diff -Nrc2 texinfo-6.4/ChangeLog texinfo-6.5/ChangeLog *** texinfo-6.4/ChangeLog 2017-06-23 07:01:59.000000000 +0100 --- texinfo-6.5/ChangeLog 2017-09-12 19:46:20.000000000 +0100 *************** *** 1,2 **** --- 1,440 ---- + 2017-09-12 Gavin Smith + + 6.5 release. + * configure.ac, NEWS, util/texi2dvi, util/texi2pdf, + doc/refcard/txirefcard.tex: Version number. + + 2017-09-04 Gavin Smith + + * pretest 6.4.92 + * configure.ac: Update version. + + 2017-09-04 Gavin Smith + + * tp/Makefile.am (AM_T_LOG_FLAGS): Add "-I .". + * tp/tests/run_parser_all.sh: Add "-I ." to perl invocations. + Attempt at getting tests to work if . is not in @INC. Report + from Patrice Dumas. + + 2017-09-02 Gavin Smith + + * info/infokey.c (compile): Support "1 menu-digit" in .infokey + file in case this default binding is disabled for some reason. + Clark Wang reported that "1 menu-digit" didn't work. + + 2017-08-29 Patrice Dumas + + * autogen.sh: update regeneration of tests makefile fragment to + match the change in tp/Makefile.am associated with the removal + of "long tests" in 2016-10-23. + + 2017-08-28 Gavin Smith + + * info/pseudotty.c: Open slave end of pseudoterminal outside of + a conditional block so that it will be open even if that block + is not executed. Otherwise we could fail to turn off the + special interpretation of some characters (C-u, C-s) to the + terminal in time, leading some tests to fail. Assaf Gordon + reported test failures for several platforms. + + 2017-08-27 Gavin Smith + + * pretest 6.4.91 + * configure.ac: Update version. + + 2017-08-27 Gavin Smith + + * NEWS: Add a couple of news items. + + 2017-08-25 Mathieu Lirzin + + * tp/Texinfo/Convert/HTML.pm (_default_node_redirection_page) + (_default_begin_file): Move '$encoding' to the top of the '' + element. This removes a warning in recent browsers that check if + the encoding declaration is present in the first 1024 bytes of the + file. See + https://www.w3.org/TR/html5/document-metadata.html#character-encoding-declaration + + 2017-08-23 Gavin Smith + + * doc/texinfo.tex (\entry): When splitting the text across + multiple lines, do not simply set \leftskip and \parindent to + values, alter the existing values instead. Otherwise, long + entries in a table of contents would not be indented properly, + because \leftskip had been set to a positive value. Arnold + Robbins reported that this happened for the gawk manual. Add or + change some comments. + + 2017-08-20 Gavin Smith + + * doc/texinfo.tex (\partentry): Add stretch and a bonus for + breaking the page before the part heading in the table of + contents. Arnold Robbins reported that the page could be broken + immediately after the part heading, which separated it from the + entry for the first chapter in that part, which didn't look + good. + + 2017-08-18 Gavin Smith + + * po_document: Run fix-translations.sh. + * tp/t: Update test results. + + 2017-08-18 Gavin Smith + + * po_document/fix-translations.sh: Add file. + + 2017-08-18 Gavin Smith + + * tp/maintain/change_perl_modules.sh: Get version number from + configure.ac instead of from Makefile, as then Makefile doesn't + have to be regenerated before it runs. (Otherwise, there could + be a failure in 'make distcheck' due to a version number + mismatch.) + + 2017-08-18 Gavin Smith + + * tp/Texinfo/Convert/Text.pm (@ISA). Add Texinfo::Convert::Converter. + Report from Randall Sawyer 2017-07-31. + + 2017-07-31 Gavin Smith + + * tp/texi2any.pl : Check if tree is defined, as + happened before. + + 2017-07-31 Randall Sawyer (tiny change) + + * tp/texi2any.pl: Exchange two conditional blocks, so that we + check if 'DUMP_TREE' was given as an option before 'parse' being + the output format, so that + + makeinfo -c DUMP_TREE=1 -c TEXINFO_OUTPUT_FORMAT=parse document.texi + + works to dump the parse tree, as mentioned in the comments at + the end of Parser.pm. + + 2017-07-31 Randall Sawyer (tiny change) + + * tp/texi2any.pl (%formats_table) + : Change to use 'module' + value instead of a 'converter' value so that these values for + TEXINFO_OUTPUT_FORMAT work again. + * tp/Texinfo/Convert/Text.pm: Add missing 'use File::Basename' line. + + 2017-07-31 Gavin Smith + + * tp/texi2any.pl (%formats_table): Remove 'debugcount' section + as the corresponding module doesn't exist any more. + + 2017-07-23 Alexis Bienvene (tiny change) + + * tp/Texinfo/Common.pm (expand_today): + Honour the SOURCE_DATE_EPOCH environment variable to get a + reproducible @today value for info output when it is set. + See https://reproducible-builds.org/specs/source-date-epoch/. + + 2017-07-16 Gavin Smith + + * gnulib/m4/intlmacos.m4: Add this file, as gettextize doesn't + copy it. + + 2017-07-10 Gavin Smith + + * pretest 6.4.90 + * configure.ac: Update version. Add dist-xz to options. + + 2017-07-10 Gavin Smith + + * tp/Texinfo/Convert/XSParagraph: Run gnulib-tool --add-import. + * (top-level): Run gnulib-tool --add-import. + + 2017-07-10 Gavin Smith + + * doc/Makefile.am (wwwdoc-build): Remove commands that could + build the "info" manual. + + 2017-07-10 Gavin Smith + + * NEWS: Update with various news items. + + 2017-07-09 Gavin Smith + + * info/nodes.c (info_find_subfile): When looking for an + already-loaded file, check that the names match either exactly, + or as an initial substring followed by a period. Previously, + any loaded file which had an initial substring that was the name + of the sought file would be accepted, which would be incorrect + for a case like "libc.info-11" matching when it was "libc.info-1" + that was wanted. Vitezslav Crhonek reported that this could + lead to failure when following cross-references. + + * info/t/subfile-initial-match.sh: New test. + + 2017-07-09 Gavin Smith + + * info/nodes.c (info_get_node_with_defaults): Only use the + directory from the current node's fullpath if this function was + passed a filename as an argument. + + 2017-07-09 Gavin Smith + + * info/nodes.c + (get_filename_and_nodename, info_get_node_with_defaults): + Merge get_filename_and_nodename into caller. + + 2017-07-09 Gavin Smith + + * info/nodes.c (build_tags_and_nodes): Call 'skip_node_separator' + in order not to start reading the tag table in the middle of an + "Indirect:" string. + + 2017-07-09 Gavin Smith + + * info/nodes.c (info_load_file): If calling + 'build_tags_and_nodes' didn't set the 'tags' array for the file + buffer, fail to load the file. + * info/info.c (add_initial_nodes): Check if info_load_file failed. + + * info/t/malformed-split.sh: New test. + + 2017-07-09 Gavin Smith + + * info/t/Init-inter.inc (run_ginfo): Shorten a comment. + + 2017-07-09 Gavin Smith + + * info/nodes.c (info_find_file): Do not convert the filename to + lowercase and check for it again if a file was not found. + + Note added 2017-08-30: This change was made for code + simplification, and not to fix anything. The thinking behind + the original code was to support a case-insensitive filesystem + that was mounted in a way that was not case-insensitive. + + 2017-07-06 Gavin Smith + + * info/t/inc-sea-bs.sh: New test. + + 2017-07-05 Gavin Smith + + * info/search.c (regexp_search): Call free_matches if the regex + could be compiled, but there were no matches. Free a string + buffer used for displaying an error message. + * info/session.c (info_search_in_node_internal): Do not call + free_matches. It could be called on uninitialised data leading + to a crash if the regex had an error in it. Marco Maggi reported + a crash for incremental search when a single \ was entered. + + 2017-07-05 Gavin Smith + + * util/texi2dvi (sorted_index_filter): Remove code to list files + created with bibtex, as then xref_files_changed requires them to + exist (since change on 2017-06-21) and they won't if bibtex is + not being used. Report from Daniel Gerbet. + + 2017-07-04 Gavin Smith + + * doc/texinfo.tex (\unicodechardefs): + Define U+25C7 as \diamond and remove definitions for U+25A1, + U+2A1D, U+2201, U+2127, U+21BE, U+2290, U+22B4, and U+22B5 which + didn't work. (Benno Schulenberg reported that U+25C7 didn't + work.) + + 2017-07-02 Gavin Smith + + * tp/Texinfo/Parser.pm (_parse_texi) <@image>: Save + 'input_perl_encoding' value on @image element. + * tp/Texinfo/Convert/Plaintext.pm (_image_text): Use it instead + of looking at the current value of INPUT_PERL_ENCODING. + + 2017-07-01 Gavin Smith + + * tp/Texinfo/Parser.pm (_parse_texi_file): Set the parent key on + a created 'preamble' element. + + 2017-07-01 Gavin Smith + + * tp/Texinfo/Convert/XSParagraph/configure.ac (fetch_conf): Put + all sed commands within an environment variable, 'sed_script'. + Assign 'sed_script' from a double-quoted string, using shell + variables to include awkward characters. This avoids there + being multiple level of quoting present which can be extremely + confusing, i.e., autoconf's quadrigraphs, quoting within the + backquoted string where sed is called, as well as sed's own + escaping of special characters. + + * tp/Texinfo/MiscXS/configure.ac (fetch_conf): Make the same + change. + + 2017-07-01 Gavin Smith + + * info/t/c-u-m-x-scroll-forward.sh, info/t/inc-sea-insensitive.sh, + info/t/search-split-after-index.sh, info/t/split-footnotes.sh, + info/t/star-note-non-whitespace.sh, info/t/tab-argument.sh, + info/t/xref-across-lines.sh: Quote argument to run_ginfo so that + quoting characters are preseved in the subshell that execs ginfo. + + 2017-07-01 Gavin Smith + + * info/t/xref-across-lines-2.sh: New test. + + 2017-07-01 Gavin Smith + + * info/info-utils.c (scan_reference_label): Canonicalize the + whitespace in the nodename, otherwise links can't be followed if + the nodename is split across a line. + + 2017-06-29 Gavin Smith + + * tp/Texinfo/Convert/Converter.pm (_register_command_arg): + Copy function here from Parser.pm. + (_table_item_content_tree): Call it. + + 2017-06-29 Gavin Smith + + * tp/Texinfo/Parser.pm (_parse_texi) : Don't store + a list of menus in 'unassociated_menus' array. + * tp/Texinfo/Transformations.pm (_reassociate_to_node) + (set_menus_to_simple_menu): Remove checks of + 'unassociated_menus' array. + + 2017-06-29 Gavin Smith + + * tp/Texinfo/Parser.pm (_parse_texi) : + Add a check for the return value of _text_to_lines being empty. + + 2017-06-29 Gavin Smith + + * tp/t/html_tests.t (simple_menu): Add @node and @top commands + so that the menu is inside a node. + + 2017-06-29 Gavin Smith + + * tp/Texinfo/Transformations.pm (fill_gaps_in_sectioning): Call + Texinfo::Structuring::section_level to get sectioning level + (used in tp/t/test_fill_gaps_in_sectioning.t). + + 2017-06-29 Gavin Smith + + * tp/Texinfo/Parser.pm (_section_level), + * tp/Texinfo/Structuring.pm (section_level): Move function to + Structuring.pm. + + 2017-06-29 Gavin Smith + + * tp/Texinfo/Parser.pm (_parse_texi): Do not add 'level' value + on sectioning commands. + * tp/Texinfo/Structuring.pm (sectioning_structure): Add 'level' + value on element. + * tp/Texinfo/Convert/HTML.pm (_convert_heading_command), + * tp/Texinfo/Convert/Text.pm (heading): + Account for the case when 'level' is not set. + * texi2any.pl: Remove a comment. + + 2017-06-28 Gavin Smith + + * tp/Texinfo/Parser.pm (_end_line) <@copying>: Removing handling + of INLINE_INSERTCOPYING variable. Also remove from the module + documentation section at the end of the file. + (%default_customization_variables): Remove INLINE_INSERTCOPYING. + * tp/Texinfo/Parser.pm (@variable_string_settables) + (@obsolete_variables): Move 'INLINE_INSERTCOPYING' to + @obsolete_variables. + * tp/t/plaintext_tests.t (inline_copying_inline_and_paragraph): + Remove. + * NEWS: Mention removal. + * doc/texinfo.texi (Other Customization Variables) + : Remove. + + 2017-06-27 Gavin Smith + + * tp/Texinfo/Parser.pm (_text_to_lines): Do not return an array + containing a single empty string if the input is an empty + string; instead, return a completely empty array. This means + that parse_texi_line does not get as far into parsing for an + empty input. + + 2017-06-27 Gavin Smith + + * tp/Texinfo/Parser.pm : Do not associate a @part + command with a following sectioning command if another @part + command appears first. This means there is no special support + for @part pages following each other immediately. + + 2017-06-26 Gavin Smith + + * info/t/Timeout-test.inc, + * info/t/Init-test.inc (timeout-test): Move code to timeout the + test to a shell function. + + 2017-06-26 Gavin Smith + + * info/t/Init-inter.inc (run_ginfo): Time out test by running a + subshell in the background that kills the current shell inside + an "sh -c" command, and execing the ginfo program. Do not use a + FIFO to communicate that the process has finished. + + * info/t/Timeout-test.inc: Do not use "read -t" to read from a + FIFO with a timeout. Use the "wait" shell builtin to wait for + the process to finish. + + * info/t/Init-test.inc (cleanup): Eliminate use of SUBSHELL, + TIMED_OUT and FINISHEDFIFO variables. + + 2017-06-26 Gavin Smith + + * info/t/Init-inter.inc (run_ginfo): Remove use of pgrep to get + PID of process. Get PID of ginfo process by running a subshell + with "sh -c", printing the value of $$ (the shell PID), and then + exec'ing the ginfo program. + + 2017-06-25 Gavin Smith + + * tp/Texinfor/Parser.pm, tp/Texinfo/Common.pm + (complete_indices, _complete_indices): Move function to + Common.pm and rename. + + 2017-06-25 Gavin Smith + + * tp/Texinfo/Parser.pm (_end_line) <@verbatiminclude>: Save + value of 'input_perl_encoding' on the element. + * tp/Texinfo/Common.pm (expand_verbatiminclude): Use the + saved value of 'input_perl_encoding' instead of looking at + 'INPUT_PERL_ENCODING' conf value. + + 2017-06-25 Gavin Smith + + * info/nodes.c (info_get_node_with_defaults): Remove code that + fell back to a man page. This got in the way of the code in + info_get_info_help_node that fell back to info-stnd.info if + info.info couldn't be loaded. Also, this code is called from + many places where falling back to a man page would definitely + not be what was wanted, so removing the manpage fallback option + makes the program more robust and easy to understand. + * NEWS: Mention info will not try to fall back to a man page if + it failed to follow a cross-reference. + + 2017-06-25 Gavin Smith + + * tp/Texinfo/Convert/Plaintext.pm (_convert) : + Change "@tie{ }" to "@tie{}" in document strings passed to gdt. + * tp/Texinfo/Parser.pm (_parse_texi) : + Don't check if we are being called from gdt and the closed + command was @tie. + + 2017-06-24 Gavin Smith + + * tp/Texinfo/Parser.pm (_parse_texi): Remove debugging code + to dump parse tree every time a new line is read. + + 2017-06-24 Gavin Smith + + * configure.ac: Increase version to 6.4dev. Remove "dist-xz" + option. + + 2017-06-23 Gavin Smith + + * README-hacking: Change some instructions and remove some + others. + 2017-06-23 Gavin Smith diff -Nrc2 texinfo-6.4/Makefile texinfo-6.5/Makefile *** texinfo-6.4/Makefile 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1687 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # $Id: Makefile.am 7749 2017-04-23 12:35:37Z gavin $ - # Makefile.am for texinfo. - # Process this file with automake to produce Makefile.in in all directories. - # - # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, - # 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - #am__append_1 = gnulib/lib install-info tp util - #am__append_2 = info - # DOS/Windows don't need TERMLIBS to build Info - ###am__append_3 = info - am__append_4 = $(native_tools) gnulib/lib - am__append_5 = info - # DOS/Windows don't need TERMLIBS to build Info - ##am__append_6 = info - am__append_7 = install-info po po_document tp Pod-Simple-Texinfo texindex util \ - doc man - - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ - $(am__configure_deps) $(am__DIST_COMMON) - am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno config.status.lineno - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = config.h - CONFIG_CLEAN_FILES = tp/Texinfo/ModulePath.pm - CONFIG_CLEAN_VPATH_FILES = - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - SOURCES = - DIST_SOURCES = - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ - install-exec-recursive install-html-recursive \ - install-info-recursive install-pdf-recursive \ - install-ps-recursive install-recursive installcheck-recursive \ - installdirs-recursive pdf-recursive ps-recursive \ - tags-recursive uninstall-recursive - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive - am__recursive_targets = \ - $(RECURSIVE_TARGETS) \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir dist dist-all distcheck - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ - $(LISP)config.in - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is - # *not* preserved. - am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ - ' - # Make sure the list of sources is unique. This is necessary because, - # e.g., the same source file might be shared among _SOURCES variables - # for different programs/libraries. - am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` - ETAGS = etags - CTAGS = ctags - CSCOPE = cscope - DIST_SUBDIRS = gnulib/lib install-info tp util info po \ - po_document Pod-Simple-Texinfo texindex doc man - am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.in \ - $(top_srcdir)/build-aux/compile \ - $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.rpath \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing \ - $(top_srcdir)/build-aux/tap-driver.sh \ - $(top_srcdir)/tp/Texinfo/ModulePath.pm.in ABOUT-NLS AUTHORS \ - COPYING ChangeLog INSTALL NEWS README TODO build-aux/ar-lib \ - build-aux/compile build-aux/config.guess \ - build-aux/config.rpath build-aux/config.sub build-aux/depcomp \ - build-aux/install-sh build-aux/mdate-sh build-aux/missing \ - build-aux/texinfo.tex - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) - am__remove_distdir = \ - if test -d "$(distdir)"; then \ - find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -rf "$(distdir)" \ - || { sleep 5 && rm -rf "$(distdir)"; }; \ - else :; fi - am__post_remove_distdir = $(am__remove_distdir) - am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" - DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz - GZIP_ENV = --best - DIST_TARGETS = dist-xz dist-gzip - distuninstallcheck_listfiles = find . -type f -print - am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ - | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' - distcleancheck_listfiles = find . -type f -print - pkglibexecdir = ${libexecdir}/${PACKAGE} - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing makeinfo - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = - NEXT_AS_FIRST_DIRECTIVE_STRING_H = - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = - NEXT_LANGINFO_H = - NEXT_LIMITS_H = - NEXT_LOCALE_H = - NEXT_STDARG_H = - NEXT_STDDEF_H = - NEXT_STDINT_H = - NEXT_STDIO_H = - NEXT_STDLIB_H = - NEXT_STRINGS_H = - NEXT_STRING_H = - NEXT_SYS_TYPES_H = - NEXT_UNISTD_H = - NEXT_WCHAR_H = - NEXT_WCTYPE_H = - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = - top_builddir = . - top_srcdir = . - - # Find our headers and gnulib headers. - ACLOCAL_AMFLAGS = -I gnulib/m4 - - # Additional files to distribute. - EXTRA_DIST = ChangeLog.46 INSTALL.generic README-hacking \ - system.h gnulib/m4/gnulib-cache.m4 \ - contrib djgpp - - - # This is to prevent texinfo.tex from being included in the top-level - # distribution directory. - TEXINFO_TEX = doc/texinfo.tex - - # painful separate build for cross-compiling. - SUBDIRS = $(am__append_1) $(am__append_2) $(am__append_3) \ - $(am__append_4) $(am__append_5) $(am__append_6) \ - $(am__append_7) - - # to be run before making a distribution: ensure that the texinfo.dtd on - # the web is what we will be releasing. See README-hacking. - wget = wget - dtd_url = http://www.gnu.org/software/texinfo/dtd/$(TEXINFO_DTD_VERSION)/texinfo.dtd - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: - am--refresh: Makefile - @: - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - echo ' $(SHELL) ./config.status'; \ - $(SHELL) ./config.status;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck - - $(top_srcdir)/configure: $(am__configure_deps) - $(am__cd) $(srcdir) && $(AUTOCONF) - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) - $(am__aclocal_m4_deps): - - config.h: stamp-h1 - @test -f $@ || rm -f stamp-h1 - @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 - - stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status - @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status config.h - $(srcdir)/config.in: $(am__configure_deps) - ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) - rm -f stamp-h1 - touch $@ - - distclean-hdr: - -rm -f config.h stamp-h1 - tp/Texinfo/ModulePath.pm: $(top_builddir)/config.status $(top_srcdir)/tp/Texinfo/ModulePath.pm.in - cd $(top_builddir) && $(SHELL) ./config.status $@ - - # This directory's subdirectories are mostly independent; you can cd - # into them and run 'make' without going through this Makefile. - # To change the values of 'make' variables: instead of editing Makefiles, - # (1) if the variable is set in 'config.status', edit 'config.status' - # (which will cause the Makefiles to be regenerated when you run 'make'); - # (2) otherwise, pass the desired values on the 'make' command line. - $(am__recursive_targets): - @fail=; \ - if $(am__make_keepgoing); then \ - failcom='fail=yes'; \ - else \ - failcom='exit 1'; \ - fi; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - - ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique - tags: tags-recursive - TAGS: tags - - tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi - ctags: ctags-recursive - - CTAGS: ctags - ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - - GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - cscope: cscope.files - test ! -s cscope.files \ - || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) - clean-cscope: - -rm -f cscope.files - cscope.files: clean-cscope cscopelist - cscopelist: cscopelist-recursive - - cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -rm -f cscope.out cscope.in.out cscope.po.out cscope.files - - distdir: $(DISTFILES) - $(am__remove_distdir) - test -d "$(distdir)" || mkdir "$(distdir)" - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - $(am__make_dryrun) \ - || test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" distdir="$(distdir)" \ - dist-hook - -test -n "$(am__skip_mode_fix)" \ - || find "$(distdir)" -type d ! -perm -755 \ - -exec chmod u+rwx,go+rx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r "$(distdir)" - dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__post_remove_distdir) - - dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 - $(am__post_remove_distdir) - - dist-lzip: distdir - tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz - $(am__post_remove_distdir) - dist-xz: distdir - tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__post_remove_distdir) - - dist-tarZ: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 - @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__post_remove_distdir) - - dist-shar: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 - @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__post_remove_distdir) - - dist-zip: distdir - -rm -f $(distdir).zip - zip -rq $(distdir).zip $(distdir) - $(am__post_remove_distdir) - - dist dist-all: - $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' - $(am__post_remove_distdir) - - # This target untars the dist file and tries a VPATH configuration. Then - # it guarantees that the distribution is self-contained by making another - # tarfile. - distcheck: dist - case '$(DIST_ARCHIVES)' in \ - *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ - *.tar.bz2*) \ - bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lz*) \ - lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ - *.tar.xz*) \ - xz -dc $(distdir).tar.xz | $(am__untar) ;;\ - *.tar.Z*) \ - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ - *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ - *.zip*) \ - unzip $(distdir).zip ;;\ - esac - chmod -R a-w $(distdir) - chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst - chmod a-w $(distdir) - test -d $(distdir)/_build || exit 0; \ - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build/sub \ - && ../../configure \ - $(AM_DISTCHECK_CONFIGURE_FLAGS) \ - $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=../.. --prefix="$$dc_install_base" \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ - } || { rm -rf "$$dc_destdir"; exit 1; }) \ - && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist \ - && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ - && cd "$$am__cwd" \ - || exit 1 - $(am__post_remove_distdir) - @(echo "$(distdir) archives ready for distribution: "; \ - list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ - sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' - distuninstallcheck: - @test -n '$(distuninstallcheck_dir)' || { \ - echo 'ERROR: trying to run $@ with an empty' \ - '$$(distuninstallcheck_dir)' >&2; \ - exit 1; \ - }; \ - $(am__cd) '$(distuninstallcheck_dir)' || { \ - echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ - exit 1; \ - }; \ - test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left after uninstall:" ; \ - if test -n "$(DESTDIR)"; then \ - echo " (check DESTDIR support)"; \ - fi ; \ - $(distuninstallcheck_listfiles) ; \ - exit 1; } >&2 - distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ - echo "ERROR: distcleancheck can only run from a VPATH build" ; \ - exit 1 ; \ - fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left in build directory after distclean:" ; \ - $(distcleancheck_listfiles) ; \ - exit 1; } >&2 - check-am: all-am - check: check-recursive - all-am: Makefile config.h - installdirs: installdirs-recursive - installdirs-am: - install: install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive - uninstall: uninstall-recursive - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-recursive - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - - clean-generic: - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - clean: clean-recursive - - clean-am: clean-generic mostlyclean-am - - distclean: distclean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -f Makefile - distclean-am: clean-am distclean-generic distclean-hdr distclean-local \ - distclean-tags - - dvi: dvi-recursive - - dvi-am: - - html: html-recursive - - html-am: - - info: info-recursive - - info-am: - - install-data-am: - - install-dvi: install-dvi-recursive - - install-dvi-am: - - install-exec-am: - - install-html: install-html-recursive - - install-html-am: - - install-info: install-info-recursive - - install-info-am: - - install-man: - - install-pdf: install-pdf-recursive - - install-pdf-am: - - install-ps: install-ps-recursive - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-recursive - - mostlyclean-am: mostlyclean-generic - - pdf: pdf-recursive - - pdf-am: - - ps: ps-recursive - - ps-am: - - uninstall-am: - - .MAKE: $(am__recursive_targets) all install-am install-strip - - .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ - am--refresh check check-am clean clean-cscope clean-generic \ - cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ - dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ - dist-zip distcheck distclean distclean-generic distclean-hdr \ - distclean-local distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ - tags-am uninstall uninstall-am - - .PRECIOUS: Makefile - - - # include contrib perl manual, exclude .svn. - dist-hook: - cd $(top_distdir)/contrib/perldoc-all && $(MAKE) distclean - rm -rf `find $(distdir) -type d -name .svn` - - # update texi2html translations. - dist-local: - cp -fpR $(srcdir)/po_document/*.po $(srcdir)/po_document/LINGUAS texi2html/po_document/ - cp -fpR $(srcdir)/po/*.po $(srcdir)/po/LINGUAS texi2html/po_messages/ - - # One special target for installers to use by hand if desired. - install-tex: - cd doc && $(MAKE) TEXMF=$(TEXMF) install-tex - # # Build native tools only. - # All subdirectories. - # Do libs first since the C programs depend on it. - # Do doc and man last so things will be built when we get there. - # Others are alphabetical. - - distclean-local: - -test -d "$(native_tools)" && rm -rf "$(native_tools)" - - # Don't install native tools for cross compile. - #install: - dtd-check: - $(wget) -nv $(dtd_url) -O $@-1 \ - && diff $@-1 $(srcdir)/util/texinfo.dtd \ - && rm -f $@-1 - - # emacs-page - # just for convenience: - update-po: - cd $(srcdir)/po && $(MAKE) update-po - cd $(srcdir)/po_document && $(MAKE) update-po - - # From coreutils. Use when making a release. - # Verify that all source files using _() are listed in po/POTFILES.in. - # Run this before making pretests, as well as official releases, so that - # translators will see changed strings. See README-hacking. - po-check: - @if test -f po/POTFILES.in; then \ - grep -E -v '^(#|$$)' po/POTFILES.in \ - | grep -v '^src/false\.c$$' | sort > $@-1; \ - files=; \ - for file in $$($(CVS_LIST_EXCEPT)) \ - `find [a-z]* -name '*.[ch]' \ - -o -name '*.p[lm]' \ - -o -name '*.notyettwjr'`; do \ - # don't look at sources from some subdirs. \ - case $$file in \ - contrib/* ) continue;; \ - djgpp/* | makeinfo/* | man/* | texi2html/* ) continue;; \ - tp/parsetexi/*) continue;; \ - texinfo-*/*) continue;; \ - tp/maintain/* ) continue;; \ - esac; \ - # if have lex/yacc sources, skip corresponding c/h files. \ - case $$file in \ - *.[ch]) \ - base=`expr " $$file" : ' \(.*\)\..'`; \ - { test -f $$base.l || test -f $$base.y; } && continue;; \ - esac; \ - files="$$files $$file"; \ - done; \ - # the first alternative is for twjr/gawk, which just uses _" \ - # with no space or lparen; the other alternative matches the \ - # usual function calls, e.g., _("..."), with or without space.\ - grep -E -l \ - '\b[^$$]N?__?"|\b(N?__?|gdt|gettext *)\([^)"]*("|$$)' \ - $$files | sort -u > $@-2; \ - diff -u $@-1 $@-2 || exit 1; \ - rm -f $@-1 $@-2; \ - fi - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/Makefile.in texinfo-6.5/Makefile.in *** texinfo-6.4/Makefile.in 2017-06-23 07:04:38.000000000 +0100 --- texinfo-6.5/Makefile.in 2017-09-12 19:50:11.000000000 +0100 *************** *** 142,145 **** --- 142,146 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 817,820 **** --- 818,822 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 1045,1048 **** --- 1047,1051 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ diff -Nrc2 texinfo-6.4/NEWS texinfo-6.5/NEWS *** texinfo-6.4/NEWS 2017-06-23 06:57:10.000000000 +0100 --- texinfo-6.5/NEWS 2017-09-12 19:55:10.000000000 +0100 *************** *** 1,3 **** ! $Id: NEWS 7802 2017-05-20 13:44:26Z gavin $ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. --- 1,3 ---- ! $Id: NEWS 7939 2017-08-27 09:53:33Z gavin $ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. *************** *** 11,15 **** notice and this notice are preserved. ! ------------------------------------------------------------------------------- 6.4 (23 June 2017) * texi2any: --- 11,46 ---- notice and this notice are preserved. ! ------------------------------------------------------------------------------ ! ! 6.5 (12 September 2017) ! * info: ! . some bugs fixed: ! . a bug where a segfault could happen in the regex search, for ! example when the user entered a single \ as the search string ! . another bug which could make nodes inaccessible in long "split" ! info files ! . a bug where it was not possible to follow a cross-reference ! that was split across more than one line has been fixed ! . do not fall back to a man page if following a cross-reference in an ! info file failed ! . if looking for a file failed, do not convert the name of a file to ! lower-case and look for it again ! ! * texinfo.tex ! . some faulty definitions for Unicode characters have been changed or ! removed ! . fix indentation in table of contents for entries that are split ! across multiple lines ! ! * texi2dvi ! . a bug that broke the processing of LaTeX files that did not ! use BibTeX has been fixed ! ! * texi2any ! . output the encoding declaration of a HTML file earlier so it ! will always occur within first 1024 bytes of file ! . `INLINE_INSERTCOPYING' removed as a customization variable ! ! 6.4 (23 June 2017) * texi2any: diff -Nrc2 texinfo-6.4/Pod-Simple-Texinfo/Makefile texinfo-6.5/Pod-Simple-Texinfo/Makefile *** texinfo-6.4/Pod-Simple-Texinfo/Makefile 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/Pod-Simple-Texinfo/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1655 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # Pod-Simple-Texinfo/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # $Id: Makefile.am 5191 2013-02-23 00:11:18Z karl $ - # Makefile.am for texinfo/Pod-Simple_Texinfo. - # Copyright 2012 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - subdir = Pod-Simple-Texinfo - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(dist_modules_DATA) \ - $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; - am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; - am__install_max = 40 - am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` - am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" - am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } - am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(modulesdir)" - SCRIPTS = $(nodist_bin_SCRIPTS) - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - SOURCES = - DIST_SOURCES = - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - DATA = $(dist_modules_DATA) - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no - am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ - } - am__recheck_rx = ^[ ]*:recheck:[ ]* - am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* - am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* - # A command that, given a newline-separated list of test names on the - # standard input, print the name of the tests that are to be re-run - # upon "make recheck". - am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ - }' - # A command that, given a newline-separated list of test names on the - # standard input, create the global log from their .trs and .log files. - am__create_global_log = $(AWK) ' \ - function fatal(msg) \ - { \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ - } \ - function rst_section(header) \ - { \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ - } \ - { \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ - }' - # Restructured Text title. - am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } - # Solaris 10 'make', and several other traditional 'make' implementations, - # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it - # by disabling -e (using the XSI extension "set +e") if it's set. - am__sh_e_setup = case $$- in *e*) set +e;; esac - # Default flags passed to test drivers. - am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" - # To be inserted before the command running the test. Creates the - # directory for the log if needed. Stores in $dir the directory - # containing $f, in $tst the test, in $log the log. Executes the - # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and - # passes TESTS_ENVIRONMENT. Set up options for the wrapper that - # will run the test scripts (or their associated LOG_COMPILER, if - # thy have one). - am__check_pre = \ - $(am__sh_e_setup); \ - $(am__vpath_adj_setup) $(am__vpath_adj) \ - $(am__tty_colors); \ - srcdir=$(srcdir); export srcdir; \ - case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ - esac; \ - test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ - if test -f "./$$f"; then dir=./; \ - elif test -f "$$f"; then dir=; \ - else dir="$(srcdir)/"; fi; \ - tst=$$dir$$f; log='$@'; \ - if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ - else \ - am__enable_hard_errors=yes; \ - fi; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ - esac; \ - $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) - # A shell command to get the names of the tests scripts with any registered - # extension removed (i.e., equivalently, the names of the test logs, with - # the '.log' extension removed). The result is saved in the shell variable - # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, - # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", - # since that might cause problem with VPATH rewrites for suffix-less tests. - # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. - am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` - RECHECK_LOGS = $(TEST_LOGS) - AM_RECURSIVE_TARGETS = check recheck - TEST_SUITE_LOG = test-suite.log - TEST_EXTENSIONS = .test - LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver - LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) - am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac - am__test_logs1 = $(TESTS:=.log) - am__test_logs2 = $(am__test_logs1:.log=.log) - TEST_LOGS = $(am__test_logs2:.test.log=.log) - TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver - TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) - am__DIST_COMMON = $(srcdir)/Makefile.in \ - $(top_srcdir)/build-aux/test-driver README - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - pkglibexecdir = ${libexecdir}/${PACKAGE} - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing makeinfo - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = - NEXT_AS_FIRST_DIRECTIVE_STRING_H = - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = - NEXT_LANGINFO_H = - NEXT_LIMITS_H = - NEXT_LOCALE_H = - NEXT_STDARG_H = - NEXT_STDDEF_H = - NEXT_STDINT_H = - NEXT_STDIO_H = - NEXT_STDLIB_H = - NEXT_STRINGS_H = - NEXT_STRING_H = - NEXT_SYS_TYPES_H = - NEXT_UNISTD_H = - NEXT_WCHAR_H = - NEXT_WCTYPE_H = - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/Pod-Simple-Texinfo - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/Pod-Simple-Texinfo - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../ - top_builddir = .. - top_srcdir = .. - nodist_bin_SCRIPTS = pod2texi - test_files = prove.sh - EXTRA_DIST = Changes \ - Makefile.PL \ - MANIFEST \ - t/Pod-Simple-Texinfo.t \ - pod2texi.pl \ - $(test_files) - - modulesdir = $(pkgdatadir)/Pod-Simple-Texinfo/Pod/Simple/ - dist_modules_DATA = \ - lib/Pod/Simple/Texinfo.pm - - TESTS = $(test_files) - DISTCLEANFILES = pod2texi - all: all-am - - .SUFFIXES: - .SUFFIXES: .log .test .test$(EXEEXT) .trs - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Pod-Simple-Texinfo/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu Pod-Simple-Texinfo/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - install-nodist_binSCRIPTS: $(nodist_bin_SCRIPTS) - @$(NORMAL_INSTALL) - @list='$(nodist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n' \ - -e 'h;s|.*|.|' \ - -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) { files[d] = files[d] " " $$1; \ - if (++n[d] == $(am__install_max)) { \ - print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ - else { print "f", d "/" $$4, $$1 } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - - uninstall-nodist_binSCRIPTS: - @$(NORMAL_UNINSTALL) - @list='$(nodist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 's,.*/,,;$(transform)'`; \ - dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) - install-dist_modulesDATA: $(dist_modules_DATA) - @$(NORMAL_INSTALL) - @list='$(dist_modules_DATA)'; test -n "$(modulesdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(modulesdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(modulesdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(modulesdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(modulesdir)" || exit $$?; \ - done - - uninstall-dist_modulesDATA: - @$(NORMAL_UNINSTALL) - @list='$(dist_modules_DATA)'; test -n "$(modulesdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(modulesdir)'; $(am__uninstall_files_from_dir) - tags TAGS: - - ctags CTAGS: - - cscope cscopelist: - - - # Recover from deleted '.trs' file; this should ensure that - # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create - # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells - # to avoid problems with "make -n". - .log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - - # Leading 'am--fnord' is there to ensure the list of targets does not - # expand to empty, as could happen e.g. with make check TESTS=''. - am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) - am--force-recheck: - @: - - $(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - - check-TESTS: - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; - recheck: all - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? - prove.sh.log: prove.sh - @p='prove.sh'; \ - b='prove.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - .test.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - #.test$(EXEEXT).log: - # @p='$<'; \ - # $(am__set_b); \ - # $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - # --log-file $$b.log --trs-file $$b.trs \ - # $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - # "$$tst" $(AM_TESTS_FD_REDIRECT) - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-TESTS - check: check-am - all-am: Makefile $(SCRIPTS) $(DATA) - installdirs: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(modulesdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-am - install-exec: install-exec-am - install-data: install-data-am - uninstall: uninstall-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-am - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - - clean-generic: - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - clean: clean-am - - clean-am: clean-generic mostlyclean-am - - distclean: distclean-am - -rm -f Makefile - distclean-am: clean-am distclean-generic - - dvi: dvi-am - - dvi-am: - - html: html-am - - html-am: - - info: info-am - - info-am: - - install-data-am: install-dist_modulesDATA - - install-dvi: install-dvi-am - - install-dvi-am: - - install-exec-am: install-nodist_binSCRIPTS - - install-html: install-html-am - - install-html-am: - - install-info: install-info-am - - install-info-am: - - install-man: - - install-pdf: install-pdf-am - - install-pdf-am: - - install-ps: install-ps-am - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-am - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-am - - mostlyclean-am: mostlyclean-generic - - pdf: pdf-am - - pdf-am: - - ps: ps-am - - ps-am: - - uninstall-am: uninstall-dist_modulesDATA uninstall-nodist_binSCRIPTS - - .MAKE: check-am install-am install-strip - - .PHONY: all all-am check check-TESTS check-am clean clean-generic \ - cscopelist-am ctags-am distclean distclean-generic distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dist_modulesDATA \ - install-dvi install-dvi-am install-exec install-exec-am \ - install-html install-html-am install-info install-info-am \ - install-man install-nodist_binSCRIPTS install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am recheck tags-am uninstall uninstall-am \ - uninstall-dist_modulesDATA uninstall-nodist_binSCRIPTS - - .PRECIOUS: Makefile - - - pod2texi: pod2texi.pl Makefile - sed -e 's,[@]datadir[@],$(datadir),g' \ - -e 's,[@]PACKAGE[@],$(PACKAGE),g' \ - -e 's,[@]USE_EXTERNAL_LIBINTL[@],$(USE_EXTERNAL_LIBINTL),g' \ - -e 's,[@]USE_EXTERNAL_EASTASIANWIDTH[@],$(USE_EXTERNAL_EASTASIANWIDTH),g' \ - -e 's,[@]USE_EXTERNAL_UNIDECODE[@],$(USE_EXTERNAL_UNIDECODE),g' \ - -e '1 s,/usr/bin/env perl,$(PERL),g' \ - $(srcdir)/pod2texi.pl >$@ - chmod a+x $@ - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/Pod-Simple-Texinfo/Makefile.in texinfo-6.5/Pod-Simple-Texinfo/Makefile.in *** texinfo-6.4/Pod-Simple-Texinfo/Makefile.in 2017-06-23 07:04:38.000000000 +0100 --- texinfo-6.5/Pod-Simple-Texinfo/Makefile.in 2017-09-12 19:50:12.000000000 +0100 *************** *** 130,133 **** --- 130,134 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 919,922 **** --- 920,924 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 1147,1150 **** --- 1149,1153 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ diff -Nrc2 texinfo-6.4/Pod-Simple-Texinfo/pod2texi texinfo-6.5/Pod-Simple-Texinfo/pod2texi *** texinfo-6.4/Pod-Simple-Texinfo/pod2texi 2017-07-03 17:45:57.000000000 +0100 --- texinfo-6.5/Pod-Simple-Texinfo/pod2texi 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,613 **** - #! /usr/bin/perl - # $Id: pod2texi.pl 7481 2016-10-30 16:08:48Z gavin $ - # pod2texi -- convert Pod to Texinfo. - # Copyright 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. - # - # This program is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 3 of the License, - # or (at your option) any later version. - # - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - # - # Original author: Patrice Dumas - - use strict; - use Getopt::Long qw(GetOptions); - # for dirname. - use File::Basename; - use File::Spec; - - Getopt::Long::Configure("gnu_getopt"); - #use Pod::Simple::Debug (4); - - BEGIN - { - # emulate -w - $^W = 1; - my ($real_command_name, $command_directory, $command_suffix) - = fileparse($0, '.pl'); - - my $datadir = '/usr/local/share'; - my $package = 'texinfo'; - my $updir = File::Spec->updir(); - - my $texinfolibdir; - my $lib_dir; - - # in-source run - if (($command_suffix eq '.pl' and !(defined($ENV{'TEXINFO_DEV_SOURCE'}) - and $ENV{'TEXINFO_DEV_SOURCE'} eq 0)) or $ENV{'TEXINFO_DEV_SOURCE'}) { - my $srcdir = defined $ENV{'srcdir'} ? $ENV{'srcdir'} : $command_directory; - $texinfolibdir = File::Spec->catdir($srcdir, $updir, 'tp'); - $lib_dir = File::Spec->catdir($texinfolibdir, 'maintain'); - unshift @INC, (File::Spec->catdir($srcdir, 'lib'), $texinfolibdir); - } elsif ($datadir ne '@' .'datadir@' and $package ne '@' . 'PACKAGE@' - and $datadir ne '') { - $texinfolibdir = File::Spec->catdir($datadir, $package); - # try to make package relocatable, will only work if standard relative paths - # are used - if (! -f File::Spec->catfile($texinfolibdir, 'Texinfo', 'Parser.pm') - and -f File::Spec->catfile($command_directory, $updir, 'share', - 'texinfo', 'Texinfo', 'Parser.pm')) { - $texinfolibdir = File::Spec->catdir($command_directory, $updir, - 'share', 'texinfo'); - } - $lib_dir = $texinfolibdir; - unshift @INC, (File::Spec->catdir($texinfolibdir, 'Pod-Simple-Texinfo'), - $texinfolibdir); - } - - # '@USE_EXTERNAL_LIBINTL @ and similar are substituted in the - # makefile using values from configure - if (defined($texinfolibdir)) { - if ('no' ne 'yes') { - unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib')); - } - if ('no' ne 'yes') { - unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib')); - } - if ('no' ne 'yes') { - unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); - } - } - } - - use Pod::Simple::Texinfo; - use Texinfo::Common; - use Texinfo::Parser; - use Texinfo::Transformations; - - { - # A fake package to be able to use Pod::Simple::PullParser without generating - # any output. - package Pod::Simple::PullParserRun; - - use vars qw(@ISA); - @ISA = ('Pod::Simple::PullParser'); - sub new - { - return shift->SUPER::new(@_); - } - sub run(){}; - } - - my ($real_command_name, $directories, $suffix) = fileparse($0); - - # placeholder for string translations, not used for now - sub __($) - { - return $_[0]; - } - - sub pod2texi_help() - { - return __("Usage: pod2texi [OPTION]... POD... - - Translate Perl pod documentation file(s) to Texinfo. There are two - basic modes of operation. First, by default, each pod is translated to - a standalone Texinfo manual. - - Second, if C<--base-level> is set higher than 0, each pod is translated - to a file suitable for C<\@include>, and one more file with all the - C<\@include>s is generated, intended to be C<\@include>d in turn within - a hand-written top-level file. - - Options: - --appendix-sections use appendix-like sections. - --base-level=NUM|NAME level of the head1 commands; default 0. - --debug=NUM set debugging level. - --help display this help and exit. - --no-fill-section-gaps do not fill sectioning gaps. - --no-section-nodes use anchors for sections instead of nodes. - --output=NAME output to NAME for the first or main manual - instead of standard output. - --preamble=STR insert STR as beginning boilerplate. - --subdir=NAME put files included in the main manual in NAME. - --top top for the main manual. - --unnumbered-sections use unumbered sections. - --version display version information and exit. - - Email bug reports to bug-texinfo\@gnu.org, - general questions and discussion to help-texinfo\@gnu.org. - Texinfo home page: http://www.gnu.org/software/texinfo/\n"); - } - - my $base_level = 0; - my $unnumbered_sections = 0; - my $appendix_sections = 0; - my $output = '-'; - my $top = 'top'; - my $preamble = undef; - my $subdir; - my $section_nodes = 1; - my $fill_sectioning_gaps = 1; - my $debug = 0; - - my $result_options = Getopt::Long::GetOptions ( - 'help|h' => sub { print pod2texi_help(); exit 0; }, - 'version|V' => sub {print "$real_command_name $Pod::Simple::Texinfo::VERSION\n\n"; - printf __("Copyright (C) %s Free Software Foundation, Inc. - License GPLv3+: GNU GPL version 3 or later - This is free software: you are free to change and redistribute it. - There is NO WARRANTY, to the extent permitted by law.\n"), "2016"; - exit 0;}, - 'base-level=s' => sub { - if ($_[1] =~ /^[0-4]$/) { - $base_level = $_[1]; - } elsif (defined($Texinfo::Common::command_structuring_level{$_[1]})) { - $base_level = $Texinfo::Common::command_structuring_level{$_[1]}; - } else { - die sprintf(__("%s: wrong argument for --base-level\n"), - $real_command_name); - } - }, - 'unnumbered-sections!' => \$unnumbered_sections, - 'appendix-sections!' => \$appendix_sections, - 'output|o=s' => \$output, - 'preamble=s' => \$preamble, - 'subdir=s' => \$subdir, - 'top=s' => \$top, - 'section-nodes!' => \$section_nodes, - 'fill-section-gaps!' => \$fill_sectioning_gaps, - 'debug=i' => \$debug, - ); - - exit 1 if (!$result_options); - - if (defined($subdir)) { - if (! -d $subdir) { - if (!mkdir($subdir)) { - die sprintf(__("%s: could not create directory %s: %s"), - $real_command_name, $subdir, $!); - } - } - } - - my $STDOUT_DOCU_NAME = 'stdout'; - - my @manuals; - my @all_manual_names; - - my @input_files = @ARGV; - - # use STDIN if not a tty, like makeinfo does - @input_files = ('-') if (!scalar(@input_files) and !-t STDIN); - die sprintf(__("%s: missing file argument;\n"), $real_command_name) - .sprintf(__("try `%s --help' for more information\n"), $real_command_name) - unless (scalar(@input_files) >= 1); - - my @processed_files; - # First gather all the manual names - if ($base_level > 0) { - foreach my $file (@input_files) { - # we don't want to read from STDIN, as the input read would be lost - # same with named pipe and socket... - # FIXME are there other file that have the same problem? - next if ($file eq '-' or -p $file or -S $file); - # not really used, only the manual name is used. - my $parser = Pod::Simple::PullParserRun->new(); - $parser->parse_file($file); - my $short_title = $parser->get_short_title(); - if (defined($short_title) and $short_title =~ m/\S/) { - push @manuals, $short_title; - push @all_manual_names, $short_title; - #print STDERR "NEW MANUAL: $short_title\n"; - } else { - if (!$parser->content_seen) { - warn sprintf(__("%s: ignoring %s without content\n"), - $real_command_name, $file); - next; - } - push @all_manual_names, undef; - } - push @processed_files, $file; - } - } else { - @processed_files = @input_files; - } - - sub _fix_texinfo_tree($$$$;$) - { - my $self = shift; - my $manual_texi = shift; - my $section_nodes = shift; - my $fill_gaps_in_sectioning = shift; - my $do_master_menu = shift; - - my $parser = Texinfo::Parser::parser(); - my $tree = $parser->parse_texi_text($manual_texi); - - if ($fill_gaps_in_sectioning) { - my ($added_sections, $added_nodes); - ($tree->{'contents'}, $added_sections) - = Texinfo::Transformations::fill_gaps_in_sectioning($tree); - # there should already be nodes associated with other sections. Therefore - # new nodes should only be created for the $added_sections. - if ($section_nodes) { - ($tree->{'contents'}, $added_nodes) - = Texinfo::Transformations::insert_nodes_for_sectioning_commands($parser, $tree); - if ($self and $self->texinfo_sectioning_base_level > 0) { - # prepend the manual name - foreach my $node (@$added_nodes) { - # First remove the old normalized entry - delete $parser->{'labels'}->{$node->{'extra'}->{'normalized'}}; - # now get the number - my $node_texi = Texinfo::Convert::Texinfo::convert( - {'contents' => $node->{'extra'}->{'node_content'}}); - # We could have kept the asis, too, it is kept when !section_nodes - $node_texi =~ s/^\s*(\@asis\{\})?\s*//; - # complete with manual name - my $complete_node_name = $self->_node_name($node_texi); - # now recreate node arg, similar with Texinfo::Transformations::_new_node - my $tree = Texinfo::Parser::parse_texi_text(undef, $complete_node_name); - my $node_arg = $node->{'args'}->[0]; - $node_arg->{'contents'} = $tree->{'contents'}; - push @{$node_arg->{'contents'}}, - {'type' => 'spaces_at_end', 'text' => "\n"}; - unshift @{$node_arg->{'contents'}}, - {'extra' => {'command' => $node}, - 'text' => ' ', - 'type' => 'empty_spaces_after_command'}; - foreach my $content (@{$node_arg->{'contents'}}) { - $content->{'parent'} = $node_arg; - } - # Last parse and register node - my $parsed_node = Texinfo::Parser::_parse_node_manual($node_arg); - #push @{$node->{'extra'}->{'nodes_manuals'}}, $parsed_node; - @{$node->{'extra'}->{'nodes_manuals'}} = ($parsed_node); - if (!Texinfo::Parser::_register_label($parser, $node, $parsed_node, undef)) { - print STDERR "BUG: node not unique, register failed: $parsed_node->{'normalized'}\n"; - } - } - } - } - } - my $structure = Texinfo::Structuring::sectioning_structure($parser, $tree); - Texinfo::Transformations::complete_tree_nodes_menus($parser, $tree) - if ($section_nodes); - Texinfo::Transformations::regenerate_master_menu($parser) if ($do_master_menu); - return ($parser, $tree); - } - - sub _fix_texinfo_manual($$$$;$) - { - my $self = shift; - my $manual_texi = shift; - my $section_nodes = shift; - my $fill_gaps_in_sectioning = shift; - my $do_master_menu = shift; - my ($parser, $tree) = _fix_texinfo_tree($self, $manual_texi, $section_nodes, - $fill_gaps_in_sectioning, $do_master_menu); - return Texinfo::Convert::Texinfo::convert($tree); - } - - sub _do_top_node_menu($) - { - my $manual_texi = shift; - my ($parser, $tree) = _fix_texinfo_tree(undef, $manual_texi, 1, 0, 1); - my $labels = $parser->labels_information(); - my $top_node_menu = $labels->{'Top'}->{'menus'}->[0]; - if ($top_node_menu) { - return Texinfo::Convert::Texinfo::convert($top_node_menu); - } else { - return ''; - } - } - - my $file_nr = 0; - # Full manual is collected to generate the top node menu, if $section_nodes - my $full_manual = ''; - my @included; - foreach my $file (@processed_files) { - my $manual_texi = ''; - my $outfile; - my $name = shift @all_manual_names; - if ($base_level == 0 and !$file_nr) { - $outfile = $output; - } else { - if (defined($name)) { - $outfile = Pod::Simple::Texinfo::_pod_title_to_file_name($name); - $outfile .= '.texi'; - } else { - if ($file eq '-') { - $outfile = $STDOUT_DOCU_NAME; - } else { - $outfile = $file; - } - if ($outfile =~ /\.(pm|pod)$/) { - $outfile =~ s/\.(pm|pod)$/.texi/i; - } else { - $outfile .= '.texi'; - } - } - $outfile = File::Spec->catfile($subdir, $outfile) - if (defined($subdir)); - } - - my $new = Pod::Simple::Texinfo->new(); - - push @included, [$name, $outfile, $file] if ($base_level > 0); - my $fh; - if ($outfile eq '-') { - $fh = *STDOUT; - } else { - open (OUT, ">$outfile") or die sprintf(__("%s: could not open %s for writing: %s\n"), - $real_command_name, $outfile, $!); - $fh = *OUT; - } - # FIXME should use =encoding - binmode($fh, ':encoding(utf8)'); - - $new->output_string(\$manual_texi); - - $new->texinfo_sectioning_base_level($base_level); - if ($section_nodes) { - $new->texinfo_section_nodes(1); - } - if ($unnumbered_sections) { - $new->texinfo_sectioning_style('unnumbered'); - } elsif ($appendix_sections) { - $new->texinfo_sectioning_style('appendix'); - } - if ($base_level > 0 and @manuals) { - $new->texinfo_internal_pod_manuals(\@manuals); - } - - print STDERR "processing $file -> $outfile ($name)\n" if ($debug); - $new->parse_file($file); - - if ($section_nodes or $fill_sectioning_gaps) { - if ($debug > 4) { - # print to a file - open (DBGFILE, ">$outfile-dbg") or die sprintf(__("%s: could not open %s: %s\n"), - $real_command_name, "$outfile-dbg", $!); - binmode(DBGFILE, ':encoding(utf8)'); - print DBGFILE $manual_texi; - - } - $manual_texi = _fix_texinfo_manual($new, $manual_texi, $section_nodes, - $fill_sectioning_gaps); - $full_manual .= $manual_texi if ($section_nodes); - } - print $fh $manual_texi; - - if ($outfile ne '-') { - close($fh) or die sprintf(__("%s: error on closing %s: %s\n"), - $real_command_name, $outfile, $!); - } - - if ($base_level > 0) { - if (!$new->content_seen) { - # this should only happen for input coming from pipe or the like - warn sprintf(__("%s: removing %s as input file %s has no content\n"), - $real_command_name, $outfile, $file); - unlink ($outfile); - pop @included; - # if we didn't gather the short title, try now, and rename out file if found - } elsif (!defined($name)) { - my $short_title = $new->texinfo_short_title; - if (defined($short_title) and $short_title =~ /\S/) { - push @manuals, $short_title; - pop @included; - my $new_outfile - = Pod::Simple::Texinfo::_pod_title_to_file_name($short_title); - $new_outfile .= '.texi'; - $new_outfile = File::Spec->catfile($subdir, $new_outfile) - if (defined($subdir)); - if ($new_outfile ne $outfile) { - unless (rename ($outfile, $new_outfile)) { - die sprintf(__("%s: rename %s failed: %s\n"), - $real_command_name, $outfile, $!); - } - } - push @included, [$short_title, $new_outfile, $file]; - } - } - } - $file_nr++; - } - - if ($base_level > 0) { - my $fh; - if ($output ne '-') { - open (OUT, ">$output") or die sprintf(__("%s: could not open %s for writing: %s\n"), - $real_command_name, $output, $!); - $fh = *OUT; - } else { - $fh = *STDOUT; - } - - # FIXME should use =encoding - binmode($fh, ':encoding(utf8)'); - - my $outfile_name = $output; - - $outfile_name = $STDOUT_DOCU_NAME if ($outfile_name eq '-'); - $outfile_name =~ s/\.te?x(i|info)?$//; - $outfile_name .= '.info'; - - if (! defined ($preamble)) { - $preamble = '\input texinfo - @setfilename ' . Pod::Simple::Texinfo::_protect_text($outfile_name) . " - \@documentencoding utf-8 - \@settitle $top - - \@contents - - \@ifnottex - \@node Top - \@top $top - \@end ifnottex\n\n"; - } - - print $fh $preamble; - if ($section_nodes) { - #print STDERR "\@node Top\n\@top top\n".$full_manual; - my $menu = _do_top_node_menu("\@node Top\n\@top top\n".$full_manual); - print $fh $menu."\n"; - } - foreach my $include (@included) { - my $file = $include->[1]; - print $fh "\@include ".Pod::Simple::Texinfo::_protect_text($file)."\n"; - } - print $fh "\n\@bye\n"; - - if ($output ne '-') { - close($fh) or die sprintf(__("%s: error on closing %s: %s\n"), - $real_command_name, $output, $!); - } - } - - if (defined($output) and $output eq '-') { - close(STDOUT) or die sprintf(__("%s: error on closing stdout: %s\n"), - $real_command_name, $!); - } - - 1; - - __END__ - - =head1 NAME - - pod2texi - convert Pod to Texinfo - - =head1 SYNOPSIS - - pod2texi [OPTION]... POD... - - =head1 DESCRIPTION - - Translate Pod file(s) to Texinfo. There are two basic modes of - operation. First, by default, each pod is translated to a standalone - Texinfo manual. - - Second, if C<--base-level> is set higher than 0, each pod is translated - to a file suitable for C<@include>, and one more file with all the - C<@include>s is generated, intended to be C<@include>d in turn within a - hand-written top-level file. - - =head1 OPTIONS - - =over - - =item B<--appendix-sections> - - Use appendix sectioning commands (C<@appendix>, ...) instead of the - default numbered sectioning Texinfo @-commands (C<@chapter>, - C<@section>, ...). - - =item B<--base-level>=I - - Sets the level of the C commands. It may be an integer or a - Texinfo sectioning command (without the C<@>): 1 corresponds to the - C<@chapter>/C<@unnumbered> level, 2 to the C<@section> level, and so on. - The default is 0, meaning that C commands are still output as - chapters, but the output is arranged as a standalone manual. - - If the level is not 0, the pod file is rendered as a fragment of a - Texinfo manual suitable for C<@include>. In this case, each pod file - has an additional sectioning command covering the entire file, one level - above the C<--base-level> value. Therefore, to make each pod file a - chapter in a large manual, you should use C
as the base level. - - For an example of making Texinfo out of the Perl documentation itself, - see C in the Texinfo source distribution, with - output available at L. - - =item B<--debug>=I - - Set debugging level to I. - - =item B<--help> - - Display help and exit. - - =item B<--output>=I - - Name for the first manual, or the main manual if there is a main manual. - Default is to write to standard output. - - =item B<--no-section-nodes> - - Use anchors for sections instead of nodes. - - =item B<--no-fill-section-gaps> - - Do not fill sectioning gaps with empty C<@unnumbered> files. - Ordinarily, it's good to keep the sectioning hierarchy intact. - - =item B<--preamble>=I - - Insert I as top boilerplate before includes. The default is a - minimal beginning for a Texinfo document, and sets C<@documentencoding> - to C (because the output is written that way). - - =item B<--subdir>=I - - If there is a main manual with include files (each corresponding to - an input pod file), then those include files are put in directory I. - - =item B<--unnumbered-sections> - - Use unnumbered sectioning commands (C<@unnumbered>, ...) instead of the - default numbered sectioning Texinfo @-commands (C<@chapter>, - C<@section>, ...). - - =item B<--top>=I - - Name of the C<@top> element for the main manual. May contain Texinfo code. - - =item B<--version> - - Display version information and exit. - - =back - - =head1 SEE ALSO - - L. L. The Texinfo manual. - Texinfo home page: L - - =head1 COPYRIGHT - - Copyright 2016 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, - or (at your option) any later version. - - There is NO WARRANTY, to the extent permitted by law. - - =head1 AUTHOR - - Patrice Dumas Ebug-texinfo@gnu.orgE. - - =cut --- 0 ---- diff -Nrc2 texinfo-6.4/README texinfo-6.5/README *** texinfo-6.4/README 2017-06-23 07:03:21.000000000 +0100 --- texinfo-6.5/README 2017-06-23 07:47:55.000000000 +0100 *************** *** 1,3 **** ! $Id: README 6951 2016-01-20 19:57:18Z gavin $ This is the README file for the GNU Texinfo distribution. Texinfo is the preferred documentation format for GNU software. --- 1,3 ---- ! $Id: README 7842 2017-06-23 06:47:27Z gavin $ This is the README file for the GNU Texinfo distribution. Texinfo is the preferred documentation format for GNU software. diff -Nrc2 texinfo-6.4/README-hacking texinfo-6.5/README-hacking *** texinfo-6.4/README-hacking 2017-05-15 19:56:56.000000000 +0100 --- texinfo-6.5/README-hacking 2017-06-23 18:59:23.000000000 +0100 *************** *** 1,3 **** ! $Id: README-hacking 7788 2017-05-15 18:56:25Z gavin $ This file describes the development environment for Texinfo. --- 1,3 ---- ! $Id: README-hacking 7843 2017-06-23 17:58:55Z gavin $ This file describes the development environment for Texinfo. *************** *** 235,253 **** prev=5.2 ver=6.0 ! cd $misc/archive/$pkg/prod ! tar xf $txi/texinfo-$ver.tar.gz tar xf texinfo-$prev.tar.gz diff -Nrc2 texinfo-$prev texinfo-$ver | xz >texinfo-$prev-$ver.diff.xz ls -l !$ gnupload --to ftp.gnu.org:texinfo !$ - rm -rf texinfo-$ver texinfo-$prev - ro texinfo-*$ver* - - To save in local archives: - pkg=texinfo - ver=6.0 - - mv -v $pkg-$ver.tar.xz* $misc/archive/$pkg/alpha/ #pretest - mv -v $pkg-$ver.tar.{gz,xz}* *.diff.xz $misc/archive/$pkg/prod/ #official - When official release is out there ... --- 235,244 ---- prev=5.2 ver=6.0 ! tar xf texinfo-$ver.tar.gz tar xf texinfo-$prev.tar.gz diff -Nrc2 texinfo-$prev texinfo-$ver | xz >texinfo-$prev-$ver.diff.xz ls -l !$ gnupload --to ftp.gnu.org:texinfo !$ - When official release is out there ... diff -Nrc2 texinfo-6.4/aclocal.m4 texinfo-6.5/aclocal.m4 *** texinfo-6.4/aclocal.m4 2017-06-23 07:04:36.000000000 +0100 --- texinfo-6.5/aclocal.m4 2017-09-12 19:50:08.000000000 +0100 *************** *** 1178,1181 **** --- 1178,1182 ---- m4_include([gnulib/m4/iconv.m4]) m4_include([gnulib/m4/include_next.m4]) + m4_include([gnulib/m4/intlmacosx.m4]) m4_include([gnulib/m4/intmax_t.m4]) m4_include([gnulib/m4/inttypes_h.m4]) diff -Nrc2 texinfo-6.4/config.h texinfo-6.5/config.h *** texinfo-6.4/config.h 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/config.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1628 **** - /* config.h. Generated from config.in by configure. */ - /* config.in. Generated from configure.ac by autoheader. */ - - /* Define if building universal (internal helper macro) */ - /* #undef AC_APPLE_UNIVERSAL_BUILD */ - - /* Define to the number of bits in type 'ptrdiff_t'. */ - /* #undef BITSIZEOF_PTRDIFF_T */ - - /* Define to the number of bits in type 'sig_atomic_t'. */ - /* #undef BITSIZEOF_SIG_ATOMIC_T */ - - /* Define to the number of bits in type 'size_t'. */ - /* #undef BITSIZEOF_SIZE_T */ - - /* Define to the number of bits in type 'wchar_t'. */ - /* #undef BITSIZEOF_WCHAR_T */ - - /* Define to the number of bits in type 'wint_t'. */ - /* #undef BITSIZEOF_WINT_T */ - - /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP - systems. This function is required for `alloca.c' support on those systems. - */ - /* #undef CRAY_STACKSEG_END */ - - /* Define to 1 if using `alloca.c'. */ - /* #undef C_ALLOCA */ - - /* Define to 1 if the C locale may have encoding errors. */ - #define C_LOCALE_MAYBE_EILSEQ 1 - - /* Define as the bit index in the word where to find bit 0 of the exponent of - 'double'. */ - #define DBL_EXPBIT0_BIT 20 - - /* Define as the word index where to find the exponent of 'double'. */ - #define DBL_EXPBIT0_WORD 1 - - /* Define to 1 if // is a file system root distinct from /. */ - /* #undef DOUBLE_SLASH_IS_DISTINCT_ROOT */ - - /* Define to 1 if translation of program messages to the user's native - language is requested. */ - #define ENABLE_NLS 1 - - /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */ - /* #undef FUNC_NL_LANGINFO_YESEXPR_WORKS */ - - /* Define to a C preprocessor expression that evaluates to 1 or 0, depending - whether the gnulib module fscanf shall be considered present. */ - #define GNULIB_FSCANF 1 - - /* Define to a C preprocessor expression that evaluates to 1 or 0, depending - whether the gnulib module lock shall be considered present. */ - /* #undef GNULIB_LOCK */ - - /* Define to a C preprocessor expression that evaluates to 1 or 0, depending - whether the gnulib module msvc-nothrow shall be considered present. */ - /* #undef GNULIB_MSVC_NOTHROW */ - - /* Define to 1 if printf and friends should be labeled with attribute - "__gnu_printf__" instead of "__printf__" */ - /* #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU */ - - /* Define to a C preprocessor expression that evaluates to 1 or 0, depending - whether the gnulib module scanf shall be considered present. */ - #define GNULIB_SCANF 1 - - /* Define to a C preprocessor expression that evaluates to 1 or 0, depending - whether the gnulib module strerror shall be considered present. */ - #define GNULIB_STRERROR 1 - - /* Define to 1 when the gnulib module btowc should be tested. */ - /* #undef GNULIB_TEST_BTOWC */ - - /* Define to 1 when the gnulib module iswblank should be tested. */ - #define GNULIB_TEST_ISWBLANK 1 - - /* Define to 1 when the gnulib module localeconv should be tested. */ - /* #undef GNULIB_TEST_LOCALECONV */ - - /* Define to 1 when the gnulib module malloc-posix should be tested. */ - #define GNULIB_TEST_MALLOC_POSIX 1 - - /* Define to 1 when the gnulib module mbrtowc should be tested. */ - #define GNULIB_TEST_MBRTOWC 1 - - /* Define to 1 when the gnulib module mbscasecmp should be tested. */ - #define GNULIB_TEST_MBSCASECMP 1 - - /* Define to 1 when the gnulib module mbschr should be tested. */ - #define GNULIB_TEST_MBSCHR 1 - - /* Define to 1 when the gnulib module mbsinit should be tested. */ - #define GNULIB_TEST_MBSINIT 1 - - /* Define to 1 when the gnulib module mbslen should be tested. */ - #define GNULIB_TEST_MBSLEN 1 - - /* Define to 1 when the gnulib module mbsncasecmp should be tested. */ - #define GNULIB_TEST_MBSNCASECMP 1 - - /* Define to 1 when the gnulib module mbsstr should be tested. */ - #define GNULIB_TEST_MBSSTR 1 - - /* Define to 1 when the gnulib module mbtowc should be tested. */ - /* #undef GNULIB_TEST_MBTOWC */ - - /* Define to 1 when the gnulib module memchr should be tested. */ - #define GNULIB_TEST_MEMCHR 1 - - /* Define to 1 when the gnulib module mempcpy should be tested. */ - /* #undef GNULIB_TEST_MEMPCPY */ - - /* Define to 1 when the gnulib module memrchr should be tested. */ - #define GNULIB_TEST_MEMRCHR 1 - - /* Define to 1 when the gnulib module nl_langinfo should be tested. */ - /* #undef GNULIB_TEST_NL_LANGINFO */ - - /* Define to 1 when the gnulib module stpcpy should be tested. */ - /* #undef GNULIB_TEST_STPCPY */ - - /* Define to 1 when the gnulib module strcasestr should be tested. */ - #define GNULIB_TEST_STRCASESTR 1 - - /* Define to 1 when the gnulib module strdup should be tested. */ - #define GNULIB_TEST_STRDUP 1 - - /* Define to 1 when the gnulib module strerror should be tested. */ - #define GNULIB_TEST_STRERROR 1 - - /* Define to 1 when the gnulib module strndup should be tested. */ - /* #undef GNULIB_TEST_STRNDUP */ - - /* Define to 1 when the gnulib module strnlen should be tested. */ - #define GNULIB_TEST_STRNLEN 1 - - /* Define to 1 when the gnulib module strstr should be tested. */ - /* #undef GNULIB_TEST_STRSTR */ - - /* Define to 1 when the gnulib module vasprintf should be tested. */ - #define GNULIB_TEST_VASPRINTF 1 - - /* Define to 1 when the gnulib module wcrtomb should be tested. */ - /* #undef GNULIB_TEST_WCRTOMB */ - - /* Define to 1 when the gnulib module wcwidth should be tested. */ - #define GNULIB_TEST_WCWIDTH 1 - - /* Define to 1 if you have 'alloca' after including , a header that - may be supplied by this distribution. */ - #define HAVE_ALLOCA 1 - - /* Define to 1 if you have and it should be used (not on Ultrix). - */ - #define HAVE_ALLOCA_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_ARGZ_H 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_BP_SYM_H */ - - /* Define to 1 if you have the 'btowc' function. */ - #define HAVE_BTOWC 1 - - /* Define to 1 if you have the `bzero' function. */ - #define HAVE_BZERO 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_CRTDEFS_H */ - - /* Define if the GNU dcgettext() function is already present or preinstalled. - */ - #define HAVE_DCGETTEXT 1 - - /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't. - */ - #define HAVE_DECL_ALARM 1 - - /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you - don't. */ - #define HAVE_DECL_GETC_UNLOCKED 1 - - /* Define to 1 if you have the declaration of `isblank', and to 0 if you - don't. */ - /* #undef HAVE_DECL_ISBLANK */ - - /* Define to 1 if you have the declaration of `iswblank', and to 0 if you - don't. */ - #define HAVE_DECL_ISWBLANK 1 - - /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you - don't. */ - /* #undef HAVE_DECL_MBRTOWC */ - - /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you - don't. */ - /* #undef HAVE_DECL_MBSINIT */ - - /* Define to 1 if you have a declaration of mbswidth() in , and to 0 - otherwise. */ - #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - - /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't. - */ - #define HAVE_DECL_MEMCHR 1 - - /* Define to 1 if you have the declaration of `memrchr', and to 0 if you - don't. */ - #define HAVE_DECL_MEMRCHR 1 - - /* Define to 1 if you have the declaration of `program_invocation_name', and - to 0 if you don't. */ - #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - - /* Define to 1 if you have the declaration of `program_invocation_short_name', - and to 0 if you don't. */ - #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - - /* Define to 1 if you have the declaration of `strcoll', and to 0 if you - don't. */ - #define HAVE_DECL_STRCOLL 1 - - /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't. - */ - #define HAVE_DECL_STRDUP 1 - - /* Define to 1 if you have the declaration of `strerror', and to 0 if you - don't. */ - #define HAVE_DECL_STRERROR 1 - - /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you - don't. */ - #define HAVE_DECL_STRERROR_R 1 - - /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you - don't. */ - #define HAVE_DECL_STRNCASECMP 1 - - /* Define to 1 if you have the declaration of `strndup', and to 0 if you - don't. */ - #define HAVE_DECL_STRNDUP 1 - - /* Define to 1 if you have the declaration of `strnlen', and to 0 if you - don't. */ - #define HAVE_DECL_STRNLEN 1 - - /* Define to 1 if you have the declaration of `towlower', and to 0 if you - don't. */ - /* #undef HAVE_DECL_TOWLOWER */ - - /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you - don't. */ - /* #undef HAVE_DECL_WCRTOMB */ - - /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you - don't. */ - #define HAVE_DECL_WCWIDTH 1 - - /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you - don't. */ - #define HAVE_DECL__SNPRINTF 0 - - /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't. - */ - #define HAVE_DECL___ARGV 0 - - /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ - /* #undef HAVE_DOPRNT */ - - /* Define to 1 if the system has the type `error_t'. */ - #define HAVE_ERROR_T 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_FCNTL_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_FEATURES_H 1 - - /* Define to 1 if you have the `getcwd' function. */ - #define HAVE_GETCWD 1 - - /* Define to 1 if you have the 'getexecname' function. */ - /* #undef HAVE_GETEXECNAME */ - - /* Define to 1 if you have the header file. */ - #define HAVE_GETOPT_H 1 - - /* Define to 1 if you have the `getopt_long_only' function. */ - #define HAVE_GETOPT_LONG_ONLY 1 - - /* Define to 1 if you have the 'getprogname' function. */ - /* #undef HAVE_GETPROGNAME */ - - /* Define if the GNU gettext() function is already present or preinstalled. */ - #define HAVE_GETTEXT 1 - - /* Define if you have the iconv() function and it works. */ - #define HAVE_ICONV 1 - - /* Define if you have the 'intmax_t' type in or . */ - #define HAVE_INTMAX_T 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_INTTYPES_H 1 - - /* Define if exists, doesn't clash with , and - declares uintmax_t. */ - #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_IO_H */ - - /* Define to 1 if you have the 'isascii' function. */ - #define HAVE_ISASCII 1 - - /* Define to 1 if you have the 'isblank' function. */ - #define HAVE_ISBLANK 1 - - /* Define to 1 if you have the 'iswblank' function. */ - #define HAVE_ISWBLANK 1 - - /* Define to 1 if you have the 'iswcntrl' function. */ - #define HAVE_ISWCNTRL 1 - - /* Define to 1 if you have the 'iswctype' function. */ - #define HAVE_ISWCTYPE 1 - - /* Define if you have and nl_langinfo(CODESET). */ - #define HAVE_LANGINFO_CODESET 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_LANGINFO_H 1 - - /* Define to 1 if you have the `bsd' library (-lbsd). */ - /* #undef HAVE_LIBBSD */ - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_LIBINTL_H */ - - /* Define to 1 if you have the header file. */ - #define HAVE_LIMITS_H 1 - - /* Define to 1 if the system has the type 'long long int'. */ - #define HAVE_LONG_LONG_INT 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_MALLOC_H 1 - - /* Define if the 'malloc' function is POSIX compliant. */ - #define HAVE_MALLOC_POSIX 1 - - /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including - config.h and . */ - #define HAVE_MAP_ANONYMOUS 1 - - /* Define to 1 if you have the `mbrtowc' function. */ - #define HAVE_MBRTOWC 1 - - /* Define to 1 if you have the 'mbsinit' function. */ - #define HAVE_MBSINIT 1 - - /* Define to 1 if you have the 'mbslen' function. */ - /* #undef HAVE_MBSLEN */ - - /* Define to 1 if declares mbstate_t. */ - #define HAVE_MBSTATE_T 1 - - /* Define to 1 if you have the `memcpy' function. */ - #define HAVE_MEMCPY 1 - - /* Define to 1 if you have the `memmove' function. */ - #define HAVE_MEMMOVE 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_MEMORY_H 1 - - /* Define to 1 if you have the `mempcpy' function. */ - /* #undef HAVE_MEMPCPY */ - - /* Define to 1 if you have the `memrchr' function. */ - #define HAVE_MEMRCHR 1 - - /* Define to 1 if you have the `memset' function. */ - #define HAVE_MEMSET 1 - - /* Define to 1 if you have the 'mprotect' function. */ - #define HAVE_MPROTECT 1 - - /* Define to 1 on MSVC platforms that have the "invalid parameter handler" - concept. */ - /* #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER */ - - /* Define to 1 if you have the header file. */ - #define HAVE_NCURSES_TERMCAP_H 1 - - /* Define to 1 if you have the 'nl_langinfo' function. */ - #define HAVE_NL_LANGINFO 1 - - /* Define to 1 if you have the `posix_openpt' function. */ - #define HAVE_POSIX_OPENPT 1 - - /* Define if the defines PTHREAD_MUTEX_RECURSIVE. */ - /* #undef HAVE_PTHREAD_MUTEX_RECURSIVE */ - - /* Define if the POSIX multithreading library has read/write locks. */ - /* #undef HAVE_PTHREAD_RWLOCK */ - - /* Define if the 'pthread_rwlock_rdlock' function prefers a writer to a - reader. */ - /* #undef HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER */ - - /* Define to 1 if you have the header file. */ - #define HAVE_PWD_H 1 - - /* Define to 1 if atoll is declared even after undefining macros. */ - #define HAVE_RAW_DECL_ATOLL 1 - - /* Define to 1 if btowc is declared even after undefining macros. */ - #define HAVE_RAW_DECL_BTOWC 1 - - /* Define to 1 if canonicalize_file_name is declared even after undefining - macros. */ - #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - - /* Define to 1 if chdir is declared even after undefining macros. */ - #define HAVE_RAW_DECL_CHDIR 1 - - /* Define to 1 if chown is declared even after undefining macros. */ - #define HAVE_RAW_DECL_CHOWN 1 - - /* Define to 1 if dprintf is declared even after undefining macros. */ - #define HAVE_RAW_DECL_DPRINTF 1 - - /* Define to 1 if dup is declared even after undefining macros. */ - #define HAVE_RAW_DECL_DUP 1 - - /* Define to 1 if dup2 is declared even after undefining macros. */ - #define HAVE_RAW_DECL_DUP2 1 - - /* Define to 1 if dup3 is declared even after undefining macros. */ - #define HAVE_RAW_DECL_DUP3 1 - - /* Define to 1 if duplocale is declared even after undefining macros. */ - /* #undef HAVE_RAW_DECL_DUPLOCALE */ - - /* Define to 1 if endusershell is declared even after undefining macros. */ - #define HAVE_RAW_DECL_ENDUSERSHELL 1 - - /* Define to 1 if environ is declared even after undefining macros. */ - #define HAVE_RAW_DECL_ENVIRON 1 - - /* Define to 1 if euidaccess is declared even after undefining macros. */ - #define HAVE_RAW_DECL_EUIDACCESS 1 - - /* Define to 1 if faccessat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FACCESSAT 1 - - /* Define to 1 if fchdir is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FCHDIR 1 - - /* Define to 1 if fchownat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FCHOWNAT 1 - - /* Define to 1 if fdatasync is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FDATASYNC 1 - - /* Define to 1 if ffs is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FFS 1 - - /* Define to 1 if ffsl is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FFSL 1 - - /* Define to 1 if ffsll is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FFSLL 1 - - /* Define to 1 if fpurge is declared even after undefining macros. */ - /* #undef HAVE_RAW_DECL_FPURGE */ - - /* Define to 1 if fseeko is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FSEEKO 1 - - /* Define to 1 if fsync is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FSYNC 1 - - /* Define to 1 if ftello is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FTELLO 1 - - /* Define to 1 if ftruncate is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FTRUNCATE 1 - - /* Define to 1 if getcwd is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETCWD 1 - - /* Define to 1 if getdelim is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETDELIM 1 - - /* Define to 1 if getdomainname is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETDOMAINNAME 1 - - /* Define to 1 if getdtablesize is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETDTABLESIZE 1 - - /* Define to 1 if getgroups is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETGROUPS 1 - - /* Define to 1 if gethostname is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETHOSTNAME 1 - - /* Define to 1 if getline is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETLINE 1 - - /* Define to 1 if getloadavg is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETLOADAVG 1 - - /* Define to 1 if getlogin is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETLOGIN 1 - - /* Define to 1 if getlogin_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETLOGIN_R 1 - - /* Define to 1 if getpagesize is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETPAGESIZE 1 - - /* Define to 1 if gets is declared even after undefining macros. */ - /* #undef HAVE_RAW_DECL_GETS */ - - /* Define to 1 if getsubopt is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETSUBOPT 1 - - /* Define to 1 if getusershell is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETUSERSHELL 1 - - /* Define to 1 if grantpt is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GRANTPT 1 - - /* Define to 1 if group_member is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GROUP_MEMBER 1 - - /* Define to 1 if initstate is declared even after undefining macros. */ - #define HAVE_RAW_DECL_INITSTATE 1 - - /* Define to 1 if initstate_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_INITSTATE_R 1 - - /* Define to 1 if isatty is declared even after undefining macros. */ - #define HAVE_RAW_DECL_ISATTY 1 - - /* Define to 1 if iswctype is declared even after undefining macros. */ - #define HAVE_RAW_DECL_ISWCTYPE 1 - - /* Define to 1 if lchown is declared even after undefining macros. */ - #define HAVE_RAW_DECL_LCHOWN 1 - - /* Define to 1 if link is declared even after undefining macros. */ - #define HAVE_RAW_DECL_LINK 1 - - /* Define to 1 if linkat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_LINKAT 1 - - /* Define to 1 if lseek is declared even after undefining macros. */ - #define HAVE_RAW_DECL_LSEEK 1 - - /* Define to 1 if mbrlen is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MBRLEN 1 - - /* Define to 1 if mbrtowc is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MBRTOWC 1 - - /* Define to 1 if mbsinit is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MBSINIT 1 - - /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MBSNRTOWCS 1 - - /* Define to 1 if mbsrtowcs is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MBSRTOWCS 1 - - /* Define to 1 if memmem is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MEMMEM 1 - - /* Define to 1 if mempcpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MEMPCPY 1 - - /* Define to 1 if memrchr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MEMRCHR 1 - - /* Define to 1 if mkdtemp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MKDTEMP 1 - - /* Define to 1 if mkostemp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MKOSTEMP 1 - - /* Define to 1 if mkostemps is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MKOSTEMPS 1 - - /* Define to 1 if mkstemp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MKSTEMP 1 - - /* Define to 1 if mkstemps is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MKSTEMPS 1 - - /* Define to 1 if nl_langinfo is declared even after undefining macros. */ - /* #undef HAVE_RAW_DECL_NL_LANGINFO */ - - /* Define to 1 if pclose is declared even after undefining macros. */ - #define HAVE_RAW_DECL_PCLOSE 1 - - /* Define to 1 if pipe is declared even after undefining macros. */ - #define HAVE_RAW_DECL_PIPE 1 - - /* Define to 1 if pipe2 is declared even after undefining macros. */ - #define HAVE_RAW_DECL_PIPE2 1 - - /* Define to 1 if popen is declared even after undefining macros. */ - #define HAVE_RAW_DECL_POPEN 1 - - /* Define to 1 if posix_openpt is declared even after undefining macros. */ - #define HAVE_RAW_DECL_POSIX_OPENPT 1 - - /* Define to 1 if pread is declared even after undefining macros. */ - #define HAVE_RAW_DECL_PREAD 1 - - /* Define to 1 if ptsname is declared even after undefining macros. */ - #define HAVE_RAW_DECL_PTSNAME 1 - - /* Define to 1 if ptsname_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_PTSNAME_R 1 - - /* Define to 1 if pwrite is declared even after undefining macros. */ - #define HAVE_RAW_DECL_PWRITE 1 - - /* Define to 1 if qsort_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_QSORT_R 1 - - /* Define to 1 if random is declared even after undefining macros. */ - #define HAVE_RAW_DECL_RANDOM 1 - - /* Define to 1 if random_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_RANDOM_R 1 - - /* Define to 1 if rawmemchr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_RAWMEMCHR 1 - - /* Define to 1 if readlink is declared even after undefining macros. */ - #define HAVE_RAW_DECL_READLINK 1 - - /* Define to 1 if readlinkat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_READLINKAT 1 - - /* Define to 1 if realpath is declared even after undefining macros. */ - #define HAVE_RAW_DECL_REALPATH 1 - - /* Define to 1 if renameat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_RENAMEAT 1 - - /* Define to 1 if rmdir is declared even after undefining macros. */ - #define HAVE_RAW_DECL_RMDIR 1 - - /* Define to 1 if rpmatch is declared even after undefining macros. */ - #define HAVE_RAW_DECL_RPMATCH 1 - - /* Define to 1 if secure_getenv is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SECURE_GETENV 1 - - /* Define to 1 if setenv is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SETENV 1 - - /* Define to 1 if sethostname is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SETHOSTNAME 1 - - /* Define to 1 if setlocale is declared even after undefining macros. */ - /* #undef HAVE_RAW_DECL_SETLOCALE */ - - /* Define to 1 if setstate is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SETSTATE 1 - - /* Define to 1 if setstate_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SETSTATE_R 1 - - /* Define to 1 if setusershell is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SETUSERSHELL 1 - - /* Define to 1 if sleep is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SLEEP 1 - - /* Define to 1 if snprintf is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SNPRINTF 1 - - /* Define to 1 if srandom is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SRANDOM 1 - - /* Define to 1 if srandom_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SRANDOM_R 1 - - /* Define to 1 if stpcpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STPCPY 1 - - /* Define to 1 if stpncpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STPNCPY 1 - - /* Define to 1 if strcasecmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRCASECMP 1 - - /* Define to 1 if strcasestr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRCASESTR 1 - - /* Define to 1 if strchrnul is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRCHRNUL 1 - - /* Define to 1 if strdup is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRDUP 1 - - /* Define to 1 if strerror_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRERROR_R 1 - - /* Define to 1 if strncasecmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRNCASECMP 1 - - /* Define to 1 if strncat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRNCAT 1 - - /* Define to 1 if strndup is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRNDUP 1 - - /* Define to 1 if strnlen is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRNLEN 1 - - /* Define to 1 if strpbrk is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRPBRK 1 - - /* Define to 1 if strsep is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRSEP 1 - - /* Define to 1 if strsignal is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRSIGNAL 1 - - /* Define to 1 if strtod is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRTOD 1 - - /* Define to 1 if strtok_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRTOK_R 1 - - /* Define to 1 if strtoll is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRTOLL 1 - - /* Define to 1 if strtoull is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRTOULL 1 - - /* Define to 1 if strverscmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRVERSCMP 1 - - /* Define to 1 if symlink is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SYMLINK 1 - - /* Define to 1 if symlinkat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SYMLINKAT 1 - - /* Define to 1 if tmpfile is declared even after undefining macros. */ - #define HAVE_RAW_DECL_TMPFILE 1 - - /* Define to 1 if towctrans is declared even after undefining macros. */ - #define HAVE_RAW_DECL_TOWCTRANS 1 - - /* Define to 1 if truncate is declared even after undefining macros. */ - #define HAVE_RAW_DECL_TRUNCATE 1 - - /* Define to 1 if ttyname_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_TTYNAME_R 1 - - /* Define to 1 if unlink is declared even after undefining macros. */ - #define HAVE_RAW_DECL_UNLINK 1 - - /* Define to 1 if unlinkat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_UNLINKAT 1 - - /* Define to 1 if unlockpt is declared even after undefining macros. */ - #define HAVE_RAW_DECL_UNLOCKPT 1 - - /* Define to 1 if unsetenv is declared even after undefining macros. */ - #define HAVE_RAW_DECL_UNSETENV 1 - - /* Define to 1 if usleep is declared even after undefining macros. */ - #define HAVE_RAW_DECL_USLEEP 1 - - /* Define to 1 if vdprintf is declared even after undefining macros. */ - #define HAVE_RAW_DECL_VDPRINTF 1 - - /* Define to 1 if vsnprintf is declared even after undefining macros. */ - #define HAVE_RAW_DECL_VSNPRINTF 1 - - /* Define to 1 if wcpcpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCPCPY 1 - - /* Define to 1 if wcpncpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCPNCPY 1 - - /* Define to 1 if wcrtomb is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCRTOMB 1 - - /* Define to 1 if wcscasecmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCASECMP 1 - - /* Define to 1 if wcscat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCAT 1 - - /* Define to 1 if wcschr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCHR 1 - - /* Define to 1 if wcscmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCMP 1 - - /* Define to 1 if wcscoll is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCOLL 1 - - /* Define to 1 if wcscpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCPY 1 - - /* Define to 1 if wcscspn is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCSPN 1 - - /* Define to 1 if wcsdup is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSDUP 1 - - /* Define to 1 if wcsftime is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSFTIME 1 - - /* Define to 1 if wcslen is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSLEN 1 - - /* Define to 1 if wcsncasecmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNCASECMP 1 - - /* Define to 1 if wcsncat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNCAT 1 - - /* Define to 1 if wcsncmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNCMP 1 - - /* Define to 1 if wcsncpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNCPY 1 - - /* Define to 1 if wcsnlen is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNLEN 1 - - /* Define to 1 if wcsnrtombs is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNRTOMBS 1 - - /* Define to 1 if wcspbrk is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSPBRK 1 - - /* Define to 1 if wcsrchr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSRCHR 1 - - /* Define to 1 if wcsrtombs is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSRTOMBS 1 - - /* Define to 1 if wcsspn is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSSPN 1 - - /* Define to 1 if wcsstr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSSTR 1 - - /* Define to 1 if wcstok is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSTOK 1 - - /* Define to 1 if wcswidth is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSWIDTH 1 - - /* Define to 1 if wcsxfrm is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSXFRM 1 - - /* Define to 1 if wctob is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCTOB 1 - - /* Define to 1 if wctrans is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCTRANS 1 - - /* Define to 1 if wctype is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCTYPE 1 - - /* Define to 1 if wcwidth is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCWIDTH 1 - - /* Define to 1 if wmemchr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WMEMCHR 1 - - /* Define to 1 if wmemcmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WMEMCMP 1 - - /* Define to 1 if wmemcpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WMEMCPY 1 - - /* Define to 1 if wmemmove is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WMEMMOVE 1 - - /* Define to 1 if wmemset is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WMEMSET 1 - - /* Define to 1 if _Exit is declared even after undefining macros. */ - #define HAVE_RAW_DECL__EXIT 1 - - /* Define to 1 if you have the `setlocale' function. */ - #define HAVE_SETLOCALE 1 - - /* Define to 1 if you have the `setvbuf' function. */ - #define HAVE_SETVBUF 1 - - /* Define to 1 if you have the `sigaction' function. */ - #define HAVE_SIGACTION 1 - - /* Define to 1 if 'sig_atomic_t' is a signed integer type. */ - /* #undef HAVE_SIGNED_SIG_ATOMIC_T */ - - /* Define to 1 if 'wchar_t' is a signed integer type. */ - /* #undef HAVE_SIGNED_WCHAR_T */ - - /* Define to 1 if 'wint_t' is a signed integer type. */ - /* #undef HAVE_SIGNED_WINT_T */ - - /* Define to 1 if you have the `sigprocmask' function. */ - #define HAVE_SIGPROCMASK 1 - - /* Define to 1 if you have the `sigsetmask' function. */ - #define HAVE_SIGSETMASK 1 - - /* Define to 1 if you have the 'snprintf' function. */ - #define HAVE_SNPRINTF 1 - - /* Define if the return value of the snprintf function is the number of of - bytes (excluding the terminating NUL) that would have been produced if the - buffer had been large enough. */ - #define HAVE_SNPRINTF_RETVAL_C99 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STDINT_H 1 - - /* Define if exists, doesn't clash with , and declares - uintmax_t. */ - #define HAVE_STDINT_H_WITH_UINTMAX 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STDLIB_H 1 - - /* Define to 1 if you have the `stpcpy' function. */ - /* #undef HAVE_STPCPY */ - - /* Define to 1 if you have the `strcasecmp' function. */ - #define HAVE_STRCASECMP 1 - - /* Define to 1 if you have the `strcasestr' function. */ - #define HAVE_STRCASESTR 1 - - /* Define to 1 if you have the `strchr' function. */ - #define HAVE_STRCHR 1 - - /* Define to 1 if you have the `strcoll' function and it is properly defined. - */ - #define HAVE_STRCOLL 1 - - /* Define to 1 if you have the `strdup' function. */ - #define HAVE_STRDUP 1 - - /* Define to 1 if you have the `strerror' function. */ - #define HAVE_STRERROR 1 - - /* Define to 1 if you have the `strerror_r' function. */ - #define HAVE_STRERROR_R 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STRINGS_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STRING_H 1 - - /* Define to 1 if you have the `strncasecmp' function. */ - #define HAVE_STRNCASECMP 1 - - /* Define to 1 if you have the 'strndup' function. */ - #define HAVE_STRNDUP 1 - - /* Define to 1 if you have the `strnlen' function. */ - #define HAVE_STRNLEN 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STROPTS_H 1 - - /* Define to 1 if `decimal_point' is a member of `struct lconv'. */ - /* #undef HAVE_STRUCT_LCONV_DECIMAL_POINT */ - - /* Define to 1 if you have the 'symlink' function. */ - #define HAVE_SYMLINK 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_SYS_BITYPES_H */ - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_CDEFS_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_FCNTL_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_FILE_H 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_SYS_INTTYPES_H */ - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_IOCTL_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_MMAN_H 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_SYS_PTEM_H */ - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_SOCKET_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_STAT_H 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_SYS_STREAM_H */ - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_TIME_H 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_SYS_TTOLD_H */ - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_TYPES_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_WAIT_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_TERMCAP_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_TERMIOS_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_TERMIO_H 1 - - /* Define to 1 if you have the `towlower' function. */ - #define HAVE_TOWLOWER 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_UNISTD_H 1 - - /* Define to 1 if the system has the type 'unsigned long long int'. */ - #define HAVE_UNSIGNED_LONG_LONG_INT 1 - - /* Define if you have a global __progname variable */ - /* #undef HAVE_VAR___PROGNAME */ - - /* Define to 1 if you have the 'vasnprintf' function. */ - /* #undef HAVE_VASNPRINTF */ - - /* Define to 1 if you have the `vasprintf' function. */ - #define HAVE_VASPRINTF 1 - - /* Define to 1 if you have the `vprintf' function. */ - #define HAVE_VPRINTF 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_WCHAR_H 1 - - /* Define if you have the 'wchar_t' type. */ - #define HAVE_WCHAR_T 1 - - /* Define to 1 if you have the 'wcrtomb' function. */ - #define HAVE_WCRTOMB 1 - - /* Define to 1 if you have the `wcslen' function. */ - #define HAVE_WCSLEN 1 - - /* Define to 1 if you have the `wcsnlen' function. */ - #define HAVE_WCSNLEN 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_WCTYPE_H 1 - - /* Define to 1 if you have the 'wcwidth' function. */ - #define HAVE_WCWIDTH 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_WINSOCK2_H */ - - /* Define if you have the 'wint_t' type. */ - #define HAVE_WINT_T 1 - - /* This value is set to 1 to indicate that the system argz facility works */ - #define HAVE_WORKING_ARGZ 1 - - /* Define to 1 if O_NOATIME works. */ - #define HAVE_WORKING_O_NOATIME 1 - - /* Define to 1 if O_NOFOLLOW works. */ - #define HAVE_WORKING_O_NOFOLLOW 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_XLOCALE_H 1 - - /* Define to 1 if the system has the type `_Bool'. */ - #define HAVE__BOOL 1 - - /* Define to 1 if you have the '_set_invalid_parameter_handler' function. */ - /* #undef HAVE__SET_INVALID_PARAMETER_HANDLER */ - - /* Define to 1 if the compiler supports __builtin_expect, - and to 2 if does. */ - /* #undef HAVE___BUILTIN_EXPECT */ - #ifndef HAVE___BUILTIN_EXPECT - # define __builtin_expect(e, c) (e) - #elif HAVE___BUILTIN_EXPECT == 2 - # include - #endif - - - /* Define as const if the declaration of iconv() needs const. */ - #define ICONV_CONST - - /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */ - #define MALLOC_0_IS_NONNULL 1 - - /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ - /* #undef MAP_ANONYMOUS */ - - /* Define if the mbrtowc function does not return (size_t) -2 for empty input. - */ - #define MBRTOWC_EMPTY_INPUT_BUG 1 - - /* Define if the mbrtowc function has the NULL pwc argument bug. */ - /* #undef MBRTOWC_NULL_ARG1_BUG */ - - /* Define if the mbrtowc function has the NULL string argument bug. */ - /* #undef MBRTOWC_NULL_ARG2_BUG */ - - /* Define if the mbrtowc function does not return 0 for a NUL character. */ - /* #undef MBRTOWC_NUL_RETVAL_BUG */ - - /* Define if the mbrtowc function returns a wrong return value. */ - /* #undef MBRTOWC_RETVAL_BUG */ - - /* Use GNU style printf and scanf. */ - #ifndef __USE_MINGW_ANSI_STDIO - # define __USE_MINGW_ANSI_STDIO 1 - #endif - - - /* Name of package */ - #define PACKAGE "texinfo" - - /* Define to the address where bug reports for this package should be sent. */ - #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - - /* Define to the full name of this package. */ - #define PACKAGE_NAME "GNU Texinfo" - - /* Define to the full name and version of this package. */ - #define PACKAGE_STRING "GNU Texinfo 6.4" - - /* Define to the one symbol short name of this package. */ - #define PACKAGE_TARNAME "texinfo" - - /* Define to the home page for this package. */ - #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - - /* Define to the version of this package. */ - #define PACKAGE_VERSION "6.4" - - /* Define if the pthread_in_use() detection is hard. */ - /* #undef PTHREAD_IN_USE_DETECTION_HARD */ - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type - 'ptrdiff_t'. */ - /* #undef PTRDIFF_T_SUFFIX */ - - /* Define if nl_langinfo exists but is overridden by gnulib. */ - /* #undef REPLACE_NL_LANGINFO */ - - /* Define to 1 if strerror(0) does not return a message implying success. */ - /* #undef REPLACE_STRERROR_0 */ - - /* Define if vasnprintf exists but is overridden by gnulib. */ - /* #undef REPLACE_VASNPRINTF */ - - /* Define as the return type of signal handlers (`int' or `void'). */ - #define RETSIGTYPE void - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type - 'sig_atomic_t'. */ - /* #undef SIG_ATOMIC_T_SUFFIX */ - - /* Define as the maximum value of type 'size_t', if the system doesn't define - it. */ - #ifndef SIZE_MAX - /* # undef SIZE_MAX */ - #endif - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type - 'size_t'. */ - /* #undef SIZE_T_SUFFIX */ - - /* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at runtime. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ - /* #undef STACK_DIRECTION */ - - /* Define to 1 if the `S_IS*' macros in do not work properly. */ - /* #undef STAT_MACROS_BROKEN */ - - /* Define to 1 if you have the ANSI C header files. */ - #define STDC_HEADERS 1 - - /* Define to 1 if strerror_r returns char *. */ - #define STRERROR_R_CHAR_P 1 - - /* Define to 1 if your declares `struct tm'. */ - /* #undef TM_IN_SYS_TIME */ - - /* Define if the POSIX multithreading library can be used. */ - #define USE_POSIX_THREADS 1 - - /* Define if references to the POSIX multithreading library should be made - weak. */ - #define USE_POSIX_THREADS_WEAK 1 - - /* Define if the GNU Pth multithreading library can be used. */ - /* #undef USE_PTH_THREADS */ - - /* Define if references to the GNU Pth multithreading library should be made - weak. */ - /* #undef USE_PTH_THREADS_WEAK */ - - /* Define if the old Solaris multithreading library can be used. */ - /* #undef USE_SOLARIS_THREADS */ - - /* Define if references to the old Solaris multithreading library should be - made weak. */ - /* #undef USE_SOLARIS_THREADS_WEAK */ - - /* Enable extensions on AIX 3, Interix. */ - #ifndef _ALL_SOURCE - # define _ALL_SOURCE 1 - #endif - /* Enable general extensions on macOS. */ - #ifndef _DARWIN_C_SOURCE - # define _DARWIN_C_SOURCE 1 - #endif - /* Enable GNU extensions on systems that have them. */ - #ifndef _GNU_SOURCE - # define _GNU_SOURCE 1 - #endif - /* Enable threading extensions on Solaris. */ - #ifndef _POSIX_PTHREAD_SEMANTICS - # define _POSIX_PTHREAD_SEMANTICS 1 - #endif - /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ - #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ - # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - #endif - /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ - #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ - # define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - #endif - /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ - #ifndef __STDC_WANT_IEC_60559_DFP_EXT__ - # define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - #endif - /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ - #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ - # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - #endif - /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ - #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ - # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - #endif - /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ - #ifndef __STDC_WANT_LIB_EXT2__ - # define __STDC_WANT_LIB_EXT2__ 1 - #endif - /* Enable extensions specified by ISO/IEC 24747:2009. */ - #ifndef __STDC_WANT_MATH_SPEC_FUNCS__ - # define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - #endif - /* Enable extensions on HP NonStop. */ - #ifndef _TANDEM_SOURCE - # define _TANDEM_SOURCE 1 - #endif - /* Enable X/Open extensions if necessary. HP-UX 11.11 defines - mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of - whether compiling with -Ae or -D_HPUX_SOURCE=1. */ - #ifndef _XOPEN_SOURCE - /* # undef _XOPEN_SOURCE */ - #endif - /* Enable general extensions on Solaris. */ - #ifndef __EXTENSIONS__ - # define __EXTENSIONS__ 1 - #endif - - - /* Define if the native Windows multithreading API can be used. */ - /* #undef USE_WINDOWS_THREADS */ - - /* Version number of package */ - #define VERSION "6.4" - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type - 'wchar_t'. */ - /* #undef WCHAR_T_SUFFIX */ - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type - 'wint_t'. */ - /* #undef WINT_T_SUFFIX */ - - /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most - significant byte first (like Motorola and SPARC, unlike Intel). */ - #if defined AC_APPLE_UNIVERSAL_BUILD - # if defined __BIG_ENDIAN__ - # define WORDS_BIGENDIAN 1 - # endif - #else - # ifndef WORDS_BIGENDIAN - /* # undef WORDS_BIGENDIAN */ - # endif - #endif - - /* Define to 1 on Solaris. */ - /* #undef _LCONV_C99 */ - - /* Define to 1 if on MINIX. */ - /* #undef _MINIX */ - - /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */ - /* #undef _NETBSD_SOURCE */ - - /* The _Noreturn keyword of C11. */ - #if ! (defined _Noreturn \ - || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) - # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ - || 0x5110 <= __SUNPRO_C) - # define _Noreturn __attribute__ ((__noreturn__)) - # elif defined _MSC_VER && 1200 <= _MSC_VER - # define _Noreturn __declspec (noreturn) - # else - # define _Noreturn - # endif - #endif - - - /* Define to 2 if the system does not provide POSIX.1 features except with - this defined. */ - /* #undef _POSIX_1_SOURCE */ - - /* Define to 1 if you need to in order for 'stat' and other things to work. */ - /* #undef _POSIX_SOURCE */ - - /* Define if you want to include , so that it consistently - overrides 's RE_DUP_MAX. */ - /* #undef _REGEX_INCLUDE_LIMITS_H */ - - /* Define if you want regoff_t to be at least as wide POSIX requires. */ - /* #undef _REGEX_LARGE_OFFSETS */ - - /* Define to rpl_ if the getopt replacement functions and variables should be - used. */ - /* #undef __GETOPT_PREFIX */ - - /* Define to 1 if the system predates C++11. */ - /* #undef __STDC_CONSTANT_MACROS */ - - /* Define to 1 if the system predates C++11. */ - /* #undef __STDC_LIMIT_MACROS */ - - /* Define so that glibc/gnulib argp.h does not typedef error_t. */ - /* #undef __error_t_defined */ - - /* Define to empty if `const' does not conform to ANSI C. */ - /* #undef const */ - - /* Define to a type to use for 'error_t' if it is not otherwise available. */ - /* #undef error_t */ - - /* Please see the Gnulib manual for how to use these macros. - - Suppress extern inline with HP-UX cc, as it appears to be broken; see - . - - Suppress extern inline with Sun C in standards-conformance mode, as it - mishandles inline functions that call each other. E.g., for 'inline void f - (void) { } inline void g (void) { f (); }', c99 incorrectly complains - 'reference to static identifier "f" in extern inline function'. - This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16. - - Suppress extern inline (with or without __attribute__ ((__gnu_inline__))) - on configurations that mistakenly use 'static inline' to implement - functions or macros in standard C headers like . For example, - if isdigit is mistakenly implemented via a static inline function, - a program containing an extern inline function that calls isdigit - may not work since the C standard prohibits extern inline functions - from calling static functions. This bug is known to occur on: - - OS X 10.8 and earlier; see: - http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html - - DragonFly; see - http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log - - FreeBSD; see: - http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html - - OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and - for clang but remains for g++; see . - Assume DragonFly and FreeBSD will be similar. */ - #if (((defined __APPLE__ && defined __MACH__) \ - || defined __DragonFly__ || defined __FreeBSD__) \ - && (defined __header_inline \ - ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \ - && ! defined __clang__) \ - : ((! defined _DONT_USE_CTYPE_INLINE_ \ - && (defined __GNUC__ || defined __cplusplus)) \ - || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \ - && defined __GNUC__ && ! defined __cplusplus)))) - # define _GL_EXTERN_INLINE_STDHEADER_BUG - #endif - #if ((__GNUC__ \ - ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \ - : (199901L <= __STDC_VERSION__ \ - && !defined __HP_cc \ - && !defined __PGI \ - && !(defined __SUNPRO_C && __STDC__))) \ - && !defined _GL_EXTERN_INLINE_STDHEADER_BUG) - # define _GL_INLINE inline - # define _GL_EXTERN_INLINE extern inline - # define _GL_EXTERN_INLINE_IN_USE - #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \ - && !defined _GL_EXTERN_INLINE_STDHEADER_BUG) - # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__ - /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */ - # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) - # else - # define _GL_INLINE extern inline - # endif - # define _GL_EXTERN_INLINE extern - # define _GL_EXTERN_INLINE_IN_USE - #else - # define _GL_INLINE static _GL_UNUSED - # define _GL_EXTERN_INLINE static _GL_UNUSED - #endif - - /* In GCC 4.6 (inclusive) to 5.1 (exclusive), - suppress bogus "no previous prototype for 'FOO'" - and "no previous declaration for 'FOO'" diagnostics, - when FOO is an inline function in the header; see - and - . */ - #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__ - # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ - # define _GL_INLINE_HEADER_CONST_PRAGMA - # else - # define _GL_INLINE_HEADER_CONST_PRAGMA \ - _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"") - # endif - # define _GL_INLINE_HEADER_BEGIN \ - _Pragma ("GCC diagnostic push") \ - _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \ - _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \ - _GL_INLINE_HEADER_CONST_PRAGMA - # define _GL_INLINE_HEADER_END \ - _Pragma ("GCC diagnostic pop") - #else - # define _GL_INLINE_HEADER_BEGIN - # define _GL_INLINE_HEADER_END - #endif - - /* A replacement for va_copy, if needed. */ - #define gl_va_copy(a,b) ((a) = (b)) - - /* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ - #ifndef __cplusplus - /* #undef inline */ - #endif - - /* Define to long or long long if and don't define. */ - /* #undef intmax_t */ - - /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports - the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of - earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. - __APPLE__ && __MACH__ test for Mac OS X. - __APPLE_CC__ tests for the Apple compiler and its version. - __STDC_VERSION__ tests for the C99 mode. */ - #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ - # define __GNUC_STDC_INLINE__ 1 - #endif - - /* Define to a type if does not define. */ - /* #undef mbstate_t */ - - /* Define to `int' if does not define. */ - /* #undef mode_t */ - - /* Define to `long int' if does not define. */ - /* #undef off_t */ - - /* Define to `int' if does not define. */ - /* #undef pid_t */ - - /* Define as the type of the result of subtracting two pointers, if the system - doesn't define it. */ - /* #undef ptrdiff_t */ - - /* Define to rpl_re_comp if the replacement should be used. */ - /* #undef re_comp */ - - /* Define to rpl_re_compile_fastmap if the replacement should be used. */ - /* #undef re_compile_fastmap */ - - /* Define to rpl_re_compile_pattern if the replacement should be used. */ - /* #undef re_compile_pattern */ - - /* Define to rpl_re_exec if the replacement should be used. */ - /* #undef re_exec */ - - /* Define to rpl_re_match if the replacement should be used. */ - /* #undef re_match */ - - /* Define to rpl_re_match_2 if the replacement should be used. */ - /* #undef re_match_2 */ - - /* Define to rpl_re_search if the replacement should be used. */ - /* #undef re_search */ - - /* Define to rpl_re_search_2 if the replacement should be used. */ - /* #undef re_search_2 */ - - /* Define to rpl_re_set_registers if the replacement should be used. */ - /* #undef re_set_registers */ - - /* Define to rpl_re_set_syntax if the replacement should be used. */ - /* #undef re_set_syntax */ - - /* Define to rpl_re_syntax_options if the replacement should be used. */ - /* #undef re_syntax_options */ - - /* Define to rpl_regcomp if the replacement should be used. */ - /* #undef regcomp */ - - /* Define to rpl_regerror if the replacement should be used. */ - /* #undef regerror */ - - /* Define to rpl_regexec if the replacement should be used. */ - /* #undef regexec */ - - /* Define to rpl_regfree if the replacement should be used. */ - /* #undef regfree */ - - /* Define to the equivalent of the C99 'restrict' keyword, or to - nothing if this is not supported. Do not define if restrict is - supported directly. */ - #define restrict __restrict - /* Work around a bug in Sun C++: it does not support _Restrict or - __restrict__, even though the corresponding Sun C compiler ends up with - "#define restrict _Restrict" or "#define restrict __restrict__" in the - previous line. Perhaps some future version of Sun C++ will work with - restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ - #if defined __SUNPRO_CC && !defined __RESTRICT - # define _Restrict - # define __restrict__ - #endif - - /* Define to `unsigned int' if does not define. */ - /* #undef size_t */ - - /* Define as a signed type of the same size as size_t. */ - /* #undef ssize_t */ - - /* Define as a marker that can be attached to declarations that might not - be used. This helps to reduce warnings, such as from - GCC -Wunused-parameter. */ - #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) - # define _GL_UNUSED __attribute__ ((__unused__)) - #else - # define _GL_UNUSED - #endif - /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name - is a misnomer outside of parameter lists. */ - #define _UNUSED_PARAMETER_ _GL_UNUSED - - /* gcc supports the "unused" attribute on possibly unused labels, and - g++ has since version 4.5. Note to support C++ as well as C, - _GL_UNUSED_LABEL should be used with a trailing ; */ - #if !defined __cplusplus || __GNUC__ > 4 \ - || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) - # define _GL_UNUSED_LABEL _GL_UNUSED - #else - # define _GL_UNUSED_LABEL - #endif - - /* The __pure__ attribute was added in gcc 2.96. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) - # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) - #else - # define _GL_ATTRIBUTE_PURE /* empty */ - #endif - - /* The __const__ attribute was added in gcc 2.95. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) - # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) - #else - # define _GL_ATTRIBUTE_CONST /* empty */ - #endif - - - /* Define as a macro for copying va_list variables. */ - /* #undef va_copy */ --- 0 ---- diff -Nrc2 texinfo-6.4/config.in texinfo-6.5/config.in *** texinfo-6.4/config.in 2017-06-23 07:04:54.000000000 +0100 --- texinfo-6.5/config.in 2017-09-12 19:59:07.000000000 +0100 *************** *** 169,172 **** --- 169,180 ---- #undef HAVE_BZERO + /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ + #undef HAVE_CFLOCALECOPYCURRENT + + /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ + #undef HAVE_CFPREFERENCESCOPYAPPVALUE + /* Define to 1 if you have the header file. */ #undef HAVE_CRTDEFS_H *************** *** 1373,1376 **** --- 1381,1387 ---- #undef _REGEX_LARGE_OFFSETS + /* For standard stat data types on VMS. */ + #undef _USE_STD_STAT + /* Define to rpl_ if the getopt replacement functions and variables should be used. */ diff -Nrc2 texinfo-6.4/config.log texinfo-6.5/config.log *** texinfo-6.4/config.log 2017-07-03 17:44:34.000000000 +0100 --- texinfo-6.5/config.log 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,14202 **** - This file contains any messages produced by compilers while - running configure, to aid debugging if configure makes a mistake. - - It was created by GNU Texinfo configure 6.4, which was - generated by GNU Autoconf 2.69. Invocation command line was - - $ ./configure - - ## --------- ## - ## Platform. ## - ## --------- ## - - hostname = darkstar - uname -m = i686 - uname -r = 3.10.17 - uname -s = Linux - uname -v = #1 Wed Oct 23 17:38:30 CDT 2013 - - /usr/bin/uname -p = Intel(R) Celeron(R) CPU 900 @ 2.20GHz - /bin/uname -X = unknown - - /bin/arch = i686 - /usr/bin/arch -k = unknown - /usr/convex/getsysinfo = unknown - /usr/bin/hostinfo = unknown - /bin/machine = unknown - /usr/bin/oslevel = unknown - /bin/universe = unknown - - PATH: /home/g/go/bin - PATH: /home/g/local/bin - PATH: /usr/local/bin - PATH: /usr/bin - PATH: /bin - PATH: /usr/games - PATH: /usr/lib/kde4/libexec - PATH: /usr/lib/qt/bin - PATH: /usr/share/texmf/bin - PATH: /home/g/RealPlayer - PATH: /usr/local/go/bin - - - ## ----------- ## - ## Core tests. ## - ## ----------- ## - - configure:3416: checking for a BSD-compatible install - configure:3484: result: /usr/bin/ginstall -c - configure:3495: checking whether build environment is sane - configure:3550: result: yes - configure:3701: checking for a thread-safe mkdir -p - configure:3740: result: /usr/bin/mkdir -p - configure:3747: checking for gawk - configure:3763: found /usr/local/bin/gawk - configure:3774: result: gawk - configure:3785: checking whether make sets $(MAKE) - configure:3807: result: yes - configure:3836: checking whether make supports nested variables - configure:3853: result: yes - configure:3942: checking whether UID '1000' is supported by ustar format - configure:3945: result: yes - configure:3952: checking whether GID '100' is supported by ustar format - configure:3955: result: yes - configure:3963: checking how to create a ustar tar archive - configure:3974: tar --version - tar (GNU tar) 1.26 - Copyright (C) 2011 Free Software Foundation, Inc. - License GPLv3+: GNU GPL version 3 or later . - This is free software: you are free to change and redistribute it. - There is NO WARRANTY, to the extent permitted by law. - - Written by John Gilmore and Jay Fenlason. - configure:3977: $? = 0 - configure:4017: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar - configure:4020: $? = 0 - configure:4024: tar -xf - &5 - gcc (GCC) 4.8.2 - Copyright (C) 2013 Free Software Foundation, Inc. - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - configure:4567: $? = 0 - configure:4556: gcc -v >&5 - Reading specs from /usr/lib/gcc/i486-slackware-linux/4.8.2/specs - COLLECT_GCC=gcc - COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.8.2/lto-wrapper - Target: i486-slackware-linux - Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib/jvm/jre --with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports --with-arch-directory=i386 --with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux - Thread model: posix - gcc version 4.8.2 (GCC) - configure:4567: $? = 0 - configure:4556: gcc -V >&5 - gcc: error: unrecognized command line option '-V' - gcc: fatal error: no input files - compilation terminated. - configure:4567: $? = 1 - configure:4556: gcc -qversion >&5 - gcc: error: unrecognized command line option '-qversion' - gcc: fatal error: no input files - compilation terminated. - configure:4567: $? = 1 - configure:4587: checking whether the C compiler works - configure:4609: gcc conftest.c >&5 - configure:4613: $? = 0 - configure:4661: result: yes - configure:4664: checking for C compiler default output file name - configure:4666: result: a.out - configure:4672: checking for suffix of executables - configure:4679: gcc -o conftest conftest.c >&5 - configure:4683: $? = 0 - configure:4705: result: - configure:4727: checking whether we are cross compiling - configure:4735: gcc -o conftest conftest.c >&5 - configure:4739: $? = 0 - configure:4746: ./conftest - configure:4750: $? = 0 - configure:4765: result: no - configure:4770: checking for suffix of object files - configure:4792: gcc -c conftest.c >&5 - configure:4796: $? = 0 - configure:4817: result: o - configure:4821: checking whether we are using the GNU C compiler - configure:4840: gcc -c conftest.c >&5 - configure:4840: $? = 0 - configure:4849: result: yes - configure:4858: checking whether gcc accepts -g - configure:4878: gcc -c -g conftest.c >&5 - configure:4878: $? = 0 - configure:4919: result: yes - configure:4936: checking for gcc option to accept ISO C89 - configure:4999: gcc -c -g -O2 conftest.c >&5 - configure:4999: $? = 0 - configure:5012: result: none needed - configure:5037: checking whether gcc understands -c and -o together - configure:5059: gcc -c conftest.c -o conftest2.o - configure:5062: $? = 0 - configure:5059: gcc -c conftest.c -o conftest2.o - configure:5062: $? = 0 - configure:5074: result: yes - configure:5102: checking for style of include used by make - configure:5130: result: GNU - configure:5156: checking dependency style of gcc - configure:5267: result: gcc3 - configure:5292: checking how to run the C preprocessor - configure:5323: gcc -E conftest.c - configure:5323: $? = 0 - configure:5337: gcc -E conftest.c - conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory - #include - ^ - compilation terminated. - configure:5337: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | /* end confdefs.h. */ - | #include - configure:5362: result: gcc -E - configure:5382: gcc -E conftest.c - configure:5382: $? = 0 - configure:5396: gcc -E conftest.c - conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory - #include - ^ - compilation terminated. - configure:5396: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | /* end confdefs.h. */ - | #include - configure:5425: checking for grep that handles long lines and -e - configure:5483: result: /usr/bin/grep - configure:5488: checking for egrep - configure:5550: result: /usr/bin/grep -E - configure:5555: checking for ANSI C header files - configure:5575: gcc -c -g -O2 conftest.c >&5 - configure:5575: $? = 0 - configure:5648: gcc -o conftest -g -O2 conftest.c >&5 - configure:5648: $? = 0 - configure:5648: ./conftest - configure:5648: $? = 0 - configure:5659: result: yes - configure:5672: checking for sys/types.h - configure:5672: gcc -c -g -O2 conftest.c >&5 - configure:5672: $? = 0 - configure:5672: result: yes - configure:5672: checking for sys/stat.h - configure:5672: gcc -c -g -O2 conftest.c >&5 - configure:5672: $? = 0 - configure:5672: result: yes - configure:5672: checking for stdlib.h - configure:5672: gcc -c -g -O2 conftest.c >&5 - configure:5672: $? = 0 - configure:5672: result: yes - configure:5672: checking for string.h - configure:5672: gcc -c -g -O2 conftest.c >&5 - configure:5672: $? = 0 - configure:5672: result: yes - configure:5672: checking for memory.h - configure:5672: gcc -c -g -O2 conftest.c >&5 - configure:5672: $? = 0 - configure:5672: result: yes - configure:5672: checking for strings.h - configure:5672: gcc -c -g -O2 conftest.c >&5 - configure:5672: $? = 0 - configure:5672: result: yes - configure:5672: checking for inttypes.h - configure:5672: gcc -c -g -O2 conftest.c >&5 - configure:5672: $? = 0 - configure:5672: result: yes - configure:5672: checking for stdint.h - configure:5672: gcc -c -g -O2 conftest.c >&5 - configure:5672: $? = 0 - configure:5672: result: yes - configure:5672: checking for unistd.h - configure:5672: gcc -c -g -O2 conftest.c >&5 - configure:5672: $? = 0 - configure:5672: result: yes - configure:5685: checking minix/config.h usability - configure:5685: gcc -c -g -O2 conftest.c >&5 - conftest.c:54:26: fatal error: minix/config.h: No such file or directory - #include - ^ - compilation terminated. - configure:5685: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | #include - configure:5685: result: no - configure:5685: checking minix/config.h presence - configure:5685: gcc -E conftest.c - conftest.c:21:26: fatal error: minix/config.h: No such file or directory - #include - ^ - compilation terminated. - configure:5685: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | /* end confdefs.h. */ - | #include - configure:5685: result: no - configure:5685: checking for minix/config.h - configure:5685: result: no - configure:5709: checking whether it is safe to define __EXTENSIONS__ - configure:5727: gcc -c -g -O2 conftest.c >&5 - configure:5727: $? = 0 - configure:5734: result: yes - configure:5763: checking whether _XOPEN_SOURCE should be defined - configure:5782: gcc -c -g -O2 conftest.c >&5 - configure:5782: $? = 0 - configure:5806: result: no - configure:5821: checking for Minix Amsterdam compiler - configure:5845: result: no - configure:5902: checking for ar - configure:5918: found /usr/bin/ar - configure:5929: result: ar - configure:6004: checking for ranlib - configure:6020: found /usr/bin/ranlib - configure:6031: result: ranlib - configure:6062: checking for gcc option to accept ISO C99 - configure:6211: gcc -c -g -O2 conftest.c >&5 - conftest.c:84:29: error: expected ';', ',' or ')' before 'text' - test_restrict (ccp restrict text) - ^ - conftest.c: In function 'main': - conftest.c:138:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' - char *restrict newvar = "Another string"; - ^ - conftest.c:138:18: error: 'newvar' undeclared (first use in this function) - conftest.c:138:18: note: each undeclared identifier is reported only once for each function it appears in - conftest.c:148:3: error: 'for' loop initial declarations are only allowed in C99 mode - for (int i = 0; i < ia->datasize; ++i) - ^ - conftest.c:148:3: note: use option -std=c99 or -std=gnu99 to compile your code - configure:6211: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | /* end confdefs.h. */ - | #include - | #include - | #include - | #include - | #include - | - | // Check varargs macros. These examples are taken from C99 6.10.3.5. - | #define debug(...) fprintf (stderr, __VA_ARGS__) - | #define showlist(...) puts (#__VA_ARGS__) - | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) - | static void - | test_varargs_macros (void) - | { - | int x = 1234; - | int y = 5678; - | debug ("Flag"); - | debug ("X = %d\n", x); - | showlist (The first, second, and third items.); - | report (x>y, "x is %d but y is %d", x, y); - | } - | - | // Check long long types. - | #define BIG64 18446744073709551615ull - | #define BIG32 4294967295ul - | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) - | #if !BIG_OK - | your preprocessor is broken; - | #endif - | #if BIG_OK - | #else - | your preprocessor is broken; - | #endif - | static long long int bignum = -9223372036854775807LL; - | static unsigned long long int ubignum = BIG64; - | - | struct incomplete_array - | { - | int datasize; - | double data[]; - | }; - | - | struct named_init { - | int number; - | const wchar_t *name; - | double average; - | }; - | - | typedef const char *ccp; - | - | static inline int - | test_restrict (ccp restrict text) - | { - | // See if C++-style comments work. - | // Iterate through items via the restricted pointer. - | // Also check for declarations in for loops. - | for (unsigned int i = 0; *(text+i) != '\0'; ++i) - | continue; - | return 0; - | } - | - | // Check varargs and va_copy. - | static void - | test_varargs (const char *format, ...) - | { - | va_list args; - | va_start (args, format); - | va_list args_copy; - | va_copy (args_copy, args); - | - | const char *str; - | int number; - | float fnumber; - | - | while (*format) - | { - | switch (*format++) - | { - | case 's': // string - | str = va_arg (args_copy, const char *); - | break; - | case 'd': // int - | number = va_arg (args_copy, int); - | break; - | case 'f': // float - | fnumber = va_arg (args_copy, double); - | break; - | default: - | break; - | } - | } - | va_end (args_copy); - | va_end (args); - | } - | - | int - | main () - | { - | - | // Check bool. - | _Bool success = false; - | - | // Check restrict. - | if (test_restrict ("String literal") == 0) - | success = true; - | char *restrict newvar = "Another string"; - | - | // Check varargs. - | test_varargs ("s, d' f .", "string", 65, 34.234); - | test_varargs_macros (); - | - | // Check flexible array members. - | struct incomplete_array *ia = - | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); - | ia->datasize = 10; - | for (int i = 0; i < ia->datasize; ++i) - | ia->data[i] = i * 1.234; - | - | // Check named initializers. - | struct named_init ni = { - | .number = 34, - | .name = L"Test wide string", - | .average = 543.34343, - | }; - | - | ni.number = 58; - | - | int dynamic_array[ni.number]; - | dynamic_array[ni.number - 1] = 543; - | - | // work around unused variable warnings - | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' - | || dynamic_array[ni.number - 1] != 543); - | - | ; - | return 0; - | } - configure:6211: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:6211: $? = 0 - configure:6231: result: -std=gnu99 - configure:6332: checking for gcc -std=gnu99 option to accept ISO Standard C - configure:6346: result: -std=gnu99 - configure:6354: checking build system type - configure:6368: result: i686-pc-linux-gnu - configure:6388: checking host system type - configure:6401: result: i686-pc-linux-gnu - configure:6591: checking for size_t - configure:6591: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:6591: $? = 0 - configure:6591: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:70:21: error: expected expression before ')' token - if (sizeof ((size_t))) - ^ - configure:6591: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | int - | main () - | { - | if (sizeof ((size_t))) - | return 0; - | ; - | return 0; - | } - configure:6591: result: yes - configure:6604: checking for working alloca.h - configure:6621: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:6621: $? = 0 - configure:6629: result: yes - configure:6637: checking for alloca - configure:6674: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:6674: $? = 0 - configure:6682: result: yes - configure:6792: checking for C/C++ restrict keyword - configure:6819: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:6819: $? = 0 - configure:6827: result: __restrict - configure:6842: checking whether // is distinct from / - configure:6871: result: no - configure:6881: checking whether the preprocessor supports include_next - configure:6919: gcc -std=gnu99 -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5 - configure:6919: $? = 0 - configure:6940: result: yes - configure:6961: checking whether system header files limit the line length - configure:6984: result: no - configure:6995: checking for complete errno.h - configure:7068: result: yes - configure:7369: checking whether strerror_r is declared - configure:7369: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7369: $? = 0 - configure:7369: result: yes - configure:7382: checking for strerror_r - configure:7382: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:7382: $? = 0 - configure:7382: result: yes - configure:7391: checking whether strerror_r returns char * - configure:7415: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7415: $? = 0 - configure:7453: result: yes - configure:7604: checking getopt.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking getopt.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for getopt.h - configure:7604: result: yes - configure:7604: checking sys/cdefs.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking sys/cdefs.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for sys/cdefs.h - configure:7604: result: yes - configure:7604: checking crtdefs.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c:75:21: fatal error: crtdefs.h: No such file or directory - #include - ^ - compilation terminated. - configure:7604: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | #include - configure:7604: result: no - configure:7604: checking crtdefs.h presence - configure:7604: gcc -E conftest.c - conftest.c:42:21: fatal error: crtdefs.h: No such file or directory - #include - ^ - compilation terminated. - configure:7604: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | /* end confdefs.h. */ - | #include - configure:7604: result: no - configure:7604: checking for crtdefs.h - configure:7604: result: no - configure:7604: checking wctype.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking wctype.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for wctype.h - configure:7604: result: yes - configure:7604: checking limits.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking limits.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for limits.h - configure:7604: result: yes - configure:7604: checking wchar.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking wchar.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for wchar.h - configure:7604: result: yes - configure:7604: checking sys/mman.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking sys/mman.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for sys/mman.h - configure:7604: result: yes - configure:7604: checking malloc.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking malloc.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for malloc.h - configure:7604: result: yes - configure:7604: checking for stdint.h - configure:7604: result: yes - configure:7604: checking for strings.h - configure:7604: result: yes - configure:7604: checking for unistd.h - configure:7604: result: yes - configure:7604: checking features.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking features.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for features.h - configure:7604: result: yes - configure:7604: checking langinfo.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking langinfo.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for langinfo.h - configure:7604: result: yes - configure:7604: checking xlocale.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking xlocale.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for xlocale.h - configure:7604: result: yes - configure:7604: checking sys/socket.h usability - configure:7604: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking sys/socket.h presence - configure:7604: gcc -E conftest.c - configure:7604: $? = 0 - configure:7604: result: yes - configure:7604: checking for sys/socket.h - configure:7604: result: yes - configure:7718: checking for getopt.h - configure:7718: result: yes - configure:7735: checking for getopt_long_only - configure:7735: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:7735: $? = 0 - configure:7735: result: yes - configure:7749: checking whether getopt is POSIX compatible - configure:7791: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:7791: $? = 0 - configure:7791: ./conftest - configure:7791: $? = 0 - configure:7850: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:7850: $? = 0 - configure:7850: ./conftest - configure:7850: $? = 0 - configure:7892: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:7892: $? = 0 - configure:7892: ./conftest - program: option requires an argument -- 'b' - configure:7892: $? = 0 - configure:7910: result: yes - configure:7918: checking for working GNU getopt function - configure:8140: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8140: $? = 0 - configure:8140: ./conftest - configure:8140: $? = 0 - configure:8156: result: yes - configure:8161: checking for working GNU getopt_long function - configure:8206: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8206: $? = 0 - configure:8206: ./conftest - configure:8206: $? = 0 - configure:8217: result: yes - configure:8238: checking for getprogname - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - /tmp/ccqTLtoK.o: In function `main': - /home/g/src/texinfo/oldreleases/texinfo-6.4/conftest.c:90: undefined reference to `getprogname' - collect2: error: ld returned 1 exit status - configure:8238: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | /* end confdefs.h. */ - | /* Define getprogname to an innocuous variant, in case declares getprogname. - | For example, HP-UX 11i declares gettimeofday. */ - | #define getprogname innocuous_getprogname - | - | /* System header to define __stub macros and hopefully few prototypes, - | which can conflict with char getprogname (); below. - | Prefer to if __STDC__ is defined, since - | exists even on freestanding compilers. */ - | - | #ifdef __STDC__ - | # include - | #else - | # include - | #endif - | - | #undef getprogname - | - | /* Override any GCC internal prototype to avoid an error. - | Use char because int might match the return type of a GCC - | builtin and then its argument prototype would still apply. */ - | #ifdef __cplusplus - | extern "C" - | #endif - | char getprogname (); - | /* The GNU C library defines this for functions which it implements - | to always fail with ENOSYS. Some functions are actually named - | something starting with __ and the normal name is an alias. */ - | #if defined __stub_getprogname || defined __stub___getprogname - | choke me - | #endif - | - | int - | main () - | { - | return getprogname (); - | ; - | return 0; - | } - configure:8238: result: no - configure:8238: checking for getexecname - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - /tmp/ccWXiGMZ.o: In function `main': - /home/g/src/texinfo/oldreleases/texinfo-6.4/conftest.c:90: undefined reference to `getexecname' - collect2: error: ld returned 1 exit status - configure:8238: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | /* end confdefs.h. */ - | /* Define getexecname to an innocuous variant, in case declares getexecname. - | For example, HP-UX 11i declares gettimeofday. */ - | #define getexecname innocuous_getexecname - | - | /* System header to define __stub macros and hopefully few prototypes, - | which can conflict with char getexecname (); below. - | Prefer to if __STDC__ is defined, since - | exists even on freestanding compilers. */ - | - | #ifdef __STDC__ - | # include - | #else - | # include - | #endif - | - | #undef getexecname - | - | /* Override any GCC internal prototype to avoid an error. - | Use char because int might match the return type of a GCC - | builtin and then its argument prototype would still apply. */ - | #ifdef __cplusplus - | extern "C" - | #endif - | char getexecname (); - | /* The GNU C library defines this for functions which it implements - | to always fail with ENOSYS. Some functions are actually named - | something starting with __ and the normal name is an alias. */ - | #if defined __stub_getexecname || defined __stub___getexecname - | choke me - | #endif - | - | int - | main () - | { - | return getexecname (); - | ; - | return 0; - | } - configure:8238: result: no - configure:8238: checking for iswcntrl - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:79:6: warning: conflicting types for built-in function 'iswcntrl' [enabled by default] - char iswcntrl (); - ^ - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for iswblank - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:80:6: warning: conflicting types for built-in function 'iswblank' [enabled by default] - char iswblank (); - ^ - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for mbsinit - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for mbrtowc - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for mbslen - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - /tmp/ccUtCxC5.o: In function `main': - /home/g/src/texinfo/oldreleases/texinfo-6.4/conftest.c:94: undefined reference to `mbslen' - collect2: error: ld returned 1 exit status - configure:8238: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | /* end confdefs.h. */ - | /* Define mbslen to an innocuous variant, in case declares mbslen. - | For example, HP-UX 11i declares gettimeofday. */ - | #define mbslen innocuous_mbslen - | - | /* System header to define __stub macros and hopefully few prototypes, - | which can conflict with char mbslen (); below. - | Prefer to if __STDC__ is defined, since - | exists even on freestanding compilers. */ - | - | #ifdef __STDC__ - | # include - | #else - | # include - | #endif - | - | #undef mbslen - | - | /* Override any GCC internal prototype to avoid an error. - | Use char because int might match the return type of a GCC - | builtin and then its argument prototype would still apply. */ - | #ifdef __cplusplus - | extern "C" - | #endif - | char mbslen (); - | /* The GNU C library defines this for functions which it implements - | to always fail with ENOSYS. Some functions are actually named - | something starting with __ and the normal name is an alias. */ - | #if defined __stub_mbslen || defined __stub___mbslen - | choke me - | #endif - | - | int - | main () - | { - | return mbslen (); - | ; - | return 0; - | } - configure:8238: result: no - configure:8238: checking for isascii - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:83:6: warning: conflicting types for built-in function 'isascii' [enabled by default] - char isascii (); - ^ - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for mprotect - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for isblank - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:85:6: warning: conflicting types for built-in function 'isblank' [enabled by default] - char isblank (); - ^ - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for iswctype - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for strdup - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:87:6: warning: conflicting types for built-in function 'strdup' [enabled by default] - char strdup (); - ^ - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for wcwidth - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for btowc - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for symlink - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for _set_invalid_parameter_handler - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - /tmp/cc2wkpjG.o: In function `main': - /home/g/src/texinfo/oldreleases/texinfo-6.4/conftest.c:102: undefined reference to `_set_invalid_parameter_handler' - collect2: error: ld returned 1 exit status - configure:8238: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | /* end confdefs.h. */ - | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler. - | For example, HP-UX 11i declares gettimeofday. */ - | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler - | - | /* System header to define __stub macros and hopefully few prototypes, - | which can conflict with char _set_invalid_parameter_handler (); below. - | Prefer to if __STDC__ is defined, since - | exists even on freestanding compilers. */ - | - | #ifdef __STDC__ - | # include - | #else - | # include - | #endif - | - | #undef _set_invalid_parameter_handler - | - | /* Override any GCC internal prototype to avoid an error. - | Use char because int might match the return type of a GCC - | builtin and then its argument prototype would still apply. */ - | #ifdef __cplusplus - | extern "C" - | #endif - | char _set_invalid_parameter_handler (); - | /* The GNU C library defines this for functions which it implements - | to always fail with ENOSYS. Some functions are actually named - | something starting with __ and the normal name is an alias. */ - | #if defined __stub__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler - | choke me - | #endif - | - | int - | main () - | { - | return _set_invalid_parameter_handler (); - | ; - | return 0; - | } - configure:8238: result: no - configure:8238: checking for nl_langinfo - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for strndup - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:92:6: warning: conflicting types for built-in function 'strndup' [enabled by default] - char strndup (); - ^ - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for vasnprintf - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - /tmp/cc2w7oKk.o: In function `main': - /home/g/src/texinfo/oldreleases/texinfo-6.4/conftest.c:104: undefined reference to `vasnprintf' - collect2: error: ld returned 1 exit status - configure:8238: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | /* end confdefs.h. */ - | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. - | For example, HP-UX 11i declares gettimeofday. */ - | #define vasnprintf innocuous_vasnprintf - | - | /* System header to define __stub macros and hopefully few prototypes, - | which can conflict with char vasnprintf (); below. - | Prefer to if __STDC__ is defined, since - | exists even on freestanding compilers. */ - | - | #ifdef __STDC__ - | # include - | #else - | # include - | #endif - | - | #undef vasnprintf - | - | /* Override any GCC internal prototype to avoid an error. - | Use char because int might match the return type of a GCC - | builtin and then its argument prototype would still apply. */ - | #ifdef __cplusplus - | extern "C" - | #endif - | char vasnprintf (); - | /* The GNU C library defines this for functions which it implements - | to always fail with ENOSYS. Some functions are actually named - | something starting with __ and the normal name is an alias. */ - | #if defined __stub_vasnprintf || defined __stub___vasnprintf - | choke me - | #endif - | - | int - | main () - | { - | return vasnprintf (); - | ; - | return 0; - | } - configure:8238: result: no - configure:8238: checking for snprintf - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:93:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] - char snprintf (); - ^ - configure:8238: $? = 0 - configure:8238: result: yes - configure:8238: checking for wcrtomb - configure:8238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:8238: $? = 0 - configure:8238: result: yes - configure:8298: checking for ld used by gcc -std=gnu99 - configure:8400: result: /usr/i486-slackware-linux/bin/ld - configure:8407: checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld - configure:8422: result: yes - configure:8429: checking for shared library run path origin - configure:8442: result: done - configure:8463: checking for the common suffixes of directories in the library search path - configure:8537: result: lib,lib - configure:9039: checking for iconv - configure:9063: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:9063: $? = 0 - configure:9097: result: yes - configure:9100: checking for working iconv - configure:9229: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:9229: $? = 0 - configure:9229: ./conftest - configure:9229: $? = 0 - configure:9241: result: yes - configure:9269: checking for iconv declaration - configure:9298: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:9298: $? = 0 - configure:9309: result: - extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); - configure:9339: checking for wint_t - configure:9364: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:9364: $? = 0 - configure:9371: result: yes - configure:9378: checking whether wint_t is too small - configure:9406: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:9406: $? = 0 - configure:9413: result: no - configure:9564: checking whether iswcntrl works - configure:9608: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:9608: $? = 0 - configure:9608: ./conftest - configure:9608: $? = 0 - configure:9619: result: yes - configure:9643: checking for towlower - configure:9643: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:98:6: warning: conflicting types for built-in function 'towlower' [enabled by default] - char towlower (); - ^ - configure:9643: $? = 0 - configure:9643: result: yes - configure:9691: checking for wctype_t - configure:9719: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:9719: $? = 0 - configure:9727: result: yes - configure:9733: checking for wctrans_t - configure:9759: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:9759: $? = 0 - configure:9767: result: yes - configure:9776: checking whether wctype is declared without a macro - configure:9805: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:9805: $? = 0 - configure:9813: result: yes - configure:9776: checking whether iswctype is declared without a macro - configure:9805: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:9805: $? = 0 - configure:9813: result: yes - configure:9776: checking whether wctrans is declared without a macro - configure:9805: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:9805: $? = 0 - configure:9813: result: yes - configure:9776: checking whether towctrans is declared without a macro - configure:9805: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:9805: $? = 0 - configure:9813: result: yes - configure:9921: checking whether limits.h has ULLONG_WIDTH etc. - configure:9941: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c:84:38: error: 'ULLONG_WIDTH' undeclared here (not in a function) - int ullw = ULLONG_WIDTH; - ^ - configure:9941: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | /* end confdefs.h. */ - | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #endif - | #include - | int ullw = ULLONG_WIDTH; - | int - | main () - | { - | - | ; - | return 0; - | } - configure:9948: result: no - configure:10047: checking whether malloc, realloc, calloc are POSIX compliant - configure:10067: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:10067: $? = 0 - configure:10075: result: yes - configure:10082: checking for stdlib.h - configure:10082: result: yes - configure:10092: checking for GNU libc compatible malloc - configure:10128: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:10128: $? = 0 - configure:10128: ./conftest - configure:10128: $? = 0 - configure:10139: result: yes - configure:10154: checking for unsigned long long int - configure:10202: result: yes - configure:10212: checking for long long int - configure:10262: result: yes - configure:10272: checking for mbstate_t - configure:10296: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:10296: $? = 0 - configure:10303: result: yes - configure:10422: checking for nl_langinfo and CODESET - configure:10438: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:10438: $? = 0 - configure:10447: result: yes - configure:10458: checking for a traditional japanese locale - configure:10528: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:10531: $? = 0 - configure:10589: result: ja_JP - configure:10597: checking for a transitional chinese locale - configure:10668: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:10671: $? = 0 - configure:10722: result: zh_CN.GB18030 - configure:10729: checking for a french Unicode locale - configure:10801: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:10804: $? = 0 - configure:10850: result: fr_FR.UTF-8 - configure:10962: checking for mmap - configure:10962: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:10962: $? = 0 - configure:10962: result: yes - configure:10973: checking for MAP_ANONYMOUS - configure:11010: result: yes - configure:11044: checking whether memchr works - configure:11107: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:11107: $? = 0 - configure:11107: ./conftest - configure:11107: $? = 0 - configure:11117: result: yes - configure:11125: checking whether memrchr is declared - configure:11125: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:11125: $? = 0 - configure:11125: result: yes - configure:11147: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c:89:10: error: unknown type name 'not' - not a universal capable compiler - ^ - conftest.c:89:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' - not a universal capable compiler - ^ - conftest.c:89:16: error: unknown type name 'universal' - configure:11147: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | /* end confdefs.h. */ - | #ifndef __APPLE_CC__ - | not a universal capable compiler - | #endif - | typedef int dummy; - | - configure:11180: checking whether alarm is declared - configure:11180: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:11180: $? = 0 - configure:11180: result: yes - configure:11197: checking for inline - configure:11213: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:11213: $? = 0 - configure:11221: result: inline - configure:11240: checking whether we are using the GNU C Library >= 2.1 or uClibc - configure:11270: result: yes - configure:11286: checking for stdbool.h that conforms to C99 - configure:11361: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:11361: $? = 0 - configure:11368: result: yes - configure:11370: checking for _Bool - configure:11370: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:11370: $? = 0 - configure:11370: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:125:20: error: expected expression before ')' token - if (sizeof ((_Bool))) - ^ - configure:11370: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | int - | main () - | { - | if (sizeof ((_Bool))) - | return 0; - | ; - | return 0; - | } - configure:11370: result: yes - configure:11387: checking for wchar_t - configure:11404: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:11404: $? = 0 - configure:11411: result: yes - configure:11564: checking whether stdint.h conforms to C99 - configure:11744: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:11744: $? = 0 - configure:11826: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:11826: $? = 0 - configure:11826: ./conftest - configure:11826: $? = 0 - configure:11838: result: yes - configure:11848: checking whether stdint.h predates C++11 - configure:11884: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:11884: $? = 0 - configure:11889: result: no - configure:11900: checking whether stdint.h has UINTMAX_WIDTH etc. - configure:11936: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c:109:22: error: 'UINTMAX_WIDTH' undeclared here (not in a function) - int iw = UINTMAX_WIDTH; - ^ - configure:11936: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | /* end confdefs.h. */ - | - | /* Work if build is not clean. */ - | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 - | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #endif - | #include - | - | /* BSD/OS 4.0.1 has a bug: , and must be - | included before . */ - | #include - | #include - | #if HAVE_WCHAR_H - | # include - | # include - | # include - | #endif - | - | int iw = UINTMAX_WIDTH; - | - | int - | main () - | { - | - | ; - | return 0; - | } - configure:11941: result: no - configure:12407: checking for strcasestr - configure:12407: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:12407: $? = 0 - configure:12407: result: yes - configure:12422: checking whether strcasestr works - configure:12474: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:12474: $? = 0 - configure:12474: ./conftest - configure:12474: $? = 0 - configure:12485: result: yes - configure:12502: checking whether strdup is declared - configure:12502: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12502: $? = 0 - configure:12502: result: yes - configure:12516: checking whether strerror(0) succeeds - configure:12551: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:12551: $? = 0 - configure:12551: ./conftest - configure:12551: $? = 0 - configure:12562: result: yes - configure:12652: checking whether ffsl is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether ffsll is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether memmem is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether mempcpy is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether memrchr is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether rawmemchr is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether stpcpy is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether stpncpy is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strchrnul is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strdup is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strncat is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strndup is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strnlen is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strpbrk is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strsep is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strcasestr is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strtok_r is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strerror_r is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strsignal is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12652: checking whether strverscmp is declared without a macro - configure:12670: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12670: $? = 0 - configure:12678: result: yes - configure:12792: checking whether ffs is declared without a macro - configure:12814: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12814: $? = 0 - configure:12822: result: yes - configure:12792: checking whether strcasecmp is declared without a macro - configure:12814: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12814: $? = 0 - configure:12822: result: yes - configure:12792: checking whether strncasecmp is declared without a macro - configure:12814: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12814: $? = 0 - configure:12822: result: yes - configure:12835: checking whether strnlen is declared - configure:12835: result: yes - configure:12849: checking for pid_t - configure:12849: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12849: $? = 0 - configure:12849: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:153:20: error: expected expression before ')' token - if (sizeof ((pid_t))) - ^ - configure:12849: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | int - | main () - | { - | if (sizeof ((pid_t))) - | return 0; - | ; - | return 0; - | } - configure:12849: result: yes - configure:12860: checking for mode_t - configure:12860: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:12860: $? = 0 - configure:12860: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:153:21: error: expected expression before ')' token - if (sizeof ((mode_t))) - ^ - configure:12860: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | int - | main () - | { - | if (sizeof ((mode_t))) - | return 0; - | ; - | return 0; - | } - configure:12860: result: yes - configure:12992: checking whether uses 'inline' correctly - configure:13016: gcc -std=gnu99 -c -g -O2 conftest1.c >&5 - gcc: error: conftest1.c: No such file or directory - gcc: fatal error: no input files - compilation terminated. - configure:13019: $? = 1 - configure:13053: result: yes - configure:13100: checking for a traditional french locale - configure:13168: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:13171: $? = 0 - configure:13227: result: fr_FR - configure:13264: checking for working fcntl.h - configure:13367: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:13367: $? = 0 - configure:13367: ./conftest - configure:13367: $? = 0 - configure:13382: result: yes - configure:13406: checking whether getc_unlocked is declared - configure:13406: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:13406: $? = 0 - configure:13406: result: yes - configure:13441: checking whether imported symbols can be declared weak - configure:13459: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:13459: $? = 0 - configure:13493: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:13493: $? = 0 - configure:13493: ./conftest - configure:13493: $? = 0 - configure:13505: result: yes - configure:13510: checking pthread.h usability - configure:13510: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:13510: $? = 0 - configure:13510: result: yes - configure:13510: checking pthread.h presence - configure:13510: gcc -E conftest.c - configure:13510: $? = 0 - configure:13510: result: yes - configure:13510: checking for pthread.h - configure:13510: result: yes - configure:13548: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - /tmp/cco6mXtx.o: In function `main': - /home/g/src/texinfo/oldreleases/texinfo-6.4/conftest.c:128: undefined reference to `pthread_mutexattr_init' - collect2: error: ld returned 1 exit status - configure:13548: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | /* end confdefs.h. */ - | #include - | pthread_mutex_t m; - | pthread_mutexattr_t ma; - | - | int - | main () - | { - | pthread_mutex_lock (&m); - | pthread_mutexattr_init (&ma); - | ; - | return 0; - | } - configure:13548: gcc -std=gnu99 -o conftest -g -O2 conftest.c -pthread >&5 - configure:13548: $? = 0 - configure:14343: checking for multithread API to use - configure:14345: result: posix - configure:14393: checking whether strndup is declared - configure:14393: result: yes - configure:14416: checking whether strstr works - configure:14468: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:14468: $? = 0 - configure:14468: ./conftest - configure:14468: $? = 0 - configure:14479: result: yes - configure:14495: checking for inttypes.h - configure:14514: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:14514: $? = 0 - configure:14521: result: yes - configure:14532: checking for stdint.h - configure:14549: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:14549: $? = 0 - configure:14556: result: yes - configure:14569: checking for intmax_t - configure:14594: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:14594: $? = 0 - configure:14601: result: yes - configure:14620: checking where to find the exponent in a 'double' - configure:14934: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:14934: $? = 0 - configure:14934: ./conftest - configure:14934: $? = 0 - configure:14946: result: word 1 bit 20 - configure:14982: checking whether snprintf returns a byte count as in C99 - configure:15052: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:15052: $? = 0 - configure:15052: ./conftest - configure:15052: $? = 0 - configure:15063: result: yes - configure:15074: checking for snprintf - configure:15074: result: yes - configure:15074: checking for strnlen - configure:15074: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:15074: $? = 0 - configure:15074: result: yes - configure:15074: checking for wcslen - configure:15074: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:15074: $? = 0 - configure:15074: result: yes - configure:15074: checking for wcsnlen - configure:15074: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:15074: $? = 0 - configure:15074: result: yes - configure:15074: checking for mbrtowc - configure:15074: result: yes - configure:15074: checking for wcrtomb - configure:15074: result: yes - configure:15083: checking whether _snprintf is declared - configure:15083: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:143:10: error: '_snprintf' undeclared (first use in this function) - (void) _snprintf; - ^ - conftest.c:143:10: note: each undeclared identifier is reported only once for each function it appears in - configure:15083: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | /* end confdefs.h. */ - | #include - | - | int - | main () - | { - | #ifndef _snprintf - | #ifdef __cplusplus - | (void) _snprintf; - | #else - | (void) _snprintf; - | #endif - | #endif - | - | ; - | return 0; - | } - configure:15083: result: no - configure:15141: checking for alloca as a compiler built-in - configure:15165: result: yes - configure:15194: checking for argz.h - configure:15194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:15194: $? = 0 - configure:15194: result: yes - configure:15206: checking for error_t - configure:15206: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:15206: $? = 0 - configure:15206: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:145:22: error: expected expression before ')' token - if (sizeof ((error_t))) - ^ - configure:15206: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | /* end confdefs.h. */ - | #if defined(HAVE_ARGZ_H) - | # include - | #endif - | - | int - | main () - | { - | if (sizeof ((error_t))) - | return 0; - | ; - | return 0; - | } - configure:15206: result: yes - configure:15228: checking for argz_replace - configure:15228: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:15228: $? = 0 - configure:15228: result: yes - configure:15237: checking if argz actually works - configure:15268: result: yes - configure:15307: checking whether // is distinct from / - configure:15336: result: no - configure:15346: checking for error_at_line - configure:15362: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:15362: $? = 0 - configure:15370: result: yes - configure:15449: checking whether conversion from 'int' to 'long double' works - configure:15490: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:15490: $? = 0 - configure:15490: ./conftest - configure:15490: $? = 0 - configure:15501: result: yes - configure:15695: checking whether program_invocation_name is declared - configure:15695: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:15695: $? = 0 - configure:15695: result: yes - configure:15710: checking whether program_invocation_short_name is declared - configure:15710: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:15710: $? = 0 - configure:15710: result: yes - configure:15725: checking whether __argv is declared - configure:15725: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:151:10: error: '__argv' undeclared (first use in this function) - (void) __argv; - ^ - conftest.c:151:10: note: each undeclared identifier is reported only once for each function it appears in - configure:15725: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | /* end confdefs.h. */ - | #include - | - | int - | main () - | { - | #ifndef __argv - | #ifdef __cplusplus - | (void) __argv; - | #else - | (void) __argv; - | #endif - | #endif - | - | ; - | return 0; - | } - configure:15725: result: no - configure:15797: checking whether iswblank is declared - configure:15797: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:15797: $? = 0 - configure:15797: result: yes - configure:15941: checking whether mbrtowc handles incomplete characters - configure:15986: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:15986: $? = 0 - configure:15986: ./conftest - configure:15986: $? = 0 - configure:15998: result: yes - configure:16004: checking whether mbrtowc works as well as mbtowc - configure:16053: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:16053: $? = 0 - configure:16053: ./conftest - configure:16053: $? = 0 - configure:16065: result: yes - configure:16122: checking whether mbrtowc handles a NULL pwc argument - configure:16181: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:16181: $? = 0 - configure:16181: ./conftest - configure:16181: $? = 0 - configure:16193: result: yes - configure:16199: checking whether mbrtowc handles a NULL string argument - configure:16246: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:16246: $? = 0 - configure:16246: ./conftest - configure:16246: $? = 0 - configure:16258: result: yes - configure:16266: checking whether mbrtowc has a correct return value - configure:16381: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:16381: $? = 0 - configure:16381: ./conftest - configure:16381: $? = 0 - configure:16396: result: yes - configure:16402: checking whether mbrtowc returns 0 when parsing a NUL character - configure:16446: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:16446: $? = 0 - configure:16446: ./conftest - configure:16446: $? = 0 - configure:16458: result: yes - configure:16463: checking whether mbrtowc works on empty input - configure:16490: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:16490: $? = 0 - configure:16490: ./conftest - configure:16490: $? = 1 - configure: program exited with status 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | /* end confdefs.h. */ - | - | #include - | static wchar_t wc; - | static mbstate_t mbs; - | int - | main (void) - | { - | return mbrtowc (&wc, "", 0, &mbs) != (size_t) -2; - | } - configure:16501: result: no - configure:16505: checking whether the C locale is free of encoding errors - configure:16545: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:16545: $? = 0 - configure:16545: ./conftest - configure:16545: $? = 3 - configure: program exited with status 3 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | /* end confdefs.h. */ - | #include - | #include - | #include - | - | int - | main () - | { - | - | int i; - | char *locale = setlocale (LC_ALL, "C"); - | if (! locale) - | return 2; - | for (i = CHAR_MIN; i <= CHAR_MAX; i++) - | { - | char c = i; - | wchar_t wc; - | mbstate_t mbs = { 0, }; - | size_t ss = mbrtowc (&wc, &c, 1, &mbs); - | if (1 < ss) - | return 3; - | } - | return 0; - | - | ; - | return 0; - | } - configure:16555: result: no - configure:16696: checking whether mbrtowc handles incomplete characters - configure:16753: result: yes - configure:16759: checking whether mbrtowc works as well as mbtowc - configure:16820: result: yes - configure:16989: checking whether mbswidth is declared in - configure:17017: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:170:22: error: 'mbswidth' undeclared (first use in this function) - char *p = (char *) mbswidth; - ^ - conftest.c:170:22: note: each undeclared identifier is reported only once for each function it appears in - configure:17017: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | /* end confdefs.h. */ - | - | /* Tru64 with Desktop Toolkit C has a bug: must be included before - | . - | BSD/OS 4.0.1 has a bug: , and must be included - | before . */ - | #include - | #include - | #include - | #include - | - | int - | main () - | { - | - | char *p = (char *) mbswidth; - | return !p; - | - | ; - | return 0; - | } - configure:17024: result: no - configure:17039: checking for mbstate_t - configure:17070: result: yes - configure:17146: checking for memrchr - configure:17146: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:17146: $? = 0 - configure:17146: result: yes - configure:17215: checking for working re_compile_pattern - configure:17425: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:17425: $? = 0 - configure:17425: ./conftest - configure:17425: $? = 0 - configure:17435: result: yes - configure:17555: checking for ssize_t - configure:17572: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:17572: $? = 0 - configure:17579: result: yes - configure:17590: checking for va_copy - configure:17611: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:17611: $? = 0 - configure:17619: result: yes - configure:17801: checking for max_align_t - configure:17801: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:167:13: error: 'max_align_t' undeclared (first use in this function) - if (sizeof (max_align_t)) - ^ - conftest.c:167:13: note: each undeclared identifier is reported only once for each function it appears in - configure:17801: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | /* end confdefs.h. */ - | #include - | - | - | int - | main () - | { - | if (sizeof (max_align_t)) - | return 0; - | ; - | return 0; - | } - configure:17801: result: no - configure:17814: checking whether NULL can be used in arbitrary expressions - configure:17832: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:17832: $? = 0 - configure:17839: result: yes - configure:18006: checking which flavor of printf attribute matches inttypes macros - configure:18033: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18033: $? = 0 - configure:18040: result: system - configure:18087: checking whether dprintf is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether fpurge is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:171:10: error: 'fpurge' undeclared (first use in this function) - (void) fpurge; - ^ - conftest.c:171:10: note: each undeclared identifier is reported only once for each function it appears in - configure:18105: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | /* end confdefs.h. */ - | #include - | - | int - | main () - | { - | #undef fpurge - | (void) fpurge; - | ; - | return 0; - | } - configure:18113: result: no - configure:18087: checking whether fseeko is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether ftello is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether getdelim is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether getline is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether gets is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:175:10: error: 'gets' undeclared (first use in this function) - (void) gets; - ^ - conftest.c:175:10: note: each undeclared identifier is reported only once for each function it appears in - configure:18105: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | /* end confdefs.h. */ - | #include - | - | int - | main () - | { - | #undef gets - | (void) gets; - | ; - | return 0; - | } - configure:18113: result: no - configure:18087: checking whether pclose is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether popen is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether renameat is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether snprintf is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether tmpfile is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether vdprintf is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18087: checking whether vsnprintf is declared without a macro - configure:18105: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18105: $? = 0 - configure:18113: result: yes - configure:18202: checking whether _Exit is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether atoll is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether canonicalize_file_name is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether getloadavg is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether getsubopt is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether grantpt is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether initstate is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether initstate_r is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether mkdtemp is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether mkostemp is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether mkostemps is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether mkstemp is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether mkstemps is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether posix_openpt is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether ptsname is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether ptsname_r is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether qsort_r is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether random is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether random_r is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether realpath is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether rpmatch is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether secure_getenv is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether setenv is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether setstate is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether setstate_r is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether srandom is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether srandom_r is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether strtod is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether strtoll is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether strtoull is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether unlockpt is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18202: checking whether unsetenv is declared without a macro - configure:18226: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18226: $? = 0 - configure:18234: result: yes - configure:18251: checking for strcasecmp - configure:18251: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:231:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] - char strcasecmp (); - ^ - configure:18251: $? = 0 - configure:18251: result: yes - configure:18268: checking for strncasecmp - configure:18268: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:232:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default] - char strncasecmp (); - ^ - configure:18268: $? = 0 - configure:18268: result: yes - configure:18282: checking whether strncasecmp is declared - configure:18282: result: yes - configure:18331: checking whether strcasestr works in linear time - configure:18404: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:18404: $? = 0 - configure:18404: ./conftest - configure:18404: $? = 0 - configure:18415: result: yes - configure:18448: checking for strcasestr - configure:18448: result: yes - configure:18463: checking whether strcasestr works - configure:18526: result: yes - configure:18627: checking for working strerror function - configure:18653: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:18653: $? = 0 - configure:18653: ./conftest - configure:18653: $? = 0 - configure:18664: result: yes - configure:18733: checking for working strnlen - configure:18771: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:18771: $? = 0 - configure:18771: ./conftest - configure:18771: $? = 0 - configure:18781: result: yes - configure:18922: checking whether chdir is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether chown is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether dup is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether dup2 is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether dup3 is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether environ is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether euidaccess is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether faccessat is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether fchdir is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether fchownat is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether fdatasync is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether fsync is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether ftruncate is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether getcwd is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether getdomainname is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether getdtablesize is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether getgroups is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether gethostname is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether getlogin is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether getlogin_r is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether getpagesize is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether getusershell is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether setusershell is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether endusershell is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether group_member is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether isatty is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether lchown is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether link is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether linkat is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether lseek is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether pipe is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether pipe2 is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether pread is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether pwrite is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether readlink is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether readlinkat is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether rmdir is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether sethostname is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether sleep is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether symlink is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether symlinkat is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether truncate is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether ttyname_r is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether unlink is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether unlinkat is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:18922: checking whether usleep is declared without a macro - configure:18952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:18952: $? = 0 - configure:18960: result: yes - configure:19058: checking for vasprintf - configure:19058: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:19058: $? = 0 - configure:19058: result: yes - configure:19237: checking whether btowc is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wctob is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether mbsinit is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether mbrtowc is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether mbrlen is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether mbsrtowcs is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether mbsnrtowcs is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcrtomb is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsrtombs is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsnrtombs is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcwidth is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wmemchr is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wmemcmp is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wmemcpy is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wmemmove is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wmemset is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcslen is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsnlen is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcscpy is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcpcpy is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsncpy is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcpncpy is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcscat is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsncat is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcscmp is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsncmp is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcscasecmp is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsncasecmp is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcscoll is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsxfrm is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsdup is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcschr is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsrchr is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcscspn is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsspn is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcspbrk is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsstr is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcstok is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcswidth is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19237: checking whether wcsftime is declared without a macro - configure:19265: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:19265: $? = 0 - configure:19273: result: yes - configure:19399: checking whether iswcntrl works - configure:19454: result: yes - configure:19478: checking for towlower - configure:19478: result: yes - configure:19526: checking for wctype_t - configure:19562: result: yes - configure:19568: checking for wctrans_t - configure:19602: result: yes - configure:19611: checking whether wctype is declared without a macro - configure:19648: result: yes - configure:19611: checking whether iswctype is declared without a macro - configure:19648: result: yes - configure:19611: checking whether wctrans is declared without a macro - configure:19648: result: yes - configure:19611: checking whether towctrans is declared without a macro - configure:19648: result: yes - configure:19683: checking whether wcwidth is declared - configure:19683: result: yes - configure:19712: checking whether wcwidth works reasonably in UTF-8 locales - configure:19765: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:19765: $? = 0 - configure:19765: ./conftest - configure:19765: $? = 0 - configure:19776: result: yes - configure:22525: checking whether make sets $(MAKE) - configure:22547: result: yes - configure:22557: checking whether ln -s works - configure:22561: result: yes - configure:22575: checking whether diff accepts -u - configure:22584: result: yes - configure:22595: checking whether diff accepts -a - configure:22604: result: yes - configure:22615: checking for sigblock - configure:22615: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:22615: $? = 0 - configure:22615: result: yes - configure:22668: checking whether stat file-mode macros are broken - configure:22695: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22695: $? = 0 - configure:22702: result: no - configure:22710: checking for ANSI C header files - configure:22814: result: yes - configure:22828: checking fcntl.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking fcntl.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for fcntl.h - configure:22828: result: yes - configure:22828: checking io.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c:347:16: fatal error: io.h: No such file or directory - #include - ^ - compilation terminated. - configure:22828: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | #include - configure:22828: result: no - configure:22828: checking io.h presence - configure:22828: gcc -E conftest.c - conftest.c:314:16: fatal error: io.h: No such file or directory - #include - ^ - compilation terminated. - configure:22828: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | /* end confdefs.h. */ - | #include - configure:22828: result: no - configure:22828: checking for io.h - configure:22828: result: no - configure:22828: checking for limits.h - configure:22828: result: yes - configure:22828: checking pwd.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking pwd.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for pwd.h - configure:22828: result: yes - configure:22828: checking for string.h - configure:22828: result: yes - configure:22828: checking for strings.h - configure:22828: result: yes - configure:22828: checking stropts.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking stropts.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for stropts.h - configure:22828: result: yes - configure:22828: checking termcap.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking termcap.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for termcap.h - configure:22828: result: yes - configure:22828: checking termio.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking termio.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for termio.h - configure:22828: result: yes - configure:22828: checking termios.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking termios.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for termios.h - configure:22828: result: yes - configure:22828: checking for unistd.h - configure:22828: result: yes - configure:22828: checking sys/fcntl.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking sys/fcntl.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for sys/fcntl.h - configure:22828: result: yes - configure:22828: checking sys/file.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking sys/file.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for sys/file.h - configure:22828: result: yes - configure:22828: checking sys/ioctl.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking sys/ioctl.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for sys/ioctl.h - configure:22828: result: yes - configure:22828: checking sys/stream.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c:359:24: fatal error: sys/stream.h: No such file or directory - #include - ^ - compilation terminated. - configure:22828: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | #include - configure:22828: result: no - configure:22828: checking sys/stream.h presence - configure:22828: gcc -E conftest.c - conftest.c:326:24: fatal error: sys/stream.h: No such file or directory - #include - ^ - compilation terminated. - configure:22828: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | /* end confdefs.h. */ - | #include - configure:22828: result: no - configure:22828: checking for sys/stream.h - configure:22828: result: no - configure:22828: checking sys/time.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking sys/time.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for sys/time.h - configure:22828: result: yes - configure:22828: checking sys/ttold.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c:360:23: fatal error: sys/ttold.h: No such file or directory - #include - ^ - compilation terminated. - configure:22828: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | #include - configure:22828: result: no - configure:22828: checking sys/ttold.h presence - configure:22828: gcc -E conftest.c - conftest.c:327:23: fatal error: sys/ttold.h: No such file or directory - #include - ^ - compilation terminated. - configure:22828: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | /* end confdefs.h. */ - | #include - configure:22828: result: no - configure:22828: checking for sys/ttold.h - configure:22828: result: no - configure:22828: checking sys/wait.h usability - configure:22828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking sys/wait.h presence - configure:22828: gcc -E conftest.c - configure:22828: $? = 0 - configure:22828: result: yes - configure:22828: checking for sys/wait.h - configure:22828: result: yes - configure:22842: checking for sys/ptem.h - configure:22842: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c:333:22: fatal error: sys/ptem.h: No such file or directory - #include - ^ - compilation terminated. - configure:22842: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | /* end confdefs.h. */ - | #if HAVE_SYS_STREAM_H - | #include - | #endif - | - | - | #include - configure:22842: result: no - configure:22857: checking POSIX termios - configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:22877: $? = 0 - configure:22885: result: yes - configure:22890: checking for off_t - configure:22890: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:22890: $? = 0 - configure:22890: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:364:20: error: expected expression before ')' token - if (sizeof ((off_t))) - ^ - configure:22890: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | int - | main () - | { - | if (sizeof ((off_t))) - | return 0; - | ; - | return 0; - | } - configure:22890: result: yes - configure:22901: checking return type of signal handlers - configure:22919: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:334:1: error: void value not ignored as it ought to be - return *(signal (0, 0)) (0) == 1; - ^ - configure:22919: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | /* end confdefs.h. */ - | #include - | #include - | - | int - | main () - | { - | return *(signal (0, 0)) (0) == 1; - | ; - | return 0; - | } - configure:22926: result: void - configure:22934: checking for an ANSI C-conforming const - configure:23000: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:23000: $? = 0 - configure:23007: result: yes - configure:23015: checking whether struct tm is in sys/time.h or time.h - configure:23035: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:23035: $? = 0 - configure:23042: result: time.h - configure:23052: checking whether memchr is declared - configure:23052: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:23052: $? = 0 - configure:23052: result: yes - configure:23062: checking whether strcoll is declared - configure:23062: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:23062: $? = 0 - configure:23062: result: yes - configure:23072: checking whether strerror is declared - configure:23072: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:23072: $? = 0 - configure:23072: result: yes - configure:23085: checking for working strcoll - configure:23106: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:23106: $? = 0 - configure:23106: ./conftest - configure:23106: $? = 0 - configure:23116: result: yes - configure:23126: checking for vprintf - configure:23126: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:356:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] - char vprintf (); - ^ - configure:23126: $? = 0 - configure:23126: result: yes - configure:23132: checking for _doprnt - configure:23132: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - /tmp/cciTL6KG.o: In function `main': - /home/g/src/texinfo/oldreleases/texinfo-6.4/conftest.c:368: undefined reference to `_doprnt' - collect2: error: ld returned 1 exit status - configure:23132: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | #define RETSIGTYPE void - | #define HAVE_DECL_MEMCHR 1 - | #define HAVE_DECL_STRCOLL 1 - | #define HAVE_DECL_STRERROR 1 - | #define HAVE_STRCOLL 1 - | #define HAVE_VPRINTF 1 - | /* end confdefs.h. */ - | /* Define _doprnt to an innocuous variant, in case declares _doprnt. - | For example, HP-UX 11i declares gettimeofday. */ - | #define _doprnt innocuous__doprnt - | - | /* System header to define __stub macros and hopefully few prototypes, - | which can conflict with char _doprnt (); below. - | Prefer to if __STDC__ is defined, since - | exists even on freestanding compilers. */ - | - | #ifdef __STDC__ - | # include - | #else - | # include - | #endif - | - | #undef _doprnt - | - | /* Override any GCC internal prototype to avoid an error. - | Use char because int might match the return type of a GCC - | builtin and then its argument prototype would still apply. */ - | #ifdef __cplusplus - | extern "C" - | #endif - | char _doprnt (); - | /* The GNU C library defines this for functions which it implements - | to always fail with ENOSYS. Some functions are actually named - | something starting with __ and the normal name is an alias. */ - | #if defined __stub__doprnt || defined __stub____doprnt - | choke me - | #endif - | - | int - | main () - | { - | return _doprnt (); - | ; - | return 0; - | } - configure:23132: result: no - configure:23150: checking for bzero - configure:23150: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:357:6: warning: conflicting types for built-in function 'bzero' [enabled by default] - char bzero (); - ^ - configure:23150: $? = 0 - configure:23150: result: yes - configure:23150: checking for getcwd - configure:23150: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:23150: $? = 0 - configure:23150: result: yes - configure:23150: checking for memset - configure:23150: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:359:6: warning: conflicting types for built-in function 'memset' [enabled by default] - char memset (); - ^ - configure:23150: $? = 0 - configure:23150: result: yes - configure:23150: checking for setlocale - configure:23150: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:23150: $? = 0 - configure:23150: result: yes - configure:23150: checking for setvbuf - configure:23150: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:23150: $? = 0 - configure:23150: result: yes - configure:23150: checking for sigaction - configure:23150: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:23150: $? = 0 - configure:23150: result: yes - configure:23150: checking for sigprocmask - configure:23150: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:23150: $? = 0 - configure:23150: result: yes - configure:23150: checking for sigsetmask - configure:23150: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:23150: $? = 0 - configure:23150: result: yes - configure:23150: checking for strchr - configure:23150: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:365:6: warning: conflicting types for built-in function 'strchr' [enabled by default] - char strchr (); - ^ - configure:23150: $? = 0 - configure:23150: result: yes - configure:23150: checking for posix_openpt - configure:23150: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:23150: $? = 0 - configure:23150: result: yes - configure:23159: checking for memcpy - configure:23159: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:367:6: warning: conflicting types for built-in function 'memcpy' [enabled by default] - char memcpy (); - ^ - configure:23159: $? = 0 - configure:23159: result: yes - configure:23172: checking for memmove - configure:23172: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - conftest.c:368:6: warning: conflicting types for built-in function 'memmove' [enabled by default] - char memmove (); - ^ - configure:23172: $? = 0 - configure:23172: result: yes - configure:23185: checking for strdup - configure:23185: result: yes - configure:23198: checking for strerror - configure:23198: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:23198: $? = 0 - configure:23198: result: yes - configure:23280: checking for tgetent in -ltinfo - configure:23305: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ltinfo >&5 - /usr/lib/gcc/i486-slackware-linux/4.8.2/../../../../i486-slackware-linux/bin/ld: cannot find -ltinfo - collect2: error: ld returned 1 exit status - configure:23305: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | #define RETSIGTYPE void - | #define HAVE_DECL_MEMCHR 1 - | #define HAVE_DECL_STRCOLL 1 - | #define HAVE_DECL_STRERROR 1 - | #define HAVE_STRCOLL 1 - | #define HAVE_VPRINTF 1 - | #define HAVE_BZERO 1 - | #define HAVE_GETCWD 1 - | #define HAVE_MEMSET 1 - | #define HAVE_SETLOCALE 1 - | #define HAVE_SETVBUF 1 - | #define HAVE_SIGACTION 1 - | #define HAVE_SIGPROCMASK 1 - | #define HAVE_SIGSETMASK 1 - | #define HAVE_STRCHR 1 - | #define HAVE_POSIX_OPENPT 1 - | #define HAVE_MEMCPY 1 - | #define HAVE_MEMMOVE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_STRERROR 1 - | /* end confdefs.h. */ - | - | /* Override any GCC internal prototype to avoid an error. - | Use char because int might match the return type of a GCC - | builtin and then its argument prototype would still apply. */ - | #ifdef __cplusplus - | extern "C" - | #endif - | char tgetent (); - | int - | main () - | { - | return tgetent (); - | ; - | return 0; - | } - configure:23315: result: no - configure:23280: checking for tgetent in -lncurses - configure:23305: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 - configure:23305: $? = 0 - configure:23315: result: yes - configure:23334: checking for library with termcap variables - configure:23376: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 - In file included from /usr/include/endian.h:60:0, - from /usr/include/sys/types.h:216, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/bits/byteswap.h: In function 'main': - /usr/include/bits/byteswap.h:45:1: error: invalid storage class for function '__bswap_32' - __bswap_32 (unsigned int __bsx) - ^ - /usr/include/bits/byteswap.h:109:1: error: invalid storage class for function '__bswap_64' - __bswap_64 (__uint64_t __bsx) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:44:1: error: nested function 'gnu_dev_major' declared 'extern' - __NTH (gnu_dev_major (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:44:1: error: static declaration of 'gnu_dev_major' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:32:21: note: previous declaration of 'gnu_dev_major' was here - extern unsigned int gnu_dev_major (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:50:1: error: nested function 'gnu_dev_minor' declared 'extern' - __NTH (gnu_dev_minor (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:50:1: error: static declaration of 'gnu_dev_minor' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:35:21: note: previous declaration of 'gnu_dev_minor' was here - extern unsigned int gnu_dev_minor (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:56:1: error: nested function 'gnu_dev_makedev' declared 'extern' - __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor)) - ^ - /usr/include/sys/sysmacros.h:56:1: error: static declaration of 'gnu_dev_makedev' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:38:31: note: previous declaration of 'gnu_dev_makedev' was here - extern unsigned long long int gnu_dev_makedev (unsigned int __major, - ^ - configure:23376: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | #define RETSIGTYPE void - | #define HAVE_DECL_MEMCHR 1 - | #define HAVE_DECL_STRCOLL 1 - | #define HAVE_DECL_STRERROR 1 - | #define HAVE_STRCOLL 1 - | #define HAVE_VPRINTF 1 - | #define HAVE_BZERO 1 - | #define HAVE_GETCWD 1 - | #define HAVE_MEMSET 1 - | #define HAVE_SETLOCALE 1 - | #define HAVE_SETVBUF 1 - | #define HAVE_SIGACTION 1 - | #define HAVE_SIGPROCMASK 1 - | #define HAVE_SIGSETMASK 1 - | #define HAVE_STRCHR 1 - | #define HAVE_POSIX_OPENPT 1 - | #define HAVE_MEMCPY 1 - | #define HAVE_MEMMOVE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_STRERROR 1 - | /* end confdefs.h. */ - | - | int - | main () - | { - | #ifdef HAVE_NCURSES_TERMCAP_H - | #include - | #else - | #ifdef HAVE_TERMCAP_H - | #include - | #else - | #undef PC - | char *BC; - | char **UP; - | char PC; - | short ospeed; - | #endif - | #endif - | /* Make sure all variables actually exist. AIX 4.3 has ospeed but no BC. - | --Andreas Ley 24 Aug 2000. */ - | BC++; - | UP++; - | PC++; - | return ospeed != 0; - | - | ; - | return 0; - | } - configure:23376: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses -ltinfo >&5 - In file included from /usr/include/endian.h:60:0, - from /usr/include/sys/types.h:216, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/bits/byteswap.h: In function 'main': - /usr/include/bits/byteswap.h:45:1: error: invalid storage class for function '__bswap_32' - __bswap_32 (unsigned int __bsx) - ^ - /usr/include/bits/byteswap.h:109:1: error: invalid storage class for function '__bswap_64' - __bswap_64 (__uint64_t __bsx) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:44:1: error: nested function 'gnu_dev_major' declared 'extern' - __NTH (gnu_dev_major (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:44:1: error: static declaration of 'gnu_dev_major' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:32:21: note: previous declaration of 'gnu_dev_major' was here - extern unsigned int gnu_dev_major (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:50:1: error: nested function 'gnu_dev_minor' declared 'extern' - __NTH (gnu_dev_minor (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:50:1: error: static declaration of 'gnu_dev_minor' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:35:21: note: previous declaration of 'gnu_dev_minor' was here - extern unsigned int gnu_dev_minor (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:56:1: error: nested function 'gnu_dev_makedev' declared 'extern' - __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor)) - ^ - /usr/include/sys/sysmacros.h:56:1: error: static declaration of 'gnu_dev_makedev' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:38:31: note: previous declaration of 'gnu_dev_makedev' was here - extern unsigned long long int gnu_dev_makedev (unsigned int __major, - ^ - configure:23376: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | #define RETSIGTYPE void - | #define HAVE_DECL_MEMCHR 1 - | #define HAVE_DECL_STRCOLL 1 - | #define HAVE_DECL_STRERROR 1 - | #define HAVE_STRCOLL 1 - | #define HAVE_VPRINTF 1 - | #define HAVE_BZERO 1 - | #define HAVE_GETCWD 1 - | #define HAVE_MEMSET 1 - | #define HAVE_SETLOCALE 1 - | #define HAVE_SETVBUF 1 - | #define HAVE_SIGACTION 1 - | #define HAVE_SIGPROCMASK 1 - | #define HAVE_SIGSETMASK 1 - | #define HAVE_STRCHR 1 - | #define HAVE_POSIX_OPENPT 1 - | #define HAVE_MEMCPY 1 - | #define HAVE_MEMMOVE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_STRERROR 1 - | /* end confdefs.h. */ - | - | int - | main () - | { - | #ifdef HAVE_NCURSES_TERMCAP_H - | #include - | #else - | #ifdef HAVE_TERMCAP_H - | #include - | #else - | #undef PC - | char *BC; - | char **UP; - | char PC; - | short ospeed; - | #endif - | #endif - | /* Make sure all variables actually exist. AIX 4.3 has ospeed but no BC. - | --Andreas Ley 24 Aug 2000. */ - | BC++; - | UP++; - | PC++; - | return ospeed != 0; - | - | ; - | return 0; - | } - configure:23376: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 - In file included from /usr/include/endian.h:60:0, - from /usr/include/sys/types.h:216, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/bits/byteswap.h: In function 'main': - /usr/include/bits/byteswap.h:45:1: error: invalid storage class for function '__bswap_32' - __bswap_32 (unsigned int __bsx) - ^ - /usr/include/bits/byteswap.h:109:1: error: invalid storage class for function '__bswap_64' - __bswap_64 (__uint64_t __bsx) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:44:1: error: nested function 'gnu_dev_major' declared 'extern' - __NTH (gnu_dev_major (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:44:1: error: static declaration of 'gnu_dev_major' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:32:21: note: previous declaration of 'gnu_dev_major' was here - extern unsigned int gnu_dev_major (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:50:1: error: nested function 'gnu_dev_minor' declared 'extern' - __NTH (gnu_dev_minor (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:50:1: error: static declaration of 'gnu_dev_minor' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:35:21: note: previous declaration of 'gnu_dev_minor' was here - extern unsigned int gnu_dev_minor (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:56:1: error: nested function 'gnu_dev_makedev' declared 'extern' - __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor)) - ^ - /usr/include/sys/sysmacros.h:56:1: error: static declaration of 'gnu_dev_makedev' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:38:31: note: previous declaration of 'gnu_dev_makedev' was here - extern unsigned long long int gnu_dev_makedev (unsigned int __major, - ^ - configure:23376: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | #define RETSIGTYPE void - | #define HAVE_DECL_MEMCHR 1 - | #define HAVE_DECL_STRCOLL 1 - | #define HAVE_DECL_STRERROR 1 - | #define HAVE_STRCOLL 1 - | #define HAVE_VPRINTF 1 - | #define HAVE_BZERO 1 - | #define HAVE_GETCWD 1 - | #define HAVE_MEMSET 1 - | #define HAVE_SETLOCALE 1 - | #define HAVE_SETVBUF 1 - | #define HAVE_SIGACTION 1 - | #define HAVE_SIGPROCMASK 1 - | #define HAVE_SIGSETMASK 1 - | #define HAVE_STRCHR 1 - | #define HAVE_POSIX_OPENPT 1 - | #define HAVE_MEMCPY 1 - | #define HAVE_MEMMOVE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_STRERROR 1 - | /* end confdefs.h. */ - | - | int - | main () - | { - | #ifdef HAVE_NCURSES_TERMCAP_H - | #include - | #else - | #ifdef HAVE_TERMCAP_H - | #include - | #else - | #undef PC - | char *BC; - | char **UP; - | char PC; - | short ospeed; - | #endif - | #endif - | /* Make sure all variables actually exist. AIX 4.3 has ospeed but no BC. - | --Andreas Ley 24 Aug 2000. */ - | BC++; - | UP++; - | PC++; - | return ospeed != 0; - | - | ; - | return 0; - | } - configure:23376: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses -lcurses >&5 - In file included from /usr/include/endian.h:60:0, - from /usr/include/sys/types.h:216, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/bits/byteswap.h: In function 'main': - /usr/include/bits/byteswap.h:45:1: error: invalid storage class for function '__bswap_32' - __bswap_32 (unsigned int __bsx) - ^ - /usr/include/bits/byteswap.h:109:1: error: invalid storage class for function '__bswap_64' - __bswap_64 (__uint64_t __bsx) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:44:1: error: nested function 'gnu_dev_major' declared 'extern' - __NTH (gnu_dev_major (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:44:1: error: static declaration of 'gnu_dev_major' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:32:21: note: previous declaration of 'gnu_dev_major' was here - extern unsigned int gnu_dev_major (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:50:1: error: nested function 'gnu_dev_minor' declared 'extern' - __NTH (gnu_dev_minor (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:50:1: error: static declaration of 'gnu_dev_minor' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:35:21: note: previous declaration of 'gnu_dev_minor' was here - extern unsigned int gnu_dev_minor (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:56:1: error: nested function 'gnu_dev_makedev' declared 'extern' - __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor)) - ^ - /usr/include/sys/sysmacros.h:56:1: error: static declaration of 'gnu_dev_makedev' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:38:31: note: previous declaration of 'gnu_dev_makedev' was here - extern unsigned long long int gnu_dev_makedev (unsigned int __major, - ^ - configure:23376: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | #define RETSIGTYPE void - | #define HAVE_DECL_MEMCHR 1 - | #define HAVE_DECL_STRCOLL 1 - | #define HAVE_DECL_STRERROR 1 - | #define HAVE_STRCOLL 1 - | #define HAVE_VPRINTF 1 - | #define HAVE_BZERO 1 - | #define HAVE_GETCWD 1 - | #define HAVE_MEMSET 1 - | #define HAVE_SETLOCALE 1 - | #define HAVE_SETVBUF 1 - | #define HAVE_SIGACTION 1 - | #define HAVE_SIGPROCMASK 1 - | #define HAVE_SIGSETMASK 1 - | #define HAVE_STRCHR 1 - | #define HAVE_POSIX_OPENPT 1 - | #define HAVE_MEMCPY 1 - | #define HAVE_MEMMOVE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_STRERROR 1 - | /* end confdefs.h. */ - | - | int - | main () - | { - | #ifdef HAVE_NCURSES_TERMCAP_H - | #include - | #else - | #ifdef HAVE_TERMCAP_H - | #include - | #else - | #undef PC - | char *BC; - | char **UP; - | char PC; - | short ospeed; - | #endif - | #endif - | /* Make sure all variables actually exist. AIX 4.3 has ospeed but no BC. - | --Andreas Ley 24 Aug 2000. */ - | BC++; - | UP++; - | PC++; - | return ospeed != 0; - | - | ; - | return 0; - | } - configure:23376: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses -ltermlib >&5 - In file included from /usr/include/endian.h:60:0, - from /usr/include/sys/types.h:216, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/bits/byteswap.h: In function 'main': - /usr/include/bits/byteswap.h:45:1: error: invalid storage class for function '__bswap_32' - __bswap_32 (unsigned int __bsx) - ^ - /usr/include/bits/byteswap.h:109:1: error: invalid storage class for function '__bswap_64' - __bswap_64 (__uint64_t __bsx) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:44:1: error: nested function 'gnu_dev_major' declared 'extern' - __NTH (gnu_dev_major (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:44:1: error: static declaration of 'gnu_dev_major' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:32:21: note: previous declaration of 'gnu_dev_major' was here - extern unsigned int gnu_dev_major (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:50:1: error: nested function 'gnu_dev_minor' declared 'extern' - __NTH (gnu_dev_minor (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:50:1: error: static declaration of 'gnu_dev_minor' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:35:21: note: previous declaration of 'gnu_dev_minor' was here - extern unsigned int gnu_dev_minor (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:56:1: error: nested function 'gnu_dev_makedev' declared 'extern' - __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor)) - ^ - /usr/include/sys/sysmacros.h:56:1: error: static declaration of 'gnu_dev_makedev' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:38:31: note: previous declaration of 'gnu_dev_makedev' was here - extern unsigned long long int gnu_dev_makedev (unsigned int __major, - ^ - configure:23376: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | #define RETSIGTYPE void - | #define HAVE_DECL_MEMCHR 1 - | #define HAVE_DECL_STRCOLL 1 - | #define HAVE_DECL_STRERROR 1 - | #define HAVE_STRCOLL 1 - | #define HAVE_VPRINTF 1 - | #define HAVE_BZERO 1 - | #define HAVE_GETCWD 1 - | #define HAVE_MEMSET 1 - | #define HAVE_SETLOCALE 1 - | #define HAVE_SETVBUF 1 - | #define HAVE_SIGACTION 1 - | #define HAVE_SIGPROCMASK 1 - | #define HAVE_SIGSETMASK 1 - | #define HAVE_STRCHR 1 - | #define HAVE_POSIX_OPENPT 1 - | #define HAVE_MEMCPY 1 - | #define HAVE_MEMMOVE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_STRERROR 1 - | /* end confdefs.h. */ - | - | int - | main () - | { - | #ifdef HAVE_NCURSES_TERMCAP_H - | #include - | #else - | #ifdef HAVE_TERMCAP_H - | #include - | #else - | #undef PC - | char *BC; - | char **UP; - | char PC; - | short ospeed; - | #endif - | #endif - | /* Make sure all variables actually exist. AIX 4.3 has ospeed but no BC. - | --Andreas Ley 24 Aug 2000. */ - | BC++; - | UP++; - | PC++; - | return ospeed != 0; - | - | ; - | return 0; - | } - configure:23376: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses -ltermcap >&5 - In file included from /usr/include/endian.h:60:0, - from /usr/include/sys/types.h:216, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/bits/byteswap.h: In function 'main': - /usr/include/bits/byteswap.h:45:1: error: invalid storage class for function '__bswap_32' - __bswap_32 (unsigned int __bsx) - ^ - /usr/include/bits/byteswap.h:109:1: error: invalid storage class for function '__bswap_64' - __bswap_64 (__uint64_t __bsx) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:44:1: error: nested function 'gnu_dev_major' declared 'extern' - __NTH (gnu_dev_major (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:44:1: error: static declaration of 'gnu_dev_major' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:32:21: note: previous declaration of 'gnu_dev_major' was here - extern unsigned int gnu_dev_major (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:50:1: error: nested function 'gnu_dev_minor' declared 'extern' - __NTH (gnu_dev_minor (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:50:1: error: static declaration of 'gnu_dev_minor' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:35:21: note: previous declaration of 'gnu_dev_minor' was here - extern unsigned int gnu_dev_minor (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:56:1: error: nested function 'gnu_dev_makedev' declared 'extern' - __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor)) - ^ - /usr/include/sys/sysmacros.h:56:1: error: static declaration of 'gnu_dev_makedev' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:38:31: note: previous declaration of 'gnu_dev_makedev' was here - extern unsigned long long int gnu_dev_makedev (unsigned int __major, - ^ - configure:23376: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | #define RETSIGTYPE void - | #define HAVE_DECL_MEMCHR 1 - | #define HAVE_DECL_STRCOLL 1 - | #define HAVE_DECL_STRERROR 1 - | #define HAVE_STRCOLL 1 - | #define HAVE_VPRINTF 1 - | #define HAVE_BZERO 1 - | #define HAVE_GETCWD 1 - | #define HAVE_MEMSET 1 - | #define HAVE_SETLOCALE 1 - | #define HAVE_SETVBUF 1 - | #define HAVE_SIGACTION 1 - | #define HAVE_SIGPROCMASK 1 - | #define HAVE_SIGSETMASK 1 - | #define HAVE_STRCHR 1 - | #define HAVE_POSIX_OPENPT 1 - | #define HAVE_MEMCPY 1 - | #define HAVE_MEMMOVE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_STRERROR 1 - | /* end confdefs.h. */ - | - | int - | main () - | { - | #ifdef HAVE_NCURSES_TERMCAP_H - | #include - | #else - | #ifdef HAVE_TERMCAP_H - | #include - | #else - | #undef PC - | char *BC; - | char **UP; - | char PC; - | short ospeed; - | #endif - | #endif - | /* Make sure all variables actually exist. AIX 4.3 has ospeed but no BC. - | --Andreas Ley 24 Aug 2000. */ - | BC++; - | UP++; - | PC++; - | return ospeed != 0; - | - | ; - | return 0; - | } - configure:23376: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses -lterminfo >&5 - In file included from /usr/include/endian.h:60:0, - from /usr/include/sys/types.h:216, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/bits/byteswap.h: In function 'main': - /usr/include/bits/byteswap.h:45:1: error: invalid storage class for function '__bswap_32' - __bswap_32 (unsigned int __bsx) - ^ - /usr/include/bits/byteswap.h:109:1: error: invalid storage class for function '__bswap_64' - __bswap_64 (__uint64_t __bsx) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:44:1: error: nested function 'gnu_dev_major' declared 'extern' - __NTH (gnu_dev_major (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:44:1: error: static declaration of 'gnu_dev_major' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:32:21: note: previous declaration of 'gnu_dev_major' was here - extern unsigned int gnu_dev_major (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:50:1: error: nested function 'gnu_dev_minor' declared 'extern' - __NTH (gnu_dev_minor (unsigned long long int __dev)) - ^ - /usr/include/sys/sysmacros.h:50:1: error: static declaration of 'gnu_dev_minor' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:35:21: note: previous declaration of 'gnu_dev_minor' was here - extern unsigned int gnu_dev_minor (unsigned long long int __dev) - ^ - In file included from /usr/include/features.h:375:0, - from /usr/include/termcap.h:21, - from conftest.c:356: - /usr/include/sys/sysmacros.h:56:1: error: nested function 'gnu_dev_makedev' declared 'extern' - __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor)) - ^ - /usr/include/sys/sysmacros.h:56:1: error: static declaration of 'gnu_dev_makedev' follows non-static declaration - In file included from /usr/include/sys/types.h:222:0, - from /usr/include/termcap.h:23, - from conftest.c:356: - /usr/include/sys/sysmacros.h:38:31: note: previous declaration of 'gnu_dev_makedev' was here - extern unsigned long long int gnu_dev_makedev (unsigned int __major, - ^ - configure:23376: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "GNU Texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "6.4" - | #define PACKAGE_STRING "GNU Texinfo 6.4" - | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - | #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - | #define PACKAGE "texinfo" - | #define VERSION "6.4" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define restrict __restrict - | #define HAVE_DECL_STRERROR_R 1 - | #define HAVE_STRERROR_R 1 - | #define STRERROR_R_CHAR_P 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_SYS_CDEFS_H 1 - | #define HAVE_WCTYPE_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_MALLOC_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_LANGINFO_H 1 - | #define HAVE_XLOCALE_H 1 - | #define HAVE_SYS_SOCKET_H 1 - | #define HAVE_GETOPT_H 1 - | #define HAVE_GETOPT_LONG_ONLY 1 - | #define HAVE_ISWCNTRL 1 - | #define HAVE_ISWBLANK 1 - | #define HAVE_MBSINIT 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_ISASCII 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_ISBLANK 1 - | #define HAVE_ISWCTYPE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_WCWIDTH 1 - | #define HAVE_BTOWC 1 - | #define HAVE_SYMLINK 1 - | #define HAVE_NL_LANGINFO 1 - | #define HAVE_STRNDUP 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_ICONV 1 - | #define ICONV_CONST - | #define HAVE_WINT_T 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_STDLIB_H 1 - | #define MALLOC_0_IS_NONNULL 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define HAVE_MBSTATE_T 1 - | #define HAVE_LANGINFO_CODESET 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_DECL_MEMRCHR 1 - | #define HAVE_DECL_ALARM 1 - | #define HAVE__BOOL 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_STRCASESTR 1 - | #define HAVE_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_RAW_DECL_FFS 1 - | #define HAVE_RAW_DECL_STRCASECMP 1 - | #define HAVE_RAW_DECL_STRNCASECMP 1 - | #define HAVE_DECL_STRNLEN 1 - | #define HAVE_WORKING_O_NOATIME 1 - | #define HAVE_WORKING_O_NOFOLLOW 1 - | #define HAVE_DECL_GETC_UNLOCKED 1 - | #define USE_POSIX_THREADS 1 - | #define USE_POSIX_THREADS_WEAK 1 - | #define HAVE_DECL_STRNDUP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_ARGZ_H 1 - | #define HAVE_ERROR_T 1 - | #define HAVE_WORKING_ARGZ 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - | #define HAVE_DECL___ARGV 0 - | #define HAVE_DECL_ISWBLANK 1 - | #define GNULIB_TEST_ISWBLANK 1 - | #define HAVE_MALLOC_POSIX 1 - | #define GNULIB_TEST_MALLOC_POSIX 1 - | #define MBRTOWC_EMPTY_INPUT_BUG 1 - | #define C_LOCALE_MAYBE_EILSEQ 1 - | #define GNULIB_TEST_MBRTOWC 1 - | #define GNULIB_TEST_MBSCASECMP 1 - | #define GNULIB_TEST_MBSCHR 1 - | #define GNULIB_TEST_MBSINIT 1 - | #define GNULIB_TEST_MBSLEN 1 - | #define GNULIB_TEST_MBSNCASECMP 1 - | #define GNULIB_TEST_MBSSTR 1 - | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - | #define HAVE_MBSTATE_T 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_MEMRCHR 1 - | #define GNULIB_TEST_MEMRCHR 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | #define HAVE_RAW_DECL__EXIT 1 - | #define HAVE_RAW_DECL_ATOLL 1 - | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - | #define HAVE_RAW_DECL_GETLOADAVG 1 - | #define HAVE_RAW_DECL_GETSUBOPT 1 - | #define HAVE_RAW_DECL_GRANTPT 1 - | #define HAVE_RAW_DECL_INITSTATE 1 - | #define HAVE_RAW_DECL_INITSTATE_R 1 - | #define HAVE_RAW_DECL_MKDTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMP 1 - | #define HAVE_RAW_DECL_MKOSTEMPS 1 - | #define HAVE_RAW_DECL_MKSTEMP 1 - | #define HAVE_RAW_DECL_MKSTEMPS 1 - | #define HAVE_RAW_DECL_POSIX_OPENPT 1 - | #define HAVE_RAW_DECL_PTSNAME 1 - | #define HAVE_RAW_DECL_PTSNAME_R 1 - | #define HAVE_RAW_DECL_QSORT_R 1 - | #define HAVE_RAW_DECL_RANDOM 1 - | #define HAVE_RAW_DECL_RANDOM_R 1 - | #define HAVE_RAW_DECL_REALPATH 1 - | #define HAVE_RAW_DECL_RPMATCH 1 - | #define HAVE_RAW_DECL_SECURE_GETENV 1 - | #define HAVE_RAW_DECL_SETENV 1 - | #define HAVE_RAW_DECL_SETSTATE 1 - | #define HAVE_RAW_DECL_SETSTATE_R 1 - | #define HAVE_RAW_DECL_SRANDOM 1 - | #define HAVE_RAW_DECL_SRANDOM_R 1 - | #define HAVE_RAW_DECL_STRTOD 1 - | #define HAVE_RAW_DECL_STRTOLL 1 - | #define HAVE_RAW_DECL_STRTOULL 1 - | #define HAVE_RAW_DECL_UNLOCKPT 1 - | #define HAVE_RAW_DECL_UNSETENV 1 - | #define HAVE_STRCASECMP 1 - | #define HAVE_STRNCASECMP 1 - | #define HAVE_DECL_STRNCASECMP 1 - | #define HAVE_STRCASESTR 1 - | #define GNULIB_TEST_STRCASESTR 1 - | #define GNULIB_TEST_STRDUP 1 - | #define GNULIB_STRERROR 1 - | #define GNULIB_TEST_STRERROR 1 - | #define GNULIB_TEST_STRNLEN 1 - | #define HAVE_RAW_DECL_CHDIR 1 - | #define HAVE_RAW_DECL_CHOWN 1 - | #define HAVE_RAW_DECL_DUP 1 - | #define HAVE_RAW_DECL_DUP2 1 - | #define HAVE_RAW_DECL_DUP3 1 - | #define HAVE_RAW_DECL_ENVIRON 1 - | #define HAVE_RAW_DECL_EUIDACCESS 1 - | #define HAVE_RAW_DECL_FACCESSAT 1 - | #define HAVE_RAW_DECL_FCHDIR 1 - | #define HAVE_RAW_DECL_FCHOWNAT 1 - | #define HAVE_RAW_DECL_FDATASYNC 1 - | #define HAVE_RAW_DECL_FSYNC 1 - | #define HAVE_RAW_DECL_FTRUNCATE 1 - | #define HAVE_RAW_DECL_GETCWD 1 - | #define HAVE_RAW_DECL_GETDOMAINNAME 1 - | #define HAVE_RAW_DECL_GETDTABLESIZE 1 - | #define HAVE_RAW_DECL_GETGROUPS 1 - | #define HAVE_RAW_DECL_GETHOSTNAME 1 - | #define HAVE_RAW_DECL_GETLOGIN 1 - | #define HAVE_RAW_DECL_GETLOGIN_R 1 - | #define HAVE_RAW_DECL_GETPAGESIZE 1 - | #define HAVE_RAW_DECL_GETUSERSHELL 1 - | #define HAVE_RAW_DECL_SETUSERSHELL 1 - | #define HAVE_RAW_DECL_ENDUSERSHELL 1 - | #define HAVE_RAW_DECL_GROUP_MEMBER 1 - | #define HAVE_RAW_DECL_ISATTY 1 - | #define HAVE_RAW_DECL_LCHOWN 1 - | #define HAVE_RAW_DECL_LINK 1 - | #define HAVE_RAW_DECL_LINKAT 1 - | #define HAVE_RAW_DECL_LSEEK 1 - | #define HAVE_RAW_DECL_PIPE 1 - | #define HAVE_RAW_DECL_PIPE2 1 - | #define HAVE_RAW_DECL_PREAD 1 - | #define HAVE_RAW_DECL_PWRITE 1 - | #define HAVE_RAW_DECL_READLINK 1 - | #define HAVE_RAW_DECL_READLINKAT 1 - | #define HAVE_RAW_DECL_RMDIR 1 - | #define HAVE_RAW_DECL_SETHOSTNAME 1 - | #define HAVE_RAW_DECL_SLEEP 1 - | #define HAVE_RAW_DECL_SYMLINK 1 - | #define HAVE_RAW_DECL_SYMLINKAT 1 - | #define HAVE_RAW_DECL_TRUNCATE 1 - | #define HAVE_RAW_DECL_TTYNAME_R 1 - | #define HAVE_RAW_DECL_UNLINK 1 - | #define HAVE_RAW_DECL_UNLINKAT 1 - | #define HAVE_RAW_DECL_USLEEP 1 - | #define HAVE_VASPRINTF 1 - | #define GNULIB_TEST_VASPRINTF 1 - | #define HAVE_RAW_DECL_BTOWC 1 - | #define HAVE_RAW_DECL_WCTOB 1 - | #define HAVE_RAW_DECL_MBSINIT 1 - | #define HAVE_RAW_DECL_MBRTOWC 1 - | #define HAVE_RAW_DECL_MBRLEN 1 - | #define HAVE_RAW_DECL_MBSRTOWCS 1 - | #define HAVE_RAW_DECL_MBSNRTOWCS 1 - | #define HAVE_RAW_DECL_WCRTOMB 1 - | #define HAVE_RAW_DECL_WCSRTOMBS 1 - | #define HAVE_RAW_DECL_WCSNRTOMBS 1 - | #define HAVE_RAW_DECL_WCWIDTH 1 - | #define HAVE_RAW_DECL_WMEMCHR 1 - | #define HAVE_RAW_DECL_WMEMCMP 1 - | #define HAVE_RAW_DECL_WMEMCPY 1 - | #define HAVE_RAW_DECL_WMEMMOVE 1 - | #define HAVE_RAW_DECL_WMEMSET 1 - | #define HAVE_RAW_DECL_WCSLEN 1 - | #define HAVE_RAW_DECL_WCSNLEN 1 - | #define HAVE_RAW_DECL_WCSCPY 1 - | #define HAVE_RAW_DECL_WCPCPY 1 - | #define HAVE_RAW_DECL_WCSNCPY 1 - | #define HAVE_RAW_DECL_WCPNCPY 1 - | #define HAVE_RAW_DECL_WCSCAT 1 - | #define HAVE_RAW_DECL_WCSNCAT 1 - | #define HAVE_RAW_DECL_WCSCMP 1 - | #define HAVE_RAW_DECL_WCSNCMP 1 - | #define HAVE_RAW_DECL_WCSCASECMP 1 - | #define HAVE_RAW_DECL_WCSNCASECMP 1 - | #define HAVE_RAW_DECL_WCSCOLL 1 - | #define HAVE_RAW_DECL_WCSXFRM 1 - | #define HAVE_RAW_DECL_WCSDUP 1 - | #define HAVE_RAW_DECL_WCSCHR 1 - | #define HAVE_RAW_DECL_WCSRCHR 1 - | #define HAVE_RAW_DECL_WCSCSPN 1 - | #define HAVE_RAW_DECL_WCSSPN 1 - | #define HAVE_RAW_DECL_WCSPBRK 1 - | #define HAVE_RAW_DECL_WCSSTR 1 - | #define HAVE_RAW_DECL_WCSTOK 1 - | #define HAVE_RAW_DECL_WCSWIDTH 1 - | #define HAVE_RAW_DECL_WCSFTIME 1 - | #define HAVE_TOWLOWER 1 - | #define HAVE_RAW_DECL_WCTYPE 1 - | #define HAVE_RAW_DECL_ISWCTYPE 1 - | #define HAVE_RAW_DECL_WCTRANS 1 - | #define HAVE_RAW_DECL_TOWCTRANS 1 - | #define HAVE_DECL_WCWIDTH 1 - | #define GNULIB_TEST_WCWIDTH 1 - | #define STDC_HEADERS 1 - | #define HAVE_FCNTL_H 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_PWD_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_STROPTS_H 1 - | #define HAVE_TERMCAP_H 1 - | #define HAVE_TERMIO_H 1 - | #define HAVE_TERMIOS_H 1 - | #define HAVE_UNISTD_H 1 - | #define HAVE_SYS_FCNTL_H 1 - | #define HAVE_SYS_FILE_H 1 - | #define HAVE_SYS_IOCTL_H 1 - | #define HAVE_SYS_TIME_H 1 - | #define HAVE_SYS_WAIT_H 1 - | #define RETSIGTYPE void - | #define HAVE_DECL_MEMCHR 1 - | #define HAVE_DECL_STRCOLL 1 - | #define HAVE_DECL_STRERROR 1 - | #define HAVE_STRCOLL 1 - | #define HAVE_VPRINTF 1 - | #define HAVE_BZERO 1 - | #define HAVE_GETCWD 1 - | #define HAVE_MEMSET 1 - | #define HAVE_SETLOCALE 1 - | #define HAVE_SETVBUF 1 - | #define HAVE_SIGACTION 1 - | #define HAVE_SIGPROCMASK 1 - | #define HAVE_SIGSETMASK 1 - | #define HAVE_STRCHR 1 - | #define HAVE_POSIX_OPENPT 1 - | #define HAVE_MEMCPY 1 - | #define HAVE_MEMMOVE 1 - | #define HAVE_STRDUP 1 - | #define HAVE_STRERROR 1 - | /* end confdefs.h. */ - | - | int - | main () - | { - | #ifdef HAVE_NCURSES_TERMCAP_H - | #include - | #else - | #ifdef HAVE_TERMCAP_H - | #include - | #else - | #undef PC - | char *BC; - | char **UP; - | char PC; - | short ospeed; - | #endif - | #endif - | /* Make sure all variables actually exist. AIX 4.3 has ospeed but no BC. - | --Andreas Ley 24 Aug 2000. */ - | BC++; - | UP++; - | PC++; - | return ospeed != 0; - | - | ; - | return 0; - | } - configure:23386: result: - configure:23408: checking ncurses/termcap.h usability - configure:23408: gcc -std=gnu99 -c -g -O2 conftest.c >&5 - configure:23408: $? = 0 - configure:23408: result: yes - configure:23408: checking ncurses/termcap.h presence - configure:23408: gcc -E conftest.c - configure:23408: $? = 0 - configure:23408: result: yes - configure:23408: checking for ncurses/termcap.h - configure:23408: result: yes - configure:23485: checking for a sed that does not truncate output - configure:23549: result: /usr/bin/sed - configure:23555: checking whether NLS is requested - configure:23564: result: yes - configure:23604: checking for msgfmt - configure: trying /usr/local/bin/msgfmt... - 0 translated messages. - configure:23636: result: /usr/local/bin/msgfmt - configure:23645: checking for gmsgfmt - configure:23676: result: /usr/local/bin/msgfmt - configure:23726: checking for xgettext - configure: trying /usr/local/bin/xgettext... - /usr/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C - configure:23758: result: /usr/local/bin/xgettext - configure:23803: checking for msgmerge - configure: trying /usr/local/bin/msgmerge... - configure:23834: result: /usr/local/bin/msgmerge - configure:23911: checking for GNU gettext in libc - configure:23940: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 - configure:23940: $? = 0 - configure:23949: result: yes - configure:24796: checking whether to use NLS - configure:24798: result: yes - configure:24801: checking where the gettext function comes from - configure:24812: result: libc - configure:24985: === configuring in tp/Texinfo/Convert/XSParagraph (/home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph) - configure:25048: running /bin/sh ./configure --disable-option-checking '--prefix=NONE' --cache-file=/dev/null --srcdir=. - configure:25063: checking whether we can build Perl extension (XS) modules - configure:25065: result: - configure:25077: checking whether we can build Perl extension (XS) modules - configure:25079: result: yes - configure:25110: checking for prove - configure:25126: found /usr/bin/prove - configure:25137: result: prove - configure:25171: checking parser tests requirements - configure:25173: result: yes - configure:25204: checking Perl Texinfo API texinfo documentation build requirements - configure:25206: result: yes - configure:25239: checking Pod::Simple::Texinfo tests requirements - configure:25241: result: yes - configure:25378: checking that generated files are newer than configure - configure:25384: result: done - configure:25628: creating ./config.status - - ## ---------------------- ## - ## Running config.status. ## - ## ---------------------- ## - - This file was extended by GNU Texinfo config.status 6.4, which was - generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - - on darkstar - - config.status:1992: creating install-info/tests/defs - config.status:1992: creating Makefile - config.status:1992: creating doc/Makefile - config.status:1992: creating doc/tp_api/Makefile - config.status:1992: creating gnulib/lib/Makefile - config.status:1992: creating info/Makefile - config.status:1992: creating install-info/Makefile - config.status:1992: creating install-info/tests/Makefile - config.status:1992: creating man/Makefile - config.status:1992: creating po/Makefile.in - config.status:1992: creating po_document/Makefile.in - config.status:1992: creating util/Makefile - config.status:1992: creating texindex/Makefile - config.status:1992: creating tp/Makefile - config.status:1992: creating tp/Texinfo/ModulePath.pm - config.status:1992: creating tp/tests/Makefile - config.status:1992: creating tp/tests/many_input_files/Makefile - config.status:1992: creating tp/tests/sectioning/Makefile - config.status:1992: creating tp/tests/coverage/Makefile - config.status:1992: creating tp/tests/formatting/Makefile - config.status:1992: creating tp/tests/indices/Makefile - config.status:1992: creating tp/tests/contents/Makefile - config.status:1992: creating tp/tests/htmlxref/Makefile - config.status:1992: creating tp/tests/htmlxref-only_mono/Makefile - config.status:1992: creating tp/tests/htmlxref-only_split/Makefile - config.status:1992: creating tp/tests/nested_formats/Makefile - config.status:1992: creating tp/tests/layout/Makefile - config.status:1992: creating tp/tests/tex_html/Makefile - config.status:1992: creating tp/defs - config.status:1992: creating Pod-Simple-Texinfo/Makefile - config.status:1992: creating config.h - config.status:2221: executing depfiles commands - config.status:2221: executing po-directories commands - configure:27163: === configuring in tp/Texinfo/MiscXS (/home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS) - configure:27226: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. - - ## ---------------- ## - ## Cache variables. ## - ## ---------------- ## - - ac_cv_build=i686-pc-linux-gnu - ac_cv_c_compiler_gnu=yes - ac_cv_c_const=yes - ac_cv_c_inline=inline - ac_cv_c_restrict=__restrict - ac_cv_env_CC_set= - ac_cv_env_CC_value= - ac_cv_env_CFLAGS_set= - ac_cv_env_CFLAGS_value= - ac_cv_env_CPPFLAGS_set= - ac_cv_env_CPPFLAGS_value= - ac_cv_env_CPP_set= - ac_cv_env_CPP_value= - ac_cv_env_LDFLAGS_set= - ac_cv_env_LDFLAGS_value= - ac_cv_env_LIBS_set= - ac_cv_env_LIBS_value= - ac_cv_env_PERL_EXT_CC_set= - ac_cv_env_PERL_EXT_CC_value= - ac_cv_env_PERL_EXT_CFLAGS_set= - ac_cv_env_PERL_EXT_CFLAGS_value= - ac_cv_env_PERL_EXT_CPPFLAGS_set= - ac_cv_env_PERL_EXT_CPPFLAGS_value= - ac_cv_env_PERL_EXT_LDFLAGS_set= - ac_cv_env_PERL_EXT_LDFLAGS_value= - ac_cv_env_PERL_set= - ac_cv_env_PERL_value= - ac_cv_env_build_alias_set= - ac_cv_env_build_alias_value= - ac_cv_env_host_alias_set= - ac_cv_env_host_alias_value= - ac_cv_env_target_alias_set= - ac_cv_env_target_alias_value= - ac_cv_func__doprnt=no - ac_cv_func__set_invalid_parameter_handler=no - ac_cv_func_alloca_works=yes - ac_cv_func_argz_replace=yes - ac_cv_func_btowc=yes - ac_cv_func_bzero=yes - ac_cv_func_getcwd=yes - ac_cv_func_getexecname=no - ac_cv_func_getopt_long_only=yes - ac_cv_func_getprogname=no - ac_cv_func_isascii=yes - ac_cv_func_isblank=yes - ac_cv_func_iswblank=yes - ac_cv_func_iswcntrl=yes - ac_cv_func_iswctype=yes - ac_cv_func_malloc_0_nonnull=yes - ac_cv_func_mbrtowc=yes - ac_cv_func_mbsinit=yes - ac_cv_func_mbslen=no - ac_cv_func_memcpy=yes - ac_cv_func_memmove=yes - ac_cv_func_memrchr=yes - ac_cv_func_memset=yes - ac_cv_func_mmap=yes - ac_cv_func_mprotect=yes - ac_cv_func_nl_langinfo=yes - ac_cv_func_posix_openpt=yes - ac_cv_func_setlocale=yes - ac_cv_func_setvbuf=yes - ac_cv_func_sigaction=yes - ac_cv_func_sigblock=yes - ac_cv_func_sigprocmask=yes - ac_cv_func_sigsetmask=yes - ac_cv_func_snprintf=yes - ac_cv_func_strcasecmp=yes - ac_cv_func_strcasestr=yes - ac_cv_func_strchr=yes - ac_cv_func_strcoll_works=yes - ac_cv_func_strdup=yes - ac_cv_func_strerror=yes - ac_cv_func_strerror_r=yes - ac_cv_func_strerror_r_char_p=yes - ac_cv_func_strncasecmp=yes - ac_cv_func_strndup=yes - ac_cv_func_strnlen=yes - ac_cv_func_strnlen_working=yes - ac_cv_func_symlink=yes - ac_cv_func_towlower=yes - ac_cv_func_vasnprintf=no - ac_cv_func_vasprintf=yes - ac_cv_func_vprintf=yes - ac_cv_func_wcrtomb=yes - ac_cv_func_wcslen=yes - ac_cv_func_wcsnlen=yes - ac_cv_func_wcwidth=yes - ac_cv_gnu_library_2_1=yes - ac_cv_have_decl__Exit=yes - ac_cv_have_decl___argv=no - ac_cv_have_decl__snprintf=no - ac_cv_have_decl_alarm=yes - ac_cv_have_decl_atoll=yes - ac_cv_have_decl_btowc=yes - ac_cv_have_decl_canonicalize_file_name=yes - ac_cv_have_decl_chdir=yes - ac_cv_have_decl_chown=yes - ac_cv_have_decl_dprintf=yes - ac_cv_have_decl_dup2=yes - ac_cv_have_decl_dup3=yes - ac_cv_have_decl_dup=yes - ac_cv_have_decl_endusershell=yes - ac_cv_have_decl_environ=yes - ac_cv_have_decl_euidaccess=yes - ac_cv_have_decl_faccessat=yes - ac_cv_have_decl_fchdir=yes - ac_cv_have_decl_fchownat=yes - ac_cv_have_decl_fdatasync=yes - ac_cv_have_decl_ffs=yes - ac_cv_have_decl_ffsl=yes - ac_cv_have_decl_ffsll=yes - ac_cv_have_decl_fseeko=yes - ac_cv_have_decl_fsync=yes - ac_cv_have_decl_ftello=yes - ac_cv_have_decl_ftruncate=yes - ac_cv_have_decl_getc_unlocked=yes - ac_cv_have_decl_getcwd=yes - ac_cv_have_decl_getdelim=yes - ac_cv_have_decl_getdomainname=yes - ac_cv_have_decl_getdtablesize=yes - ac_cv_have_decl_getgroups=yes - ac_cv_have_decl_gethostname=yes - ac_cv_have_decl_getline=yes - ac_cv_have_decl_getloadavg=yes - ac_cv_have_decl_getlogin=yes - ac_cv_have_decl_getlogin_r=yes - ac_cv_have_decl_getpagesize=yes - ac_cv_have_decl_getsubopt=yes - ac_cv_have_decl_getusershell=yes - ac_cv_have_decl_grantpt=yes - ac_cv_have_decl_group_member=yes - ac_cv_have_decl_initstate=yes - ac_cv_have_decl_initstate_r=yes - ac_cv_have_decl_isatty=yes - ac_cv_have_decl_iswblank=yes - ac_cv_have_decl_iswctype=yes - ac_cv_have_decl_lchown=yes - ac_cv_have_decl_link=yes - ac_cv_have_decl_linkat=yes - ac_cv_have_decl_lseek=yes - ac_cv_have_decl_mbrlen=yes - ac_cv_have_decl_mbrtowc=yes - ac_cv_have_decl_mbsinit=yes - ac_cv_have_decl_mbsnrtowcs=yes - ac_cv_have_decl_mbsrtowcs=yes - ac_cv_have_decl_mbswidth=no - ac_cv_have_decl_memchr=yes - ac_cv_have_decl_memmem=yes - ac_cv_have_decl_mempcpy=yes - ac_cv_have_decl_memrchr=yes - ac_cv_have_decl_mkdtemp=yes - ac_cv_have_decl_mkostemp=yes - ac_cv_have_decl_mkostemps=yes - ac_cv_have_decl_mkstemp=yes - ac_cv_have_decl_mkstemps=yes - ac_cv_have_decl_pclose=yes - ac_cv_have_decl_pipe2=yes - ac_cv_have_decl_pipe=yes - ac_cv_have_decl_popen=yes - ac_cv_have_decl_posix_openpt=yes - ac_cv_have_decl_pread=yes - ac_cv_have_decl_program_invocation_name=yes - ac_cv_have_decl_program_invocation_short_name=yes - ac_cv_have_decl_ptsname=yes - ac_cv_have_decl_ptsname_r=yes - ac_cv_have_decl_pwrite=yes - ac_cv_have_decl_qsort_r=yes - ac_cv_have_decl_random=yes - ac_cv_have_decl_random_r=yes - ac_cv_have_decl_rawmemchr=yes - ac_cv_have_decl_readlink=yes - ac_cv_have_decl_readlinkat=yes - ac_cv_have_decl_realpath=yes - ac_cv_have_decl_renameat=yes - ac_cv_have_decl_rmdir=yes - ac_cv_have_decl_rpmatch=yes - ac_cv_have_decl_secure_getenv=yes - ac_cv_have_decl_setenv=yes - ac_cv_have_decl_sethostname=yes - ac_cv_have_decl_setstate=yes - ac_cv_have_decl_setstate_r=yes - ac_cv_have_decl_setusershell=yes - ac_cv_have_decl_sleep=yes - ac_cv_have_decl_snprintf=yes - ac_cv_have_decl_srandom=yes - ac_cv_have_decl_srandom_r=yes - ac_cv_have_decl_stpcpy=yes - ac_cv_have_decl_stpncpy=yes - ac_cv_have_decl_strcasecmp=yes - ac_cv_have_decl_strcasestr=yes - ac_cv_have_decl_strchrnul=yes - ac_cv_have_decl_strcoll=yes - ac_cv_have_decl_strdup=yes - ac_cv_have_decl_strerror=yes - ac_cv_have_decl_strerror_r=yes - ac_cv_have_decl_strncasecmp=yes - ac_cv_have_decl_strncat=yes - ac_cv_have_decl_strndup=yes - ac_cv_have_decl_strnlen=yes - ac_cv_have_decl_strpbrk=yes - ac_cv_have_decl_strsep=yes - ac_cv_have_decl_strsignal=yes - ac_cv_have_decl_strtod=yes - ac_cv_have_decl_strtok_r=yes - ac_cv_have_decl_strtoll=yes - ac_cv_have_decl_strtoull=yes - ac_cv_have_decl_strverscmp=yes - ac_cv_have_decl_symlink=yes - ac_cv_have_decl_symlinkat=yes - ac_cv_have_decl_tmpfile=yes - ac_cv_have_decl_towctrans=yes - ac_cv_have_decl_truncate=yes - ac_cv_have_decl_ttyname_r=yes - ac_cv_have_decl_unlink=yes - ac_cv_have_decl_unlinkat=yes - ac_cv_have_decl_unlockpt=yes - ac_cv_have_decl_unsetenv=yes - ac_cv_have_decl_usleep=yes - ac_cv_have_decl_vdprintf=yes - ac_cv_have_decl_vsnprintf=yes - ac_cv_have_decl_wcpcpy=yes - ac_cv_have_decl_wcpncpy=yes - ac_cv_have_decl_wcrtomb=yes - ac_cv_have_decl_wcscasecmp=yes - ac_cv_have_decl_wcscat=yes - ac_cv_have_decl_wcschr=yes - ac_cv_have_decl_wcscmp=yes - ac_cv_have_decl_wcscoll=yes - ac_cv_have_decl_wcscpy=yes - ac_cv_have_decl_wcscspn=yes - ac_cv_have_decl_wcsdup=yes - ac_cv_have_decl_wcsftime=yes - ac_cv_have_decl_wcslen=yes - ac_cv_have_decl_wcsncasecmp=yes - ac_cv_have_decl_wcsncat=yes - ac_cv_have_decl_wcsncmp=yes - ac_cv_have_decl_wcsncpy=yes - ac_cv_have_decl_wcsnlen=yes - ac_cv_have_decl_wcsnrtombs=yes - ac_cv_have_decl_wcspbrk=yes - ac_cv_have_decl_wcsrchr=yes - ac_cv_have_decl_wcsrtombs=yes - ac_cv_have_decl_wcsspn=yes - ac_cv_have_decl_wcsstr=yes - ac_cv_have_decl_wcstok=yes - ac_cv_have_decl_wcswidth=yes - ac_cv_have_decl_wcsxfrm=yes - ac_cv_have_decl_wctob=yes - ac_cv_have_decl_wctrans=yes - ac_cv_have_decl_wctype=yes - ac_cv_have_decl_wcwidth=yes - ac_cv_have_decl_wmemchr=yes - ac_cv_have_decl_wmemcmp=yes - ac_cv_have_decl_wmemcpy=yes - ac_cv_have_decl_wmemmove=yes - ac_cv_have_decl_wmemset=yes - ac_cv_header_argz_h=yes - ac_cv_header_crtdefs_h=no - ac_cv_header_fcntl_h=yes - ac_cv_header_features_h=yes - ac_cv_header_getopt_h=yes - ac_cv_header_inttypes_h=yes - ac_cv_header_io_h=no - ac_cv_header_langinfo_h=yes - ac_cv_header_limits_h=yes - ac_cv_header_malloc_h=yes - ac_cv_header_memory_h=yes - ac_cv_header_minix_config_h=no - ac_cv_header_ncurses_termcap_h=yes - ac_cv_header_pthread_h=yes - ac_cv_header_pwd_h=yes - ac_cv_header_stat_broken=no - ac_cv_header_stdbool_h=yes - ac_cv_header_stdc=yes - ac_cv_header_stdint_h=yes - ac_cv_header_stdlib_h=yes - ac_cv_header_string_h=yes - ac_cv_header_strings_h=yes - ac_cv_header_stropts_h=yes - ac_cv_header_sys_cdefs_h=yes - ac_cv_header_sys_fcntl_h=yes - ac_cv_header_sys_file_h=yes - ac_cv_header_sys_ioctl_h=yes - ac_cv_header_sys_mman_h=yes - ac_cv_header_sys_ptem_h=no - ac_cv_header_sys_socket_h=yes - ac_cv_header_sys_stat_h=yes - ac_cv_header_sys_stream_h=no - ac_cv_header_sys_time_h=yes - ac_cv_header_sys_ttold_h=no - ac_cv_header_sys_types_h=yes - ac_cv_header_sys_wait_h=yes - ac_cv_header_termcap_h=yes - ac_cv_header_termio_h=yes - ac_cv_header_termios_h=yes - ac_cv_header_unistd_h=yes - ac_cv_header_wchar_h=yes - ac_cv_header_wctype_h=yes - ac_cv_header_xlocale_h=yes - ac_cv_host=i686-pc-linux-gnu - ac_cv_lib_error_at_line=yes - ac_cv_lib_ncurses___tgetent=yes - ac_cv_lib_tinfo___tgetent=no - ac_cv_objext=o - ac_cv_path_EGREP='/usr/bin/grep -E' - ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt - ac_cv_path_GREP=/usr/bin/grep - ac_cv_path_MSGFMT=/usr/local/bin/msgfmt - ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge - ac_cv_path_PERL=/usr/bin/perl - ac_cv_path_SED=/usr/bin/sed - ac_cv_path_XGETTEXT=/usr/local/bin/xgettext - ac_cv_path_install='/usr/bin/ginstall -c' - ac_cv_path_mkdir=/usr/bin/mkdir - ac_cv_prog_AWK=gawk - ac_cv_prog_CPP='gcc -E' - ac_cv_prog_PROVE=prove - ac_cv_prog_ac_ct_AR=ar - ac_cv_prog_ac_ct_CC=gcc - ac_cv_prog_ac_ct_RANLIB=ranlib - ac_cv_prog_cc_c89= - ac_cv_prog_cc_c99=-std=gnu99 - ac_cv_prog_cc_g=yes - ac_cv_prog_cc_stdc=-std=gnu99 - ac_cv_prog_make_make_set=yes - ac_cv_safe_to_define___extensions__=yes - ac_cv_should_define__xopen_source=no - ac_cv_struct_tm=time.h - ac_cv_sys_posix_termios=yes - ac_cv_type__Bool=yes - ac_cv_type_error_t=yes - ac_cv_type_long_long_int=yes - ac_cv_type_max_align_t=no - ac_cv_type_mbstate_t=yes - ac_cv_type_mode_t=yes - ac_cv_type_off_t=yes - ac_cv_type_pid_t=yes - ac_cv_type_signal=void - ac_cv_type_size_t=yes - ac_cv_type_unsigned_long_long_int=yes - ac_cv_working_alloca_h=yes - acl_cv_hardcode_direct=no - acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' - acl_cv_hardcode_libdir_separator= - acl_cv_hardcode_minus_L=no - acl_cv_libdirstems=lib,lib - acl_cv_libext=a - acl_cv_libname_spec='lib$name' - acl_cv_library_names_spec='$libname$shrext' - acl_cv_path_LD=/usr/i486-slackware-linux/bin/ld - acl_cv_prog_gnu_ld=yes - acl_cv_rpath=done - acl_cv_shlibext=so - acl_cv_wl=-Wl, - am_cv_CC_dependencies_compiler_type=gcc3 - am_cv_func_iconv=yes - am_cv_func_iconv_works=yes - am_cv_langinfo_codeset=yes - am_cv_lib_iconv=no - am_cv_make_support_nested_variables=yes - am_cv_prog_cc_c_o=yes - am_cv_prog_tar_ustar=gnutar - am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' - am_cv_proto_iconv_arg1= - gl_cv_C_locale_sans_EILSEQ=no - gl_cv_c_amsterdam_compiler=no - gl_cv_c_multiarch=no - gl_cv_cc_double_expbit0='word 1 bit 20' - gl_cv_decl_null_works=yes - gl_cv_double_slash_root=no - gl_cv_func_getopt_gnu=yes - gl_cv_func_getopt_long_gnu=yes - gl_cv_func_getopt_posix=yes - gl_cv_func_iswcntrl_works=yes - gl_cv_func_itold_works=yes - gl_cv_func_malloc_0_nonnull=1 - gl_cv_func_malloc_posix=yes - gl_cv_func_mbrtowc_empty_input=no - gl_cv_func_mbrtowc_incomplete_state=yes - gl_cv_func_mbrtowc_nul_retval=yes - gl_cv_func_mbrtowc_null_arg1=yes - gl_cv_func_mbrtowc_null_arg2=yes - gl_cv_func_mbrtowc_retval=yes - gl_cv_func_mbrtowc_sanitycheck=yes - gl_cv_func_memchr_works=yes - gl_cv_func_printf_attribute_flavor=system - gl_cv_func_re_compile_pattern_working=yes - gl_cv_func_snprintf_retval_c99=yes - gl_cv_func_strcasestr_linear=yes - gl_cv_func_strcasestr_works_always=yes - gl_cv_func_strerror_0_works=yes - gl_cv_func_strstr_works_always=yes - gl_cv_func_va_copy=yes - gl_cv_func_wcwidth_works=yes - gl_cv_func_working_strerror=yes - gl_cv_have_include_next=yes - gl_cv_have_raw_decl__Exit=yes - gl_cv_have_raw_decl_atoll=yes - gl_cv_have_raw_decl_btowc=yes - gl_cv_have_raw_decl_canonicalize_file_name=yes - gl_cv_have_raw_decl_chdir=yes - gl_cv_have_raw_decl_chown=yes - gl_cv_have_raw_decl_dprintf=yes - gl_cv_have_raw_decl_dup2=yes - gl_cv_have_raw_decl_dup3=yes - gl_cv_have_raw_decl_dup=yes - gl_cv_have_raw_decl_endusershell=yes - gl_cv_have_raw_decl_environ=yes - gl_cv_have_raw_decl_euidaccess=yes - gl_cv_have_raw_decl_faccessat=yes - gl_cv_have_raw_decl_fchdir=yes - gl_cv_have_raw_decl_fchownat=yes - gl_cv_have_raw_decl_fdatasync=yes - gl_cv_have_raw_decl_ffs=yes - gl_cv_have_raw_decl_ffsl=yes - gl_cv_have_raw_decl_ffsll=yes - gl_cv_have_raw_decl_fpurge=no - gl_cv_have_raw_decl_fseeko=yes - gl_cv_have_raw_decl_fsync=yes - gl_cv_have_raw_decl_ftello=yes - gl_cv_have_raw_decl_ftruncate=yes - gl_cv_have_raw_decl_getcwd=yes - gl_cv_have_raw_decl_getdelim=yes - gl_cv_have_raw_decl_getdomainname=yes - gl_cv_have_raw_decl_getdtablesize=yes - gl_cv_have_raw_decl_getgroups=yes - gl_cv_have_raw_decl_gethostname=yes - gl_cv_have_raw_decl_getline=yes - gl_cv_have_raw_decl_getloadavg=yes - gl_cv_have_raw_decl_getlogin=yes - gl_cv_have_raw_decl_getlogin_r=yes - gl_cv_have_raw_decl_getpagesize=yes - gl_cv_have_raw_decl_gets=no - gl_cv_have_raw_decl_getsubopt=yes - gl_cv_have_raw_decl_getusershell=yes - gl_cv_have_raw_decl_grantpt=yes - gl_cv_have_raw_decl_group_member=yes - gl_cv_have_raw_decl_initstate=yes - gl_cv_have_raw_decl_initstate_r=yes - gl_cv_have_raw_decl_isatty=yes - gl_cv_have_raw_decl_iswctype=yes - gl_cv_have_raw_decl_lchown=yes - gl_cv_have_raw_decl_link=yes - gl_cv_have_raw_decl_linkat=yes - gl_cv_have_raw_decl_lseek=yes - gl_cv_have_raw_decl_mbrlen=yes - gl_cv_have_raw_decl_mbrtowc=yes - gl_cv_have_raw_decl_mbsinit=yes - gl_cv_have_raw_decl_mbsnrtowcs=yes - gl_cv_have_raw_decl_mbsrtowcs=yes - gl_cv_have_raw_decl_memmem=yes - gl_cv_have_raw_decl_mempcpy=yes - gl_cv_have_raw_decl_memrchr=yes - gl_cv_have_raw_decl_mkdtemp=yes - gl_cv_have_raw_decl_mkostemp=yes - gl_cv_have_raw_decl_mkostemps=yes - gl_cv_have_raw_decl_mkstemp=yes - gl_cv_have_raw_decl_mkstemps=yes - gl_cv_have_raw_decl_pclose=yes - gl_cv_have_raw_decl_pipe2=yes - gl_cv_have_raw_decl_pipe=yes - gl_cv_have_raw_decl_popen=yes - gl_cv_have_raw_decl_posix_openpt=yes - gl_cv_have_raw_decl_pread=yes - gl_cv_have_raw_decl_ptsname=yes - gl_cv_have_raw_decl_ptsname_r=yes - gl_cv_have_raw_decl_pwrite=yes - gl_cv_have_raw_decl_qsort_r=yes - gl_cv_have_raw_decl_random=yes - gl_cv_have_raw_decl_random_r=yes - gl_cv_have_raw_decl_rawmemchr=yes - gl_cv_have_raw_decl_readlink=yes - gl_cv_have_raw_decl_readlinkat=yes - gl_cv_have_raw_decl_realpath=yes - gl_cv_have_raw_decl_renameat=yes - gl_cv_have_raw_decl_rmdir=yes - gl_cv_have_raw_decl_rpmatch=yes - gl_cv_have_raw_decl_secure_getenv=yes - gl_cv_have_raw_decl_setenv=yes - gl_cv_have_raw_decl_sethostname=yes - gl_cv_have_raw_decl_setstate=yes - gl_cv_have_raw_decl_setstate_r=yes - gl_cv_have_raw_decl_setusershell=yes - gl_cv_have_raw_decl_sleep=yes - gl_cv_have_raw_decl_snprintf=yes - gl_cv_have_raw_decl_srandom=yes - gl_cv_have_raw_decl_srandom_r=yes - gl_cv_have_raw_decl_stpcpy=yes - gl_cv_have_raw_decl_stpncpy=yes - gl_cv_have_raw_decl_strcasecmp=yes - gl_cv_have_raw_decl_strcasestr=yes - gl_cv_have_raw_decl_strchrnul=yes - gl_cv_have_raw_decl_strdup=yes - gl_cv_have_raw_decl_strerror_r=yes - gl_cv_have_raw_decl_strncasecmp=yes - gl_cv_have_raw_decl_strncat=yes - gl_cv_have_raw_decl_strndup=yes - gl_cv_have_raw_decl_strnlen=yes - gl_cv_have_raw_decl_strpbrk=yes - gl_cv_have_raw_decl_strsep=yes - gl_cv_have_raw_decl_strsignal=yes - gl_cv_have_raw_decl_strtod=yes - gl_cv_have_raw_decl_strtok_r=yes - gl_cv_have_raw_decl_strtoll=yes - gl_cv_have_raw_decl_strtoull=yes - gl_cv_have_raw_decl_strverscmp=yes - gl_cv_have_raw_decl_symlink=yes - gl_cv_have_raw_decl_symlinkat=yes - gl_cv_have_raw_decl_tmpfile=yes - gl_cv_have_raw_decl_towctrans=yes - gl_cv_have_raw_decl_truncate=yes - gl_cv_have_raw_decl_ttyname_r=yes - gl_cv_have_raw_decl_unlink=yes - gl_cv_have_raw_decl_unlinkat=yes - gl_cv_have_raw_decl_unlockpt=yes - gl_cv_have_raw_decl_unsetenv=yes - gl_cv_have_raw_decl_usleep=yes - gl_cv_have_raw_decl_vdprintf=yes - gl_cv_have_raw_decl_vsnprintf=yes - gl_cv_have_raw_decl_wcpcpy=yes - gl_cv_have_raw_decl_wcpncpy=yes - gl_cv_have_raw_decl_wcrtomb=yes - gl_cv_have_raw_decl_wcscasecmp=yes - gl_cv_have_raw_decl_wcscat=yes - gl_cv_have_raw_decl_wcschr=yes - gl_cv_have_raw_decl_wcscmp=yes - gl_cv_have_raw_decl_wcscoll=yes - gl_cv_have_raw_decl_wcscpy=yes - gl_cv_have_raw_decl_wcscspn=yes - gl_cv_have_raw_decl_wcsdup=yes - gl_cv_have_raw_decl_wcsftime=yes - gl_cv_have_raw_decl_wcslen=yes - gl_cv_have_raw_decl_wcsncasecmp=yes - gl_cv_have_raw_decl_wcsncat=yes - gl_cv_have_raw_decl_wcsncmp=yes - gl_cv_have_raw_decl_wcsncpy=yes - gl_cv_have_raw_decl_wcsnlen=yes - gl_cv_have_raw_decl_wcsnrtombs=yes - gl_cv_have_raw_decl_wcspbrk=yes - gl_cv_have_raw_decl_wcsrchr=yes - gl_cv_have_raw_decl_wcsrtombs=yes - gl_cv_have_raw_decl_wcsspn=yes - gl_cv_have_raw_decl_wcsstr=yes - gl_cv_have_raw_decl_wcstok=yes - gl_cv_have_raw_decl_wcswidth=yes - gl_cv_have_raw_decl_wcsxfrm=yes - gl_cv_have_raw_decl_wctob=yes - gl_cv_have_raw_decl_wctrans=yes - gl_cv_have_raw_decl_wctype=yes - gl_cv_have_raw_decl_wcwidth=yes - gl_cv_have_raw_decl_wmemchr=yes - gl_cv_have_raw_decl_wmemcmp=yes - gl_cv_have_raw_decl_wmemcpy=yes - gl_cv_have_raw_decl_wmemmove=yes - gl_cv_have_raw_decl_wmemset=yes - gl_cv_have_weak=yes - gl_cv_header_errno_h_complete=yes - gl_cv_header_inttypes_h=yes - gl_cv_header_limits_width=no - gl_cv_header_stdint_h=yes - gl_cv_header_stdint_predates_cxx11_h=no - gl_cv_header_stdint_width=no - gl_cv_header_wchar_h_correct_inline=yes - gl_cv_header_working_fcntl_h=yes - gl_cv_header_working_stdint_h=yes - gl_cv_next_getopt_h='' - gl_cv_next_limits_h='' - gl_cv_next_stddef_h='' - gl_cv_next_stdint_h='' - gl_cv_next_stdio_h='' - gl_cv_next_stdlib_h='' - gl_cv_next_string_h='' - gl_cv_next_strings_h='' - gl_cv_next_sys_types_h='' - gl_cv_next_unistd_h='' - gl_cv_next_wchar_h='' - gl_cv_next_wctype_h='' - gl_cv_pragma_columns=no - gl_cv_rpl_alloca=yes - gl_cv_type_wctrans_t=yes - gl_cv_type_wctype_t=yes - gl_cv_type_wint_t_too_small=no - gt_cv_c_intmax_t=yes - gt_cv_c_wchar_t=yes - gt_cv_c_wint_t=yes - gt_cv_func_gnugettext1_libc=yes - gt_cv_locale_fr=fr_FR - gt_cv_locale_fr_utf8=fr_FR.UTF-8 - gt_cv_locale_ja=ja_JP - gt_cv_locale_zh_CN=zh_CN.GB18030 - gt_cv_ssize_t=yes - lt_cv_sys_argz_works=yes - - ## ----------------- ## - ## Output variables. ## - ## ----------------- ## - - ACLOCAL='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15' - ALLOCA='' - ALLOCA_H='alloca.h' - AMDEPBACKSLASH='\' - AMDEP_FALSE='#' - AMDEP_TRUE='' - AMTAR='$${TAR-tar}' - AM_BACKSLASH='\' - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' - AM_DEFAULT_VERBOSITY='1' - AM_V='$(V)' - APPLE_UNIVERSAL_BUILD='0' - AR='ar' - ARFLAGS='cr' - ARGZ_H='' - AUTOCONF='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf' - AUTOHEADER='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader' - AUTOMAKE='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15' - AWK='gawk' - BITSIZEOF_PTRDIFF_T='' - BITSIZEOF_SIG_ATOMIC_T='' - BITSIZEOF_SIZE_T='' - BITSIZEOF_WCHAR_T='' - BITSIZEOF_WINT_T='' - BUILD_PERL_API_TEXI_FALSE='#' - BUILD_PERL_API_TEXI_TRUE='' - CC='gcc -std=gnu99' - CCDEPMODE='depmode=gcc3' - CFLAGS='-g -O2' - CPP='gcc -E' - CPPFLAGS='' - CYGPATH_W='echo' - DEFS='-DHAVE_CONFIG_H' - DEPDIR='.deps' - DIFF_A_OPTION='-a' - DIFF_U_OPTION='-u' - DISABLE_XS_FALSE='' - DISABLE_XS_TRUE='#' - ECHO_C='' - ECHO_N='-n' - ECHO_T='' - EGREP='/usr/bin/grep -E' - EMULTIHOP_HIDDEN='' - EMULTIHOP_VALUE='' - ENOLINK_HIDDEN='' - ENOLINK_VALUE='' - EOVERFLOW_HIDDEN='' - EOVERFLOW_VALUE='' - ERRNO_H='' - EXEEXT='' - FLOAT_H='' - GETOPT_CDEFS_H='' - GETOPT_H='' - GETTEXT_MACRO_VERSION='0.19' - GLIBC21='yes' - GL_COND_LIBTOOL_FALSE='' - GL_COND_LIBTOOL_TRUE='#' - GL_GENERATE_ALLOCA_H_FALSE='#' - GL_GENERATE_ALLOCA_H_TRUE='' - GL_GENERATE_ARGZ_H_FALSE='' - GL_GENERATE_ARGZ_H_TRUE='#' - GL_GENERATE_ERRNO_H_FALSE='' - GL_GENERATE_ERRNO_H_TRUE='#' - GL_GENERATE_FLOAT_H_FALSE='' - GL_GENERATE_FLOAT_H_TRUE='#' - GL_GENERATE_LIMITS_H_FALSE='#' - GL_GENERATE_LIMITS_H_TRUE='' - GL_GENERATE_STDARG_H_FALSE='' - GL_GENERATE_STDARG_H_TRUE='#' - GL_GENERATE_STDBOOL_H_FALSE='' - GL_GENERATE_STDBOOL_H_TRUE='#' - GL_GENERATE_STDDEF_H_FALSE='#' - GL_GENERATE_STDDEF_H_TRUE='' - GL_GENERATE_STDINT_H_FALSE='#' - GL_GENERATE_STDINT_H_TRUE='' - GMSGFMT='/usr/local/bin/msgfmt' - GMSGFMT_015='/usr/local/bin/msgfmt' - GNULIB_ATOLL='0' - GNULIB_BTOWC='0' - GNULIB_CALLOC_POSIX='0' - GNULIB_CANONICALIZE_FILE_NAME='0' - GNULIB_CHDIR='0' - GNULIB_CHOWN='0' - GNULIB_CLOSE='0' - GNULIB_DPRINTF='0' - GNULIB_DUP2='0' - GNULIB_DUP3='0' - GNULIB_DUP='0' - GNULIB_DUPLOCALE='0' - GNULIB_ENVIRON='0' - GNULIB_EUIDACCESS='0' - GNULIB_FACCESSAT='0' - GNULIB_FCHDIR='0' - GNULIB_FCHOWNAT='0' - GNULIB_FCLOSE='0' - GNULIB_FDATASYNC='0' - GNULIB_FDOPEN='0' - GNULIB_FFLUSH='0' - GNULIB_FFS='0' - GNULIB_FFSL='0' - GNULIB_FFSLL='0' - GNULIB_FGETC='1' - GNULIB_FGETS='1' - GNULIB_FOPEN='0' - GNULIB_FPRINTF='1' - GNULIB_FPRINTF_POSIX='0' - GNULIB_FPURGE='0' - GNULIB_FPUTC='1' - GNULIB_FPUTS='1' - GNULIB_FREAD='1' - GNULIB_FREOPEN='0' - GNULIB_FSCANF='1' - GNULIB_FSEEK='0' - GNULIB_FSEEKO='0' - GNULIB_FSYNC='0' - GNULIB_FTELL='0' - GNULIB_FTELLO='0' - GNULIB_FTRUNCATE='0' - GNULIB_FWRITE='1' - GNULIB_GETC='1' - GNULIB_GETCHAR='1' - GNULIB_GETCWD='0' - GNULIB_GETDELIM='0' - GNULIB_GETDOMAINNAME='0' - GNULIB_GETDTABLESIZE='0' - GNULIB_GETGROUPS='0' - GNULIB_GETHOSTNAME='0' - GNULIB_GETLINE='0' - GNULIB_GETLOADAVG='0' - GNULIB_GETLOGIN='0' - GNULIB_GETLOGIN_R='0' - GNULIB_GETPAGESIZE='0' - GNULIB_GETSUBOPT='0' - GNULIB_GETUSERSHELL='0' - GNULIB_GL_UNISTD_H_GETOPT='' - GNULIB_GRANTPT='0' - GNULIB_GROUP_MEMBER='0' - GNULIB_ISATTY='0' - GNULIB_ISWBLANK='1' - GNULIB_ISWCTYPE='0' - GNULIB_LCHOWN='0' - GNULIB_LINK='0' - GNULIB_LINKAT='0' - GNULIB_LOCALECONV='0' - GNULIB_LSEEK='0' - GNULIB_MALLOC_POSIX='1' - GNULIB_MBRLEN='0' - GNULIB_MBRTOWC='1' - GNULIB_MBSCASECMP='1' - GNULIB_MBSCASESTR='0' - GNULIB_MBSCHR='1' - GNULIB_MBSCSPN='0' - GNULIB_MBSINIT='1' - GNULIB_MBSLEN='1' - GNULIB_MBSNCASECMP='1' - GNULIB_MBSNLEN='0' - GNULIB_MBSNRTOWCS='0' - GNULIB_MBSPBRK='0' - GNULIB_MBSPCASECMP='0' - GNULIB_MBSRCHR='0' - GNULIB_MBSRTOWCS='0' - GNULIB_MBSSEP='0' - GNULIB_MBSSPN='0' - GNULIB_MBSSTR='1' - GNULIB_MBSTOK_R='0' - GNULIB_MBTOWC='0' - GNULIB_MEMCHR='1' - GNULIB_MEMMEM='0' - GNULIB_MEMPCPY='0' - GNULIB_MEMRCHR='1' - GNULIB_MKDTEMP='0' - GNULIB_MKOSTEMP='0' - GNULIB_MKOSTEMPS='0' - GNULIB_MKSTEMP='0' - GNULIB_MKSTEMPS='0' - GNULIB_NL_LANGINFO='0' - GNULIB_OBSTACK_PRINTF='0' - GNULIB_OBSTACK_PRINTF_POSIX='0' - GNULIB_OVERRIDES_WINT_T='0' - GNULIB_PCLOSE='0' - GNULIB_PERROR='0' - GNULIB_PIPE2='0' - GNULIB_PIPE='0' - GNULIB_POPEN='0' - GNULIB_POSIX_OPENPT='0' - GNULIB_PREAD='0' - GNULIB_PRINTF='1' - GNULIB_PRINTF_POSIX='0' - GNULIB_PTSNAME='0' - GNULIB_PTSNAME_R='0' - GNULIB_PUTC='1' - GNULIB_PUTCHAR='1' - GNULIB_PUTENV='0' - GNULIB_PUTS='1' - GNULIB_PWRITE='0' - GNULIB_QSORT_R='0' - GNULIB_RANDOM='0' - GNULIB_RANDOM_R='0' - GNULIB_RAWMEMCHR='0' - GNULIB_READ='0' - GNULIB_READLINK='0' - GNULIB_READLINKAT='0' - GNULIB_REALLOC_POSIX='0' - GNULIB_REALPATH='0' - GNULIB_REMOVE='0' - GNULIB_RENAME='0' - GNULIB_RENAMEAT='0' - GNULIB_RMDIR='0' - GNULIB_RPMATCH='0' - GNULIB_SCANF='1' - GNULIB_SECURE_GETENV='0' - GNULIB_SETENV='0' - GNULIB_SETHOSTNAME='0' - GNULIB_SETLOCALE='0' - GNULIB_SLEEP='0' - GNULIB_SNPRINTF='0' - GNULIB_SPRINTF_POSIX='0' - GNULIB_STDIO_H_NONBLOCKING='0' - GNULIB_STDIO_H_SIGPIPE='0' - GNULIB_STPCPY='0' - GNULIB_STPNCPY='0' - GNULIB_STRCASESTR='1' - GNULIB_STRCHRNUL='0' - GNULIB_STRDUP='1' - GNULIB_STRERROR='1' - GNULIB_STRERROR_R='0' - GNULIB_STRNCAT='0' - GNULIB_STRNDUP='0' - GNULIB_STRNLEN='1' - GNULIB_STRPBRK='0' - GNULIB_STRSEP='0' - GNULIB_STRSIGNAL='0' - GNULIB_STRSTR='0' - GNULIB_STRTOD='0' - GNULIB_STRTOK_R='0' - GNULIB_STRTOLL='0' - GNULIB_STRTOULL='0' - GNULIB_STRVERSCMP='0' - GNULIB_SYMLINK='0' - GNULIB_SYMLINKAT='0' - GNULIB_SYSTEM_POSIX='0' - GNULIB_TMPFILE='0' - GNULIB_TOWCTRANS='0' - GNULIB_TRUNCATE='0' - GNULIB_TTYNAME_R='0' - GNULIB_UNISTD_H_NONBLOCKING='0' - GNULIB_UNISTD_H_SIGPIPE='0' - GNULIB_UNLINK='0' - GNULIB_UNLINKAT='0' - GNULIB_UNLOCKPT='0' - GNULIB_UNSETENV='0' - GNULIB_USLEEP='0' - GNULIB_VASPRINTF='1' - GNULIB_VDPRINTF='0' - GNULIB_VFPRINTF='1' - GNULIB_VFPRINTF_POSIX='0' - GNULIB_VFSCANF='0' - GNULIB_VPRINTF='1' - GNULIB_VPRINTF_POSIX='0' - GNULIB_VSCANF='0' - GNULIB_VSNPRINTF='0' - GNULIB_VSPRINTF_POSIX='0' - GNULIB_WCPCPY='0' - GNULIB_WCPNCPY='0' - GNULIB_WCRTOMB='0' - GNULIB_WCSCASECMP='0' - GNULIB_WCSCAT='0' - GNULIB_WCSCHR='0' - GNULIB_WCSCMP='0' - GNULIB_WCSCOLL='0' - GNULIB_WCSCPY='0' - GNULIB_WCSCSPN='0' - GNULIB_WCSDUP='0' - GNULIB_WCSFTIME='0' - GNULIB_WCSLEN='0' - GNULIB_WCSNCASECMP='0' - GNULIB_WCSNCAT='0' - GNULIB_WCSNCMP='0' - GNULIB_WCSNCPY='0' - GNULIB_WCSNLEN='0' - GNULIB_WCSNRTOMBS='0' - GNULIB_WCSPBRK='0' - GNULIB_WCSRCHR='0' - GNULIB_WCSRTOMBS='0' - GNULIB_WCSSPN='0' - GNULIB_WCSSTR='0' - GNULIB_WCSTOK='0' - GNULIB_WCSWIDTH='0' - GNULIB_WCSXFRM='0' - GNULIB_WCTOB='0' - GNULIB_WCTOMB='0' - GNULIB_WCTRANS='0' - GNULIB_WCTYPE='0' - GNULIB_WCWIDTH='1' - GNULIB_WMEMCHR='0' - GNULIB_WMEMCMP='0' - GNULIB_WMEMCPY='0' - GNULIB_WMEMMOVE='0' - GNULIB_WMEMSET='0' - GNULIB_WRITE='0' - GNULIB__EXIT='0' - GREP='/usr/bin/grep' - HAVE_ATOLL='1' - HAVE_BTOWC='1' - HAVE_C99_STDINT_H='1' - HAVE_CANONICALIZE_FILE_NAME='1' - HAVE_CHOWN='1' - HAVE_CRTDEFS_H='0' - HAVE_DECL_ENVIRON='1' - HAVE_DECL_FCHDIR='1' - HAVE_DECL_FDATASYNC='1' - HAVE_DECL_FPURGE='1' - HAVE_DECL_FSEEKO='1' - HAVE_DECL_FTELLO='1' - HAVE_DECL_GETDELIM='1' - HAVE_DECL_GETDOMAINNAME='1' - HAVE_DECL_GETLINE='1' - HAVE_DECL_GETLOADAVG='1' - HAVE_DECL_GETLOGIN='1' - HAVE_DECL_GETLOGIN_R='1' - HAVE_DECL_GETPAGESIZE='1' - HAVE_DECL_GETUSERSHELL='1' - HAVE_DECL_MEMMEM='1' - HAVE_DECL_MEMRCHR='1' - HAVE_DECL_OBSTACK_PRINTF='1' - HAVE_DECL_SETENV='1' - HAVE_DECL_SETHOSTNAME='1' - HAVE_DECL_SNPRINTF='1' - HAVE_DECL_STRDUP='1' - HAVE_DECL_STRERROR_R='1' - HAVE_DECL_STRNCASECMP='1' - HAVE_DECL_STRNDUP='1' - HAVE_DECL_STRNLEN='1' - HAVE_DECL_STRSIGNAL='1' - HAVE_DECL_STRTOK_R='1' - HAVE_DECL_TTYNAME_R='1' - HAVE_DECL_UNSETENV='1' - HAVE_DECL_VSNPRINTF='1' - HAVE_DECL_WCTOB='1' - HAVE_DECL_WCWIDTH='1' - HAVE_DPRINTF='1' - HAVE_DUP2='1' - HAVE_DUP3='1' - HAVE_DUPLOCALE='1' - HAVE_EUIDACCESS='1' - HAVE_FACCESSAT='1' - HAVE_FCHDIR='1' - HAVE_FCHOWNAT='1' - HAVE_FDATASYNC='1' - HAVE_FEATURES_H='1' - HAVE_FFS='1' - HAVE_FFSL='1' - HAVE_FFSLL='1' - HAVE_FSEEKO='1' - HAVE_FSYNC='1' - HAVE_FTELLO='1' - HAVE_FTRUNCATE='1' - HAVE_GETDTABLESIZE='1' - HAVE_GETGROUPS='1' - HAVE_GETHOSTNAME='1' - HAVE_GETLOGIN='1' - HAVE_GETOPT_H='1' - HAVE_GETPAGESIZE='1' - HAVE_GETSUBOPT='1' - HAVE_GRANTPT='1' - HAVE_GROUP_MEMBER='1' - HAVE_INTTYPES_H='1' - HAVE_ISWBLANK='1' - HAVE_ISWCNTRL='1' - HAVE_LANGINFO_CODESET='' - HAVE_LANGINFO_ERA='' - HAVE_LANGINFO_H='' - HAVE_LANGINFO_T_FMT_AMPM='' - HAVE_LANGINFO_YESEXPR='' - HAVE_LCHOWN='1' - HAVE_LINK='1' - HAVE_LINKAT='1' - HAVE_LONG_LONG_INT='1' - HAVE_MAX_ALIGN_T='0' - HAVE_MBRLEN='1' - HAVE_MBRTOWC='1' - HAVE_MBSINIT='1' - HAVE_MBSLEN='0' - HAVE_MBSNRTOWCS='1' - HAVE_MBSRTOWCS='1' - HAVE_MEMCHR='1' - HAVE_MEMPCPY='1' - HAVE_MKDTEMP='1' - HAVE_MKOSTEMP='1' - HAVE_MKOSTEMPS='1' - HAVE_MKSTEMP='1' - HAVE_MKSTEMPS='1' - HAVE_MSVC_INVALID_PARAMETER_HANDLER='0' - HAVE_NL_LANGINFO='1' - HAVE_OS_H='0' - HAVE_PCLOSE='1' - HAVE_PIPE2='1' - HAVE_PIPE='1' - HAVE_POPEN='1' - HAVE_POSIX_OPENPT='1' - HAVE_PREAD='1' - HAVE_PTSNAME='1' - HAVE_PTSNAME_R='1' - HAVE_PWRITE='1' - HAVE_QSORT_R='1' - HAVE_RANDOM='1' - HAVE_RANDOM_H='1' - HAVE_RANDOM_R='1' - HAVE_RAWMEMCHR='1' - HAVE_READLINK='1' - HAVE_READLINKAT='1' - HAVE_REALPATH='1' - HAVE_RENAMEAT='1' - HAVE_RPMATCH='1' - HAVE_SECURE_GETENV='1' - HAVE_SETENV='1' - HAVE_SETHOSTNAME='1' - HAVE_SIGNED_SIG_ATOMIC_T='' - HAVE_SIGNED_WCHAR_T='' - HAVE_SIGNED_WINT_T='' - HAVE_SLEEP='1' - HAVE_STDINT_H='1' - HAVE_STPCPY='1' - HAVE_STPNCPY='1' - HAVE_STRCASECMP='1' - HAVE_STRCASESTR='1' - HAVE_STRCHRNUL='1' - HAVE_STRINGS_H='1' - HAVE_STRPBRK='1' - HAVE_STRSEP='1' - HAVE_STRTOD='1' - HAVE_STRTOLL='1' - HAVE_STRTOULL='1' - HAVE_STRUCT_RANDOM_DATA='1' - HAVE_STRVERSCMP='1' - HAVE_SYMLINK='1' - HAVE_SYMLINKAT='1' - HAVE_SYS_BITYPES_H='0' - HAVE_SYS_CDEFS_H='' - HAVE_SYS_INTTYPES_H='0' - HAVE_SYS_LOADAVG_H='0' - HAVE_SYS_PARAM_H='0' - HAVE_SYS_TYPES_H='1' - HAVE_TERMLIBS_FALSE='#' - HAVE_TERMLIBS_TRUE='' - HAVE_TRUNCATE='1' - HAVE_UNISTD_H='1' - HAVE_UNLINKAT='1' - HAVE_UNLOCKPT='1' - HAVE_UNSIGNED_LONG_LONG_INT='1' - HAVE_USLEEP='1' - HAVE_VASPRINTF='1' - HAVE_VDPRINTF='1' - HAVE_WCHAR_H='1' - HAVE_WCHAR_T='1' - HAVE_WCPCPY='1' - HAVE_WCPNCPY='1' - HAVE_WCRTOMB='1' - HAVE_WCSCASECMP='1' - HAVE_WCSCAT='1' - HAVE_WCSCHR='1' - HAVE_WCSCMP='1' - HAVE_WCSCOLL='1' - HAVE_WCSCPY='1' - HAVE_WCSCSPN='1' - HAVE_WCSDUP='1' - HAVE_WCSFTIME='1' - HAVE_WCSLEN='1' - HAVE_WCSNCASECMP='1' - HAVE_WCSNCAT='1' - HAVE_WCSNCMP='1' - HAVE_WCSNCPY='1' - HAVE_WCSNLEN='1' - HAVE_WCSNRTOMBS='1' - HAVE_WCSPBRK='1' - HAVE_WCSRCHR='1' - HAVE_WCSRTOMBS='1' - HAVE_WCSSPN='1' - HAVE_WCSSTR='1' - HAVE_WCSTOK='1' - HAVE_WCSWIDTH='1' - HAVE_WCSXFRM='1' - HAVE_WCTRANS_T='1' - HAVE_WCTYPE_H='1' - HAVE_WCTYPE_T='1' - HAVE_WINSOCK2_H='' - HAVE_WINT_T='1' - HAVE_WMEMCHR='1' - HAVE_WMEMCMP='1' - HAVE_WMEMCPY='1' - HAVE_WMEMMOVE='1' - HAVE_WMEMSET='1' - HAVE_XLOCALE_H='' - HAVE__BOOL='1' - HAVE__EXIT='1' - HELP2MAN='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man' - HOST_IS_WINDOWS_FALSE='' - HOST_IS_WINDOWS_TRUE='#' - INCLUDE_NEXT='include_next' - INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' - INSTALL_DATA='${INSTALL} -m 644' - INSTALL_PROGRAM='${INSTALL}' - INSTALL_SCRIPT='${INSTALL}' - INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' - INSTALL_WARNINGS_FALSE='#' - INSTALL_WARNINGS_TRUE='' - INTLLIBS='' - LDFLAGS='' - LIBGNU_LIBDEPS='' - LIBGNU_LTLIBDEPS='' - LIBICONV='' - LIBINTL='' - LIBMULTITHREAD='-pthread' - LIBOBJS='' - LIBPTH='' - LIBPTH_PREFIX='' - LIBS='' - LIBTHREAD='' - LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#' - LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='' - LIBUNISTRING_UNITYPES_H='unitypes.h' - LIBUNISTRING_UNIWIDTH_H='uniwidth.h' - LIMITS_H='limits.h' - LN_S='ln -s' - LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib"' - LOCALE_FR='fr_FR' - LOCALE_FR_UTF8='fr_FR.UTF-8' - LOCALE_JA='ja_JP' - LOCALE_ZH_CN='zh_CN.GB18030' - LTLIBICONV='' - LTLIBINTL='' - LTLIBMULTITHREAD='-pthread' - LTLIBOBJS='' - LTLIBPTH='' - LTLIBTHREAD='' - MAKEINFO='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing makeinfo' - MKDIR_P='/usr/bin/mkdir -p' - MKINSTALLDIRS='$(top_srcdir)/build-aux/install-sh -d' - MSGFMT='/usr/local/bin/msgfmt' - MSGFMT_015='/usr/local/bin/msgfmt' - MSGMERGE='/usr/local/bin/msgmerge' - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='' - NEXT_AS_FIRST_DIRECTIVE_STDARG_H='' - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' - NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' - NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' - NEXT_AS_FIRST_DIRECTIVE_STRING_H='' - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' - NEXT_ERRNO_H='' - NEXT_FLOAT_H='' - NEXT_GETOPT_H='' - NEXT_LANGINFO_H='' - NEXT_LIMITS_H='' - NEXT_LOCALE_H='' - NEXT_STDARG_H='' - NEXT_STDDEF_H='' - NEXT_STDINT_H='' - NEXT_STDIO_H='' - NEXT_STDLIB_H='' - NEXT_STRINGS_H='' - NEXT_STRING_H='' - NEXT_SYS_TYPES_H='' - NEXT_UNISTD_H='' - NEXT_WCHAR_H='' - NEXT_WCTYPE_H='' - OBJEXT='o' - PACKAGE='texinfo' - PACKAGE_BUGREPORT='bug-texinfo@gnu.org' - PACKAGE_DATE='23 June 2017' - PACKAGE_NAME='GNU Texinfo' - PACKAGE_STRING='GNU Texinfo 6.4' - PACKAGE_TARNAME='texinfo' - PACKAGE_URL='http://www.gnu.org/software/texinfo/' - PACKAGE_VERSION='6.4' - PATH_SEPARATOR=':' - PERL='/usr/bin/perl' - PERL_EXT_CC='' - PERL_EXT_CFLAGS='' - PERL_EXT_CPPFLAGS='' - PERL_EXT_LDFLAGS='' - POD_SIMPLE_TEXINFO_TESTS_FALSE='#' - POD_SIMPLE_TEXINFO_TESTS_TRUE='' - POSUB='po' - PRAGMA_COLUMNS='' - PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' - PROVE='prove' - PTRDIFF_T_SUFFIX='' - RANLIB='ranlib' - REPLACE_BTOWC='0' - REPLACE_CALLOC='0' - REPLACE_CANONICALIZE_FILE_NAME='0' - REPLACE_CHOWN='0' - REPLACE_CLOSE='0' - REPLACE_DPRINTF='0' - REPLACE_DUP2='0' - REPLACE_DUP='0' - REPLACE_DUPLOCALE='0' - REPLACE_FCHOWNAT='0' - REPLACE_FCLOSE='0' - REPLACE_FDOPEN='0' - REPLACE_FFLUSH='0' - REPLACE_FOPEN='0' - REPLACE_FPRINTF='0' - REPLACE_FPURGE='0' - REPLACE_FREOPEN='0' - REPLACE_FSEEK='0' - REPLACE_FSEEKO='0' - REPLACE_FTELL='0' - REPLACE_FTELLO='0' - REPLACE_FTRUNCATE='0' - REPLACE_GETCWD='0' - REPLACE_GETDELIM='0' - REPLACE_GETDOMAINNAME='0' - REPLACE_GETDTABLESIZE='0' - REPLACE_GETGROUPS='0' - REPLACE_GETLINE='0' - REPLACE_GETLOGIN_R='0' - REPLACE_GETPAGESIZE='0' - REPLACE_ISATTY='0' - REPLACE_ISWBLANK='0' - REPLACE_ISWCNTRL='0' - REPLACE_ITOLD='0' - REPLACE_LCHOWN='0' - REPLACE_LINK='0' - REPLACE_LINKAT='0' - REPLACE_LOCALECONV='0' - REPLACE_LSEEK='0' - REPLACE_MALLOC='0' - REPLACE_MBRLEN='0' - REPLACE_MBRTOWC='1' - REPLACE_MBSINIT='0' - REPLACE_MBSNRTOWCS='0' - REPLACE_MBSRTOWCS='0' - REPLACE_MBSTATE_T='0' - REPLACE_MBTOWC='0' - REPLACE_MEMCHR='0' - REPLACE_MEMMEM='0' - REPLACE_MKSTEMP='0' - REPLACE_NL_LANGINFO='0' - REPLACE_NULL='0' - REPLACE_OBSTACK_PRINTF='0' - REPLACE_PERROR='0' - REPLACE_POPEN='0' - REPLACE_PREAD='0' - REPLACE_PRINTF='0' - REPLACE_PTSNAME='0' - REPLACE_PTSNAME_R='0' - REPLACE_PUTENV='0' - REPLACE_PWRITE='0' - REPLACE_QSORT_R='0' - REPLACE_RANDOM_R='0' - REPLACE_READ='0' - REPLACE_READLINK='0' - REPLACE_READLINKAT='0' - REPLACE_REALLOC='0' - REPLACE_REALPATH='0' - REPLACE_REMOVE='0' - REPLACE_RENAME='0' - REPLACE_RENAMEAT='0' - REPLACE_RMDIR='0' - REPLACE_SETENV='0' - REPLACE_SETLOCALE='0' - REPLACE_SLEEP='0' - REPLACE_SNPRINTF='0' - REPLACE_SPRINTF='0' - REPLACE_STDIO_READ_FUNCS='0' - REPLACE_STDIO_WRITE_FUNCS='0' - REPLACE_STPNCPY='0' - REPLACE_STRCASESTR='0' - REPLACE_STRCHRNUL='0' - REPLACE_STRDUP='0' - REPLACE_STRERROR='0' - REPLACE_STRERROR_R='0' - REPLACE_STRNCAT='0' - REPLACE_STRNDUP='0' - REPLACE_STRNLEN='0' - REPLACE_STRSIGNAL='0' - REPLACE_STRSTR='0' - REPLACE_STRTOD='0' - REPLACE_STRTOK_R='0' - REPLACE_STRUCT_LCONV='0' - REPLACE_SYMLINK='0' - REPLACE_SYMLINKAT='0' - REPLACE_TMPFILE='0' - REPLACE_TOWLOWER='0' - REPLACE_TRUNCATE='0' - REPLACE_TTYNAME_R='0' - REPLACE_UNLINK='0' - REPLACE_UNLINKAT='0' - REPLACE_UNSETENV='0' - REPLACE_USLEEP='0' - REPLACE_VASPRINTF='0' - REPLACE_VDPRINTF='0' - REPLACE_VFPRINTF='0' - REPLACE_VPRINTF='0' - REPLACE_VSNPRINTF='0' - REPLACE_VSPRINTF='0' - REPLACE_WCRTOMB='0' - REPLACE_WCSFTIME='0' - REPLACE_WCSNRTOMBS='0' - REPLACE_WCSRTOMBS='0' - REPLACE_WCSWIDTH='0' - REPLACE_WCTOB='0' - REPLACE_WCTOMB='0' - REPLACE_WCWIDTH='0' - REPLACE_WRITE='0' - SED='/usr/bin/sed' - SET_MAKE='' - SHELL='/bin/sh' - SIG_ATOMIC_T_SUFFIX='' - SIZE_T_SUFFIX='' - STDARG_H='' - STDBOOL_H='' - STDDEF_H='stddef.h' - STDINT_H='stdint.h' - STRIP='' - TERMLIBS=' -lncurses' - TEXI2HTML_FALSE='' - TEXI2HTML_TRUE='#' - TEXINFO_DTD_VERSION='6.4' - TOOLS_ONLY_FALSE='' - TOOLS_ONLY_TRUE='#' - TP_TESTS_FALSE='#' - TP_TESTS_TRUE='' - UNDEFINE_STRTOK_R='0' - UNISTD_H_HAVE_WINSOCK2_H='0' - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' - USE_EXTERNAL_EASTASIANWIDTH='no' - USE_EXTERNAL_LIBINTL='no' - USE_EXTERNAL_UNIDECODE='no' - USE_NLS='yes' - USE_UNICODE='' - VERSION='6.4' - WCHAR_T_SUFFIX='' - WINDOWS_64_BIT_OFF_T='0' - WINT_T_SUFFIX='' - XGETTEXT='/usr/local/bin/xgettext' - XGETTEXT_015='/usr/local/bin/xgettext' - XGETTEXT_EXTRA_OPTIONS=' --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format' - ac_ct_CC='gcc' - am__EXEEXT_FALSE='' - am__EXEEXT_TRUE='#' - am__fastdepCC_FALSE='#' - am__fastdepCC_TRUE='' - am__include='include' - am__isrc='' - am__leading_dot='.' - am__nodep='_no' - am__quote='' - am__tar='tar --format=ustar -chf - "$$tardir"' - am__untar='tar -xf -' - bindir='${exec_prefix}/bin' - build='i686-pc-linux-gnu' - build_alias='' - build_cpu='i686' - build_os='linux-gnu' - build_vendor='pc' - datadir='${datarootdir}' - datarootdir='${prefix}/share' - docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' - dvidir='${docdir}' - enable_xs='yes' - exec_prefix='${prefix}' - gl_GNULIB_ENABLED_30838f5439487421042f2225bed3af76_FALSE='#' - gl_GNULIB_ENABLED_30838f5439487421042f2225bed3af76_TRUE='' - gl_GNULIB_ENABLED_37f71b604aa9c54446783d80f42fe547_FALSE='' - gl_GNULIB_ENABLED_37f71b604aa9c54446783d80f42fe547_TRUE='#' - gl_GNULIB_ENABLED_676220fa4366efa9bdbfccf11a857c07_FALSE='' - gl_GNULIB_ENABLED_676220fa4366efa9bdbfccf11a857c07_TRUE='#' - gl_GNULIB_ENABLED_btowc_FALSE='' - gl_GNULIB_ENABLED_btowc_TRUE='#' - gl_GNULIB_ENABLED_configmake_FALSE='#' - gl_GNULIB_ENABLED_configmake_TRUE='' - gl_GNULIB_ENABLED_dbb57f49352be8fb86869629a254fb72_FALSE='' - gl_GNULIB_ENABLED_dbb57f49352be8fb86869629a254fb72_TRUE='#' - gl_GNULIB_ENABLED_f691f076f650964c9f5598c3ee487616_FALSE='' - gl_GNULIB_ENABLED_f691f076f650964c9f5598c3ee487616_TRUE='#' - gl_GNULIB_ENABLED_f84f170cca5f5b09d22686d5b833aa41_FALSE='' - gl_GNULIB_ENABLED_f84f170cca5f5b09d22686d5b833aa41_TRUE='#' - gl_GNULIB_ENABLED_intprops_FALSE='' - gl_GNULIB_ENABLED_intprops_TRUE='#' - gl_GNULIB_ENABLED_langinfo_FALSE='' - gl_GNULIB_ENABLED_langinfo_TRUE='#' - gl_GNULIB_ENABLED_localcharset_FALSE='#' - gl_GNULIB_ENABLED_localcharset_TRUE='' - gl_GNULIB_ENABLED_locale_FALSE='' - gl_GNULIB_ENABLED_locale_TRUE='#' - gl_GNULIB_ENABLED_localeconv_FALSE='' - gl_GNULIB_ENABLED_localeconv_TRUE='#' - gl_GNULIB_ENABLED_lock_FALSE='' - gl_GNULIB_ENABLED_lock_TRUE='#' - gl_GNULIB_ENABLED_mbtowc_FALSE='' - gl_GNULIB_ENABLED_mbtowc_TRUE='#' - gl_GNULIB_ENABLED_mempcpy_FALSE='' - gl_GNULIB_ENABLED_mempcpy_TRUE='#' - gl_GNULIB_ENABLED_nl_langinfo_FALSE='' - gl_GNULIB_ENABLED_nl_langinfo_TRUE='#' - gl_GNULIB_ENABLED_size_max_FALSE='' - gl_GNULIB_ENABLED_size_max_TRUE='#' - gl_GNULIB_ENABLED_stpcpy_FALSE='' - gl_GNULIB_ENABLED_stpcpy_TRUE='#' - gl_GNULIB_ENABLED_strndup_FALSE='' - gl_GNULIB_ENABLED_strndup_TRUE='#' - gl_GNULIB_ENABLED_strstr_FALSE='' - gl_GNULIB_ENABLED_strstr_TRUE='#' - gl_GNULIB_ENABLED_threadlib_FALSE='' - gl_GNULIB_ENABLED_threadlib_TRUE='#' - gl_GNULIB_ENABLED_vasnprintf_FALSE='' - gl_GNULIB_ENABLED_vasnprintf_TRUE='#' - gl_GNULIB_ENABLED_wcrtomb_FALSE='' - gl_GNULIB_ENABLED_wcrtomb_TRUE='#' - gl_GNULIB_ENABLED_xsize_FALSE='' - gl_GNULIB_ENABLED_xsize_TRUE='#' - gl_LIBOBJS=' mbrtowc.o' - gl_LTLIBOBJS=' mbrtowc.lo' - gltests_LIBOBJS='' - gltests_LTLIBOBJS='' - gltests_WITNESS='IN_TEXINFO_GNULIB_TESTS' - have_ptys_FALSE='#' - have_ptys_TRUE='' - host='i686-pc-linux-gnu' - host_alias='' - host_cpu='i686' - host_os='linux-gnu' - host_vendor='pc' - htmldir='${docdir}' - includedir='${prefix}/include' - infodir='${datarootdir}/info' - install_sh='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh' - libdir='${exec_prefix}/lib' - libexecdir='${exec_prefix}/libexec' - lispdir='${datarootdir}/emacs/site-lisp' - localedir='${datarootdir}/locale' - localstatedir='${prefix}/var' - mandir='${datarootdir}/man' - mkdir_p='$(MKDIR_P)' - native_tools='' - oldincludedir='/usr/include' - pdfdir='${docdir}' - pkglibexecdir='${libexecdir}/${PACKAGE}' - prefix='/usr/local' - program_transform_name='s,x,x,' - psdir='${docdir}' - runstatedir='${localstatedir}/run' - sbindir='${exec_prefix}/sbin' - sharedstatedir='${prefix}/com' - subdirs=' tp/Texinfo/MiscXS' - sysconfdir='${prefix}/etc' - target_alias='' - - ## ----------- ## - ## confdefs.h. ## - ## ----------- ## - - /* confdefs.h */ - #define PACKAGE_NAME "GNU Texinfo" - #define PACKAGE_TARNAME "texinfo" - #define PACKAGE_VERSION "6.4" - #define PACKAGE_STRING "GNU Texinfo 6.4" - #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org" - #define PACKAGE_URL "http://www.gnu.org/software/texinfo/" - #define PACKAGE "texinfo" - #define VERSION "6.4" - #define STDC_HEADERS 1 - #define HAVE_SYS_TYPES_H 1 - #define HAVE_SYS_STAT_H 1 - #define HAVE_STDLIB_H 1 - #define HAVE_STRING_H 1 - #define HAVE_MEMORY_H 1 - #define HAVE_STRINGS_H 1 - #define HAVE_INTTYPES_H 1 - #define HAVE_STDINT_H 1 - #define HAVE_UNISTD_H 1 - #define __EXTENSIONS__ 1 - #define _ALL_SOURCE 1 - #define _DARWIN_C_SOURCE 1 - #define _GNU_SOURCE 1 - #define _POSIX_PTHREAD_SEMANTICS 1 - #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - #define __STDC_WANT_LIB_EXT2__ 1 - #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - #define _TANDEM_SOURCE 1 - #define HAVE_ALLOCA_H 1 - #define HAVE_ALLOCA 1 - #define restrict __restrict - #define HAVE_DECL_STRERROR_R 1 - #define HAVE_STRERROR_R 1 - #define STRERROR_R_CHAR_P 1 - #define HAVE_GETOPT_H 1 - #define HAVE_SYS_CDEFS_H 1 - #define HAVE_WCTYPE_H 1 - #define HAVE_LIMITS_H 1 - #define HAVE_WCHAR_H 1 - #define HAVE_SYS_MMAN_H 1 - #define HAVE_MALLOC_H 1 - #define HAVE_STDINT_H 1 - #define HAVE_STRINGS_H 1 - #define HAVE_UNISTD_H 1 - #define HAVE_FEATURES_H 1 - #define HAVE_LANGINFO_H 1 - #define HAVE_XLOCALE_H 1 - #define HAVE_SYS_SOCKET_H 1 - #define HAVE_GETOPT_H 1 - #define HAVE_GETOPT_LONG_ONLY 1 - #define HAVE_ISWCNTRL 1 - #define HAVE_ISWBLANK 1 - #define HAVE_MBSINIT 1 - #define HAVE_MBRTOWC 1 - #define HAVE_ISASCII 1 - #define HAVE_MPROTECT 1 - #define HAVE_ISBLANK 1 - #define HAVE_ISWCTYPE 1 - #define HAVE_STRDUP 1 - #define HAVE_WCWIDTH 1 - #define HAVE_BTOWC 1 - #define HAVE_SYMLINK 1 - #define HAVE_NL_LANGINFO 1 - #define HAVE_STRNDUP 1 - #define HAVE_SNPRINTF 1 - #define HAVE_WCRTOMB 1 - #define HAVE_ICONV 1 - #define ICONV_CONST - #define HAVE_WINT_T 1 - #define HAVE_TOWLOWER 1 - #define HAVE_RAW_DECL_WCTYPE 1 - #define HAVE_RAW_DECL_ISWCTYPE 1 - #define HAVE_RAW_DECL_WCTRANS 1 - #define HAVE_RAW_DECL_TOWCTRANS 1 - #define HAVE_STDLIB_H 1 - #define MALLOC_0_IS_NONNULL 1 - #define HAVE_UNSIGNED_LONG_LONG_INT 1 - #define HAVE_LONG_LONG_INT 1 - #define HAVE_MBSTATE_T 1 - #define HAVE_LANGINFO_CODESET 1 - #define HAVE_MAP_ANONYMOUS 1 - #define HAVE_DECL_MEMRCHR 1 - #define HAVE_DECL_ALARM 1 - #define HAVE__BOOL 1 - #define HAVE_WCHAR_T 1 - #define HAVE_STRCASESTR 1 - #define HAVE_DECL_STRDUP 1 - #define HAVE_RAW_DECL_FFSL 1 - #define HAVE_RAW_DECL_FFSLL 1 - #define HAVE_RAW_DECL_MEMMEM 1 - #define HAVE_RAW_DECL_MEMPCPY 1 - #define HAVE_RAW_DECL_MEMRCHR 1 - #define HAVE_RAW_DECL_RAWMEMCHR 1 - #define HAVE_RAW_DECL_STPCPY 1 - #define HAVE_RAW_DECL_STPNCPY 1 - #define HAVE_RAW_DECL_STRCHRNUL 1 - #define HAVE_RAW_DECL_STRDUP 1 - #define HAVE_RAW_DECL_STRNCAT 1 - #define HAVE_RAW_DECL_STRNDUP 1 - #define HAVE_RAW_DECL_STRNLEN 1 - #define HAVE_RAW_DECL_STRPBRK 1 - #define HAVE_RAW_DECL_STRSEP 1 - #define HAVE_RAW_DECL_STRCASESTR 1 - #define HAVE_RAW_DECL_STRTOK_R 1 - #define HAVE_RAW_DECL_STRERROR_R 1 - #define HAVE_RAW_DECL_STRSIGNAL 1 - #define HAVE_RAW_DECL_STRVERSCMP 1 - #define HAVE_RAW_DECL_FFS 1 - #define HAVE_RAW_DECL_STRCASECMP 1 - #define HAVE_RAW_DECL_STRNCASECMP 1 - #define HAVE_DECL_STRNLEN 1 - #define HAVE_WORKING_O_NOATIME 1 - #define HAVE_WORKING_O_NOFOLLOW 1 - #define HAVE_DECL_GETC_UNLOCKED 1 - #define USE_POSIX_THREADS 1 - #define USE_POSIX_THREADS_WEAK 1 - #define HAVE_DECL_STRNDUP 1 - #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - #define HAVE_STDINT_H_WITH_UINTMAX 1 - #define HAVE_INTMAX_T 1 - #define DBL_EXPBIT0_WORD 1 - #define DBL_EXPBIT0_BIT 20 - #define HAVE_SNPRINTF 1 - #define HAVE_STRNLEN 1 - #define HAVE_WCSLEN 1 - #define HAVE_WCSNLEN 1 - #define HAVE_MBRTOWC 1 - #define HAVE_WCRTOMB 1 - #define HAVE_DECL__SNPRINTF 0 - #define HAVE_SNPRINTF_RETVAL_C99 1 - #define HAVE_ALLOCA 1 - #define HAVE_ARGZ_H 1 - #define HAVE_ERROR_T 1 - #define HAVE_WORKING_ARGZ 1 - #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 - #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 - #define HAVE_DECL___ARGV 0 - #define HAVE_DECL_ISWBLANK 1 - #define GNULIB_TEST_ISWBLANK 1 - #define HAVE_MALLOC_POSIX 1 - #define GNULIB_TEST_MALLOC_POSIX 1 - #define MBRTOWC_EMPTY_INPUT_BUG 1 - #define C_LOCALE_MAYBE_EILSEQ 1 - #define GNULIB_TEST_MBRTOWC 1 - #define GNULIB_TEST_MBSCASECMP 1 - #define GNULIB_TEST_MBSCHR 1 - #define GNULIB_TEST_MBSINIT 1 - #define GNULIB_TEST_MBSLEN 1 - #define GNULIB_TEST_MBSNCASECMP 1 - #define GNULIB_TEST_MBSSTR 1 - #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 - #define HAVE_MBSTATE_T 1 - #define GNULIB_TEST_MEMCHR 1 - #define HAVE_MEMRCHR 1 - #define GNULIB_TEST_MEMRCHR 1 - #define __USE_MINGW_ANSI_STDIO 1 - #define GNULIB_FSCANF 1 - #define GNULIB_SCANF 1 - #define HAVE_RAW_DECL_DPRINTF 1 - #define HAVE_RAW_DECL_FSEEKO 1 - #define HAVE_RAW_DECL_FTELLO 1 - #define HAVE_RAW_DECL_GETDELIM 1 - #define HAVE_RAW_DECL_GETLINE 1 - #define HAVE_RAW_DECL_PCLOSE 1 - #define HAVE_RAW_DECL_POPEN 1 - #define HAVE_RAW_DECL_RENAMEAT 1 - #define HAVE_RAW_DECL_SNPRINTF 1 - #define HAVE_RAW_DECL_TMPFILE 1 - #define HAVE_RAW_DECL_VDPRINTF 1 - #define HAVE_RAW_DECL_VSNPRINTF 1 - #define HAVE_RAW_DECL__EXIT 1 - #define HAVE_RAW_DECL_ATOLL 1 - #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 - #define HAVE_RAW_DECL_GETLOADAVG 1 - #define HAVE_RAW_DECL_GETSUBOPT 1 - #define HAVE_RAW_DECL_GRANTPT 1 - #define HAVE_RAW_DECL_INITSTATE 1 - #define HAVE_RAW_DECL_INITSTATE_R 1 - #define HAVE_RAW_DECL_MKDTEMP 1 - #define HAVE_RAW_DECL_MKOSTEMP 1 - #define HAVE_RAW_DECL_MKOSTEMPS 1 - #define HAVE_RAW_DECL_MKSTEMP 1 - #define HAVE_RAW_DECL_MKSTEMPS 1 - #define HAVE_RAW_DECL_POSIX_OPENPT 1 - #define HAVE_RAW_DECL_PTSNAME 1 - #define HAVE_RAW_DECL_PTSNAME_R 1 - #define HAVE_RAW_DECL_QSORT_R 1 - #define HAVE_RAW_DECL_RANDOM 1 - #define HAVE_RAW_DECL_RANDOM_R 1 - #define HAVE_RAW_DECL_REALPATH 1 - #define HAVE_RAW_DECL_RPMATCH 1 - #define HAVE_RAW_DECL_SECURE_GETENV 1 - #define HAVE_RAW_DECL_SETENV 1 - #define HAVE_RAW_DECL_SETSTATE 1 - #define HAVE_RAW_DECL_SETSTATE_R 1 - #define HAVE_RAW_DECL_SRANDOM 1 - #define HAVE_RAW_DECL_SRANDOM_R 1 - #define HAVE_RAW_DECL_STRTOD 1 - #define HAVE_RAW_DECL_STRTOLL 1 - #define HAVE_RAW_DECL_STRTOULL 1 - #define HAVE_RAW_DECL_UNLOCKPT 1 - #define HAVE_RAW_DECL_UNSETENV 1 - #define HAVE_STRCASECMP 1 - #define HAVE_STRNCASECMP 1 - #define HAVE_DECL_STRNCASECMP 1 - #define HAVE_STRCASESTR 1 - #define GNULIB_TEST_STRCASESTR 1 - #define GNULIB_TEST_STRDUP 1 - #define GNULIB_STRERROR 1 - #define GNULIB_TEST_STRERROR 1 - #define GNULIB_TEST_STRNLEN 1 - #define HAVE_RAW_DECL_CHDIR 1 - #define HAVE_RAW_DECL_CHOWN 1 - #define HAVE_RAW_DECL_DUP 1 - #define HAVE_RAW_DECL_DUP2 1 - #define HAVE_RAW_DECL_DUP3 1 - #define HAVE_RAW_DECL_ENVIRON 1 - #define HAVE_RAW_DECL_EUIDACCESS 1 - #define HAVE_RAW_DECL_FACCESSAT 1 - #define HAVE_RAW_DECL_FCHDIR 1 - #define HAVE_RAW_DECL_FCHOWNAT 1 - #define HAVE_RAW_DECL_FDATASYNC 1 - #define HAVE_RAW_DECL_FSYNC 1 - #define HAVE_RAW_DECL_FTRUNCATE 1 - #define HAVE_RAW_DECL_GETCWD 1 - #define HAVE_RAW_DECL_GETDOMAINNAME 1 - #define HAVE_RAW_DECL_GETDTABLESIZE 1 - #define HAVE_RAW_DECL_GETGROUPS 1 - #define HAVE_RAW_DECL_GETHOSTNAME 1 - #define HAVE_RAW_DECL_GETLOGIN 1 - #define HAVE_RAW_DECL_GETLOGIN_R 1 - #define HAVE_RAW_DECL_GETPAGESIZE 1 - #define HAVE_RAW_DECL_GETUSERSHELL 1 - #define HAVE_RAW_DECL_SETUSERSHELL 1 - #define HAVE_RAW_DECL_ENDUSERSHELL 1 - #define HAVE_RAW_DECL_GROUP_MEMBER 1 - #define HAVE_RAW_DECL_ISATTY 1 - #define HAVE_RAW_DECL_LCHOWN 1 - #define HAVE_RAW_DECL_LINK 1 - #define HAVE_RAW_DECL_LINKAT 1 - #define HAVE_RAW_DECL_LSEEK 1 - #define HAVE_RAW_DECL_PIPE 1 - #define HAVE_RAW_DECL_PIPE2 1 - #define HAVE_RAW_DECL_PREAD 1 - #define HAVE_RAW_DECL_PWRITE 1 - #define HAVE_RAW_DECL_READLINK 1 - #define HAVE_RAW_DECL_READLINKAT 1 - #define HAVE_RAW_DECL_RMDIR 1 - #define HAVE_RAW_DECL_SETHOSTNAME 1 - #define HAVE_RAW_DECL_SLEEP 1 - #define HAVE_RAW_DECL_SYMLINK 1 - #define HAVE_RAW_DECL_SYMLINKAT 1 - #define HAVE_RAW_DECL_TRUNCATE 1 - #define HAVE_RAW_DECL_TTYNAME_R 1 - #define HAVE_RAW_DECL_UNLINK 1 - #define HAVE_RAW_DECL_UNLINKAT 1 - #define HAVE_RAW_DECL_USLEEP 1 - #define HAVE_VASPRINTF 1 - #define GNULIB_TEST_VASPRINTF 1 - #define HAVE_RAW_DECL_BTOWC 1 - #define HAVE_RAW_DECL_WCTOB 1 - #define HAVE_RAW_DECL_MBSINIT 1 - #define HAVE_RAW_DECL_MBRTOWC 1 - #define HAVE_RAW_DECL_MBRLEN 1 - #define HAVE_RAW_DECL_MBSRTOWCS 1 - #define HAVE_RAW_DECL_MBSNRTOWCS 1 - #define HAVE_RAW_DECL_WCRTOMB 1 - #define HAVE_RAW_DECL_WCSRTOMBS 1 - #define HAVE_RAW_DECL_WCSNRTOMBS 1 - #define HAVE_RAW_DECL_WCWIDTH 1 - #define HAVE_RAW_DECL_WMEMCHR 1 - #define HAVE_RAW_DECL_WMEMCMP 1 - #define HAVE_RAW_DECL_WMEMCPY 1 - #define HAVE_RAW_DECL_WMEMMOVE 1 - #define HAVE_RAW_DECL_WMEMSET 1 - #define HAVE_RAW_DECL_WCSLEN 1 - #define HAVE_RAW_DECL_WCSNLEN 1 - #define HAVE_RAW_DECL_WCSCPY 1 - #define HAVE_RAW_DECL_WCPCPY 1 - #define HAVE_RAW_DECL_WCSNCPY 1 - #define HAVE_RAW_DECL_WCPNCPY 1 - #define HAVE_RAW_DECL_WCSCAT 1 - #define HAVE_RAW_DECL_WCSNCAT 1 - #define HAVE_RAW_DECL_WCSCMP 1 - #define HAVE_RAW_DECL_WCSNCMP 1 - #define HAVE_RAW_DECL_WCSCASECMP 1 - #define HAVE_RAW_DECL_WCSNCASECMP 1 - #define HAVE_RAW_DECL_WCSCOLL 1 - #define HAVE_RAW_DECL_WCSXFRM 1 - #define HAVE_RAW_DECL_WCSDUP 1 - #define HAVE_RAW_DECL_WCSCHR 1 - #define HAVE_RAW_DECL_WCSRCHR 1 - #define HAVE_RAW_DECL_WCSCSPN 1 - #define HAVE_RAW_DECL_WCSSPN 1 - #define HAVE_RAW_DECL_WCSPBRK 1 - #define HAVE_RAW_DECL_WCSSTR 1 - #define HAVE_RAW_DECL_WCSTOK 1 - #define HAVE_RAW_DECL_WCSWIDTH 1 - #define HAVE_RAW_DECL_WCSFTIME 1 - #define HAVE_TOWLOWER 1 - #define HAVE_RAW_DECL_WCTYPE 1 - #define HAVE_RAW_DECL_ISWCTYPE 1 - #define HAVE_RAW_DECL_WCTRANS 1 - #define HAVE_RAW_DECL_TOWCTRANS 1 - #define HAVE_DECL_WCWIDTH 1 - #define GNULIB_TEST_WCWIDTH 1 - #define STDC_HEADERS 1 - #define HAVE_FCNTL_H 1 - #define HAVE_LIMITS_H 1 - #define HAVE_PWD_H 1 - #define HAVE_STRING_H 1 - #define HAVE_STRINGS_H 1 - #define HAVE_STROPTS_H 1 - #define HAVE_TERMCAP_H 1 - #define HAVE_TERMIO_H 1 - #define HAVE_TERMIOS_H 1 - #define HAVE_UNISTD_H 1 - #define HAVE_SYS_FCNTL_H 1 - #define HAVE_SYS_FILE_H 1 - #define HAVE_SYS_IOCTL_H 1 - #define HAVE_SYS_TIME_H 1 - #define HAVE_SYS_WAIT_H 1 - #define RETSIGTYPE void - #define HAVE_DECL_MEMCHR 1 - #define HAVE_DECL_STRCOLL 1 - #define HAVE_DECL_STRERROR 1 - #define HAVE_STRCOLL 1 - #define HAVE_VPRINTF 1 - #define HAVE_BZERO 1 - #define HAVE_GETCWD 1 - #define HAVE_MEMSET 1 - #define HAVE_SETLOCALE 1 - #define HAVE_SETVBUF 1 - #define HAVE_SIGACTION 1 - #define HAVE_SIGPROCMASK 1 - #define HAVE_SIGSETMASK 1 - #define HAVE_STRCHR 1 - #define HAVE_POSIX_OPENPT 1 - #define HAVE_MEMCPY 1 - #define HAVE_MEMMOVE 1 - #define HAVE_STRDUP 1 - #define HAVE_STRERROR 1 - #define HAVE_NCURSES_TERMCAP_H 1 - #define ENABLE_NLS 1 - #define HAVE_GETTEXT 1 - #define HAVE_DCGETTEXT 1 - - configure: exit 0 --- 0 ---- diff -Nrc2 texinfo-6.4/config.status texinfo-6.5/config.status *** texinfo-6.4/config.status 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/config.status 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,2440 **** - #! /bin/sh - # Generated by configure. - # Run this file to recreate the current configuration. - # Compiler output produced by configure, useful for debugging - # configure, is in config.log if it exists. - - debug=false - ac_cs_recheck=false - ac_cs_silent=false - - SHELL=${CONFIG_SHELL-/bin/sh} - export SHELL - ## -------------------- ## - ## M4sh Initialization. ## - ## -------------------- ## - - # Be more Bourne compatible - DUALCASE=1; export DUALCASE # for MKS sh - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST - else - case `(set -o) 2>/dev/null` in #( - *posix*) : - set -o posix ;; #( - *) : - ;; - esac - fi - - - as_nl=' - ' - export as_nl - # Printing a long string crashes Solaris 7 /usr/bin/printf. - as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' - as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo - as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo - # Prefer a ksh shell builtin over an external printf program on Solaris, - # but without wasting forks for bash or zsh. - if test -z "$BASH_VERSION$ZSH_VERSION" \ - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='print -r --' - as_echo_n='print -rn --' - elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' - else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in #( - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' - fi - - # The user is always right. - if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } - fi - - - # IFS - # We need space, tab and new line, in precisely that order. Quoting is - # there to prevent editors from complaining about space-tab. - # (If _AS_PATH_WALK were called with IFS unset, it would disable word - # splitting by setting IFS to empty value.) - IFS=" "" $as_nl" - - # Find who we are. Look in the path if we contain no directory separator. - as_myself= - case $0 in #(( - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break - done - IFS=$as_save_IFS - - ;; - esac - # We did not find ourselves, most probably we were run as `sh COMMAND' - # in which case we are not to be found in the path. - if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - exit 1 - fi - - # Unset variables that we do not need and which cause bugs (e.g. in - # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" - # suppresses any "Segmentation fault" message there. '((' could - # trigger a bug in pdksh 5.2.14. - for as_var in BASH_ENV ENV MAIL MAILPATH - do eval test x\${$as_var+set} = xset \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : - done - PS1='$ ' - PS2='> ' - PS4='+ ' - - # NLS nuisances. - LC_ALL=C - export LC_ALL - LANGUAGE=C - export LANGUAGE - - # CDPATH. - (unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - - # as_fn_error STATUS ERROR [LINENO LOG_FD] - # ---------------------------------------- - # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are - # provided, also output the error to LOG_FD, referencing LINENO. Then exit the - # script with STATUS, using 1 if that was 0. - as_fn_error () - { - as_status=$1; test $as_status -eq 0 && as_status=1 - if test "$4"; then - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - $as_echo "$as_me: error: $2" >&2 - as_fn_exit $as_status - } # as_fn_error - - - # as_fn_set_status STATUS - # ----------------------- - # Set $? to STATUS, without forking. - as_fn_set_status () - { - return $1 - } # as_fn_set_status - - # as_fn_exit STATUS - # ----------------- - # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. - as_fn_exit () - { - set +e - as_fn_set_status $1 - exit $1 - } # as_fn_exit - - # as_fn_unset VAR - # --------------- - # Portably unset VAR. - as_fn_unset () - { - { eval $1=; unset $1;} - } - as_unset=as_fn_unset - # as_fn_append VAR VALUE - # ---------------------- - # Append the text in VALUE to the end of the definition contained in VAR. Take - # advantage of any shell optimizations that allow amortized linear growth over - # repeated appends, instead of the typical quadratic growth present in naive - # implementations. - if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : - eval 'as_fn_append () - { - eval $1+=\$2 - }' - else - as_fn_append () - { - eval $1=\$$1\$2 - } - fi # as_fn_append - - # as_fn_arith ARG... - # ------------------ - # Perform arithmetic evaluation on the ARGs, and store the result in the - # global $as_val. Take advantage of shells that can avoid forks. The arguments - # must be portable across $(()) and expr. - if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : - eval 'as_fn_arith () - { - as_val=$(( $* )) - }' - else - as_fn_arith () - { - as_val=`expr "$@" || test $? -eq 1` - } - fi # as_fn_arith - - - if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr - else - as_expr=false - fi - - if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename - else - as_basename=false - fi - - if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname - else - as_dirname=false - fi - - as_me=`$as_basename -- "$0" || - $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - - # 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 - - ECHO_C= ECHO_N= ECHO_T= - case `echo -n x` in #((((( - -n*) - case `echo 'xy\c'` in - *c*) ECHO_T=' ';; # ECHO_T is single tab character. - xy) ECHO_C='\c';; - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null - ECHO_T=' ';; - esac;; - *) - ECHO_N='-n';; - esac - - rm -f conf$$ conf$$.exe conf$$.file - if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file - else - rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null - fi - if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -pR'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -pR' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -pR' - fi - else - as_ln_s='cp -pR' - fi - rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file - rmdir conf$$.dir 2>/dev/null - - - # as_fn_mkdir_p - # ------------- - # Create "$as_dir" as a directory, including parents if necessary. - as_fn_mkdir_p () - { - - case $as_dir in #( - -*) as_dir=./$as_dir;; - esac - test -d "$as_dir" || eval $as_mkdir_p || { - as_dirs= - while :; do - case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" - as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" - - - } # as_fn_mkdir_p - if mkdir -p . 2>/dev/null; then - as_mkdir_p='mkdir -p "$as_dir"' - else - test -d ./-p && rmdir ./-p - as_mkdir_p=false - fi - - - # as_fn_executable_p FILE - # ----------------------- - # Test if FILE is an executable regular file. - as_fn_executable_p () - { - test -f "$1" && test -x "$1" - } # as_fn_executable_p - as_test_x='test -x' - as_executable_p=as_fn_executable_p - - # Sed expression to map a string onto a valid CPP name. - as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" - - # Sed expression to map a string onto a valid variable name. - as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - - exec 6>&1 - ## ----------------------------------- ## - ## Main body of $CONFIG_STATUS script. ## - ## ----------------------------------- ## - # Save the log message, to keep $0 and so on meaningful, and to - # report actual input values of CONFIG_FILES etc. instead of their - # values after options handling. - ac_log=" - This file was extended by GNU Texinfo $as_me 6.4, which was - generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS - CONFIG_LINKS = $CONFIG_LINKS - CONFIG_COMMANDS = $CONFIG_COMMANDS - $ $0 $@ - - on `(hostname || uname -n) 2>/dev/null | sed 1q` - " - - # Files that config.status was made for. - config_files=" install-info/tests/defs Makefile doc/Makefile doc/tp_api/Makefile gnulib/lib/Makefile info/Makefile install-info/Makefile install-info/tests/Makefile man/Makefile po/Makefile.in po_document/Makefile.in util/Makefile texindex/Makefile tp/Makefile tp/Texinfo/ModulePath.pm tp/tests/Makefile tp/tests/many_input_files/Makefile tp/tests/sectioning/Makefile tp/tests/coverage/Makefile tp/tests/formatting/Makefile tp/tests/indices/Makefile tp/tests/contents/Makefile tp/tests/htmlxref/Makefile tp/tests/htmlxref-only_mono/Makefile tp/tests/htmlxref-only_split/Makefile tp/tests/nested_formats/Makefile tp/tests/layout/Makefile tp/tests/tex_html/Makefile tp/defs Pod-Simple-Texinfo/Makefile" - config_headers=" config.h:config.in" - config_commands=" depfiles po-directories" - - ac_cs_usage="\ - \`$as_me' instantiates files and other configuration actions - from templates according to the current configuration. Unless the files - and actions are specified as TAGs, all are instantiated by default. - - Usage: $0 [OPTION]... [TAG]... - - -h, --help print this help, then exit - -V, --version print version number and configuration settings, then exit - --config print configuration, then exit - -q, --quiet, --silent - do not print progress messages - -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 - --header=FILE[:TEMPLATE] - instantiate the configuration header FILE - - Configuration files: - $config_files - - Configuration headers: - $config_headers - - Configuration commands: - $config_commands - - Report bugs to . - GNU Texinfo home page: . - General help using GNU software: ." - - ac_cs_config="" - ac_cs_version="\ - GNU Texinfo config.status 6.4 - configured by ./configure, generated by GNU Autoconf 2.69, - with options \"$ac_cs_config\" - - Copyright (C) 2012 Free Software Foundation, Inc. - This config.status script is free software; the Free Software Foundation - gives unlimited permission to copy, distribute and modify it." - - ac_pwd='/home/g/src/texinfo/oldreleases/texinfo-6.4' - srcdir='.' - INSTALL='/usr/bin/ginstall -c' - MKDIR_P='/usr/bin/mkdir -p' - AWK='gawk' - test -n "$AWK" || AWK=awk - # The default lists apply if the user does not specify any file. - ac_need_defaults=: - while test $# != 0 - do - case $1 in - --*=?*) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` - ac_shift=: - ;; - --*=) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg= - ac_shift=: - ;; - *) - ac_option=$1 - ac_optarg=$2 - ac_shift=shift - ;; - esac - - case $ac_option in - # Handling of the options. - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - ac_cs_recheck=: ;; - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - $as_echo "$ac_cs_version"; exit ;; - --config | --confi | --conf | --con | --co | --c ) - $as_echo "$ac_cs_config"; exit ;; - --debug | --debu | --deb | --de | --d | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - '') as_fn_error $? "missing file argument" ;; - esac - as_fn_append CONFIG_FILES " '$ac_optarg'" - ac_need_defaults=false;; - --header | --heade | --head | --hea ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - as_fn_append CONFIG_HEADERS " '$ac_optarg'" - ac_need_defaults=false;; - --he | --h) - # Conflict between --help and --header - as_fn_error $? "ambiguous option: \`$1' - Try \`$0 --help' for more information.";; - --help | --hel | -h ) - $as_echo "$ac_cs_usage"; exit ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil | --si | --s) - ac_cs_silent=: ;; - - # This is an error. - -*) as_fn_error $? "unrecognized option: \`$1' - Try \`$0 --help' for more information." ;; - - *) as_fn_append ac_config_targets " $1" - ac_need_defaults=false ;; - - esac - shift - done - - ac_configure_extra_args= - - if $ac_cs_silent; then - exec 6>/dev/null - ac_configure_extra_args="$ac_configure_extra_args --silent" - fi - - if $ac_cs_recheck; then - set X /bin/sh './configure' $ac_configure_extra_args --no-create --no-recursion - shift - $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 - CONFIG_SHELL='/bin/sh' - export CONFIG_SHELL - exec "$@" - fi - - exec 5>>config.log - { - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX - ## Running $as_me. ## - _ASBOX - $as_echo "$ac_log" - } >&5 - - # - # INIT-COMMANDS - # - AMDEP_TRUE="" ac_aux_dir="build-aux" - # Capture the value of obsolete ALL_LINGUAS because we need it to compute - # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it - # from automake < 1.5. - eval 'OBSOLETE_ALL_LINGUAS''=""' - # Capture the value of LINGUAS because we need it to compute CATALOGS. - LINGUAS="%UNSET%" - - - - # Handling of arguments. - for ac_config_target in $ac_config_targets - do - case $ac_config_target in - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; - "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; - "install-info/tests/defs") CONFIG_FILES="$CONFIG_FILES install-info/tests/defs" ;; - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; - "doc/tp_api/Makefile") CONFIG_FILES="$CONFIG_FILES doc/tp_api/Makefile" ;; - "gnulib/lib/Makefile") CONFIG_FILES="$CONFIG_FILES gnulib/lib/Makefile" ;; - "info/Makefile") CONFIG_FILES="$CONFIG_FILES info/Makefile" ;; - "install-info/Makefile") CONFIG_FILES="$CONFIG_FILES install-info/Makefile" ;; - "install-info/tests/Makefile") CONFIG_FILES="$CONFIG_FILES install-info/tests/Makefile" ;; - "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; - "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; - "po_document/Makefile.in") CONFIG_FILES="$CONFIG_FILES po_document/Makefile.in" ;; - "util/Makefile") CONFIG_FILES="$CONFIG_FILES util/Makefile" ;; - "texindex/Makefile") CONFIG_FILES="$CONFIG_FILES texindex/Makefile" ;; - "tp/Makefile") CONFIG_FILES="$CONFIG_FILES tp/Makefile" ;; - "tp/Texinfo/ModulePath.pm") CONFIG_FILES="$CONFIG_FILES tp/Texinfo/ModulePath.pm" ;; - "tp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/Makefile" ;; - "tp/tests/many_input_files/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/many_input_files/Makefile" ;; - "tp/tests/sectioning/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/sectioning/Makefile" ;; - "tp/tests/coverage/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/coverage/Makefile" ;; - "tp/tests/formatting/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/formatting/Makefile" ;; - "tp/tests/indices/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/indices/Makefile" ;; - "tp/tests/contents/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/contents/Makefile" ;; - "tp/tests/htmlxref/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/htmlxref/Makefile" ;; - "tp/tests/htmlxref-only_mono/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/htmlxref-only_mono/Makefile" ;; - "tp/tests/htmlxref-only_split/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/htmlxref-only_split/Makefile" ;; - "tp/tests/nested_formats/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/nested_formats/Makefile" ;; - "tp/tests/layout/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/layout/Makefile" ;; - "tp/tests/tex_html/Makefile") CONFIG_FILES="$CONFIG_FILES tp/tests/tex_html/Makefile" ;; - "tp/defs") CONFIG_FILES="$CONFIG_FILES tp/defs" ;; - "Pod-Simple-Texinfo/Makefile") CONFIG_FILES="$CONFIG_FILES Pod-Simple-Texinfo/Makefile" ;; - - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; - esac - done - - - # 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_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands - fi - - # Have a temporary directory for convenience. Make it in the build tree - # simply because there is no reason against having it here, and in addition, - # creating and moving files from /tmp can sometimes cause problems. - # Hook for its removal unless debugging. - # Note that there is a small window in which the directory will not be cleaned: - # after its creation but before its name has been assigned to `$tmp'. - $debug || - { - tmp= ac_tmp= - trap 'exit_status=$? - : "${ac_tmp:=$tmp}" - { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status - ' 0 - trap 'as_fn_exit 1' 1 2 13 15 - } - # Create a (secure) tmp directory for tmp files. - - { - tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && - test -d "$tmp" - } || - { - tmp=./conf$$-$RANDOM - (umask 077 && mkdir "$tmp") - } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 - ac_tmp=$tmp - - # Set up the scripts for CONFIG_FILES section. - # No need to generate them if there are no CONFIG_FILES. - # This happens for instance with `./config.status config.h'. - if test -n "$CONFIG_FILES"; then - - - ac_cr=`echo X | tr X '\015'` - # On cygwin, bash can eat \r inside `` if the user requested igncr. - # But we know of no other shell where ac_cr would be empty at this - # point, so we can use a bashism as a fallback. - if test "x$ac_cr" = x; then - eval ac_cr=\$\'\\r\' - fi - ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` - if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then - ac_cs_awk_cr='\\r' - else - ac_cs_awk_cr=$ac_cr - fi - - echo 'BEGIN {' >"$ac_tmp/subs1.awk" && - cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && - S["gltests_LTLIBOBJS"]="" - S["gltests_LIBOBJS"]="" - S["gl_LTLIBOBJS"]=" mbrtowc.lo" - S["gl_LIBOBJS"]=" mbrtowc.o" - S["am__EXEEXT_FALSE"]="" - S["am__EXEEXT_TRUE"]="#" - S["LTLIBOBJS"]="" - S["HOST_IS_WINDOWS_FALSE"]="" - S["HOST_IS_WINDOWS_TRUE"]="#" - S["POD_SIMPLE_TEXINFO_TESTS_FALSE"]="#" - S["POD_SIMPLE_TEXINFO_TESTS_TRUE"]="" - S["BUILD_PERL_API_TEXI_FALSE"]="#" - S["BUILD_PERL_API_TEXI_TRUE"]="" - S["TP_TESTS_FALSE"]="#" - S["TP_TESTS_TRUE"]="" - S["PROVE"]="prove" - S["subdirs"]=" tp/Texinfo/MiscXS" - S["DISABLE_XS_FALSE"]="" - S["DISABLE_XS_TRUE"]="#" - S["enable_xs"]="yes" - S["USE_EXTERNAL_LIBINTL"]="no" - S["POSUB"]="po" - S["INTLLIBS"]="" - S["XGETTEXT_EXTRA_OPTIONS"]=" --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format" - S["MSGMERGE"]="/usr/local/bin/msgmerge" - S["XGETTEXT_015"]="/usr/local/bin/xgettext" - S["XGETTEXT"]="/usr/local/bin/xgettext" - S["GMSGFMT_015"]="/usr/local/bin/msgfmt" - S["MSGFMT_015"]="/usr/local/bin/msgfmt" - S["GMSGFMT"]="/usr/local/bin/msgfmt" - S["MSGFMT"]="/usr/local/bin/msgfmt" - S["GETTEXT_MACRO_VERSION"]="0.19" - S["USE_NLS"]="yes" - S["SED"]="/usr/bin/sed" - S["USE_EXTERNAL_UNIDECODE"]="no" - S["USE_UNICODE"]="" - S["USE_EXTERNAL_EASTASIANWIDTH"]="no" - S["INSTALL_WARNINGS_FALSE"]="#" - S["INSTALL_WARNINGS_TRUE"]="" - S["HAVE_TERMLIBS_FALSE"]="#" - S["HAVE_TERMLIBS_TRUE"]="" - S["TERMLIBS"]=" -lncurses" - S["TOOLS_ONLY_FALSE"]="" - S["TOOLS_ONLY_TRUE"]="#" - S["native_tools"]="" - S["have_ptys_FALSE"]="#" - S["have_ptys_TRUE"]="" - S["LIBOBJS"]="" - S["DIFF_A_OPTION"]="-a" - S["DIFF_U_OPTION"]="-u" - S["MKINSTALLDIRS"]="$(top_srcdir)/build-aux/install-sh -d" - S["LN_S"]="ln -s" - S["HELP2MAN"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man" - S["LIBGNU_LTLIBDEPS"]="" - S["LIBGNU_LIBDEPS"]="" - S["gltests_WITNESS"]="IN_TEXINFO_GNULIB_TESTS" - S["gl_GNULIB_ENABLED_xsize_FALSE"]="" - S["gl_GNULIB_ENABLED_xsize_TRUE"]="#" - S["gl_GNULIB_ENABLED_wcrtomb_FALSE"]="" - S["gl_GNULIB_ENABLED_wcrtomb_TRUE"]="#" - S["gl_GNULIB_ENABLED_vasnprintf_FALSE"]="" - S["gl_GNULIB_ENABLED_vasnprintf_TRUE"]="#" - S["gl_GNULIB_ENABLED_threadlib_FALSE"]="" - S["gl_GNULIB_ENABLED_threadlib_TRUE"]="#" - S["gl_GNULIB_ENABLED_f84f170cca5f5b09d22686d5b833aa41_FALSE"]="" - S["gl_GNULIB_ENABLED_f84f170cca5f5b09d22686d5b833aa41_TRUE"]="#" - S["gl_GNULIB_ENABLED_strstr_FALSE"]="" - S["gl_GNULIB_ENABLED_strstr_TRUE"]="#" - S["gl_GNULIB_ENABLED_strndup_FALSE"]="" - S["gl_GNULIB_ENABLED_strndup_TRUE"]="#" - S["gl_GNULIB_ENABLED_dbb57f49352be8fb86869629a254fb72_FALSE"]="" - S["gl_GNULIB_ENABLED_dbb57f49352be8fb86869629a254fb72_TRUE"]="#" - S["gl_GNULIB_ENABLED_stpcpy_FALSE"]="" - S["gl_GNULIB_ENABLED_stpcpy_TRUE"]="#" - S["gl_GNULIB_ENABLED_size_max_FALSE"]="" - S["gl_GNULIB_ENABLED_size_max_TRUE"]="#" - S["gl_GNULIB_ENABLED_nl_langinfo_FALSE"]="" - S["gl_GNULIB_ENABLED_nl_langinfo_TRUE"]="#" - S["gl_GNULIB_ENABLED_676220fa4366efa9bdbfccf11a857c07_FALSE"]="" - S["gl_GNULIB_ENABLED_676220fa4366efa9bdbfccf11a857c07_TRUE"]="#" - S["gl_GNULIB_ENABLED_f691f076f650964c9f5598c3ee487616_FALSE"]="" - S["gl_GNULIB_ENABLED_f691f076f650964c9f5598c3ee487616_TRUE"]="#" - S["gl_GNULIB_ENABLED_mempcpy_FALSE"]="" - S["gl_GNULIB_ENABLED_mempcpy_TRUE"]="#" - S["gl_GNULIB_ENABLED_mbtowc_FALSE"]="" - S["gl_GNULIB_ENABLED_mbtowc_TRUE"]="#" - S["gl_GNULIB_ENABLED_lock_FALSE"]="" - S["gl_GNULIB_ENABLED_lock_TRUE"]="#" - S["gl_GNULIB_ENABLED_localeconv_FALSE"]="" - S["gl_GNULIB_ENABLED_localeconv_TRUE"]="#" - S["gl_GNULIB_ENABLED_locale_FALSE"]="" - S["gl_GNULIB_ENABLED_locale_TRUE"]="#" - S["gl_GNULIB_ENABLED_localcharset_FALSE"]="#" - S["gl_GNULIB_ENABLED_localcharset_TRUE"]="" - S["gl_GNULIB_ENABLED_langinfo_FALSE"]="" - S["gl_GNULIB_ENABLED_langinfo_TRUE"]="#" - S["gl_GNULIB_ENABLED_intprops_FALSE"]="" - S["gl_GNULIB_ENABLED_intprops_TRUE"]="#" - S["gl_GNULIB_ENABLED_30838f5439487421042f2225bed3af76_FALSE"]="#" - S["gl_GNULIB_ENABLED_30838f5439487421042f2225bed3af76_TRUE"]="" - S["gl_GNULIB_ENABLED_configmake_FALSE"]="#" - S["gl_GNULIB_ENABLED_configmake_TRUE"]="" - S["gl_GNULIB_ENABLED_37f71b604aa9c54446783d80f42fe547_FALSE"]="" - S["gl_GNULIB_ENABLED_37f71b604aa9c54446783d80f42fe547_TRUE"]="#" - S["gl_GNULIB_ENABLED_btowc_FALSE"]="" - S["gl_GNULIB_ENABLED_btowc_TRUE"]="#" - S["HAVE_WINSOCK2_H"]="" - S["HAVE_MSVC_INVALID_PARAMETER_HANDLER"]="0" - S["LTLIBMULTITHREAD"]="-pthread" - S["LIBMULTITHREAD"]="-pthread" - S["LTLIBTHREAD"]="" - S["LIBTHREAD"]="" - S["LIBPTH_PREFIX"]="" - S["LTLIBPTH"]="" - S["LIBPTH"]="" - S["NEXT_AS_FIRST_DIRECTIVE_LOCALE_H"]="" - S["NEXT_LOCALE_H"]="" - S["HAVE_XLOCALE_H"]="" - S["REPLACE_STRUCT_LCONV"]="0" - S["REPLACE_DUPLOCALE"]="0" - S["REPLACE_SETLOCALE"]="0" - S["REPLACE_LOCALECONV"]="0" - S["HAVE_DUPLOCALE"]="1" - S["GNULIB_DUPLOCALE"]="0" - S["GNULIB_SETLOCALE"]="0" - S["GNULIB_LOCALECONV"]="0" - S["LOCALCHARSET_TESTS_ENVIRONMENT"]="CHARSETALIASDIR=\"$(abs_top_builddir)/gnulib/lib\"" - S["HAVE_LANGINFO_YESEXPR"]="" - S["HAVE_LANGINFO_ERA"]="" - S["HAVE_LANGINFO_T_FMT_AMPM"]="" - S["HAVE_LANGINFO_CODESET"]="" - S["HAVE_LANGINFO_H"]="" - S["NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H"]="" - S["NEXT_LANGINFO_H"]="" - S["REPLACE_NL_LANGINFO"]="0" - S["HAVE_NL_LANGINFO"]="1" - S["GNULIB_NL_LANGINFO"]="0" - S["pkglibexecdir"]="${libexecdir}/${PACKAGE}" - S["runstatedir"]="${localstatedir}/run" - S["lispdir"]="${datarootdir}/emacs/site-lisp" - S["LOCALE_FR"]="fr_FR" - S["HAVE_FEATURES_H"]="1" - S["NEXT_AS_FIRST_DIRECTIVE_WCHAR_H"]="" - S["NEXT_WCHAR_H"]="" - S["LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE"]="#" - S["LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE"]="" - S["LIBUNISTRING_UNIWIDTH_H"]="uniwidth.h" - S["LIBUNISTRING_UNITYPES_H"]="unitypes.h" - S["HAVE_UNISTD_H"]="1" - S["NEXT_AS_FIRST_DIRECTIVE_UNISTD_H"]="" - S["NEXT_UNISTD_H"]="" - S["WINDOWS_64_BIT_OFF_T"]="0" - S["NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H"]="" - S["NEXT_SYS_TYPES_H"]="" - S["HAVE_STRINGS_H"]="1" - S["NEXT_AS_FIRST_DIRECTIVE_STRINGS_H"]="" - S["NEXT_STRINGS_H"]="" - S["NEXT_AS_FIRST_DIRECTIVE_STRING_H"]="" - S["NEXT_STRING_H"]="" - S["HAVE_DECL_STRNCASECMP"]="1" - S["HAVE_STRCASECMP"]="1" - S["HAVE_FFS"]="1" - S["GNULIB_FFS"]="0" - S["NEXT_AS_FIRST_DIRECTIVE_STDLIB_H"]="" - S["NEXT_STDLIB_H"]="" - S["NEXT_AS_FIRST_DIRECTIVE_STDIO_H"]="" - S["NEXT_STDIO_H"]="" - S["REPLACE_VSPRINTF"]="0" - S["REPLACE_VSNPRINTF"]="0" - S["REPLACE_VPRINTF"]="0" - S["REPLACE_VFPRINTF"]="0" - S["REPLACE_VDPRINTF"]="0" - S["REPLACE_VASPRINTF"]="0" - S["REPLACE_TMPFILE"]="0" - S["REPLACE_STDIO_WRITE_FUNCS"]="0" - S["REPLACE_STDIO_READ_FUNCS"]="0" - S["REPLACE_SPRINTF"]="0" - S["REPLACE_SNPRINTF"]="0" - S["REPLACE_RENAMEAT"]="0" - S["REPLACE_RENAME"]="0" - S["REPLACE_REMOVE"]="0" - S["REPLACE_PRINTF"]="0" - S["REPLACE_POPEN"]="0" - S["REPLACE_PERROR"]="0" - S["REPLACE_OBSTACK_PRINTF"]="0" - S["REPLACE_GETLINE"]="0" - S["REPLACE_GETDELIM"]="0" - S["REPLACE_FTELLO"]="0" - S["REPLACE_FTELL"]="0" - S["REPLACE_FSEEKO"]="0" - S["REPLACE_FSEEK"]="0" - S["REPLACE_FREOPEN"]="0" - S["REPLACE_FPURGE"]="0" - S["REPLACE_FPRINTF"]="0" - S["REPLACE_FOPEN"]="0" - S["REPLACE_FFLUSH"]="0" - S["REPLACE_FDOPEN"]="0" - S["REPLACE_FCLOSE"]="0" - S["REPLACE_DPRINTF"]="0" - S["HAVE_VDPRINTF"]="1" - S["HAVE_VASPRINTF"]="1" - S["HAVE_RENAMEAT"]="1" - S["HAVE_POPEN"]="1" - S["HAVE_PCLOSE"]="1" - S["HAVE_FTELLO"]="1" - S["HAVE_FSEEKO"]="1" - S["HAVE_DPRINTF"]="1" - S["HAVE_DECL_VSNPRINTF"]="1" - S["HAVE_DECL_SNPRINTF"]="1" - S["HAVE_DECL_OBSTACK_PRINTF"]="1" - S["HAVE_DECL_GETLINE"]="1" - S["HAVE_DECL_GETDELIM"]="1" - S["HAVE_DECL_FTELLO"]="1" - S["HAVE_DECL_FSEEKO"]="1" - S["HAVE_DECL_FPURGE"]="1" - S["GNULIB_VSPRINTF_POSIX"]="0" - S["GNULIB_VSNPRINTF"]="0" - S["GNULIB_VPRINTF_POSIX"]="0" - S["GNULIB_VPRINTF"]="1" - S["GNULIB_VFPRINTF_POSIX"]="0" - S["GNULIB_VFPRINTF"]="1" - S["GNULIB_VDPRINTF"]="0" - S["GNULIB_VSCANF"]="0" - S["GNULIB_VFSCANF"]="0" - S["GNULIB_VASPRINTF"]="1" - S["GNULIB_TMPFILE"]="0" - S["GNULIB_STDIO_H_SIGPIPE"]="0" - S["GNULIB_STDIO_H_NONBLOCKING"]="0" - S["GNULIB_SPRINTF_POSIX"]="0" - S["GNULIB_SNPRINTF"]="0" - S["GNULIB_SCANF"]="1" - S["GNULIB_RENAMEAT"]="0" - S["GNULIB_RENAME"]="0" - S["GNULIB_REMOVE"]="0" - S["GNULIB_PUTS"]="1" - S["GNULIB_PUTCHAR"]="1" - S["GNULIB_PUTC"]="1" - S["GNULIB_PRINTF_POSIX"]="0" - S["GNULIB_PRINTF"]="1" - S["GNULIB_POPEN"]="0" - S["GNULIB_PERROR"]="0" - S["GNULIB_PCLOSE"]="0" - S["GNULIB_OBSTACK_PRINTF_POSIX"]="0" - S["GNULIB_OBSTACK_PRINTF"]="0" - S["GNULIB_GETLINE"]="0" - S["GNULIB_GETDELIM"]="0" - S["GNULIB_GETCHAR"]="1" - S["GNULIB_GETC"]="1" - S["GNULIB_FWRITE"]="1" - S["GNULIB_FTELLO"]="0" - S["GNULIB_FTELL"]="0" - S["GNULIB_FSEEKO"]="0" - S["GNULIB_FSEEK"]="0" - S["GNULIB_FSCANF"]="1" - S["GNULIB_FREOPEN"]="0" - S["GNULIB_FREAD"]="1" - S["GNULIB_FPUTS"]="1" - S["GNULIB_FPUTC"]="1" - S["GNULIB_FPURGE"]="0" - S["GNULIB_FPRINTF_POSIX"]="0" - S["GNULIB_FPRINTF"]="1" - S["GNULIB_FOPEN"]="0" - S["GNULIB_FGETS"]="1" - S["GNULIB_FGETC"]="1" - S["GNULIB_FFLUSH"]="0" - S["GNULIB_FDOPEN"]="0" - S["GNULIB_FCLOSE"]="0" - S["GNULIB_DPRINTF"]="0" - S["GL_GENERATE_STDINT_H_FALSE"]="#" - S["GL_GENERATE_STDINT_H_TRUE"]="" - S["STDINT_H"]="stdint.h" - S["HAVE_SYS_INTTYPES_H"]="0" - S["HAVE_SYS_BITYPES_H"]="0" - S["HAVE_C99_STDINT_H"]="1" - S["WINT_T_SUFFIX"]="" - S["WCHAR_T_SUFFIX"]="" - S["SIG_ATOMIC_T_SUFFIX"]="" - S["SIZE_T_SUFFIX"]="" - S["PTRDIFF_T_SUFFIX"]="" - S["HAVE_SIGNED_WINT_T"]="" - S["HAVE_SIGNED_WCHAR_T"]="" - S["HAVE_SIGNED_SIG_ATOMIC_T"]="" - S["BITSIZEOF_WINT_T"]="" - S["BITSIZEOF_WCHAR_T"]="" - S["BITSIZEOF_SIG_ATOMIC_T"]="" - S["BITSIZEOF_SIZE_T"]="" - S["BITSIZEOF_PTRDIFF_T"]="" - S["HAVE_STDINT_H"]="1" - S["NEXT_AS_FIRST_DIRECTIVE_STDINT_H"]="" - S["NEXT_STDINT_H"]="" - S["HAVE_SYS_TYPES_H"]="1" - S["HAVE_INTTYPES_H"]="1" - S["HAVE_WCHAR_H"]="1" - S["HAVE_UNSIGNED_LONG_LONG_INT"]="1" - S["HAVE_LONG_LONG_INT"]="1" - S["NEXT_AS_FIRST_DIRECTIVE_STDDEF_H"]="" - S["NEXT_STDDEF_H"]="" - S["GL_GENERATE_STDDEF_H_FALSE"]="#" - S["GL_GENERATE_STDDEF_H_TRUE"]="" - S["STDDEF_H"]="stddef.h" - S["HAVE_WCHAR_T"]="1" - S["HAVE_MAX_ALIGN_T"]="0" - S["REPLACE_NULL"]="0" - S["HAVE__BOOL"]="1" - S["GL_GENERATE_STDBOOL_H_FALSE"]="" - S["GL_GENERATE_STDBOOL_H_TRUE"]="#" - S["STDBOOL_H"]="" - S["GL_GENERATE_STDARG_H_FALSE"]="" - S["GL_GENERATE_STDARG_H_TRUE"]="#" - S["STDARG_H"]="" - S["NEXT_AS_FIRST_DIRECTIVE_STDARG_H"]="" - S["NEXT_STDARG_H"]="" - S["GLIBC21"]="yes" - S["APPLE_UNIVERSAL_BUILD"]="0" - S["UNDEFINE_STRTOK_R"]="0" - S["REPLACE_STRTOK_R"]="0" - S["REPLACE_STRSIGNAL"]="0" - S["REPLACE_STRNLEN"]="0" - S["REPLACE_STRNDUP"]="0" - S["REPLACE_STRNCAT"]="0" - S["REPLACE_STRERROR_R"]="0" - S["REPLACE_STRERROR"]="0" - S["REPLACE_STRCHRNUL"]="0" - S["REPLACE_STRCASESTR"]="0" - S["REPLACE_STRSTR"]="0" - S["REPLACE_STRDUP"]="0" - S["REPLACE_STPNCPY"]="0" - S["REPLACE_MEMMEM"]="0" - S["REPLACE_MEMCHR"]="0" - S["HAVE_STRVERSCMP"]="1" - S["HAVE_DECL_STRSIGNAL"]="1" - S["HAVE_DECL_STRERROR_R"]="1" - S["HAVE_DECL_STRTOK_R"]="1" - S["HAVE_STRCASESTR"]="1" - S["HAVE_STRSEP"]="1" - S["HAVE_STRPBRK"]="1" - S["HAVE_DECL_STRNLEN"]="1" - S["HAVE_DECL_STRNDUP"]="1" - S["HAVE_DECL_STRDUP"]="1" - S["HAVE_STRCHRNUL"]="1" - S["HAVE_STPNCPY"]="1" - S["HAVE_STPCPY"]="1" - S["HAVE_RAWMEMCHR"]="1" - S["HAVE_DECL_MEMRCHR"]="1" - S["HAVE_MEMPCPY"]="1" - S["HAVE_DECL_MEMMEM"]="1" - S["HAVE_MEMCHR"]="1" - S["HAVE_FFSLL"]="1" - S["HAVE_FFSL"]="1" - S["HAVE_MBSLEN"]="0" - S["GNULIB_STRVERSCMP"]="0" - S["GNULIB_STRSIGNAL"]="0" - S["GNULIB_STRERROR_R"]="0" - S["GNULIB_STRERROR"]="1" - S["GNULIB_MBSTOK_R"]="0" - S["GNULIB_MBSSEP"]="0" - S["GNULIB_MBSSPN"]="0" - S["GNULIB_MBSPBRK"]="0" - S["GNULIB_MBSCSPN"]="0" - S["GNULIB_MBSCASESTR"]="0" - S["GNULIB_MBSPCASECMP"]="0" - S["GNULIB_MBSNCASECMP"]="1" - S["GNULIB_MBSCASECMP"]="1" - S["GNULIB_MBSSTR"]="1" - S["GNULIB_MBSRCHR"]="0" - S["GNULIB_MBSCHR"]="1" - S["GNULIB_MBSNLEN"]="0" - S["GNULIB_MBSLEN"]="1" - S["GNULIB_STRTOK_R"]="0" - S["GNULIB_STRCASESTR"]="1" - S["GNULIB_STRSTR"]="0" - S["GNULIB_STRSEP"]="0" - S["GNULIB_STRPBRK"]="0" - S["GNULIB_STRNLEN"]="1" - S["GNULIB_STRNDUP"]="0" - S["GNULIB_STRNCAT"]="0" - S["GNULIB_STRDUP"]="1" - S["GNULIB_STRCHRNUL"]="0" - S["GNULIB_STPNCPY"]="0" - S["GNULIB_STPCPY"]="0" - S["GNULIB_RAWMEMCHR"]="0" - S["GNULIB_MEMRCHR"]="1" - S["GNULIB_MEMPCPY"]="0" - S["GNULIB_MEMMEM"]="0" - S["GNULIB_MEMCHR"]="1" - S["GNULIB_FFSLL"]="0" - S["GNULIB_FFSL"]="0" - S["LOCALE_FR_UTF8"]="fr_FR.UTF-8" - S["LOCALE_ZH_CN"]="zh_CN.GB18030" - S["LOCALE_JA"]="ja_JP" - S["REPLACE_WCSFTIME"]="0" - S["REPLACE_WCSWIDTH"]="0" - S["REPLACE_WCWIDTH"]="0" - S["REPLACE_WCSNRTOMBS"]="0" - S["REPLACE_WCSRTOMBS"]="0" - S["REPLACE_WCRTOMB"]="0" - S["REPLACE_MBSNRTOWCS"]="0" - S["REPLACE_MBSRTOWCS"]="0" - S["REPLACE_MBRLEN"]="0" - S["REPLACE_MBRTOWC"]="1" - S["REPLACE_MBSINIT"]="0" - S["REPLACE_WCTOB"]="0" - S["REPLACE_BTOWC"]="0" - S["REPLACE_MBSTATE_T"]="0" - S["HAVE_DECL_WCWIDTH"]="1" - S["HAVE_DECL_WCTOB"]="1" - S["HAVE_WCSFTIME"]="1" - S["HAVE_WCSWIDTH"]="1" - S["HAVE_WCSTOK"]="1" - S["HAVE_WCSSTR"]="1" - S["HAVE_WCSPBRK"]="1" - S["HAVE_WCSSPN"]="1" - S["HAVE_WCSCSPN"]="1" - S["HAVE_WCSRCHR"]="1" - S["HAVE_WCSCHR"]="1" - S["HAVE_WCSDUP"]="1" - S["HAVE_WCSXFRM"]="1" - S["HAVE_WCSCOLL"]="1" - S["HAVE_WCSNCASECMP"]="1" - S["HAVE_WCSCASECMP"]="1" - S["HAVE_WCSNCMP"]="1" - S["HAVE_WCSCMP"]="1" - S["HAVE_WCSNCAT"]="1" - S["HAVE_WCSCAT"]="1" - S["HAVE_WCPNCPY"]="1" - S["HAVE_WCSNCPY"]="1" - S["HAVE_WCPCPY"]="1" - S["HAVE_WCSCPY"]="1" - S["HAVE_WCSNLEN"]="1" - S["HAVE_WCSLEN"]="1" - S["HAVE_WMEMSET"]="1" - S["HAVE_WMEMMOVE"]="1" - S["HAVE_WMEMCPY"]="1" - S["HAVE_WMEMCMP"]="1" - S["HAVE_WMEMCHR"]="1" - S["HAVE_WCSNRTOMBS"]="1" - S["HAVE_WCSRTOMBS"]="1" - S["HAVE_WCRTOMB"]="1" - S["HAVE_MBSNRTOWCS"]="1" - S["HAVE_MBSRTOWCS"]="1" - S["HAVE_MBRLEN"]="1" - S["HAVE_MBRTOWC"]="1" - S["HAVE_MBSINIT"]="1" - S["HAVE_BTOWC"]="1" - S["GNULIB_WCSFTIME"]="0" - S["GNULIB_WCSWIDTH"]="0" - S["GNULIB_WCSTOK"]="0" - S["GNULIB_WCSSTR"]="0" - S["GNULIB_WCSPBRK"]="0" - S["GNULIB_WCSSPN"]="0" - S["GNULIB_WCSCSPN"]="0" - S["GNULIB_WCSRCHR"]="0" - S["GNULIB_WCSCHR"]="0" - S["GNULIB_WCSDUP"]="0" - S["GNULIB_WCSXFRM"]="0" - S["GNULIB_WCSCOLL"]="0" - S["GNULIB_WCSNCASECMP"]="0" - S["GNULIB_WCSCASECMP"]="0" - S["GNULIB_WCSNCMP"]="0" - S["GNULIB_WCSCMP"]="0" - S["GNULIB_WCSNCAT"]="0" - S["GNULIB_WCSCAT"]="0" - S["GNULIB_WCPNCPY"]="0" - S["GNULIB_WCSNCPY"]="0" - S["GNULIB_WCPCPY"]="0" - S["GNULIB_WCSCPY"]="0" - S["GNULIB_WCSNLEN"]="0" - S["GNULIB_WCSLEN"]="0" - S["GNULIB_WMEMSET"]="0" - S["GNULIB_WMEMMOVE"]="0" - S["GNULIB_WMEMCPY"]="0" - S["GNULIB_WMEMCMP"]="0" - S["GNULIB_WMEMCHR"]="0" - S["GNULIB_WCWIDTH"]="1" - S["GNULIB_WCSNRTOMBS"]="0" - S["GNULIB_WCSRTOMBS"]="0" - S["GNULIB_WCRTOMB"]="0" - S["GNULIB_MBSNRTOWCS"]="0" - S["GNULIB_MBSRTOWCS"]="0" - S["GNULIB_MBRLEN"]="0" - S["GNULIB_MBRTOWC"]="1" - S["GNULIB_MBSINIT"]="1" - S["GNULIB_WCTOB"]="0" - S["GNULIB_BTOWC"]="0" - S["REPLACE_WCTOMB"]="0" - S["REPLACE_UNSETENV"]="0" - S["REPLACE_STRTOD"]="0" - S["REPLACE_SETENV"]="0" - S["REPLACE_REALPATH"]="0" - S["REPLACE_REALLOC"]="0" - S["REPLACE_RANDOM_R"]="0" - S["REPLACE_QSORT_R"]="0" - S["REPLACE_PUTENV"]="0" - S["REPLACE_PTSNAME_R"]="0" - S["REPLACE_PTSNAME"]="0" - S["REPLACE_MKSTEMP"]="0" - S["REPLACE_MBTOWC"]="0" - S["REPLACE_MALLOC"]="0" - S["REPLACE_CANONICALIZE_FILE_NAME"]="0" - S["REPLACE_CALLOC"]="0" - S["HAVE_DECL_UNSETENV"]="1" - S["HAVE_UNLOCKPT"]="1" - S["HAVE_SYS_LOADAVG_H"]="0" - S["HAVE_STRUCT_RANDOM_DATA"]="1" - S["HAVE_STRTOULL"]="1" - S["HAVE_STRTOLL"]="1" - S["HAVE_STRTOD"]="1" - S["HAVE_DECL_SETENV"]="1" - S["HAVE_SETENV"]="1" - S["HAVE_SECURE_GETENV"]="1" - S["HAVE_RPMATCH"]="1" - S["HAVE_REALPATH"]="1" - S["HAVE_RANDOM_R"]="1" - S["HAVE_RANDOM_H"]="1" - S["HAVE_RANDOM"]="1" - S["HAVE_QSORT_R"]="1" - S["HAVE_PTSNAME_R"]="1" - S["HAVE_PTSNAME"]="1" - S["HAVE_POSIX_OPENPT"]="1" - S["HAVE_MKSTEMPS"]="1" - S["HAVE_MKSTEMP"]="1" - S["HAVE_MKOSTEMPS"]="1" - S["HAVE_MKOSTEMP"]="1" - S["HAVE_MKDTEMP"]="1" - S["HAVE_GRANTPT"]="1" - S["HAVE_GETSUBOPT"]="1" - S["HAVE_DECL_GETLOADAVG"]="1" - S["HAVE_CANONICALIZE_FILE_NAME"]="1" - S["HAVE_ATOLL"]="1" - S["HAVE__EXIT"]="1" - S["GNULIB_WCTOMB"]="0" - S["GNULIB_UNSETENV"]="0" - S["GNULIB_UNLOCKPT"]="0" - S["GNULIB_SYSTEM_POSIX"]="0" - S["GNULIB_STRTOULL"]="0" - S["GNULIB_STRTOLL"]="0" - S["GNULIB_STRTOD"]="0" - S["GNULIB_SETENV"]="0" - S["GNULIB_SECURE_GETENV"]="0" - S["GNULIB_RPMATCH"]="0" - S["GNULIB_REALPATH"]="0" - S["GNULIB_REALLOC_POSIX"]="0" - S["GNULIB_RANDOM_R"]="0" - S["GNULIB_RANDOM"]="0" - S["GNULIB_QSORT_R"]="0" - S["GNULIB_PUTENV"]="0" - S["GNULIB_PTSNAME_R"]="0" - S["GNULIB_PTSNAME"]="0" - S["GNULIB_POSIX_OPENPT"]="0" - S["GNULIB_MKSTEMPS"]="0" - S["GNULIB_MKSTEMP"]="0" - S["GNULIB_MKOSTEMPS"]="0" - S["GNULIB_MKOSTEMP"]="0" - S["GNULIB_MKDTEMP"]="0" - S["GNULIB_MBTOWC"]="0" - S["GNULIB_MALLOC_POSIX"]="1" - S["GNULIB_GRANTPT"]="0" - S["GNULIB_GETSUBOPT"]="0" - S["GNULIB_GETLOADAVG"]="0" - S["GNULIB_CANONICALIZE_FILE_NAME"]="0" - S["GNULIB_CALLOC_POSIX"]="0" - S["GNULIB_ATOLL"]="0" - S["GNULIB__EXIT"]="0" - S["GL_GENERATE_LIMITS_H_FALSE"]="#" - S["GL_GENERATE_LIMITS_H_TRUE"]="" - S["LIMITS_H"]="limits.h" - S["NEXT_AS_FIRST_DIRECTIVE_LIMITS_H"]="" - S["NEXT_LIMITS_H"]="" - S["REPLACE_TOWLOWER"]="0" - S["REPLACE_ISWCNTRL"]="0" - S["HAVE_WCTYPE_H"]="1" - S["NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H"]="" - S["NEXT_WCTYPE_H"]="" - S["HAVE_CRTDEFS_H"]="0" - S["HAVE_WINT_T"]="1" - S["GNULIB_OVERRIDES_WINT_T"]="0" - S["HAVE_ISWCNTRL"]="1" - S["REPLACE_ISWBLANK"]="0" - S["HAVE_WCTRANS_T"]="1" - S["HAVE_WCTYPE_T"]="1" - S["HAVE_ISWBLANK"]="1" - S["GNULIB_TOWCTRANS"]="0" - S["GNULIB_WCTRANS"]="0" - S["GNULIB_ISWCTYPE"]="0" - S["GNULIB_WCTYPE"]="0" - S["GNULIB_ISWBLANK"]="1" - S["LTLIBICONV"]="" - S["LIBICONV"]="" - S["LTLIBINTL"]="" - S["LIBINTL"]="" - S["GNULIB_GL_UNISTD_H_GETOPT"]="" - S["GETOPT_CDEFS_H"]="" - S["GETOPT_H"]="" - S["HAVE_SYS_CDEFS_H"]="" - S["HAVE_GETOPT_H"]="1" - S["NEXT_AS_FIRST_DIRECTIVE_GETOPT_H"]="" - S["NEXT_GETOPT_H"]="" - S["UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS"]="0" - S["UNISTD_H_HAVE_WINSOCK2_H"]="0" - S["REPLACE_WRITE"]="0" - S["REPLACE_USLEEP"]="0" - S["REPLACE_UNLINKAT"]="0" - S["REPLACE_UNLINK"]="0" - S["REPLACE_TTYNAME_R"]="0" - S["REPLACE_TRUNCATE"]="0" - S["REPLACE_SYMLINKAT"]="0" - S["REPLACE_SYMLINK"]="0" - S["REPLACE_SLEEP"]="0" - S["REPLACE_RMDIR"]="0" - S["REPLACE_READLINKAT"]="0" - S["REPLACE_READLINK"]="0" - S["REPLACE_READ"]="0" - S["REPLACE_PWRITE"]="0" - S["REPLACE_PREAD"]="0" - S["REPLACE_LSEEK"]="0" - S["REPLACE_LINKAT"]="0" - S["REPLACE_LINK"]="0" - S["REPLACE_LCHOWN"]="0" - S["REPLACE_ISATTY"]="0" - S["REPLACE_GETPAGESIZE"]="0" - S["REPLACE_GETGROUPS"]="0" - S["REPLACE_GETLOGIN_R"]="0" - S["REPLACE_GETDTABLESIZE"]="0" - S["REPLACE_GETDOMAINNAME"]="0" - S["REPLACE_GETCWD"]="0" - S["REPLACE_FTRUNCATE"]="0" - S["REPLACE_FCHOWNAT"]="0" - S["REPLACE_DUP2"]="0" - S["REPLACE_DUP"]="0" - S["REPLACE_CLOSE"]="0" - S["REPLACE_CHOWN"]="0" - S["HAVE_SYS_PARAM_H"]="0" - S["HAVE_OS_H"]="0" - S["HAVE_DECL_TTYNAME_R"]="1" - S["HAVE_DECL_SETHOSTNAME"]="1" - S["HAVE_DECL_GETUSERSHELL"]="1" - S["HAVE_DECL_GETPAGESIZE"]="1" - S["HAVE_DECL_GETLOGIN_R"]="1" - S["HAVE_DECL_GETLOGIN"]="1" - S["HAVE_DECL_GETDOMAINNAME"]="1" - S["HAVE_DECL_FDATASYNC"]="1" - S["HAVE_DECL_FCHDIR"]="1" - S["HAVE_DECL_ENVIRON"]="1" - S["HAVE_USLEEP"]="1" - S["HAVE_UNLINKAT"]="1" - S["HAVE_TRUNCATE"]="1" - S["HAVE_SYMLINKAT"]="1" - S["HAVE_SYMLINK"]="1" - S["HAVE_SLEEP"]="1" - S["HAVE_SETHOSTNAME"]="1" - S["HAVE_READLINKAT"]="1" - S["HAVE_READLINK"]="1" - S["HAVE_PWRITE"]="1" - S["HAVE_PREAD"]="1" - S["HAVE_PIPE2"]="1" - S["HAVE_PIPE"]="1" - S["HAVE_LINKAT"]="1" - S["HAVE_LINK"]="1" - S["HAVE_LCHOWN"]="1" - S["HAVE_GROUP_MEMBER"]="1" - S["HAVE_GETPAGESIZE"]="1" - S["HAVE_GETLOGIN"]="1" - S["HAVE_GETHOSTNAME"]="1" - S["HAVE_GETGROUPS"]="1" - S["HAVE_GETDTABLESIZE"]="1" - S["HAVE_FTRUNCATE"]="1" - S["HAVE_FSYNC"]="1" - S["HAVE_FDATASYNC"]="1" - S["HAVE_FCHOWNAT"]="1" - S["HAVE_FCHDIR"]="1" - S["HAVE_FACCESSAT"]="1" - S["HAVE_EUIDACCESS"]="1" - S["HAVE_DUP3"]="1" - S["HAVE_DUP2"]="1" - S["HAVE_CHOWN"]="1" - S["GNULIB_WRITE"]="0" - S["GNULIB_USLEEP"]="0" - S["GNULIB_UNLINKAT"]="0" - S["GNULIB_UNLINK"]="0" - S["GNULIB_UNISTD_H_SIGPIPE"]="0" - S["GNULIB_UNISTD_H_NONBLOCKING"]="0" - S["GNULIB_TTYNAME_R"]="0" - S["GNULIB_TRUNCATE"]="0" - S["GNULIB_SYMLINKAT"]="0" - S["GNULIB_SYMLINK"]="0" - S["GNULIB_SLEEP"]="0" - S["GNULIB_SETHOSTNAME"]="0" - S["GNULIB_RMDIR"]="0" - S["GNULIB_READLINKAT"]="0" - S["GNULIB_READLINK"]="0" - S["GNULIB_READ"]="0" - S["GNULIB_PWRITE"]="0" - S["GNULIB_PREAD"]="0" - S["GNULIB_PIPE2"]="0" - S["GNULIB_PIPE"]="0" - S["GNULIB_LSEEK"]="0" - S["GNULIB_LINKAT"]="0" - S["GNULIB_LINK"]="0" - S["GNULIB_LCHOWN"]="0" - S["GNULIB_ISATTY"]="0" - S["GNULIB_GROUP_MEMBER"]="0" - S["GNULIB_GETUSERSHELL"]="0" - S["GNULIB_GETPAGESIZE"]="0" - S["GNULIB_GETLOGIN_R"]="0" - S["GNULIB_GETLOGIN"]="0" - S["GNULIB_GETHOSTNAME"]="0" - S["GNULIB_GETGROUPS"]="0" - S["GNULIB_GETDTABLESIZE"]="0" - S["GNULIB_GETDOMAINNAME"]="0" - S["GNULIB_GETCWD"]="0" - S["GNULIB_FTRUNCATE"]="0" - S["GNULIB_FSYNC"]="0" - S["GNULIB_FDATASYNC"]="0" - S["GNULIB_FCHOWNAT"]="0" - S["GNULIB_FCHDIR"]="0" - S["GNULIB_FACCESSAT"]="0" - S["GNULIB_EUIDACCESS"]="0" - S["GNULIB_ENVIRON"]="0" - S["GNULIB_DUP3"]="0" - S["GNULIB_DUP2"]="0" - S["GNULIB_DUP"]="0" - S["GNULIB_CLOSE"]="0" - S["GNULIB_CHOWN"]="0" - S["GNULIB_CHDIR"]="0" - S["REPLACE_ITOLD"]="0" - S["GL_GENERATE_FLOAT_H_FALSE"]="" - S["GL_GENERATE_FLOAT_H_TRUE"]="#" - S["FLOAT_H"]="" - S["NEXT_AS_FIRST_DIRECTIVE_FLOAT_H"]="" - S["NEXT_FLOAT_H"]="" - S["EOVERFLOW_VALUE"]="" - S["EOVERFLOW_HIDDEN"]="" - S["ENOLINK_VALUE"]="" - S["ENOLINK_HIDDEN"]="" - S["EMULTIHOP_VALUE"]="" - S["EMULTIHOP_HIDDEN"]="" - S["GL_GENERATE_ERRNO_H_FALSE"]="" - S["GL_GENERATE_ERRNO_H_TRUE"]="#" - S["ERRNO_H"]="" - S["NEXT_AS_FIRST_DIRECTIVE_ERRNO_H"]="" - S["NEXT_ERRNO_H"]="" - S["PRAGMA_COLUMNS"]="" - S["PRAGMA_SYSTEM_HEADER"]="#pragma GCC system_header" - S["INCLUDE_NEXT_AS_FIRST_DIRECTIVE"]="include_next" - S["INCLUDE_NEXT"]="include_next" - S["GL_GENERATE_ARGZ_H_FALSE"]="" - S["GL_GENERATE_ARGZ_H_TRUE"]="#" - S["ARGZ_H"]="" - S["GL_GENERATE_ALLOCA_H_FALSE"]="#" - S["GL_GENERATE_ALLOCA_H_TRUE"]="" - S["ALLOCA_H"]="alloca.h" - S["ALLOCA"]="" - S["GL_COND_LIBTOOL_FALSE"]="" - S["GL_COND_LIBTOOL_TRUE"]="#" - S["host_os"]="linux-gnu" - S["host_vendor"]="pc" - S["host_cpu"]="i686" - S["host"]="i686-pc-linux-gnu" - S["build_os"]="linux-gnu" - S["build_vendor"]="pc" - S["build_cpu"]="i686" - S["build"]="i686-pc-linux-gnu" - S["RANLIB"]="ranlib" - S["ARFLAGS"]="cr" - S["AR"]="ar" - S["EGREP"]="/usr/bin/grep -E" - S["GREP"]="/usr/bin/grep" - S["CPP"]="gcc -E" - S["am__fastdepCC_FALSE"]="#" - S["am__fastdepCC_TRUE"]="" - S["CCDEPMODE"]="depmode=gcc3" - S["am__nodep"]="_no" - S["AMDEPBACKSLASH"]="\\" - S["AMDEP_FALSE"]="#" - S["AMDEP_TRUE"]="" - S["am__quote"]="" - S["am__include"]="include" - S["DEPDIR"]=".deps" - S["OBJEXT"]="o" - S["EXEEXT"]="" - S["ac_ct_CC"]="gcc" - S["CPPFLAGS"]="" - S["LDFLAGS"]="" - S["CFLAGS"]="-g -O2" - S["CC"]="gcc -std=gnu99" - S["PERL_EXT_CC"]="" - S["PERL_EXT_LDFLAGS"]="" - S["PERL_EXT_CPPFLAGS"]="" - S["PERL_EXT_CFLAGS"]="" - S["PERL"]="/usr/bin/perl" - S["PACKAGE_DATE"]="23 June 2017" - S["TEXI2HTML_FALSE"]="" - S["TEXI2HTML_TRUE"]="#" - S["TEXINFO_DTD_VERSION"]="6.4" - S["AM_BACKSLASH"]="\\" - S["AM_DEFAULT_VERBOSITY"]="1" - S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" - S["AM_V"]="$(V)" - S["am__untar"]="tar -xf -" - S["am__tar"]="tar --format=ustar -chf - \"$$tardir\"" - S["AMTAR"]="$${TAR-tar}" - S["am__leading_dot"]="." - S["SET_MAKE"]="" - S["AWK"]="gawk" - S["mkdir_p"]="$(MKDIR_P)" - S["MKDIR_P"]="/usr/bin/mkdir -p" - S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" - S["STRIP"]="" - S["install_sh"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh" - S["MAKEINFO"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing makeinfo" - S["AUTOHEADER"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader" - S["AUTOMAKE"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15" - S["AUTOCONF"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf" - S["ACLOCAL"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15" - S["VERSION"]="6.4" - S["PACKAGE"]="texinfo" - S["CYGPATH_W"]="echo" - S["am__isrc"]="" - S["INSTALL_DATA"]="${INSTALL} -m 644" - S["INSTALL_SCRIPT"]="${INSTALL}" - S["INSTALL_PROGRAM"]="${INSTALL}" - S["target_alias"]="" - S["host_alias"]="" - S["build_alias"]="" - S["LIBS"]="" - S["ECHO_T"]="" - S["ECHO_N"]="-n" - S["ECHO_C"]="" - S["DEFS"]="-DHAVE_CONFIG_H" - S["mandir"]="${datarootdir}/man" - S["localedir"]="${datarootdir}/locale" - S["libdir"]="${exec_prefix}/lib" - S["psdir"]="${docdir}" - S["pdfdir"]="${docdir}" - S["dvidir"]="${docdir}" - S["htmldir"]="${docdir}" - S["infodir"]="${datarootdir}/info" - S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" - S["oldincludedir"]="/usr/include" - S["includedir"]="${prefix}/include" - S["localstatedir"]="${prefix}/var" - S["sharedstatedir"]="${prefix}/com" - S["sysconfdir"]="${prefix}/etc" - S["datadir"]="${datarootdir}" - S["datarootdir"]="${prefix}/share" - S["libexecdir"]="${exec_prefix}/libexec" - S["sbindir"]="${exec_prefix}/sbin" - S["bindir"]="${exec_prefix}/bin" - S["program_transform_name"]="s,x,x," - S["prefix"]="/usr/local" - S["exec_prefix"]="${prefix}" - S["PACKAGE_URL"]="http://www.gnu.org/software/texinfo/" - S["PACKAGE_BUGREPORT"]="bug-texinfo@gnu.org" - S["PACKAGE_STRING"]="GNU Texinfo 6.4" - S["PACKAGE_VERSION"]="6.4" - S["PACKAGE_TARNAME"]="texinfo" - S["PACKAGE_NAME"]="GNU Texinfo" - S["PATH_SEPARATOR"]=":" - S["SHELL"]="/bin/sh" - _ACAWK - cat >>"$ac_tmp/subs1.awk" <<_ACAWK && - for (key in S) S_is_set[key] = 1 - FS = "" - - } - { - line = $ 0 - nfields = split(line, field, "@") - substed = 0 - len = length(field[1]) - for (i = 2; i < nfields; i++) { - key = field[i] - keylen = length(key) - if (S_is_set[key]) { - value = S[key] - line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) - len += length(value) + length(field[++i]) - substed = 1 - } else - len += 1 + keylen - } - - print line - } - - _ACAWK - if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then - sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" - else - cat - fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ - || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 - fi # test -n "$CONFIG_FILES" - - # Set up the scripts for CONFIG_HEADERS section. - # No need to generate them if there are no CONFIG_HEADERS. - # This happens for instance with `./config.status Makefile'. - if test -n "$CONFIG_HEADERS"; then - cat >"$ac_tmp/defines.awk" <<\_ACAWK || - BEGIN { - D["PACKAGE_NAME"]=" \"GNU Texinfo\"" - D["PACKAGE_TARNAME"]=" \"texinfo\"" - D["PACKAGE_VERSION"]=" \"6.4\"" - D["PACKAGE_STRING"]=" \"GNU Texinfo 6.4\"" - D["PACKAGE_BUGREPORT"]=" \"bug-texinfo@gnu.org\"" - D["PACKAGE_URL"]=" \"http://www.gnu.org/software/texinfo/\"" - D["PACKAGE"]=" \"texinfo\"" - D["VERSION"]=" \"6.4\"" - D["STDC_HEADERS"]=" 1" - D["HAVE_SYS_TYPES_H"]=" 1" - D["HAVE_SYS_STAT_H"]=" 1" - D["HAVE_STDLIB_H"]=" 1" - D["HAVE_STRING_H"]=" 1" - D["HAVE_MEMORY_H"]=" 1" - D["HAVE_STRINGS_H"]=" 1" - D["HAVE_INTTYPES_H"]=" 1" - D["HAVE_STDINT_H"]=" 1" - D["HAVE_UNISTD_H"]=" 1" - D["__EXTENSIONS__"]=" 1" - D["_ALL_SOURCE"]=" 1" - D["_DARWIN_C_SOURCE"]=" 1" - D["_GNU_SOURCE"]=" 1" - D["_POSIX_PTHREAD_SEMANTICS"]=" 1" - D["__STDC_WANT_IEC_60559_ATTRIBS_EXT__"]=" 1" - D["__STDC_WANT_IEC_60559_BFP_EXT__"]=" 1" - D["__STDC_WANT_IEC_60559_DFP_EXT__"]=" 1" - D["__STDC_WANT_IEC_60559_FUNCS_EXT__"]=" 1" - D["__STDC_WANT_IEC_60559_TYPES_EXT__"]=" 1" - D["__STDC_WANT_LIB_EXT2__"]=" 1" - D["__STDC_WANT_MATH_SPEC_FUNCS__"]=" 1" - D["_TANDEM_SOURCE"]=" 1" - D["HAVE_ALLOCA_H"]=" 1" - D["HAVE_ALLOCA"]=" 1" - D["restrict"]=" __restrict" - D["HAVE_DECL_STRERROR_R"]=" 1" - D["HAVE_STRERROR_R"]=" 1" - D["STRERROR_R_CHAR_P"]=" 1" - D["HAVE_GETOPT_H"]=" 1" - D["HAVE_SYS_CDEFS_H"]=" 1" - D["HAVE_WCTYPE_H"]=" 1" - D["HAVE_LIMITS_H"]=" 1" - D["HAVE_WCHAR_H"]=" 1" - D["HAVE_SYS_MMAN_H"]=" 1" - D["HAVE_MALLOC_H"]=" 1" - D["HAVE_STDINT_H"]=" 1" - D["HAVE_STRINGS_H"]=" 1" - D["HAVE_UNISTD_H"]=" 1" - D["HAVE_FEATURES_H"]=" 1" - D["HAVE_LANGINFO_H"]=" 1" - D["HAVE_XLOCALE_H"]=" 1" - D["HAVE_SYS_SOCKET_H"]=" 1" - D["HAVE_GETOPT_H"]=" 1" - D["HAVE_GETOPT_LONG_ONLY"]=" 1" - D["HAVE_ISWCNTRL"]=" 1" - D["HAVE_ISWBLANK"]=" 1" - D["HAVE_MBSINIT"]=" 1" - D["HAVE_MBRTOWC"]=" 1" - D["HAVE_ISASCII"]=" 1" - D["HAVE_MPROTECT"]=" 1" - D["HAVE_ISBLANK"]=" 1" - D["HAVE_ISWCTYPE"]=" 1" - D["HAVE_STRDUP"]=" 1" - D["HAVE_WCWIDTH"]=" 1" - D["HAVE_BTOWC"]=" 1" - D["HAVE_SYMLINK"]=" 1" - D["HAVE_NL_LANGINFO"]=" 1" - D["HAVE_STRNDUP"]=" 1" - D["HAVE_SNPRINTF"]=" 1" - D["HAVE_WCRTOMB"]=" 1" - D["HAVE_ICONV"]=" 1" - D["ICONV_CONST"]=" " - D["HAVE_WINT_T"]=" 1" - D["HAVE_TOWLOWER"]=" 1" - D["HAVE_RAW_DECL_WCTYPE"]=" 1" - D["HAVE_RAW_DECL_ISWCTYPE"]=" 1" - D["HAVE_RAW_DECL_WCTRANS"]=" 1" - D["HAVE_RAW_DECL_TOWCTRANS"]=" 1" - D["HAVE_STDLIB_H"]=" 1" - D["MALLOC_0_IS_NONNULL"]=" 1" - D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1" - D["HAVE_LONG_LONG_INT"]=" 1" - D["HAVE_MBSTATE_T"]=" 1" - D["HAVE_LANGINFO_CODESET"]=" 1" - D["HAVE_MAP_ANONYMOUS"]=" 1" - D["HAVE_DECL_MEMRCHR"]=" 1" - D["HAVE_DECL_ALARM"]=" 1" - D["HAVE__BOOL"]=" 1" - D["HAVE_WCHAR_T"]=" 1" - D["HAVE_STRCASESTR"]=" 1" - D["HAVE_DECL_STRDUP"]=" 1" - D["HAVE_RAW_DECL_FFSL"]=" 1" - D["HAVE_RAW_DECL_FFSLL"]=" 1" - D["HAVE_RAW_DECL_MEMMEM"]=" 1" - D["HAVE_RAW_DECL_MEMPCPY"]=" 1" - D["HAVE_RAW_DECL_MEMRCHR"]=" 1" - D["HAVE_RAW_DECL_RAWMEMCHR"]=" 1" - D["HAVE_RAW_DECL_STPCPY"]=" 1" - D["HAVE_RAW_DECL_STPNCPY"]=" 1" - D["HAVE_RAW_DECL_STRCHRNUL"]=" 1" - D["HAVE_RAW_DECL_STRDUP"]=" 1" - D["HAVE_RAW_DECL_STRNCAT"]=" 1" - D["HAVE_RAW_DECL_STRNDUP"]=" 1" - D["HAVE_RAW_DECL_STRNLEN"]=" 1" - D["HAVE_RAW_DECL_STRPBRK"]=" 1" - D["HAVE_RAW_DECL_STRSEP"]=" 1" - D["HAVE_RAW_DECL_STRCASESTR"]=" 1" - D["HAVE_RAW_DECL_STRTOK_R"]=" 1" - D["HAVE_RAW_DECL_STRERROR_R"]=" 1" - D["HAVE_RAW_DECL_STRSIGNAL"]=" 1" - D["HAVE_RAW_DECL_STRVERSCMP"]=" 1" - D["HAVE_RAW_DECL_FFS"]=" 1" - D["HAVE_RAW_DECL_STRCASECMP"]=" 1" - D["HAVE_RAW_DECL_STRNCASECMP"]=" 1" - D["HAVE_DECL_STRNLEN"]=" 1" - D["HAVE_WORKING_O_NOATIME"]=" 1" - D["HAVE_WORKING_O_NOFOLLOW"]=" 1" - D["HAVE_DECL_GETC_UNLOCKED"]=" 1" - D["USE_POSIX_THREADS"]=" 1" - D["USE_POSIX_THREADS_WEAK"]=" 1" - D["HAVE_DECL_STRNDUP"]=" 1" - D["HAVE_INTTYPES_H_WITH_UINTMAX"]=" 1" - D["HAVE_STDINT_H_WITH_UINTMAX"]=" 1" - D["HAVE_INTMAX_T"]=" 1" - D["DBL_EXPBIT0_WORD"]=" 1" - D["DBL_EXPBIT0_BIT"]=" 20" - D["HAVE_SNPRINTF"]=" 1" - D["HAVE_STRNLEN"]=" 1" - D["HAVE_WCSLEN"]=" 1" - D["HAVE_WCSNLEN"]=" 1" - D["HAVE_MBRTOWC"]=" 1" - D["HAVE_WCRTOMB"]=" 1" - D["HAVE_DECL__SNPRINTF"]=" 0" - D["HAVE_SNPRINTF_RETVAL_C99"]=" 1" - D["HAVE_ALLOCA"]=" 1" - D["HAVE_ARGZ_H"]=" 1" - D["HAVE_ERROR_T"]=" 1" - D["HAVE_WORKING_ARGZ"]=" 1" - D["HAVE_DECL_PROGRAM_INVOCATION_NAME"]=" 1" - D["HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME"]=" 1" - D["HAVE_DECL___ARGV"]=" 0" - D["HAVE_DECL_ISWBLANK"]=" 1" - D["GNULIB_TEST_ISWBLANK"]=" 1" - D["HAVE_MALLOC_POSIX"]=" 1" - D["GNULIB_TEST_MALLOC_POSIX"]=" 1" - D["MBRTOWC_EMPTY_INPUT_BUG"]=" 1" - D["C_LOCALE_MAYBE_EILSEQ"]=" 1" - D["GNULIB_TEST_MBRTOWC"]=" 1" - D["GNULIB_TEST_MBSCASECMP"]=" 1" - D["GNULIB_TEST_MBSCHR"]=" 1" - D["GNULIB_TEST_MBSINIT"]=" 1" - D["GNULIB_TEST_MBSLEN"]=" 1" - D["GNULIB_TEST_MBSNCASECMP"]=" 1" - D["GNULIB_TEST_MBSSTR"]=" 1" - D["HAVE_DECL_MBSWIDTH_IN_WCHAR_H"]=" 0" - D["HAVE_MBSTATE_T"]=" 1" - D["GNULIB_TEST_MEMCHR"]=" 1" - D["HAVE_MEMRCHR"]=" 1" - D["GNULIB_TEST_MEMRCHR"]=" 1" - D["__USE_MINGW_ANSI_STDIO"]=" 1" - D["GNULIB_FSCANF"]=" 1" - D["GNULIB_SCANF"]=" 1" - D["HAVE_RAW_DECL_DPRINTF"]=" 1" - D["HAVE_RAW_DECL_FSEEKO"]=" 1" - D["HAVE_RAW_DECL_FTELLO"]=" 1" - D["HAVE_RAW_DECL_GETDELIM"]=" 1" - D["HAVE_RAW_DECL_GETLINE"]=" 1" - D["HAVE_RAW_DECL_PCLOSE"]=" 1" - D["HAVE_RAW_DECL_POPEN"]=" 1" - D["HAVE_RAW_DECL_RENAMEAT"]=" 1" - D["HAVE_RAW_DECL_SNPRINTF"]=" 1" - D["HAVE_RAW_DECL_TMPFILE"]=" 1" - D["HAVE_RAW_DECL_VDPRINTF"]=" 1" - D["HAVE_RAW_DECL_VSNPRINTF"]=" 1" - D["HAVE_RAW_DECL__EXIT"]=" 1" - D["HAVE_RAW_DECL_ATOLL"]=" 1" - D["HAVE_RAW_DECL_CANONICALIZE_FILE_NAME"]=" 1" - D["HAVE_RAW_DECL_GETLOADAVG"]=" 1" - D["HAVE_RAW_DECL_GETSUBOPT"]=" 1" - D["HAVE_RAW_DECL_GRANTPT"]=" 1" - D["HAVE_RAW_DECL_INITSTATE"]=" 1" - D["HAVE_RAW_DECL_INITSTATE_R"]=" 1" - D["HAVE_RAW_DECL_MKDTEMP"]=" 1" - D["HAVE_RAW_DECL_MKOSTEMP"]=" 1" - D["HAVE_RAW_DECL_MKOSTEMPS"]=" 1" - D["HAVE_RAW_DECL_MKSTEMP"]=" 1" - D["HAVE_RAW_DECL_MKSTEMPS"]=" 1" - D["HAVE_RAW_DECL_POSIX_OPENPT"]=" 1" - D["HAVE_RAW_DECL_PTSNAME"]=" 1" - D["HAVE_RAW_DECL_PTSNAME_R"]=" 1" - D["HAVE_RAW_DECL_QSORT_R"]=" 1" - D["HAVE_RAW_DECL_RANDOM"]=" 1" - D["HAVE_RAW_DECL_RANDOM_R"]=" 1" - D["HAVE_RAW_DECL_REALPATH"]=" 1" - D["HAVE_RAW_DECL_RPMATCH"]=" 1" - D["HAVE_RAW_DECL_SECURE_GETENV"]=" 1" - D["HAVE_RAW_DECL_SETENV"]=" 1" - D["HAVE_RAW_DECL_SETSTATE"]=" 1" - D["HAVE_RAW_DECL_SETSTATE_R"]=" 1" - D["HAVE_RAW_DECL_SRANDOM"]=" 1" - D["HAVE_RAW_DECL_SRANDOM_R"]=" 1" - D["HAVE_RAW_DECL_STRTOD"]=" 1" - D["HAVE_RAW_DECL_STRTOLL"]=" 1" - D["HAVE_RAW_DECL_STRTOULL"]=" 1" - D["HAVE_RAW_DECL_UNLOCKPT"]=" 1" - D["HAVE_RAW_DECL_UNSETENV"]=" 1" - D["HAVE_STRCASECMP"]=" 1" - D["HAVE_STRNCASECMP"]=" 1" - D["HAVE_DECL_STRNCASECMP"]=" 1" - D["HAVE_STRCASESTR"]=" 1" - D["GNULIB_TEST_STRCASESTR"]=" 1" - D["GNULIB_TEST_STRDUP"]=" 1" - D["GNULIB_STRERROR"]=" 1" - D["GNULIB_TEST_STRERROR"]=" 1" - D["GNULIB_TEST_STRNLEN"]=" 1" - D["HAVE_RAW_DECL_CHDIR"]=" 1" - D["HAVE_RAW_DECL_CHOWN"]=" 1" - D["HAVE_RAW_DECL_DUP"]=" 1" - D["HAVE_RAW_DECL_DUP2"]=" 1" - D["HAVE_RAW_DECL_DUP3"]=" 1" - D["HAVE_RAW_DECL_ENVIRON"]=" 1" - D["HAVE_RAW_DECL_EUIDACCESS"]=" 1" - D["HAVE_RAW_DECL_FACCESSAT"]=" 1" - D["HAVE_RAW_DECL_FCHDIR"]=" 1" - D["HAVE_RAW_DECL_FCHOWNAT"]=" 1" - D["HAVE_RAW_DECL_FDATASYNC"]=" 1" - D["HAVE_RAW_DECL_FSYNC"]=" 1" - D["HAVE_RAW_DECL_FTRUNCATE"]=" 1" - D["HAVE_RAW_DECL_GETCWD"]=" 1" - D["HAVE_RAW_DECL_GETDOMAINNAME"]=" 1" - D["HAVE_RAW_DECL_GETDTABLESIZE"]=" 1" - D["HAVE_RAW_DECL_GETGROUPS"]=" 1" - D["HAVE_RAW_DECL_GETHOSTNAME"]=" 1" - D["HAVE_RAW_DECL_GETLOGIN"]=" 1" - D["HAVE_RAW_DECL_GETLOGIN_R"]=" 1" - D["HAVE_RAW_DECL_GETPAGESIZE"]=" 1" - D["HAVE_RAW_DECL_GETUSERSHELL"]=" 1" - D["HAVE_RAW_DECL_SETUSERSHELL"]=" 1" - D["HAVE_RAW_DECL_ENDUSERSHELL"]=" 1" - D["HAVE_RAW_DECL_GROUP_MEMBER"]=" 1" - D["HAVE_RAW_DECL_ISATTY"]=" 1" - D["HAVE_RAW_DECL_LCHOWN"]=" 1" - D["HAVE_RAW_DECL_LINK"]=" 1" - D["HAVE_RAW_DECL_LINKAT"]=" 1" - D["HAVE_RAW_DECL_LSEEK"]=" 1" - D["HAVE_RAW_DECL_PIPE"]=" 1" - D["HAVE_RAW_DECL_PIPE2"]=" 1" - D["HAVE_RAW_DECL_PREAD"]=" 1" - D["HAVE_RAW_DECL_PWRITE"]=" 1" - D["HAVE_RAW_DECL_READLINK"]=" 1" - D["HAVE_RAW_DECL_READLINKAT"]=" 1" - D["HAVE_RAW_DECL_RMDIR"]=" 1" - D["HAVE_RAW_DECL_SETHOSTNAME"]=" 1" - D["HAVE_RAW_DECL_SLEEP"]=" 1" - D["HAVE_RAW_DECL_SYMLINK"]=" 1" - D["HAVE_RAW_DECL_SYMLINKAT"]=" 1" - D["HAVE_RAW_DECL_TRUNCATE"]=" 1" - D["HAVE_RAW_DECL_TTYNAME_R"]=" 1" - D["HAVE_RAW_DECL_UNLINK"]=" 1" - D["HAVE_RAW_DECL_UNLINKAT"]=" 1" - D["HAVE_RAW_DECL_USLEEP"]=" 1" - D["HAVE_VASPRINTF"]=" 1" - D["GNULIB_TEST_VASPRINTF"]=" 1" - D["HAVE_RAW_DECL_BTOWC"]=" 1" - D["HAVE_RAW_DECL_WCTOB"]=" 1" - D["HAVE_RAW_DECL_MBSINIT"]=" 1" - D["HAVE_RAW_DECL_MBRTOWC"]=" 1" - D["HAVE_RAW_DECL_MBRLEN"]=" 1" - D["HAVE_RAW_DECL_MBSRTOWCS"]=" 1" - D["HAVE_RAW_DECL_MBSNRTOWCS"]=" 1" - D["HAVE_RAW_DECL_WCRTOMB"]=" 1" - D["HAVE_RAW_DECL_WCSRTOMBS"]=" 1" - D["HAVE_RAW_DECL_WCSNRTOMBS"]=" 1" - D["HAVE_RAW_DECL_WCWIDTH"]=" 1" - D["HAVE_RAW_DECL_WMEMCHR"]=" 1" - D["HAVE_RAW_DECL_WMEMCMP"]=" 1" - D["HAVE_RAW_DECL_WMEMCPY"]=" 1" - D["HAVE_RAW_DECL_WMEMMOVE"]=" 1" - D["HAVE_RAW_DECL_WMEMSET"]=" 1" - D["HAVE_RAW_DECL_WCSLEN"]=" 1" - D["HAVE_RAW_DECL_WCSNLEN"]=" 1" - D["HAVE_RAW_DECL_WCSCPY"]=" 1" - D["HAVE_RAW_DECL_WCPCPY"]=" 1" - D["HAVE_RAW_DECL_WCSNCPY"]=" 1" - D["HAVE_RAW_DECL_WCPNCPY"]=" 1" - D["HAVE_RAW_DECL_WCSCAT"]=" 1" - D["HAVE_RAW_DECL_WCSNCAT"]=" 1" - D["HAVE_RAW_DECL_WCSCMP"]=" 1" - D["HAVE_RAW_DECL_WCSNCMP"]=" 1" - D["HAVE_RAW_DECL_WCSCASECMP"]=" 1" - D["HAVE_RAW_DECL_WCSNCASECMP"]=" 1" - D["HAVE_RAW_DECL_WCSCOLL"]=" 1" - D["HAVE_RAW_DECL_WCSXFRM"]=" 1" - D["HAVE_RAW_DECL_WCSDUP"]=" 1" - D["HAVE_RAW_DECL_WCSCHR"]=" 1" - D["HAVE_RAW_DECL_WCSRCHR"]=" 1" - D["HAVE_RAW_DECL_WCSCSPN"]=" 1" - D["HAVE_RAW_DECL_WCSSPN"]=" 1" - D["HAVE_RAW_DECL_WCSPBRK"]=" 1" - D["HAVE_RAW_DECL_WCSSTR"]=" 1" - D["HAVE_RAW_DECL_WCSTOK"]=" 1" - D["HAVE_RAW_DECL_WCSWIDTH"]=" 1" - D["HAVE_RAW_DECL_WCSFTIME"]=" 1" - D["HAVE_TOWLOWER"]=" 1" - D["HAVE_RAW_DECL_WCTYPE"]=" 1" - D["HAVE_RAW_DECL_ISWCTYPE"]=" 1" - D["HAVE_RAW_DECL_WCTRANS"]=" 1" - D["HAVE_RAW_DECL_TOWCTRANS"]=" 1" - D["HAVE_DECL_WCWIDTH"]=" 1" - D["GNULIB_TEST_WCWIDTH"]=" 1" - D["STDC_HEADERS"]=" 1" - D["HAVE_FCNTL_H"]=" 1" - D["HAVE_LIMITS_H"]=" 1" - D["HAVE_PWD_H"]=" 1" - D["HAVE_STRING_H"]=" 1" - D["HAVE_STRINGS_H"]=" 1" - D["HAVE_STROPTS_H"]=" 1" - D["HAVE_TERMCAP_H"]=" 1" - D["HAVE_TERMIO_H"]=" 1" - D["HAVE_TERMIOS_H"]=" 1" - D["HAVE_UNISTD_H"]=" 1" - D["HAVE_SYS_FCNTL_H"]=" 1" - D["HAVE_SYS_FILE_H"]=" 1" - D["HAVE_SYS_IOCTL_H"]=" 1" - D["HAVE_SYS_TIME_H"]=" 1" - D["HAVE_SYS_WAIT_H"]=" 1" - D["RETSIGTYPE"]=" void" - D["HAVE_DECL_MEMCHR"]=" 1" - D["HAVE_DECL_STRCOLL"]=" 1" - D["HAVE_DECL_STRERROR"]=" 1" - D["HAVE_STRCOLL"]=" 1" - D["HAVE_VPRINTF"]=" 1" - D["HAVE_BZERO"]=" 1" - D["HAVE_GETCWD"]=" 1" - D["HAVE_MEMSET"]=" 1" - D["HAVE_SETLOCALE"]=" 1" - D["HAVE_SETVBUF"]=" 1" - D["HAVE_SIGACTION"]=" 1" - D["HAVE_SIGPROCMASK"]=" 1" - D["HAVE_SIGSETMASK"]=" 1" - D["HAVE_STRCHR"]=" 1" - D["HAVE_POSIX_OPENPT"]=" 1" - D["HAVE_MEMCPY"]=" 1" - D["HAVE_MEMMOVE"]=" 1" - D["HAVE_STRDUP"]=" 1" - D["HAVE_STRERROR"]=" 1" - D["HAVE_NCURSES_TERMCAP_H"]=" 1" - D["ENABLE_NLS"]=" 1" - D["HAVE_GETTEXT"]=" 1" - D["HAVE_DCGETTEXT"]=" 1" - for (key in D) D_is_set[key] = 1 - FS = "" - } - /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { - line = $ 0 - split(line, arg, " ") - if (arg[1] == "#") { - defundef = arg[2] - mac1 = arg[3] - } else { - defundef = substr(arg[1], 2) - mac1 = arg[2] - } - split(mac1, mac2, "(") #) - macro = mac2[1] - prefix = substr(line, 1, index(line, defundef) - 1) - if (D_is_set[macro]) { - # Preserve the white space surrounding the "#". - print prefix "define", macro P[macro] D[macro] - next - } else { - # Replace #undef with comments. This is necessary, for example, - # in the case of _POSIX_SOURCE, which is predefined and required - # on some systems where configure will not decide to define it. - if (defundef == "undef") { - print "/*", prefix defundef, macro, "*/" - next - } - } - } - { print } - _ACAWK - as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 - fi # test -n "$CONFIG_HEADERS" - - - eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" - shift - for ac_tag - do - case $ac_tag in - :[FHLC]) ac_mode=$ac_tag; continue;; - esac - case $ac_mode$ac_tag in - :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; - :[FH]-) ac_tag=-:-;; - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; - esac - ac_save_IFS=$IFS - IFS=: - set x $ac_tag - IFS=$ac_save_IFS - shift - ac_file=$1 - shift - - case $ac_mode in - :L) ac_source=$1;; - :[FH]) - ac_file_inputs= - for ac_f - do - case $ac_f in - -) ac_f="$ac_tmp/stdin";; - *) # Look for the file first in the build tree, then in the source tree - # (if the path is not absolute). The absolute path cannot be DOS-style, - # because $ac_f cannot contain `:'. - test -f "$ac_f" || - case $ac_f in - [\\/$]*) false;; - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; - esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; - esac - case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac - as_fn_append ac_file_inputs " '$ac_f'" - done - - # 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 by config.status. */ - configure_input='Generated from '` - $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' - `' by configure.' - if test x"$ac_file" != x-; then - configure_input="$ac_file. $configure_input" - { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 - $as_echo "$as_me: creating $ac_file" >&6;} - fi - # Neutralize special characters interpreted by sed in replacement strings. - case $configure_input in #( - *\&* | *\|* | *\\* ) - ac_sed_conf_input=`$as_echo "$configure_input" | - sed 's/[\\\\&|]/\\\\&/g'`;; #( - *) ac_sed_conf_input=$configure_input;; - esac - - case $ac_tag in - *:-:* | *:-) cat >"$ac_tmp/stdin" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; - esac - ;; - esac - - ac_dir=`$as_dirname -- "$ac_file" || - $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir="$ac_dir"; as_fn_mkdir_p - ac_builddir=. - - case "$ac_dir" in - .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; - esac ;; - esac - ac_abs_top_builddir=$ac_pwd - ac_abs_builddir=$ac_pwd$ac_dir_suffix - # for backward compatibility: - ac_top_builddir=$ac_top_build_prefix - - case $srcdir in - .) # We are building in place. - ac_srcdir=. - ac_top_srcdir=$ac_top_builddir_sub - ac_abs_top_srcdir=$ac_pwd ;; - [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir - ac_abs_top_srcdir=$srcdir ;; - *) # Relative name. - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_build_prefix$srcdir - ac_abs_top_srcdir=$ac_pwd/$srcdir ;; - esac - ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - - - case $ac_mode in - :F) - # - # CONFIG_FILE - # - - case $INSTALL in - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; - *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; - esac - ac_MKDIR_P=$MKDIR_P - case $MKDIR_P in - [\\/$]* | ?:[\\/]* ) ;; - */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; - esac - # If the template does not know about datarootdir, expand it. - # FIXME: This hack should be removed a few years after 2.60. - ac_datarootdir_hack=; ac_datarootdir_seen= - ac_sed_dataroot=' - /datarootdir/ { - p - q - } - /@datadir@/p - /@docdir@/p - /@infodir@/p - /@localedir@/p - /@mandir@/p' - case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in - *datarootdir*) ac_datarootdir_seen=yes;; - *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 - $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} - ac_datarootdir_hack=' - s&@datadir@&${datarootdir}&g - s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g - s&@infodir@&${datarootdir}/info&g - s&@localedir@&${datarootdir}/locale&g - s&@mandir@&${datarootdir}/man&g - s&\${datarootdir}&${prefix}/share&g' ;; - esac - ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ - h - s/// - s/^/:/ - s/[ ]*$/:/ - s/:\$(srcdir):/:/g - s/:\${srcdir}:/:/g - s/:@srcdir@:/:/g - s/^:*// - s/:*$// - x - s/\(=[ ]*\).*/\1/ - G - s/\n// - s/^[^=]*=[ ]*$// - } - - :t - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b - s|@configure_input@|$ac_sed_conf_input|;t t - s&@top_builddir@&$ac_top_builddir_sub&;t t - s&@top_build_prefix@&$ac_top_build_prefix&;t t - s&@srcdir@&$ac_srcdir&;t t - s&@abs_srcdir@&$ac_abs_srcdir&;t t - s&@top_srcdir@&$ac_top_srcdir&;t t - s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t - s&@builddir@&$ac_builddir&;t t - s&@abs_builddir@&$ac_abs_builddir&;t t - s&@abs_top_builddir@&$ac_abs_top_builddir&;t t - s&@INSTALL@&$ac_INSTALL&;t t - s&@MKDIR_P@&$ac_MKDIR_P&;t t - $ac_datarootdir_hack - " - eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ - >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - - test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ - "$ac_tmp/out"`; test -z "$ac_out"; } && - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' - which seems to be undefined. Please make sure it is defined" >&5 - $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' - which seems to be undefined. Please make sure it is defined" >&2;} - - rm -f "$ac_tmp/stdin" - case $ac_file in - -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; - *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; - esac \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - ;; - :H) - # - # CONFIG_HEADER - # - if test x"$ac_file" != x-; then - { - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" - } >"$ac_tmp/config.h" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then - { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 - $as_echo "$as_me: $ac_file is unchanged" >&6;} - else - rm -f "$ac_file" - mv "$ac_tmp/config.h" "$ac_file" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - fi - else - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ - || as_fn_error $? "could not create -" "$LINENO" 5 - fi - # Compute "$ac_file"'s index in $config_headers. - _am_arg="$ac_file" - _am_stamp_count=1 - for _am_header in $config_headers :; do - case $_am_header in - $_am_arg | $_am_arg:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac - done - echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || - $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$_am_arg" : 'X\(//\)[^/]' \| \ - X"$_am_arg" : 'X\(//\)$' \| \ - X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$_am_arg" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'`/stamp-h$_am_stamp_count - ;; - - :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 - $as_echo "$as_me: executing $ac_file commands" >&6;} - ;; - esac - - - case $ac_file$ac_mode in - "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Older Autoconf quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac - shift - for mf - do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || - $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$mf" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || - $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done - done - } - ;; - "po-directories":C) - for ac_file in $CONFIG_FILES; do - # Support "outfile[:infile[:infile...]]" - case "$ac_file" in - *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; - esac - # PO directories have a Makefile.in generated from Makefile.in.in. - case "$ac_file" in */Makefile.in) - # Adjust a relative srcdir. - ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` - ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` - ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` - # In autoconf-2.13 it is called $ac_given_srcdir. - # In autoconf-2.50 it is called $srcdir. - test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" - case "$ac_given_srcdir" in - .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; - /*) top_srcdir="$ac_given_srcdir" ;; - *) top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - # Treat a directory as a PO directory if and only if it has a - # POTFILES.in file. This allows packages to have multiple PO - # directories under different names or in different locations. - if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then - rm -f "$ac_dir/POTFILES" - test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" - gt_tab=`printf '\t'` - cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" - POMAKEFILEDEPS="POTFILES.in" - # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend - # on $ac_dir but don't depend on user-specified configuration - # parameters. - if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then - # The LINGUAS file contains the set of available languages. - if test -n "$OBSOLETE_ALL_LINGUAS"; then - test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" - fi - ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` - # Hide the ALL_LINGUAS assignment from automake < 1.5. - eval 'ALL_LINGUAS''=$ALL_LINGUAS_' - POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" - else - # The set of available languages was given in configure.in. - # Hide the ALL_LINGUAS assignment from automake < 1.5. - eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' - fi - # Compute POFILES - # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) - # Compute UPDATEPOFILES - # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) - # Compute DUMMYPOFILES - # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) - # Compute GMOFILES - # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) - case "$ac_given_srcdir" in - .) srcdirpre= ;; - *) srcdirpre='$(srcdir)/' ;; - esac - POFILES= - UPDATEPOFILES= - DUMMYPOFILES= - GMOFILES= - for lang in $ALL_LINGUAS; do - POFILES="$POFILES $srcdirpre$lang.po" - UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" - DUMMYPOFILES="$DUMMYPOFILES $lang.nop" - GMOFILES="$GMOFILES $srcdirpre$lang.gmo" - done - # CATALOGS depends on both $ac_dir and the user's LINGUAS - # environment variable. - INST_LINGUAS= - if test -n "$ALL_LINGUAS"; then - for presentlang in $ALL_LINGUAS; do - useit=no - if test "%UNSET%" != "$LINGUAS"; then - desiredlanguages="$LINGUAS" - else - desiredlanguages="$ALL_LINGUAS" - fi - for desiredlang in $desiredlanguages; do - # Use the presentlang catalog if desiredlang is - # a. equal to presentlang, or - # b. a variant of presentlang (because in this case, - # presentlang can be used as a fallback for messages - # which are not translated in the desiredlang catalog). - case "$desiredlang" in - "$presentlang"*) useit=yes;; - esac - done - if test $useit = yes; then - INST_LINGUAS="$INST_LINGUAS $presentlang" - fi - done - fi - CATALOGS= - if test -n "$INST_LINGUAS"; then - for lang in $INST_LINGUAS; do - CATALOGS="$CATALOGS $lang.gmo" - done - fi - test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" - sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" - for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do - if test -f "$f"; then - case "$f" in - *.orig | *.bak | *~) ;; - *) cat "$f" >> "$ac_dir/Makefile" ;; - esac - fi - done - fi - ;; - esac - done ;; - - esac - done # for ac_tag - - - as_fn_exit 0 --- 0 ---- diff -Nrc2 texinfo-6.4/configure texinfo-6.5/configure *** texinfo-6.4/configure 2017-06-23 07:04:44.000000000 +0100 --- texinfo-6.5/configure 2017-09-12 19:50:18.000000000 +0100 *************** *** 1,5 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.69 for GNU Texinfo 6.4. # # Report bugs to . --- 1,5 ---- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.69 for GNU Texinfo 6.5. # # Report bugs to . *************** *** 581,586 **** PACKAGE_NAME='GNU Texinfo' PACKAGE_TARNAME='texinfo' ! PACKAGE_VERSION='6.4' ! PACKAGE_STRING='GNU Texinfo 6.4' PACKAGE_BUGREPORT='bug-texinfo@gnu.org' PACKAGE_URL='http://www.gnu.org/software/texinfo/' --- 581,586 ---- PACKAGE_NAME='GNU Texinfo' PACKAGE_TARNAME='texinfo' ! PACKAGE_VERSION='6.5' ! PACKAGE_STRING='GNU Texinfo 6.5' PACKAGE_BUGREPORT='bug-texinfo@gnu.org' PACKAGE_URL='http://www.gnu.org/software/texinfo/' *************** *** 652,655 **** --- 652,656 ---- POSUB INTLLIBS + INTL_MACOSX_LIBS XGETTEXT_EXTRA_OPTIONS MSGMERGE *************** *** 780,783 **** --- 781,785 ---- NEXT_AS_FIRST_DIRECTIVE_UNISTD_H NEXT_UNISTD_H + WINDOWS_STAT_INODES WINDOWS_64_BIT_OFF_T NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H *************** *** 2065,2069 **** # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures GNU Texinfo 6.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... --- 2067,2071 ---- # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures GNU Texinfo 6.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... *************** *** 2135,2139 **** if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of GNU Texinfo 6.4:";; esac cat <<\_ACEOF --- 2137,2141 ---- if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of GNU Texinfo 6.5:";; esac cat <<\_ACEOF *************** *** 2273,2277 **** if $ac_init_version; then cat <<\_ACEOF ! GNU Texinfo configure 6.4 generated by GNU Autoconf 2.69 --- 2275,2279 ---- if $ac_init_version; then cat <<\_ACEOF ! GNU Texinfo configure 6.5 generated by GNU Autoconf 2.69 *************** *** 2982,2986 **** running configure, to aid debugging if configure makes a mistake. ! It was created by GNU Texinfo $as_me 6.4, which was generated by GNU Autoconf 2.69. Invocation command line was --- 2984,2988 ---- running configure, to aid debugging if configure makes a mistake. ! It was created by GNU Texinfo $as_me 6.5, which was generated by GNU Autoconf 2.69. Invocation command line was *************** *** 3884,3888 **** # Define the identity of the package. PACKAGE='texinfo' ! VERSION='6.4' --- 3886,3890 ---- # Define the identity of the package. PACKAGE='texinfo' ! VERSION='6.5' *************** *** 9212,9224 **** /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ ! if (/* Try standardized names. */ ! iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) ! /* Try IRIX, OSF/1 names. */ ! && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) ! /* Try AIX names. */ ! && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) ! /* Try HP-UX names. */ ! && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) ! result |= 16; return result; --- 9214,9238 ---- /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ ! { ! /* Try standardized names. */ ! iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP"); ! /* Try IRIX, OSF/1 names. */ ! iconv_t cd2 = iconv_open ("UTF-8", "eucJP"); ! /* Try AIX names. */ ! iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP"); ! /* Try HP-UX names. */ ! iconv_t cd4 = iconv_open ("utf8", "eucJP"); ! if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1) ! && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1)) ! result |= 16; ! if (cd1 != (iconv_t)(-1)) ! iconv_close (cd1); ! if (cd2 != (iconv_t)(-1)) ! iconv_close (cd2); ! if (cd3 != (iconv_t)(-1)) ! iconv_close (cd3); ! if (cd4 != (iconv_t)(-1)) ! iconv_close (cd4); ! } return result; *************** *** 12877,12880 **** --- 12891,12898 ---- + $as_echo "#define _USE_STD_STAT 1" >>confdefs.h + + + *************** *** 12956,12959 **** --- 12974,12982 ---- + WINDOWS_STAT_INODES=0 + + + + *************** *** 15405,15409 **** FLOAT_H=float.h ;; ! freebsd*) case "$host_cpu" in i[34567]86 ) --- 15428,15432 ---- FLOAT_H=float.h ;; ! freebsd* | dragonfly*) case "$host_cpu" in i[34567]86 ) *************** *** 15439,15443 **** esac case "$host_os" in ! aix* | freebsd* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 --- 15462,15466 ---- esac case "$host_os" in ! aix* | freebsd* | dragonfly* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 *************** *** 18396,18399 **** --- 18419,18425 ---- result |= 1; } + /* Free allocated memory, in case some sanitizer is watching. */ + free (haystack); + free (needle); return result; *************** *** 21615,21618 **** --- 21641,21647 ---- result |= 1; } + /* Free allocated memory, in case some sanitizer is watching. */ + free (haystack); + free (needle); return result; *************** *** 23872,23876 **** ! gt_INTL_MACOSX --- 23901,23979 ---- ! ! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 ! $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } ! if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then : ! $as_echo_n "(cached) " >&6 ! else ! gt_save_LIBS="$LIBS" ! LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" ! cat confdefs.h - <<_ACEOF >conftest.$ac_ext ! /* end confdefs.h. */ ! #include ! int ! main () ! { ! CFPreferencesCopyAppValue(NULL, NULL) ! ; ! return 0; ! } ! _ACEOF ! if ac_fn_c_try_link "$LINENO"; then : ! gt_cv_func_CFPreferencesCopyAppValue=yes ! else ! gt_cv_func_CFPreferencesCopyAppValue=no ! fi ! rm -f core conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext ! LIBS="$gt_save_LIBS" ! fi ! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 ! $as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } ! if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then ! ! $as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h ! ! fi ! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 ! $as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } ! if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then : ! $as_echo_n "(cached) " >&6 ! else ! gt_save_LIBS="$LIBS" ! LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" ! cat confdefs.h - <<_ACEOF >conftest.$ac_ext ! /* end confdefs.h. */ ! #include ! int ! main () ! { ! CFLocaleCopyCurrent(); ! ; ! return 0; ! } ! _ACEOF ! if ac_fn_c_try_link "$LINENO"; then : ! gt_cv_func_CFLocaleCopyCurrent=yes ! else ! gt_cv_func_CFLocaleCopyCurrent=no ! fi ! rm -f core conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext ! LIBS="$gt_save_LIBS" ! fi ! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 ! $as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; } ! if test $gt_cv_func_CFLocaleCopyCurrent = yes; then ! ! $as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h ! ! fi ! INTL_MACOSX_LIBS= ! if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then ! INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" ! fi ! ! *************** *** 24156,24168 **** /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ ! if (/* Try standardized names. */ ! iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) ! /* Try IRIX, OSF/1 names. */ ! && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) ! /* Try AIX names. */ ! && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) ! /* Try HP-UX names. */ ! && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) ! result |= 16; return result; --- 24259,24283 ---- /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ ! { ! /* Try standardized names. */ ! iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP"); ! /* Try IRIX, OSF/1 names. */ ! iconv_t cd2 = iconv_open ("UTF-8", "eucJP"); ! /* Try AIX names. */ ! iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP"); ! /* Try HP-UX names. */ ! iconv_t cd4 = iconv_open ("utf8", "eucJP"); ! if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1) ! && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1)) ! result |= 16; ! if (cd1 != (iconv_t)(-1)) ! iconv_close (cd1); ! if (cd2 != (iconv_t)(-1)) ! iconv_close (cd2); ! if (cd3 != (iconv_t)(-1)) ! iconv_close (cd3); ! if (cd4 != (iconv_t)(-1)) ! iconv_close (cd4); ! } return result; *************** *** 26018,26022 **** # values after options handling. ac_log=" ! This file was extended by GNU Texinfo $as_me 6.4, which was generated by GNU Autoconf 2.69. Invocation command line was --- 26133,26137 ---- # values after options handling. ac_log=" ! This file was extended by GNU Texinfo $as_me 6.5, which was generated by GNU Autoconf 2.69. Invocation command line was *************** *** 26086,26090 **** ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ ! GNU Texinfo config.status 6.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" --- 26201,26205 ---- ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ ! GNU Texinfo config.status 6.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nrc2 texinfo-6.4/configure.ac texinfo-6.5/configure.ac *** texinfo-6.4/configure.ac 2017-06-23 07:02:07.000000000 +0100 --- texinfo-6.5/configure.ac 2017-09-12 19:46:39.000000000 +0100 *************** *** 1,4 **** # Process this file with autoconf to produce a configure script. ! # $Id: configure.ac 7832 2017-06-18 13:06:10Z gavin $ # # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, --- 1,4 ---- # Process this file with autoconf to produce a configure script. ! # $Id: configure.ac 7942 2017-08-28 20:42:04Z gavin $ # # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, *************** *** 13,17 **** # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # ! AC_INIT([GNU Texinfo], [6.4], [bug-texinfo@gnu.org]) dnl Must come before AM_INIT_AUTOMAKE. --- 13,17 ---- # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # ! AC_INIT([GNU Texinfo], [6.5], [bug-texinfo@gnu.org]) dnl Must come before AM_INIT_AUTOMAKE. diff -Nrc2 texinfo-6.4/doc/Makefile texinfo-6.5/doc/Makefile *** texinfo-6.4/doc/Makefile 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/doc/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1858 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # doc/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # $Id: Makefile.am 7290 2016-07-31 08:40:28Z gavin $ - # Makefile.am for texinfo/doc. - # - # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, - # 2013, 2014, 2015, 2016 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - subdir = doc - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/version.texi \ - $(srcdir)/stamp-vti $(srcdir)/version-stnd.texi \ - $(srcdir)/stamp-1 $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - SOURCES = - DIST_SOURCES = - AM_V_DVIPS = $(am__v_DVIPS_$(V)) - am__v_DVIPS_ = $(am__v_DVIPS_$(AM_DEFAULT_VERBOSITY)) - am__v_DVIPS_0 = @echo " DVIPS " $@; - am__v_DVIPS_1 = - AM_V_MAKEINFO = $(am__v_MAKEINFO_$(V)) - am__v_MAKEINFO_ = $(am__v_MAKEINFO_$(AM_DEFAULT_VERBOSITY)) - am__v_MAKEINFO_0 = @echo " MAKEINFO" $@; - am__v_MAKEINFO_1 = - AM_V_INFOHTML = $(am__v_INFOHTML_$(V)) - am__v_INFOHTML_ = $(am__v_INFOHTML_$(AM_DEFAULT_VERBOSITY)) - am__v_INFOHTML_0 = @echo " INFOHTML" $@; - am__v_INFOHTML_1 = - AM_V_TEXI2DVI = $(am__v_TEXI2DVI_$(V)) - am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_$(AM_DEFAULT_VERBOSITY)) - am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@; - am__v_TEXI2DVI_1 = - AM_V_TEXI2PDF = $(am__v_TEXI2PDF_$(V)) - am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_$(AM_DEFAULT_VERBOSITY)) - am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@; - am__v_TEXI2PDF_1 = - AM_V_texinfo = $(am__v_texinfo_$(V)) - am__v_texinfo_ = $(am__v_texinfo_$(AM_DEFAULT_VERBOSITY)) - am__v_texinfo_0 = -q - am__v_texinfo_1 = - AM_V_texidevnull = $(am__v_texidevnull_$(V)) - am__v_texidevnull_ = $(am__v_texidevnull_$(AM_DEFAULT_VERBOSITY)) - am__v_texidevnull_0 = > /dev/null - am__v_texidevnull_1 = - INFO_DEPS = texinfo.info info-stnd.info - TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex - am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux - DVIS = texinfo.dvi info-stnd.dvi - PDFS = texinfo.pdf info-stnd.pdf - PSS = texinfo.ps info-stnd.ps - HTMLS = texinfo.html info-stnd.html - TEXINFOS = texinfo.texi info-stnd.texi - TEXI2DVI = texi2dvi - TEXI2PDF = $(TEXI2DVI) --pdf --batch - MAKEINFOHTML = $(MAKEINFO) --html - AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) - DVIPS = dvips - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ - install-exec-recursive install-html-recursive \ - install-info-recursive install-pdf-recursive \ - install-ps-recursive install-recursive installcheck-recursive \ - installdirs-recursive pdf-recursive ps-recursive \ - tags-recursive uninstall-recursive - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - am__installdirs = "$(DESTDIR)$(infodir)" - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; - am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; - am__install_max = 40 - am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` - am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" - am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } - RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive - am__recursive_targets = \ - $(RECURSIVE_TARGETS) \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is - # *not* preserved. - am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ - ' - # Make sure the list of sources is unique. This is necessary because, - # e.g., the same source file might be shared among _SOURCES variables - # for different programs/libraries. - am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` - ETAGS = etags - CTAGS = ctags - DIST_SUBDIRS = $(SUBDIRS) - am__DIST_COMMON = $(srcdir)/Makefile.in \ - $(top_srcdir)/build-aux/mdate-sh \ - $(top_srcdir)/build-aux/texinfo.tex README texinfo.tex - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" - pkglibexecdir = ${libexecdir}/${PACKAGE} - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - MAKEINFO = $(MAKEINFO_ENVIRONMENT) $(PERL) $(top_builddir)/tp/texi2any - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = - NEXT_AS_FIRST_DIRECTIVE_STRING_H = - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = - NEXT_LANGINFO_H = - NEXT_LIMITS_H = - NEXT_LOCALE_H = - NEXT_STDARG_H = - NEXT_STDDEF_H = - NEXT_STDINT_H = - NEXT_STDIO_H = - NEXT_STDLIB_H = - NEXT_STRINGS_H = - NEXT_STRING_H = - NEXT_SYS_TYPES_H = - NEXT_UNISTD_H = - NEXT_WCHAR_H = - NEXT_WCTYPE_H = - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/doc - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/doc - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../ - top_builddir = .. - top_srcdir = .. - SUBDIRS = tp_api - info_TEXINFOS = texinfo.texi info-stnd.texi - DISTCLEANFILES = texinfo.info* info-stnd.info* - MAKEINFO_ENVIRONMENT = TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; \ - top_srcdir="$(top_srcdir)" ; export top_srcdir ; \ - top_builddir="$(top_builddir)" ; export top_builddir ; - - - # We'd also like to use something like this, but Automake calls - # "install-info" directly. - # INSTALL_INFO = $(top_builddir)/$(native_tools)/util/ginstall-info - TXI_XLATE = txi-ca.tex txi-cs.tex txi-de.tex txi-en.tex txi-es.tex \ - txi-fr.tex txi-hu.tex txi-is.tex txi-it.tex txi-ja.tex \ - txi-nb.tex txi-nl.tex txi-nn.tex txi-pl.tex txi-pt.tex \ - txi-ru.tex txi-sr.tex txi-tr.tex txi-uk.tex - - refcard_files = refcard/Makefile refcard/txicmdcheck \ - refcard/txirefcard-a4.pdf refcard/txirefcard.pdf \ - refcard/txirefcard.tex - - - # Include our texinfo.tex, not Automake's. - EXTRA_DIST = epsf.tex texinfo.tex \ - fdl.texi \ - $(man_MANS) $(TXI_XLATE) \ - $(refcard_files) texinfo-tex-test.texi \ - texinfo-ja.tex short-sample-ja.texi - - texmf_texinfo = $(TEXMF)/tex/texinfo - texmf_dvips = $(TEXMF)/tex/generic/epsf - - # Rules for updating the online web pages for the documentation - # using the gendocs.sh script; see - # http://www.gnu.org/prep/maintain/html_node/Invoking-gendocs_002esh.html - # - # Invoke gendocs.sh from a gnulib checkout (outside our tree). - # - gnulib = $(abs_top_srcdir)/../gnulib - gendocs = $(gnulib)/build-aux/gendocs.sh - gendocs_templates = $(gnulib)/doc - gendocs_envvars = GENDOCS_TEMPLATE_DIR=$(gendocs_templates) - # - gendocs_email = bug-texinfo@gnu.org - gendocs_dir_url = /manual/ - gendocs_invoke = env $(gendocs_envvars) $(gendocs) --email $(gendocs_email) \ - --html '-c TOP_NODE_UP_URL=$(gendocs_dir_url)' - - # A nice side effect of using --html is to eliminate the fancy css default; - # otherwise, we could use gendocs_template_min. - # - manual1 = info - manual1_title = "GNU Info manual" - # - manual2 = info-stnd - manual2_title = "GNU standalone info manual" - # - manual3 = texinfo - manual3_title = "GNU Texinfo manual" - # - # We also make a little HTML document for pod2texi script. - pod2texi_pl = $(abs_top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl - - # destination directory. - doctemp = wwwtemp - www_target = $(HOME)/gnu/www/texinfo/manual - all: all-recursive - - .SUFFIXES: - .SUFFIXES: .dvi .ps - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu doc/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - - texinfo.info: texinfo.texi $(srcdir)/version.texi - $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ - rm -rf $$backupdir && mkdir $$backupdir && \ - if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ - for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ - if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ - done; \ - else :; fi && \ - if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - -o $@ `test -f 'texinfo.texi' || echo '$(srcdir)/'`texinfo.texi; \ - then \ - rc=0; \ - else \ - rc=$$?; \ - $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ - fi; \ - rm -rf $$backupdir; exit $$rc - - texinfo.dvi: texinfo.texi $(srcdir)/version.texi - $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ - MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ - `test -f 'texinfo.texi' || echo '$(srcdir)/'`texinfo.texi - - texinfo.pdf: texinfo.texi $(srcdir)/version.texi - $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ - MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ - `test -f 'texinfo.texi' || echo '$(srcdir)/'`texinfo.texi - - texinfo.html: texinfo.texi $(srcdir)/version.texi - $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) - $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - -o $(@:.html=.htp) `test -f 'texinfo.texi' || echo '$(srcdir)/'`texinfo.texi; \ - then \ - rm -rf $@ && mv $(@:.html=.htp) $@; \ - else \ - rm -rf $(@:.html=.htp); exit 1; \ - fi - $(srcdir)/version.texi: $(srcdir)/stamp-vti - $(srcdir)/stamp-vti: texinfo.texi $(top_srcdir)/configure - @(dir=.; test -f ./texinfo.texi || dir=$(srcdir); \ - set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/texinfo.texi`; \ - echo "@set UPDATED $$1 $$2 $$3"; \ - echo "@set UPDATED-MONTH $$2 $$3"; \ - echo "@set EDITION $(VERSION)"; \ - echo "@set VERSION $(VERSION)") > vti.tmp$$$$ && \ - (cmp -s vti.tmp$$$$ $(srcdir)/version.texi \ - || (echo "Updating $(srcdir)/version.texi" && \ - cp vti.tmp$$$$ $(srcdir)/version.texi.tmp$$$$ && \ - mv $(srcdir)/version.texi.tmp$$$$ $(srcdir)/version.texi)) && \ - rm -f vti.tmp$$$$ $(srcdir)/version.texi.$$$$ - @cp $(srcdir)/version.texi $@ - - mostlyclean-vti: - -rm -f vti.tmp* $(srcdir)/version.texi.tmp* - - maintainer-clean-vti: - -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi - - info-stnd.info: info-stnd.texi $(srcdir)/version-stnd.texi - $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ - rm -rf $$backupdir && mkdir $$backupdir && \ - if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ - for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ - if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ - done; \ - else :; fi && \ - if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - -o $@ `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi; \ - then \ - rc=0; \ - else \ - rc=$$?; \ - $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ - fi; \ - rm -rf $$backupdir; exit $$rc - - info-stnd.dvi: info-stnd.texi $(srcdir)/version-stnd.texi - $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ - MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ - `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi - - info-stnd.pdf: info-stnd.texi $(srcdir)/version-stnd.texi - $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ - MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ - `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi - - info-stnd.html: info-stnd.texi $(srcdir)/version-stnd.texi - $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) - $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - -o $(@:.html=.htp) `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi; \ - then \ - rm -rf $@ && mv $(@:.html=.htp) $@; \ - else \ - rm -rf $(@:.html=.htp); exit 1; \ - fi - $(srcdir)/version-stnd.texi: $(srcdir)/stamp-1 - $(srcdir)/stamp-1: info-stnd.texi $(top_srcdir)/configure - @(dir=.; test -f ./info-stnd.texi || dir=$(srcdir); \ - set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/info-stnd.texi`; \ - echo "@set UPDATED $$1 $$2 $$3"; \ - echo "@set UPDATED-MONTH $$2 $$3"; \ - echo "@set EDITION $(VERSION)"; \ - echo "@set VERSION $(VERSION)") > 1.tmp$$$$ && \ - (cmp -s 1.tmp$$$$ $(srcdir)/version-stnd.texi \ - || (echo "Updating $(srcdir)/version-stnd.texi" && \ - cp 1.tmp$$$$ $(srcdir)/version-stnd.texi.tmp$$$$ && \ - mv $(srcdir)/version-stnd.texi.tmp$$$$ $(srcdir)/version-stnd.texi)) && \ - rm -f 1.tmp$$$$ $(srcdir)/version-stnd.texi.$$$$ - @cp $(srcdir)/version-stnd.texi $@ - - mostlyclean-1: - -rm -f 1.tmp* $(srcdir)/version-stnd.texi.tmp* - - maintainer-clean-1: - -rm -f $(srcdir)/stamp-1 $(srcdir)/version-stnd.texi - .dvi.ps: - $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ - $(DVIPS) $(AM_V_texinfo) -o $@ $< - - uninstall-dvi-am: - @$(NORMAL_UNINSTALL) - @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ - rm -f "$(DESTDIR)$(dvidir)/$$f"; \ - done - - uninstall-html-am: - @$(NORMAL_UNINSTALL) - @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ - rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ - done - - uninstall-info-am: - @$(PRE_UNINSTALL) - @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ - list='$(INFO_DEPS)'; \ - for file in $$list; do \ - relfile=`echo "$$file" | sed 's|^.*/||'`; \ - echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ - if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ - then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ - done; \ - else :; fi - @$(NORMAL_UNINSTALL) - @list='$(INFO_DEPS)'; \ - for file in $$list; do \ - relfile=`echo "$$file" | sed 's|^.*/||'`; \ - relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ - (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ - echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ - rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ - else :; fi); \ - done - - uninstall-pdf-am: - @$(NORMAL_UNINSTALL) - @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ - rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ - done - - uninstall-ps-am: - @$(NORMAL_UNINSTALL) - @list='$(PSS)'; test -n "$(psdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ - rm -f "$(DESTDIR)$(psdir)/$$f"; \ - done - - mostlyclean-aminfo: - -rm -rf texinfo.t2d texinfo.t2p info-stnd.t2d info-stnd.t2p - - clean-aminfo: - -test -z "texinfo.dvi texinfo.pdf texinfo.ps texinfo.html info-stnd.dvi \ - info-stnd.pdf info-stnd.ps info-stnd.html" \ - || rm -rf texinfo.dvi texinfo.pdf texinfo.ps texinfo.html info-stnd.dvi \ - info-stnd.pdf info-stnd.ps info-stnd.html - - maintainer-clean-aminfo: - @list='$(INFO_DEPS)'; for i in $$list; do \ - i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ - echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ - rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ - done - - # This directory's subdirectories are mostly independent; you can cd - # into them and run 'make' without going through this Makefile. - # To change the values of 'make' variables: instead of editing Makefiles, - # (1) if the variable is set in 'config.status', edit 'config.status' - # (which will cause the Makefiles to be regenerated when you run 'make'); - # (2) otherwise, pass the desired values on the 'make' command line. - $(am__recursive_targets): - @fail=; \ - if $(am__make_keepgoing); then \ - failcom='fail=yes'; \ - else \ - failcom='exit 1'; \ - fi; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - - ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique - tags: tags-recursive - TAGS: tags - - tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi - ctags: ctags-recursive - - CTAGS: ctags - ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - - GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - cscopelist: cscopelist-recursive - - cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - $(am__make_dryrun) \ - || test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" distdir="$(distdir)" \ - dist-info - check-am: all-am - check: check-recursive - all-am: Makefile $(INFO_DEPS) - installdirs: installdirs-recursive - installdirs-am: - for dir in "$(DESTDIR)$(infodir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive - uninstall: uninstall-recursive - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-recursive - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - - clean-generic: - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - #install-data-local: - clean: clean-recursive - - clean-am: clean-aminfo clean-generic mostlyclean-am - - distclean: distclean-recursive - -rm -f Makefile - distclean-am: clean-am distclean-generic distclean-tags - - dvi: dvi-recursive - - dvi-am: $(DVIS) - - html: html-recursive - - html-am: $(HTMLS) - - info: info-recursive - - info-am: $(INFO_DEPS) - - install-data-am: install-data-local install-info-am - - install-dvi: install-dvi-recursive - - install-dvi-am: $(DVIS) - @$(NORMAL_INSTALL) - @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ - done - install-exec-am: - - install-html: install-html-recursive - - install-html-am: $(HTMLS) - @$(NORMAL_INSTALL) - @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ - $(am__strip_dir) \ - d2=$$d$$p; \ - if test -d "$$d2"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ - $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ - echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ - $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ - else \ - list2="$$list2 $$d2"; \ - fi; \ - done; \ - test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ - done; } - install-info: install-info-recursive - - install-info-am: $(INFO_DEPS) - @$(NORMAL_INSTALL) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ - fi; \ - for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - esac; \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ - file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ - for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ - $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ - if test -f $$ifile; then \ - echo "$$ifile"; \ - else : ; fi; \ - done; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done - @$(POST_INSTALL) - @if $(am__can_run_installinfo); then \ - list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ - for file in $$list; do \ - relfile=`echo "$$file" | sed 's|^.*/||'`; \ - echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ - install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ - done; \ - else : ; fi - install-man: - - install-pdf: install-pdf-recursive - - install-pdf-am: $(PDFS) - @$(NORMAL_INSTALL) - @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done - install-ps: install-ps-recursive - - install-ps-am: $(PSS) - @$(NORMAL_INSTALL) - @list='$(PSS)'; test -n "$(psdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done - installcheck-am: - - maintainer-clean: maintainer-clean-recursive - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-1 \ - maintainer-clean-aminfo maintainer-clean-generic \ - maintainer-clean-vti - - mostlyclean: mostlyclean-recursive - - mostlyclean-am: mostlyclean-1 mostlyclean-aminfo mostlyclean-generic \ - mostlyclean-vti - - pdf: pdf-recursive - - pdf-am: $(PDFS) - - ps: ps-recursive - - ps-am: $(PSS) - - uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ - uninstall-pdf-am uninstall-ps-am - - .MAKE: $(am__recursive_targets) install-am install-strip - - .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ - check-am clean clean-aminfo clean-generic cscopelist-am ctags \ - ctags-am dist-info distclean distclean-generic distclean-tags \ - distdir dvi dvi-am html html-am info info-am install \ - install-am install-data install-data-am install-data-local \ - install-dvi install-dvi-am install-exec install-exec-am \ - install-html install-html-am install-info install-info-am \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs installdirs-am maintainer-clean maintainer-clean-1 \ - maintainer-clean-aminfo maintainer-clean-generic \ - maintainer-clean-vti mostlyclean mostlyclean-1 \ - mostlyclean-aminfo mostlyclean-generic mostlyclean-vti pdf \ - pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-dvi-am uninstall-html-am uninstall-info-am \ - uninstall-pdf-am uninstall-ps-am - - .PRECIOUS: Makefile - - - install-data-local: - @echo - @echo "WARNING: If your texmf tree does not already contain" - @echo " up-to-date versions, you must install" - @echo " texinfo.tex and txi-??.tex manually," - @echo " perhaps in TEXMF/tex/texinfo/," - @echo " where TEXMF is a root of your TeX tree." - @echo " See doc/README for some considerations." - @echo " You can run make TEXMF=/your/texmf install-tex to do this." - @echo - @echo " You may also need to install epsf.tex in" - @echo " TEXMF/tex/generic/dvips, if your TeX" - @echo " installation did not include it." - install-tex: - test -n "$(TEXMF)" || (echo "TEXMF must be set." >&2; exit 1) - $(mkinstalldirs) $(DESTDIR)$(texmf_texinfo) $(DESTDIR)$(texmf_dvips) - $(INSTALL_DATA) $(srcdir)/texinfo.tex $(DESTDIR)$(texmf_texinfo)/texinfo.tex - $(INSTALL_DATA) $(srcdir)/epsf.tex $(DESTDIR)$(texmf_dvips)/epsf.tex - for f in $(TXI_XLATE); do \ - $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(texmf_texinfo)/$$f; done - - # Do not create info files for distribution. - dist-info: - # - wwwdoc-build: - rm -rf $(doctemp) && mkdir $(doctemp) - cd $(doctemp) \ - && ln -s ../*.texi . \ - && $(gendocs_invoke) -o $(manual1) $(manual1) $(manual1_title) \ - && $(gendocs_invoke) -o $(manual2) $(manual2) $(manual2_title) \ - && $(gendocs_invoke) -o $(manual3) $(manual3) $(manual3_title) \ - && pod2html $(pod2texi_pl) >pod2texi.html \ - && echo "Manuals ready for web distribution under: $(doctemp)/" - # - # At official release, we need to update: - # http://www.gnu.org/software/texinfo/manual/ - wwwdoc-install: - cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \ - $(doctemp)/$(manual3) $(doctemp)/pod2texi.html \ - $(www_target) - ls -ltu $(www_target)/*/html_node | tail # cvs rm -f obsolete files - # followed by cvs add of new files and cvs commit. - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/doc/Makefile.am texinfo-6.5/doc/Makefile.am *** texinfo-6.4/doc/Makefile.am 2016-07-31 09:48:28.000000000 +0100 --- texinfo-6.5/doc/Makefile.am 2017-07-10 19:00:01.000000000 +0100 *************** *** 1,3 **** ! # $Id: Makefile.am 7290 2016-07-31 08:40:28Z gavin $ # Makefile.am for texinfo/doc. # --- 1,3 ---- ! # $Id: Makefile.am 7918 2017-07-10 17:59:21Z gavin $ # Makefile.am for texinfo/doc. # *************** *** 90,101 **** # otherwise, we could use gendocs_template_min. # ! manual1 = info ! manual1_title = "GNU Info manual" # ! manual2 = info-stnd ! manual2_title = "GNU standalone info manual" ! # ! manual3 = texinfo ! manual3_title = "GNU Texinfo manual" # # We also make a little HTML document for pod2texi script. --- 90,98 ---- # otherwise, we could use gendocs_template_min. # ! manual1 = info-stnd ! manual1_title = "GNU standalone info manual" # ! manual2 = texinfo ! manual2_title = "GNU Texinfo manual" # # We also make a little HTML document for pod2texi script. *************** *** 112,116 **** && $(gendocs_invoke) -o $(manual1) $(manual1) $(manual1_title) \ && $(gendocs_invoke) -o $(manual2) $(manual2) $(manual2_title) \ - && $(gendocs_invoke) -o $(manual3) $(manual3) $(manual3_title) \ && pod2html $(pod2texi_pl) >pod2texi.html \ && echo "Manuals ready for web distribution under: $(doctemp)/" --- 109,112 ---- *************** *** 120,124 **** wwwdoc-install: cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \ ! $(doctemp)/$(manual3) $(doctemp)/pod2texi.html \ $(www_target) ls -ltu $(www_target)/*/html_node | tail # cvs rm -f obsolete files --- 116,120 ---- wwwdoc-install: cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \ ! $(doctemp)/pod2texi.html \ $(www_target) ls -ltu $(www_target)/*/html_node | tail # cvs rm -f obsolete files diff -Nrc2 texinfo-6.4/doc/Makefile.in texinfo-6.5/doc/Makefile.in *** texinfo-6.4/doc/Makefile.in 2017-06-23 07:04:38.000000000 +0100 --- texinfo-6.5/doc/Makefile.in 2017-09-12 19:50:12.000000000 +0100 *************** *** 15,19 **** @SET_MAKE@ ! # $Id: Makefile.am 7290 2016-07-31 08:40:28Z gavin $ # Makefile.am for texinfo/doc. # --- 15,19 ---- @SET_MAKE@ ! # $Id: Makefile.am 7918 2017-07-10 17:59:21Z gavin $ # Makefile.am for texinfo/doc. # *************** *** 130,133 **** --- 130,134 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 843,846 **** --- 844,848 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 1071,1074 **** --- 1073,1077 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ *************** *** 1185,1196 **** # otherwise, we could use gendocs_template_min. # ! manual1 = info ! manual1_title = "GNU Info manual" # ! manual2 = info-stnd ! manual2_title = "GNU standalone info manual" ! # ! manual3 = texinfo ! manual3_title = "GNU Texinfo manual" # # We also make a little HTML document for pod2texi script. --- 1188,1196 ---- # otherwise, we could use gendocs_template_min. # ! manual1 = info-stnd ! manual1_title = "GNU standalone info manual" # ! manual2 = texinfo ! manual2_title = "GNU Texinfo manual" # # We also make a little HTML document for pod2texi script. *************** *** 1841,1845 **** && $(gendocs_invoke) -o $(manual1) $(manual1) $(manual1_title) \ && $(gendocs_invoke) -o $(manual2) $(manual2) $(manual2_title) \ - && $(gendocs_invoke) -o $(manual3) $(manual3) $(manual3_title) \ && pod2html $(pod2texi_pl) >pod2texi.html \ && echo "Manuals ready for web distribution under: $(doctemp)/" --- 1841,1844 ---- *************** *** 1849,1853 **** wwwdoc-install: cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \ ! $(doctemp)/$(manual3) $(doctemp)/pod2texi.html \ $(www_target) ls -ltu $(www_target)/*/html_node | tail # cvs rm -f obsolete files --- 1848,1852 ---- wwwdoc-install: cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \ ! $(doctemp)/pod2texi.html \ $(www_target) ls -ltu $(www_target)/*/html_node | tail # cvs rm -f obsolete files diff -Nrc2 texinfo-6.4/doc/info-stnd.info texinfo-6.5/doc/info-stnd.info *** texinfo-6.4/doc/info-stnd.info 2017-07-03 17:46:08.000000000 +0100 --- texinfo-6.5/doc/info-stnd.info 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,2541 **** - This is info-stnd.info, produced by texi2any version 6.4 from - info-stnd.texi. - - This manual is for Stand-alone GNU Info (version 6.4, 21 May 2017), a - program for viewing documents in Info format (usually created from - Texinfo source files). - - Copyright (C) 1992, 1993, 1996, 1997, 1998, 1999, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016, 2017 Free Software Foundation, Inc. - - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU Free Documentation License, - Version 1.3 or any later version published by the Free Software - Foundation; with no Invariant Sections, with the Front-Cover Texts - being "A GNU Manual", and with the Back-Cover Texts as in (a) - below. A copy of the license is included in the section entitled - "GNU Free Documentation License" in the Texinfo manual. - - (a) The FSF's Back-Cover Text is: "You have the freedom to copy and - modify this GNU manual. Buying copies from the FSF supports it in - developing GNU and promoting software freedom." - - This document is part of a collection distributed under the GNU Free - Documentation License. If you want to distribute this document - separately from the collection, you can do so by adding a copy of the - license to the document, as described in section 6 of the license. - INFO-DIR-SECTION Texinfo documentation system - START-INFO-DIR-ENTRY - * info stand-alone: (info-stnd). Read Info documents without Emacs. - END-INFO-DIR-ENTRY - -  - File: info-stnd.info, Node: Top, Next: Stand-alone Info, Up: (dir) - - Stand-alone GNU Info - ******************** - - This documentation describes the stand-alone Info reader which you can - use to read Info documentation. - - If you are new to the Info reader, then you can get started by typing - 'H' for a list of basic key bindings. You can read through the rest of - this manual by typing and (or and ) to - move forwards and backwards in it. - - * Menu: - - * Stand-alone Info:: What is Info? - * Invoking Info:: Options you can pass on the command line. - * Cursor Commands:: Commands which move the cursor within a node. - * Scrolling Commands:: Commands for reading the text within a node. - * Node Commands:: Commands for selecting a new node. - * Searching Commands:: Commands for searching an Info file. - * Index Commands:: Commands for looking up in indices. - * Xref Commands:: Commands for selecting cross-references. - * Window Commands:: Commands which manipulate multiple windows. - * Printing Nodes:: How to print out the contents of a node. - * Miscellaneous Commands:: A few commands that defy categorization. - * Variables:: How to change the default behavior of Info. - * Colors and Styles:: Customize the colors used by Info. - * Custom Key Bindings:: How to define your own key-to-command bindings. - * Index:: Global index. - -  - File: info-stnd.info, Node: Stand-alone Info, Next: Invoking Info, Prev: Top, Up: Top - - 1 Stand-alone Info - ****************** - - The "Info" program described here is a stand-alone program, part of the - Texinfo distribution, which is used to view Info files on a text - terminal. "Info files" are typically the result of processing Texinfo - files with the program 'makeinfo' (also in the Texinfo distribution). - - Texinfo itself (*note (texinfo)Top::) is a documentation system that - uses a single source file to produce both on-line information and - printed output. You can typeset and print the files that you read in - Info. - - GNU Emacs also provides an Info reader (just type 'M-x info' in - Emacs). Emacs Info and stand-alone Info have nearly identical user - interfaces, although customization and other details are different (this - manual explains the stand-alone Info reader). The Emacs Info reader - supports the X Window System and other such bitmapped interfaces, not - just plain ASCII, so if you want a prettier display for Info files, you - should try it. You can use Emacs Info without using Emacs for anything - else. (Type 'C-x C-c' to exit; this also works in the stand-alone Info - reader.) *Note (info)Top:: for a tutorial and more background - information about the Info system, as well as information about the Info - reader that is part of GNU Emacs, - - Please report bugs in this stand-alone Info program to - . Bugs in the Emacs Info reader should be sent to - . - -  - File: info-stnd.info, Node: Invoking Info, Next: Cursor Commands, Prev: Stand-alone Info, Up: Top - - 2 Invoking Info - *************** - - GNU Info accepts several options to control the initial node or nodes - being viewed, and to specify which directories to search for Info files. - Here is a template showing an invocation of GNU Info from the shell: - - info [OPTION...] [MANUAL] [MENU-OR-INDEX-ITEM...] - - Info will look for an entry called MANUAL in the directory files, - which are named 'dir', that it finds in its search path. The search is - case-insensitive and considers substrings. (If MANUAL is not given, by - default Info displays a composite directory listing, constructed by - combining the 'dir' files.) A basic example: - - info coreutils - - This looks for an entry labelled 'coreutils', or 'Coreutils', etc., - and if found, displays the referenced file (e.g., 'coreutils.info') at - the location given. 'info coreu' will find it too, if there is no - better match. - - Another example: - - info ls - - Assuming the normal 'dir' entry for 'ls', this will show the 'ls' - documentation, which happens to be within the 'coreutils' manual rather - than a separate manual. The 'dir' entries can point to an any node - within a manual, so that users don't have to be concerned with the exact - structure used by different authors. - - If no entry is found in the directories, Info looks for files in its - search path with names based on MANUAL. If MANUAL is not found, Info - looks for it with a number of known extensions of Info files, namely - '.info', '-info', '/index', and '.inf'. For every known extension, if a - regular file is not found, Info looks for a compressed file. Info - supports files compressed with 'gzip', 'xz', 'bzip2', 'lzip', 'lzma', - 'compress' and 'yabba' programs, assumed to have extensions '.z', '.gz', - '.xz', '.bz2', '.lz', '.lzma', '.Z', and '.Y' respectively.(1) - - You can specify the name of a node to visit with the '--node' or '-n' - option. Alternatively, you can specify the file and node together using - the same format that occurs in Info cross-references. These two - examples both load the 'Files' node within the 'emacs' manual: - - info emacs -n Files - info '(emacs)Files' - - If you want to load a file without looking in the search path, - specify MANUAL either as an absolute path, or as a path relative to the - current directory which contains at least one slash character. (You can - also use the '--file' option for similar behavior, described below.) - Examples: - - info /usr/local/share/info/bash.info - info ./document.info - - Info looks for MANUAL only in the explicitly specified directory, and - adds that directory to its search path. - - Info treats any remaining arguments as the names of menu items, or - (see below) index entries. The first argument is a menu item in the - 'Top' node of the file loaded, the second argument is a menu item in the - first argument's node, etc. You can move to the node of your choice by - specifying the menu names which describe the path to that node. For - example, - - info emacs buffers - info texinfo Overview 'Using Texinfo' - - The first example selects the menu item 'Buffers' in the node - '(emacs)Top'. The second example loads the 'texinfo' file and looks in - its top-level menu for a 'Overview' item, looks in the menu of the node - referenced, and finally displays the node referenced by the 'Using - Texinfo' item. - - If there was only one MENU-OR-INDEX-ITEM argument and it wasn't found - as a menu item, Info looks for it as an index entry. For example: - - info libc printf - - This loads the libc Info manual and first looks for 'printf' in the - top-level menu as usual; since it isn't there (at this writing), it then - looks in the indices. If it's found there (which it is), the relevant - node at the given location is displayed. - - A complete list of options follows. - - '--all' - '-a' - Find all files matching MANUAL. Three usage patterns are - supported, as follows. - - First, if '--all' is used together with '--where', 'info' prints - the names of all matching files found on standard output (including - '*manpages*' if relevant) and exits. - - Second, if '--all' is used together with '--output', the contents - of all matched files are dumped to the specified output file. - - Otherwise, an interactive session is initiated. If more than one - file matches, a menu node is displayed listing the matches and - allowing you to select one. This menu node can be brought back at - any time by pressing 'C-x f'. If there is only one match, 'info' - starts as usual. - - When used with the '--index-search' option, 'info' displays a menu - of matching index entries (just as the 'virtual-index' command - does; see *note Index Commands::). - - The '--node' option cannot be used together with this option. - - '--apropos=STRING' - '-k STRING' - Specify a string to search in every index of every Info file - installed on your system. Info looks up the named STRING in all - the indices it can find, prints the results to standard output, and - then exits. If you are not sure which Info file explains certain - issues, this option is your friend. (If your system has a lot of - Info files installed, searching all of them might take some time!) - - You can invoke the apropos command from inside Info; see *note - Searching Commands::. - - '--debug=NUMBER' - '-x NUMBER' - Print additional debugging information. The argument specifies the - verbosity level, so a higher level includes all the information - from lower levels. For all available debugging output, use - '-x -1'. Info version 6.4 has these levels: - - '1' - Print information about file handling, such as looking for - 'dir' files and nodes written with '--output'. - - '2' - Print operations relating to 'INFOPATH'. - - '3' - Print information about node searching. - - Before Info's full-screen output is initialized, debugging output - goes to standard error. After it is initialized, the debugging - output is written to the file 'infodebug' in the current working - directory. - - '--directory DIRECTORY-PATH' - '-d DIRECTORY-PATH' - Add DIRECTORY-PATH to the list of directory paths searched when - Info needs to find a file. You may issue '--directory' multiple - times; once for each directory which contains Info files, or with a - list of such directories separated by a colon (or semicolon on - MS-DOS/MS-Windows). - - Directories specified in the environment variable 'INFOPATH' are - added to the directories specified with '--directory', if any. The - value of 'INFOPATH' is a list of directories usually separated by a - colon; on MS-DOS/MS-Windows systems, the semicolon is used. If the - value of 'INFOPATH' ends with a colon (or semicolon on - MS-DOS/MS-Windows), the initial list of directories is constructed - by appending the build-time default to the value of 'INFOPATH'. - - If you do not define 'INFOPATH', Info uses a default path defined - when Info was built as the initial list of directories. - - Regardless of whether 'INFOPATH' is defined, the default - documentation directory defined when Info was built is added to the - search path. If you do not want this directory to be included, set - the 'infopath-no-defaults' variable to 'On' (*note - infopath-no-defaults::). - - If the list of directories contains the element 'PATH', that - element is replaced by a list of directories derived from the value - of the environment variable 'PATH'. Each path element of the form - DIR/BASE is replaced by DIR'/share/info' or DIR'/info', provided - that directory exists. - - '--dribble=FILE' - Specify a file where all user keystrokes will be recorded. This - file can be used later to replay the same sequence of commands, see - the '--restore' option below. - - '--file MANUAL' - '-f MANUAL' - Specify a particular manual to visit without looking its name up in - any 'dir' files. - - With this option, it starts by trying to visit '(MANUAL)Top', i.e., - the 'Top' node in (typically) 'MANUAL.info'. As above, it tries - various file extensions to find the file. If no such file (or - node) can be found, Info exits without doing anything. As with the - 'dir' lookup described above, any extra MENU-ITEM arguments are - used to locate a node within the loaded file. - - If MANUAL is an absolute file name, or begins with './' or '../', - or contains an intermediate directory, Info will only look for the - file in the directory specified, and add this directory to - 'INFOPATH'. (This is the same as what happens when '--file' is not - given.) - - '--help' - '-h' - Output a brief description of the available Info command-line - options. - - '--index-search STRING' - After processing all command-line arguments, go to the index in the - selected Info file and search for index entries which match STRING. - If such an entry is found, the Info session begins with displaying - the node pointed to by the first matching index entry; press ',' to - step through the rest of the matching entries. If no such entry - exists, print 'no entries found' and exit with nonzero status. - This can be used from another program as a way to provide online - help, or as a quick way of starting to read an Info file at a - certain node when you don't know the exact name of that node. - - When used with the '--all' option, 'info' displays a menu of - matching index entries (just as the 'virtual-index' command does; - see *note Index Commands::). - - This command can also be invoked from inside Info; *note Searching - Commands::. - - '--init-file INIT-FILE' - Read key bindings and variable settings from INIT-FILE instead of - the '.infokey' file in your home directory. *Note Custom Key - Bindings::. - - '--node NODENAME' - '-n NODENAME' - Specify a particular node to visit in the initial file that Info - loads. You may specify '--node' multiple times: for an interactive - Info, each NODENAME is visited in its own window; for a - non-interactive Info (such as when '--output' is given) each - NODENAME is processed sequentially. - - You can specify both the file and node to the '--node' option using - the usual Info syntax, but don't forget to escape the open and - close parentheses and whitespace from the shell; for example: - info --node "(emacs)Buffers" - - '--output FILE' - '-o FILE' - Direct output to FILE. Each node that Info visits will be output - to FILE instead of interactively viewed. A value of '-' for FILE - means standard output. - - '--no-raw-escapes' - '--raw-escapes, -R' - By default, Info passes SGR terminal control sequences (also known - as ANSI escape sequences) found in documents directly through to - the terminal. If you use the '--no-raw-escapes' options, these - sequences are displayed as other control characters are; for - example, an 'ESC' byte is displayed as '^['. The '--raw-escapes' - and '-R' options do not do anything, but are included for - completeness. - - Some versions of Groff (*note (groff)Top::) produce man pages with - ANSI escape sequences for bold, italics, and underlined characters, - and for colorized text. If your 'man' command uses a version of - Groff that does this (original GNU Groff does), and your terminal - supports these sequences, Info will display any bold or underlined - text in man pages. Some distributions have modified Groff to - require setting the 'GROFF_SGR' environment variable to get these - sequences. *Note (groff)Invoking grotty::. - - '--restore=DRIBBLE-FILE' - Read keystrokes from DRIBBLE-FILE, presumably recorded during - previous Info session (see the description of the '--dribble' - option above). When the keystrokes in the files are all read, Info - reverts its input to the usual interactive operation. - - '--show-malformed-multibytes' - '--no-show-malformed-multibytes' - Show malformed multibyte sequences in the output. By default, such - sequences are dropped. - - '--show-options' - '--usage' - '-O' - Tell Info to look for the node that describes how to invoke the - program and its command-line options, and begin the session by - displaying that node. It is provided to make it easier to find the - most important usage information in a manual without navigating - through menu hierarchies. The effect is similar to the 'M-x - goto-invocation' command (*note goto-invocation::) from inside - Info. - - '--speech-friendly' - '-b' - On MS-DOS/MS-Windows only, this option causes Info to use standard - file I/O functions for screen writes. (By default, Info uses - direct writes to the video memory on these systems, for faster - operation and colored display support.) This allows the speech - synthesizers used by blind persons to catch the output and convert - it to audible speech. - - '--strict-node-location' - This option causes Info not to search "nearby" to locate nodes, and - instead strictly use the information provided in the Info file. - The practical use for this option is for debugging programs that - write Info files, to check that they are outputting the correct - locations. Due to bugs and malfeasances in the various Info - writing programs over the years and versions, it is not advisable - to ever use this option when just trying to read documentation. - - '--subnodes' - This option only has meaning when given in conjunction with - '--output'. It means to recursively output the nodes appearing in - the menus of each node being output. Menu items which resolve to - external Info files are not output, and neither are menu items - which are members of an index. Each node is only output once. - - '-v NAME=VALUE' - '--variable=NAME=VALUE' - Set the 'info' variable NAME to VALUE. *Note Variables::. - - '--version' - Prints the version information of Info and exits. - - '--vi-keys' - This option binds functions to keys differently, to emulate the key - bindings of 'vi' and Less. The bindings activated by this option - are documented in *note infokey format::. (*Note Custom Key - Bindings:: for a more general way of altering GNU Info's key - bindings.) - - '--where' - '--location' - '-w' - Show the filename that would be read and exit, instead of actually - reading it and starting Info. - - Finally, Info defines many default key bindings and variables. *Note - Custom Key Bindings:: for information on how to customize these - settings. - - ---------- Footnotes ---------- - - (1) On MS-DOS, Info allows for the Info extension, such as '.inf', - and the short compressed file extensions, such as '.z' and '.gz', to be - merged into a single extension, since DOS doesn't allow more than a - single dot in the basename of a file. Thus, on MS-DOS, if Info looks - for 'bison', file names like 'bison.igz' and 'bison.inz' will be found - and decompressed by 'gunzip'. - -  - File: info-stnd.info, Node: Cursor Commands, Next: Scrolling Commands, Prev: Invoking Info, Up: Top - - 3 Moving the Cursor - ******************* - - GNU Info has several commands which allow you to move the cursor about - the screen. The notation used in this manual to describe keystrokes is - the same as the notation used within the Emacs manual (*note (emacs)User - Input::). 'C-X' means press the 'CTRL' key and the key X. 'M-X' means - press the 'META' key and the key X. On many terminals the 'META' key is - known as the 'ALT' key. 'SPC' is the space bar. The other keys are - usually called by the names imprinted on them. - - The following table lists the basic cursor movement commands in Info. - Each entry consists of the key sequence you should type to execute the - cursor movement, the 'M-x'(1) command name (displayed in parentheses), - and a short description of what the command does. All of the cursor - motion commands can take a "numeric" argument (see *note - 'universal-argument': Miscellaneous Commands. to find out how to supply - them). With a numeric argument, the motion commands are simply executed - that many times; for example, a numeric argument of 4 given to - 'next-line' causes the cursor to move down 4 lines. With a negative - numeric argument, the motion is reversed; an argument of -4 given to the - 'next-line' command would cause the cursor to move _up_ 4 lines. - - 'C-n' ('next-line') - (an arrow key) - Move the cursor down to the next line. - - 'C-p' ('prev-line') - (an arrow key) - Move the cursor up to the previous line. - - 'C-a' ('beginning-of-line') - (on DOS/Windows only) - Move the cursor to the start of the current line. - - 'C-e' ('end-of-line') - (on DOS/Windows only) - Move the cursor to the end of the current line. - - 'C-f' ('forward-char') - (an arrow key) - Move the cursor forward a character. - - 'C-b' ('backward-char') - (an arrow key) - Move the cursor backward a character. - - 'M-f' ('forward-word') - 'C-' (on DOS/Windows only) - Move the cursor forward a word. - - 'M-b' ('backward-word') - 'C-' (on DOS/Windows only) - Move the cursor backward a word. - - 'M-<' ('beginning-of-node') - 'C-' (on DOS/Windows only) - 'b' - Move the cursor to the start of the current node. - - 'M->' ('end-of-node') - 'C-' (on DOS/Windows only) - 'e' - Move the cursor to the end of the current node. - - 'M-r' ('move-to-window-line') - Move the cursor to a specific line of the window. Without a - numeric argument, 'M-r' moves the cursor to the start of the line - in the center of the window. With a numeric argument of N, 'M-r' - moves the cursor to the start of the Nth line in the window. - - ---------- Footnotes ---------- - - (1) 'M-x' is also a command; it invokes 'execute-extended-command', - letting you run a command by name. *Note Executing an extended command: - (emacs)M-x, for more detailed information. - -  - File: info-stnd.info, Node: Scrolling Commands, Next: Node Commands, Prev: Cursor Commands, Up: Top - - 4 Moving Text Within a Window - ***************************** - - Sometimes you are looking at a screenful of text, and only part of the - current paragraph you are reading is visible on the screen. The - commands detailed in this section are used to shift which part of the - current node is visible on the screen. - - ('scroll-forward') - - Shift the text in this window up. That is, show more of the node - which is currently below the bottom of the window. With a numeric - argument, show that many more lines at the bottom of the window; a - numeric argument of 4 would shift all of the text in the window up - 4 lines (discarding the top 4 lines), and show you four new lines - at the bottom of the window. Without a numeric argument, - takes the bottom two lines of the window and places them at the top - of the window, redisplaying almost a completely new screenful of - lines. If you are at the end of a node, takes you to the - "next" node, so that you can read an entire manual from start to - finish by repeating . - - The key is known as the key on some keyboards. - - 'C-v' ('scroll-forward-page-only') - Shift the text in this window up. This is identical to the - operation above, except that it never scrolls beyond the end of the - current node. - - 'M-x scroll-forward-page-only-set-window' - Scroll forward, like with 'C-v', but if a numeric argument is - specified, it becomes the default scroll size for subsequent - 'scroll-forward' and 'scroll-backward' commands and their ilk. - - ('scroll-backward') - - Shift the text in this window down. The inverse of - 'scroll-forward'. If you are at the start of a node, takes - you to the "previous" node, so that you can read an entire manual - from finish to start by repeating . The default scroll size - can be changed by invoking the - ('scroll-backward-page-only-set-window') command with a numeric - argument. - - If your keyboard lacks the key, look for a key called , - or 'Backspace', sometimes designated with an arrow which points to - the left, which should perform the same function. - - The key is the key on many keyboards. Emacs - refers to it by the name . - - 'M-v' ('scroll-backward-page-only') - Shift the text in this window down. The inverse of - 'scroll-forward-page-only'. Does not scroll beyond the start of - the current node. The default scroll size can be changed by - invoking the 'scroll-backward-page-only-set-window' command with a - numeric argument. - - 'M-x scroll-backward-page-only-set-window' - Scroll backward, like with 'M-v', but if a numeric argument is - specified, it becomes the default scroll size for subsequent - 'scroll-forward' and 'scroll-backward' commands. - - 'M-x down-line' - Scroll forward by one line. With a numeric argument, scroll - forward that many lines. - - 'M-x up-line' - Scroll backward one line. With a numeric argument, scroll backward - that many lines. - - 'M-x scroll-half-screen-down' - Scroll forward by half of the screen size. With a numeric - argument, scroll that many lines. If an argument is specified, it - becomes the new default number of lines to scroll for subsequent - 'scroll-half-screen-down' and 'scroll-half-screen-up' commands. - - 'M-x scroll-half-screen-up' - Scroll back by half of the screen size. With a numeric argument, - scroll that many lines. If an argument is specified, it becomes - the new default number of lines to scroll for subsequent - 'scroll-half-screen-down' and 'scroll-half-screen-up' commands. - - The 'scroll-forward' and 'scroll-backward' commands can also move - forward and backward through the node structure of the file. If you - press while viewing the end of a node, or while viewing the - beginning of a node, what happens is controlled by the variable - 'scroll-behavior' (*note scroll-behavior::). - - The 'scroll-forward-page-only' and 'scroll-backward-page-only' - commands never scroll beyond the current node. - - 'C-l' ('redraw-display') - Redraw the display from scratch, or shift the line containing the - cursor to a specified location. With no numeric argument, 'C-l' - clears the screen, and then redraws its entire contents. Given a - numeric argument of N, the line containing the cursor is shifted so - that it is on the Nth line of the window. - - 'C-x w' ('toggle-wrap') - Toggles the state of line wrapping in the current window. - Normally, lines which are longer than the screen width "wrap", - i.e., they are continued on the next line. Lines which wrap have a - '\' appearing in the rightmost column of the screen. You can cause - such lines to be terminated at the rightmost column by changing the - state of line wrapping in the window with 'C-x w'. When a line - which needs more space than one screen width to display is - displayed, a '$' appears in the rightmost column of the screen, and - the remainder of the line is invisible. When long lines are - truncated, the mode line displays the '$' character near its left - edge. - -  - File: info-stnd.info, Node: Node Commands, Next: Searching Commands, Prev: Scrolling Commands, Up: Top - - 5 Selecting a Node - ****************** - - This section details the numerous Info commands which select a new node - to view in the current window. - - The most basic node commands are 'n', 'p', 'u', and 'l'. - - When you are viewing a node, the top line of the node contains some - Info "pointers" which describe where the next, previous, and up nodes - are. Info uses this line to move about the node structure of the file - when you use the following commands: - - 'n' ('next-node') - 'C-' (on DOS/Windows only) - Select the 'Next' node. - - The key is known as the key on some keyboards. - - 'p' ('prev-node') - 'C-' (on DOS/Windows only) - Select the 'Prev' node. - - The key is known as the key on some keyboards. - - 'u' ('up-node') - 'C-' (an arrow key on DOS/Windows only) - Select the 'Up' node. - - You can easily select a node that you have already viewed in this - window by using the 'l' command--this name stands for "last", and - actually moves backwards through the history of visited nodes for this - window. This is handy when you followed a reference to another node, - possibly to read about a related issue, and would like then to resume - reading at the same place where you started the excursion. - - Each node where you press 'l' is discarded from the history. Thus, - by the time you get to the first node you visited in a window, the - entire history of that window is discarded. - - 'l' ('history-node') - 'C-
' (on DOS/Windows only) - Pop the most recently selected node in this window from the node - history. - - Two additional commands make it easy to select the most commonly - selected nodes; they are 't' and 'd'. - - 't' ('top-node') - Select the node 'Top' in the current Info file. - - 'd' ('dir-node') - Select the directory node (i.e., the node '(dir)'). - - Here are some other commands which immediately result in the - selection of a different node in the current window: - - '<' ('first-node') - Selects the first node which appears in this file. This node is - most often 'Top', but it does not have to be. With a numeric - argument N, select the Nth node (the first node is node 1). An - argument of zero is the same as the argument of 1. - - '>' ('last-node') - Select the last node which appears in this file. With a numeric - argument N, select the Nth node (the first node is node 1). An - argument of zero is the same as no argument, i.e., it selects the - last node. - - ']' ('global-next-node') - Move forward through the node structure. If the node that you are - currently viewing has a menu, select the first menu item. - Otherwise, if this node has a 'Next' pointer, follow it. If there - is no menu and no 'Next' pointer, then follow 'Up' pointers until - there is a 'Next' pointer, and then follow it. - - '[' ('global-prev-node') - Move backward through the node structure. If the node that you are - currently viewing has a 'Prev' pointer, that node is selected. - Otherwise, if the node has an 'Up' pointer, that node is selected, - and if it has a menu, the last item in the menu is selected. - - You can get the same behavior as 'global-next-node' and - 'global-prev-node' while simply scrolling through the file with - and (*note scroll-behavior::). - - 'g' ('goto-node') - Read the name of a node and select it. If the desired node resides - in some other file, you must type the node as it appears in that - Info file, and include the name of the other file. For example, - - g(emacs)Buffers - - finds the node 'Buffers' in the Info file 'emacs'. - - While reading the node name, completion (*note completion: The Echo - Area.) is only done for the nodes which reside in one of the Info - files that were loaded in the current Info session. - - 'O' ('goto-invocation') - Read the name of a program and look for a node in the current Info - file which describes the invocation and the command-line options - for that program. The default program name is derived from the - name of the current Info file. This command does the same as the - '--show-options' command-line option (*note --show-options::), but - it also allows to specify the program name; this is important for - those manuals which describe several programs. - - If you need to find the Invocation node of a program that is - documented in another Info file, you need to visit that file before - invoking 'I'. For example, if you are reading the Emacs manual and - want to see the command-line options of the 'makeinfo' program, - type 'g (texinfo) ' and then 'I makeinfo '. If you don't - know what Info file documents the command, or if invoking 'I' - doesn't display the right node, go to the '(dir)' node (using the - 'd' command) and invoke 'I' from there. - - 'G' ('menu-sequence') - Read a sequence of menu entries and follow it. Info prompts for a - sequence of menu items separated by commas. (Since commas are not - allowed in a node name, they are a natural choice for a delimiter - in a list of menu items.) Info then looks up the first item in the - menu of the node '(dir)' (if the '(dir)' node cannot be found, Info - uses 'Top'). If such an entry is found, Info goes to the node it - points to and looks up the second item in the menu of that node, - etc. In other words, you can specify a complete path which - descends through the menu hierarchy of a particular Info file - starting at the '(dir)' node. This has the same effect as if you - typed the menu item sequence on Info's command line, see *note Info - command-line arguments processing: command-line menu items. For - example, - - G Texinfo,Overview,Reporting Bugs - - displays the node 'Reporting Bugs' in the Texinfo manual. (You - don't actually need to type the menu items in their full length, or - in their exact letter-case. However, if you do type the menu items - exactly, Info will find it faster.) - - If any of the menu items you type are not found, Info stops at the - last entry it did find and reports an error. - - 'C-x C-f' ('view-file') - Read the name of a file and selects the entire file. The command - C-x C-f FILENAME - is equivalent to typing - g(FILENAME)* - - 'C-x C-b' ('list-visited-nodes') - Make a window containing a menu of all of the currently visited - nodes. This window becomes the selected window, and you may use - the standard Info commands within it. - - 'C-x b' ('select-visited-node') - Select a node which has been previously visited in a visible - window. This is similar to 'C-x C-b' followed by 'm', but no - window is created. - - 'M-x man' - Read the name of a man page to load and display. This uses the - 'man' command on your system to retrieve the contents of the - requested man page. See also *note --raw-escapes::. - -  - File: info-stnd.info, Node: Searching Commands, Next: Index Commands, Prev: Node Commands, Up: Top - - 6 Searching an Info File - ************************ - - GNU Info allows you to search for a sequence of characters throughout an - entire Info file. Here are the commands to do this: - - 's' ('search') - '/' - Read a string in the echo area and search for it, either as a - regular expression (by default) or a literal string. If the string - includes upper-case characters, the Info file is searched - case-sensitively; otherwise Info ignores the letter case. With a - numeric argument of N, search for Nth occurrence of the string. - Negative arguments search backwards. - - '?' ('search-backward') - Read a string in the echo area and search backward through the Info - file for that string. If the string includes upper-case - characters, the Info file is searched case-sensitively; otherwise - Info ignores the letter case. With a numeric argument of N, search - for Nth occurrence of the string. Negative arguments search - forward. - - 'C-x n' ('search-next') - '}' - Search forwards for the string used for the last search command. - Case sensitivity and use of regular expressions are kept the same. - With a numeric argument of N, search for Nth next occurrence. - - By default, the search starts at the position immediately following - the cursor. However, if the variable 'search-skip-screen' (*note - 'search-skip-screen': Variables.) is set, it starts at the - beginning of the next page, thereby skipping all visibly displayed - lines. - - 'C-x N' ('search-previous') - '{' - Just like 'search-next', but in reverse. You can use 'search-next' - and 'search-previous' together to move forward and backward through - matches. 'search-previous' usually goes to the place in the file - that was displayed before an immediately preceding 'search-next', - and vice versa.(1) - - 'R' ('toggle-regexp') - Toggle between using regular expressions and literal strings for - searching. Info uses so-called 'extended' regular expression - syntax (*note (grep)Regular Expressions::). - - 'S' ('search-case-sensitively') - Read a string in the echo area and search for it case-sensitively, - even if the string includes only lower-case letters. With a - numeric argument of N, search for Nth occurrence of the string. - Negative arguments search backwards. - - 'C-s' ('isearch-forward') - Interactively search forward through the Info file for a string as - you type it. If the string includes upper-case characters, the - search is case-sensitive; otherwise Info ignores the letter case. - - 'C-r' ('isearch-backward') - Interactively search backward through the Info file for a string as - you type it. If the string includes upper-case characters, the - search is case-sensitive; otherwise Info ignores the letter case. - - 'M-/' ('tree-search') - Recursively search this node and any subnodes listed in menus for a - string. - - 'M-}' ('tree-search-next') - 'M-{' ('tree-search-previous') - Go forwards and backwards through the matches for an active tree - search. - - The most basic searching command is 's' or '/' ('search'). The 's' - command prompts you for a string in the echo area, and then searches the - remainder of the Info file for an occurrence of that string. If the - string is found, the node containing it is selected, and the cursor is - left positioned at the start of the found string. Subsequent 's' - commands show you the default search string; pressing instead of - typing a new string will use the default search string. - - "Incremental searching" is similar to basic searching, but the string - is looked up while you are typing it, instead of waiting until the - entire search string has been specified. - - The tree search can be used from the 'dir' node to search through all - Info files installed on the system. It can also be used to search - through a particular chapter of a manual when you are not interested in - matches in other chapters. - - If the 'highlight-searches' variable is set, matches from search - commands will be highlighted. *Note 'highlight-searches': Variables. - Use the 'M-x clear-search' command to clear any search highlights. - - Both incremental and non-incremental search by default ignore the - case of letters when comparing the Info file text with the search - string. However, an uppercase letter in the search string makes the - search case-sensitive. You can force a case-sensitive non-incremental - search, even for a string that includes only lower-case letters, by - using the 'S' command ('search-case-sensitively'). The 'n' and 'N' - commands operate case-sensitively if the last search command was 'S'. - - Normally, the search pattern should not be shorter than some - predefined limit. By default, this limit is set to 1 character. *Note - min-search-length:: for more information on this. - - ---------- Footnotes ---------- - - (1) This sometimes doesn't happen when 'search-skip-screen' is 'On', - and the search goes across nodes. - -  - File: info-stnd.info, Node: Index Commands, Next: Xref Commands, Prev: Searching Commands, Up: Top - - 7 Index Commands - **************** - - GNU Info has commands to search through the indices of an Info file, - which helps you find areas within an Info file which discuss a - particular topic. - - 'i' ('index-search') - Look up a string in the indices for this Info file, and select a - node to which the found index entry points. - - 'I' ('virtual-index') - Look up a string in the indices for this Info file, and show all - the matches in a new virtual node, synthesized on the fly. - - ',' ('next-index-match') - Move to the node containing the next matching index item from the - last 'i' command. - - 'M-x index-apropos' - Grovel the indices of all the known Info files on your system for a - string, and build a menu of the possible matches. - - The most efficient means of finding something quickly in a manual is - the 'i' command ('index-search'). This command prompts for a string, - and then looks for that string in all the indices of the current Info - manual. If it finds a matching index entry, it displays the node to - which that entry refers and prints the full text of the entry in the - echo area. You can press ',' ('next-index-match') to find more matches. - A good Info manual has all of its important concepts indexed, so the 'i' - command lets you use a manual as a reference. - - If you don't know what manual documents something, try the 'M-x - index-apropos' command. It prompts for a string and then looks up that - string in all the indices of all the Info documents installed on your - system. It can also be invoked from the command line; see *note - --apropos::. - -  - File: info-stnd.info, Node: Xref Commands, Next: Window Commands, Prev: Index Commands, Up: Top - - 8 Selecting Cross-references - **************************** - - We have already discussed the 'Next', 'Prev', and 'Up' pointers which - appear at the top of a node. In addition to these pointers, a node may - contain other pointers which refer you to a different node, perhaps in - another Info file. Such pointers are called "cross-references", or - "xrefs" for short. - - * Menu: - - * Parts of an Xref:: What a cross-reference is made of. - * Selecting Xrefs:: Commands for selecting menu or note items. - -  - File: info-stnd.info, Node: Parts of an Xref, Next: Selecting Xrefs, Up: Xref Commands - - 8.1 Parts of an Xref - ==================== - - Cross-references have two major parts: the first part is called the - "label"; it is the name that you can use to refer to the cross - reference, and the second is the "target"; it is the full name of the - node that the cross-reference points to. - - The target is separated from the label by a colon ':'; first the - label appears, and then the target. For example, in the sample menu - cross-reference below, the single colon separates the label from the - target. - - * Foo Label: Foo Target. More information about Foo. - - Note the '.' which ends the name of the target. The '.' is not part - of the target; it serves only to let Info know where the target name - ends. - - A shorthand way of specifying references allows two adjacent colons - to stand for a target name which is the same as the label name: - - * Foo Commands:: Commands pertaining to Foo. - - In the above example, the name of the target is the same as the name - of the label, in this case 'Foo Commands'. - - You will normally see two types of cross-reference while viewing - nodes: "menu" references, and "note" references. Menu references appear - within a node's menu; they begin with a '*' at the beginning of a line, - and continue with a label, a target, and a comment which describes what - the contents of the node pointed to contains. - - Note references appear within the body of the node text; they begin - with '*Note', and continue with a label and a target. - - Like 'Next', 'Prev', and 'Up' pointers, cross-references can point to - any valid node. They are used to refer you to a place where more - detailed information can be found on a particular subject. Here is a - cross-reference which points to a node within the Texinfo documentation: - *Note Writing an Xref: (texinfo)xref, for more information on creating - your own texinfo cross references. - -  - File: info-stnd.info, Node: Selecting Xrefs, Prev: Parts of an Xref, Up: Xref Commands - - 8.2 Selecting Xrefs - =================== - - The following table lists the Info commands which operate on menu items. - - '1' ('menu-digit') - '2' ... '9' - 'M-1', vi-like operation - 'M-2' ... 'M-9', vi-like operation - Within an Info window, pressing a single digit, (such as '1'), - selects that menu item, and places its node in the current window. - For convenience, there is one exception; pressing '0' selects the - _last_ item in the node's menu. When '--vi-keys' is in effect, - digits set the numeric argument, so these commands are remapped to - their 'M-' varieties. For example, to select the last menu item, - press 'M-0'. - - '0' ('last-menu-item') - 'M-0', vi-like operation - Select the last item in the current node's menu. - - 'm' ('menu-item') - Reads the name of a menu item in the echo area and selects its - node. Completion is available while reading the menu label. *Note - completion: The Echo Area. - - 'M-x find-menu' - Move the cursor to the start of this node's menu. - - This table lists the Info commands which operate on cross-references. - - 'f' ('xref-item') - 'r' - Reads the name of a note cross-reference in the echo area and - selects its node. Completion is available while reading the - cross-reference label. *Note completion: The Echo Area. - - Finally, the next few commands operate on menu or note references - alike: - - ('move-to-next-xref') - Move the cursor to the start of the next nearest menu item or note - reference in this node. You can then use - ('select-reference-this-line') to select the menu or note - reference. - - 'M-TAB' ('move-to-prev-xref') - 'BackTab' - 'Shift-' (on DOS/Windows only) - Move the cursor the start of the nearest previous menu item or note - reference in this node. - - The 'BackTab' key can be produced on some terminals with - 'Shift-'. - - ('select-reference-this-line') - Select the menu item or note reference appearing on this line. - -  - File: info-stnd.info, Node: Window Commands, Next: Printing Nodes, Prev: Xref Commands, Up: Top - - 9 Manipulating Multiple Windows - ******************************* - - A "window" is a place to show the text of a node. Windows have a view - area where the text of the node is displayed, and an associated "mode - line", which briefly describes the node being viewed. - - GNU Info supports multiple windows appearing in a single screen; each - window is separated from the next by its mode line. At any time, there - is only one "active" window, that is, the window in which the cursor - appears. There are commands available for creating windows, changing - the size of windows, selecting which window is active, and for deleting - windows. - - * Menu: - - * The Mode Line:: What appears in the mode line? - * Basic Windows:: Manipulating windows in Info. - * The Echo Area:: Used for displaying errors and reading input. - -  - File: info-stnd.info, Node: The Mode Line, Next: Basic Windows, Up: Window Commands - - 9.1 The Mode Line - ================= - - A "mode line" is a line of inverse video which appears at the bottom of - an Info window. It describes the contents of the window just above it; - this information includes the name of the file and node appearing in - that window, the number of screen lines it takes to display the node, - and the percentage of text that is above the top of the window. - - Here is a sample mode line for a window containing a file named - 'dir', showing the node 'Top'. - - -----Info: (dir)Top, 40 lines --Top------------------------------------- - ^^ ^ ^^^ ^^ - (file)Node #lines where - - Truncation of long lines (as opposed to wrapping them to the next - display line, *note toggle-wrap: Scrolling Commands.) is indicated by a - '$' at the left edge of the mode line: - - --$--Info: (texinfo)Top, 480 lines --Top-------------------------------- - - When Info makes a node internally, such that there is no - corresponding info file on disk, the name of the node is surrounded by - asterisks ('*'). The name itself tells you what the contents of the - window are; the sample mode line below shows an internally constructed - node showing possible completions: - - -----Info: *Completions*, 7 lines --All--------------------------------- - -  - File: info-stnd.info, Node: Basic Windows, Next: The Echo Area, Prev: The Mode Line, Up: Window Commands - - 9.2 Window Commands - =================== - - It can be convenient to view more than one node at a time. To allow - this, Info can display more than one "window". Each window has its own - mode line (*note The Mode Line::) and history of nodes viewed in that - window (*note 'history-node': Node Commands.). - - 'C-x o' ('next-window') - Select the next window on the screen. Note that the echo area can - only be selected if it is already in use, and you have left it - temporarily. Normally, 'C-x o' simply moves the cursor into the - next window on the screen, or if you are already within the last - window, into the first window on the screen. Given a numeric - argument, 'C-x o' moves over that many windows. A negative - argument causes 'C-x o' to select the previous window on the - screen. - - 'M-x prev-window' - Select the previous window on the screen. This is identical to - 'C-x o' with a negative argument. - - 'C-x 2' ('split-window') - Split the current window into two windows, both showing the same - node. Each window is one half the size of the original window, and - the cursor remains in the original window. The variable - 'automatic-tiling' can cause all of the windows on the screen to be - resized for you automatically (*note 'automatic-tiling': - Variables.). - - 'C-x 0' ('delete-window') - Delete the current window from the screen. If you have made too - many windows and your screen appears cluttered, this is the way to - get rid of some of them. - - 'C-x 1' ('keep-one-window') - Delete all of the windows excepting the current one. - - 'ESC C-v' ('scroll-other-window') - Scroll the other window, in the same fashion that 'C-v' might - scroll the current window. Given a negative argument, scroll the - "other" window backward. - - 'C-x ^' ('grow-window') - Grow (or shrink) the current window. Given a numeric argument, - grow the current window that many lines; with a negative numeric - argument, shrink the window instead. - - 'C-x t' ('tile-windows') - Divide the available screen space among all of the visible windows. - Each window is given an equal portion of the screen in which to - display its contents. The variable 'automatic-tiling' can cause - 'tile-windows' to be called when a window is created or deleted. - *Note 'automatic-tiling': Variables. - -  - File: info-stnd.info, Node: The Echo Area, Prev: Basic Windows, Up: Window Commands - - 9.3 The Echo Area - ================= - - The "echo area" is a one line window which appears at the bottom of the - screen. It is used to display informative or error messages, and to - read lines of input from you when that is necessary. Almost all of the - commands available in the echo area are identical to their Emacs - counterparts, so please refer to that documentation for greater depth of - discussion on the concepts of editing a line of text. The following - table briefly lists the commands that are available while input is being - read in the echo area: - - 'C-f' ('echo-area-forward') - (an arrow key) - Move forward a character. - - 'C-b' ('echo-area-backward') - (an arrow key) - Move backward a character. - - 'C-a' ('echo-area-beg-of-line') - Move to the start of the input line. - - 'C-e' ('echo-area-end-of-line') - Move to the end of the input line. - - 'M-f' ('echo-area-forward-word') - 'C-' (DOS/Windows only) - Move forward a word. - - On DOS/Windows, 'C-' moves forward by words. - - 'M-b' ('echo-area-backward-word') - 'C-' (DOS/Windows only) - Move backward a word. - - On DOS/Windows, 'C-' moves backward by words. - - 'C-d' ('echo-area-delete') - Delete the character under the cursor. - - ('echo-area-rubout') - Delete the character behind the cursor. - - On some keyboards, this key is designated , for 'Backspace'. - Those keyboards will usually bind in the echo area to - 'echo-area-delete'. - - 'C-g' ('echo-area-abort') - Cancel or quit the current operation. If completion is being read, - this command discards the text of the input line which does not - match any completion. If the input line is empty, it aborts the - calling function. - - ('echo-area-newline') - Accept (or forces completion of) the current input line. - - 'C-q' ('echo-area-quoted-insert') - Insert the next character verbatim. This is how you can insert - control characters into a search string, for example, or the '?' - character when Info prompts with completion. - - PRINTING CHARACTER ('echo-area-insert') - Insert the character. Characters that have their 8th bit set, and - not bound to 'M-' commands, are also inserted verbatim; this is - useful for terminals which support Latin scripts. - - 'M-TAB' ('echo-area-tab-insert') - 'Shift-' (on DOS/Windows only) - Insert a TAB character. - - On DOS/Windows only, the 'Shift-' key is an alias for - 'M-'. This key is sometimes called 'BackTab'. - - 'C-t' ('echo-area-transpose-chars') - Transpose the characters at the cursor. - - The next group of commands deal with "killing", and "yanking" text. - (Sometimes these operations are called "cut" and "paste", respectively.) - For an in-depth discussion, see *note Killing and Deleting: - (emacs)Killing. - - 'M-d' ('echo-area-kill-word') - Kill the word following the cursor. - - 'M-' ('echo-area-backward-kill-word') - 'M-' - Kill the word preceding the cursor. - - On some keyboards, the 'Backspace' key is used instead of 'DEL', so - 'M-' has the same effect as 'M-'. - - 'C-k' ('echo-area-kill-line') - Kill the text from the cursor to the end of the line. - - 'C-x ' ('echo-area-backward-kill-line') - Kill the text from the cursor to the beginning of the line. - - 'C-y' ('echo-area-yank') - Yank back the contents of the last kill. - - 'M-y' ('echo-area-yank-pop') - Yank back a previous kill, removing the last yanked text first. - - Sometimes when reading input in the echo area, the command that - needed input will only accept one of a list of several choices. The - choices represent the "possible completions", and you must respond with - one of them. Since there are a limited number of responses you can - make, Info allows you to abbreviate what you type, only typing as much - of the response as is necessary to uniquely identify it. In addition, - you can request Info to fill in as much of the response as is possible; - this is called "completion". - - The following commands are available when completing in the echo - area: - - ('echo-area-complete') - - Insert as much of a completion as is possible. - - '?' ('echo-area-possible-completions') - Display a window containing a list of the possible completions of - what you have typed so far. For example, if the available choices - are: - - bar - foliate - food - forget - - and you have typed an 'f', followed by '?', Info will pop up a - window showing a node called '*Completions*' which lists the - possible completions like this: - - 3 completions: - foliate food - forget - - i.e., all of the choices which begin with 'f'. Pressing or - would result in 'fo' appearing in the echo area, since all of - the choices which begin with 'f' continue with 'o'. Now, typing - 'l' followed by 'TAB' results in 'foliate' appearing in the echo - area, since that is the only choice which begins with 'fol'. - - ('echo-area-scroll-completions-window') - Scroll the completions window, if that is visible, or the "other" - window if not. - -  - File: info-stnd.info, Node: Printing Nodes, Next: Miscellaneous Commands, Prev: Window Commands, Up: Top - - 10 Printing Nodes - ***************** - - In general, we recommend that you use TeX to format the document and - print sections of it, by running 'tex' on the Texinfo source file. - However, you may wish to print out the contents of a node as a quick - reference document for later use, or if you don't have TeX installed. - Info provides you with a command for doing this. - - 'M-x print-node' - Pipe the contents of the current node through the command in the - environment variable 'INFO_PRINT_COMMAND'. If the variable does - not exist, the node is simply piped to 'lpr' (on DOS/Windows, the - default is to print the node to the local printer device, 'PRN'). - - The value of 'INFO_PRINT_COMMAND' may begin with the '>' character, - as in '>/dev/printer', in which case Info treats the rest as the - name of a file or a device. Instead of piping to a command, Info - opens the file, writes the node contents, and closes the file, - under the assumption that text written to that file will be printed - by the underlying OS. - -  - File: info-stnd.info, Node: Miscellaneous Commands, Next: Variables, Prev: Printing Nodes, Up: Top - - 11 Miscellaneous Commands - ************************* - - GNU Info contains several commands which self-document GNU Info: - - 'M-x describe-command' - Read the name of an Info command in the echo area and then display - a brief description of what that command does. - - 'M-x describe-key' - Read a key sequence in the echo area, and then display the name and - documentation of the Info command that the key sequence invokes. - - 'M-x describe-variable' - Read the name of a variable in the echo area and then display a - brief description of what the variable affects. - - 'M-x where-is' - Read the name of an Info command in the echo area, and then display - a key sequence which can be typed in order to invoke that command. - - 'H' ('get-help-window') - (on DOS/Windows only) - Create (or Move into) the window displaying '*Help*', and place a - node containing a quick reference card into it. This window - displays the most concise information about GNU Info available. - - 'h' ('get-info-help-node') - Try hard to visit the node '(info)Help'. The Info file 'info.texi' - distributed with GNU Emacs contains this node. Of course, the file - must first be processed with 'makeinfo', and then placed into the - location of your Info directory. - - '=' ('display-file-info') - Show information about what's currently being viewed in the echo - area: the Info file name, and current line number and percentage - within the current node. - - 'M-x info-version' - Display the name and version of the currently running Info program. - - Here are the commands for creating a numeric argument: - - 'C-u' ('universal-argument') - Start (or multiply by 4) the current numeric argument. 'C-u' is a - good way to give a small numeric argument to cursor movement or - scrolling commands; 'C-u C-v' scrolls the screen 4 lines, while - 'C-u C-u C-n' moves the cursor down 16 lines. 'C-u' followed by - digit keys sets the numeric argument to the number thus typed: 'C-u - 1 2 0' sets the argument to 120. - - 'M-1' ('add-digit-to-numeric-arg') - '1', vi-like operation - 'M-2' ... 'M-9' - '2' ... '9', vi-like operation - 'M-0' - '0', vi-like operation - Add the digit value of the invoking key to the current numeric - argument. Once Info is reading a numeric argument, you may just - type the digits of the argument, without the Meta prefix. For - example, you might give 'C-l' a numeric argument of 32 by typing: - - C-u 3 2 C-l - - or - - M-3 2 C-l - - 'M--' ('add-digit-to-numeric-arg') - '-' - To make a negative argument, type '-'. Typing '-' alone makes a - negative argument with a value of -1. If you continue to type - digit or Meta-digit keys after '-', the result is a negative number - produced by those digits. - - '-' doesn't work when you type in the echo area, because you need - to be able to insert the '-' character itself; use 'M--' instead, - if you need to specify negative arguments in the echo area. - - is used to abort the reading of a multi-character key sequence, - to cancel lengthy operations (such as multi-file searches) and to cancel - reading input in the echo area. - - 'C-g' ('abort-key') - Cancel current operation. - - The 'q' command of Info simply quits running Info. - - 'q' ('quit') - 'C-x C-c' - Exit GNU Info. - - If the operating system tells GNU Info that the screen is 60 lines - tall, and it is actually only 40 lines tall, here is a way to tell Info - that the operating system is correct. - - 'M-x set-screen-height' - Read a height value in the echo area and set the height of the - displayed screen to that value. - - On MS-DOS/MS-Windows, this command actually tries to change the - dimensions of the visible screen to the value you type in the echo area. - - Finally, Info provides a convenient way to display footnotes which - might be associated with the current node that you are viewing: - - 'ESC C-f' ('show-footnotes') - Show the footnotes (if any) associated with the current node in - another window. You can have Info automatically display the - footnotes associated with a node when the node is selected by - setting the variable 'automatic-footnotes'. *Note - 'automatic-footnotes': Variables. - -  - File: info-stnd.info, Node: Variables, Next: Colors and Styles, Prev: Miscellaneous Commands, Up: Top - - 12 Manipulating Variables - ************************* - - GNU Info uses several internal "variables" whose values are looked at by - various Info commands. You can change the values of these variables, - and thus change the behavior of Info, if desired. - - There are three ways to set the value of a variable, listed here in - order of precedence: - - 1. interactively, using the 'set-variable' command described below; - 2. on the command line, using the '-v' ('--variable') command line - option (*note variable-assignment::); - 3. in the '#var' section of the '.infokey' file (*note Custom Key - Bindings::). - - 'M-x set-variable' - Read the name of a variable, and the value for it, in the echo area - and then set the variable to that value. Completion is available - when reading the variable name (*note The Echo Area::); completion - is also available when reading the value when that makes sense. - - 'M-x describe-variable' - Read the name of a variable in the echo area and display its value - and a brief description. - - Here is a list of the variables that you can set in Info. - - 'automatic-footnotes' - When set to 'On', footnotes appear and disappear automatically; - else, they appear at the bottom of the node text. This variable is - 'Off' by default. When a node is selected, a window containing the - footnotes which appear in that node is created, and the footnotes - are displayed within the new window. The window that Info creates - to contain the footnotes is called '*Footnotes*'. If a node is - selected which contains no footnotes, and a '*Footnotes*' window is - on the screen, the '*Footnotes*' window is deleted. Footnote - windows created in this fashion are not automatically tiled so that - they can use as little of the display as is possible. - - 'automatic-tiling' - When set to 'On', creating or deleting a window resizes other - windows. This variable is 'Off' by default. Normally, typing 'C-x - 2' divides the current window into two equal parts. When - 'automatic-tiling' is set to 'On', all of the windows are resized - automatically, keeping an equal number of lines visible in each - window. Any '*Completions*' and '*Footnotes*' windows are - exceptions to the automatic tiling; they retain their original - size. - - 'cursor-movement-scrolls' - When set to 'On', when cursor movement commands reach the top or - bottom of a node, another node is loaded depending on the value of - 'scroll-behaviour' (see below). This is the default. When this - variable is set to 'Off', cursor movements stop at the top or - bottom of a node. - - 'errors-ring-bell' - When set to 'On' (the default), errors cause the bell to ring. - - 'follow-strategy' - When set to 'remain' (the default), Info tries to remain within the - directory containing the currently displayed Info file when - following a cross-reference to an external manual, before looking - for the referenced manual in the search path. The alternative - value is 'path', which means to look through the search path right - away. - - 'remain' is intended to be useful for several Texinfo manuals that - all reference each other and whose versions should match each - other. (For example, various manuals relating to a particular - version of Emacs.) - - The alternative behaviour, with 'path', may be useful when your - Info file search path parallels your command shell's search path, - and you always want to find documentation of the version of the - program that the shell would execute. - - 'gc-compressed-files' - When set to 'On', Info garbage collects files which had to be - uncompressed. The default value of this variable is 'Off'. - Whenever a node is visited in Info, the Info file containing that - node is read into memory, and Info reads information about the tags - and nodes contained in that file. Once the tags information is - read by Info, it is never forgotten. However, the actual text of - the nodes does not need to be retained unless a particular Info - window needs it. For non-compressed files, node text is not - remembered when it is no longer in use. But de-compressing a file - can be a time-consuming operation, and so Info tries hard not to do - it twice. This variable tells Info it is okay to garbage collect - the text of the nodes of a file which was compressed on disk. - - 'hide-note-references' - By default, Info displays the contents of Info files mostly - verbatim, including text that is used by Info readers for - navigation (for example, marking the location of menus or - cross-references). If you set this variable to 'On', some of this - text is hidden, in a similar way to the 'Info-hide-note-references' - variable in Emacs (*note (info)Emacs Info Variables::). - - 'highlight-searches' - When set to 'On', highlight matches from searching commands (*note - Searching Commands::). - - 'infopath-no-defaults' - Used in conjunction with the 'INFOPATH' environment variable (*note - INFOPATH::). When set to 'On', the default documentation directory - defined when Info was built (e.g., '/usr/share/info') is not added - to the search path for Info files. - - 'ISO-Latin' - The default is 'On', which means that Info accepts and displays - characters represented by bytes with values 128 and above, such as - characters in the UTF-8 encoding or in various 8-bit ISO Latin - characters, as well as allowing you to input such characters. - - The only reason to set this variable to 'Off' would be if your - terminal set the eighth bit of a byte to represent the Meta key - being pressed. - - 'key-time' - Length of time in milliseconds to wait for the next byte of a byte - sequence generated by a key (or key chord) on the keyboard. For - example, if the 'down' key generates the byte sequence ' O B', - and the two bytes ' O' have been received, then a 'B' byte - would have to be received within this length of time for a key - press of 'down' to be registered. You may wish to set this - variable to a larger value for slow terminals or network - connections. - - If you set this variable to 0, it's unspecified whether a - recognized byte sequence representing a key takes precedence over - another recognized sequence representing a key that is an initial - subsequence of the first sequence. In some cases, you may be able - to make pressing a special key on the keyboard that Info doesn't - know about (for example, a function key) cause a command to be - executed by setting this variable to 0, and giving the byte - sequence the key sends in '.infokey'. (*Note Custom Key - Bindings::.) - - 'min-search-length' - Minimum length of a search string (default 1). Attempts to - initiate a search for a string (or regular expression) shorter than - this value, result in an error. - - 'mouse' - What method to use to get input from a mouse device. The default - value is 'Off'. Set this variable to 'normal-tracking' to make - Info use "normal tracking mode" if it detects that the terminal - supports it. This enables you to scroll the contents of the active - window with a mouse scrollwheel. - - On terminal emulators running under the X Window System, such as - 'xterm', you can usually select text with the mouse. However, - mouse tracking mode may interfere with this. When this happens, - you may be able to select text by holding down the 'Shift' key - while clicking and dragging. - - 'nodeline' - How to print the node header line that appears at the top of each - node. By default only the pointers to neighbouring nodes are - displayed (the "Next", "Prev", and "Up" pointers): this corresponds - to the 'pointers' value for this variable. To print the entire - line, set 'nodeline' to the value 'print', which will include the - filename and name of the node. To not display the header line at - all, use the value 'no'. - - 'scroll-behavior' - 'scroll-behaviour' - The two variable names are synonymous. Control what happens when - scrolling commands are used at the end or beginning of a node - (*note Scrolling Commands::). The default value for this variable - is 'Continuous'. Possible values: - - 'Continuous' - Try to get the first item in this node's menu, or failing - that, the 'Next' node, or failing that, the 'Next' of the 'Up' - node. This behavior is identical to using the ']' - ('global-next-node') and '[' ('global-prev-node') commands. - - 'Next Only' - Only try to get the 'Next' node. - - 'Page Only' - Just stop, changing nothing. With this value, no scrolling - command can change the node that is being viewed. - - This variable also affects cursor movement commands (*note Cursor - Commands::) unless the 'cursor-movement-scrolls' variable is set to - 'Off'. *Note cursor-movement-scrolls::. - - 'scroll-last-node' - Control what happens when a scrolling command is issued at the end - of the last node. Possible values are: - - 'Stop' - Do not scroll. Display the 'No more nodes within this - document' message. This is the default. - - 'Top' - Go to the top node of the document. - - This variable is in effect only if 'scroll-behaviour' is set to - 'Continuous'. - - 'scroll-step' - The number of lines to scroll to bring the cursor back into the - window. The default value of this variable is 1, which causes a - kind of "smooth scrolling" which some people prefer. Scrolling - happens automatically if the cursor has moved out of the visible - portion of the node text. - - If the variable 'scroll-step' is 0, the cursor (and the text it is - attached to) is placed in the centre of the window. - - 'search-skip-screen' - Set the starting point of repeated searches (*note - repeated-search::). When set to 'Off' (the default), repeated - searches start at the position immediately following (when - searching in forward direction), or immediately preceding (when - searching backwards) the cursor. When set to 'On', repeated - searches omit lines visibly displayed on the screen. In other - words, forward searches ('}') start at the beginning of the next - page, and backward searches ('{') start at the end of the previous - page. - - 'show-index-match' - When set to 'On' (the default), the portion of the matched search - string that you typed is indicated (by displaying it in the - "opposite" case) in the result message (*note 'next-index-match': - Searching Commands.). - - 'visible-bell' - When set to 'On', Info attempts to flash the screen instead of - ringing the bell. This variable is 'Off' by default. If the - terminal does not allow flashing, this variable has no effect. - (But you can still make Info perform quietly by setting the - 'errors-ring-bell' variable to 'Off'; or using an external command - to mute the bell, e.g., 'xset b 0 0 0'.) - -  - File: info-stnd.info, Node: Colors and Styles, Next: Custom Key Bindings, Prev: Variables, Up: Top - - 13 Colors and Styles - ******************** - - You can choose to highlight parts of Info's display, such as - cross-references and search matches, using a variety of styles, - including colors, boldface and underline. Here are the variables that - are available to do this: - - 'link-style' - Used for cross-references and menu entries. - - 'active-link-style' - Used for a cross-references or menu entry when typing would - have the effect of following said cross-reference or menu entry. - - 'match-style' - Used for matches from a search command. (*Note Searching - Commands::.) - - Each of these is given in the '.infokey' file just as the variables - in the previous chapter. Their values are a comma-separated list of - values in the following table: - - 'black' - 'red' - 'green' - 'yellow' - 'blue' - 'magenta' - 'cyan' - 'white' - Use the color specified for text. - - 'nocolour' - 'nocolor' - Turn off any color that was in effect, using the terminal's default - color. - - 'bgblack' - 'bgred' - 'bggreen' - 'bgyellow' - 'bgblue' - 'bgmagenta' - 'bgcyan' - 'bgwhite' - Use the color specified for the background. - - 'bgnocolour' - 'bgnocolor' - Use the terminal's default background color. - - 'underline' - 'nounderline' - Turn text underline on or off. - - 'standout' - 'nostandout' - Turn 'standout mode' on or off. Standout mode entails the use of - appearance modes that make text stand out, and varies between - terminals. - - 'bold' - 'regular' - 'nobold' - Turn boldface on or off. - - 'blink' - 'noblink' - Make the text blink, or not. - - Here is an sample excerpt from an '.infokey' file: - - #var - link-style=yellow - active-link-style=yellow,bold - match-style=underline,bold,nocolour - - With this, cross-references are all yellow, and active cross-references - are additionally displayed in bold. Any search matches will be shown in - bold, and underlined. Moreover, if there is a search match inside a - cross-reference, the 'nocolour' rendition style will cancel the yellow - colour, leaving the text in the match the terminal's default colour. - (Note, however, that the rendition styles for active cross-references - take priority over those for search matches, so search matches there - will still be displayed in yellow.) - -  - File: info-stnd.info, Node: Custom Key Bindings, Next: Index, Prev: Colors and Styles, Up: Top - - 14 Customizing Key Bindings and Variables - ***************************************** - - Info allows you to override the default key-to-command bindings and - variable settings described in this document. (The '--vi-keys' option - rebinds many keys at once; *note --vi-keys::.) - - On startup, GNU Info looks for a configuration file in the invoker's - 'HOME' directory called '.infokey', i.e., '~/.infokey'.(1) If it is - present, then Info adopts the key bindings and variable settings - contained therein. To use an alternative configuration file, use the - '--init-file' option (*note --init-file::). - - Variables may also be set on the command line with the '--variable' - option (*note variable-assignment::). Variable settings on the command - line override settings from the '.infokey' file. - - * Menu: - - * infokey format:: - - ---------- Footnotes ---------- - - (1) Due to the limitations of DOS filesystems, the MS-DOS version of - Info looks for a file '_infokey' instead. If the 'HOME' variable is not - defined, Info additionally looks in the current directory. - -  - File: info-stnd.info, Node: infokey format, Up: Custom Key Bindings - - 14.1 'infokey' format - ===================== - - Here is an example '.infokey' file which specifies the key bindings that - are activated by the '--vi-keys' option to Info (*note --vi-keys::). - - #info - g first-node - G last-node - \mb beginning-of-node - \me end-of-node - j next-line - k prev-line - - f scroll-forward-page-only - ^f scroll-forward-page-only - \m\ scroll-forward-page-only - z scroll-forward-page-only-set-window - - b scroll-backward-page-only - ^b scroll-backward-page-only - w scroll-backward-page-only-set-window - - \kd down-line - ^e down-line - ^j down-line - ^m down-line - \ku up-line - ^y up-line - ^k up-line - - d scroll-half-screen-down - ^d scroll-half-screen-down - u scroll-half-screen-up - ^u scroll-half-screen-up - - ^xn next-node - ^xp prev-node - ^xu up-node - ' last-node - \mt top-node - \md dir-node - - ^xg goto-node - I goto-invocation-node - - n search-next - N search-previous - - \mf xref-item - ^xr xref-item - - \mg select-reference-this-line - ^x^j select-reference-this-line - ^x^m select-reference-this-line - - ^c abort-key - - \mh get-info-help-node - - :q quit - ZZ quit - - #echo-area - \mh echo-area-backward - \ml echo-area-forward - \m0 echo-area-beg-of-line - \m$ echo-area-end-of-line - \mw echo-area-forward-word - \mx echo-area-delete - \mu echo-area-abort - ^v echo-area-quoted-insert - \mX echo-area-kill-word - - The file consists of one or more "sections". Each section starts - with a line that identifies the type of section. The possible sections - are: - - '#info' - Key bindings for Info windows. The start of this section is - indicated by a line containing just '#info' by itself. If this is - the first section in the source file, the '#info' line can be - omitted. The rest of this section consists of lines of the form: - - STRING whitespace ACTION [ whitespace [ # comment ] ] newline - - Whitespace is any sequence of one or more spaces and/or tabs. - Comment is any sequence of any characters, excluding newline. - STRING is the key sequence which invokes the action. ACTION is the - name of an Info command. The characters in STRING are interpreted - literally or prefixed by a caret ('^') to indicate a control - character. A backslash followed by certain characters specifies - input keystrokes as follows: - - '\b' - Backspace - '\e' - Escape (ESC) - '\n' - Newline - '\r' - Return - '\t' - Tab - '\ku' - Up arrow - '\kd' - Down arrow - '\kl' - Left arrow - '\kr' - Right arrow - '\kU' - Page Up - '\kD' - Page Down - '\kh' - HOME - '\ke' - END - '\kx' - Delete (DEL) - '\mX' - Meta-X where X is any character as described above. - - Backslash followed by any other character indicates that character - is to be taken literally. Characters which must be preceded by a - backslash include caret, space, tab, and backslash itself. - - '#echo-area' - Key bindings for the echo area. The start of this section is - indicated by a line containing just '#echo-area' by itself. The - rest of this section has a syntax identical to that for the key - definitions for the Info area, described above. - - '#var' - Variable initializations. The start of this section is indicated - by a line containing just '#var' by itself. Following this line is - a list of variable assignments, one per line. Each line consists - of a variable name (*note Variables::) followed by '=' followed by - a value. There may be no white space between the variable name and - the '=', and all characters following the '=', including white - space, are included in the value. - - Blank lines and lines starting with '#' are ignored, except for the - special section header lines. - - Key bindings defined in the '.infokey' file take precedence over GNU - Info's default key bindings, whether or not '--vi-keys' is used. A - default key binding may be disabled by overriding it in the '.infokey' - file with the action 'invalid'. In addition, _all_ default key bindings - can be disabled by adding this line _anywhere_ in the relevant section: - - #stop - - This will cause GNU Info to ignore all the default key commands for - that section. - - Beware: '#stop' can be dangerous. Since it disables all default key - bindings, you must supply enough new key bindings to enable all - necessary actions. Failure to bind any key to the 'quit' command, for - example, can lead to frustration. - - The order in which key bindings are defined in the '.infokey' file is - not important, except that the command summary produced by the - 'get-help-window' command only displays the _first_ key that is bound to - each command. - -  - File: info-stnd.info, Node: Index, Prev: Custom Key Bindings, Up: Top - - Appendix A Index - **************** - - [index] - * Menu: - - * *Footnotes* window: Variables. (line 32) - * ,: Index Commands. (line 19) - * -: Miscellaneous Commands. - (line 73) - * --all (-a) command line option: Invoking Info. (line 94) - * --apropos (-k) command line option: Invoking Info. (line 118) - * --debug (-x) command line option: Invoking Info. (line 130) - * --directory (-d) command line option: Invoking Info. (line 152) - * --dribble command line option: Invoking Info. (line 182) - * --file (-f) command line option: Invoking Info. (line 188) - * --help (-h) command line option: Invoking Info. (line 206) - * --index-search command line option: Invoking Info. (line 210) - * --init-file command line option: Invoking Info. (line 228) - * --node (-n) command line option: Invoking Info. (line 234) - * --output (-o) command line option: Invoking Info. (line 247) - * --raw-escapes (-R) command line option: Invoking Info. (line 253) - * --restore command line option: Invoking Info. (line 271) - * --show-malformed-multibytes command line option: Invoking Info. - (line 278) - * --show-options (--usage, -O) command line option: Invoking Info. - (line 284) - * --speech-friendly (-b) command line option: Invoking Info. (line 294) - * --strict-node-location command line option: Invoking Info. (line 302) - * --subnodes, command line option: Invoking Info. (line 311) - * --variable (-v) command line option: Invoking Info. (line 319) - * --version command line option: Invoking Info. (line 322) - * --vi-keys command line option: Invoking Info. (line 325) - * --where (--location, -w) command line option: Invoking Info. - (line 334) - * .infokey format: infokey format. (line 6) - * /: Searching Commands. (line 11) - * 0 ... 9, vi-like operation: Miscellaneous Commands. - (line 60) - * 0, in Info windows: Selecting Xrefs. (line 22) - * 1 ... 9, in Info windows: Selecting Xrefs. (line 12) - * 1 ... 9, in Info windows <1>: Selecting Xrefs. (line 12) - * <: Node Commands. (line 61) - * =, in Info windows: Miscellaneous Commands. - (line 37) - * >: Node Commands. (line 67) - * ?: Searching Commands. (line 19) - * ?, in Info windows: Miscellaneous Commands. - (line 26) - * ?, in the echo area: The Echo Area. (line 124) - * [: Node Commands. (line 80) - * ]: Node Commands. (line 73) - * _info file (MS-DOS): Custom Key Bindings. (line 6) - * {: Searching Commands. (line 40) - * }: Searching Commands. (line 28) - * abort-key: Miscellaneous Commands. - (line 87) - * absolute Info file names: Invoking Info. (line 52) - * active-link-style: Colors and Styles. (line 14) - * add-digit-to-numeric-arg: Miscellaneous Commands. - (line 60) - * ANSI escape sequences in documents: Invoking Info. (line 253) - * Apropos, in Info files: Invoking Info. (line 118) - * arguments, command line: Invoking Info. (line 6) - * arguments, negative: Miscellaneous Commands. - (line 73) - * automatic-footnotes: Variables. (line 31) - * automatic-tiling: Variables. (line 43) - * b, in Info windows: Cursor Commands. (line 61) - * BackTab, in Info windows: Selecting Xrefs. (line 55) - * BackTab, in the echo area: The Echo Area. (line 74) - * backward-char: Cursor Commands. (line 48) - * backward-word: Cursor Commands. (line 56) - * beginning-of-line: Cursor Commands. (line 36) - * beginning-of-node: Cursor Commands. (line 61) - * Blinking text: Colors and Styles. (line 72) - * Bold text: Colors and Styles. (line 68) - * BS (backspace): Scrolling Commands. (line 47) - * bugs, reporting: Stand-alone Info. (line 28) - * C-a, in Info windows: Cursor Commands. (line 36) - * C-a, in the echo area: The Echo Area. (line 24) - * C-b, in Info windows: Cursor Commands. (line 48) - * C-b, in the echo area: The Echo Area. (line 21) - * C-CENTER: Node Commands. (line 45) - * C-d, in the echo area: The Echo Area. (line 42) - * C-e, in Info windows: Cursor Commands. (line 40) - * C-e, in the echo area: The Echo Area. (line 27) - * C-End: Cursor Commands. (line 66) - * C-f, in Info windows: Cursor Commands. (line 44) - * C-f, in the echo area: The Echo Area. (line 17) - * C-g, in Info windows: Miscellaneous Commands. - (line 87) - * C-g, in the echo area: The Echo Area. (line 52) - * C-h: Miscellaneous Commands. - (line 26) - * C-Home: Cursor Commands. (line 61) - * C-k, in the echo area: The Echo Area. (line 96) - * C-l: Scrolling Commands. (line 96) - * C-LEFT: Cursor Commands. (line 56) - * C-LEFT, in the echo area: The Echo Area. (line 39) - * C-n: Cursor Commands. (line 28) - * C-NEXT: Node Commands. (line 18) - * C-p: Cursor Commands. (line 32) - * C-PgDn: Node Commands. (line 20) - * C-PgUp: Node Commands. (line 26) - * C-PREVIOUS: Node Commands. (line 24) - * C-q, in the echo area: The Echo Area. (line 61) - * C-r: Searching Commands. (line 63) - * C-RIGHT: Cursor Commands. (line 52) - * C-RIGHT, in the echo area: The Echo Area. (line 33) - * C-s: Searching Commands. (line 58) - * C-t, in the echo area: The Echo Area. (line 78) - * C-u: Miscellaneous Commands. - (line 47) - * C-UP: Node Commands. (line 30) - * C-v: Scrolling Commands. (line 28) - * C-w: Scrolling Commands. (line 103) - * C-x 0: Basic Windows. (line 34) - * C-x 1: Basic Windows. (line 39) - * C-x 2: Basic Windows. (line 26) - * C-x b: Node Commands. (line 157) - * C-x C-b: Node Commands. (line 152) - * C-x C-c: Miscellaneous Commands. - (line 93) - * C-x C-f: Node Commands. (line 146) - * C-x DEL, in the echo area: The Echo Area. (line 99) - * C-x n: Searching Commands. (line 28) - * C-x N: Searching Commands. (line 40) - * C-x o: Basic Windows. (line 12) - * C-x t: Basic Windows. (line 52) - * C-x ^: Basic Windows. (line 47) - * C-y, in the echo area: The Echo Area. (line 102) - * cancelling the current operation: Miscellaneous Commands. - (line 87) - * cancelling typeahead: Miscellaneous Commands. - (line 87) - * case-sensitive search: Searching Commands. (line 52) - * case-sensitivity, and search: Searching Commands. (line 97) - * clear-search: Searching Commands. (line 93) - * colors in documents: Invoking Info. (line 253) - * Coloured background: Colors and Styles. (line 49) - * Coloured foreground: Colors and Styles. (line 34) - * command line options: Invoking Info. (line 6) - * command-line options, how to find: Invoking Info. (line 284) - * commands, describing: Miscellaneous Commands. - (line 9) - * completion: The Echo Area. (line 107) - * compressed Info files: Invoking Info. (line 35) - * current file, information about: Miscellaneous Commands. - (line 37) - * cursor, moving: Cursor Commands. (line 6) - * cursor-movement-scrolls: Variables. (line 53) - * customizing key bindings: Custom Key Bindings. (line 6) - * d: Node Commands. (line 55) - * debugging: Invoking Info. (line 130) - * default key bindings, overriding: Custom Key Bindings. (line 6) - * DEL, in Info windows: Scrolling Commands. (line 38) - * DEL, in the echo area: The Echo Area. (line 45) - * delete-window: Basic Windows. (line 34) - * describe-command: Miscellaneous Commands. - (line 9) - * describe-key: Miscellaneous Commands. - (line 13) - * describe-variable: Variables. (line 26) - * dir-node: Node Commands. (line 55) - * directory path: Invoking Info. (line 152) - * display-file-info: Miscellaneous Commands. - (line 37) - * DOWN (an arrow key): Cursor Commands. (line 28) - * down-line: Scrolling Commands. (line 67) - * e, in Info windows: Cursor Commands. (line 66) - * echo area: The Echo Area. (line 6) - * echo-area-abort: The Echo Area. (line 52) - * echo-area-backward: The Echo Area. (line 21) - * echo-area-backward-kill-line: The Echo Area. (line 99) - * echo-area-backward-kill-word: The Echo Area. (line 90) - * echo-area-backward-word: The Echo Area. (line 37) - * echo-area-beg-of-line: The Echo Area. (line 24) - * echo-area-complete: The Echo Area. (line 121) - * echo-area-delete: The Echo Area. (line 42) - * echo-area-end-of-line: The Echo Area. (line 27) - * echo-area-forward: The Echo Area. (line 17) - * echo-area-forward-word: The Echo Area. (line 31) - * echo-area-insert: The Echo Area. (line 66) - * echo-area-kill-line: The Echo Area. (line 96) - * echo-area-kill-word: The Echo Area. (line 86) - * echo-area-newline: The Echo Area. (line 58) - * echo-area-possible-completions: The Echo Area. (line 124) - * echo-area-quoted-insert: The Echo Area. (line 61) - * echo-area-rubout: The Echo Area. (line 45) - * echo-area-scroll-completions-window: The Echo Area. (line 148) - * echo-area-tab-insert: The Echo Area. (line 72) - * echo-area-transpose-chars: The Echo Area. (line 78) - * echo-area-yank: The Echo Area. (line 102) - * echo-area-yank-pop: The Echo Area. (line 105) - * Emacs Info reader: Stand-alone Info. (line 16) - * End: Cursor Commands. (line 40) - * end-of-line: Cursor Commands. (line 40) - * end-of-node: Cursor Commands. (line 66) - * errors-ring-bell: Variables. (line 60) - * ESC C-f: Miscellaneous Commands. - (line 110) - * ESC C-v, in Info windows: Basic Windows. (line 42) - * ESC C-v, in the echo area: The Echo Area. (line 148) - * f: Selecting Xrefs. (line 36) - * F1: Miscellaneous Commands. - (line 26) - * file names, relative: Invoking Info. (line 52) - * file, outputting to: Invoking Info. (line 247) - * files, compressed: Invoking Info. (line 35) - * find-menu: Selecting Xrefs. (line 30) - * finding the Invocation node: Node Commands. (line 103) - * first-node: Node Commands. (line 61) - * follow-strategy: Variables. (line 63) - * footnotes window: Variables. (line 32) - * footnotes, displaying: Miscellaneous Commands. - (line 110) - * format of .infokey: infokey format. (line 6) - * forward-char: Cursor Commands. (line 44) - * forward-word: Cursor Commands. (line 52) - * functions, describing: Miscellaneous Commands. - (line 9) - * g: Node Commands. (line 90) - * G: Node Commands. (line 121) - * gc-compressed-files: Variables. (line 81) - * get-help-window: Miscellaneous Commands. - (line 26) - * get-info-help-node: Miscellaneous Commands. - (line 31) - * global-next-node: Node Commands. (line 73) - * global-prev-node: Node Commands. (line 80) - * goto-invocation: Node Commands. (line 103) - * goto-node: Node Commands. (line 90) - * GROFF_SGR: Invoking Info. (line 261) - * grow-window: Basic Windows. (line 47) - * h: Miscellaneous Commands. - (line 31) - * hide-note-references: Variables. (line 95) - * highlight-searches: Searching Commands. (line 93) - * highlight-searches <1>: Variables. (line 103) - * history-node: Node Commands. (line 45) - * Home: Cursor Commands. (line 36) - * i: Index Commands. (line 11) - * I: Index Commands. (line 15) - * incremental search: Searching Commands. (line 58) - * index: Index Commands. (line 6) - * index search, selecting from the command line: Invoking Info. - (line 210) - * index, searching: Index Commands. (line 11) - * index, virtual: Index Commands. (line 15) - * index-apropos: Index Commands. (line 23) - * index-search: Index Commands. (line 11) - * indexes: Index Commands. (line 6) - * indices: Index Commands. (line 6) - * Info files, compressed: Invoking Info. (line 35) - * Info files, reading in Emacs: Stand-alone Info. (line 16) - * Info files, relative: Invoking Info. (line 52) - * Info files, searching all indices: Invoking Info. (line 118) - * Info manual location: Invoking Info. (line 334) - * Info manual, specifying initial: Invoking Info. (line 188) - * Info, invoking: Invoking Info. (line 6) - * info-version: Miscellaneous Commands. - (line 42) - * infodebug output file: Invoking Info. (line 145) - * infokey format: infokey format. (line 6) - * infokey, program for customizing key bindings: Custom Key Bindings. - (line 6) - * INFOPATH: Invoking Info. (line 152) - * infopath-no-defaults: Variables. (line 107) - * INFO_PRINT_COMMAND, environment variable: Printing Nodes. (line 13) - * initial node, specifying: Invoking Info. (line 188) - * invocation description, how to find: Invoking Info. (line 284) - * invoking Info: Invoking Info. (line 6) - * isearch-backward: Searching Commands. (line 63) - * isearch-forward: Searching Commands. (line 58) - * ISO Latin characters: Variables. (line 114) - * ISO-Latin: Variables. (line 113) - * keep-one-window: Basic Windows. (line 39) - * key bindings, customizing: Custom Key Bindings. (line 6) - * key-time: Variables. (line 123) - * keys, describing: Miscellaneous Commands. - (line 13) - * keystrokes, recording: Invoking Info. (line 182) - * l: Node Commands. (line 45) - * last-menu-item: Selecting Xrefs. (line 22) - * last-node: Node Commands. (line 67) - * LEFT (an arrow key): Cursor Commands. (line 48) - * LEFT, in the echo area: The Echo Area. (line 21) - * Less-like key bindings: Invoking Info. (line 325) - * link-style: Colors and Styles. (line 11) - * list-visited-nodes: Node Commands. (line 152) - * local printer device: Printing Nodes. (line 18) - * m: Selecting Xrefs. (line 25) - * M--: Miscellaneous Commands. - (line 73) - * M-0 ... M-9: Miscellaneous Commands. - (line 60) - * M-0, vi-like operation: Selecting Xrefs. (line 22) - * M-1 ... M-9, vi-like operation: Selecting Xrefs. (line 12) - * M-1 ... M-9, vi-like operation <1>: Selecting Xrefs. (line 12) - * M-<: Cursor Commands. (line 61) - * M->: Cursor Commands. (line 66) - * M-b, in Info windows: Cursor Commands. (line 56) - * M-b, in the echo area: The Echo Area. (line 37) - * M-BS, in the echo area: The Echo Area. (line 92) - * M-d, in the echo area: The Echo Area. (line 86) - * M-DEL, in the echo area: The Echo Area. (line 90) - * M-f, in Info windows: Cursor Commands. (line 52) - * M-f, in the echo area: The Echo Area. (line 31) - * M-r: Cursor Commands. (line 69) - * M-TAB, in Info windows: Selecting Xrefs. (line 52) - * M-TAB, in the echo area: The Echo Area. (line 72) - * M-v: Scrolling Commands. (line 55) - * M-y, in the echo area: The Echo Area. (line 105) - * malformed multibyte sequences, showing: Invoking Info. (line 278) - * man: Node Commands. (line 162) - * man pages, bold and underline: Invoking Info. (line 261) - * man pages, displaying: Node Commands. (line 162) - * match-style: Colors and Styles. (line 18) - * menu, following: Invoking Info. (line 64) - * menu, following, from inside Info: Node Commands. (line 121) - * menu-digit: Selecting Xrefs. (line 12) - * menu-item: Selecting Xrefs. (line 25) - * menu-sequence: Node Commands. (line 121) - * Meta key sets eighth bit: Variables. (line 114) - * min-search-length: Variables. (line 143) - * mouse: Variables. (line 148) - * move-to-next-xref: Selecting Xrefs. (line 44) - * move-to-prev-xref: Selecting Xrefs. (line 52) - * move-to-window-line: Cursor Commands. (line 69) - * moving the cursor: Cursor Commands. (line 6) - * n: Node Commands. (line 18) - * negative arguments: Miscellaneous Commands. - (line 73) - * NEXT: Scrolling Commands. (line 13) - * next-index-match: Index Commands. (line 19) - * next-line: Cursor Commands. (line 28) - * next-node: Node Commands. (line 18) - * next-window: Basic Windows. (line 12) - * node header line: Variables. (line 162) - * node, selecting from the command line: Invoking Info. (line 234) - * nodeline: Variables. (line 161) - * nodes, selection of: Node Commands. (line 6) - * numeric arguments: Miscellaneous Commands. - (line 47) - * numeric arguments, negative: Miscellaneous Commands. - (line 73) - * O: Node Commands. (line 103) - * online help, using Info as: Invoking Info. (line 210) - * options, command line: Invoking Info. (line 6) - * outputting to a file: Invoking Info. (line 247) - * overriding default key bindings: Custom Key Bindings. (line 6) - * p: Node Commands. (line 24) - * PageDown: Scrolling Commands. (line 25) - * PageUp: Scrolling Commands. (line 51) - * prev-line: Cursor Commands. (line 32) - * prev-node: Node Commands. (line 24) - * prev-window: Basic Windows. (line 22) - * PREVIOUS: Scrolling Commands. (line 39) - * print-node: Printing Nodes. (line 13) - * printing: Printing Nodes. (line 6) - * printing characters, in the echo area: The Echo Area. (line 66) - * printing nodes to the local printer: Printing Nodes. (line 18) - * q: Miscellaneous Commands. - (line 93) - * quit: Miscellaneous Commands. - (line 93) - * quitting: Miscellaneous Commands. - (line 93) - * R: Searching Commands. (line 47) - * r: Selecting Xrefs. (line 36) - * redraw-display: Scrolling Commands. (line 96) - * regular expression search: Searching Commands. (line 11) - * relative Info file names: Invoking Info. (line 52) - * remembering user keystrokes: Invoking Info. (line 182) - * repeated search: Searching Commands. (line 28) - * replaying recorded keystrokes: Invoking Info. (line 271) - * RET, in Info windows: Selecting Xrefs. (line 59) - * RET, in the echo area: The Echo Area. (line 58) - * RIGHT (an arrow key): Cursor Commands. (line 44) - * RIGHT, in the echo area: The Echo Area. (line 17) - * s: Searching Commands. (line 11) - * S: Searching Commands. (line 52) - * screen, changing the height of: Miscellaneous Commands. - (line 100) - * scroll-backward: Scrolling Commands. (line 39) - * scroll-backward-page-only: Scrolling Commands. (line 55) - * scroll-backward-page-only-set-window: Scrolling Commands. (line 62) - * scroll-behavior: Variables. (line 170) - * scroll-behaviour: Variables. (line 171) - * scroll-forward: Scrolling Commands. (line 13) - * scroll-forward-page-only: Scrolling Commands. (line 28) - * scroll-forward-page-only-set-window: Scrolling Commands. (line 33) - * scroll-half-screen-down: Scrolling Commands. (line 75) - * scroll-half-screen-up: Scrolling Commands. (line 81) - * scroll-last-node: Variables. (line 194) - * scroll-other-window: Basic Windows. (line 42) - * scroll-step: Variables. (line 208) - * scrolling: Scrolling Commands. (line 6) - * scrolling through node structure: Scrolling Commands. (line 86) - * search: Searching Commands. (line 11) - * search, and case-sensitivity: Searching Commands. (line 97) - * search, case-sensitive: Searching Commands. (line 52) - * search-backward: Searching Commands. (line 19) - * search-case-sensitively: Searching Commands. (line 52) - * search-next: Searching Commands. (line 28) - * search-previous: Searching Commands. (line 40) - * search-skip-screen: Variables. (line 218) - * searching: Searching Commands. (line 6) - * Searching all indices: Invoking Info. (line 118) - * searching, in the indices: Index Commands. (line 11) - * select-reference-this-line: Selecting Xrefs. (line 59) - * select-visited-node: Node Commands. (line 157) - * Selecting text with the mouse: Variables. (line 155) - * set-screen-height: Miscellaneous Commands. - (line 100) - * set-variable: Variables. (line 20) - * Shift-TAB, in Info windows: Selecting Xrefs. (line 55) - * Shift-TAB, in the echo area: The Echo Area. (line 72) - * Shift-TAB, in the echo area <1>: The Echo Area. (line 74) - * show-footnotes: Miscellaneous Commands. - (line 110) - * show-index-match: Variables. (line 229) - * slow network connections: Variables. (line 124) - * SPC, in Info windows: Scrolling Commands. (line 12) - * SPC, in the echo area: The Echo Area. (line 121) - * speech synthesizers: Invoking Info. (line 294) - * split-window: Basic Windows. (line 26) - * startup node, specifying: Invoking Info. (line 188) - * t: Node Commands. (line 52) - * TAB, in Info windows: Selecting Xrefs. (line 44) - * TAB, in the echo area: The Echo Area. (line 121) - * tile-windows: Basic Windows. (line 52) - * tiling: Basic Windows. (line 52) - * toggle-regexp: Searching Commands. (line 47) - * toggle-wrap: Scrolling Commands. (line 103) - * top-node: Node Commands. (line 52) - * tree-search: Searching Commands. (line 68) - * tree-search-next: Searching Commands. (line 73) - * tree-search-previous: Searching Commands. (line 73) - * u: Node Commands. (line 30) - * Underlined text: Colors and Styles. (line 57) - * universal-argument: Miscellaneous Commands. - (line 47) - * UP (an arrow key): Cursor Commands. (line 32) - * up-line: Scrolling Commands. (line 71) - * up-node: Node Commands. (line 30) - * variable assignment: Invoking Info. (line 319) - * variables, describing: Variables. (line 26) - * variables, setting: Variables. (line 20) - * version information: Invoking Info. (line 322) - * vi-like key bindings: Invoking Info. (line 325) - * view-file: Node Commands. (line 146) - * virtual-index: Index Commands. (line 15) - * visible-bell: Variables. (line 235) - * Where is an Info manual?: Invoking Info. (line 334) - * where-is: Miscellaneous Commands. - (line 21) - * windows, creating: Basic Windows. (line 26) - * windows, deleting: Basic Windows. (line 34) - * windows, manipulating: Window Commands. (line 6) - * windows, selecting: Basic Windows. (line 12) - * xref-item: Selecting Xrefs. (line 36) - * xterm mouse selections: Variables. (line 155) - - -  - Tag Table: - Node: Top1539 - Node: Stand-alone Info3063 - Node: Invoking Info4579 - Ref: command-line menu items7269 - Ref: --all8447 - Ref: --apropos9431 - Ref: INFOPATH10802 - Ref: --init-file14396 - Ref: --raw-escapes15375 - Ref: --show-options16809 - Ref: variable-assignment18538 - Ref: --vi-keys18711 - Ref: Invoking Info-Footnote-119336 - Node: Cursor Commands19718 - Ref: Cursor Commands-Footnote-122436 - Node: Scrolling Commands22624 - Node: Node Commands27971 - Ref: goto-node31383 - Ref: goto-invocation31901 - Node: Searching Commands35043 - Ref: repeated-search36116 - Ref: Searching Commands-Footnote-140025 - Node: Index Commands40132 - Node: Xref Commands41822 - Node: Parts of an Xref42437 - Node: Selecting Xrefs44410 - Node: Window Commands46488 - Node: The Mode Line47431 - Node: Basic Windows48812 - Node: The Echo Area51296 - Node: Printing Nodes56545 - Node: Miscellaneous Commands57702 - Node: Variables62056 - Ref: cursor-movement-scrolls64496 - Ref: infopath-no-defaults67200 - Ref: min-search-length68976 - Ref: scroll-behavior70276 - Node: Colors and Styles73344 - Node: Custom Key Bindings75671 - Ref: Custom Key Bindings-Footnote-176624 - Node: infokey format76829 - Node: Index82092 -  - End Tag Table --- 0 ---- diff -Nrc2 texinfo-6.4/doc/refcard/txirefcard.tex texinfo-6.5/doc/refcard/txirefcard.tex *** texinfo-6.4/doc/refcard/txirefcard.tex 2017-06-23 06:58:13.000000000 +0100 --- texinfo-6.5/doc/refcard/txirefcard.tex 2017-09-12 19:47:52.000000000 +0100 *************** *** 1,4 **** % Texinfo reference card. ! % $Id: txirefcard.tex 7358 2016-09-10 20:26:36Z gavin $ % %**start of header --- 1,4 ---- % Texinfo reference card. ! % $Id: txirefcard.tex 7842 2017-06-23 06:47:27Z gavin $ % %**start of header *************** *** 15,19 **** \ifx\undefined\afour\letterpaper=1 \else\letterpaper=0 \fi ! % Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 % Free Software Foundation, Inc. % --- 15,19 ---- \ifx\undefined\afour\letterpaper=1 \else\letterpaper=0 \fi ! % Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 % Free Software Foundation, Inc. % *************** *** 51,55 **** \def\versionyear{2017} % year manual was updated ! \def\versionTexinfo{6.4} % version of Texinfo this manual is for \def\copyrightnotice{% --- 51,55 ---- \def\versionyear{2017} % year manual was updated ! \def\versionTexinfo{6.5} % version of Texinfo this manual is for \def\copyrightnotice{% diff -Nrc2 texinfo-6.4/doc/stamp-1 texinfo-6.5/doc/stamp-1 *** texinfo-6.4/doc/stamp-1 2017-06-23 07:05:48.000000000 +0100 --- texinfo-6.5/doc/stamp-1 2017-09-12 19:59:34.000000000 +0100 *************** *** 1,4 **** @set UPDATED 21 May 2017 @set UPDATED-MONTH May 2017 ! @set EDITION 6.4 ! @set VERSION 6.4 --- 1,4 ---- @set UPDATED 21 May 2017 @set UPDATED-MONTH May 2017 ! @set EDITION 6.5 ! @set VERSION 6.5 diff -Nrc2 texinfo-6.4/doc/stamp-vti texinfo-6.5/doc/stamp-vti *** texinfo-6.4/doc/stamp-vti 2017-06-23 07:05:48.000000000 +0100 --- texinfo-6.5/doc/stamp-vti 2017-09-12 19:59:34.000000000 +0100 *************** *** 1,4 **** ! @set UPDATED 24 May 2017 ! @set UPDATED-MONTH May 2017 ! @set EDITION 6.4 ! @set VERSION 6.4 --- 1,4 ---- ! @set UPDATED 25 August 2017 ! @set UPDATED-MONTH August 2017 ! @set EDITION 6.5 ! @set VERSION 6.5 diff -Nrc2 texinfo-6.4/doc/texinfo.info texinfo-6.5/doc/texinfo.info *** texinfo-6.4/doc/texinfo.info 2017-07-03 17:46:06.000000000 +0100 --- texinfo-6.5/doc/texinfo.info 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,561 **** - This is texinfo.info, produced by texi2any version 6.4 from - texinfo.texi. - - This manual is for GNU Texinfo (version 6.4, 24 May 2017), a - documentation system that can produce both online information and a - printed manual from a single source using semantic markup. - - Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998, - 1999, 2001, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, - 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. - - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU Free Documentation License, - Version 1.3 or any later version published by the Free Software - Foundation; with no Invariant Sections, with the Front-Cover Texts - being "A GNU Manual", and with the Back-Cover Texts as in (a) - below. A copy of the license is included in the section entitled - "GNU Free Documentation License". - - (a) The FSF's Back-Cover Text is: "You have the freedom to copy and - modify this GNU manual. Buying copies from the FSF supports it in - developing GNU and promoting software freedom." - INFO-DIR-SECTION Texinfo documentation system - START-INFO-DIR-ENTRY - * Texinfo: (texinfo). The GNU documentation format. - * install-info: (texinfo)Invoking install-info. Update info/dir entries. - * makeinfo: (texinfo)Invoking makeinfo. Translate Texinfo source. - * pod2texi: (pod2texi)Invoking pod2texi. Translate Perl POD to Texinfo. - * texi2dvi: (texinfo)Format with texi2dvi. Print Texinfo documents. - * texi2pdf: (texinfo)PDF Output. PDF output for Texinfo. - * pdftexi2dvi: (texinfo)PDF Output. PDF output for Texinfo. - * texindex: (texinfo)Format with tex/texindex. Sort Texinfo index files. - END-INFO-DIR-ENTRY - -  - Indirect: - texinfo.info-1: 1784 - texinfo.info-2: 302460 - texinfo.info-3: 602352 -  - Tag Table: - (Indirect) - Node: Top1784 - Node: Copying Conditions28598 - Node: Overview30507 - Ref: Using Texinfo30659 - Node: Reporting Bugs33468 - Node: Output Formats35018 - Node: Info Files39843 - Node: Printed Books41844 - Node: Adding Output Formats43872 - Node: History46302 - Node: Writing a Texinfo File51349 - Node: Conventions51912 - Ref: Formatting Commands52069 - Ref: Conventions-Footnote-155846 - Node: Comments56455 - Node: Minimum58170 - Ref: Minimum-Footnote-159850 - Node: Short Sample60056 - Node: Beginning and Ending a File63961 - Ref: Beginning a File64074 - Node: Sample Beginning65238 - Node: Texinfo File Header66774 - Node: First Line68070 - Node: Start of Header69149 - Node: @setfilename70127 - Ref: setfilename70333 - Node: @settitle72942 - Ref: settitle73136 - Node: End of Header74360 - Node: Document Permissions74646 - Ref: Software Copying Permissions75137 - Node: @copying75731 - Ref: copying75913 - Node: @insertcopying78395 - Ref: insertcopying78583 - Node: Titlepage & Copyright Page79608 - Node: @titlepage80903 - Ref: titlepage81047 - Ref: @titlepage-Footnote-183373 - Node: @titlefont @center @sp83660 - Ref: titlefont center sp83881 - Node: @title @subtitle @author85353 - Ref: title subtitle author85577 - Node: Copyright87809 - Node: Heading Generation89708 - Ref: end titlepage89859 - Node: Contents91428 - Node: The Top Node93606 - Node: Top Node Example94796 - Node: Master Menu Parts95219 - Node: Global Document Commands97101 - Node: @documentdescription98000 - Ref: documentdescription98196 - Node: @setchapternewpage98820 - Ref: setchapternewpage99060 - Node: @headings101754 - Ref: headings on off101938 - Node: @paragraphindent103749 - Ref: paragraphindent103996 - Node: @firstparagraphindent104876 - Ref: firstparagraphindent105120 - Node: @exampleindent106146 - Ref: exampleindent106345 - Node: Ending a File107258 - Ref: File End107676 - Node: Nodes108122 - Ref: node108249 - Ref: @node108249 - Node: Texinfo Document Structure110161 - Ref: Two Paths110312 - Node: Node Names112712 - Ref: Node Line Tips112982 - Node: Writing a Node114811 - Node: Node Line Requirements117996 - Node: First Node122150 - Node: @top Command124340 - Ref: top command124514 - Ref: makeinfo top124514 - Ref: makeinfo top command124514 - Node: Node Menu Illustration125304 - Node: makeinfo Pointer Creation129685 - Node: Menus131528 - Node: Writing a Menu132173 - Node: Menu Example134311 - Node: Menu Location135815 - Node: Menu Parts136712 - Node: Less Cluttered Menu Entry138502 - Node: Other Info Files139123 - Node: Chapter Structuring140512 - Ref: Structuring140656 - Node: Tree Structuring141674 - Node: Structuring Command Types143208 - Node: @chapter145548 - Ref: chapter145750 - Node: @unnumbered @appendix146875 - Ref: unnumbered & appendix147128 - Node: @majorheading @chapheading148199 - Ref: majorheading & chapheading148450 - Node: @section149177 - Ref: section149403 - Node: @unnumberedsec @appendixsec @heading150359 - Ref: unnumberedsec appendixsec heading150588 - Node: @subsection151796 - Ref: subsection152056 - Node: @unnumberedsubsec @appendixsubsec @subheading152523 - Ref: unnumberedsubsec appendixsubsec subheading152741 - Node: @subsubsection153690 - Ref: subsubsection153920 - Node: @part155317 - Node: Raise/lower sections157575 - Node: Cross References159636 - Node: References160678 - Node: Cross Reference Commands162375 - Node: Cross Reference Parts163596 - Ref: Reference Syntax163781 - Node: @xref167726 - Ref: xref167881 - Node: One Argument168224 - Node: Two Arguments168637 - Node: Three Arguments169419 - Node: Four and Five Arguments171550 - Node: Referring to a Manual as a Whole174125 - Ref: Top Node Naming174313 - Node: @ref175973 - Ref: ref176110 - Node: @pxref177078 - Ref: pxref177194 - Node: @anchor178774 - Ref: anchor178984 - Node: @inforef180837 - Ref: inforef181039 - Node: @url182198 - Ref: uref182386 - Ref: url182743 - Node: @url Examples183678 - Node: URL Line Breaking185295 - Node: @url PDF Output Format186509 - Node: PDF Colors187595 - Node: @cite188878 - Ref: cite188999 - Node: Marking Text189330 - Node: Indicating189995 - Node: Useful Highlighting191495 - Node: @code193160 - Ref: code193309 - Node: @kbd196942 - Ref: kbd197090 - Node: @key198850 - Ref: key198976 - Node: @samp200311 - Ref: samp200432 - Node: @verb201810 - Ref: verb201947 - Node: @var203093 - Ref: var203247 - Node: @env204838 - Ref: env204988 - Node: @file205354 - Ref: file205488 - Node: @command205967 - Ref: command206118 - Node: @option206676 - Ref: option206822 - Node: @dfn207119 - Ref: dfn207242 - Node: @abbr208047 - Ref: abbr208211 - Node: @acronym209471 - Ref: acronym209639 - Node: @indicateurl212288 - Ref: indicateurl212477 - Node: @email213032 - Ref: email213206 - Node: Emphasis213891 - Node: @emph @strong214725 - Ref: emph & strong214883 - Node: Smallcaps215790 - Node: Fonts216930 - Node: Quotations and Examples219453 - Node: Block Enclosing Commands221282 - Node: @quotation223588 - Ref: quotation223786 - Node: @indentedblock226079 - Node: @example227050 - Ref: example227219 - Node: @verbatim229349 - Ref: verbatim229511 - Node: @lisp231218 - Ref: lisp231392 - Node: @display231910 - Ref: display232100 - Node: @format232636 - Ref: format232838 - Node: @exdent233291 - Ref: exdent233495 - Node: @flushleft @flushright234427 - Ref: flushleft & flushright234620 - Node: @raggedright235707 - Ref: raggedright235908 - Node: @noindent236991 - Ref: noindent237177 - Node: @indent238851 - Ref: indent239029 - Node: @cartouche239992 - Ref: cartouche240174 - Node: @small...240979 - Ref: small241133 - Node: Lists and Tables242846 - Node: Introducing Lists243533 - Node: @itemize245195 - Ref: itemize245383 - Node: @enumerate247856 - Ref: enumerate248070 - Node: Two-column Tables250401 - Node: @table251087 - Ref: table251239 - Ref: @asis251856 - Node: @ftable @vtable254067 - Ref: ftable vtable254228 - Node: @itemx255179 - Ref: itemx255353 - Node: Multi-column Tables256418 - Node: Multitable Column Widths257125 - Node: Multitable Rows258604 - Node: Special Displays261026 - Node: Floats261817 - Node: @float262705 - Ref: float262887 - Ref: fig:ex1263389 - Node: @caption @shortcaption264666 - Ref: caption shortcaption264842 - Node: @listoffloats266347 - Ref: listoffloats266544 - Node: Images267852 - Node: Image Syntax268287 - Node: Image Scaling272293 - Node: Footnotes274025 - Ref: Footnotes-Footnote-1274647 - Node: Footnote Commands274928 - Ref: Footnote Commands-Footnote-1277138 - Node: Footnote Styles277175 - Node: Indices279811 - Node: Predefined Indices281081 - Node: Indexing Commands283166 - Node: Index Entries285984 - Node: Printing Indices & Menus288405 - Node: Combining Indices291417 - Node: @syncodeindex292779 - Ref: syncodeindex292978 - Node: @synindex294494 - Ref: synindex294657 - Node: New Indices295071 - Node: Insertions297411 - Node: Special Characters298508 - Ref: Braces Atsign298702 - Ref: Atsign Braces Comma298702 - Node: Inserting an Atsign299369 - Node: Inserting Braces299963 - Node: Inserting a Comma302460 - Node: Inserting a Backslash303678 - Node: Inserting a Hashsign304922 - Node: Inserting Quote Characters306153 - Node: Inserting Space307917 - Node: Multiple Spaces308506 - Node: Not Ending a Sentence309614 - Node: Ending a Sentence311429 - Node: @frenchspacing313943 - Ref: frenchspacing314158 - Node: @dmn315326 - Ref: dmn315497 - Node: Inserting Accents316474 - Node: Inserting Quotation Marks319202 - Node: Inserting Subscripts and Superscripts323158 - Node: Inserting Math324412 - Ref: math324643 - Node: Glyphs for Text326894 - Ref: Glyphs327054 - Ref: TeX and copyright327054 - Node: @TeX @LaTeX327997 - Ref: tex328171 - Node: @copyright328806 - Ref: copyright symbol328972 - Node: @registeredsymbol329251 - Ref: registered symbol329425 - Node: @dots329579 - Ref: dots329764 - Ref: Dots Bullets329764 - Node: @bullet330584 - Ref: bullet330715 - Node: @euro330998 - Ref: euro331177 - Node: @pounds332270 - Ref: pounds332441 - Node: @textdegree332588 - Ref: textdegree332766 - Node: @minus332898 - Ref: minus333084 - Node: @geq @leq334025 - Ref: geq leq334217 - Node: Glyphs for Programming334418 - Node: Glyphs Summary335661 - Node: @result336373 - Ref: result336581 - Node: @expansion336920 - Ref: expansion337128 - Node: @print337915 - Ref: Print Glyph338120 - Node: @error338832 - Ref: Error Glyph339043 - Node: @equiv339775 - Ref: Equivalence339966 - Node: @point340546 - Ref: Point Glyph340760 - Node: Click Sequences342161 - Node: Inserting Unicode343182 - Node: Breaks345113 - Node: Break Commands346544 - Node: Line Breaks347414 - Node: @- @hyphenation348168 - Ref: - and hyphenation348377 - Node: @allowcodebreaks349499 - Ref: allowcodebreaks349707 - Node: @w350715 - Ref: w350874 - Node: @tie351880 - Ref: tie352044 - Node: @sp352787 - Ref: sp352928 - Node: @page353210 - Ref: page353349 - Node: @group353603 - Ref: group353752 - Node: @need355363 - Ref: need355508 - Node: Definition Commands356115 - Node: Def Cmd Template357776 - Node: Def Cmd Continuation Lines360498 - Node: Optional Arguments362116 - Node: @deffnx363466 - Ref: deffnx363685 - Node: Def Cmds in Detail364452 - Node: Functions Commands365573 - Node: Variables Commands368428 - Node: Typed Functions370572 - Node: Typed Variables374526 - Node: Data Types376246 - Node: Abstract Objects377532 - Node: Object-Oriented Variables378141 - Node: Object-Oriented Methods380774 - Node: Def Cmd Conventions384708 - Node: Sample Function Definition385279 - Node: Internationalization388100 - Node: @documentlanguage388760 - Ref: documentlanguage388982 - Node: @documentencoding391757 - Ref: documentencoding391957 - Node: Conditionals395068 - Node: Conditional Commands396440 - Node: Conditional Not Commands399185 - Node: Raw Formatter Commands400472 - Node: Inline Conditionals404041 - Node: @set @clear @value405963 - Ref: set clear value406211 - Node: @set @value407441 - Ref: set value407587 - Node: @ifset @ifclear409574 - Ref: ifset ifclear409764 - Node: @inlineifset @inlineifclear411729 - Node: @value Example412520 - Ref: value Example412675 - Node: Testing for Texinfo Commands414687 - Node: Conditional Nesting417277 - Node: Defining New Texinfo Commands418832 - Node: Defining Macros420467 - Node: Invoking Macros422801 - Node: Macro Details426443 - Node: @alias432363 - Ref: alias432537 - Node: @definfoenclose434060 - Ref: definfoenclose434288 - Node: External Macro Processors436889 - Node: #line Directive438209 - Node: #line and TeX439663 - Node: #line Syntax Details441141 - Node: Include Files442401 - Node: Using Include Files443460 - Node: texinfo-multiple-files-update444731 - Node: Include Files Requirements447095 - Node: Sample Include File448352 - Node: @verbatiminclude449548 - Ref: verbatiminclude449784 - Node: Include Files Evolution450661 - Node: Hardcopy452646 - Node: Use TeX454940 - Node: Format with texi2dvi455397 - Node: Format with tex/texindex461433 - Ref: Names of index files462404 - Node: Formatting Partial Documents464876 - Node: Details of texindex465983 - Node: Print with lpr468115 - Node: Within Emacs469403 - Node: Texinfo Mode Printing470366 - Node: Compile-Command474032 - Node: Requirements Summary474898 - Node: Preparing for TeX476026 - Node: Overfull hboxes479727 - Node: @smallbook481849 - Ref: smallbook482033 - Node: A4 Paper483073 - Node: @pagesizes483970 - Ref: pagesizes484192 - Node: Cropmarks and Magnification485060 - Node: PDF Output487153 - Node: Obtaining TeX488828 - Node: Generic Translator texi2any489238 - Node: Reference Implementation490992 - Node: Invoking texi2any493282 - Ref: Invoking makeinfo493535 - Ref: makeinfo Options494071 - Ref: texi2any Options494071 - Ref: Splitting Output507146 - Node: texi2any Environment Variables508968 - Node: texi2any Printed Output510794 - Node: Pointer Validation512928 - Node: Customization Variables514578 - Node: Customization Variables for @-Commands516141 - Node: Customization Variables and Options517583 - Node: HTML Customization Variables521175 - Node: Other Customization Variables532414 - Ref: INFO_SPECIAL_CHARS_QUOTE535463 - Node: Internationalization of Document Strings545559 - Node: Invoking pod2texi549414 - Node: texi2html550632 - Node: Creating and Installing Info Files553828 - Node: Creating an Info File554241 - Node: makeinfo Advantages555255 - Ref: makeinfo advantages555418 - Node: makeinfo in Emacs555938 - Node: texinfo-format commands558394 - Node: Batch Formatting559830 - Node: Tag and Split Files561026 - Node: Installing an Info File564433 - Node: Directory File565268 - Node: New Info File567070 - Ref: New Info File-Footnote-1568186 - Node: Other Info Directories568268 - Node: Installing Dir Entries572384 - Node: Invoking install-info575591 - Node: Generating HTML582309 - Node: HTML Translation583251 - Node: HTML Splitting586576 - Node: HTML CSS589028 - Node: HTML Xref593014 - Node: HTML Xref Link Basics594336 - Node: HTML Xref Node Name Expansion597592 - Node: HTML Xref Command Expansion602352 - Node: HTML Xref 8-bit Character Expansion605488 - Node: HTML Xref Mismatch607887 - Node: HTML Xref Configuration609592 - Node: HTML Xref Link Preservation613222 - Node: @-Command Details615083 - Node: Command Syntax615466 - Node: Command List618830 - Node: Command Contexts663693 - Node: Obsolete @-Commands665549 - Node: Tips666477 - Ref: texi-elements-by-size675912 - Node: Sample Texinfo Files677725 - Node: Short Sample Texinfo File678197 - Node: GNU Sample Texts679742 - Node: Verbatim Copying License684977 - Node: All-permissive Copying License686079 - Node: Texinfo Mode687120 - Node: Texinfo Mode Overview688166 - Node: Emacs Editing688937 - Node: Inserting691081 - Node: Showing the Structure695358 - Node: Updating Nodes and Menus697629 - Node: Updating Commands698691 - Node: Updating Requirements704678 - Node: Other Updating Commands706968 - Node: Info Formatting710229 - Node: Printing711376 - Node: Texinfo Mode Summary713686 - Node: Headings718364 - Node: Headings Introduced719021 - Node: Heading Format720903 - Node: Heading Choice723353 - Node: Custom Headings724699 - Node: Catching Mistakes730376 - Node: makeinfo Preferred731687 - Node: Debugging with Info732569 - Node: Debugging with TeX735919 - Node: Using texinfo-show-structure740154 - Node: Using occur743241 - Node: Running Info-validate744785 - Ref: Running Info-Validate744952 - Node: Using Info-validate745850 - Node: Unsplit747660 - Node: Tagifying748718 - Node: Splitting749579 - Node: Info Format Specification751213 - Node: Info Format General Layout753214 - Node: Info Format Whole Manual753769 - Node: Info Format Preamble754737 - Node: Info Format Indirect Table755693 - Node: Info Format Tag Table757231 - Node: Info Format Local Variables758822 - Node: Info Format Regular Nodes759303 - Node: Info Format Text Constructs761873 - Node: Info Format Menu762244 - Node: Info Format Image763103 - Node: Info Format Printindex764364 - Node: Info Format Cross Reference765530 - Node: GNU Free Documentation License768344 - Node: Command and Variable Index793525 - Node: General Index836887 -  - End Tag Table --- 0 ---- diff -Nrc2 texinfo-6.4/doc/texinfo.info-1 texinfo-6.5/doc/texinfo.info-1 *** texinfo-6.4/doc/texinfo.info-1 2017-07-03 17:46:04.000000000 +0100 --- texinfo-6.5/doc/texinfo.info-1 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,7647 **** - This is texinfo.info, produced by texi2any version 6.4 from - texinfo.texi. - - This manual is for GNU Texinfo (version 6.4, 24 May 2017), a - documentation system that can produce both online information and a - printed manual from a single source using semantic markup. - - Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998, - 1999, 2001, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, - 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. - - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU Free Documentation License, - Version 1.3 or any later version published by the Free Software - Foundation; with no Invariant Sections, with the Front-Cover Texts - being "A GNU Manual", and with the Back-Cover Texts as in (a) - below. A copy of the license is included in the section entitled - "GNU Free Documentation License". - - (a) The FSF's Back-Cover Text is: "You have the freedom to copy and - modify this GNU manual. Buying copies from the FSF supports it in - developing GNU and promoting software freedom." - INFO-DIR-SECTION Texinfo documentation system - START-INFO-DIR-ENTRY - * Texinfo: (texinfo). The GNU documentation format. - * install-info: (texinfo)Invoking install-info. Update info/dir entries. - * makeinfo: (texinfo)Invoking makeinfo. Translate Texinfo source. - * pod2texi: (pod2texi)Invoking pod2texi. Translate Perl POD to Texinfo. - * texi2dvi: (texinfo)Format with texi2dvi. Print Texinfo documents. - * texi2pdf: (texinfo)PDF Output. PDF output for Texinfo. - * pdftexi2dvi: (texinfo)PDF Output. PDF output for Texinfo. - * texindex: (texinfo)Format with tex/texindex. Sort Texinfo index files. - END-INFO-DIR-ENTRY - -  - File: texinfo.info, Node: Top, Next: Copying Conditions, Up: (dir) - - Texinfo - ******* - - This manual is for GNU Texinfo (version 6.4, 24 May 2017), a - documentation system that can produce both online information and a - printed manual from a single source using semantic markup. - - The first part of this master menu lists the major nodes in this Info - document, including the @-command and concept indices. The rest of the - menu lists all the lower-level nodes in the document. - - * Menu: - - * Copying Conditions:: Your rights. - * Overview:: Texinfo in brief. - * Writing a Texinfo File:: Format of a Texinfo source file. - * Beginning and Ending a File:: Beginning and end of a Texinfo file. - * Nodes:: Writing nodes, the basic unit of Texinfo. - * Chapter Structuring:: Creating chapters, sections, appendices, etc. - * Cross References:: Writing cross-references. - * Marking Text:: Marking words and phrases as code, - keyboard input, meta-syntactic - variables, and the like. - * Quotations and Examples:: Block quotations, examples, etc. - * Lists and Tables:: Itemized or numbered lists, and tables. - * Special Displays:: Floating figures and footnotes. - * Indices:: Creating indices. - * Insertions:: Inserting @-signs, braces, etc. - * Breaks:: Forcing or preventing line and page breaks. - * Definition Commands:: Describing functions and the like uniformly. - * Internationalization:: Supporting languages other than English. - * Conditionals:: Specifying text for only some output cases. - * Defining New Texinfo Commands:: User-defined macros and aliases. - * Include Files:: How to incorporate other Texinfo files. - * Hardcopy:: Output for paper, with TeX. - * Generic Translator texi2any:: 'texi2any', an all-purpose converter. - * Creating and Installing Info Files:: Details on Info output. - * Generating HTML:: Details on HTML output. - - Appendices - - * @-Command Details:: Details of the Texinfo @-commands. - * Tips:: Hints on how to write a Texinfo document. - * Sample Texinfo Files:: Complete examples, including full texts. - * Texinfo Mode:: Using the GNU Emacs Texinfo mode. - * Headings:: How to write page headings and footings. - * Catching Mistakes:: How to find mistakes in formatting. - * Info Format Specification:: Technical details of the Info file format. - * GNU Free Documentation License:: Copying this manual. - * Command and Variable Index:: A menu containing commands and variables. - * General Index:: A menu covering many topics. - - -- The Detailed Node Listing -- - - Overview of Texinfo - - * Reporting Bugs:: Submitting effective bug reports. - * Output Formats:: Overview of the supported output formats. - * Info Files:: What is an Info file? - * Printed Books:: Characteristics of a printed book or manual. - * Adding Output Formats:: Man pages and implementing new formats. - * History:: Acknowledgements, contributors and genesis. - - Writing a Texinfo File - - * Command Syntax:: @-commands are used for formatting. - * Conventions:: General rules for writing a Texinfo file. - * Comments:: Writing comments and ignored text in general. - * Minimum:: What a Texinfo file must have. - * Short Sample:: A short sample Texinfo file. - - Beginning and Ending a Texinfo File - - * Sample Beginning:: A sample beginning for a Texinfo file. - * Texinfo File Header:: The first lines. - * Document Permissions:: Ensuring your manual is free. - * Titlepage & Copyright Page:: Creating the title and copyright pages. - * Contents:: How to create a table of contents. - * The Top Node:: Creating the 'Top' node and master menu. - * Global Document Commands:: Affecting formatting throughout. - * Ending a File:: What is at the end of a Texinfo file? - - Texinfo File Header - - * First Line:: The first line of a Texinfo file. - * Start of Header:: Formatting a region requires this. - * @setfilename:: Tell Info the name of the Info file. - * @settitle:: Create a title for the printed work. - * End of Header:: Formatting a region requires this. - - Document Permissions - - * @copying:: Declare the document's copying permissions. - * @insertcopying:: Where to insert the permissions. - - Title and Copyright Pages - - * @titlepage:: Create a title for the printed document. - * @titlefont @center @sp:: The '@titlefont', '@center', - and '@sp' commands. - * @title @subtitle @author:: The '@title', '@subtitle', - and '@author' commands. - * Copyright:: How to write the copyright notice and - include copying permissions. - * Heading Generation:: Turn on page headings after the title and - copyright pages. - - The 'Top' Node and Master Menu - - * Top Node Example:: - * Master Menu Parts:: - - Global Document Commands - - * @documentdescription:: Document summary for the HTML output. - * @setchapternewpage:: Start chapters on right-hand pages. - * @headings:: An option for turning headings on and off - and double or single sided printing. - * @paragraphindent:: Specify paragraph indentation. - * @firstparagraphindent:: Suppressing first paragraph indentation. - * @exampleindent:: Specify environment indentation. - - Nodes - - * Texinfo Document Structure:: How Texinfo manuals are usually arranged. - * Node Names:: How to choose node names. - * Writing a Node:: How to write an '@node' line. - * Node Line Requirements:: Keep names unique. - * First Node:: How to write a 'Top' node. - * @top Command:: How to use the '@top' command. - * Node Menu Illustration:: A diagram, and sample nodes and menus. - * makeinfo Pointer Creation:: Letting makeinfo determine node pointers. - * Menus:: Listing subordinate nodes. - - Menus - - * Writing a Menu:: What is a menu? - * Menu Example:: Two and three part menu entries. - * Menu Location:: Menus go at the ends of nodes. - * Menu Parts:: A menu entry has three parts. - * Less Cluttered Menu Entry:: Two part menu entry. - * Other Info Files:: How to refer to a different Info file. - - Chapter Structuring - - * Tree Structuring:: A manual is like an upside down tree ... - * Structuring Command Types:: How to divide a manual into parts. - * @chapter:: Chapter structuring. - * @unnumbered @appendix:: - * @majorheading @chapheading:: - * @section:: - * @unnumberedsec @appendixsec @heading:: - * @subsection:: - * @unnumberedsubsec @appendixsubsec @subheading:: - * @subsubsection:: Commands for the lowest level sections. - * @part:: Collections of chapters. - * Raise/lower sections:: How to change commands' hierarchical level. - - Cross-references - - * References:: What cross-references are for. - * Cross Reference Commands:: A summary of the different commands. - * Cross Reference Parts:: A cross-reference has several parts. - * @xref:: Begin a reference with 'See' ... - * Referring to a Manual as a Whole:: Refer to an entire manual. - * @ref:: A reference for the last part of a sentence. - * @pxref:: How to write a parenthetical cross-reference. - * @anchor:: Defining arbitrary cross-reference targets - * @inforef:: How to refer to an Info-only file. - * @url:: How to refer to a uniform resource locator. - * @cite:: How to refer to books not in the Info system. - - '@xref' - - * One Argument:: '@xref' with one argument. - * Two Arguments:: '@xref' with two arguments. - * Three Arguments:: '@xref' with three arguments. - * Four and Five Arguments:: '@xref' with four and five arguments. - - '@url', '@uref{URL[, TEXT][, REPLACEMENT]}' - - * @url Examples:: Examples of using all the forms of '@url'. - * URL Line Breaking:: How lines are broken within '@url' text. - * @url PDF Output Format:: A special option to hide links in PDF output. - * PDF Colors:: Colorizing urls and other links in PDF output. - - Marking Text, Words and Phrases - - * Indicating:: How to indicate definitions, files, etc. - * Emphasis:: How to emphasize text. - - Indicating Definitions, Commands, etc. - - * Useful Highlighting:: Highlighting provides useful information. - * @code:: Indicating program code. - * @kbd:: Showing keyboard input. - * @key:: Specifying keys. - * @samp:: Indicating a literal sequence of characters. - * @verb:: Indicating a verbatim sequence of characters. - * @var:: Indicating metasyntactic variables. - * @env:: Indicating environment variables. - * @file:: Indicating file names. - * @command:: Indicating command names. - * @option:: Indicating option names. - * @dfn:: Specifying definitions. - * @abbr:: Indicating abbreviations. - * @acronym:: Indicating acronyms. - * @indicateurl:: Indicating an example url. - * @email:: Indicating an electronic mail address. - - Emphasizing Text - - * @emph @strong:: How to emphasize text in Texinfo. - * Smallcaps:: How to use the small caps font. - * Fonts:: Various font commands for printed output. - - Quotations and Examples - - * Block Enclosing Commands:: Different constructs for different purposes. - * @quotation:: Writing a quotation. - * @indentedblock:: Block of text indented on left. - * @example:: Writing an example in a fixed-width font. - * @verbatim:: Writing a verbatim example. - * @verbatiminclude:: Including a file verbatim. - * @lisp:: Illustrating Lisp code. - * @small...:: Examples in a smaller font. - * @display:: Writing an example in the current font. - * @format:: Writing an example without narrowed margins. - * @exdent:: Undo indentation on a line. - * @flushleft @flushright:: Pushing text flush left or flush right. - * @raggedright:: Avoiding justification on the right. - * @noindent:: Preventing paragraph indentation. - * @indent:: Forcing paragraph indentation. - * @cartouche:: Drawing rounded rectangles around text. - - Lists and Tables - - * Introducing Lists:: Texinfo formats lists for you. - * @itemize:: How to construct a simple list. - * @enumerate:: How to construct a numbered list. - * Two-column Tables:: How to construct a two-column table. - * Multi-column Tables:: How to construct generalized tables. - - Making a Two-column Table - - * @table:: How to construct a two-column table. - * @ftable @vtable:: Automatic indexing for two-column tables. - * @itemx:: How to put more entries in the first column. - - '@multitable': Multi-column Tables - - * Multitable Column Widths:: Defining multitable column widths. - * Multitable Rows:: Defining multitable rows, with examples. - - Special Displays - - * Floats:: Figures, tables, and the like. - * Images:: Including graphics and images. - * Footnotes:: Writing footnotes. - - Floats - - * @float:: Producing floating material. - * @caption @shortcaption:: Specifying descriptions for floats. - * @listoffloats:: A table of contents for floats. - - Inserting Images - - * Image Syntax:: - * Image Scaling:: - - Footnotes - - * Footnote Commands:: How to write a footnote in Texinfo. - * Footnote Styles:: Controlling how footnotes appear in Info. - - Indices - - * Index Entries:: Choose different words for index entries. - * Predefined Indices:: Use different indices for different kinds - of entries. - * Indexing Commands:: How to make an index entry. - * Printing Indices & Menus:: How to print an index in hardcopy and - generate index menus in Info. - * Combining Indices:: How to combine indices. - * New Indices:: How to define your own indices. - - Combining Indices - - * @syncodeindex:: How to merge two indices, using '@code' - font for the merged-from index. - * @synindex:: How to merge two indices, using the - roman font for the merged-from index. - - Special Insertions - - * Special Characters:: Inserting @ {} , \ # - * Inserting Quote Characters:: Inserting left and right quotes, in code. - * Inserting Space:: Inserting the right amount of whitespace. - * Inserting Accents:: Inserting accents and special characters. - * Inserting Quotation Marks:: Inserting quotation marks. - * Inserting Subscripts and Superscripts:: Inserting sub/superscripts. - * Inserting Math:: Formatting mathematical expressions. - * Glyphs for Text:: Inserting dots, bullets, currencies, etc. - * Glyphs for Programming:: Indicating results of evaluation, - expansion of macros, errors, etc. - * Inserting Unicode:: Inserting a Unicode character by code point. - - Special Characters: Inserting @ {} , \ # - - * Inserting an Atsign:: '@@', '@atchar{}'. - * Inserting Braces:: '@{ @}', '@l rbracechar{}'. - * Inserting a Comma:: , and '@comma{}'. - * Inserting a Backslash:: \ and '@backslashchar{}'. - * Inserting a Hashsign:: # and '@hashchar{}'. - - Inserting Space - - * Multiple Spaces:: Inserting multiple spaces. - * Not Ending a Sentence:: Sometimes a . doesn't end a sentence. - * Ending a Sentence:: Sometimes it does. - * @frenchspacing:: Specifying end-of-sentence spacing. - * @dmn:: Formatting a dimension. - - Glyphs for Text - - * @TeX @LaTeX:: The TeX logos. - * @copyright:: The copyright symbol (c in a circle). - * @registeredsymbol:: The registered symbol (R in a circle). - * @dots:: How to insert ellipses: ... and ... - * @bullet:: How to insert a bullet: * - * @euro:: How to insert the euro currency symbol. - * @pounds:: How to insert the pounds currency symbol. - * @textdegree:: How to insert the degrees symbol. - * @minus:: How to insert a minus sign. - * @geq @leq:: How to insert greater/less-than-or-equal signs. - - Glyphs for Programming - - * Glyphs Summary:: - * @result:: How to show the result of expression. - * @expansion:: How to indicate an expansion. - * @print:: How to indicate generated output. - * @error:: How to indicate an error message. - * @equiv:: How to indicate equivalence. - * @point:: How to indicate the location of point. - * Click Sequences:: Inserting GUI usage sequences. - - Forcing and Preventing Breaks - - * Break Commands:: Summary of break-related commands. - * Line Breaks:: Forcing line breaks. - * @- @hyphenation:: Helping TeX with hyphenation points. - * @allowcodebreaks:: Controlling line breaks within @code text. - * @w:: Preventing unwanted line breaks in text. - * @tie:: Inserting an unbreakable but varying space. - * @sp:: Inserting blank lines. - * @page:: Forcing the start of a new page. - * @group:: Preventing unwanted page breaks. - * @need:: Another way to prevent unwanted page breaks. - - Definition Commands - - * Def Cmd Template:: Writing descriptions using definition commands. - * Def Cmd Continuation Lines:: Continuing the heading over source lines. - * Optional Arguments:: Handling optional and repeated arguments. - * @deffnx:: Group two or more 'first' lines. - * Def Cmds in Detail:: Reference for all the definition commands. - * Def Cmd Conventions:: Conventions for writing definitions. - * Sample Function Definition:: An example. - - The Definition Commands - - * Functions Commands:: Commands for functions and similar entities. - * Variables Commands:: Commands for variables and similar entities. - * Typed Functions:: Commands for functions in typed languages. - * Typed Variables:: Commands for variables in typed languages. - * Data Types:: The definition command for data types. - * Abstract Objects:: Commands for object-oriented programming. - - Object-Oriented Programming - - * Variables: Object-Oriented Variables. - * Methods: Object-Oriented Methods. - - Internationalization - - * @documentlanguage:: Declaring the current language. - * @documentencoding:: Declaring the input encoding. - - Conditionally Visible Text - - * Conditional Commands:: Text for a given format. - * Conditional Not Commands:: Text for any format other than a given one. - * Raw Formatter Commands:: Using raw formatter commands. - * Inline Conditionals:: Brace-delimited conditional text. - * @set @clear @value:: Variable tests and substitutions. - * Testing for Texinfo Commands:: Testing if a Texinfo command is available. - * Conditional Nesting:: Using conditionals inside conditionals. - - Flags: '@set', '@clear', conditionals, and '@value' - - * @set @value:: Expand a flag variable to a string. - * @ifset @ifclear:: Format a region if a flag is set. - * @inlineifset @inlineifclear:: Brace-delimited flag conditionals. - * @value Example:: An easy way to update edition information. - - Defining New Texinfo Commands - - * Defining Macros:: Defining and undefining new commands. - * Invoking Macros:: Using a macro, once you've defined it. - * Macro Details:: Limitations of Texinfo macros. - * @alias:: Command aliases. - * @definfoenclose:: Customized highlighting. - * External Macro Processors:: '#line' directives. - - External Macro Processors: Line Directives - - * #line Directive:: - * TeX: #line and TeX. - * Syntax: #line Syntax Details. - - Include Files - - * Using Include Files:: How to use the '@include' command. - * texinfo-multiple-files-update:: How to create and update nodes and - menus when using included files. - * Include Files Requirements:: 'texinfo-multiple-files-update' needs. - * Sample Include File:: A sample outer file with included files - within it; and a sample included file. - * Include Files Evolution:: How use of the '@include' command - has changed over time. - - Formatting and Printing Hardcopy - - * Use TeX:: Use TeX to format for hardcopy. - * Format with texi2dvi:: The simplest way to format. - * Format with tex/texindex:: Formatting with explicit shell commands. - * Print with lpr:: How to print. - * Within Emacs:: How to format and print from an Emacs shell. - * Texinfo Mode Printing:: How to format and print in Texinfo mode. - * Compile-Command:: How to print using Emacs's compile command. - * Requirements Summary:: TeX formatting requirements summary. - * Preparing for TeX:: What to do before you use TeX. - * Overfull hboxes:: What are and what to do with overfull hboxes. - * @smallbook:: How to print small format books and manuals. - * A4 Paper:: How to print on A4 or A5 paper. - * @pagesizes:: How to print with customized page sizes. - * Cropmarks and Magnification:: How to print marks to indicate the size - of pages and how to print scaled up output. - * PDF Output:: Portable Document Format output. - * Obtaining TeX:: How to obtain TeX. - - Format with 'tex'/'texindex' - - * Formatting Partial Documents:: - * Details of texindex:: - - 'texi2any': The Generic Translator for Texinfo - - * Reference Implementation:: 'texi2any': the reference implementation. - * Invoking texi2any:: Running the translator from a shell. - * texi2any Environment Variables:: - * texi2any Printed Output:: Calling 'texi2dvi'. - * Pointer Validation:: How to check that pointers point somewhere. - * Customization Variables:: Configuring 'texi2any'. - * Internationalization of Document Strings:: Translating program-inserted text. - * Invoking pod2texi:: Translating Perl pod to Texinfo. - * texi2html:: An ancestor of 'texi2any'. - - Customization Variables - - * Commands: Customization Variables for @-Commands. - * Options: Customization Variables and Options. - * HTML: HTML Customization Variables. - * Other: Other Customization Variables. - - Creating and Installing Info Files - - * Creating an Info File:: - * Installing an Info File:: - - Creating an Info File - - * makeinfo Advantages:: 'makeinfo' provides better error checking. - * makeinfo in Emacs:: How to run 'makeinfo' from Emacs. - * texinfo-format commands:: Two Info formatting commands written - in Emacs Lisp are an alternative - to 'makeinfo'. - * Batch Formatting:: How to format for Info in Emacs batch mode. - * Tag and Split Files:: How tagged and split files help Info - to run better. - - Installing an Info File - - * Directory File:: The top level menu for all Info files. - * New Info File:: Listing a new Info file. - * Other Info Directories:: How to specify Info files that are - located in other directories. - * Installing Dir Entries:: How to specify what menu entry to add - to the Info directory. - * Invoking install-info:: 'install-info' options. - - Generating HTML - - * HTML Translation:: Details of the HTML output. - * HTML Splitting:: How HTML output is split. - * HTML CSS:: Influencing HTML output with Cascading Style Sheets. - * HTML Xref:: Cross-references in HTML output. - - HTML Cross-references - - * Link Basics: HTML Xref Link Basics. - * Node Expansion: HTML Xref Node Name Expansion. - * Command Expansion: HTML Xref Command Expansion. - * 8-bit Expansion: HTML Xref 8-bit Character Expansion. - * Mismatch: HTML Xref Mismatch. - * Configuration: HTML Xref Configuration. htmlxref.cnf. - * Preserving links: HTML Xref Link Preservation. MANUAL-noderename.cnf. - - Sample Texinfo Files - - * Short Sample Texinfo File:: - * GNU Sample Texts:: - * Verbatim Copying License:: - * All-permissive Copying License:: - - Using Texinfo Mode - - * Texinfo Mode Overview:: How Texinfo mode can help you. - * Emacs Editing:: Texinfo mode adds to GNU Emacs' general - purpose editing features. - * Inserting:: How to insert frequently used @-commands. - * Showing the Structure:: How to show the structure of a file. - * Updating Nodes and Menus:: How to update or create new nodes and menus. - * Info Formatting:: How to format for Info. - * Printing:: How to format and print part or all of a file. - * Texinfo Mode Summary:: Summary of all the Texinfo mode commands. - - Updating Nodes and Menus - - * Updating Commands:: Five major updating commands. - * Updating Requirements:: How to structure a Texinfo file for - using the updating command. - * Other Updating Commands:: How to indent descriptions, insert - missing nodes lines, and update - nodes in sequence. - - Page Headings - - * Headings Introduced:: Conventions for using page headings. - * Heading Format:: Standard page heading formats. - * Heading Choice:: How to specify the type of page heading. - * Custom Headings:: How to create your own headings and footings. - - Catching Mistakes - - * makeinfo Preferred:: 'makeinfo' finds errors. - * Debugging with Info:: How to catch errors with Info formatting. - * Debugging with TeX:: How to catch errors with TeX formatting. - * Using texinfo-show-structure:: How to use 'texinfo-show-structure'. - * Using occur:: How to list all lines containing a pattern. - * Running Info-validate:: How to find badly referenced nodes. - - Finding Badly Referenced Nodes - - * Using Info-validate:: How to run 'Info-validate'. - * Unsplit:: How to create an unsplit file. - * Tagifying:: How to tagify a file. - * Splitting:: How to split a file manually. - - Info Format Specification - - * General: Info Format General Layout. - * Text: Info Format Text Constructs. - - Info Format General Layout - - * Whole: Info Format Whole Manual. Split vs. nonsplit manuals. - * Preamble: Info Format Preamble. - * Indirect: Info Format Indirect Table. - * Tag table: Info Format Tag Table. - * Local variables: Info Format Local Variables. - * Regular nodes: Info Format Regular Nodes. - - Info Format Text Constructs - - * Info Format Menu:: - * Info Format Image:: - * Info Format Printindex:: - * Info Format Cross Reference:: - - - Documentation is like sex: when it is good, it is very, very good; - and when it is bad, it is better than nothing. --Dick Brandon - -  - File: texinfo.info, Node: Copying Conditions, Next: Overview, Prev: Top, Up: Top - - Texinfo Copying Conditions - ************************** - - GNU Texinfo is "free software"; this means that everyone is free to use - it and free to redistribute it on certain conditions. Texinfo is not in - the public domain; it is copyrighted and there are restrictions on its - distribution, but these restrictions are designed to permit everything - that a good cooperating citizen would want to do. What is not allowed - is to try to prevent others from further sharing any version of Texinfo - that they might get from you. - - Specifically, we want to make sure that you have the right to give - away copies of the programs that relate to Texinfo, that you receive - source code or else can get it if you want it, that you can change these - programs or use pieces of them in new free programs, and that you know - you can do these things. - - To make sure that everyone has such rights, we have to forbid you to - deprive anyone else of these rights. For example, if you distribute - copies of the Texinfo related programs, you must give the recipients all - the rights that you have. You must make sure that they, too, receive or - can get the source code. And you must tell them their rights. - - Also, for our own protection, we must make certain that everyone - finds out that there is no warranty for the programs that relate to - Texinfo. If these programs are modified by someone else and passed on, - we want their recipients to know that what they have is not what we - distributed, so that any problems introduced by others will not reflect - on our reputation. - - The precise conditions of the licenses for the programs currently - being distributed that relate to Texinfo are found in the General Public - Licenses that accompany them. This manual is covered by the GNU Free - Documentation License (*note GNU Free Documentation License::). - -  - File: texinfo.info, Node: Overview, Next: Writing a Texinfo File, Prev: Copying Conditions, Up: Top - - 1 Overview of Texinfo - ********************* - - "Texinfo" is a documentation system that uses a single source file to - produce both online information and printed output. This means that - instead of writing several different documents, one for each output - format, you need only write one document. - - Using Texinfo, you can create a printed document (via the TeX - typesetting system) in PDF or PostScript format, including chapters, - sections, cross-references, and indices. From the same Texinfo source - file, you can create an HTML output file suitable for use with a web - browser, you can create an Info file with special features to make - browsing documentation easy, and also create a Docbook file or a - transliteration to XML format. - - A Texinfo source file is a plain text file containing text - interspersed with "@-commands" (words preceded by an '@') that tell the - Texinfo processors what to do. Texinfo's markup commands are almost - entirely "semantic"; that is, they specify the intended meaning of text - in the document, rather than physical formatting instructions. You can - edit a Texinfo file with any text editor, but it is especially - convenient to use GNU Emacs since that editor has a special mode, called - Texinfo mode, that provides various Texinfo-related features. (*Note - Texinfo Mode::.) - - Texinfo was devised specifically for the purpose of writing software - documentation and manuals. If you want to write a good manual for your - program, Texinfo has many features which we hope will make your job - easier. However, it provides almost no commands for controlling the - final formatting. Texinfo is not intended to be a general-purpose - formatting program, so if you need to lay out a newspaper, devise a - glossy magazine ad, or follow the exact formatting requirements of a - publishing house, Texinfo may not be the simplest tool. - - Spell "Texinfo" with a capital "T" and the other letters in - lowercase. The first syllable of "Texinfo" is pronounced like "speck", - not "hex". This odd pronunciation is derived from the pronunciation of - TeX. Pronounce TeX as if the 'X' were the last sound in the name - 'Bach'. In the word TeX, the 'X' is, rather than the English letter - "ex", actually the Greek letter "chi". - - Texinfo is the official documentation format of the GNU project. - More information, including manuals for GNU packages, is available at - the GNU documentation web page (http://www.gnu.org/doc/). - - * Menu: - - * Reporting Bugs:: Submitting effective bug reports. - * Output Formats:: Overview of the supported output formats. - * Info Files:: What is an Info file? - * Printed Books:: Characteristics of a printed book or manual. - * Adding Output Formats:: Man pages and implementing new formats. - * History:: Acknowledgements, contributors and genesis. - -  - File: texinfo.info, Node: Reporting Bugs, Next: Output Formats, Up: Overview - - 1.1 Reporting Bugs - ================== - - We welcome bug reports and suggestions for any aspect of the Texinfo - system: programs, documentation, installation, etc. Please email them - to . You can get the latest version of Texinfo via - its home page, . - - For bug reports, please include enough information for the - maintainers to reproduce the problem. Generally speaking, that means: - - * The version number of Texinfo and the program(s) or manual(s) - involved. - * The contents of any input files necessary to reproduce the bug. - * Precisely how you ran any program(s) involved. - * A description of the problem and samples of any erroneous output. - * Hardware and operating system names and versions. - * Anything else that you think would be helpful. - - When in doubt whether something is needed or not, include it. It's - better to include too much than to leave out something important. - - It is critical to send an actual input file that reproduces the - problem. What's not critical is to "narrow down" the example to the - smallest possible input--the actual input with which you discovered the - bug will suffice. (Of course, if you do do experiments, the smaller the - input file, the better.) - - Patches are most welcome; if possible, please make them with - 'diff -c' (*note (diffutils)Top::) and include 'ChangeLog' entries - (*note (emacs)Change Log::), and follow the existing coding style. - -  - File: texinfo.info, Node: Output Formats, Next: Info Files, Prev: Reporting Bugs, Up: Overview - - 1.2 Output Formats - ================== - - Here is a brief overview of the output formats currently supported by - Texinfo. - - Info - (Generated via 'makeinfo'.) Info format is mostly a plain text - transliteration of the Texinfo source. It adds a few control - characters to provide navigational information for - cross-references, indices, and so on. The Emacs Info subsystem - (*note (info)Top::), and the standalone 'info' program (*note - (info-stnd)Top::), among others, can read these files. *Note Info - Files::, and *note Creating and Installing Info Files::. - - Plain text - (Generated via 'makeinfo --plaintext'.) This is almost the same as - Info output with the navigational control characters are omitted. - - HTML - (Generated via 'makeinfo --html'.) HTML, standing for Hyper Text - Markup Language, has become the most commonly used language for - writing documents on the World Wide Web. Web browsers, such as - Mozilla, Lynx, and Emacs-W3, can render this language online. - There are many versions of HTML, both different standards and - browser-specific variations. 'makeinfo' tries to use a subset of - the language that can be interpreted by any common browser, - intentionally not using many newer or less widely-supported tags. - Although the native output is thus rather plain, it can be - customized at various levels, if desired. For details of the HTML - language and much related information, see - . *Note Generating HTML::. - - DVI - (Generated via 'texi2dvi'.) The DeVIce Independent binary format - is output by the TeX typesetting program (). This - is then read by a DVI 'driver', which knows the actual - device-specific commands that can be viewed or printed, notably - Dvips for translation to PostScript (*note (dvips)Top::) and Xdvi - for viewing on an X display - (). *Note Hardcopy::. (Be - aware that the Texinfo language is very different from and much - stricter than TeX's usual languages: plain TeX, LaTeX, ConTeXt, - etc.) - - PostScript - (Generated via 'texi2dvi --ps'.) PostScript is a page description - language that became widely used around 1985 and is still used - today. gives a basic - description and more preferences. By default, Texinfo uses the - 'dvips' program to convert TeX's DVI output to PostScript. *Note - (dvips)Top::. - - PDF - (Generated via 'texi2dvi --pdf' or 'texi2pdf'.) This format was - developed by Adobe Systems for portable document interchange, based - on their previous PostScript language. It can represent the exact - appearance of a document, including fonts and graphics, and - supporting arbitrary scaling. It is intended to be - platform-independent and easily viewable, among other design goals; - and - have some - background. By default, Texinfo uses the 'pdftex' program, an - extension of TeX, to output PDF; see - . *Note PDF Output::. - - Docbook - (Generated via 'makeinfo --docbook'.) This is an XML-based format - developed some years ago, primarily for technical documentation. - It therefore bears some resemblance, in broad outline, to Texinfo. - See . Various converters from Docbook _to_ - Texinfo have also been developed; see the Texinfo web pages. - - XML - (Generated via 'makeinfo --xml'.) XML is a generic syntax - specification usable for any sort of content (a reference is at - ). The 'makeinfo' XML output, unlike all - the other output formats, is a transliteration of the Texinfo - source rather than processed output. That is, it translates the - Texinfo markup commands into XML syntax, for further processing by - XML tools. The XML contains enough information to recreate the - original content, except for syntactic constructs such as Texinfo - macros and conditionals. The Texinfo source distribution includes - a utility script 'txixml2texi' to do that backward transformation. - - The details of the output syntax are defined in an XML DTD as - usual, which is contained in a file 'texinfo.dtd' included in the - Texinfo source distribution and available via the Texinfo web - pages. Texinfo XML files, and XML files in general, cannot be - viewed in typical web browsers; they won't follow the DTD reference - and as a result will simply report a (misleading) syntax error. - -  - File: texinfo.info, Node: Info Files, Next: Printed Books, Prev: Output Formats, Up: Overview - - 1.3 Info Files - ============== - - As mentioned above, Info format is mostly a plain text transliteration - of the Texinfo source, with the addition of a few control characters to - separate nodes and provide navigational information, so that - Info-reading programs can operate on it. - - Info files are nearly always created by processing a Texinfo source - document. 'makeinfo', also known as 'texi2any', is the principal - command that converts a Texinfo file into an Info file; *note Generic - Translator texi2any::. - - Generally, you enter an Info file through a node that by convention - is named 'Top'. This node normally contains just a brief summary of the - file's purpose, and a large menu through which the rest of the file is - reached. From this node, you can either traverse the file - systematically by going from node to node, or you can go to a specific - node listed in the main menu, or you can search the index menus and then - go directly to the node that has the information you want. - Alternatively, with the standalone Info program, you can specify - specific menu items on the command line (*note (info)Top::). - - If you want to read through an Info file in sequence, as if it were a - printed manual, you can hit repeatedly, or you get the whole file - with the advanced Info command 'g *'. (*Note Advanced Info commands: - (info)Advanced.) - - The 'dir' file in the 'info' directory serves as the departure point - for the whole Info system. From it, you can reach the 'Top' nodes of - each of the documents in a complete Info system. - - If you wish to refer to an Info file via a URI, you can use the - (unofficial) syntax exemplified by the following. This works with - Emacs/W3, for example: - info:emacs#Dissociated%20Press - info:///usr/info/emacs#Dissociated%20Press - info://localhost/usr/info/emacs#Dissociated%20Press - - The 'info' program itself does not follow URIs of any kind. - -  - File: texinfo.info, Node: Printed Books, Next: Adding Output Formats, Prev: Info Files, Up: Overview - - 1.4 Printed Books - ================= - - A Texinfo file can be formatted and typeset as a printed book or manual. - To do this, you need TeX, a sophisticated typesetting program written by - Donald Knuth of Stanford University. - - A Texinfo-based book is similar to any other typeset, printed work: - it can have a title page, copyright page, table of contents, and - preface, as well as chapters, numbered or unnumbered sections and - subsections, page headers, cross-references, footnotes, and indices. - - TeX is a general purpose typesetting program. Texinfo provides a - file 'texinfo.tex' that contains information (definitions or "macros") - that TeX uses when it typesets a Texinfo file. ('texinfo.tex' tells TeX - how to convert the Texinfo @-commands to TeX commands, which TeX can - then process to create the typeset document.) 'texinfo.tex' contains - the specifications for printing a document. You can get the latest - version of 'texinfo.tex' from the Texinfo home page, - . - - In the United States, documents are most often printed on 8.5 inch by - 11 inch pages (216mm by 280mm); this is the default size. But you can - also print for 7 inch by 9.25 inch pages (178mm by 235mm, the - '@smallbook' size; or on A4 or A5 size paper ('@afourpaper', - '@afivepaper'). *Note @smallbook::, and *note A4 Paper::. - - TeX is freely distributable. It is written in a superset of Pascal - for literate programming called WEB and can be compiled either in Pascal - or (by using a conversion program that comes with the TeX distribution) - in C. - - TeX is very powerful and has a great many features. Because a - Texinfo file must be able to present information both on a - character-only terminal in Info form and in a typeset book, the - formatting commands that Texinfo supports are necessarily limited. - - *Note Obtaining TeX::, for information on acquiring TeX. It is not - part of the Texinfo distribution. - -  - File: texinfo.info, Node: Adding Output Formats, Next: History, Prev: Printed Books, Up: Overview - - 1.5 Adding Output Formats - ========================= - - The output formats in the previous sections handle a wide variety of - usage, but of course there is always room for more. - - If you are a programmer and would like to contribute to the GNU - project by implementing additional output formats for Texinfo, that - would be excellent. The way to do this that would be most useful is to - write a new back-end for 'texi2any', our reference implementation of a - Texinfo parser; it creates a tree representation of the Texinfo input - that you can use for the conversion. The documentation in the source - file 'tp/Texinfo/Convert/Converter.pm' is a good place to start. *Note - Generic Translator texi2any::. - - Another viable approach is use the Texinfo XML output from 'texi2any' - as your input. This XML is an essentially complete representation of - the input, but without the Texinfo syntax and option peculiarities, as - described above. - - If you still cannot resist the temptation of writing a new program - that reads Texinfo source directly, let us give some more caveats: - please do not underestimate the amount of work required. Texinfo is by - no means a simple language to parse correctly, and remains under - development, so you would be committing to an ongoing task. You are - advised to check that the tests of the language that come with - 'texi2any' give correct results with your new program. - - From time to time, proposals are made to generate traditional Unix - man pages from Texinfo source. However, because man pages have a strict - conventional format, creating a good man page requires a completely - different source from that needed for the typical Texinfo applications - of writing a good user tutorial and/or a good reference manual. This - makes generating man pages incompatible with the Texinfo design goal of - not having to document the same information in different ways for - different output formats. You might as well write the man page - directly. - - As an alternative way to support man pages, you may find the program - 'help2man' to be useful. It generates a traditional man page from the - '--help' output of a program. In fact, the man pages for the programs - in the Texinfo distribution are generated with this. It is GNU software - written by Brendan O'Dea, available from - . - -  - File: texinfo.info, Node: History, Prev: Adding Output Formats, Up: Overview - - 1.6 History - =========== - - Richard M. Stallman invented the Texinfo format, wrote the initial - processors, and created Edition 1.0 of this manual. Robert J. Chassell - greatly revised and extended the manual, starting with Edition 1.1. - Brian Fox was responsible for the standalone Texinfo distribution until - version 3.8, and originally wrote the standalone 'makeinfo' and 'info' - programs. Karl Berry has continued maintenance since Texinfo 3.8 - (manual edition 2.22). - - Our thanks go out to all who helped improve this work, particularly - the indefatigable Eli Zaretskii and Andreas Schwab, who have provided - patches beyond counting. Franc,ois Pinard and David D. Zuhn, tirelessly - recorded and reported mistakes and obscurities. Zack Weinberg did the - impossible by implementing the macro syntax in 'texinfo.tex'. Thanks to - Melissa Weisshaus for her frequent reviews of nearly similar editions. - Dozens of others have contributed patches and suggestions, they are - gratefully acknowledged in the 'ChangeLog' file. Our mistakes are our - own. - - Beginnings - ---------- - - In the 1970's at CMU, Brian Reid developed a program and format named - Scribe to mark up documents for printing. It used the '@' character to - introduce commands, as Texinfo does. Much more consequentially, it - strove to describe document contents rather than formatting, an idea - wholeheartedly adopted by Texinfo. - - Meanwhile, people at MIT developed another, not too dissimilar format - called Bolio. This then was converted to using TeX as its typesetting - language: BoTeX. The earliest BoTeX version seems to have been 0.02 on - October 31, 1984. - - BoTeX could only be used as a markup language for documents to be - printed, not for online documents. Richard Stallman (RMS) worked on - both Bolio and BoTeX. He also developed a nifty on-line help format - called Info, and then combined BoTeX and Info to create Texinfo, a mark - up language for text that is intended to be read both online and as - printed hard copy. - - Moving forward, the original translator to create Info was written - (primarily by RMS and Bob Chassell) in Emacs Lisp, namely the - 'texinfo-format-buffer' and other functions. In the early 1990s, Brian - Fox reimplemented the conversion program in C, now called 'makeinfo'. - - Reimplementing in Perl - ---------------------- - - In 2012, the C 'makeinfo' was itself replaced by a Perl implementation - generically called 'texi2any'. This version supports the same level of - output customization as 'texi2html', an independent program originally - written by Lionel Cons, later with substantial work by many others. The - many additional features needed to make 'texi2html' a replacement for - 'makeinfo' were implemented by Patrice Dumas. The first never-released - version of 'texi2any' was based on the 'texi2html' code. That - implementation, however, was abandoned in favor of the current program, - which parses the Texinfo input into a tree for processing. It still - supports nearly all the features of 'texi2html'. - - The new Perl program is much slower than the old C program. We hope - the speed gap will close in the future, but it may not ever be entirely - comparable. So why did we switch? In short, we intend and hope that - the present program will be much easier than the previous C - implementation of 'makeinfo' to extend to different output styles, - back-end output formats, and all other customizations. In more detail: - - * HTML customization. Many GNU and other free software packages had - been happily using the HTML customization features in 'texi2html' - for years. Thus, in effect two independent implementations of the - Texinfo language had developed, and keeping them in sync was not - simple. Adding the HTML customization possible in 'texi2html' to a - C program would have been an enormous effort. - - * Unicode, and multilingual support generally, especially of east - Asian languages. Although of course it's perfectly plausible to - write such support in C, in the particular case of 'makeinfo', it - would have been tantamount to rewriting the entire program. In - Perl, much of that comes essentially for free. - - * Additional back-ends. The 'makeinfo' code had become convoluted to - the point where adding a new back-end was quite complex, requiring - complex interactions with existing back-ends. In contrast, our - Perl implementation provides a clean tree-based representation for - all back-ends to work from. People have requested numerous - different back-ends (LaTeX, the latest (X)HTML, ...), and they will - now be much more feasible to implement. Which leads to the last - item: - - * Making contributions easier. In general, due to the cleaner - structure, the Perl program should be considerably easier than the - C for anyone to read and contribute to, with the resulting obvious - benefits. - - *Note Reference Implementation::, for more on the rationale for and - role of 'texi2any'. - -  - File: texinfo.info, Node: Writing a Texinfo File, Next: Beginning and Ending a File, Prev: Overview, Up: Top - - 2 Writing a Texinfo File - ************************ - - This chapter describes Texinfo syntax and what is required in a Texinfo - file, and gives a short sample file. - - * Menu: - - * Conventions:: General rules for writing a Texinfo file. - * Comments:: Writing comments and ignored text in general. - * Minimum:: What a Texinfo file must have. - * Short Sample:: A short sample Texinfo file. - -  - File: texinfo.info, Node: Conventions, Next: Comments, Up: Writing a Texinfo File - - 2.1 General Syntactic Conventions - ================================= - - This section describes the general conventions used in all Texinfo - documents. - - * All printable ASCII characters except '@', '{' and '}' can appear - in a Texinfo file and stand for themselves. '@' is the escape - character which introduces commands, while '{' and '}' are used to - surround arguments to certain commands. To put one of these - special characters into the document, put an '@' character in front - of it, like this: '@@', '@{', and '@}'. - - * In a Texinfo file, the commands you write to describe the contents - of the manual are preceded by an '@' character; they are called - "@-commands". (The '@' in Texinfo has the same meaning that '\' - has in plain TeX.) - - Depending on what they do or what arguments(1) they take, you need - to write @-commands on lines of their own, or as part of sentences. - As a general rule, a command requires braces if it mingles among - other text; but it does not need braces if it is on a line of its - own. For more details of Texinfo command syntax, see *note Command - Syntax::. - - * Whitespace following an @-command name is optional and (usually) - ignored if present. The exceptions are contexts when whitespace is - significant, e.g., an '@example' environment. - - * Texinfo supports the usual quotation marks used in English and in - other languages; see *note Inserting Quotation Marks::. - - * Use three hyphens in a row, '---', to produce a long dash--like - this (called an "em dash"), used for punctuation in sentences. Use - two hyphens, '--', to produce a medium dash (called an "en dash"), - used primarily for numeric ranges, as in "June 25-26". Use a - single hyphen, '-', to produce a standard hyphen used in compound - words. For display on the screen, Info reduces three hyphens to - two and two hyphens to one (not transitively!). Of course, any - number of hyphens in the source remain as they are in literal - contexts, such as '@code' and '@example'. - - * Form feed ('CTRL-l') characters in the input are handled as - follows: - - PDF/DVI - In normal text, treated as ending any open paragraph; - essentially ignored between paragraphs. - - Info - Output as-is between paragraphs (their most common use); in - other contexts, they may be treated as regular spaces (and - thus consolidated with surrounding whitespace). - - HTML - Written as a numeric entity except contexts where spaces are - ignored; for example, in '@footnote{ ^L foo}', the form feed - is ignored. - - XML - Keep them everywhere; in attributes, escaped as '\f'; also, - '\' is escaped as '\\' and newline as '\n'. - - Docbook - Completely removed, as they are not allowed. - - As you can see, because of these differing requirements of the - output formats, it's not possible to use form feeds completely - portably. - - * *Caution:* Last, do not use tab characters in a Texinfo file! - (Except perhaps in verbatim modes.) TeX uses variable-width fonts, - which means that it is impractical at best to define a tab to work - in all circumstances. Consequently, TeX treats tabs like single - spaces, and that is not what they look like in the source. - Furthermore, 'makeinfo' does nothing special with tabs, and thus a - tab character in your input file will usually have a different - appearance in the output. - - To avoid this problem, Texinfo mode in GNU Emacs inserts multiple - spaces when you press the key. Also, you can run 'untabify' - in Emacs to convert tabs in a region to multiple spaces, or use the - 'unexpand' command from the shell. - - ---------- Footnotes ---------- - - (1) The word "argument" comes from the way it is used in mathematics - and does not refer to a dispute between two people; it refers to the - information presented to the command. According to the 'Oxford English - Dictionary', the word derives from the Latin for "to make clear, prove"; - thus it came to mean 'the evidence offered as proof', which is to say, - 'the information offered', which led to its mathematical meaning. In - its other thread of derivation, the word came to mean 'to assert in a - manner against which others may make counter assertions', which led to - the meaning of 'argument' as a dispute. - -  - File: texinfo.info, Node: Comments, Next: Minimum, Prev: Conventions, Up: Writing a Texinfo File - - 2.2 Comments - ============ - - You can write comments in a Texinfo file by using the '@comment' - command, which may be abbreviated to '@c'. Such comments are for a - person looking at the Texinfo source file. All the text on a line that - follows either '@comment' or '@c' is a comment; the rest of the line - does not appear in the visible output. (To be precise, the character - after the '@c' or '@comment' must be something other than a dash or - alphanumeric, or it will be taken as part of the command.) - - Often, you can write the '@comment' or '@c' in the middle of a line, - and only the text that follows after the '@comment' or '@c' command does - not appear; but some commands, such as '@settitle', work on a whole - line. You cannot use '@comment' or '@c' within a line beginning with - such a command. - - In cases of nested command invocations, complicated macro - definitions, etc., '@c' and '@comment' may provoke an error when - processing with TeX. Therefore, you can also use the 'DEL' character - (ASCII 127 decimal, 0x7f hex, 0177 octal) as a true TeX comment - character (catcode 14, in TeX internals). Everything on the line after - the 'DEL' will be ignored. - - You can also have long stretches of text ignored by the Texinfo - processors with the '@ignore' and '@end ignore' commands. Write each of - these commands on a line of its own, starting each command at the - beginning of the line. Text between these two commands does not appear - in the processed output. You can use '@ignore' and '@end ignore' for - writing comments. (For some caveats regarding nesting of such commands, - *note Conditional Nesting::.) - -  - File: texinfo.info, Node: Minimum, Next: Short Sample, Prev: Comments, Up: Writing a Texinfo File - - 2.3 What a Texinfo File Must Have - ================================= - - By convention, the name of a Texinfo file ends with one of the - extensions '.texinfo', '.texi', '.txi', or '.tex'.(1) - - In order to be made into a printed manual and other output formats, a - Texinfo file must begin with lines like this: - - \input texinfo - @settitle NAME-OF-MANUAL - - The contents of the file follow this beginning, and then you must end - the Texinfo source with a line like this: - - @bye - - Here's an explanation: - - * The '\input texinfo' line tells TeX to use the 'texinfo.tex' file, - which tells TeX how to translate the Texinfo @-commands into TeX - typesetting commands. (Note the use of the backslash, '\'; this is - correct for TeX.) - - * The '@settitle' line specifies a title for the page headers (or - footers) of the printed manual, and the default title and document - description for the '' in HTML. Strictly speaking, - '@settitle' is optional--if you don't mind your document being - titled 'Untitled'. - - * The '@bye' line at the end of the file on a line of its own tells - the formatters that the file is ended and to stop formatting. If - you leave this out, you'll be dumped at TeX's prompt at the end of - the run. - - Furthermore, you will usually provide a Texinfo file with a title - page, indices, and the like, all of which are explained in this manual. - But the minimum, which can be useful for short documents, is just the - two lines at the beginning and the one line at the end. - - ---------- Footnotes ---------- - - (1) The longer extensions are preferred, since they describe more - clearly to a human reader the nature of the file. The shorter - extensions are for operating systems that cannot handle long file names. - -  - File: texinfo.info, Node: Short Sample, Prev: Minimum, Up: Writing a Texinfo File - - 2.4 A Short Sample Texinfo File - =============================== - - Here is a short but complete Texinfo file, so you can see how Texinfo - source appears in practice. The first three parts of the file are - mostly boilerplate: when writing a manual, you simply change the names - as appropriate. - - The complete file, without interspersed comments, is shown in *note - Short Sample Texinfo File::. - - *Note Beginning and Ending a File::, for more documentation on the - commands listed here. - - Header - ------ - - The header tells TeX which definitions file to use, names the manual, - and carries out other such housekeeping tasks. - - \input texinfo - @settitle Sample Manual 1.0 - - Summary Description and Copyright - --------------------------------- - - This segment describes the document and contains the copyright notice - and copying permissions. This is done with the '@copying' command. - - A real manual includes more text here, according to the license under - which it is distributed. *Note GNU Sample Texts::. - - @copying - This is a short example of a complete Texinfo file, version 1.0. - - Copyright @copyright{} 2016 Free Software Foundation, Inc. - @end copying - - Titlepage, Copyright, Contents - ------------------------------ - - The title and copyright segment contains the title and copyright pages - for the printed manual. The segment must be enclosed between - '@titlepage' and '@end titlepage' commands. The title and copyright - page does not appear in the online output. - - We use the '@insertcopying' command to include the permission text from - the previous section, instead of writing it out again; it is output on - the back of the title page. The '@contents' command generates a table - of contents. - - @titlepage - @title Sample Title - - @c The following two commands start the copyright page. - @page - @vskip 0pt plus 1filll - @insertcopying - @end titlepage - - @c Output the table of contents at the beginning. - @contents - - 'Top' Node and Master Menu - -------------------------- - - The 'Top' node starts off the online output; it does not appear in the - printed manual. We repeat the short description from the beginning of - the '@copying' text, but there's no need to repeat the copyright - information, so we don't use '@insertcopying' here. - - The '@top' command itself helps 'makeinfo' determine the - relationships between nodes. The 'Top' node contains at least a - top-level "menu" listing the chapters, and possibly a "Master Menu" - listing all the nodes in the entire document. - - @ifnottex - @node Top - @top Short Sample - - This is a short sample Texinfo file. - @end ifnottex - - @menu - * First Chapter:: The first chapter is the - only chapter in this sample. - * Index:: Complete index. - @end menu - - The Body of the Document - ------------------------ - - The body segment contains all the text of the document, but not the - indices or table of contents. This example illustrates a node and a - chapter containing an enumerated list. - - @node First Chapter - @chapter First Chapter - - @cindex chapter, first - - This is the first chapter. - @cindex index entry, another - - Here is a numbered list. - - @enumerate - @item - This is the first item. - - @item - This is the second item. - @end enumerate - - The End of the Document - ----------------------- - - This may contain commands for printing indices, and closes with the - '@bye' command, which marks the end of the document. - - @node Index - @unnumbered Index - - @printindex cp - - @bye - - Some Results - ------------ - - Here is what the contents of the first chapter of the sample look like: - - - This is the first chapter. - - Here is a numbered list. - - 1. This is the first item. - - 2. This is the second item. - -  - File: texinfo.info, Node: Beginning and Ending a File, Next: Nodes, Prev: Writing a Texinfo File, Up: Top - - 3 Beginning and Ending a Texinfo File - ************************************* - - This chapter expands on the minimal complete Texinfo source file - previously given (*note Short Sample::). - - Certain pieces of information must be provided at the beginning of a - Texinfo file, such the title of the document and the Top node. A table - of contents is also generally produced here. - - Straight text outside of any command before the Top node should be - avoided. Such text is treated differently in the different output - formats: at the time of writing, it is visible in TeX and HTML, by - default not shown in Info readers, and so on. - - * Menu: - - * Sample Beginning:: A sample beginning for a Texinfo file. - * Texinfo File Header:: The first lines. - * Document Permissions:: Ensuring your manual is free. - * Titlepage & Copyright Page:: Creating the title and copyright pages. - * Contents:: How to create a table of contents. - * The Top Node:: Creating the 'Top' node and master menu. - * Global Document Commands:: Affecting formatting throughout. - * Ending a File:: What is at the end of a Texinfo file? - -  - File: texinfo.info, Node: Sample Beginning, Next: Texinfo File Header, Up: Beginning and Ending a File - - 3.1 Sample Texinfo File Beginning - ================================= - - The following sample shows what is needed. The elements given here are - explained in more detail in the following sections. Other commands are - often included at the beginning of Texinfo files, but the ones here are - the most critical. - - *Note GNU Sample Texts::, for the full texts to be used in GNU - manuals. - - \input texinfo - @settitle NAME-OF-MANUAL VERSION - - @copying - This manual is for PROGRAM, version VERSION. - - Copyright @copyright{} YEARS COPYRIGHT-OWNER. - - @quotation - Permission is granted to ... - @end quotation - @end copying - - @titlepage - @title NAME-OF-MANUAL-WHEN-PRINTED - @subtitle SUBTITLE-IF-ANY - @subtitle SECOND-SUBTITLE - @author AUTHOR - - @c The following two commands - @c start the copyright page. - @page - @vskip 0pt plus 1filll - @insertcopying - - Published by ... - @end titlepage - - @c So the toc is printed at the start. - @contents - - @ifnottex - @node Top - @top TITLE - - This manual is for PROGRAM, version VERSION. - @end ifnottex - - @menu - * First Chapter:: Getting started ... - * Second Chapter:: ... - ... - * Copying:: Your rights and freedoms. - @end menu - - @node First Chapter - @chapter First Chapter - - @cindex first chapter - @cindex chapter, first - ... - -  - File: texinfo.info, Node: Texinfo File Header, Next: Document Permissions, Prev: Sample Beginning, Up: Beginning and Ending a File - - 3.2 Texinfo File Header - ======================= - - Texinfo files start with at least two lines. These are the '\input - texinfo' line and the '@settitle' line. - - Also, if you want to format just part of the Texinfo file in Emacs, - you must write the '@settitle' line between start-of-header and - end-of-header lines. These start- and end-of-header lines are optional, - but they do no harm, so you might as well always include them. - - Any command that affects document formatting as a whole makes sense - to include in the header. '@synindex' (*note @synindex::), for - instance, is another command often included in the header. - - Thus, the beginning of a Texinfo file looks approximately like this: - - \input texinfo - @settitle Sample Manual 1.0 - - (*Note GNU Sample Texts:: for complete sample texts.) - - * Menu: - - * First Line:: The first line of a Texinfo file. - * Start of Header:: Formatting a region requires this. - * @setfilename:: Tell Info the name of the Info file. - * @settitle:: Create a title for the printed work. - * End of Header:: Formatting a region requires this. - -  - File: texinfo.info, Node: First Line, Next: Start of Header, Up: Texinfo File Header - - 3.2.1 The First Line of a Texinfo File - -------------------------------------- - - Every Texinfo file that is to be the top-level input to TeX must begin - with a line that looks like this: - - \input texinfo - - When the file is processed by TeX, the '\input texinfo' command tells - TeX to load the macros needed for processing a Texinfo file. These are - in a file called 'texinfo.tex', which should have been installed on your - system along with either the TeX or Texinfo software. TeX uses the - backslash, '\', to mark the beginning of a command, exactly as Texinfo - uses '@'. The 'texinfo.tex' file causes the switch from '\' to '@'; - before the switch occurs, TeX requires '\', which is why it appears at - the beginning of the file. - - You may optionally follow this line with a comment to tell GNU Emacs - to use Texinfo mode when the file is edited: - - \input texinfo @c -*-texinfo-*- - - This may be useful when Emacs doesn't detect the file type from the file - extension automatically. - -  - File: texinfo.info, Node: Start of Header, Next: @setfilename, Prev: First Line, Up: Texinfo File Header - - 3.2.2 Start of Header - --------------------- - - A start-of-header line is a Texinfo comment that looks like this: - - @c %**start of header - - Write the start-of-header line on the second line of a Texinfo file. - Follow the start-of-header line with an '@settitle' line and, - optionally, with other commands that globally affect the document - formatting, such as '@synindex' or '@footnotestyle'; and then by an - end-of-header line (*note End of Header::). - - The start- and end-of-header lines allow you to format only part of a - Texinfo file for Info or printing. *Note texinfo-format commands::. - - The odd string of characters, '%**', is to ensure that no other - comment is accidentally taken for a start-of-header line. You can - change it if you wish by setting the 'tex-start-of-header' and/or - 'tex-end-of-header' Emacs variables. *Note Texinfo Mode Printing::. - -  - File: texinfo.info, Node: @setfilename, Next: @settitle, Prev: Start of Header, Up: Texinfo File Header - - 3.2.3 '@setfilename': Set the Output File Name - ---------------------------------------------- - - The '@setfilename' line specifies the name of the output file to be - generated. When present, it should be the first Texinfo command (that - is, after '\input texinfo'). Write the '@setfilename' command at the - beginning of a line and follow it on the same line by the Info file - name. - - @setfilename INFO-FILE-NAME - - The name must be different from the name of the Texinfo file. There - are two conventions for choosing the name: you can either remove the - extension (such as '.texi') entirely from the input file name, or - (recommended) replace it with the '.info' extension. - - When a '@setfilename' line is present, the Texinfo processors ignore - everything written before the '@setfilename' line. This is why the very - first line of the file (the '\input' line) does not show up in the - output. - - If there is no '@setfilename' line, 'makeinfo' uses the input file - name to determine the output name: first, any of the extensions '.texi', - '.tex', '.txi' or '.texinfo' is removed from the input file name; then, - the output format specific extension is added--'.html' when generating - HTML, '.info' when generating Info, etc. The '\input' line is still - ignored in this processing, as well as leading blank lines. - - When producing another output format, 'makeinfo' will replace any - final extension with the output format-specific extension ('html' when - generating HTML, for example), or add a dot followed by the extension - ('.html' for HTML) if the given name has no extension. - - '@setfilename' used to be required by the Texinfo processors, and - some other programs may still expect it to be present; for example, - Automake (*note (automake)Texinfo::). - - Although an explicit '.info' extension is preferable, some operating - systems cannot handle long file names. You can run into a problem even - when the file name you specify is itself short enough. This occurs - because the Info formatters split a long Info file into short indirect - subfiles, and name them by appending '-1', '-2', ..., '-10', '-11', and - so on, to the original file name. (*Note Tag and Split Files::.) The - subfile name 'texinfo.info-10', for example, is too long for old systems - with a 14-character limit on filenames; so the Info file name for this - document is 'texinfo' rather than 'texinfo.info'. When 'makeinfo' is - running on operating systems such as MS-DOS which impose severe limits - on file names, it may remove some characters from the original file name - to leave enough space for the subfile suffix, thus producing files named - 'texin-10', 'gcc.i12', etc. - - See also the '--output' option in *note Invoking texi2any::. - -  - File: texinfo.info, Node: @settitle, Next: End of Header, Prev: @setfilename, Up: Texinfo File Header - - 3.2.4 '@settitle': Set the Document Title - ----------------------------------------- - - A Texinfo file should contain a line that looks like this: - - @settitle TITLE - - Write the '@settitle' command at the beginning of a line and follow - it on the same line by the title. Do not write anything else on the - line. The '@settitle' command should precede everything that generates - actual output. The best place for it is right after the '@setfilename' - command (described in the previous section). - - This command tells TeX the title to use in a header or footer for - double-sided output, in case such headings are output. For more on - headings for TeX, see *note Heading Generation::. - - In the HTML file produced by 'makeinfo', TITLE serves as the document - ''. It also becomes the default document description in the - '<head>' part (*note @documentdescription::). - - When the title page is used in the output, the title in the - '@settitle' command does not affect the title as it appears on the title - page. Thus, the two do not need not to match exactly. A practice we - recommend is to include the version or edition number of the manual in - the '@settitle' title; on the title page, the version number generally - appears as a '@subtitle' so it would be omitted from the '@title'. - *Note @titlepage::. - -  - File: texinfo.info, Node: End of Header, Prev: @settitle, Up: Texinfo File Header - - 3.2.5 End of Header - ------------------- - - Follow the header lines with an end-of-header line, which is a Texinfo - comment that looks like this: - - @c %**end of header - - *Note Start of Header::. - -  - File: texinfo.info, Node: Document Permissions, Next: Titlepage & Copyright Page, Prev: Texinfo File Header, Up: Beginning and Ending a File - - 3.3 Document Permissions - ======================== - - The copyright notice and copying permissions for a document need to - appear in several places in the various Texinfo output formats. - Therefore, Texinfo provides a command ('@copying') to declare this text - once, and another command ('@insertcopying') to insert the text at - appropriate points. - - This section is about the license of the Texinfo document. If the - document is a software manual, the software is typically under a - different license--for GNU and many other free software packages, - software is usually released under the GNU GPL, and manuals are released - under the GNU FDL. It is helpful to state the license of the software - of the manual, but giving the complete text of the software license is - not necessarily required. - - * Menu: - - * @copying:: Declare the document's copying permissions. - * @insertcopying:: Where to insert the permissions. - -  - File: texinfo.info, Node: @copying, Next: @insertcopying, Up: Document Permissions - - 3.3.1 '@copying': Declare Copying Permissions - --------------------------------------------- - - The '@copying' command should be given very early in the document; the - recommended location is right after the header material (*note Texinfo - File Header::). It conventionally consists of a sentence or two about - what the program is, identification of the documentation itself, the - legal copyright line, and the copying permissions. Here is a skeletal - example: - - @copying - This manual is for PROGRAM (version VERSION, updated - DATE), which ... - - Copyright @copyright{} YEARS COPYRIGHT-OWNER. - - @quotation - Permission is granted to ... - @end quotation - @end copying - - The '@quotation' has no legal significance; it's there to improve - readability in some contexts. - - The text of '@copying' is output as a comment at the beginning of - Info, HTML, XML, and Docbook output files. It is _not_ output - implicitly in plain text or TeX; it's up to you to use '@insertcopying' - to emit the copying information. See the next section for details. - - The '@copyright{}' command generates a 'c' inside a circle when the - output format supports this glyph (print and HTML always do, for - instance). When the glyph is not supported in the output, it generates - the three-character sequence '(C)'. - - The copyright notice itself has the following legally-prescribed - form: - - Copyright (C) YEARS COPYRIGHT-OWNER. - - The word 'Copyright' must always be written in English, even if the - document is otherwise written in another language. This is due to - international law. - - The list of years should include all years in which a version was - completed (even if it was released in a subsequent year). It is - simplest for each year to be written out individually and in full, - separated by commas. - - The copyright owner (or owners) is whoever holds legal copyright on - the work. In the case of works assigned to the FSF, the owner is 'Free - Software Foundation, Inc.'. - - The copyright 'line' may actually be split across multiple lines, - both in the source document and in the output. This often happens for - documents with a long history, having many different years of - publication. If you do use several lines, do not indent any of them (or - anything else in the '@copying' block) in the source file. - - *Note (maintain)Copyright Notices::, for additional information. - *Note GNU Sample Texts::, for the full text to be used in GNU manuals. - *Note GNU Free Documentation License::, for the license itself under - which GNU and other free manuals are distributed. - -  - File: texinfo.info, Node: @insertcopying, Prev: @copying, Up: Document Permissions - - 3.3.2 '@insertcopying': Include Permissions Text - ------------------------------------------------ - - The '@insertcopying' command is simply written on a line by itself, like - this: - - @insertcopying - - This inserts the text previously defined by '@copying'. To meet - legal requirements, it must be used on the copyright page in the printed - manual (*note Copyright::). - - The '@copying' command itself causes the permissions text to appear - in an Info file _before_ the first node. The text is also copied into - the beginning of each split Info output file, as is legally necessary. - This location implies a human reading the manual using Info does _not_ - see this text (except when using the advanced Info command 'g *'), but - this does not matter for legal purposes, because the text is present. - - Similarly, the '@copying' text is automatically included at the - beginning of each HTML output file, as an HTML comment. Again, this - text is not visible (unless the reader views the HTML source). - - The permissions text defined by '@copying' also appears automatically - at the beginning of the XML and Docbook output files. - -  - File: texinfo.info, Node: Titlepage & Copyright Page, Next: Contents, Prev: Document Permissions, Up: Beginning and Ending a File - - 3.4 Title and Copyright Pages - ============================= - - In hard copy output, the manual's name and author are usually printed on - a title page. Copyright information is usually printed on the back of - the title page. - - The title and copyright pages appear in printed manuals, but not in - most other output formats. Because of this, it is possible to use - several slightly obscure typesetting commands that are not to be used in - the main text. In addition, this part of the beginning of a Texinfo - file contains the text of the copying permissions that appears in the - printed manual. - - * Menu: - - * @titlepage:: Create a title for the printed document. - * @titlefont @center @sp:: The '@titlefont', '@center', - and '@sp' commands. - * @title @subtitle @author:: The '@title', '@subtitle', - and '@author' commands. - * Copyright:: How to write the copyright notice and - include copying permissions. - * Heading Generation:: Turn on page headings after the title and - copyright pages. - -  - File: texinfo.info, Node: @titlepage, Next: @titlefont @center @sp, Up: Titlepage & Copyright Page - - 3.4.1 '@titlepage' - ------------------ - - Start the material for the title page and following copyright page with - '@titlepage' on a line by itself and end it with '@end titlepage' on a - line by itself. - - The '@end titlepage' command starts a new page and turns on page - numbering (*note Heading Generation::). All the material that you want - to appear on unnumbered pages should be put between the '@titlepage' and - '@end titlepage' commands. You can force the table of contents to - appear there with the '@setcontentsaftertitlepage' command (*note - Contents::). - - By using the '@page' command you can force a page break within the - region delineated by the '@titlepage' and '@end titlepage' commands and - thereby create more than one unnumbered page. This is how the copyright - page is produced. (The '@titlepage' command might perhaps have been - better named the '@titleandadditionalpages' command, but that would have - been rather long!) - - When you write a manual about a computer program, you should write - the version of the program to which the manual applies on the title - page. If the manual changes more frequently than the program or is - independent of it, you should also include an edition number(1) for the - manual. This helps readers keep track of which manual is for which - version of the program. (The 'Top' node should also contain this - information; see *note The Top Node::.) - - Texinfo provides two main methods for creating a title page. One - method uses the '@titlefont', '@sp', and '@center' commands to generate - a title page in which the words on the page are centered. - - The second method uses the '@title', '@subtitle', and '@author' - commands to create a title page with black rules under the title and - author lines and the subtitle text set flush to the right hand side of - the page. With this method, you do not specify any of the actual - formatting of the title page. You specify the text you want, and - Texinfo does the formatting. - - You may use either method, or you may combine them; see the examples - in the sections below. - - For sufficiently simple documents, and for the bastard title page in - traditional book frontmatter, Texinfo also provides a command - '@shorttitlepage' which takes the rest of the line as the title. The - argument is typeset on a page by itself and followed by a blank page. - - ---------- Footnotes ---------- - - (1) We have found that it is helpful to refer to versions of - independent manuals as 'editions' and versions of programs as - 'versions'; otherwise, we find we are liable to confuse each other in - conversation by referring to both the documentation and the software - with the same words. - -  - File: texinfo.info, Node: @titlefont @center @sp, Next: @title @subtitle @author, Prev: @titlepage, Up: Titlepage & Copyright Page - - 3.4.2 '@titlefont', '@center', and '@sp' - ---------------------------------------- - - You can use the '@titlefont', '@sp', and '@center' commands to create a - title page for a printed document. (This is the first of the two - methods for creating a title page in Texinfo.) - - Use the '@titlefont' command to select a large font suitable for the - title itself. You can use '@titlefont' more than once if you have an - especially long title. - - For HTML output, each '@titlefont' command produces an '<h1>' - heading, but the HTML document '<title>' is not affected. For that, you - must put a '@settitle' command before the '@titlefont' command (*note - @settitle::). - - For example: - - @titlefont{Texinfo} - - Use the '@center' command at the beginning of a line to center the - remaining text on that line. Thus, - - @center @titlefont{Texinfo} - - centers the title, which in this example is "Texinfo" printed in the - title font. - - Use the '@sp' command to insert vertical space. For example: - - @sp 2 - - This inserts two blank lines on the printed page. (*Note @sp::, for - more information about the '@sp' command.) - - A template for this method looks like this: - - @titlepage - @sp 10 - @center @titlefont{NAME-OF-MANUAL-WHEN-PRINTED} - @sp 2 - @center SUBTITLE-IF-ANY - @sp 2 - @center AUTHOR - ... - @end titlepage - - The spacing of the example fits an 8.5 by 11 inch manual. - - You can in fact use these commands anywhere, not just on a title - page, but since they are not logical markup commands, we don't recommend - them. - -  - File: texinfo.info, Node: @title @subtitle @author, Next: Copyright, Prev: @titlefont @center @sp, Up: Titlepage & Copyright Page - - 3.4.3 '@title', '@subtitle', and '@author' - ------------------------------------------ - - You can use the '@title', '@subtitle', and '@author' commands to create - a title page in which the vertical and horizontal spacing is done for - you automatically. This contrasts with the method described in the - previous section, in which the '@sp' command is needed to adjust - vertical spacing. - - Write the '@title', '@subtitle', or '@author' commands at the - beginning of a line followed by the title, subtitle, or author. The - '@author' command may be used for a quotation in an '@quotation' block - (*note @quotation::); except for that, it is an error to use any of - these commands outside of '@titlepage'. - - The '@title' command produces a line in which the title is set flush - to the left-hand side of the page in a larger than normal font. The - title is underlined with a black rule. The title must be given on a - single line in the source file; it will be broken into multiple lines of - output is needed. - - For long titles, the '@*' command may be used to specify the line - breaks in long titles if the automatic breaks do not suit. Such - explicit line breaks are generally reflected in all output formats; if - you only want to specify them for the printed output, use a conditional - (*note Conditionals::). For example: - - @title This Long Title@inlinefmt{tex,@*} Is Broken in @TeX{} - - The '@subtitle' command sets subtitles in a normal-sized font flush - to the right-hand side of the page. - - The '@author' command sets the names of the author or authors in a - middle-sized font flush to the left-hand side of the page on a line near - the bottom of the title page. The names are followed by a black rule - that is thinner than the rule that underlines the title. - - There are two ways to use the '@author' command: you can write the - name or names on the remaining part of the line that starts with an - '@author' command: - - @author by Jane Smith and John Doe - - or you can write the names one above each other by using multiple - '@author' commands: - - @author Jane Smith - @author John Doe - - A template for this method looks like this: - - @titlepage - @title NAME-OF-MANUAL-WHEN-PRINTED - @subtitle SUBTITLE-IF-ANY - @subtitle SECOND-SUBTITLE - @author AUTHOR - @page - ... - @end titlepage - -  - File: texinfo.info, Node: Copyright, Next: Heading Generation, Prev: @title @subtitle @author, Up: Titlepage & Copyright Page - - 3.4.4 Copyright Page - -------------------- - - By international treaty, the copyright notice for a book must be either - on the title page or on the back of the title page. When the copyright - notice is on the back of the title page, that page is customarily not - numbered. Therefore, in Texinfo, the information on the copyright page - should be within '@titlepage' and '@end titlepage' commands. - - Use the '@page' command to cause a page break. To push the copyright - notice and the other text on the copyright page towards the bottom of - the page, use the following incantation after '@page': - - @vskip 0pt plus 1filll - - The '@vskip' command inserts whitespace in the TeX output; it is ignored - in all other output formats. The '0pt plus 1filll' means to put in zero - points of mandatory whitespace, and as much optional whitespace as - needed to push the following text to the bottom of the page. Note the - use of three 'l's in the word 'filll'; this is correct. - - To insert the copyright text itself, write '@insertcopying' next - (*note Document Permissions::): - - @insertcopying - - Follow the copying text by the publisher, ISBN numbers, cover art - credits, and other such information. - - Here is an example putting all this together: - - @titlepage - ... - @page - @vskip 0pt plus 1filll - @insertcopying - - Published by ... - - Cover art by ... - @end titlepage - - We have one more special case to consider: for plain text output, you - must insert the copyright information explicitly if you want it to - appear. For instance, you could have the following after the copyright - page: - - @ifplaintext - @insertcopying - @end ifplaintext - - You could include other title-like information for the plain text - output in the same place. - -  - File: texinfo.info, Node: Heading Generation, Prev: Copyright, Up: Titlepage & Copyright Page - - 3.4.5 Heading Generation - ------------------------ - - Like all '@end' commands (*note Quotations and Examples::), the '@end - titlepage' command must be written at the beginning of a line by itself, - with only one space between the '@end' and the 'titlepage'. It not only - marks the end of the title and copyright pages, but also causes TeX to - start generating page headings and page numbers. - - Texinfo has two standard page heading formats, one for documents - printed on one side of each sheet of paper (single-sided printing), and - the other for documents printed on both sides of each sheet - (double-sided printing). - - In full generality, you can control the headings in different ways: - - * The conventional way is to write a '@setchapternewpage' command - before the title page commands, if required, and then have the - '@end titlepage' command start generating page headings in the - manner desired. - - Most documents are formatted with the standard single-sided or - double-sided headings, (sometimes) using '@setchapternewpage odd' - for double-sided printing and (almost always) no - '@setchapternewpage' command for single-sided printing (*note - @setchapternewpage::). - - * Alternatively, you can use the '@headings' command to prevent page - headings from being generated or to start them for either single or - double-sided printing. Write a '@headings' command immediately - after the '@end titlepage' command. To turn off headings, write - '@headings off'. *Note @headings::. - - * Or, you may specify your own page heading and footing format. - *Note Headings::. - -  - File: texinfo.info, Node: Contents, Next: The Top Node, Prev: Titlepage & Copyright Page, Up: Beginning and Ending a File - - 3.5 Generating a Table of Contents - ================================== - - The '@chapter', '@section', and other structuring commands (*note - Chapter Structuring::) supply the information to make up a table of - contents, but they do not cause an actual table to appear in the manual. - To do this, you must use the '@contents' and/or '@summarycontents' - command(s). - - '@contents' - Generates a table of contents in a printed manual, including all - chapters, sections, subsections, etc., as well as appendices and - unnumbered chapters. Headings generated by '@majorheading', - '@chapheading', and the other '@...heading' commands do not appear - in the table of contents (*note Structuring Command Types::). - - '@shortcontents' - '@summarycontents' - ('@summarycontents' is a synonym for '@shortcontents'.) - - Generates a short or summary table of contents that lists only the - chapters, appendices, and unnumbered chapters. Sections, - subsections and subsubsections are omitted. Only a long manual - needs a short table of contents in addition to the full table of - contents. - - Both contents commands should be written on a line by themselves, and - placed near the beginning of the file, after the '@end titlepage' (*note - @titlepage::), before any sectioning command. The contents commands - automatically generate a chapter-like heading at the top of the first - table of contents page, so don't include any sectioning command such as - '@unnumbered' before them. - - Since an Info file uses menus instead of tables of contents, the Info - formatting commands ignore the contents commands. But the contents are - included in plain text output (generated by 'makeinfo --plaintext') and - in other output formats, such as HTML. - - When 'makeinfo' writes a short table of contents while producing HTML - output, the links in the short table of contents point to corresponding - entries in the full table of contents rather than the text of the - document. The links in the full table of contents point to the main - text of the document. - -  - File: texinfo.info, Node: The Top Node, Next: Global Document Commands, Prev: Contents, Up: Beginning and Ending a File - - 3.6 The 'Top' Node and Master Menu - ================================== - - The 'Top' node is the node in which a reader enters an Info manual. As - such, it should begin with a brief description of the manual (including - the version number), and end with a master menu for the whole manual. - Of course you should include any other general information you feel a - reader would find helpful. - - It is conventional and desirable to write a '@top' sectioning command - line containing the title of the document immediately after the '@node - Top' line (*note @top Command::). - - The contents of the 'Top' node should appear only in the online - output; none of it should appear in printed output, so enclose it - between '@ifnottex' and '@end ifnottex' commands. (TeX does not print - either an '@node' line or a menu; they appear only in Info; strictly - speaking, you are not required to enclose these parts between - '@ifnottex' and '@end ifnottex', but it is simplest to do so. *Note - Conditionally Visible Text: Conditionals.) - - * Menu: - - * Top Node Example:: - * Master Menu Parts:: - -  - File: texinfo.info, Node: Top Node Example, Next: Master Menu Parts, Up: The Top Node - - 3.6.1 Top Node Example - ---------------------- - - Here is an example of a Top node. - - @ifnottex - @node Top - @top Sample Title - - This is the text of the top node. - @end ifnottex - - Additional general information. - - @menu - * First Chapter:: - * Second Chapter:: - ... - * Index:: - @end menu - -  - File: texinfo.info, Node: Master Menu Parts, Prev: Top Node Example, Up: The Top Node - - 3.6.2 Parts of a Master Menu - ---------------------------- - - A "master menu" is the main menu. It is customary to include a detailed - menu listing all the nodes in the document in this menu. - - Like any other menu, a master menu is enclosed in '@menu' and '@end - menu' and does not appear in the printed output. - - Generally, a master menu is divided into parts. - - * The first part contains the major nodes in the Texinfo file: the - nodes for the chapters, chapter-like sections, and the appendices. - - * The second part contains nodes for the indices. - - * The third and subsequent parts contain a listing of the other, - lower-level nodes, often ordered by chapter. This way, rather than - go through an intermediary menu, an inquirer can go directly to a - particular node when searching for specific information. These - menu items are not required; add them if you think they are a - convenience. If you do use them, put '@detailmenu' before the - first one, and '@end detailmenu' after the last; otherwise, - 'makeinfo' will get confused. - - Each section in the menu can be introduced by a descriptive line. So - long as the line does not begin with an asterisk, it will not be treated - as a menu entry. (*Note Writing a Menu::, for more information.) - - For example, the master menu for this manual looks like the following - (but has many more entries): - - @menu - * Copying Conditions:: Your rights. - * Overview:: Texinfo in brief. - ... - * Command and Variable Index:: - * General Index:: - - @detailmenu - --- The Detailed Node Listing --- - - Overview of Texinfo - - * Reporting Bugs:: ... - ... - - Beginning a Texinfo File - - * Sample Beginning:: ... - ... - @end detailmenu - @end menu - -  - File: texinfo.info, Node: Global Document Commands, Next: Ending a File, Prev: The Top Node, Up: Beginning and Ending a File - - 3.7 Global Document Commands - ============================ - - Besides the basic commands mentioned in the previous sections, here are - additional commands which affect the document as a whole. They are - generally all given before the Top node, if they are given at all. - - * Menu: - - * @documentdescription:: Document summary for the HTML output. - * @setchapternewpage:: Start chapters on right-hand pages. - * @headings:: An option for turning headings on and off - and double or single sided printing. - * @paragraphindent:: Specify paragraph indentation. - * @firstparagraphindent:: Suppressing first paragraph indentation. - * @exampleindent:: Specify environment indentation. - -  - File: texinfo.info, Node: @documentdescription, Next: @setchapternewpage, Up: Global Document Commands - - 3.7.1 '@documentdescription': Summary Text - ------------------------------------------ - - When producing HTML output for a document, 'makeinfo' writes a '<meta>' - element in the '<head>' to give some idea of the content of the - document. By default, this "description" is the title of the document, - taken from the '@settitle' command (*note @settitle::). To change this, - use the '@documentdescription' environment, as in: - - @documentdescription - descriptive text. - @end documentdescription - - This will produce the following output in the '<head>' of the HTML: - - <meta name=description content="descriptive text."> - - '@documentdescription' must be specified before the first node of the - document. - -  - File: texinfo.info, Node: @setchapternewpage, Next: @headings, Prev: @documentdescription, Up: Global Document Commands - - 3.7.2 '@setchapternewpage': Blank Pages Before Chapters - ------------------------------------------------------- - - In an officially bound book, text is usually printed on both sides of - the paper, chapters start on right-hand pages, and right-hand pages have - odd numbers. But in short reports, text often is printed only on one - side of the paper. Also in short reports, chapters sometimes do not - start on new pages, but are printed on the same page as the end of the - preceding chapter, after a small amount of vertical whitespace. - - You can use the '@setchapternewpage' command with various arguments - to specify how TeX should start chapters and whether it should format - headers for printing on one or both sides of the paper (single-sided or - double-sided printing). - - Write the '@setchapternewpage' command at the beginning of a line - followed by its argument. - - For example, you would write the following to cause each chapter to - start on a fresh odd-numbered page: - - @setchapternewpage odd - - You can specify one of three alternatives with the - '@setchapternewpage' command: - - '@setchapternewpage off' - Cause TeX to typeset a new chapter on the same page as the last - chapter, after skipping some vertical whitespace. Also, cause TeX - to format page headers for single-sided printing. - - '@setchapternewpage on' - Cause TeX to start new chapters on new pages and to format page - headers for single-sided printing. This is the form most often - used for short reports or personal printing. This is the default. - - '@setchapternewpage odd' - Cause TeX to start new chapters on new, odd-numbered pages - (right-handed pages) and to typeset for double-sided printing. - This is the form most often used for books and manuals. - - Texinfo does not have a '@setchapternewpage even' command, because - there is no printing tradition of starting chapters or books on an - even-numbered page. - - If you don't like the default headers that '@setchapternewpage' sets, - you can explicit control them with the '@headings' command. *Note - @headings::. - - At the beginning of a manual or book, pages are not numbered--for - example, the title and copyright pages of a book are not numbered. By - convention, table of contents and frontmatter pages are numbered with - roman numerals and not in sequence with the rest of the document. - - The '@setchapternewpage' has no effect in output formats that do not - have pages, such as Info and HTML. - - We recommend not including any '@setchapternewpage' command in your - document source at all, since such desired pagination is not intrinsic - to the document. For a particular hard copy run, if you don't want the - default output (no blank pages, same headers on all pages) use the - '--texinfo' option to 'texi2dvi' to specify the output you want. - -  - File: texinfo.info, Node: @headings, Next: @paragraphindent, Prev: @setchapternewpage, Up: Global Document Commands - - 3.7.3 The '@headings' Command - ----------------------------- - - The '@headings' command is rarely used. It specifies what kind of page - headings and footings to print on each page. Usually, this is - controlled by the '@setchapternewpage' command. You need the - '@headings' command only if the '@setchapternewpage' command does not do - what you want, or if you want to turn off predefined page headings prior - to defining your own. Write a '@headings' command immediately after the - '@end titlepage' command. - - You can use '@headings' as follows: - - '@headings off' - Turn off printing of page headings. - - '@headings single' - Turn on page headings appropriate for single-sided printing. - - '@headings double' - Turn on page headings appropriate for double-sided printing. - - '@headings singleafter' - '@headings doubleafter' - Turn on 'single' or 'double' headings, respectively, after the - current page is output. - - '@headings on' - Turn on page headings: 'single' if '@setchapternewpage on', - 'double' otherwise. - - For example, suppose you write '@setchapternewpage off' before the - '@titlepage' command to tell TeX to start a new chapter on the same page - as the end of the last chapter. This command also causes TeX to typeset - page headers for single-sided printing. To cause TeX to typeset for - double sided printing, write '@headings double' after the '@end - titlepage' command. - - You can stop TeX from generating any page headings at all by writing - '@headings off' on a line of its own immediately after the line - containing the '@end titlepage' command, like this: - - @end titlepage - @headings off - - The '@headings off' command overrides the '@end titlepage' command, - which would otherwise cause TeX to print page headings. - - You can also specify your own style of page heading and footing. - *Note Page Headings: Headings, for more information. - -  - File: texinfo.info, Node: @paragraphindent, Next: @firstparagraphindent, Prev: @headings, Up: Global Document Commands - - 3.7.4 '@paragraphindent': Controlling Paragraph Indentation - ----------------------------------------------------------- - - The Texinfo processors may insert whitespace at the beginning of the - first line of each paragraph, thereby indenting that paragraph. You can - use the '@paragraphindent' command to specify this indentation. Write a - '@paragraphindent' command at the beginning of a line followed by either - 'asis' or a number: - - @paragraphindent INDENT - - The indentation is according to the value of INDENT: - - 'asis' - Do not change the existing indentation (not implemented in TeX). - - 'none' - 0 - Omit all indentation. - - N - Indent by N space characters in Info output, by N ems in TeX. - - The default value of INDENT is 3. '@paragraphindent' is ignored for - HTML output. - - It is best to write the '@paragraphindent' command before the - end-of-header line at the beginning of a Texinfo file, so the region - formatting commands indent paragraphs as specified. *Note Start of - Header::. - -  - File: texinfo.info, Node: @firstparagraphindent, Next: @exampleindent, Prev: @paragraphindent, Up: Global Document Commands - - 3.7.5 '@firstparagraphindent': Indenting After Headings - ------------------------------------------------------- - - As you can see in the present manual, the first paragraph in any section - is not indented by default. Typographically, indentation is a paragraph - separator, which means that it is unnecessary when a new section begins. - This indentation is controlled with the '@firstparagraphindent' command: - - @firstparagraphindent WORD - - The first paragraph after a heading is indented according to the - value of WORD: - - 'none' - Prevents the first paragraph from being indented (default). This - option is ignored by 'makeinfo' if '@paragraphindent asis' is in - effect. - - 'insert' - Include normal paragraph indentation. This respects the paragraph - indentation set by a '@paragraphindent' command (*note - @paragraphindent::). - - '@firstparagraphindent' is ignored for HTML and Docbook output. - - It is best to write the '@firstparagraphindent' command before the - end-of-header line at the beginning of a Texinfo file, so the region - formatting commands indent paragraphs as specified. *Note Start of - Header::. - -  - File: texinfo.info, Node: @exampleindent, Prev: @firstparagraphindent, Up: Global Document Commands - - 3.7.6 '@exampleindent': Environment Indenting - --------------------------------------------- - - The Texinfo processors indent each line of '@example' and similar - environments. You can use the '@exampleindent' command to specify this - indentation. Write an '@exampleindent' command at the beginning of a - line followed by either 'asis' or a number: - - @exampleindent INDENT - - The indentation is according to the value of INDENT: - - 'asis' - Do not change the existing indentation (not implemented in TeX). - - 0 - Omit all indentation. - - N - Indent environments by N space characters in Info output, by N ems - in TeX. - - The default value of INDENT is 5 spaces in Info, and 0.4in in TeX, - which is somewhat less. (The reduction is to help TeX fit more - characters onto physical lines.) - - It is best to write the '@exampleindent' command before the - end-of-header line at the beginning of a Texinfo file, so the region - formatting commands indent paragraphs as specified. *Note Start of - Header::. - -  - File: texinfo.info, Node: Ending a File, Prev: Global Document Commands, Up: Beginning and Ending a File - - 3.8 Ending a Texinfo File - ========================= - - The end of a Texinfo file should include commands to create indices - (*note Printing Indices & Menus::), and the '@bye' command to mark the - last line to be processed. For example: - - @node Index - @unnumbered Index - - @printindex cp - - @bye - - An '@bye' command terminates Texinfo processing. None of the - formatters process anything following '@bye'; any such text is - completely ignored. The '@bye' command should be on a line by itself. - - Thus, if you wish, you may follow the '@bye' line with arbitrary - notes. Also, you may follow the '@bye' line with a local variables list - for Emacs, most typically a 'compile-command' (*note Using the Local - Variables List: Compile-Command.). - -  - File: texinfo.info, Node: Nodes, Next: Chapter Structuring, Prev: Beginning and Ending a File, Up: Top - - 4 Nodes - ******* - - A "node" is a region of text that begins at a '@node' command, and - continues until the next '@node' command. To specify a node, write a - '@node' command at the beginning of a line, and follow it with the name - of the node. Each node contains the discussion of one topic. Info - readers display one node at a time, and provide commands for the user to - move to related nodes. The HTML output can be similarly navigated. - - Nodes are used as the targets of cross-references. Cross-references, - such as the one at the end of this sentence, are made with '@xref' and - related commands; see *note Cross References::. Cross-references can be - sprinkled throughout the text, and provide a way to represent links that - do not fit a hierarchical structure. - - Normally, you put a node command immediately before each chapter - structuring command--for example, an '@section' or '@subsection' line. - (*Note Chapter Structuring::.). You must do this even if you do not - intend to format the file for Info. This is because TeX uses both - '@node' names and chapter-structuring names in the output for - cross-references. The only time you are likely to use the chapter - structuring commands without also using nodes is if you are writing a - document that contains no cross references and will only be printed, not - transformed into Info, HTML, or other formats. - - * Menu: - - * Texinfo Document Structure:: Double structure of documents. - * Node Names:: How to choose node names. - * Writing a Node:: How to write an '@node' line. - * Node Line Requirements:: Keep names unique. - * First Node:: How to write a 'Top' node. - * @top Command:: How to use the '@top' command. - * Node Menu Illustration:: A diagram, and sample nodes and menus. - * makeinfo Pointer Creation:: Letting makeinfo determine node pointers. - * Menus:: Listing subordinate nodes. - -  - File: texinfo.info, Node: Texinfo Document Structure, Next: Node Names, Up: Nodes - - 4.1 Texinfo Document Structure - ============================== - - Nodes can contain "menus", which contain the names of "child nodes" - within the parent node; for example, a node corresponding to a chapter - would have a menu of the sections in that chapter. The menus allow the - user to move to the child nodes in a natural way in the online output. - - In addition, nodes contain "node pointers" that name other nodes. - The 'Next' and 'Previous' pointers form nodes at the same sectioning - level into a chain. As you might imagine, the 'Next' pointer links to - the next node, and the 'Previous' pointer links to the previous node. - Thus, for example, all the nodes that are at the level of sections - within a chapter are linked together, and the order in this chain is the - same as the order of the children in the menu of the parent chapter. - Each child node records the parent node name as its 'Up' pointer. - - The Info and HTML output from 'makeinfo' for each node includes links - to the 'Next', 'Previous', and 'Up' nodes. The HTML also uses the - 'accesskey' attribute with the values 'n', 'p', and 'u' respectively. - This allows people using web browsers to follow the navigation using - (typically) 'M-LETTER', e.g., 'M-n' for the 'Next' node, from anywhere - within the node. Node pointers and menus provide structure for Info - files just as chapters, sections, subsections, and the like provide - structure for printed books. The two structures are theoretically - distinct; in practice, however, the tree structure of printed books is - essentially always used for the node and menu structure also, as this - leads to a document which is easiest to follow. *Note Texinfo Document - Structure::. - - Typically, the sectioning structure and the node structure are - completely parallel, with one node for each chapter, section, etc., and - with the nodes following the same hierarchical arrangement as the - sectioning. Thus, if a node is at the logical level of a chapter, its - child nodes are at the level of sections; similarly, the child nodes of - sections are at the level of subsections. - - Although it is technically possible to create Texinfo documents with - only one structure or the other, or for the two structures not to be - parallel, or for either the sectioning or node structure to be - abnormally formed, etc., this is _not at all recommended_. To the best - of our knowledge, all the Texinfo manuals currently in general use do - follow the conventional parallel structure. - -  - File: texinfo.info, Node: Node Names, Next: Writing a Node, Prev: Texinfo Document Structure, Up: Nodes - - 4.2 Choosing Node Names - ======================= - - The name of a node identifies the node. For all the details of node - names, *note Node Line Requirements::). - - Here are some suggestions for node names: - - * Try to pick node names that are informative but short. - - In the Info file, the file name, node name, and pointer names are - all inserted on one line, which may run into the right edge of the - window. (This does not cause a problem with Info, but is ugly.) - - * Try to pick node names that differ from each other near the - beginnings of their names. This way, it is easy to use automatic - name completion in Info. - - * Conventionally, node names are capitalized in the same way as - section and chapter titles. In this manual, initial and - significant words are capitalized; others are not. In other - manuals, just initial words and proper nouns are capitalized. - Either way is fine; we recommend just being consistent. - - Because node names are used in cross-references, it is not desirable - to casually change them once published. Such name changes invalidate - references from other manuals, from mail archives, and so on. *Note - HTML Xref Link Preservation::. - - The pointers from a given node enable you to reach other nodes and - consist simply of the names of those nodes. The pointers are usually - not specified explicitly, as 'makeinfo' can determine them (*note - makeinfo Pointer Creation::). - - Normally, a node's 'Up' pointer contains the name of the node whose - menu mentions that node. The node's 'Next' pointer contains the name of - the node that follows the present node in that menu and its 'Previous' - pointer contains the name of the node that precedes it in that menu. - When a node's 'Previous' node is the same as its 'Up' node, both - pointers name the same node. - - Usually, the first node of a Texinfo file is the 'Top' node, and its - 'Up' pointer points to the 'dir' file, which contains the main menu for - all of Info. - -  - File: texinfo.info, Node: Writing a Node, Next: Node Line Requirements, Prev: Node Names, Up: Nodes - - 4.3 Writing an '@node' Line - =========================== - - The easiest way to write an '@node' line is to write '@node' at the - beginning of a line and then the name of the node, like this: - - @node NODE-NAME - - After you have inserted an '@node' line, you should immediately write - an @-command for the chapter or section and insert its name. Next (and - this is important!), put in several index entries. Usually, you will - find at least two and often as many as four or five ways of referring to - the node in the index. Use them all. This will make it much easier for - people to find the node. - - If you wish, you can ignore '@node' lines altogether in your first - draft and then use the 'texinfo-insert-node-lines' command to create - '@node' lines for you. However, we do not recommend this practice. It - is better to name the node itself at the same time that you write a - segment so you can easily make cross-references. Useful - cross-references are an especially important feature of a good Texinfo - manual. - - Even when you explicitly specify all pointers, you cannot write the - nodes in the Texinfo source file in an arbitrary order! Because - formatters must process the file sequentially, irrespective of node - pointers, you must write the nodes in the order you wish them to appear - in the output. For Info format one can imagine that the order may not - matter, but it matters for the other formats. - - You may optionally follow the node name argument to '@node' with up - to three optional arguments on the rest of the same line, separating the - arguments with commas. These are the names of the 'Next', 'Previous', - and 'Up' pointers, in that order. We recommend omitting them if your - Texinfo document is hierarchically organized, as virtually all are - (*note makeinfo Pointer Creation::). - - Any spaces before or after each name on the '@node' line are ignored. - - The template for a fully-written-out node line with 'Next', - 'Previous', and 'Up' pointers looks like this: - - @node NODE-NAME, NEXT, PREVIOUS, UP - - The NODE-NAME argument must be present, but the others are optional. - If you wish to specify some but not others, just insert commas as - needed, as in: '@node mynode,,,uppernode'. However, we recommend - leaving off all the pointers and letting 'makeinfo' determine them. - - If you are using GNU Emacs, you can use the update node commands - provided by Texinfo mode to insert the names of the pointers; or - (recommended), you can leave the pointers out of the Texinfo file and - let 'makeinfo' insert node pointers into the Info file it creates. - (*Note Texinfo Mode::, and *note makeinfo Pointer Creation::.) - - Alternatively, you can insert the 'Next', 'Previous', and 'Up' - pointers yourself. If you do this, you may find it helpful to use the - Texinfo mode keyboard command 'C-c C-c n'. This command inserts '@node' - and a comment line listing the names of the pointers in their proper - order. The comment line helps you keep track of which arguments are for - which pointers. This comment line is especially useful if you are not - familiar with Texinfo. - -  - File: texinfo.info, Node: Node Line Requirements, Next: First Node, Prev: Writing a Node, Up: Nodes - - 4.4 '@node' Line Requirements - ============================= - - Names used with '@node' have several requirements: - - * All the node names in a single Texinfo file must be unique. - - This means, for example, that if you end every chapter with a - summary, you must name each summary node differently. You cannot - just call them all "Summary". You may, however, duplicate the - titles of chapters, sections, and the like. Thus you can end each - chapter with a section called "Summary", so long as the node names - for those sections are all different. - - * Node names can contain @-commands. The output is generally the - natural result of the command; for example, using '@TeX{}' in a - node name results in the TeX logo being output, as it would be in - normal text. Cross-references should use '@TeX{}' just as the node - name does. - - For Info and HTML output, especially, it is necessary to expand - commands to some sequence of plain characters; for instance, - '@TeX{}' expands to the three letters 'TeX' in the Info node name. - However, cross-references to the node should not take the - "shortcut" of using 'TeX'; stick to the actual node name, commands - and all. - - Some commands do not make sense in node names; for instance, - environments (e.g., '@quotation'), commands that read a whole line - as their argument (e.g., '@sp'), and plenty of others. - - For the complete list of commands that are allowed, and their - expansion for HTML identifiers and file names, *note HTML Xref - Command Expansion::. The expansions for Info are generally given - with main the description of the command. - - Prior to the Texinfo 5 release in 2013, this feature was supported - in an ad hoc way (the '--commands-in-node-names' option to - 'makeinfo'). Now it is part of the language. - - * Unfortunately, you cannot reliably use periods, commas, or colons - within a node name; these can confuse the Info reader. Also, a - node name may not start with a left parenthesis preceding a right - parenthesis, as in '(not)allowed', since this syntax is used to - specify an external manual. (Perhaps these limitations will be - removed some day.) - - 'makeinfo' warns about such problematic usage in node names, menu - items, and cross-references. If you don't want to see the - warnings, you can set the customization variable - 'INFO_SPECIAL_CHARS_WARNING' to '0' (*note Other Customization - Variables::). - - Also, if you insist on using these characters in node names - (accepting the resulting substandard Info output), in order not to - confuse the Texinfo processors you must still escape those - characters, by using either special insertions (*note Inserting a - Comma::) or '@asis' (*note @asis::). For example: - - @node foo@asis{::}bar - - As an example of avoiding the special characters, the following is - a section title in this manual: - - @section @code{@@unnumbered}, @code{@@appendix}: ... - - But the corresponding node name lacks the commas and the subtitle: - - @node @unnumbered @appendix - - * Case is significant in node names. - - * Spaces before and after names on the '@node' line are ignored. - Multiple whitespace characters "inside" a name are collapsed to a - single space. For example: - - @node foo bar - @node foo bar, - @node foo bar , - @node foo bar, - @node foo bar , - - all define the same node, namely 'foo bar'. In menu entries, this - is the name that should be used: no leading or trailing spaces, and - a single internal space. (For cross-references, the node name used - in the Texinfo sources is automatically normalized in this way.) - - * The next/previous/up pointers on '@node' lines must be the names of - nodes. (It's recommended to leave out these explicit node pointer - names, which automatically avoids any problem here; *note makeinfo - Pointer Creation::.) - -  - File: texinfo.info, Node: First Node, Next: @top Command, Prev: Node Line Requirements, Up: Nodes - - 4.5 The First Node - ================== - - The first node of a Texinfo file is the "Top" node, except in an - included file (*note Include Files::). The Top node should contain a - short summary, copying permissions, and a master menu. *Note The Top - Node::, for more information on the Top node contents and examples. - - Here is a description of the node pointers to be used in the Top - node: - - * The Top node (which must be named 'top' or 'Top') should have as - its 'Up' node the name of a node in another file, where there is a - menu that leads to this file. Specify the file name in - parentheses. - - Usually, all Info files are available through a single virtual Info - tree, constructed from multiple directories. In this case, use - '(dir)' as the parent of the Top node; this specifies the top-level - node in the 'dir' file, which contains the main menu for the Info - system as a whole. (Each directory with Info files is intended to - contain a file named 'dir'.) - - That's fine for Info, but for HTML output, one might well want the - Up link from the Top node to go somewhere other than 'dir.html'. - For example, for GNU the natural place would be - <http://www.gnu.org/manual/> (a web page collecting links to most - GNU manuals), better specified as just '/manual/' if the manual - will be installed on 'www.gnu.org'. This can be specified with the - 'TOP_NODE_UP_URL' customization variable (*note HTML Customization - Variables::), as in - - $ makeinfo --html -c TOP_NODE_UP_URL=/manual/ ... - - All links to '(dir)' will be replaced by the given url. - - * The 'Prev' node of the Top node is usually either omitted or also - set to '(dir)'. Either is fine. - - * The 'Next' node of the Top node should be the first chapter in your - document. - - *Note Installing an Info File::, for more information about - installing an Info file in the 'info' directory. - - It is usually best to leave the pointers off entirely and let the - tools implicitly define them, with this simple result: - - @node Top - -  - File: texinfo.info, Node: @top Command, Next: Node Menu Illustration, Prev: First Node, Up: Nodes - - 4.6 The '@top' Sectioning Command - ================================= - - The '@top' command is a special sectioning command that you should only - use after a '@node Top' line at the beginning of a Texinfo file. The - '@top' command tells the 'makeinfo' formatter which node is to be used - as the root of the node tree. - - It produces the same sort of output as '@unnumbered' (*note - @unnumbered @appendix::). - - The '@top' node is conventionally wrapped in an '@ifnottex' - conditional so that it will not appear in TeX output (*note - Conditionals::). Thus, in practice, a Top node usually looks like this: - - @ifnottex - @node Top - @top YOUR-MANUAL-TITLE - - VERY-HIGH-LEVEL-SUMMARY - @end ifnottex - - '@top' is ignored when raising or lowering sections. That is, it is - never lowered and nothing can be raised to it (*note Raise/lower - sections::). - -  - File: texinfo.info, Node: Node Menu Illustration, Next: makeinfo Pointer Creation, Prev: @top Command, Up: Nodes - - 4.7 Node and Menu Illustration - ============================== - - Here is a diagram that illustrates a Texinfo file with three chapters, - each of which contains two sections. - - The "root" is at the top of the diagram and the "leaves" are at the - bottom. This is how such a diagram is drawn conventionally; it - illustrates an upside-down tree. For this reason, the root node is - called the 'Top' node, and 'Up' node pointers carry you closer to the - root. - - Top - | - ------------------------------------- - | | | - Chapter 1 Chapter 2 Chapter 3 - | | | - -------- -------- -------- - | | | | | | - Section Section Section Section Section Section - 1.1 1.2 2.1 2.2 3.1 3.2 - - Using explicit pointers (not recommended, but for shown for purposes - of the example), the fully-written command to start Chapter 2 would be - this: - - @node Chapter 2, Chapter 3, Chapter 1, Top - @comment node-name, next, previous, up - - This '@node' line says that the name of this node is "Chapter 2", the - name of the 'Next' node is "Chapter 3", the name of the 'Previous' node - is "Chapter 1", and the name of the 'Up' node is "Top". You can (and - should) omit writing out these node names if your document is - hierarchically organized (*note makeinfo Pointer Creation::), but the - pointer relationships still obtain. - - Note: 'Next' and 'Previous' refer to nodes at the _same - hierarchical level_ in the manual, not necessarily to the next node - within the Texinfo file. In the Texinfo file, the subsequent node - may be at a lower level--a section-level node most often follows a - chapter-level node, for example. (The 'Top' node contains the - exception to this rule. Since the 'Top' node is the only node at - that level, 'Next' refers to the first following node, which is - almost always a chapter or chapter-level node.) - - To go to Sections 2.1 and 2.2 using Info, you need a menu inside - Chapter 2. (*Note Menus::.) You would write the menu just before the - beginning of Section 2.1, like this: - - @menu - * Sect. 2.1:: Description of this section. - * Sect. 2.2:: Description. - @end menu - - Using explicit pointers, the node for Sect. 2.1 is written like this: - - @node Sect. 2.1, Sect. 2.2, Chapter 2, Chapter 2 - @comment node-name, next, previous, up - - In Info format, the 'Next' and 'Previous' pointers of a node usually - lead to other nodes at the same level--from chapter to chapter or from - section to section (sometimes, as shown, the 'Previous' pointer points - up); an 'Up' pointer usually leads to a node at the level above (closer - to the 'Top' node); and a 'Menu' leads to nodes at a level below (closer - to 'leaves'). (A cross-reference can point to a node at any level; see - *note Cross References::.) - - A '@node' command and a chapter structuring command are - conventionally used together, in that order, often followed by indexing - commands. (As shown in the example above, you may follow the '@node' - line with a comment line, e.g., to show which pointer is which if - explicit pointers are used.) The Texinfo processors use this construct - to determine the relationships between nodes and sectioning commands. - - Here is the beginning of the chapter in this manual called "Ending a - Texinfo File". This shows an '@node' line followed by an '@chapter' - line, and then by indexing lines. - - @node Ending a File - @chapter Ending a Texinfo File - @cindex Ending a Texinfo file - @cindex Texinfo file ending - @cindex File ending - - An earlier version of the manual used explicit node pointers. Here - is the beginning of the same chapter for that case. This shows an - '@node' line followed by a comment line, a '@chapter' line, and then by - indexing lines. - - @node Ending a File, Structuring, Beginning a File, Top - @comment node-name, next, previous, up - @chapter Ending a Texinfo File - @cindex Ending a Texinfo file - ... - -  - File: texinfo.info, Node: makeinfo Pointer Creation, Next: Menus, Prev: Node Menu Illustration, Up: Nodes - - 4.8 'makeinfo' Pointer Creation - =============================== - - The 'makeinfo' program can automatically determine node pointers for a - hierarchically organized document. This implicit node pointer creation - feature in 'makeinfo' relieves you from the need to update menus and - pointers manually or with Texinfo mode commands. (*Note Updating Nodes - and Menus::.) We highly recommend taking advantage of this. - - To do so, write your '@node' lines with just the name of the node: - - @node My Node - - You do not need to write out the 'Next', 'Previous', and 'Up' pointers. - - Then, you must write a sectioning command, such as '@chapter' or - '@section', on the line immediately following each truncated '@node' - line (except that comment lines may intervene). This is where it - normally goes. - - Also, you must write the name of each node (except for the 'Top' - node) in a menu that is one or more hierarchical levels above the node's - level. - - Finally, you must follow the 'Top' '@node' line with a line beginning - with '@top' to mark the top-level node in the file. *Note @top - Command::. - - If you use a detailed menu in your master menu (*note Master Menu - Parts::), mark it with the '@detailmenu ... @end detailmenu' - environment, or 'makeinfo' will get confused, typically about the last - and/or first node in the document. - - In most cases, you will want to take advantage of this feature and - not redundantly specify node pointers that the programs can determine. - However, Texinfo documents are not required to be organized - hierarchically or in fact to contain sectioning commands at all (for - example, if you never intend the document to be printed), so node - pointers may still be specified explicitly, in full generality. - -  - File: texinfo.info, Node: Menus, Prev: makeinfo Pointer Creation, Up: Nodes - - 4.9 Menus - ========= - - "Menus" contain pointers to subordinate nodes. In online output, you - use menus to go to such nodes. Menus have no effect in printed manuals - and do not appear in them. - - * Menu: - - * Writing a Menu:: What is a menu? - * Menu Example:: Two and three part menu entries. - * Menu Location:: Menus go at the ends of nodes. - * Menu Parts:: A menu entry has three parts. - * Less Cluttered Menu Entry:: Two part menu entry. - * Other Info Files:: How to refer to a different Info file. - -  - File: texinfo.info, Node: Writing a Menu, Next: Menu Example, Up: Menus - - 4.9.1 Writing a Menu - -------------------- - - A menu consists of a '@menu' command on a line by itself, followed by - menu entry lines or menu comment lines, and then followed by an '@end - menu' command on a line by itself. - - A menu looks like this: - - @menu - Larger Units of Text - - * Files:: All about handling files. - * Multiples: Buffers. Multiple buffers; editing - several files at once. - @end menu - - In a menu, every line that begins with an '* ' is a "menu entry". - (Note the space after the asterisk.) - - A line that does not start with an '* ' may also appear in a menu. - Such a line is not a menu entry but rather a "menu comment" line that - appears in the Info file. In the example above, the line 'Larger Units - of Text' is such a menu comment line; the two lines starting with '* ' - are menu entries. - - Technically, menus can carry you to any node, regardless of the - structure of the document; even to nodes in a different Info file. - However, we do not recommend making use of this, because it is hard for - readers to follow. Also, the 'makeinfo' implicit pointer creation - feature (*note makeinfo Pointer Creation::) and GNU Emacs Texinfo mode - updating commands work only to create menus of subordinate nodes in a - hierarchically structured document. It is much better to use - cross-references to refer to arbitrary nodes. - - 'makeinfo' can automatically generate menus in nodes for Info and - HTML output, based on the chapter structure of the document. To specify - that you want it to do this, place the line '@validatemenus off' near - the beginning of the document. - - In Info, a user selects a node with the 'm' ('Info-menu') command. - The menu entry name is what the user types after the 'm' command. In - the HTML output from 'makeinfo', the 'accesskey' attribute is used with - the values '1'...'9' for the first nine entries. This allows people - using web browsers to follow the first menu entries using (typically) - 'M-DIGIT', e.g., 'M-1' for the first entry. - -  - File: texinfo.info, Node: Menu Example, Next: Menu Location, Prev: Writing a Menu, Up: Menus - - 4.9.2 A Menu Example - -------------------- - - A menu looks like this in Texinfo: - - @menu - * menu entry name: Node name. A short description. - * Node name:: This form is preferred. - @end menu - - This produces: - - * menu: - - * menu entry name: Node name. A short description. - * Node name:: This form is preferred. - - Here is an example as you might see it in a Texinfo file: - - @menu - Larger Units of Text - - * Files:: All about handling files. - * Multiples: Buffers. Multiple buffers; editing - several files at once. - @end menu - - This produces: - - * menu: - Larger Units of Text - - * Files:: All about handling files. - * Multiples: Buffers. Multiple buffers; editing - several files at once. - - In this example, the menu has two entries. 'Files' is both a menu - entry name and the name of the node referred to by that name. - 'Multiples' is the menu entry name; it refers to the node named - 'Buffers'. The line 'Larger Units of Text' is a comment; it appears in - the menu, but is not an entry. - - Since no file name is specified with either 'Files' or 'Buffers', - they must be the names of nodes in the same Info file (*note Referring - to Other Info Files: Other Info Files.). - -  - File: texinfo.info, Node: Menu Location, Next: Menu Parts, Prev: Menu Example, Up: Menus - - 4.9.3 Menu Location - ------------------- - - There may be at most one menu in a node. A menu is conventionally - located at the end of a node, without any regular text or additional - commands between the '@end menu' and the beginning of the next node. - - This convention is useful, since a reader who uses the menu could - easily miss any such text. Also, any such post-menu text will be - considered part of the menu in Info output (which has no marker for the - end of a menu). Thus, a line beginning with '* ' will likely be - incorrectly handled. - - It's usually best if a node with a menu does not contain much text. - If you find yourself with a lot of text before a menu, we generally - recommend moving all but a couple of paragraphs into a new subnode. - Otherwise, it is easy for readers to miss the menu. - -  - File: texinfo.info, Node: Menu Parts, Next: Less Cluttered Menu Entry, Prev: Menu Location, Up: Menus - - 4.9.4 The Parts of a Menu - ------------------------- - - A menu entry has three parts, only the second of which is required: - - 1. The menu entry name (optional). - - 2. The name of the node (required). - - 3. A description of the item (optional). - - The template for a generic menu entry looks like this (but see the - next section for one more possibility): - - * MENU-ENTRY-NAME: NODE-NAME. DESCRIPTION - - Follow the menu entry name with a single colon, and follow the node - name with tab, comma, newline, or the two characters period and space - ('. '). - - The third part of a menu entry is a descriptive phrase or sentence. - Menu entry names and node names are often short; the description - explains to the reader what the node is about. A useful description - complements the node name rather than repeats it. The description, - which is optional, can spread over multiple lines; if it does, some - authors prefer to indent the second line while others prefer to align it - with the first (and all others). It's up to you. An empty line, or the - next menu entry, ends a description. - - Space characters in a menu are preserved as-is in the Info output; - this allows you to format the menu as you wish. Unfortunately you must - type node names without any extra spaces or some versions of some Info - readers will not find the node (*note Node Line Requirements::). - - 'makeinfo' warns when the text of a menu item (and node names and - cross-references) contains a problematic construct that will interfere - with its parsing in Info. If you don't want to see the warnings, you - can set the customization variable 'INFO_SPECIAL_CHARS_WARNING' to '0' - (*note Other Customization Variables::). - -  - File: texinfo.info, Node: Less Cluttered Menu Entry, Next: Other Info Files, Prev: Menu Parts, Up: Menus - - 4.9.5 Less Cluttered Menu Entry - ------------------------------- - - When the menu entry name and node name are the same, you can write the - name immediately after the asterisk and space at the beginning of the - line and follow the name with two colons. - - For example, write - - * Name:: DESCRIPTION - - instead of - - * Name: Name. DESCRIPTION - - We recommend using the node name for the menu entry name whenever - possible, since it reduces visual clutter in the menu. - -  - File: texinfo.info, Node: Other Info Files, Prev: Less Cluttered Menu Entry, Up: Menus - - 4.9.6 Referring to Other Info Files - ----------------------------------- - - You can create a menu entry that enables a reader in Info to go to a - node in another Info file by writing the file name in parentheses just - before the node name. Some examples: - - @menu - * FIRST-ENTRY-NAME:(FILENAME)NODENAME. DESCRIPTION - * (FILENAME)SECOND-NODE:: DESCRIPTION - @end menu - - For example, to refer directly to the 'Outlining' and 'Rebinding' - nodes in the 'Emacs Manual', you could write a menu like this: - - @menu - * Outlining: (emacs)Outline Mode. The major mode for - editing outlines. - * (emacs)Rebinding:: How to redefine the - meaning of a key. - @end menu - - If you do not list the node name, but only name the file, then Info - presumes that you are referring to the 'Top' node. Examples: - - * Info: (info). Documentation browsing system. - * (emacs):: The extensible, self-documenting - text editor. - - The GNU Emacs Texinfo mode menu updating commands only work with - nodes within the current buffer, so you cannot use them to create menus - that refer to other files. You must write such menus by hand. - -  - File: texinfo.info, Node: Chapter Structuring, Next: Cross References, Prev: Nodes, Up: Top - - 5 Chapter Structuring - ********************* - - Texinfo's "chapter structuring" commands divide a document into a - hierarchy of chapters, sections, subsections, and subsubsections. These - commands generate large headings in the text, like the one above. They - also provide information for generating the table of contents (*note - Generating a Table of Contents: Contents.). - - Normally you put a '@node' command immediately before each chapter - structuring command. *Note Nodes::. - - * Menu: - - * Tree Structuring:: A manual is like an upside down tree ... - * Structuring Command Types:: How to divide a manual into parts. - * @chapter:: Chapter structuring. - * @unnumbered @appendix:: - * @majorheading @chapheading:: - * @section:: - * @unnumberedsec @appendixsec @heading:: - * @subsection:: - * @unnumberedsubsec @appendixsubsec @subheading:: - * @subsubsection:: Commands for the lowest level sections. - * @part:: Collections of chapters. - * Raise/lower sections:: How to change commands' hierarchical level. - -  - File: texinfo.info, Node: Tree Structuring, Next: Structuring Command Types, Up: Chapter Structuring - - 5.1 Tree Structure of Sections - ============================== - - A Texinfo file is usually structured like a book with chapters, - sections, subsections, and the like. This structure can be visualized - as a tree (or rather as an upside-down tree) with the root at the top - and the levels corresponding to chapters, sections, subsection, and - subsubsections. - - Here is a diagram that shows a Texinfo file with three chapters, each - with two sections. - - Top - | - ------------------------------------- - | | | - Chapter 1 Chapter 2 Chapter 3 - | | | - -------- -------- -------- - | | | | | | - Section Section Section Section Section Section - 1.1 1.2 2.1 2.2 3.1 3.2 - - - In a Texinfo file that has this structure, the beginning of Chapter 2 - would be written like this: - - @node Chapter 2 - @chapter Chapter 2 - - For purposes of example, here is how it would be written with explicit - node pointers: - - @node Chapter 2, Chapter 3, Chapter 1, Top - @chapter Chapter 2 - - The chapter structuring commands are described in the sections that - follow; the '@node' command is described in the previous chapter (*note - Nodes::). - -  - File: texinfo.info, Node: Structuring Command Types, Next: @chapter, Prev: Tree Structuring, Up: Chapter Structuring - - 5.2 Structuring Command Types - ============================= - - The chapter structuring commands fall into four groups or series, each - of which contains structuring commands corresponding to the hierarchical - levels of chapters, sections, subsections, and subsubsections. - - The four groups of commands are the '@chapter' series, the - '@unnumbered' series, the '@appendix' series, and the '@heading' series. - Each command produces a title with a different appearance in the body of - the document. Some of the commands list their titles in the tables of - contents, while others do not. Here are the details: - - * The '@chapter' and '@appendix' series of commands produce numbered - or lettered entries both in the body of a document and in its table - of contents. - - * The '@unnumbered' series of commands produce unnumbered entries - both in the body of a document and in its table of contents. The - '@top' command, which has a special use, is a member of this series - (*note @top Command::). An '@unnumbered' section is a normal part - of the document structure. - - * The '@heading' series of commands produce simple unnumbered - headings that do not appear in a table of contents, are not - associated with nodes, and cannot be cross-referenced. These - heading commands never start a new page. - - When a '@setchapternewpage' command says to do so, the '@chapter', - '@unnumbered', and '@appendix' commands start new pages in the printed - manual; the '@heading' commands do not. *Note @setchapternewpage::. - - Here is a summary: - - No new page - Numbered Unnumbered Lettered/numbered Unnumbered - In contents In contents In contents Not in - contents - '@top' '@majorheading' - '@chapter' '@unnumbered' '@appendix' '@chapheading' - '@section' '@unnumberedsec' '@appendixsec' '@heading' - '@subsection' '@unnumberedsubsec' '@appendixsubsec' '@subheading' - '@subsubsection''@unnumberedsubsubsec''@appendixsubsubsec' '@subsubheading' - -  - File: texinfo.info, Node: @chapter, Next: @unnumbered @appendix, Prev: Structuring Command Types, Up: Chapter Structuring - - 5.3 '@chapter': Chapter Structuring - =================================== - - '@chapter' identifies a chapter in the document-the highest level of the - normal document structuring hierarchy. Write the command at the - beginning of a line and follow it on the same line by the title of the - chapter. The chapter is numbered automatically, starting from 1. - - For example, the present chapter in this manual is entitled - "'@chapter': Chapter Structuring"; the '@chapter' line looks like this: - - @chapter @code{@@chapter}: Chapter Structuring - - In TeX, the '@chapter' command produces a chapter heading in the - document. - - In Info and plain text output, the '@chapter' command causes the - title to appear on a line by itself, with a line of asterisks inserted - underneath. So, the above example produces the following output: - - 5 Chapter Structuring - ********************* - - In HTML, the '@chapter' command produces an '<h2>'-level header by - default (controlled by the 'CHAPTER_HEADER_LEVEL' customization - variable, *note Other Customization Variables::). - - In the XML and Docbook output, a '<chapter>' element is produced that - includes all the following sections, up to the next chapter. - -  - File: texinfo.info, Node: @unnumbered @appendix, Next: @majorheading @chapheading, Prev: @chapter, Up: Chapter Structuring - - 5.4 '@unnumbered', '@appendix': Chapters with Other Labeling - ============================================================ - - Use the '@unnumbered' command to start a chapter-level element that - appears without chapter numbers of any kind. Use the '@appendix' - command to start an appendix that is labeled by letter ('A', 'B', ...) - instead of by number; appendices are also at the chapter level of - structuring. - - Write an '@appendix' or '@unnumbered' command at the beginning of a - line and follow it on the same line by the title, just as with - '@chapter'. - - Texinfo also provides a command '@centerchap', which is analogous to - '@unnumbered', but centers its argument in the printed and HTML outputs. - This kind of stylistic choice is not usually offered by Texinfo. It may - be suitable for short documents. - - With '@unnumbered', if the name of the associated node is one of - these English words (case-insensitive): - - Acknowledgements Colophon Dedication Preface - - then the Docbook output uses corresponding special tags ('<preface>', - etc.) instead of the default '<chapter>'. The argument to '@unnumbered' - itself can be anything, and is output as the following '<title>' text as - usual. - -  - File: texinfo.info, Node: @majorheading @chapheading, Next: @section, Prev: @unnumbered @appendix, Up: Chapter Structuring - - 5.5 '@majorheading', '@chapheading': Chapter-level Headings - =========================================================== - - The '@majorheading' and '@chapheading' commands produce chapter-like - headings in the body of a document. - - However, neither command produces an entry in the table of contents, - and neither command causes TeX to start a new page in a printed manual. - - In TeX, a '@majorheading' command generates a larger vertical - whitespace before the heading than a '@chapheading' command but is - otherwise the same. - - In Info and plain text, the '@majorheading' and '@chapheading' - commands produce the same output as '@chapter': the title is printed on - a line by itself with a line of asterisks underneath. Similarly for - HTML. The only difference is the lack of numbering and the lack of any - association with nodes. *Note @chapter::. - -  - File: texinfo.info, Node: @section, Next: @unnumberedsec @appendixsec @heading, Prev: @majorheading @chapheading, Up: Chapter Structuring - - 5.6 '@section': Sections Below Chapters - ======================================= - - An '@section' command identifies a section within a chapter unit, - whether created with '@chapter', '@unnumbered', or '@appendix', - following the numbering scheme of the chapter-level command. Thus, - within a '@chapter' chapter numbered '1', the sections are numbered - '1.1', '1.2', etc.; within an '@appendix' "chapter" labeled 'A', the - sections are numbered 'A.1', 'A.2', etc.; within an '@unnumbered' - chapter, the section gets no number. The output is underlined with '=' - in Info and plain text. - - To make a section, write the '@section' command at the beginning of a - line and follow it on the same line by the section title. For example, - - @section This is a section - - might produce the following in Info: - - 5.7 This is a section - ===================== - - Section titles are listed in the table of contents. - - The TeX, HTML, Docbook, and XML output is all analogous to the - chapter-level output, just "one level down"; *note @chapter::. - -  - File: texinfo.info, Node: @unnumberedsec @appendixsec @heading, Next: @subsection, Prev: @section, Up: Chapter Structuring - - 5.7 '@unnumberedsec', '@appendixsec', '@heading' - ================================================ - - The '@unnumberedsec', '@appendixsec', and '@heading' commands are, - respectively, the unnumbered, appendix-like, and heading-like - equivalents of the '@section' command (see the previous section). - - '@unnumberedsec' and '@appendixsec' do not need to be used in - ordinary circumstances, because '@section' may also be used within - '@unnumbered' and '@appendix' chapters; again, see the previous section. - - '@unnumberedsec' - The '@unnumberedsec' command may be used within an unnumbered - chapter or within a regular chapter or appendix to produce an - unnumbered section. - - '@appendixsec' - '@appendixsection' - '@appendixsection' is a longer spelling of the '@appendixsec' - command; the two are synonymous. - - Conventionally, the '@appendixsec' or '@appendixsection' command is - used only within appendices. - - '@heading' - You may use the '@heading' command (almost) anywhere for a - section-style heading that will not appear in the table of - contents. The '@heading'-series commands can appear inside most - environments, for example, though pathological and useless - locations such as inside '@titlepage', as an argument to another - command, etc., are not allowed. - -  - File: texinfo.info, Node: @subsection, Next: @unnumberedsubsec @appendixsubsec @subheading, Prev: @unnumberedsec @appendixsec @heading, Up: Chapter Structuring - - 5.8 '@subsection': Subsections Below Sections - ============================================= - - Subsections are to sections as sections are to chapters; *note - @section::. In Info and plain text, subsection titles are underlined - with '-'. For example, - - @subsection This is a subsection - - might produce - - 1.2.3 This is a subsection - -------------------------- - - Subsection titles are listed in the table of contents. - - The TeX, HTML, Docbook, and XML output is all analogous to the - chapter-level output, just "two levels down"; *note @chapter::. - -  - File: texinfo.info, Node: @unnumberedsubsec @appendixsubsec @subheading, Next: @subsubsection, Prev: @subsection, Up: Chapter Structuring - - 5.9 The '@subsection'-like Commands - =================================== - - The '@unnumberedsubsec', '@appendixsubsec', and '@subheading' commands - are, respectively, the unnumbered, appendix-like, and heading-like - equivalents of the '@subsection' command. (*Note @subsection::.) - - '@unnumberedsubsec' and '@appendixsubsec' do not need to be used in - ordinary circumstances, because '@subsection' may also be used within - sections of '@unnumbered' and '@appendix' chapters (*note @section::). - - An '@subheading' command produces a heading like that of a subsection - except that it is not numbered and does not appear in the table of - contents. Similarly, an '@unnumberedsubsec' command produces an - unnumbered heading like that of a subsection and an '@appendixsubsec' - command produces a subsection-like heading labeled with a letter and - numbers; both of these commands produce headings that appear in the - table of contents. In Info and plain text, the '@subsection'-like - commands generate a title underlined with hyphens. - -  - File: texinfo.info, Node: @subsubsection, Next: @part, Prev: @unnumberedsubsec @appendixsubsec @subheading, Up: Chapter Structuring - - 5.10 '@subsection' and Other Subsub Commands - ============================================ - - The fourth and lowest level sectioning commands in Texinfo are the - 'subsub' commands. They are: - - '@subsubsection' - Subsubsections are to subsections as subsections are to sections. - (*Note @subsection::.) Subsubsection titles appear in the table of - contents. - - '@unnumberedsubsubsec' - Unnumbered subsubsection titles appear in the table of contents, - but lack numbers. Otherwise, unnumbered subsubsections are the - same as subsubsections. - - '@appendixsubsubsec' - Conventionally, appendix commands are used only for appendices and - are lettered and numbered appropriately. They also appear in the - table of contents. - - '@subsubheading' - The '@subsubheading' command may be used anywhere that you want a - small heading that will not appear in the table of contents. - - As with subsections, '@unnumberedsubsubsec' and '@appendixsubsubsec' - do not need to be used in ordinary circumstances, because - '@subsubsection' may also be used within subsections of '@unnumbered' - and '@appendix' chapters (*note @section::). - - In Info, 'subsub' titles are underlined with periods. For example, - - @subsubsection This is a subsubsection - - might produce - - 1.2.3.4 This is a subsubsection - ............................... - - The TeX, HTML, Docbook, and XML output is all analogous to the - chapter-level output, just "three levels down"; *note @chapter::. - -  - File: texinfo.info, Node: @part, Next: Raise/lower sections, Prev: @subsubsection, Up: Chapter Structuring - - 5.11 '@part': Groups of Chapters - ================================ - - The final sectioning command is '@part', to mark a "part" of a manual, - that is, a group of chapters or (rarely) appendices. This behaves quite - differently from the other sectioning commands, to fit with the way such - "parts" are conventionally used in books. - - No '@node' command is associated with '@part'. Just write the - command on a line by itself, including the part title, at the place in - the document you want to mark off as starting that part. For example: - - @part Part I:@* The beginning - - As can be inferred from this example, no automatic numbering or - labeling of the '@part' text is done. The text is taken as-is. - - Because parts are not associated with nodes, no general text can - follow the '@part' line. To produce the intended output, it must be - followed by a chapter-level command (including its node). Thus, to - continue the example: - - @part Part I:@* The beginning - - @node Introduction - @chapter Introduction - ... - - In the TeX output, the '@part' text is included in both the normal - and short tables of contents (*note Contents::), without a page number - (since that is the normal convention). In addition, a "part page" is - output in the body of the document, with just the '@part' text. In the - example above, the '@*' causes a line break on the part page (but is - replaced with a space in the tables of contents). This part page is - always forced to be on an odd (right-hand) page, regardless of the - chapter pagination (*note @setchapternewpage::). - - In the HTML output, the '@part' text is similarly included in the - tables of contents, and a heading is included in the main document text, - as part of the following chapter or appendix node. - - In the XML and Docbook output, the '<part>' element includes all the - following chapters, up to the next '<part>'. A '<part>' containing - chapters is also closed at an appendix. - - In the Info and plain text output, '@part' has no effect. - - '@part' is ignored when raising or lowering sections (see next - section). That is, it is never lowered and nothing can be raised to it. - -  - File: texinfo.info, Node: Raise/lower sections, Prev: @part, Up: Chapter Structuring - - 5.12 Raise/lower Sections: '@raisesections' and '@lowersections' - ================================================================ - - The '@raisesections' and '@lowersections' commands implicitly raise and - lower the hierarchical level of following chapters, sections and the - other sectioning commands (excluding parts). - - That is, the '@raisesections' command changes sections to chapters, - subsections to sections, and so on. Conversely, the '@lowersections' - command changes chapters to sections, sections to subsections, and so - on. Thus, a '@lowersections' command cancels a '@raisesections' - command, and vice versa. - - You can use '@lowersections' to include text written as an outer or - standalone Texinfo file in another Texinfo file as an inner, included - file (*note Include Files::). Typical usage looks like this: - - @lowersections - @include somefile.texi - @raisesections - - (Without the '@raisesections', all the subsequent sections in the main - file would also be lowered.) - - If the included file being lowered has a '@top' node, you'll need to - conditionalize its inclusion with a flag (*note @set @value::). - - As a practical matter, you generally only want to raise or lower - large chunks, usually in external files as shown above. The final - result has to have menus that take the raising and lowering into - account, so you cannot just arbitrarily sprinkle '@raisesections' and - '@lowersections' commands throughout the document. - - Repeated use of the commands continues to raise or lower the - hierarchical level a step at a time. An attempt to raise above - 'chapter' reproduces chapter commands; an attempt to lower below - 'subsubsection' reproduces subsubsection commands. Also, lowered - subsubsections and raised chapters will not work with 'makeinfo''s - feature of implicitly determining node pointers, since the menu - structure cannot be represented correctly. - - Write each '@raisesections' and '@lowersections' command on a line of - its own. - -  - File: texinfo.info, Node: Cross References, Next: Marking Text, Prev: Chapter Structuring, Up: Top - - 6 Cross-references - ****************** - - "Cross-references" are used to refer the reader to other parts of the - same or different Texinfo files. - - * Menu: - - * References:: What cross-references are for. - * Cross Reference Commands:: A summary of the different commands. - * Cross Reference Parts:: A cross-reference has several parts. - * @xref:: Begin a reference with 'See' ... - * Referring to a Manual as a Whole:: Refer to an entire manual. - * @ref:: A reference for the last part of a sentence. - * @pxref:: How to write a parenthetical cross-reference. - * @anchor:: Defining arbitrary cross-reference targets - * @inforef:: How to refer to an Info-only file. - * @url:: How to refer to a uniform resource locator. - * @cite:: How to refer to books not in the Info system. - -  - File: texinfo.info, Node: References, Next: Cross Reference Commands, Up: Cross References - - 6.1 What References Are For - =========================== - - Often, but not always, a printed document should be designed so that it - can be read sequentially. People tire of flipping back and forth to - find information that should be presented to them as they need it. - - However, in any document, some information will be too detailed for - the current context, or incidental to it; use cross-references to - provide access to such information. Also, an online help system or a - reference manual is not like a novel; few read such documents in - sequence from beginning to end. Instead, people look up what they need. - For this reason, such creations should contain many cross references to - help readers find other information that they may not have read. - - In a printed manual, a cross-reference results in a page reference, - unless it is to another manual altogether, in which case the - cross-reference names that manual. In Info, a cross-reference results - in an entry that you can follow using the Info 'f' command. (*Note - Following cross-references: (info)Help-Xref.) In HTML, a - cross-reference results in an hyperlink. - - The various cross-reference commands use nodes (or anchors, *note - @anchor::) to define cross-reference locations. TeX needs nodes to - define cross-reference locations. When TeX generates a DVI file, it - records each node's page number and uses the page numbers in making - references. Thus, even if you are writing a manual that will only be - printed, and not used online, you must nonetheless write '@node' lines - in order to name the places to which you make cross-references. - -  - File: texinfo.info, Node: Cross Reference Commands, Next: Cross Reference Parts, Prev: References, Up: Cross References - - 6.2 Different Cross-reference Commands - ====================================== - - There are three different cross-reference commands: - - '@xref' - Used to start a sentence in the printed manual and in HTML with - 'See ...' or an Info cross-reference saying '*Note NAME: NODE.'. - - '@ref' - Used within or, more often, at the end of a sentence; produces just - the reference in the printed manual and in HTML without the - preceding 'See' (same as '@xref' for Info). - - '@pxref' - Used within parentheses, at the end of a sentence, or otherwise - before punctuation, to make a reference. Its output starts with a - lowercase 'see' in the printed manual and in HTML, and a lowercase - '*note' in Info. ('p' is for 'parenthesis'.) - - Additionally, there are commands to produce references to documents - outside the Texinfo system. The '@cite' command is used to make - references to books and manuals. '@url' produces a URL, for example a - reference to a page on the World Wide Web. '@inforef' is used to make a - reference to an Info file for which there is no printed manual. - -  - File: texinfo.info, Node: Cross Reference Parts, Next: @xref, Prev: Cross Reference Commands, Up: Cross References - - 6.3 Parts of a Cross-reference - ============================== - - A cross-reference command requires only one argument, which is the name - of the node to which it refers. Here is a simple example: - - @xref{Node name}. - - In Info output, this produces - - *Note Node name::. - - In a printed manual, the output is - - See Section NNN [Node name], page PPP. - - A cross-reference command may contain up to four additional - arguments. By using these arguments, you can provide a cross-reference - name, a topic description or section title for the printed output, the - name of a different manual file, and the name of a different printed - manual. To refer to another manual as a whole, the manual file and/or - the name of the printed manual are the only required arguments (*note - Referring to a Manual as a Whole::). - - Here is an example of a full five-part cross-reference: - - @xref{Node name, Online Label, Printed Label, - info-file-name, A Printed Manual}, for details. - - which produces - - *Note Online Label: (info-file-name)Node name, - for details. - - in Info and - - See section "Printed Label" in A Printed Manual, for details. - - in a printed book. - - The five possible arguments for a cross-reference are: - - 1. The node or anchor name (required, except for reference to whole - manuals). This is the location to which the cross-reference takes - you. In a printed document, the location of the node provides the - page reference only for references within the same document. Use - '@node' to define the node (*note Writing a Node::), or '@anchor' - (*note @anchor::). - - Write a node name in a cross-reference in exactly the same way as - in the '@node' line, including the same capitalization; otherwise, - the formatters may not find the reference. - - 2. A label for online output. It is usually omitted; then the topic - description (third argument) is used if it was specified; if that - was omitted as well, the node name is used. - - 3. A label for printed output. Often, this is the title or topic of - the section. This is used as the name of the reference in the - printed manual. If omitted, the node name is used. - - 4. The name of the manual file in which the reference is located, if - it is different from the current file. This name is used both for - Info and HTML. - - 5. The name of a printed manual from a different Texinfo file. - - The template for a full five argument cross-reference looks like - this: - - @xref{NODE-NAME, ONLINE-LABEL, PRINTED-LABEL, - INFO-FILE-NAME, PRINTED-MANUAL-TITLE} - - Whitespace before and after the commas separating these arguments is - ignored. To include a comma in one of the arguments, use '@comma{}' - (*note Inserting a Comma::). - - When processing with TeX, a comma is automatically inserted after the - page number for cross-references to within the same manual, unless the - closing brace of the argument is followed by non-whitespace (such as a - comma or period). This gives you the choice of whether to have a comma - there in Info or HTML output. For example, - - @xref{Another Section} for more information - - produces 'See Another Section, page PPP, for more information' in the - printed output, and '*Note Another Section:: for more information' in - the Info output. - - If an unwanted comma is added, follow the argument with a command - such as '@:'. For example, '@xref{Hurricanes}@: --- for the details' - produces - - See Hurricanes, page PPP -- for the details - - instead of 'See Hurricanes, page PPP, -- for the details'. - - Cross-references with one, two, three, four, and five arguments are - described separately following the description of '@xref'. - - 'makeinfo' warns when the text of a cross-reference (and node names - and menu items) contains a problematic construct that will interfere - with its parsing in Info. If you don't want to see the warnings, you - can set the customization variable 'INFO_SPECIAL_CHARS_WARNING' to '0' - (*note Other Customization Variables::). - -  - File: texinfo.info, Node: @xref, Next: Referring to a Manual as a Whole, Prev: Cross Reference Parts, Up: Cross References - - 6.4 '@xref' - =========== - - The '@xref' command generates a cross-reference for the beginning of a - sentence. - - * Menu: - - * One Argument:: '@xref' with one argument. - * Two Arguments:: '@xref' with two arguments. - * Three Arguments:: '@xref' with three arguments. - * Four and Five Arguments:: '@xref' with four and five arguments. - -  - File: texinfo.info, Node: One Argument, Next: Two Arguments, Up: @xref - - 6.4.1 '@xref' with One Argument - ------------------------------- - - The simplest form of '@xref' takes one argument, the name of another - node in the same Texinfo file. - - For example, - - @xref{Tropical Storms}. - - produces - - *Note Tropical Storms::. - - in Info and - - See Section 3.1 [Tropical Storms], page 24. - - in a printed manual. - -  - File: texinfo.info, Node: Two Arguments, Next: Three Arguments, Prev: One Argument, Up: @xref - - 6.4.2 '@xref' with Two Arguments - -------------------------------- - - With two arguments, the second is used as a label for the online output. - - The template is like this: - - @xref{NODE-NAME, ONLINE-LABEL}. - - For example, - - @xref{Electrical Effects, Lightning}. - - produces: - - *Note Lightning: Electrical Effects. - - in Info and - - See Section 5.2 [Electrical Effects], page 57. - - in a printed manual, where the node name is printed. - - The second argument to cross-references must observe some of the - restrictions for node names (*note Node Line Requirements::). The most - common issue is that colons cannot be used, since that interferes with - the parsing of the Info file. - -  - File: texinfo.info, Node: Three Arguments, Next: Four and Five Arguments, Prev: Two Arguments, Up: @xref - - 6.4.3 '@xref' with Three Arguments - ---------------------------------- - - A third argument replaces the node name in the TeX output. The third - argument should be the name of the section in the printed output, or - else state the topic discussed by that section. - - The template is like this: - - @xref{NODE-NAME, ONLINE-LABEL, PRINTED-LABEL}. - - For example, - - @xref{Electrical Effects, Lightning, Thunder and Lightning}, - for details. - - produces - - *Note Lightning: Electrical Effects, for details. - - in Info and - - See Section 5.2 [Thunder and Lightning], page 57, for details. - - in a printed manual. - - If a third argument is given and the second one is empty, then the - third argument serves for both. (Note how two commas, side by side, - mark the empty second argument.) - - @xref{Electrical Effects, , Thunder and Lightning}, - for details. - - produces - - *Note Thunder and Lightning: Electrical Effects, for details. - - in Info and - - See Section 5.2 [Thunder and Lightning], page 57, for details. - - in a printed manual. - - The third argument to cross-references must observe some of the - restrictions for node names (*note Node Line Requirements::). The most - common issue is that colons cannot be used, since that interferes with - the parsing of the Info file. - - As a practical matter, it is often best to write cross-references - with just the first argument if the node name and the section title are - the same (or nearly so), and with the first and third arguments only if - the node name and title are different. - - Texinfo offers a setting to use the section title instead of node - names by default in cross-references (an explicitly specified third - argument still takes precedence): - - @xrefautomaticsectiontitle on - - Typically this line would be given near the beginning of the document - and used for the whole manual. But you can turn it off if you want - ('@xrefautomaticsectiontitle off'), for example, if you're including - some other sub-document that doesn't have suitable section names. - -  - File: texinfo.info, Node: Four and Five Arguments, Prev: Three Arguments, Up: @xref - - 6.4.4 '@xref' with Four and Five Arguments - ------------------------------------------ - - In a cross-reference, a fourth argument specifies the name of another - Info file, different from the file in which the reference appears, and a - fifth argument specifies its title as a printed manual. - - The full template is: - - @xref{NODE-NAME, ONLINE-LABEL, PRINTED-LABEL, - INFO-FILE-NAME, PRINTED-MANUAL-TITLE}. - - For example, - - @xref{Electrical Effects, Lightning, Thunder and Lightning, - weather, An Introduction to Meteorology}. - - produces this output in Info: - - *Note Lightning: (weather)Electrical Effects. - - As you can see, the name of the Info file is enclosed in parentheses and - precedes the name of the node. - - In a printed manual, the reference looks like this: - - See section "Thunder and Lightning" in 'An Introduction to - Meteorology'. - - The title of the printed manual is typeset like '@cite'; and the - reference lacks a page number since TeX cannot know to which page a - reference refers when that reference is to another manual. - - Next case: often, you will leave out the second argument when you use - the long version of '@xref'. In this case, the third argument, the - topic description, will be used as the cross-reference name in Info. - For example, - - @xref{Electrical Effects, , Thunder and Lightning, - weather, An Introduction to Meteorology}. - - produces - - *Note Thunder and Lightning: (weather)Electrical Effects. - - in Info and - - See section "Thunder and Lightning" in 'An Introduction to - Meteorology'. - - in a printed manual. - - Next case: If the node name and the section title are the same in the - other manual, you may also leave out the section title. In this case, - the node name is used in both instances. For example, - - @xref{Electrical Effects,,, - weather, An Introduction to Meteorology}. - - produces - - *Note (weather)Electrical Effects::. - - in Info and - - See section "Electrical Effects" in 'An Introduction to - Meteorology'. - - in a printed manual. - - A very unusual case: you may want to refer to another manual file - that is within a single printed manual--when multiple Texinfo files are - incorporated into the same TeX run but can create separate Info or HTML - output files. In this case, you need to specify only the fourth - argument, and not the fifth. - - Finally, it's also allowed to leave out all the arguments _except_ - the fourth and fifth, to refer to another manual as a whole. See the - next section. - -  - File: texinfo.info, Node: Referring to a Manual as a Whole, Next: @ref, Prev: @xref, Up: Cross References - - 6.5 Referring to a Manual as a Whole - ==================================== - - Ordinarily, you must always name a node in a cross-reference. However, - it's not unusual to want to refer to another manual as a whole, rather - than a particular section within it. In this case, giving any section - name is an unnecessary distraction. - - So, with cross-references to other manuals (*note Four and Five - Arguments::), if the first argument is either 'Top' (capitalized just - that way) or omitted entirely, and the third argument is omitted, the - printed output includes no node or section name. (The Info output - includes 'Top' if it was given.) For example, - - @xref{Top,,, make, The GNU Make Manual}. - - produces - - *Note (make)Top::. - - and - - See 'The GNU Make Manual'. - - Info readers will go to the Top node of the manual whether or not the - 'Top' node is explicitly specified. - - It's also possible (and is historical practice) to refer to a whole - manual by specifying the 'Top' node and an appropriate entry for the - third argument to the '@xref' command. Using this idiom, to make a - cross-reference to 'The GNU Make Manual', you would write: - - @xref{Top,, Overview, make, The GNU Make Manual}. - - which produces - - *Note Overview: (make)Top. - - in Info and - - See section "Overview" in 'The GNU Make Manual'. - - in a printed manual. - - In this example, 'Top' is the name of the first node, and 'Overview' - is the name of the first section of the manual. There is no widely-used - convention for naming the first section in a printed manual, this is - just what the Make manual happens to use. This arbitrariness of the - first name is a principal reason why omitting the third argument in - whole-manual cross-references is preferable. - -  - File: texinfo.info, Node: @ref, Next: @pxref, Prev: Referring to a Manual as a Whole, Up: Cross References - - 6.6 '@ref' - ========== - - '@ref' is nearly the same as '@xref' except that it does not generate a - 'See' in the printed output, just the reference itself. This makes it - useful as the last part of a sentence. - - For example, - - For more information, @pxref{This}, and @ref{That}. - - produces in Info: - - For more information, *note This::, and *note That::. - - and in printed output: - - For more information, see Section 1.1 [This], page 1, and Section - 1.2 [That], page 2. - - The '@ref' command can tempt writers to express themselves in a - manner that is suitable for a printed manual but looks awkward in the - Info format. Bear in mind that your audience could be using both the - printed and the Info format. For example: - - Sea surges are described in @ref{Hurricanes}. - - looks ok in the printed output: - - Sea surges are described in Section 6.7 [Hurricanes], page 72. - - but is awkward to read in Info, "note" being a verb: - - Sea surges are described in *note Hurricanes::. - -  - File: texinfo.info, Node: @pxref, Next: @anchor, Prev: @ref, Up: Cross References - - 6.7 '@pxref' - ============ - - The parenthetical reference command, '@pxref', is nearly the same as - '@xref', but it is best used at the end of a sentence or before a - closing parenthesis. The command differs from '@xref' in that TeX - typesets the reference for the printed manual with a lowercase 'see' - rather than an uppercase 'See'. - - With one argument, a parenthetical cross-reference looks like this: - - ... storms cause flooding (@pxref{Hurricanes}) ... - - which produces - - ... storms cause flooding (*note Hurricanes::) ... - - in Info and - - ... storms cause flooding (see Section 6.7 [Hurricanes], page 72) - ... - - in a printed manual. - - With two arguments, a parenthetical cross-reference has this - template: - - ... (@pxref{NODE-NAME, CROSS-REFERENCE-NAME}) ... - - which produces - - ... (*note CROSS-REFERENCE-NAME: NODE-NAME.) ... - - in Info and - - ... (see Section NNN [NODE-NAME], page PPP) ... - - in a printed manual. - - '@pxref' can be used with up to five arguments, just like '@xref' - (*note @xref::). - - In past versions of Texinfo, it was not allowed to write punctuation - after a '@pxref', so it could be used _only_ before a right parenthesis. - This is no longer the case, so now it can be used (for example) at the - end of a sentence, where a lowercase "see" works best. For instance: - - ... For more information, @pxref{More}. - - which outputs (in Info): - - ... For more information, *note More::. - - As a matter of style, '@pxref' is best used at the ends of sentences. - Although it technically works in the middle of a sentence, that location - breaks up the flow of reading. - -  - File: texinfo.info, Node: @anchor, Next: @inforef, Prev: @pxref, Up: Cross References - - 6.8 '@anchor': Defining Arbitrary Cross-reference Targets - ========================================================= - - An "anchor" is a position in your document, labelled so that - cross-references can refer to it, just as they can to nodes. You create - an anchor with the '@anchor' command, and give the label as a normal - brace-delimited argument. For example: - - This marks the @anchor{x-spot}spot. - ... - @xref{x-spot,,the spot}. - - produces: - - This marks the spot. - ... - See [the spot], page 1. - - As you can see, the '@anchor' command itself produces no output. - This example defines an anchor 'x-spot' just before the word 'spot'. - You can refer to it later with an '@xref' or other cross reference - command, as shown (*note Cross References::). - - It is best to put '@anchor' commands just before the position you - wish to refer to; that way, the reader's eye is led on to the correct - text when they jump to the anchor. You can put the '@anchor' command on - a line by itself if that helps readability of the source. Whitespace - (including newlines) is ignored after '@anchor'. - - Anchor names and node names may not conflict. Anchors and nodes are - given similar treatment in some ways; for example, the 'goto-node' - command takes either an anchor name or a node name as an argument. - (*Note (info)Go to node::.) - - Also like node names, anchor names cannot include some characters - (*note Node Line Requirements::). - - Because of this duality, when you delete or rename a node, it is - usually a good idea to define an '@anchor' with the old name. That way, - any links to the old node, whether from other Texinfo manuals or general - web pages, keep working. You can also do this with the - 'RENAMED_NODES_FILE' feature of 'makeinfo' (*note HTML Xref Link - Preservation::). Both methods keep links on the web working; the only - substantive difference is that defining anchors also makes the old node - names available when reading the document in Info. - -  - File: texinfo.info, Node: @inforef, Next: @url, Prev: @anchor, Up: Cross References - - 6.9 '@inforef': Cross-references to Info-only Material - ====================================================== - - '@inforef' is used for making cross-references to Info documents--even - from a printed manual. This might be because you want to refer to - conditional '@ifinfo' text (*note Conditionals::), or because printed - output is not available (perhaps because there is no Texinfo source), - among other possibilities. - - The command takes either two or three arguments, in the following - order: - - 1. The node name. - - 2. The cross-reference name (optional). - - 3. The Info file name. - - The template is: - - @inforef{NODE-NAME, CROSS-REFERENCE-NAME, INFO-FILE-NAME} - - For example, - - @inforef{Advanced, Advanced Info commands, info}, - for more information. - - produces (in Info): - - *Note Advanced Info commands: (info)Advanced, - for more information. - - and (in the printed output): - - See Info file 'info', node 'Advanced', for more information. - - (This particular example is not realistic, since the Info manual is - written in Texinfo, so all formats are available. In fact, we don't - know of any extant Info-only manuals.) - - The converse of '@inforef' is '@cite', which is used to refer to - printed works for which no Info form exists. *Note @cite::. - -  - File: texinfo.info, Node: @url, Next: @cite, Prev: @inforef, Up: Cross References - - 6.10 '@url', '@uref{URL[, TEXT][, REPLACEMENT]}' - ================================================ - - '@uref' produces a reference to a uniform resource locator (url). It - takes one mandatory argument, the url, and two optional arguments which - control the text that is displayed. In HTML and PDF output, '@uref' - produces a link you can follow. (To merely indicate a url without - creating a link people can follow, use '@indicateurl', *note - @indicateurl::.) - - '@url' is a synonym for '@uref'. (Originally, '@url' had the meaning - of '@indicateurl', but in practice it was almost always misused. So - we've changed the meaning.) - - The second argument, if specified, is the text to display (the - default is the url itself); in Info, DVI, and PDF output, but not in - HTML output, the url is output in addition to this text. - - The third argument, if specified, is the text to display, but in this - case the url is not output in any format. This is useful when the text - is already sufficiently referential, as in a man page. Also, if the - third argument is given, the second argument is ignored. - - * Menu: - - * @url Examples:: Examples of using all the forms of '@url'. - * URL Line Breaking:: How lines are broken within '@url' text. - * @url PDF Output Format:: A special option to hide links in PDF output. - * PDF Colors:: Colorizing urls and other links in PDF output. - -  - File: texinfo.info, Node: @url Examples, Next: URL Line Breaking, Up: @url - - 6.10.1 '@url' Examples - ---------------------- - - First, here is an example of the simplest form of '@url', with just one - argument. The given url is both the target and the visible text of the - link: - - The official GNU ftp site is @uref{http://ftp.gnu.org/gnu}. - - produces: - The official GNU ftp site is <http://ftp.gnu.org/gnu>. - - Two-argument form of '@url' - ........................... - - Here is an example of the two-argument form: - The official @uref{http://ftp.gnu.org/gnu, GNU ftp site} - holds programs and texts. - - which produces: - The official GNU ftp site (http://ftp.gnu.org/gnu) - holds programs and texts. - - that is, the Info (and TeX, etc.) output is this: - The official GNU ftp site (http://ftp.gnu.org/gnu) - holds programs and texts. - - while the HTML output is this: - The official <a href="http://ftp.gnu.org/gnu">GNU ftp site</a> - holds programs and texts. - - Three-argument form of '@url' - ............................. - - Finally, an example of the three-argument form: - The @uref{/man.cgi/1/ls,,ls} program ... - - which, except for HTML, produces: - The ls program ... - - but with HTML: - The <a href="/man.cgi/1/ls">ls</a> program ... - - By the way, some people prefer to display urls in the unambiguous - format: - - <URL:http://HOST/PATH> - - You can use this form in the input file if you wish. We feel it's not - necessary to include the '<URL:' and '>' in the output, since to be - useful any software that tries to detect urls in text already has to - detect them without the '<URL:'. - -  - File: texinfo.info, Node: URL Line Breaking, Next: @url PDF Output Format, Prev: @url Examples, Up: @url - - 6.10.2 URL Line Breaking - ------------------------ - - TeX allows line breaking within urls at only a few characters (which are - special in urls): '&', '.', '#', '?', and '/' (but not between two '/' - characters). A tiny amount of stretchable space is also inserted around - these characters to help with line breaking. - - For HTML output, modern browsers will also do line breaking within - displayed urls. If you need to allow breaks at other characters you can - insert '@/' as needed (*note Line Breaks::). - - By default, in TeX any such breaks at special characters will occur - after the character. Some people prefer such breaks to happen before - the special character. This can be controlled with the - '@urefbreakstyle' command (this command has effect only in TeX): - - @urefbreakstyle HOW - - where the argument HOW is one of these words: - - 'after' - (the default) Potentially break after the special characters. - 'before' - Potentially break before the special characters. - 'none' - Do not consider breaking at the special characters at all; any - potential breaks must be manually inserted. - -  - File: texinfo.info, Node: @url PDF Output Format, Next: PDF Colors, Prev: URL Line Breaking, Up: @url - - 6.10.3 '@url' PDF Output Format - ------------------------------- - - If the ultimate purpose of a PDF is only to be viewed online, perhaps - similar to HTML in some inchoate way, you may not want the urls to be - included in the visible text (just as urls are not visible to readers of - web pages). Texinfo provides a PDF-specific option for this, which must - be used inside '@tex': - - @tex - \global\urefurlonlylinktrue - @end tex - - The result is that '@url{http://www.gnu.org, GNU}' has the visible - output of just 'GNU', with a link target of <http://www.gnu.org>. - Ordinarily, the visible output would include both the label and the url: - 'GNU (<http://www.gnu.org>)'. - - This option only has effect when the PDF output is produced with the - pdfTeX program, not with other ways of getting from Texinfo to PDF - (e.g., TeX to DVI to PDF). Consequently, it is ok to specify this - option unconditionally within '@tex', as shown above. It is ignored - when DVI is being produced. - -  - File: texinfo.info, Node: PDF Colors, Prev: @url PDF Output Format, Up: @url - - 6.10.4 PDF Colors - ----------------- - - By default, urls and cross-reference links are printed in black in PDF - output. Very occasionally, however, you may want to highlight such - "live" links with a different color, as is commonly done on web pages. - Texinfo provides a PDF-specific option for specifying these colors, - which must be used inside '@tex': - - @tex - \global\def\linkcolor{1 0 0} % red - \global\def\urlcolor{0 1 0} % green - @end tex - - '\urlcolor' changes the color of '@url' output (both the actual url - and any textual label), while '\linkcolor' changes the color for - cross-references to nodes, etc. They are independent. - - The three given values must be numbers between 0 and 1, specifying - the amount of red, green, and blue respectively. - - These definitions only have an effect when the PDF output is produced - with the pdfTeX program, not with other ways of getting from Texinfo to - PDF (e.g., TeX to DVI to PDF). Consequently, it is ok to specify this - option unconditionally within '@tex', as shown above. It is ignored - when DVI is being produced. - - We do not recommend colorizing just for fun; unless you have a - specific reason to use colors, best to skip it. - -  - File: texinfo.info, Node: @cite, Prev: @url, Up: Cross References - - 6.11 '@cite'{REFERENCE} - ======================= - - Use the '@cite' command for the name of a book that lacks a companion - Info file. The command produces italics in the printed manual, and - quotation marks in the Info file. - - If a book is written in Texinfo, it is better to use a - cross-reference command since a reader can easily follow such a - reference in Info. *Note @xref::. - -  - File: texinfo.info, Node: Marking Text, Next: Quotations and Examples, Prev: Cross References, Up: Top - - 7 Marking Text, Words and Phrases - ********************************* - - In Texinfo, you can mark words and phrases in a variety of ways. The - Texinfo formatters use this information to determine how to highlight - the text. You can specify, for example, whether a word or phrase is a - defining occurrence, a metasyntactic variable, or a symbol used in a - program. Also, you can emphasize text, in several different ways. - - * Menu: - - * Indicating:: How to indicate definitions, files, etc. - * Emphasis:: How to emphasize text. - -  - File: texinfo.info, Node: Indicating, Next: Emphasis, Up: Marking Text - - 7.1 Indicating Definitions, Commands, etc. - ========================================== - - Texinfo has commands for indicating just what kind of object a piece of - text refers to. For example, email addresses are marked by '@email'; - that way, the result can be a live link to send email when the output - format supports it. If the email address was simply marked as "print in - a typewriter font", that would not be possible. - - * Menu: - - * Useful Highlighting:: Highlighting provides useful information. - * @code:: Indicating program code. - * @kbd:: Showing keyboard input. - * @key:: Specifying keys. - * @samp:: Indicating a literal sequence of characters. - * @verb:: Indicating a verbatim sequence of characters. - * @var:: Indicating metasyntactic variables. - * @env:: Indicating environment variables. - * @file:: Indicating file names. - * @command:: Indicating command names. - * @option:: Indicating option names. - * @dfn:: Specifying definitions. - * @abbr:: Indicating abbreviations. - * @acronym:: Indicating acronyms. - * @indicateurl:: Indicating an example url. - * @email:: Indicating an electronic mail address. - -  - File: texinfo.info, Node: Useful Highlighting, Next: @code, Up: Indicating - - 7.1.1 Highlighting Commands are Useful - -------------------------------------- - - The commands serve a variety of purposes: - - '@code{SAMPLE-CODE}' - Indicate text that is a literal example of a piece of a program. - *Note @code::. - - '@kbd{KEYBOARD-CHARACTERS}' - Indicate keyboard input. *Note @kbd::. - - '@key{KEY-NAME}' - Indicate the conventional name for a key on a keyboard. *Note - @key::. - - '@samp{TEXT}' - Indicate text that is a literal example of a sequence of - characters. *Note @samp::. - - '@verb{TEXT}' - Write a verbatim sequence of characters. *Note @verb::. - - '@var{METASYNTACTIC-VARIABLE}' - Indicate a metasyntactic variable. *Note @var::. - - '@env{ENVIRONMENT-VARIABLE}' - Indicate an environment variable. *Note @env::. - - '@file{FILE-NAME}' - Indicate the name of a file. *Note @file::. - - '@command{COMMAND-NAME}' - Indicate the name of a command. *Note @command::. - - '@option{OPTION}' - Indicate a command-line option. *Note @option::. - - '@dfn{TERM}' - Indicate the introductory or defining use of a term. *Note @dfn::. - - '@cite{REFERENCE}' - Indicate the name of a book. *Note @cite::. - - '@abbr{ABBREVIATION}' - Indicate an abbreviation, such as 'Comput.'. - - '@acronym{ACRONYM}' - Indicate an acronym. *Note @acronym::. - - '@indicateurl{UNIFORM-RESOURCE-LOCATOR}' - Indicate an example (that is, nonfunctional) uniform resource - locator. *Note @indicateurl::. (Use '@url' (*note @url::) for - live urls.) - - '@email{EMAIL-ADDRESS[, DISPLAYED-TEXT]}' - Indicate an electronic mail address. *Note @email::. - -  - File: texinfo.info, Node: @code, Next: @kbd, Prev: Useful Highlighting, Up: Indicating - - 7.1.2 '@code'{SAMPLE-CODE} - -------------------------- - - Use the '@code' command to indicate text that is a piece of a program - and which consists of entire syntactic tokens. Enclose the text in - braces. - - Thus, you should use '@code' for an expression in a program, for the - name of a variable or function used in a program, or for a keyword in a - programming language. - - Use '@code' for command names in languages that resemble programming - languages, such as Texinfo. For example, '@code' and '@samp' are - produced by writing '@code{@@code}' and '@code{@@samp}' in the Texinfo - source, respectively. - - It is incorrect to alter the case of a word inside a '@code' command - when it appears at the beginning of a sentence. Most computer languages - are case sensitive. In C, for example, 'Printf' is different from the - identifier 'printf', and most likely is a misspelling of it. Even in - languages which are not case sensitive, it is confusing to a human - reader to see identifiers spelled in different ways. Pick one spelling - and always use that. If you do not want to start a sentence with a - command name written all in lowercase, you should rearrange the - sentence. - - In the Info output, '@code' results in single quotation marks around - the text. In other formats, '@code' argument is typeset in a typewriter - (monospace) font. For example, - - The function returns @code{nil}. - - produces this: - - The function returns 'nil'. - - Here are some cases for which it is preferable _not_ to use '@code': - - * For shell command names, such as 'ls' (use '@command'). - - * For environment variables, such as 'TEXINPUTS' (use '@env'). - - * For shell options, such as '-c', when such options stand alone (use - '@option'). - - * An entire shell command often looks better if written using '@samp' - rather than '@code'. In this case, the rule is to choose the more - pleasing format. - - * For a string of characters shorter than a syntactic token. For - example, if you are writing about 'goto-ch', which is just a part - of the name for the 'goto-char' Emacs Lisp function, you should use - '@samp'. - - * In general, when writing about the characters used in a token; for - example, do not use '@code' when you are explaining what letters or - printable symbols can be used in the names of functions. (Use - '@samp'.) Also, you should not use '@code' to mark text that is - considered input to programs unless the input is written in a - language that is like a programming language. For example, you - should not use '@code' for the keystroke commands of GNU Emacs (use - '@kbd' instead) although you may use '@code' for the names of the - Emacs Lisp functions that the keystroke commands invoke. - - By default, TeX will consider breaking lines at '-' and '_' - characters within '@code' and related commands. This can be controlled - with '@allowcodebreaks' (*note @allowcodebreaks::). The HTML output - attempts to respect this for '-', but ultimately it is up to the - browser's behavior. For Info, it seems better never to make such - breaks. - - For Info, the quotes are omitted in the output of the '@code' command - and related commands (e.g., '@kbd', '@command'), in typewriter-like - contexts such as the '@example' environment (*note @example::) and - '@code' itself, etc. - - To control which quoting characters are implicitly inserted by - Texinfo processors in the output of '@code', etc., see the - 'OPEN_QUOTE_SYMBOL' and 'CLOSE_QUOTE_SYMBOL' customization variables - (*note Other Customization Variables::). This is separate from how - actual quotation characters in the input document are handled (*note - Inserting Quote Characters::). - -  - File: texinfo.info, Node: @kbd, Next: @key, Prev: @code, Up: Indicating - - 7.1.3 '@kbd'{KEYBOARD-CHARACTERS} - --------------------------------- - - Use the '@kbd' command for characters of input to be typed by users. - For example, to refer to the characters 'M-a', write: - - @kbd{M-a} - - and to refer to the characters 'M-x shell', write: - - @kbd{M-x shell} - - By default, the '@kbd' command produces a different font (slanted - typewriter instead of normal typewriter), so users can distinguish the - characters that they are supposed to type from those that the computer - outputs. - - Since the usage of '@kbd' varies from manual to manual, you can - control the font switching with the '@kbdinputstyle' command. This - command has no effect on Info output. Write this command at the - beginning of a line with a single word as an argument, one of the - following: - - 'code' - Always use the same font for '@kbd' as '@code'. - 'example' - Use the distinguishing font for '@kbd' only in '@example' and - similar environments. - 'distinct' - (the default) Always use the distinguishing font for '@kbd'. - - You can embed another @-command inside the braces of a '@kbd' - command. Here, for example, is the way to describe a command that would - be described more verbosely as "press the 'r' key and then press the - <RETURN> key": - - @kbd{r @key{RET}} - - This produces: 'r <RET>'. (The present manual uses the default for - '@kbdinputstyle'.) - - You also use the '@kbd' command if you are spelling out the letters - you type; for example: - - To give the @code{logout} command, - type the characters @kbd{l o g o u t @key{RET}}. - - This produces: - - To give the 'logout' command, type the characters 'l o g o u t - <RET>'. - - (Also, this example shows that you can add spaces for clarity. If - you explicitly want to mention a space character as one of the - characters of input, write '@key{SPC}' for it.) - -  - File: texinfo.info, Node: @key, Next: @samp, Prev: @kbd, Up: Indicating - - 7.1.4 '@key'{KEY-NAME} - ---------------------- - - Use the '@key' command for the conventional name for a key on a - keyboard, as in: - - @key{RET} - - You can use the '@key' command within the argument of an '@kbd' - command when the sequence of characters to be typed includes one or more - keys that are described by name. - - For example, to produce 'C-x <ESC>' and 'M-<TAB>' you would type: - - @kbd{C-x @key{ESC}} - @kbd{M-@key{TAB}} - - Here is a list of the recommended names for keys: - - SPC - Space - RET - Return - LFD - Linefeed (however, since most keyboards nowadays do not have a - Linefeed key, it might be better to call this character 'C-j') - TAB - Tab - BS - Backspace - ESC - Escape - DELETE - Delete - SHIFT - Shift - CTRL - Control - META - Meta - - There are subtleties to handling words like 'meta' or 'ctrl' that are - names of modifier keys. When mentioning a character in which the - modifier key is used, such as 'Meta-a', use the '@kbd' command alone; do - not use the '@key' command; but when you are referring to the modifier - key in isolation, use the '@key' command. For example, write - '@kbd{Meta-a}' to produce 'Meta-a' and '@key{META}' to produce <META>. - - As a convention in GNU manuals, '@key' should not be used in index - entries. - -  - File: texinfo.info, Node: @samp, Next: @verb, Prev: @key, Up: Indicating - - 7.1.5 '@samp'{TEXT} - ------------------- - - Use the '@samp' command to indicate text that is a literal example or - 'sample' of a sequence of characters in a file, string, pattern, etc. - Enclose the text in braces. The argument appears within single - quotation marks in both the Info file and the printed manual; in - addition, it is printed in a fixed-width font. - - To match @samp{foo} at the end of the line, - use the regexp @samp{foo$}. - - produces - - To match 'foo' at the end of the line, use the regexp 'foo$'. - - Any time you are referring to single characters, you should use - '@samp' unless '@kbd' or '@key' is more appropriate. Also, you may use - '@samp' for entire statements in C and for entire shell commands--in - this case, '@samp' often looks better than '@code'. Basically, '@samp' - is a catchall for whatever is not covered by '@code', '@kbd', '@key', - '@command', etc. - - Only include punctuation marks within braces if they are part of the - string you are specifying. Write punctuation marks outside the braces - if those punctuation marks are part of the English text that surrounds - the string. In the following sentence, for example, the commas and - period are outside of the braces: - - In English, the vowels are @samp{a}, @samp{e}, - @samp{i}, @samp{o}, @samp{u}, and sometimes - @samp{y}. - - This produces: - - In English, the vowels are 'a', 'e', 'i', 'o', 'u', and sometimes - 'y'. - -  - File: texinfo.info, Node: @verb, Next: @var, Prev: @samp, Up: Indicating - - 7.1.6 '@verb'{CHARTEXTCHAR} - --------------------------- - - Use the '@verb' command to print a verbatim sequence of characters. - - Like LaTeX's '\verb' command, the verbatim text can be quoted using - any unique delimiter character. Enclose the verbatim text, including - the delimiters, in braces. Text is printed in a fixed-width font: - - How many @verb{|@|}-escapes does one need to print this - @verb{.@a @b.@c.} string or @verb{+@'e?`{}!`\+} this? - - produces - - How many @-escapes does one need to print this - @a @b.@c string or @'e?`{}!`\ this? - - This is in contrast to '@samp' (see the previous section), '@code', - and similar commands; in those cases, the argument is normal Texinfo - text, where the three characters '@{}' are special, as usual. With - '@verb', nothing is special except the delimiter character you choose. - - The delimiter character itself may appear inside the verbatim text, - as shown above. As another example, '@verb{...}' prints a single - (fixed-width) period. - - It is not reliable to use '@verb' inside other Texinfo constructs. - In particular, it does not work to use '@verb' in anything related to - cross-referencing, such as section titles or figure captions. - -  - File: texinfo.info, Node: @var, Next: @env, Prev: @verb, Up: Indicating - - 7.1.7 '@var'{METASYNTACTIC-VARIABLE} - ------------------------------------ - - Use the '@var' command to indicate metasyntactic variables. A - "metasyntactic variable" is something that stands for another piece of - text. For example, you should use a metasyntactic variable in the - documentation of a function to describe the arguments that are passed to - that function. - - Do not use '@var' for the names of normal variables in computer - programs. These are specific names, so '@code' is correct for them - ('@code'). For example, the Emacs Lisp variable 'texinfo-tex-command' - is not a metasyntactic variable; it is properly formatted using '@code'. - - Do not use '@var' for environment variables either; '@env' is correct - for them (see the next section). - - The effect of '@var' in the Info file is to change the case of the - argument to all uppercase. In the printed manual and HTML output, the - argument is output in slanted type. - - For example, - - To delete file @var{filename}, - type @samp{rm @var{filename}}. - - produces - - To delete file FILENAME, type 'rm FILENAME'. - - (Note that '@var' may appear inside '@code', '@samp', '@file', etc.) - - Write a metasyntactic variable all in lowercase without spaces, and - use hyphens to make it more readable. Thus, the Texinfo source for the - illustration of how to begin a Texinfo manual looks like this: - - \input texinfo - @@settitle @var{name-of-manual} - - This produces: - - \input texinfo - @settitle NAME-OF-MANUAL - - In some documentation styles, metasyntactic variables are shown with - angle brackets, for example: - - ..., type rm <filename> - - However, that is not the style that Texinfo uses. - -  - File: texinfo.info, Node: @env, Next: @file, Prev: @var, Up: Indicating - - 7.1.8 '@env'{ENVIRONMENT-VARIABLE} - ---------------------------------- - - Use the '@env' command to indicate environment variables, as used by - many operating systems, including GNU. Do not use it for - _meta_syntactic variables; use '@var' for those (see the previous - section). - - '@env' is equivalent to '@code' in its effects. For example: - - The @env{PATH} environment variable ... - produces - The 'PATH' environment variable ... - -  - File: texinfo.info, Node: @file, Next: @command, Prev: @env, Up: Indicating - - 7.1.9 '@file'{FILE-NAME} - ------------------------ - - Use the '@file' command to indicate text that is the name of a file, - buffer, or directory, or is the name of a node in Info. You can also - use the command for file name suffixes. Do not use '@file' for symbols - in a programming language; use '@code'. - - '@file' is equivalent to 'code' in its effects. For example, - - The @file{.el} files are in - the @file{/usr/local/emacs/lisp} directory. - - produces - - The '.el' files are in the '/usr/local/emacs/lisp' directory. - -  - File: texinfo.info, Node: @command, Next: @option, Prev: @file, Up: Indicating - - 7.1.10 '@command'{COMMAND-NAME} - ------------------------------- - - Use the '@command' command to indicate command names, such as 'ls' or - 'cc'. - - '@command' is equivalent to '@code' in its effects. For example: - - The command @command{ls} lists directory contents. - produces - The command 'ls' lists directory contents. - - You should write the name of a program in the ordinary text font, - rather than using '@command', if you regard it as a new English word, - such as 'Emacs' or 'Bison'. - - When writing an entire shell command invocation, as in 'ls -l', you - should use either '@samp' or '@code' at your discretion. - -  - File: texinfo.info, Node: @option, Next: @dfn, Prev: @command, Up: Indicating - - 7.1.11 '@option'{OPTION-NAME} - ----------------------------- - - Use the '@option' command to indicate a command-line option; for - example, '-l' or '--version' or '--output=FILENAME'. - - '@option' is equivalent to '@code' in its effects. For example: - - The option @option{-l} produces a long listing. - produces - The option '-l' produces a long listing. - -  - File: texinfo.info, Node: @dfn, Next: @abbr, Prev: @option, Up: Indicating - - 7.1.12 '@dfn'{TERM} - ------------------- - - Use the '@dfn' command to identify the introductory or defining use of a - technical term. Use the command only in passages whose purpose is to - introduce a term which will be used again or which the reader ought to - know. Mere passing mention of a term for the first time does not - deserve '@dfn'. The command generates italics in the printed manual, - and double quotation marks in the Info file. For example: - - Getting rid of a file is called @dfn{deleting} it. - - produces - - Getting rid of a file is called "deleting" it. - - As a general rule, a sentence containing the defining occurrence of a - term should be a definition of the term. The sentence does not need to - say explicitly that it is a definition, but it should contain the - information of a definition--it should make the meaning clear. - -  - File: texinfo.info, Node: @abbr, Next: @acronym, Prev: @dfn, Up: Indicating - - 7.1.13 '@abbr'{ABBREVIATION[, MEANING]} - --------------------------------------- - - You can use the '@abbr' command for general abbreviations. The - abbreviation is given as the single argument in braces, as in - '@abbr{Comput.}'. As a matter of style, or for particular - abbreviations, you may prefer to omit periods, as in '@abbr{Mr} - Stallman'. - - '@abbr' accepts an optional second argument, intended to be used for - the meaning of the abbreviation. - - If the abbreviation ends with a lowercase letter and a period, and is - not at the end of a sentence, and has no second argument, remember to - use the '@.' command (*note Ending a Sentence::) to get the correct - spacing. However, you do not have to use '@.' within the abbreviation - itself; Texinfo automatically assumes periods within the abbreviation do - not end a sentence. - - In TeX and in the Info output, the first argument is printed as-is; - if the second argument is present, it is printed in parentheses after - the abbreviation. In HTML the '<abbr>' tag is used; in Docbook, the - '<abbrev>' tag is used. For instance: - - @abbr{Comput. J., Computer Journal} - - produces: - - Comput. J. (Computer Journal) - - For abbreviations consisting of all capital letters, you may prefer - to use the '@acronym' command instead. See the next section for more on - the usage of these two commands. - -  - File: texinfo.info, Node: @acronym, Next: @indicateurl, Prev: @abbr, Up: Indicating - - 7.1.14 '@acronym'{ACRONYM[, MEANING]} - ------------------------------------- - - You can use the '@acronym' command for abbreviations written in all - capital letters, such as 'NASA'. The abbreviation is given as the - single argument in braces, as in '@acronym{NASA}'. As a matter of - style, or for particular acronyms, you may prefer to use periods, as in - '@acronym{N.A.S.A.}'. - - '@acronym' accepts an optional second argument, intended to be used - for the meaning of the acronym. - - If the acronym is at the end of a sentence, and if there is no second - argument, remember to use the '@.' or similar command (*note Ending a - Sentence::) to get the correct spacing. - - In TeX, the acronym is printed in slightly smaller font. In the Info - output, the argument is printed as-is. In either format, if the second - argument is present, it is printed in parentheses after the acronym. In - HTML and Docbook the '<acronym>' tag is used. - - For instance (since GNU is a recursive acronym, we use '@acronym' - recursively): - - @acronym{GNU, @acronym{GNU}'s Not Unix} - - produces: - - GNU (GNU's Not Unix) - - In some circumstances, it is conventional to print family names in - all capitals. Don't use '@acronym' for this, since a name is not an - acronym. Use '@sc' instead (*note Smallcaps::). - - '@abbr' and '@acronym' are closely related commands: they both signal - to the reader that a shortened form is being used, and possibly give a - meaning. When choosing whether to use these two commands, please bear - the following in mind. - - - In common English usage, acronyms are a subset of abbreviations: - they include pronounceable words like 'NATO', 'radar', and 'snafu'; - some sources also include syllable acronyms like 'Usenet', hybrids - like 'SIGGRAPH', and unpronounceable initialisms like 'FBI'. - - - In Texinfo, an acronym (but not an abbreviation) should consist - only of capital letters and periods, no lowercase. - - - In TeX, an acronym (but not an abbreviation) is printed in a - slightly smaller font. - - - Some browsers place a dotted bottom border under abbreviations but - not acronyms. - - - It usually turns out to be quite difficult and/or time-consuming to - consistently use '@acronym' for all sequences of uppercase letters. - Furthermore, it looks strange for some acronyms to be in the normal - font size and others to be smaller. Thus, a simpler approach you - may wish to consider is to avoid '@acronym' and just typeset - everything as normal text in all capitals: 'GNU', producing the - output 'GNU'. - - - In general, it's not essential to use either of these commands for - all abbreviations; use your judgment. Text is perfectly readable - without them. - -  - File: texinfo.info, Node: @indicateurl, Next: @email, Prev: @acronym, Up: Indicating - - 7.1.15 '@indicateurl'{UNIFORM-RESOURCE-LOCATOR} - ----------------------------------------------- - - Use the '@indicateurl' command to indicate a uniform resource locator on - the World Wide Web. This is purely for markup purposes and does not - produce a link you can follow (use the '@url' or '@uref' command for - that, *note @url::). '@indicateurl' is useful for urls which do not - actually exist. For example: - - For example, the url might be @indicateurl{http://example.org/path}. - - which produces: - - For example, the url might be 'http://example.org/path'. - - The output from '@indicateurl' is more or less like that of '@samp' - (*note @samp::). - -  - File: texinfo.info, Node: @email, Prev: @indicateurl, Up: Indicating - - 7.1.16 '@email'{EMAIL-ADDRESS[, DISPLAYED-TEXT]} - ------------------------------------------------ - - Use the '@email' command to indicate an electronic mail address. It - takes one mandatory argument, the address, and one optional argument, - the text to display (the default is the address itself). - - In Info, the address is shown in angle brackets, preceded by the text - to display if any. In TeX, the angle brackets are omitted. In HTML - output, '@email' produces a 'mailto' link that usually brings up a mail - composition window. For example: - - Send bug reports to @email{bug-texinfo@@gnu.org}, - suggestions to the @email{bug-texinfo@@gnu.org, same place}. - - produces - - Send bug reports to <bug-texinfo@gnu.org>, - suggestions to the same place <bug-texinfo@gnu.org>. - -  - File: texinfo.info, Node: Emphasis, Prev: Indicating, Up: Marking Text - - 7.2 Emphasizing Text - ==================== - - Usually, Texinfo changes the font to mark words in the text according to - the category the words belong to; an example is the '@code' command. - Most often, this is the best way to mark words. However, sometimes you - will want to emphasize text without indicating a category. Texinfo has - two commands to do this. Also, Texinfo has several commands that - specify the font in which text will be output. These commands have no - effect in Info and only one of them, the '@r' command, has any regular - use. - - * Menu: - - * @emph @strong:: How to emphasize text in Texinfo. - * Smallcaps:: How to use the small caps font. - * Fonts:: Various font commands for printed output. - -  - File: texinfo.info, Node: @emph @strong, Next: Smallcaps, Up: Emphasis - - 7.2.1 '@emph'{TEXT} and '@strong'{TEXT} - --------------------------------------- - - The '@emph' and '@strong' commands are for emphasis; '@strong' is - stronger. In printed output, '@emph' produces _italics_ and '@strong' - produces *bold*. In the Info output, '@emph' surrounds the text with - underscores ('_'), and '@strong' puts asterisks around the text. - - For example, - - @strong{Caution:} @samp{rm * .[^.]*} - removes @emph{all} files in the directory. - - produces the following: - - *Caution*: 'rm * .[^.]*' removes _all_ files in the directory. - - The '@strong' command is seldom used except to mark what is, in - effect, a typographical element, such as the word 'Caution' in the - preceding example. - - Caution: Do not use '@strong' with the word 'Note' followed by a - space; Info will mistake the combination for a cross-reference. - Use a phrase such as *Please notice* or *Caution* instead, or the - optional argument to '@quotation'--'Note' is allowable there. - -  - File: texinfo.info, Node: Smallcaps, Next: Fonts, Prev: @emph @strong, Up: Emphasis - - 7.2.2 '@sc'{TEXT}: The Small Caps Font - -------------------------------------- - - Use the '@sc' command to set text in A SMALL CAPS FONT (where possible). - Write the text you want to be in small caps between braces in lowercase, - like this: - - Richard @sc{Stallman} commence' GNU. - - This produces: - - Richard STALLMAN commence' GNU. - - As shown here, we recommend reserving '@sc' for special cases where - you want typographic small caps; family names are one such, especially - in languages other than English, though there are no hard-and-fast rules - about such things. - - TeX typesets any uppercase letters between the braces of an '@sc' - command in full-size capitals; only lowercase letters are printed in the - small caps font. In the Info output, the argument to '@sc' is printed - in all uppercase. In HTML, the argument is uppercased and the output - marked with the '<small>' tag to reduce the font size, since HTML cannot - easily represent true small caps. - - Overall, we recommend using standard upper- and lowercase letters - wherever possible. - -  - File: texinfo.info, Node: Fonts, Prev: Smallcaps, Up: Emphasis - - 7.2.3 Fonts for Printing - ------------------------ - - Texinfo provides one command to change the size of the main body font in - the TeX output for a document: '@fonttextsize'. It has no effect in - other output. It takes a single argument on the remainder of the line, - which must be either '10' or '11'. For example: - - @fonttextsize 10 - - The effect is to reduce the body font to a 10pt size (the default is - 11pt). Fonts for other elements, such as sections and chapters, are - reduced accordingly. This should only be used in conjunction with - '@smallbook' (*note @smallbook::) or similar, since 10pt fonts on - standard paper (8.5x11 or A4) are too small. One reason to use this - command is to save pages, and hence printing cost, for physical books. - - Texinfo does not at present have commands to switch the font family - to use, or more general size-changing commands. - - Texinfo also provides a number of font commands that specify font - changes in the printed manual and (where possible) in the HTML output. - They have no effect in Info. All the commands apply to a following - argument surrounded by braces. - - '@b' - selects bold face; - - '@i' - selects an italic font; - - '@r' - selects a roman font, which is the usual font in which text is - printed. It may or may not be seriffed. - - '@sansserif' - selects a sans serif font; - - '@slanted' - selects a slanted font; - - '@t' - selects the fixed-width, typewriter-style font used by '@code'; - - (The commands with longer names were invented much later than the - others, at which time it did not seem desirable to use very short names - for such infrequently needed features.) - - The '@r' command can be useful in example-like environments, to write - comments in the standard roman font instead of the fixed-width font. - This looks better in printed output, and produces a '<lineannotation>' - tag in Docbook output. - - For example, - - @lisp - (+ 2 2) ; @r{Add two plus two.} - @end lisp - - produces - - (+ 2 2) ; Add two plus two. - - The '@t' command can occasionally be useful to produce output in a - typewriter font where that is supported (e.g., HTML and PDF), but no - distinction is needed in Info or plain text: '@t{foo}' produces foo, cf. - '@code{foo}' producing 'foo'. - - In general, the other font commands are unlikely to be useful; they - exist primarily to make it possible to document the functionality of - specific font effects, such as in TeX and related packages. - -  - File: texinfo.info, Node: Quotations and Examples, Next: Lists and Tables, Prev: Marking Text, Up: Top - - 8 Quotations and Examples - ************************* - - Quotations and examples are blocks of text consisting of one or more - whole paragraphs that are set off from the bulk of the text and treated - differently. They are usually indented in the output. - - In Texinfo, you always begin a quotation or example by writing an - @-command at the beginning of a line by itself, and end it by writing an - '@end' command that is also at the beginning of a line by itself. For - instance, you begin an example by writing '@example' by itself at the - beginning of a line and end the example by writing '@end example' on a - line by itself, at the beginning of that line, and with only one space - between the '@end' and the 'example'. - - * Menu: - - * Block Enclosing Commands:: Different constructs for different purposes. - * @quotation:: Writing a quotation. - * @indentedblock:: Block of text indented on left. - * @example:: Writing an example in a fixed-width font. - * @verbatim:: Writing a verbatim example. - * @lisp:: Illustrating Lisp code. - * @display:: Writing an example in the current font. - * @format:: Writing an example without narrowed margins. - * @exdent:: Undo indentation on a line. - * @flushleft @flushright:: Pushing text flush left or flush right. - * @raggedright:: Avoiding justification on the right. - * @noindent:: Preventing paragraph indentation. - * @indent:: Forcing paragraph indentation. - * @cartouche:: Drawing rounded rectangles around text. - * @small...:: Examples in a smaller font. - -  - File: texinfo.info, Node: Block Enclosing Commands, Next: @quotation, Up: Quotations and Examples - - 8.1 Block Enclosing Commands - ============================ - - Here is a summary of commands that enclose blocks of text, also known as - "environments". They're explained further in the following sections. - - '@quotation' - Indicate text that is quoted. The text is filled, indented (from - both margins), and printed in a roman font by default. - - '@indentedblock' - Like '@quotation', but the text is indented only on the left. - - '@example' - Illustrate code, commands, and the like. The text is printed in a - fixed-width font, and indented but not filled. - - '@lisp' - Like '@example', but specifically for illustrating Lisp code. The - text is printed in a fixed-width font, and indented but not filled. - - '@verbatim' - Mark a piece of text that is to be printed verbatim; no character - substitutions are made and all commands are ignored, until the next - '@end verbatim'. The text is printed in a fixed-width font, and - not indented or filled. Extra spaces and blank lines are - significant, and tabs are expanded. - - '@display' - Display illustrative text. The text is indented but not filled, - and no font is selected (so, by default, the font is roman). - - '@format' - Like '@display' (the text is not filled and no font is selected), - but the text is not indented. - - '@smallquotation' - '@smallindentedblock' - '@smallexample' - '@smalllisp' - '@smalldisplay' - '@smallformat' - These '@small...' commands are just like their non-small - counterparts, except that they output text in a smaller font size, - where possible. - - '@flushleft' - '@flushright' - Text is not filled, but is set flush with the left or right margin, - respectively. - - '@raggedright' - Text is filled, but only justified on the left, leaving the right - margin ragged. - - '@cartouche' - Highlight text, often an example or quotation, by drawing a box - with rounded corners around it. - - The '@exdent' command is used within the above constructs to undo the - indentation of a line. - - The '@noindent' command may be used after one of the above constructs - (or at the beginning of any paragraph) to prevent the following text - from being indented as a new paragraph. - -  - File: texinfo.info, Node: @quotation, Next: @indentedblock, Prev: Block Enclosing Commands, Up: Quotations and Examples - - 8.2 '@quotation': Block Quotations - ================================== - - The text of a quotation is processed like normal text (regular font, - text is filled) except that: - - * both the left and right margins are closer to the center of the - page, so the whole of the quotation is indented; - - * the first lines of paragraphs are indented no more than other - lines; and - - * an '@author' command may be given to specify the author of the - quotation. - - This is an example of text written between a '@quotation' command - and an '@end quotation' command. A '@quotation' command is most - often used to indicate text that is excerpted from another (real or - hypothetical) printed work. - - Write a '@quotation' command as text on a line by itself. This line - will disappear from the output. Mark the end of the quotation with a - line beginning with and containing only '@end quotation'. The '@end - quotation' line will likewise disappear from the output. - - '@quotation' takes one optional argument, given on the remainder of - the line. This text, if present, is included at the beginning of the - quotation in bold or otherwise emphasized, and followed with a ':'. For - example: - - @quotation Note - This is - a foo. - @end quotation - - produces - - Note: This is a foo. - - If the '@quotation' argument is one of these English words - (case-insensitive): - - Caution Important Note Tip Warning - - then the Docbook output uses corresponding special tags ('<note>', etc.) - instead of the default '<blockquote>'. HTML output always uses - '<blockquote>'. - - If the author of the quotation is specified in the '@quotation' block - with the '@author' command, a line with the author name is displayed - after the quotation: - - @quotation - People sometimes ask me if it is a sin in the Church of Emacs to use - vi. Using a free version of vi is not a sin; it is a penance. So happy - hacking. - - @author Richard Stallman - @end quotation - - produces - - People sometimes ask me if it is a sin in the Church of Emacs to - use vi. Using a free version of vi is not a sin; it is a penance. - So happy hacking. - - -- _Richard Stallman_ - - Texinfo also provides a command '@smallquotation', which is just like - '@quotation' but uses a smaller font size where possible. *Note - @small...::. - -  - File: texinfo.info, Node: @indentedblock, Next: @example, Prev: @quotation, Up: Quotations and Examples - - 8.3 '@indentedblock': Indented text blocks - ========================================== - - The '@indentedblock' environment is similar to '@quotation', except that - text is only indented on the left (and there is no optional argument for - an author). Thus, the text font remains unchanged, and text is gathered - and filled as usual, but the left margin is increased. For example: - - This is an example of text written between an '@indentedblock' - command and an '@end indentedblock' command. The '@indentedblock' - environment can contain any text or other commands desired. - - This is written in the Texinfo source as: - - @indentedblock - This is an example ... - @end indentedblock - - Texinfo also provides a command '@smallindentedblock', which is just - like '@indentedblock' but uses a smaller font size where possible. - *Note @small...::. - -  - File: texinfo.info, Node: @example, Next: @verbatim, Prev: @indentedblock, Up: Quotations and Examples - - 8.4 '@example': Example Text - ============================ - - The '@example' environment is used to indicate an example that is not - part of the running text, such as computer input or output. Write an - '@example' command at the beginning of a line by itself. Mark the end - of the example with an '@end example' command, also written at the - beginning of a line by itself. - - An '@example' environment has the following characteristics: - - * Each line in the input file is a line in the output; that is, the - source text is not filled as it normally is. - * Extra spaces and blank lines are significant. - * The output is indented. - * The output uses a fixed-width font. - * Texinfo commands _are_ expanded; if you want the output to be the - input verbatim, use the '@verbatim' environment instead (*note - @verbatim::). - - For example, - - @example - cp foo @var{dest1}; \ - cp foo @var{dest2} - @end example - - produces - - cp foo DEST1; \ - cp foo DEST2 - - The lines containing '@example' and '@end example' will disappear - from the output. To make the output look good, you should put a blank - line before the '@example' and another blank line after the '@end - example'. Blank lines inside the beginning '@example' and the ending - '@end example', on the other hand, do appear in the output. - - Caution: Do not use tabs in the lines of an example! (Or anywhere - else in Texinfo, except in verbatim environments.) TeX treats tabs - as single spaces, and that is not what they look like. In Emacs, - you can use 'M-x untabify' to convert tabs in a region to multiple - spaces. - - Examples are often, logically speaking, "in the middle" of a - paragraph, and the text that continues afterwards should not be - indented, as in the example above. The '@noindent' command prevents a - piece of text from being indented as if it were a new paragraph (*note - @noindent::). - - If you want to embed code fragments within sentences, instead of - displaying them, use the '@code' command or its relatives (*note - @code::). - - If you wish to write a "comment" on a line of an example in the - normal roman font, you can use the '@r' command (*note Fonts::). - -  - File: texinfo.info, Node: @verbatim, Next: @lisp, Prev: @example, Up: Quotations and Examples - - 8.5 '@verbatim': Literal Text - ============================= - - Use the '@verbatim' environment for printing of text that may contain - special characters or commands that should not be interpreted, such as - computer input or output ('@example' interprets its text as regular - Texinfo commands). This is especially useful for including - automatically generated files in a Texinfo manual. - - In general, the output will be just the same as the input. No - character substitutions are made, e.g., all spaces and blank lines are - significant, including tabs. In the printed manual, the text is typeset - in a fixed-width font, and not indented or filled. - - Write a '@verbatim' command at the beginning of a line by itself. - This line will disappear from the output. Mark the end of the verbatim - block with an '@end verbatim' command, also written at the beginning of - a line by itself. The '@end verbatim' will also disappear from the - output. - - For example: - - @verbatim - { - <TAB>@command with strange characters: @'e - expand<TAB>me - } - @end verbatim - - This produces: - - { - @command with strange characters: @'e - expand me - } - - Since the lines containing '@verbatim' and '@end verbatim' produce no - output, typically you should put a blank line before the '@verbatim' and - another blank line after the '@end verbatim'. Blank lines between the - beginning '@verbatim' and the ending '@end verbatim' will appear in the - output. - - You can get a "small" verbatim by enclosing the '@verbatim' in an - '@smallformat' environment, as shown here: - - @smallformat - @verbatim - ... still verbatim, but in a smaller font ... - @end verbatim - @end smallformat - - Finally, a word of warning: it is not reliable to use '@verbatim' - inside other Texinfo constructs. - - See also *note @verbatiminclude::. - -  - File: texinfo.info, Node: @lisp, Next: @display, Prev: @verbatim, Up: Quotations and Examples - - 8.6 '@lisp': Marking a Lisp Example - =================================== - - The '@lisp' command is used for Lisp code. It is synonymous with the - '@example' command. - - This is an example of text written between an - @lisp command and an @end lisp command. - - Use '@lisp' instead of '@example' to preserve information regarding - the nature of the example. This is useful, for example, if you write a - function that evaluates only and all the Lisp code in a Texinfo file. - Then you can use the Texinfo file as a Lisp library. Mark the end of - '@lisp' with '@end lisp' on a line by itself. - -  - File: texinfo.info, Node: @display, Next: @format, Prev: @lisp, Up: Quotations and Examples - - 8.7 '@display': Examples Using the Text Font - ============================================ - - The '@display' command begins another kind of environment, where the - font is left unchanged, not switched to typewriter as with '@example'. - Each line of input still produces a line of output, and the output is - still indented. - - This is an example of text written between a '@display' command - and an '@end display' command. The '@display' command - indents the text, but does not fill it. - - Texinfo also provides the environment '@smalldisplay', which is like - '@display' but uses a smaller font size. *Note @small...::. - -  - File: texinfo.info, Node: @format, Next: @exdent, Prev: @display, Up: Quotations and Examples - - 8.8 '@format': Examples Using the Full Line Width - ================================================= - - The '@format' command is similar to '@display', except it leaves the - text unindented. Like '@display', it does not select the fixed-width - font. - - This is an example of text written between a '@format' command - and an '@end format' command. As you can see - from this example, - the '@format' command does not fill the text. - - Texinfo also provides the environment '@smallformat', which is like - '@format' but uses a smaller font size. *Note @small...::. - -  - File: texinfo.info, Node: @exdent, Next: @flushleft @flushright, Prev: @format, Up: Quotations and Examples - - 8.9 '@exdent': Undoing a Line's Indentation - =========================================== - - The '@exdent' command removes any indentation a line might have. The - command is written at the beginning of a line and applies only to the - text that follows the command that is on the same line. Do not use - braces around the text. In a printed manual, the text on an '@exdent' - line is printed in the roman font. - - '@exdent' is usually used within examples. Thus, - - @example - This line follows an @@example command. - @exdent This line is exdented. - This line follows the exdented line. - The @@end example comes on the next line. - @end example - - produces - - This line follows an @example command. - This line is exdented. - This line follows the exdented line. - The @end example comes on the next line. - - In practice, the '@exdent' command is rarely used. Usually, you - un-indent text by ending the example and returning the page to its - normal width. - - '@exdent' has no effect in HTML output. - -  - File: texinfo.info, Node: @flushleft @flushright, Next: @raggedright, Prev: @exdent, Up: Quotations and Examples - - 8.10 '@flushleft' and '@flushright' - =================================== - - The '@flushleft' and '@flushright' commands line up the ends of lines on - the left and right margins of a page, but do not fill the text. The - commands are written on lines of their own, without braces. The - '@flushleft' and '@flushright' commands are ended by '@end flushleft' - and '@end flushright' commands on lines of their own. - - For example, - - @flushleft - This text is - written flushleft. - @end flushleft - - produces - - This text is - written flushleft. - - '@flushright' produces the type of indentation often used in the - return address of letters. For example, - - @flushright - Here is an example of text written - flushright. The @code{@flushright} command - right justifies every line but leaves the - left end ragged. - @end flushright - - produces - - Here is an example of text written - flushright. The '@flushright' command - right justifies every line but leaves the - left end ragged. - -  - File: texinfo.info, Node: @raggedright, Next: @noindent, Prev: @flushleft @flushright, Up: Quotations and Examples - - 8.11 '@raggedright': Ragged Right Text - ====================================== - - The '@raggedright' fills text as usual, but the text is only justified - on the left; the right margin is ragged. The command is written on a - line of its own, without braces. The '@raggedright' command is ended by - '@end raggedright' on a line of its own. This command has no effect in - Info and HTML output, where text is always set ragged right. - - The '@raggedright' command can be useful with paragraphs containing - lists of commands with long names, when it is known in advance that - justifying the text on both margins will make the paragraph look bad. - - An example (from elsewhere in this manual): - - @raggedright - Commands for double and single angle quotation marks: - @code{@@guillemetleft@{@}}, @code{@@guillemetright@{@}}, - @code{@@guillemotleft@{@}}, @code{@@guillemotright@{@}}, - @code{@@guilsinglleft@{@}}, @code{@@guilsinglright@{@}}. - @end raggedright - - produces - - Commands for double and single angle quotation marks: - '@guillemetleft{}', '@guillemetright{}', '@guillemotleft{}', - '@guillemotright{}', '@guilsinglleft{}', '@guilsinglright{}'. - -  - File: texinfo.info, Node: @noindent, Next: @indent, Prev: @raggedright, Up: Quotations and Examples - - 8.12 '@noindent': Omitting Indentation - ====================================== - - An example or other inclusion can break a paragraph into segments. - Ordinarily, the formatters indent text that follows an example as a new - paragraph. You can prevent this on a case-by-case basis by writing - '@noindent' at the beginning of a line, preceding the continuation text. - You can also disable indentation for all paragraphs globally with - '@paragraphindent' (*note @paragraphindent::). - - Here is an example showing how to eliminate the normal indentation of - the text after an '@example', a common situation: - - @example - This is an example - @end example - - @noindent - This line is not indented. As you can see, the - beginning of the line is fully flush left with the - line that follows after it. - - produces: - - This is an example - - This line is not indented. As you can see, the - beginning of the line is fully flush left with the - line that follows after it. - - The standard usage of '@noindent' is just as above: at the beginning - of what would otherwise be a paragraph, to eliminate the indentation - that normally happens there. It can either be followed by text or be on - a line by itself. There is no reason to use it in other contexts, such - as in the middle of a paragraph or inside an environment (*note - Quotations and Examples::). - - You can control the number of blank lines in the Info file output by - adjusting the input as desired: a line containing just '@noindent' does - not generate a blank line, and neither does an '@end' line for an - environment. - - Do not put braces after a '@noindent' command; they are not used, - since '@noindent' is a command used outside of paragraphs (*note Command - Syntax::). - -  - File: texinfo.info, Node: @indent, Next: @cartouche, Prev: @noindent, Up: Quotations and Examples - - 8.13 '@indent': Forcing Indentation - =================================== - - To complement the '@noindent' command (see the previous section), - Texinfo provides the '@indent' command to force a paragraph to be - indented. For instance, this paragraph (the first in this section) is - indented using an '@indent' command. - - And indeed, the first paragraph of a section is the most likely place - to use '@indent', to override the normal behavior of no indentation - there (*note @paragraphindent::). It can either be followed by text or - be on a line by itself. - - As a special case, when '@indent' is used in an environment where - text is not filled, it produces a paragraph indentation space in the TeX - output. (These environments are where a line of input produces a line - of output, such as '@example' and '@display'; for a summary of all - environments, *note Block Enclosing Commands::.) - - Do not put braces after an '@indent' command; they are not used, - since '@indent' is a command used outside of paragraphs (*note Command - Syntax::). - -  - File: texinfo.info, Node: @cartouche, Next: @small..., Prev: @indent, Up: Quotations and Examples - - 8.14 '@cartouche': Rounded Rectangles - ===================================== - - In a printed manual, the '@cartouche' command draws a box with rounded - corners around its contents. In HTML, a normal rectangle is drawn. - '@cartouche' has no effect in Info output. - - You can use this command to further highlight an example or - quotation. For instance, you could write a manual in which one type of - example is surrounded by a cartouche for emphasis. - - For example, - - @cartouche - @example - % pwd - /usr/local/share/emacs - @end example - @end cartouche - - surrounds the two-line example with a box with rounded corners, in the - printed manual. - - The output from the example looks like this (if you're reading this - in Info, you'll see the '@cartouche' had no effect): - - % pwd - /usr/local/share/emacs - - '@cartouche' also implies '@group' (*note @group::). - -  - File: texinfo.info, Node: @small..., Prev: @cartouche, Up: Quotations and Examples - - 8.15 '@small...' Block Commands - =============================== - - In addition to the regular '@example' and similar commands, Texinfo has - "small" example-style commands. These are '@smallquotation', - '@smallindentedblock', '@smalldisplay', '@smallexample', '@smallformat', - and '@smalllisp'. - - In Info output, the '@small...' commands are equivalent to their - non-small companion commands. - - In TeX, however, the '@small...' commands typeset text in a smaller - font than the non-small example commands. Thus, for instance, code - examples can contain longer lines and still fit on a page without - needing to be rewritten. - - A smaller font size is also requested in HTML output, and (as usual) - retained in the Texinfo XML transliteration. - - Mark the end of a '@small...' block with a corresponding '@end - small...'. For example, pair '@smallexample' with '@end smallexample'. - - Here is an example of the font used by the '@smallexample' command - (in Info, the output will be the same as usual): - - ... to make sure that you have the freedom to - distribute copies of free software (and charge for - this service if you wish), that you receive source - code or can get it if you want it, that you can - change the software or use pieces of it in new free - programs; and that you know you can do these things. - - The '@small...' commands use the same font style as their normal - counterparts: '@smallexample' and '@smalllisp' use a fixed-width font, - and everything else uses the regular font. They also have the same - behavior in other respects--whether filling is done and whether margins - are narrowed. - - As a general rule, a printed document looks better if you use only - one of (for instance) '@example' or '@smallexample' consistently within - a chapter. - -  - File: texinfo.info, Node: Lists and Tables, Next: Special Displays, Prev: Quotations and Examples, Up: Top - - 9 Lists and Tables - ****************** - - Texinfo has several ways of making lists and tables. Lists can be - bulleted or numbered; two-column tables can highlight the items in the - first column; multi-column tables are also supported. - - * Menu: - - * Introducing Lists:: Texinfo formats lists for you. - * @itemize:: How to construct a simple list. - * @enumerate:: How to construct a numbered list. - * Two-column Tables:: How to construct a two-column table. - * Multi-column Tables:: How to construct generalized tables. - -  - File: texinfo.info, Node: Introducing Lists, Next: @itemize, Up: Lists and Tables - - 9.1 Introducing Lists - ===================== - - Texinfo automatically indents the text in lists or tables, and numbers - an enumerated list. This last feature is useful if you modify the list, - since you do not need to renumber it yourself. - - Numbered lists and tables begin with the appropriate @-command at the - beginning of a line, and end with the corresponding '@end' command on a - line by itself. The table and itemized-list commands also require that - you write formatting information on the same line as the beginning - @-command. - - Begin an enumerated list, for example, with an '@enumerate' command - and end the list with an '@end enumerate' command. Begin an itemized - list with an '@itemize' command, followed on the same line by a - formatting command such as '@bullet', and end the list with an '@end - itemize' command. - - Precede each element of a list with an '@item' or '@itemx' command. - - - Here is an itemized list of the different kinds of table and lists: - - * Itemized lists with and without bullets. - - * Enumerated lists, using numbers or letters. - - * Two-column tables with highlighting. - - - Here is an enumerated list with the same items: - - 1. Itemized lists with and without bullets. - - 2. Enumerated lists, using numbers or letters. - - 3. Two-column tables with highlighting. - - - And here is a two-column table with the same items and their @-commands: - - '@itemize' - Itemized lists with and without bullets. - - '@enumerate' - Enumerated lists, using numbers or letters. - - '@table' - '@ftable' - '@vtable' - Two-column tables, optionally with indexing. - -  - File: texinfo.info, Node: @itemize, Next: @enumerate, Prev: Introducing Lists, Up: Lists and Tables - - 9.2 '@itemize': Making an Itemized List - ======================================= - - The '@itemize' command produces a sequence of "items", each starting - with a bullet or other mark inside the left margin, and generally - indented. - - Begin an itemized list by writing '@itemize' at the beginning of a - line. Follow the command, on the same line, with a character or a - Texinfo command that generates a mark. Usually, you will use '@bullet' - after '@itemize', but you can use '@minus', or any command or character - that results in a single character in the Info file. (When you write - the mark command such as '@bullet' after an '@itemize' command, you may - omit the '{}'.) If you don't specify a mark command, the default is - '@bullet'. If you don't want any mark at all, but still want logical - items, use '@w{}' (in this case the braces are required). - - After the '@itemize', write your items, each starting with '@item'. - Text can follow on the same line as the '@item'. The text of an item - can continue for more than one paragraph. - - There should be at least one '@item' inside the '@itemize' - environment. If none are present, 'makeinfo' gives a warning. If you - just want indented text and not a list of items, use '@indentedblock'; - *note @indentedblock::. - - Index entries and comments that are given before an '@item' including - the first, are automatically moved (internally) to after the '@item', so - the output is as expected. Historically this has been a common - practice. - - Usually, you should put a blank line between items. This puts a - blank line in the Info file. (TeX inserts the proper vertical space in - any case.) Except when the entries are very brief, these blank lines - make the list look better. - - Here is an example of the use of '@itemize', followed by the output - it produces. '@bullet' produces an '*' in Info and a round dot in other - output formats. - - @itemize @bullet - @item - Some text for foo. - - @item - Some text - for bar. - @end itemize - - This produces: - - * Some text for foo. - - * Some text for bar. - - Itemized lists may be embedded within other itemized lists. Here is - a list marked with dashes embedded in a list marked with bullets: - - @itemize @bullet - @item - First item. - - @itemize @minus - @item - Inner item. - - @item - Second inner item. - @end itemize - - @item - Second outer item. - @end itemize - - This produces: - - * First item. - - - Inner item. - - - Second inner item. - - * Second outer item. - -  - File: texinfo.info, Node: @enumerate, Next: Two-column Tables, Prev: @itemize, Up: Lists and Tables - - 9.3 '@enumerate': Making a Numbered or Lettered List - ==================================================== - - '@enumerate' is like '@itemize' (*note @itemize::), except that the - labels on the items are successive integers or letters instead of - bullets. - - Write the '@enumerate' command at the beginning of a line. The - command does not require an argument, but accepts either a number or a - letter as an option. Without an argument, '@enumerate' starts the list - with the number '1'. With a numeric argument, such as '3', the command - starts the list with that number. With an upper- or lowercase letter, - such as 'a' or 'A', the command starts the list with that letter. - - Write the text of the enumerated list in the same way as an itemized - list: write a line starting with '@item' at the beginning of each item - in the enumeration. It is ok to have text following the '@item', and - the text for an item can continue for several paragraphs. - - You should put a blank line between entries in the list. This - generally makes it easier to read the Info file. - - Here is an example of '@enumerate' without an argument: - - @enumerate - @item - Underlying causes. - - @item - Proximate causes. - @end enumerate - - This produces: - - 1. Underlying causes. - - 2. Proximate causes. - - Here is an example with an argument of '3': - - @enumerate 3 - @item - Predisposing causes. - - @item - Precipitating causes. - - @item - Perpetuating causes. - @end enumerate - - This produces: - - 3. Predisposing causes. - - 4. Precipitating causes. - - 5. Perpetuating causes. - - Here is a brief summary of the alternatives. The summary is - constructed using '@enumerate' with an argument of 'a'. - - a. '@enumerate' - - Without an argument, produce a numbered list, with the first item - numbered 1. - - b. '@enumerate UNSIGNED-INTEGER' - - With an (unsigned) numeric argument, start a numbered list with - that number. You can use this to continue a list that you - interrupted with other text. - - c. '@enumerate UPPER-CASE-LETTER' - - With an uppercase letter as argument, start a list in which each - item is marked by a letter, beginning with that uppercase letter. - - d. '@enumerate LOWER-CASE-LETTER' - - With a lowercase letter as argument, start a list in which each - item is marked by a letter, beginning with that lowercase letter. - - You can also nest enumerated lists, as in an outline. - -  - File: texinfo.info, Node: Two-column Tables, Next: Multi-column Tables, Prev: @enumerate, Up: Lists and Tables - - 9.4 Making a Two-column Table - ============================= - - '@table' is similar to '@itemize' (*note @itemize::), but allows you to - specify a name or heading line for each item. The '@table' command is - used to produce two-column tables, and is especially useful for - glossaries, explanatory exhibits, and command-line option summaries. - - * Menu: - - * @table:: How to construct a two-column table. - * @ftable @vtable:: Automatic indexing for two-column tables. - * @itemx:: How to put more entries in the first column. - -  - File: texinfo.info, Node: @table, Next: @ftable @vtable, Up: Two-column Tables - - 9.4.1 Using the '@table' Command - -------------------------------- - - Use the '@table' command to produce a two-column table. This command is - typically used when you have a list of items and a brief text with each - one, such as a list of definitions. - - Write the '@table' command at the beginning of a line, after a blank - line, and follow it on the same line with an argument that is an - 'indicating' command, such as '@code', '@samp', '@var', '@option', or - '@kbd' (*note Indicating::). This command will be applied to the text - in the first column. For example, '@table @code' will cause the text in - the first column to be output as if it had been the argument to a - '@code' command. - - You may use the '@asis' command as an argument to '@table'. '@asis' - is a command that does nothing: if you use this command after '@table', - the first column entries are output without added highlighting ("as - is"). - - The '@table' command works with other commands besides those - explicitly mentioned here. However, you can only use predefined Texinfo - commands that take an argument in braces. You cannot reliably use a new - command defined with '@macro', although an '@alias' (for a suitable - predefined command) is acceptable. *Note Defining New Texinfo - Commands::. - - Begin each table entry with an '@item' command at the beginning of a - line. Write the text for the first column on the same line as the - '@item' command. Write the text for the second column on the line - following the '@item' line and on subsequent lines. You may write as - many lines of supporting text as you wish, even several paragraphs. But - only the text on the same line as the '@item' will be placed in the - first column (including any footnotes). You do not need to type - anything for an empty second column. - - Normally, you should put a blank line before an '@item' line (except - the first one). This puts a blank line in the Info file. Except when - the entries are very brief, a blank line looks better. End the table - with a line consisting of '@end table', followed by a blank line. TeX - will always start a new paragraph after the table, so the blank line is - needed for the Info output to be analogous. - - For example, the following table highlights the text in the first - column with the '@samp' command: - - @table @samp - @item foo - This is the text for - @samp{foo}. - - @item bar - Text for @samp{bar}. - @end table - - This produces: - - 'foo' - This is the text for 'foo'. - 'bar' - Text for 'bar'. - - If you want to list two or more named items with a single block of - text, use the '@itemx' command. (*Note @itemx::.) - - The '@table' command (*note @table::) is not supported inside - '@display'. Since '@display' is line-oriented, it doesn't make sense to - use them together. If you want to indent a table, try '@quotation' - (*note @quotation::) or '@indentedblock' (*note @indentedblock::). - -  - File: texinfo.info, Node: @ftable @vtable, Next: @itemx, Prev: @table, Up: Two-column Tables - - 9.4.2 '@ftable' and '@vtable' - ----------------------------- - - The '@ftable' and '@vtable' commands are the same as the '@table' - command except that '@ftable' automatically enters each of the items in - the first column of the table into the index of functions and '@vtable' - automatically enters each of the items in the first column of the table - into the index of variables. This simplifies the task of creating - indices. Only the items on the same line as the '@item' or '@itemx' - commands are indexed, and they are indexed in exactly the form that they - appear on that line. *Note Indices::, for more information about - indices. - - Begin a two-column table using '@ftable' or '@vtable' by writing the - @-command at the beginning of a line, followed on the same line by an - argument that is a Texinfo command such as '@code', exactly as you would - for a '@table' command; and end the table with an '@end ftable' or '@end - vtable' command on a line by itself. - - See the example for '@table' in the previous section. - -  - File: texinfo.info, Node: @itemx, Prev: @ftable @vtable, Up: Two-column Tables - - 9.4.3 '@itemx': Second and Subsequent Items - ------------------------------------------- - - Use the '@itemx' command inside a table when you have two or more first - column entries for the same item, each of which should appear on a line - of its own. - - Use '@item' for the first entry, and '@itemx' for all subsequent - entries; '@itemx' must always follow an '@item' command, with no blank - line intervening. - - The '@itemx' command works exactly like '@item' except that it does - not generate extra vertical space above the first column text. If you - have multiple consecutive '@itemx' commands, do not insert any blank - lines between them. - - For example, - - @table @code - @item upcase - @itemx downcase - These two functions accept a character or a string as - argument, and return the corresponding uppercase (lowercase) - character or string. - @end table - - This produces: - - 'upcase' - 'downcase' - These two functions accept a character or a string as argument, and - return the corresponding uppercase (lowercase) character or string. - - (Note also that this example illustrates multi-line supporting text in a - two-column table.) - -  - File: texinfo.info, Node: Multi-column Tables, Prev: Two-column Tables, Up: Lists and Tables - - 9.5 '@multitable': Multi-column Tables - ====================================== - - '@multitable' allows you to construct tables with any number of columns, - with each column having any width you like. - - You define the column widths on the '@multitable' line itself, and - write each row of the actual table following an '@item' command, with - columns separated by a '@tab' command. Finally, '@end multitable' - completes the table. Details in the sections below. - - * Menu: - - * Multitable Column Widths:: Defining multitable column widths. - * Multitable Rows:: Defining multitable rows, with examples. - -  - File: texinfo.info, Node: Multitable Column Widths, Next: Multitable Rows, Up: Multi-column Tables - - 9.5.1 Multitable Column Widths - ------------------------------ - - You can define the column widths for a multitable in two ways: as - fractions of the line length; or with a prototype row. Mixing the two - methods is not supported. In either case, the widths are defined - entirely on the same line as the '@multitable' command. - - 1. To specify column widths as fractions of the line length, write - '@columnfractions' and the decimal numbers (presumably less than 1; - a leading zero is allowed and ignored) after the '@multitable' - command, as in: - - @multitable @columnfractions .33 .33 .33 - - The fractions need not add up exactly to 1.0, as these do not. - This allows you to produce tables that do not need the full line - length. - - 2. To specify a prototype row, write the longest entry for each column - enclosed in braces after the '@multitable' command. For example: - - @multitable {some text for column one} {for column two} - - The first column will then have the width of the typeset 'some text - for column one', and the second column the width of 'for column - two'. - - The prototype entries need not appear in the table itself. - - Although we used simple text in this example, the prototype entries - can contain Texinfo commands; markup commands such as '@code' are - particularly likely to be useful. - -  - File: texinfo.info, Node: Multitable Rows, Prev: Multitable Column Widths, Up: Multi-column Tables - - 9.5.2 Multitable Rows - --------------------- - - After the '@multitable' command defining the column widths (see the - previous section), you begin each row in the body of a multitable with - '@item', and separate the column entries with '@tab'. Line breaks are - not special within the table body, and you may break input lines in your - source file as necessary. - - You can also use '@headitem' instead of '@item' to produce a "heading - row". The TeX output for such a row is in bold, and the HTML and - Docbook output uses the '<thead>' tag. In Info, the heading row is - followed by a separator line made of dashes ('-' characters). - - The command '@headitemfont' can be used in templates when the entries - in a '@headitem' row need to be used in a template. It is a synonym for - '@b', but using '@headitemfont' avoids any dependency on that particular - font style, in case we provide a way to change it in the future. - - Here is a complete example of a multi-column table (the text is from - 'The GNU Emacs Manual', *note Splitting Windows: (emacs)Split Window.): - - @multitable @columnfractions .15 .45 .4 - @headitem Key @tab Command @tab Description - @item C-x 2 - @tab @code{split-window-vertically} - @tab Split the selected window into two windows, - with one above the other. - @item C-x 3 - @tab @code{split-window-horizontally} - @tab Split the selected window into two windows - positioned side by side. - @item C-Mouse-2 - @tab - @tab In the mode line or scroll bar of a window, - split that window. - @end multitable - - produces: - - Key Command Description - --------------------------------------------------------------------------- - C-x 2 'split-window-vertically' Split the selected window - into two windows, with one - above the other. - C-x 3 'split-window-horizontally' Split the selected window - into two windows positioned - side by side. - C-Mouse-2 In the mode line or scroll - bar of a window, split that - window. - -  - File: texinfo.info, Node: Special Displays, Next: Indices, Prev: Lists and Tables, Up: Top - - 10 Special Displays - ******************* - - The commands in this chapter allow you to write text that is specially - displayed (output format permitting), outside of the normal document - flow. - - One set of such commands is for creating "floats", that is, figures, - tables, and the like, set off from the main text, possibly numbered, - captioned, and/or referred to from elsewhere in the document. Images - are often included in these displays. - - Another group of commands is for creating footnotes in Texinfo. - - * Menu: - - * Floats:: Figures, tables, and the like. - * Images:: Including graphics and images. - * Footnotes:: Writing footnotes. - -  - File: texinfo.info, Node: Floats, Next: Images, Up: Special Displays - - 10.1 Floats - =========== - - A "float" is a display which is set off from the main text. It is - typically labeled as being a "Figure", "Table", "Example", or some - similar type. - - A float is so-named because, in principle, it can be moved to the - bottom or top of the current page, or to a following page, in the - printed output. (Floating does not make sense in other output formats.) - In the present version of Texinfo, however, this floating is - unfortunately not yet implemented. Instead, the floating material is - simply output at the current location, more or less as if it were an - '@group' (*note @group::). - - * Menu: - - * @float:: Producing floating material. - * @caption @shortcaption:: Specifying descriptions for floats. - * @listoffloats:: A table of contents for floats. - -  - File: texinfo.info, Node: @float, Next: @caption @shortcaption, Up: Floats - - 10.1.1 '@float' [TYPE][,LABEL]: Floating Material - ------------------------------------------------- - - To produce floating material, enclose the material you want to be - displayed separate between '@float' and '@end float' commands, on lines - by themselves. - - Floating material often uses '@image' to display an already-existing - graphic (*note Images::), or '@multitable' to display a table (*note - Multi-column Tables::). However, the contents of the float can be - anything. Here's an example with simple text: - - @float Figure,fig:ex1 - This is an example float. - @end float - - And the output: - - This is an example float. - - Figure 10.1 - - As shown in the example, '@float' takes two arguments (separated by a - comma), TYPE and LABEL. Both are optional. - - TYPE - Specifies the sort of float this is; typically a word such as - "Figure", "Table", etc. If this is not given, and LABEL is, any - cross-referencing will simply use a bare number. - - LABEL - Specifies a cross-reference label for this float. If given, this - float is automatically given a number, and will appear in any - '@listoffloats' output (*note @listoffloats::). Cross references - to LABEL are allowed. - - On the other hand, if LABEL is not given, then the float will not - be numbered and consequently will not appear in the '@listoffloats' - output or be cross-referenceable. - - Ordinarily, you specify both TYPE and LABEL, to get a labeled and - numbered float. - - In Texinfo, all floats are numbered in the same way: with the chapter - number (or appendix letter), a period, and the float number, which - simply counts 1, 2, 3, ..., and is reset at each chapter. Each float - type is counted independently. - - Floats within an '@unnumbered', or outside of any chapter, are simply - numbered consecutively from 1. - - These numbering conventions are not, at present, changeable. - -  - File: texinfo.info, Node: @caption @shortcaption, Next: @listoffloats, Prev: @float, Up: Floats - - 10.1.2 '@caption' & '@shortcaption' - ----------------------------------- - - You may write a '@caption' anywhere within a '@float' environment, to - define a caption for the float. It is not allowed in any other context. - '@caption' takes a single argument, enclosed in braces. Here's an - example: - - @float - An example float, with caption. - @caption{Caption for example float.} - @end float - - The output is: - - An example float, with caption. - - Caption for example float. - - '@caption' can appear anywhere within the float; it is not processed - until the '@end float'. The caption text is usually a sentence or two, - but may consist of several paragraphs if necessary. - - In the output, the caption always appears below the float; this is - not currently changeable. It is preceded by the float type and/or - number, as specified to the '@float' command (see the previous section). - - The '@shortcaption' command likewise may be used only within - '@float', and takes a single argument in braces. The short caption text - is used instead of the caption text in a list of floats (see the next - section). Thus, you can write a long caption for the main document, and - a short title to appear in the list of floats. For example: - - @float - ... as above ... - @shortcaption{Text for list of floats.} - @end float - - The text for '@shortcaption' may not contain comments ('@c'), - verbatim text ('@verb'), environments such as '@example', footnotes - ('@footnote') or other complex constructs. The same constraints apply - to '@caption' unless there is a '@shortcaption'. - -  - File: texinfo.info, Node: @listoffloats, Prev: @caption @shortcaption, Up: Floats - - 10.1.3 '@listoffloats': Tables of Contents for Floats - ----------------------------------------------------- - - You can write a '@listoffloats' command to generate a list of floats for - a given float type (*note @float::), analogous to the document's overall - table of contents. Typically, it is written in its own '@unnumbered' - node to provide a heading and structure, rather like '@printindex' - (*note Printing Indices & Menus::). - - '@listoffloats' takes one optional argument, the float type. Here's - an example: - - @node List of Figures - @unnumbered List of Figures - @listoffloats Figure - - And here's what the output from '@listoffloats' looks like, given the - example figure earlier in this chapter (the Info output is formatted as - a menu): - - * Figure 12.1: fig:ex1. - - Without any argument, '@listoffloats' generates a list of floats for - which no float type was specified, i.e., no first argument to the - '@float' command (*note @float::). - - Each line in the list of floats contains the float type (if any), the - float number, and the caption, if any--the '@shortcaption' argument, if - it was specified, else the '@caption' argument. In Info, the result is - a menu where each float can be selected. In HTML, each line is a link - to the float. In printed output, the page number is included. - - Unnumbered floats (those without cross-reference labels) are omitted - from the list of floats. - -  - File: texinfo.info, Node: Images, Next: Footnotes, Prev: Floats, Up: Special Displays - - 10.2 Inserting Images - ===================== - - You can insert an image given in an external file with the '@image' - command. Although images can be used anywhere, including the middle of - a paragraph, we describe them in this chapter since they are most often - part of a displayed figure or example. - - * Menu: - - * Image Syntax:: - * Image Scaling:: - -  - File: texinfo.info, Node: Image Syntax, Next: Image Scaling, Up: Images - - 10.2.1 Image Syntax - ------------------- - - Here is the synopsis of the '@image' command: - - @image{FILENAME[, WIDTH[, HEIGHT[, ALTTEXT[, EXTENSION]]]]} - - The FILENAME argument is mandatory, and must not have an extension, - because the different processors support different formats: - - * TeX (DVI output) reads the file 'FILENAME.eps' (Encapsulated - PostScript format). - - * pdfTeX reads 'FILENAME.pdf', 'FILENAME.png', 'FILENAME.jpg', or - 'FILENAME.jpeg' (in that order). It also tries uppercase versions - of the extensions. The PDF format does not support EPS images, so - such must be converted first. - - * For Info, 'makeinfo' includes 'FILENAME.txt' verbatim (more or less - as if it were in '@verbatim'). The Info output may also include a - reference to 'FILENAME.png' or 'FILENAME.jpg'. (See below.) - - * For HTML, 'makeinfo' outputs a reference to 'FILENAME.png', - 'FILENAME.jpg', 'FILENAME.jpeg' or 'FILENAME.gif' (in that order). - If none of those exist, it gives an error, and outputs a reference - to 'FILENAME.jpg' anyway. - - * For Docbook, 'makeinfo' outputs references to 'FILENAME.eps', - 'FILENAME.gif' 'FILENAME.jpeg', 'FILENAME.jpg', 'FILENAME.pdf', - 'FILENAME.png' and 'FILENAME.svg', for every file found. Also, - 'FILENAME.txt' is included verbatim, if present. (The subsequent - Docbook processor is supposed to choose the appropriate one.) - - * For Info and HTML output, 'makeinfo' uses the optional fifth - argument EXTENSION to '@image' for the filename extension, if it is - specified and the file is found. Any leading period should be - included in EXTENSION. For example: - - @image{foo,,,,.xpm} - - If you want to install image files for use by Info readers too, we - recommend putting them in a subdirectory like 'FOO-figures' for a - package FOO. Copying the files into '$(infodir)/FOO-figures/' should be - done in your 'Makefile'. - - The WIDTH and HEIGHT arguments are described in the next section. - - For TeX output, if an image is the only thing in a paragraph it will - ordinarily be displayed on a line by itself, respecting the current - environment indentation, but without the normal paragraph indentation. - If you want it centered, use '@center' (*note @titlefont @center @sp::). - - For HTML output, 'makeinfo' sets the "alt attribute" for inline - images to the optional ALTTEXT (fourth) argument to '@image', if - supplied. If not supplied, 'makeinfo' uses the full file name of the - image being displayed. The ALTTEXT is processed as Texinfo text, so - special characters such as '"' and '<' and '&' are escaped in the HTML - output; also, you can get an empty 'alt' string with '@-' (a command - that produces no output; *note @- @hyphenation::). - - For Info output, the 'alt' string is also processed as Texinfo text - and output. In this case, '\' is escaped as '\\' and '"' as '\"'; no - other escapes are done. - - In Info output, 'makeinfo' writes a reference to the binary image - file (trying FILENAME suffixed with 'EXTENSION', '.EXTENSION', '.png', - or '.jpg', in that order) if one exists. It also literally includes the - '.txt' file if one exists. This way, Info readers which can display - images (such as the Emacs Info browser, running under X) can do so, - whereas Info readers which can only use text (such as the standalone - Info reader) can display the textual version. - - The implementation of this is to put the following construct into the - Info output: - - ^@^H[image src="BINARYFILE" text="TXTFILE" - alt="ALTTEXT ... ^@^H] - - where '^@' and '^H' stand for the actual null and backspace control - characters. If one of the files is not present, the corresponding - argument is omitted. - - The reason for mentioning this here is that older Info browsers (this - feature was introduced in Texinfo version 4.6) will display the above - literally, which, although not pretty, should not be harmful. - -  - File: texinfo.info, Node: Image Scaling, Prev: Image Syntax, Up: Images - - 10.2.2 Image Scaling - -------------------- - - The optional WIDTH and HEIGHT arguments to the '@image' command (see the - previous section) specify the size to which to scale the image. They - are only taken into account in TeX. If neither is specified, the image - is presented in its natural size (given in the file); if only one is - specified, the other is scaled proportionately; and if both are - specified, both are respected, thus likely distorting the original image - by changing its aspect ratio. - - The WIDTH and HEIGHT may be specified using any valid TeX dimension, - namely: - - pt - point (72.27pt = 1in) - pc - pica (1pc = 12pt) - bp - big point (72bp = 1in) - in - inch - cm - centimeter (2.54cm = 1in) - mm - millimeter (10mm = 1cm) - dd - dido^t point (1157dd = 1238pt) - cc - cicero (1cc = 12dd) - sp - scaled point (65536sp = 1pt) - - For example, the following will scale a file 'ridt.eps' to one inch - vertically, with the width scaled proportionately: - - @image{ridt,,1in} - - For '@image' to work with TeX, the file 'epsf.tex' must be installed - somewhere that TeX can find it. (The standard location is - 'TEXMF/tex/generic/dvips/epsf.tex', where TEXMF is a root of your TeX - directory tree.) This file is included in the Texinfo distribution and - is also available from <ftp://tug.org/tex/epsf.tex>, among other places. - - '@image' can be used within a line as well as for displayed figures. - Therefore, if you intend it to be displayed, be sure to leave a blank - line before the command, or the output will run into the preceding text. - - Image scaling is presently implemented only in TeX, not in HTML or - any other sort of output. - -  - File: texinfo.info, Node: Footnotes, Prev: Images, Up: Special Displays - - 10.3 Footnotes - ============== - - A "footnote" is for a reference that documents or elucidates the primary - text.(1) - - Footnotes are distracting; use them sparingly at most, and it is best - to avoid them completely. Standard bibliographical references are - usually better placed in a bibliography at the end of a document instead - of in footnotes throughout. - - * Menu: - - * Footnote Commands:: How to write a footnote in Texinfo. - * Footnote Styles:: Controlling how footnotes appear in Info. - - ---------- Footnotes ---------- - - (1) A footnote should complement or expand upon the primary text, but - a reader should not need to read a footnote to understand the primary - text. For a thorough discussion of footnotes, see 'The Chicago Manual - of Style', which is published by the University of Chicago Press. - -  - File: texinfo.info, Node: Footnote Commands, Next: Footnote Styles, Up: Footnotes - - 10.3.1 Footnote Commands - ------------------------ - - In Texinfo, footnotes are created with the '@footnote' command. This - command is followed immediately by a left brace, then by the text of the - footnote, and then by a terminating right brace. Footnotes may be of - any length (they will be broken across pages if necessary), but are - usually short. The template is: - - ordinary text@footnote{TEXT OF FOOTNOTE} - - As shown here, the '@footnote' command should come right after the - text being footnoted, with no intervening space; otherwise, the footnote - marker might end up starting a line. - - For example, this clause is followed by a sample footnote(1); in the - Texinfo source, it looks like this: - - ...a sample footnote@footnote{Here is the sample - footnote.}; in the Texinfo source... - - As you can see, this source includes two punctuation marks next to - each other; in this case, '.};' is the sequence. This is normal (the - first ends the footnote and the second belongs to the sentence being - footnoted), so don't worry that it looks odd. (Another style, perfectly - acceptable, is to put the footnote after punctuation belonging to the - sentence, as in ';@footnote{...'.) - - In a printed manual or book, the reference mark for a footnote is a - small, superscripted number; the text of the footnote appears at the - bottom of the page, below a horizontal line. - - In Info, the reference mark for a footnote is a pair of parentheses - with the footnote number between them, like this: '(1)'. The reference - mark is followed by a cross-reference link to the footnote text if - footnotes are put in separate nodes (*note Footnote Styles::). - - In the HTML output, footnote references are generally marked with a - small, superscripted number which is rendered as a hypertext link to the - footnote text. - - Footnotes cannot be nested, and cannot appear in section headings of - any kind or other "unusual" places. - - A final tip: footnotes in the argument of an '@item' command for an - '@table' must be entirely on the same line as the '@item' (as usual). - *Note Two-column Tables::. - - ---------- Footnotes ---------- - - (1) Here is the sample footnote. - -  - File: texinfo.info, Node: Footnote Styles, Prev: Footnote Commands, Up: Footnotes - - 10.3.2 Footnote Styles - ---------------------- - - Info has two footnote styles, which determine where the text of the - footnote is located: - - * In the 'End' node style, all the footnotes for a single node are - placed at the end of that node. The footnotes are separated from - the rest of the node by a line of dashes with the word 'Footnotes' - within it. Each footnote begins with an '(N)' reference mark. - - Here is an example of the Info output for a single footnote in the - end-of-node style: - - --------- Footnotes --------- - - (1) Here is a sample footnote. - - * In the 'Separate' node style, all the footnotes for a single node - are placed in an automatically constructed node of their own. In - this style, a "footnote reference" follows each '(N)' reference - mark in the body of the node. The footnote reference is actually a - cross-reference which you use to reach the footnote node. - - The name of the node with the footnotes is constructed by appending - '-Footnotes' to the name of the node that contains the footnotes. - (Consequently, the footnotes' node for the 'Footnotes' node is - 'Footnotes-Footnotes'!) The footnotes' node has an 'Up' node - pointer that leads back to its parent node. - - Here is how the first footnote in this manual looks after being - formatted for Info in the separate node style: - - File: texinfo.info Node: Overview-Footnotes, Up: Overview - - (1) The first syllable of "Texinfo" is pronounced like "speck", not - "hex". ... - - Unless your document has long and important footnotes (as in, say, - Gibbon's 'Decline and Fall ...'), we recommend the 'end' style, as it is - simpler for readers to follow. - - Use the '@footnotestyle' command to specify an Info file's footnote - style. Write this command at the beginning of a line followed by an - argument, either 'end' for the end node style or 'separate' for the - separate node style. - - For example, - - @footnotestyle end - or - @footnotestyle separate - - Write a '@footnotestyle' command before or shortly after the - end-of-header line at the beginning of a Texinfo file. (You should - include any '@footnotestyle' command between the start-of-header and - end-of-header lines, so the region formatting commands will format - footnotes as specified.) - - In HTML, when the footnote style is 'end', or if the output is not - split, footnotes are put at the end of the output. If set to - 'separate', and the output is split, they are placed in a separate file. - -  - File: texinfo.info, Node: Indices, Next: Insertions, Prev: Special Displays, Up: Top - - 11 Indices - ********** - - Using Texinfo, you can generate indices without having to sort and - collate entries manually. In an index, the entries are listed in - alphabetical order, together with information on how to find the - discussion of each entry. In a printed manual, this information - consists of page numbers. In an Info file, this information is a menu - entry leading to the first node referenced. - - Texinfo provides several predefined kinds of index: an index for - functions, an index for variables, an index for concepts, and so on. - You can combine indices or use them for other than their canonical - purpose. Lastly, you can define your own new indices. - - * Menu: - - * Predefined Indices:: Use different indices for different kinds - of entries. - * Indexing Commands:: How to make an index entry. - * Index Entries:: Choose different words for index entries. - * Printing Indices & Menus:: How to print an index in hardcopy and - generate index menus in Info. - * Combining Indices:: How to combine indices. - * New Indices:: How to define your own indices. - -  - File: texinfo.info, Node: Predefined Indices, Next: Indexing Commands, Up: Indices - - 11.1 Predefined Indices - ======================= - - Texinfo provides six predefined indices. Here are their nominal - meanings, abbreviations, and the corresponding index entry commands: - - 'cp' - ('@cindex') concept index, for general concepts. - 'fn' - ('@findex') function index, for function and function-like names - (such as entry points of libraries). - 'ky' - ('@kindex') keystroke index, for keyboard commands. - 'pg' - ('@pindex') program index, for names of programs. - 'tp' - ('@tindex') data type index, for type names (such as structures - defined in header files). - 'vr' - ('@vindex') variable index, for variable names (such as global - variables of libraries). - - Not every manual needs all of these, and most manuals use only two or - three at most. The present manual, for example, has two indices: a - concept index and an @-command index (that is actually the function - index but is called a command index in the chapter heading). - - You are not required to use the predefined indices strictly for their - canonical purposes. For example, suppose you wish to index some C - preprocessor macros. You could put them in the function index along - with actual functions, just by writing '@findex' commands for them; - then, when you print the "Function Index" as an unnumbered chapter, you - could give it the title 'Function and Macro Index' and all will be - consistent for the reader. - - On the other hand, it is best not to stray too far from the meaning - of the predefined indices. Otherwise, in the event that your text is - combined with other text from other manuals, the index entries will not - match up. Instead, define your own new index (*note New Indices::). - - We recommend having a single index in the final document whenever - possible, however many source indices you use, since then readers have - only one place to look. Two or more source indices can be combined into - one output index using the '@synindex' or '@syncodeindex' commands - (*note Combining Indices::). - -  - File: texinfo.info, Node: Indexing Commands, Next: Index Entries, Prev: Predefined Indices, Up: Indices - - 11.2 Defining the Entries of an Index - ===================================== - - The data to make an index come from many individual indexing commands - scattered throughout the Texinfo source file. Each command says to add - one entry to a particular index; after formatting, the index will give - the current page number or node name as the reference. - - An index entry consists of an indexing command at the beginning of a - line followed, on the rest of the line, by the entry. - - For example, this section begins with the following five entries for - the concept index: - - @cindex Defining indexing entries - @cindex Index entries, defining - @cindex Entries for an index - @cindex Specifying index entries - @cindex Creating index entries - - Each predefined index has its own indexing command--'@cindex' for the - concept index, '@findex' for the function index, and so on, as listed in - the previous section. - - Index entries should precede the visible material that is being - indexed. For instance: - - @cindex hello - Hello, there! - - Among other reasons, that way following indexing links (in whatever - context) ends up before the material, where readers want to be, instead - of after. - - By default, entries for a concept index are printed in a small roman - font and entries for the other indices are printed in a small '@code' - font. You may change the way part of an entry is printed with the usual - Texinfo commands, such as '@file' for file names (*note Marking Text::), - and '@r' for the normal roman font (*note Fonts::). - - For the printed output, you may specify an explicit sort key for an - index entry using '@sortas' immediately following the index command. - For example: '@findex @sortas{\} \ @r{(literal \ in @code{@@math})' - sorts the index entry this produces under backslash. - - To reduce the quantity of sort keys you need to provide explicitly, - you may choose to ignore certain characters in index entries for the - purposes of sorting. The characters that you can currently choose to - ignore are '\', '-', '<' and '@', which are ignored by giving as an - argument to the '@set' command, respectively, 'txiindexbackslashignore', - 'txiindexhyphenignore', 'txiindexlessthanignore' and - 'txiindexatsignignore'. For example, specifying '@set - txiindexbackslashignore' causes the '\mathopsup' entry in the index for - this manual to be sorted as if it were 'mathopsup', so that it appears - among the other entries beginning 'M'. - - Caution: Do not use a colon in an index entry. In Info, a colon - separates the menu entry name from the node name, so a colon in the - entry itself confuses Info. *Note Menu Parts::, for more - information about the structure of a menu entry. - -  - File: texinfo.info, Node: Index Entries, Next: Printing Indices & Menus, Prev: Indexing Commands, Up: Indices - - 11.3 Making Index Entries - ========================= - - Concept index entries consist of text. The best way to write an index - is to devise entries which are terse yet clear. If you can do this, the - index usually looks better if the entries are written just as they would - appear in the middle of a sentence, that is, capitalizing only proper - names and acronyms that always call for uppercase letters. This is the - case convention we use in most GNU manuals' indices. - - If you don't see how to make an entry terse yet clear, make it longer - and clear--not terse and confusing. If many of the entries are several - words long, the index may look better if you use a different convention: - to capitalize the first word of each entry. Whichever case convention - you use, use it consistently. - - In any event, do not ever capitalize a case-sensitive name such as a - C or Lisp function name or a shell command; that would be a spelling - error. Entries in indices other than the concept index are symbol names - in programming languages, or program names; these names are usually - case-sensitive, so likewise use upper- and lowercase as required. - - It is a good idea to make index entries unique wherever feasible. - That way, people using the printed output or online completion of index - entries don't see undifferentiated lists. Consider this an opportunity - to make otherwise-identical index entries be more specific, so readers - can more easily find the exact place they are looking for. - - When you are making index entries, it is good practice to think of - the different ways people may look for something. Different people _do - not_ think of the same words when they look something up. A helpful - index will have items indexed under all the different words that people - may use. For example, one reader may think it obvious that the - two-letter names for indices should be listed under "Indices, two-letter - names, since "Indices" are the general concept. But another reader may - remember the specific concept of two-letter names and search for the - entry listed as "Two letter names for indices". A good index will have - both entries and will help both readers. - - Like typesetting, the construction of an index is a skilled art, the - subtleties of which may not be appreciated until you need to do it - yourself. - -  - File: texinfo.info, Node: Printing Indices & Menus, Next: Combining Indices, Prev: Index Entries, Up: Indices - - 11.4 Printing Indices and Menus - =============================== - - To print an index means to include it as part of a manual or Info file. - This does not happen automatically just because you use '@cindex' or - other index-entry generating commands in the Texinfo file; those just - cause the raw data for the index to be accumulated. To generate an - index, you must include the '@printindex' command at the place in the - document where you want the index to appear. Also, as part of the - process of creating a printed manual, you must run a program called - 'texindex' (*note Hardcopy::) to sort the raw data to produce a sorted - index file. The sorted index file is what is actually used to print the - index. - - Texinfo offers six separate types of predefined index, which suffice - in most cases. *Note Indices::, for information on this, as well - defining your own new indices, combining indices, and, most importantly - advice on writing the actual index entries. This section focuses on - printing indices, which is done with the '@printindex' command. - - '@printindex' takes one argument, a two-letter index abbreviation. - It reads the corresponding sorted index file (for printed output), and - formats it appropriately into an index. - - The '@printindex' command does not generate a chapter heading for the - index, since different manuals have different needs. Consequently, you - should precede the '@printindex' command with a suitable section or - chapter command (usually '@appendix' or '@unnumbered') to supply the - chapter heading and put the index into the table of contents. Precede - the chapter heading with an '@node' line as usual. - - For example: - - @node Variable Index - @unnumbered Variable Index - - @printindex vr - - @node Concept Index - @unnumbered Concept Index - - @printindex cp - - If you have more than one index, we recommend placing the concept - index last. - - * In printed output, '@printindex' produces a traditional two-column - index, with dot leaders between the index terms and page numbers. - - * In Info output, '@printindex' produces a special menu containing - the line number of the entry, relative to the start of the node. - Info readers can use this to go to the exact line of an entry, not - just the containing node. (Older Info readers will just go to the - node.) Here's an example: - - * First index entry: Top. (line 7) - - The actual number of spaces is variable, to right-justify the line - number; it's been reduced here to make the line fit in the printed - manual. - - * In plain text output, '@printindex' produces the same menu, but the - line numbers are relative to the start of the file, since that's - more convenient for that format. - - * In HTML output, '@printindex' produces links to the index entries. - - * In XML and Docbook output, it simply records the index to be - printed. - -  - File: texinfo.info, Node: Combining Indices, Next: New Indices, Prev: Printing Indices & Menus, Up: Indices - - 11.5 Combining Indices - ====================== - - Sometimes you will want to combine two disparate indices such as - functions and concepts, perhaps because you have few enough entries that - a separate index would look silly. - - You could put functions into the concept index by writing '@cindex' - commands for them instead of '@findex' commands, and produce a - consistent manual by printing the concept index with the title 'Function - and Concept Index' and not printing the 'Function Index' at all; but - this is not a robust procedure. It works only if your document is never - included as part of another document that is designed to have a separate - function index; if your document were to be included with such a - document, the functions from your document and those from the other - would not end up together. Also, to make your function names appear in - the right font in the concept index, you would need to enclose every one - of them between the braces of '@code'. - - * Menu: - - * @syncodeindex:: How to merge two indices, using '@code' - font for the merged-from index. - * @synindex:: How to merge two indices, using the - roman font for the merged-from index. - -  - File: texinfo.info, Node: @syncodeindex, Next: @synindex, Up: Combining Indices - - 11.5.1 '@syncodeindex': Combining indices using '@code' - ------------------------------------------------------- - - When you want to combine functions and concepts into one index, you - should index the functions with '@findex' and index the concepts with - '@cindex', and use the '@syncodeindex' command to redirect the function - index entries into the concept index. - - The '@syncodeindex' command takes two arguments; they are the name of - the index to redirect, and the name of the index to redirect it to. The - template looks like this: - - @syncodeindex FROM TO - - For this purpose, the indices are given two-letter names: - - 'cp' - concept index - 'fn' - function index - 'vr' - variable index - 'ky' - key index - 'pg' - program index - 'tp' - data type index - - Write a '@syncodeindex' command before or shortly after the - end-of-header line at the beginning of a Texinfo file. For example, to - merge a function index with a concept index, write the following: - - @syncodeindex fn cp - - This will cause all entries designated for the function index to merge - in with the concept index instead. - - To merge both a variables index and a function index into a concept - index, write the following: - - @syncodeindex vr cp - @syncodeindex fn cp - - The '@syncodeindex' command puts all the entries from the 'from' - index (the redirected index) into the '@code' font, overriding whatever - default font is used by the index to which the entries are now directed. - This way, if you direct function names from a function index into a - concept index, all the function names are printed in the '@code' font as - you would expect. - -  - File: texinfo.info, Node: @synindex, Prev: @syncodeindex, Up: Combining Indices - - 11.5.2 '@synindex': Combining indices - ------------------------------------- - - The '@synindex' command is nearly the same as the '@syncodeindex' - command, except that it does not put the 'from' index entries into the - '@code' font; rather it puts them in the roman font. Thus, you use - '@synindex' when you merge a concept index into a function index. - - *Note Printing Indices & Menus::, for information about printing an - index at the end of a book or creating an index menu in an Info file. - -  - File: texinfo.info, Node: New Indices, Prev: Combining Indices, Up: Indices - - 11.6 Defining New Indices - ========================= - - In addition to the predefined indices (*note Predefined Indices::), you - may use the '@defindex' and '@defcodeindex' commands to define new - indices. These commands create new indexing @-commands with which you - mark index entries. The '@defindex' command is used like this: - - @defindex NAME - - New index names are usually two-letter words, such as 'au'. For - example: - - @defindex au - - This defines a new index, called the 'au' index. At the same time, - it creates a new indexing command, '@auindex', that you can use to make - index entries. Use this new indexing command just as you would use a - predefined indexing command. - - For example, here is a section heading followed by a concept index - entry and two 'au' index entries. - - @section Cognitive Semantics - @cindex kinesthetic image schemas - @auindex Johnson, Mark - @auindex Lakoff, George - - (Evidently, 'au' serves here as an abbreviation for "author".) - - Texinfo constructs the new indexing command by concatenating the name - of the index with 'index'; thus, defining an 'xy' index leads to the - automatic creation of an '@xyindex' command. - - Use the '@printindex' command to print the index, as you do with the - predefined indices. For example: - - @node Author Index - @unnumbered Author Index - - @printindex au - - The '@defcodeindex' is like the '@defindex' command, except that, in - the printed output, it prints entries in an '@code' font by default - instead of a roman font. - - You should define new indices before the end-of-header line of a - Texinfo file, and (of course) before any '@synindex' or '@syncodeindex' - commands (*note Texinfo File Header::). - - As mentioned earlier (*note Predefined Indices::), we recommend - having a single index in the final document whenever possible, however - many source indices you use, since then readers have only one place to - look. - - When creating an index, TeX creates a file whose extension is the - name of the index (*note Names of index files::). Therefore you should - avoid using index names that collide with extensions used for other - purposes, such as '.aux' or '.xml'. 'makeinfo' already reports an error - if a new index conflicts well-known extension name. - -  - File: texinfo.info, Node: Insertions, Next: Breaks, Prev: Indices, Up: Top - - 12 Special Insertions - ********************* - - Texinfo provides several commands for inserting characters that have - special meaning in Texinfo, such as braces, and for other graphic - elements that do not correspond to simple characters you can type. - - * Menu: - - * Special Characters:: Inserting @ {} , \ # - * Inserting Quote Characters:: Inserting left and right quotes, in code. - * Inserting Space:: Inserting the right amount of whitespace. - * Inserting Accents:: Inserting accents and special characters. - * Inserting Quotation Marks:: Inserting quotation marks. - * Inserting Subscripts and Superscripts:: Inserting sub/superscripts. - * Inserting Math:: Formatting mathematical expressions. - * Glyphs for Text:: Inserting dots, bullets, currencies, etc. - * Glyphs for Programming:: Indicating results of evaluation, - expansion of macros, errors, etc. - * Inserting Unicode:: Inserting a Unicode character by code point. - -  - File: texinfo.info, Node: Special Characters, Next: Inserting Quote Characters, Up: Insertions - - 12.1 Special Characters: Inserting @ {} , \ # - ============================================= - - '@' and curly braces are the basic special characters in Texinfo. To - insert these characters so they appear in text, you must put an '@' in - front of these characters to prevent Texinfo from misinterpreting them. - Alphabetic commands are also provided. - - The other characters (comma, backslash, hash) are special only in - restricted contexts, as explained in the respective sections. - - * Menu: - - * Inserting an Atsign:: '@@', '@atchar{}'. - * Inserting Braces:: '@{ @}', '@l rbracechar{}'. - * Inserting a Comma:: , and '@comma{}'. - * Inserting a Backslash:: \ and '@backslashchar{}'. - * Inserting a Hashsign:: # and '@hashchar{}'. - -  - File: texinfo.info, Node: Inserting an Atsign, Next: Inserting Braces, Up: Special Characters - - 12.1.1 Inserting '@' with '@@' and '@atchar{}' - ---------------------------------------------- - - '@@' produces a single '@' character in the output. Do not put braces - after an '@@' command. - - '@atchar{}' also produces a single '@' character in the output. It - does need following braces, as usual for alphabetic commands. In inline - conditionals (*note Inline Conditionals::), it can be necessary to avoid - using the literal '@' character in the source (and may be clearer in - other contexts). - -  - File: texinfo.info, Node: Inserting Braces, Next: Inserting a Comma, Prev: Inserting an Atsign, Up: Special Characters - - 12.1.2 Inserting '{ '}' with '@{ @}' and '@l rbracechar{}' - ---------------------------------------------------------- - - '@{' produces a single '{' in the output, and '@}' produces a single - '}'. Do not put braces after either an '@{' or an '@}' command. - - '@lbracechar{}' and '@rbracechar{}' also produce single '{' and '}' - characters in the output. They do need following braces, as usual for - alphabetic commands. In inline conditionals (*note Inline - Conditionals::), it can be necessary to avoid using literal brace - characters in the source (and may be clearer in other contexts). - --- 0 ---- diff -Nrc2 texinfo-6.4/doc/texinfo.info-2 texinfo-6.5/doc/texinfo.info-2 *** texinfo-6.4/doc/texinfo.info-2 2017-07-03 17:46:05.000000000 +0100 --- texinfo-6.5/doc/texinfo.info-2 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,7541 **** - This is texinfo.info, produced by texi2any version 6.4 from - texinfo.texi. - - This manual is for GNU Texinfo (version 6.4, 24 May 2017), a - documentation system that can produce both online information and a - printed manual from a single source using semantic markup. - - Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998, - 1999, 2001, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, - 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. - - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU Free Documentation License, - Version 1.3 or any later version published by the Free Software - Foundation; with no Invariant Sections, with the Front-Cover Texts - being "A GNU Manual", and with the Back-Cover Texts as in (a) - below. A copy of the license is included in the section entitled - "GNU Free Documentation License". - - (a) The FSF's Back-Cover Text is: "You have the freedom to copy and - modify this GNU manual. Buying copies from the FSF supports it in - developing GNU and promoting software freedom." - INFO-DIR-SECTION Texinfo documentation system - START-INFO-DIR-ENTRY - * Texinfo: (texinfo). The GNU documentation format. - * install-info: (texinfo)Invoking install-info. Update info/dir entries. - * makeinfo: (texinfo)Invoking makeinfo. Translate Texinfo source. - * pod2texi: (pod2texi)Invoking pod2texi. Translate Perl POD to Texinfo. - * texi2dvi: (texinfo)Format with texi2dvi. Print Texinfo documents. - * texi2pdf: (texinfo)PDF Output. PDF output for Texinfo. - * pdftexi2dvi: (texinfo)PDF Output. PDF output for Texinfo. - * texindex: (texinfo)Format with tex/texindex. Sort Texinfo index files. - END-INFO-DIR-ENTRY - -  - File: texinfo.info, Node: Inserting a Comma, Next: Inserting a Backslash, Prev: Inserting Braces, Up: Special Characters - - 12.1.3 Inserting ',' with '@comma{}' - ------------------------------------ - - Ordinarily, a comma ',' is a normal character that can be simply typed - in your input where you need it. - - However, Texinfo uses the comma as a special character only in one - context: to separate arguments to those Texinfo commands, such as - '@acronym' (*note @acronym::) and '@xref' (*note Cross References::), as - well as user-defined macros (*note Defining Macros::), which take more - than one argument. - - Since a comma character would confuse Texinfo's parsing for these - commands, you must use the command '@comma{}' instead if you want to - pass an actual comma. Here are some examples: - - @acronym{ABC, A Bizarre @comma{}} - @xref{Comma,, The @comma{} symbol} - @mymac{One argument@comma{} containing a comma} - - Although '@comma{}' can be used nearly anywhere, there is no need for - it anywhere except in this unusual case. - - (Incidentally, the name '@comma' lacks the 'char' suffix used in its - companion commands only for historical reasons. It didn't seem - important enough to define a synonym.) - -  - File: texinfo.info, Node: Inserting a Backslash, Next: Inserting a Hashsign, Prev: Inserting a Comma, Up: Special Characters - - 12.1.4 Inserting '\' with '@backslashchar{}' - -------------------------------------------- - - Ordinarily, a backslash '\' is a normal character in Texinfo that can be - simply typed in your input where you need it. The result is to typeset - the backslash from the typewriter font. - - However, Texinfo uses the backslash as a special character in one - restricted context: to delimit formal arguments in the bodies of - user-defined macros (*note Defining Macros::). - - Due to the vagaries of macro argument parsing, it is more reliable to - pass an alphabetic command that produces a backslash instead of using a - literal \. Hence '@backslashchar{}'. Here is an example macro call: - - @mymac{One argument@backslashchar{} with a backslash} - - Texinfo documents may also use \ as a command character inside - '@math' (*note Inserting Math::). In this case, '@\' or '\backslash' - produces a "math" backslash (from the math symbol font), while - '@backslashchar{}' produces a typewriter backslash as usual. - - Although '@backslashchar{}' can be used nearly anywhere, there is no - need for it except in these unusual cases. - -  - File: texinfo.info, Node: Inserting a Hashsign, Prev: Inserting a Backslash, Up: Special Characters - - 12.1.5 Inserting '#' with '@hashchar{}' - --------------------------------------- - - Ordinarily, a hash '#' is a normal character in Texinfo that can be - simply typed in your input where you need it. The result is to typeset - the hash character from the current font. - - This character has many other names, varying by locale, such as - "number sign", "pound", and "octothorp". It is also sometimes called - "sharp" or "sharp sign" since it vaguely resembles the musical symbol by - that name. In situations where Texinfo is used, "hash" is the most - common in our experience. - - However, Texinfo uses the hash character as a special character in - one restricted context: to introduce the so-called '#line' directive and - variants (*note External Macro Processors::). - - So, in order to typeset an actual hash character in such a place (for - example, in a program that needs documentation about '#line'), it's - necessary to use '@hashchar{}' or some other construct. Here's an - example: - - @hashchar{} 10 "example.c" - - Although '@hashchar{}' can be used nearly anywhere, there is no need - for it anywhere except this unusual case. - -  - File: texinfo.info, Node: Inserting Quote Characters, Next: Inserting Space, Prev: Special Characters, Up: Insertions - - 12.2 Inserting Quote Characters - =============================== - - As explained in the early section on general Texinfo input conventions - (*note Conventions::), Texinfo source files use the ASCII character '`' - (96 decimal) to produce a left quote ('), and ASCII ''' (39 decimal) to - produce a right quote ('). Doubling these input characters ('``' and - '''') produces double quotes (" and "). These are the conventions used - by TeX. - - This works all right for text. However, in examples of computer - code, readers are especially likely to cut and paste the text - verbatim--and, unfortunately, some document viewers will mangle these - characters. (The free PDF reader 'xpdf' works fine, but other PDF - readers, both free and nonfree, have problems.) - - If this is a concern for you, Texinfo provides these two commands: - - '@codequoteundirected ON-OFF' - causes the output for the ''' character in code environments to be - the undirected single quote, like this: '''. - - '@codequotebacktick ON-OFF' - causes the output for the '`' character in code environments to be - the backtick character (standalone grave accent), like this: '`'. - - If you want these settings for only part of the document, - '@codequote... off' will restore the normal behavior, as in - '@codequoteundirected off'. - - These settings affect '@code', '@example', '@kbd', '@samp', '@verb', - and '@verbatim'. *Note Useful Highlighting::. - - This feature used to be controlled by using '@set' to change the - values of the corresponding variables 'txicodequoteundirected' and - 'txicodequotebacktick'; they are still supported, but the command - interface is preferred. - -  - File: texinfo.info, Node: Inserting Space, Next: Inserting Accents, Prev: Inserting Quote Characters, Up: Insertions - - 12.3 Inserting Space - ==================== - - The following sections describe commands that control spacing of various - kinds within and after sentences. - - * Menu: - - * Multiple Spaces:: Inserting multiple spaces. - * Not Ending a Sentence:: Sometimes a . doesn't end a sentence. - * Ending a Sentence:: Sometimes it does. - * @frenchspacing:: Specifying end-of-sentence spacing. - * @dmn:: Formatting a dimension. - -  - File: texinfo.info, Node: Multiple Spaces, Next: Not Ending a Sentence, Up: Inserting Space - - 12.3.1 Multiple Spaces - ---------------------- - - Ordinarily, multiple whitespace characters (space, tab, and newline) are - collapsed into a single space. - - Occasionally, you may want to produce several consecutive spaces, - either for purposes of example (e.g., what your program does with - multiple spaces as input), or merely for purposes of appearance in - headings or lists. Texinfo supports three commands: '@SPACE', '@TAB', - and '@NL', all of which insert a single space into the output. (Here, - '@SPACE' represents an '@' character followed by a space, i.e., '@ ', - 'TAB' represents an actual tab character, and '@NL' represents an '@' - character and end-of-line, i.e., when '@' is the last character on a - line.) - - For example, - Spacey@ @ @ @ - example. - - produces - - Spacey example. - - Other possible uses of '@SPACE' have been subsumed by '@multitable' - (*note Multi-column Tables::). - - Do not follow any of these commands with braces. - - To produce a non-breakable space, see *note @tie::. - -  - File: texinfo.info, Node: Not Ending a Sentence, Next: Ending a Sentence, Prev: Multiple Spaces, Up: Inserting Space - - 12.3.2 Not Ending a Sentence - ---------------------------- - - When a period, exclamation point or question mark is at the end of a - sentence, slightly more space is inserted after it in a typeset manual. - - Usually, Texinfo can determine automatically when a period ends a - sentence. However, special commands are needed in some circumstances. - Use the '@:' command after a period, question mark, exclamation mark or - colon that should not be followed by extra space. This is necessary in - the following situations: - - 1. After a period that ends a lowercase abbreviation which is not at - the end of a sentences. - - 2. When a parenthetical remark in the middle of a sentence (like this - one!) ends with a period, exclamation point or question mark, '@:' - should be used after the right parenthesis. Similarly for right - brackets and right quotes (both single and double). - - For example: - - 'foo vs.@: bar (or?)@: baz', - - The first line below shows the output, and for comparison, the second - line shows the spacing when the '@:' commands were not used. - - foo vs. bar (or?) baz - foo vs. bar (or?) baz - - It may help you to remember what '@:' does by imagining that it - stands for an invisible lower-case character that stops a word ending in - a period. - - A few Texinfo commands force normal interword spacing, so that you - don't have to insert '@:' where you otherwise would. These are the - code-like highlighting commands, '@var', '@abbr', and '@acronym' (*note - Useful Highlighting::). For example, in '@code{foo. bar}' the period is - not considered to be the end of a sentence, and no extra space is - inserted. - - '@:' has no effect on the HTML or Docbook output. - -  - File: texinfo.info, Node: Ending a Sentence, Next: @frenchspacing, Prev: Not Ending a Sentence, Up: Inserting Space - - 12.3.3 Ending a Sentence - ------------------------ - - As mentioned above, Texinfo normally inserts additional space after the - end of a sentence. It uses the same heuristic for this as TeX: a - sentence ends with a period, exclamation point, or question mark, either - preceded or followed by optional closing punctuation, and then - whitespace, and _not_ preceded by a capital letter. - - Use '@.' instead of a period, '@!' instead of an exclamation point, - and '@?' instead of a question mark at the end of a sentence that does - end with a capital letter. Do not put braces after any of these - commands. For example: - - Give it to M.I.B. and to M.E.W@. Also, give it to R.J.C@. - Give it to M.I.B. and to M.E.W. Also, give it to R.J.C. - - The output follows. In printed output and Info, you can see the desired - extra whitespace after the 'W' in the first line. - - Give it to M.I.B. and to M.E.W. Also, give it to R.J.C. - Give it to M.I.B. and to M.E.W. Also, give it to R.J.C. - - In the HTML output, '@.' is equivalent to a simple '.'; likewise for - '@!' and '@?'. - - The "closing punctuation" mentioned above is defined as a right - parenthesis (')', right bracket (']'), or right quote, either single or - double (''' and ''''; the many possible additional Unicode right quotes - are not included). These characters can be thought of as invisible with - respect to whether a given period ends a sentence. (This is the same - rule as TeX.) For instance, the periods in 'foo.) Bar' and 'foo.'' Bar' - do end sentences. - - The meanings of '@:' and '@.', etc. in Texinfo are designed to work - well with the Emacs sentence motion commands (*note (emacs)Sentences::). - It may help to imagine that the '@' in '@.', etc., is an invisible - lower-case letter 'a' which makes an upper-case letter before it - immaterial for the purposes of deciding whether the period ends the - sentence. - - A few Texinfo commands are not considered as being an abbreviation, - even though they may end with a capital letter when expanded, so that - you don't have to insert '@.' and companions. Notably, this is the case - for code-like highlighting commands, '@var' arguments ending with a - capital letter, '@LaTeX', and '@TeX'. For example, that sentence ended - with '... @code{@@TeX}.'; '@.' was not needed. Similarly, in '... - @var{VARNAME}. Text' the period after VARNAME ends the sentence; there - is no need to use '@.'. - -  - File: texinfo.info, Node: @frenchspacing, Next: @dmn, Prev: Ending a Sentence, Up: Inserting Space - - 12.3.4 '@frenchspacing' VAL: Control Sentence Spacing - ----------------------------------------------------- - - In American typography, it is traditional and correct to put extra space - at the end of a sentence. This is the default in Texinfo (implemented - in Info and printed output; for HTML, we don't try to override the - browser). In French typography (and others), this extra space is wrong; - all spaces are uniform. - - Therefore Texinfo provides the '@frenchspacing' command to control - the spacing after punctuation. It reads the rest of the line as its - argument, which must be the single word 'on' or 'off' (always these - words, regardless of the language of the document). Here is an example: - - @frenchspacing on - This is text. Two sentences. Three sentences. French spacing. - - @frenchspacing off - This is text. Two sentences. Three sentences. Non-French spacing. - - produces: - - This is text. Two sentences. Three sentences. French spacing. - - This is text. Two sentences. Three sentences. Non-French spacing. - - '@frenchspacing' also affects the output after '@.', '@!', and '@?' - (*note Ending a Sentence::). - - '@frenchspacing' has no effect on the HTML or Docbook output; for - XML, it outputs a transliteration of itself (*note Output Formats::). - -  - File: texinfo.info, Node: @dmn, Prev: @frenchspacing, Up: Inserting Space - - 12.3.5 '@dmn'{DIMENSION}: Format a Dimension - -------------------------------------------- - - You can use the '@dmn' command to format a dimension with a little extra - space in the printed output. That is, on seeing '@dmn', TeX inserts - just enough space for proper typesetting; in other output formats, the - formatting commands insert no space at all. - - To use the '@dmn' command, write the number and then follow it - immediately, with no intervening space, by '@dmn', and then by the - dimension within braces. For example, - - A4 paper is 8.27@dmn{in} wide. - - produces - - A4 paper is 8.27in wide. - - Not everyone uses this style. Some people prefer '8.27 in.' or - '8.27 inches'. In these cases, however, you need to use '@tie' (*note - @tie::) or '@w' (*note @w::) so that no line break can occur between the - number and the dimension. Also, if you write a period after an - abbreviation within a sentence (as with the 'in.' above), you should - write '@:' after the period to prevent TeX from inserting extra - whitespace, as shown here. *Note Not Ending a Sentence::. - -  - File: texinfo.info, Node: Inserting Accents, Next: Inserting Quotation Marks, Prev: Inserting Space, Up: Insertions - - 12.4 Inserting Accents - ====================== - - Here is a table with the commands Texinfo provides for inserting - floating accents. They all need an argument, the character to accent, - which can either be given in braces as usual ('@'{e}'), or, as a special - case, the braces can be omitted, in which case the argument is the next - character ('@'e'). This is to make the source as convenient as possible - to type and read, since accented characters are very common in some - languages. - - If the command is alphabetic, such as '@dotaccent', then there must - be a space between the command name and argument if braces are not used. - If the command is non-alphabetic, such as '@'', then there must _not_ be - a space; the argument is the very next character. - - Exception: the argument to '@tieaccent' must be enclosed in braces - (since it is two characters instead of one). - - To get the true accented characters output in Info, not just the - ASCII transliterations, it is necessary to specify '@documentencoding' - with an encoding which supports the required characters (*note - @documentencoding::). In this case, you can also use non-ASCII (e.g., - pre-accented) characters in the source file. - - Command Output What - ------------------------------------------------------ - @"o o" umlaut accent - @'o o' acute accent - @,{c} c, cedilla accent - @=o o= macron/overbar accent - @^o o^ circumflex accent - @`o o` grave accent - @~o o~ tilde accent - @dotaccent{o} o. overdot accent - @H{o} o'' long Hungarian umlaut - @ogonek{a} a; ogonek - @ringaccent{o} o* ring accent - @tieaccent{oo} oo[ tie-after accent - @u{o} o( breve accent - @ubaraccent{o} o_ underbar accent - @udotaccent{o} .o underdot accent - @v{o} o< caron/hacek/check accent - - This table lists the Texinfo commands for inserting other characters - commonly used in languages other than English. - - @exclamdown{} ! upside-down ! - @questiondown{} ? upside-down ? - @aa{} @AA{} aa AA a,A with circle - @ae{} @AE{} ae AE ae,AE ligatures - @dh{} @DH{} d D Icelandic eth - @dotless{i} i dotless i - @dotless{j} j dotless j - @l{} @L{} /l /L suppressed-L,l - @o{} @O{} /o /O O,o with slash - @oe{} @OE{} oe OE oe,OE ligatures - @ordf{} @ordm{} a o Spanish ordinals - @ss{} ss es-zet or sharp S - @th{} @TH{} th TH Icelandic thorn - -  - File: texinfo.info, Node: Inserting Quotation Marks, Next: Inserting Subscripts and Superscripts, Prev: Inserting Accents, Up: Insertions - - 12.5 Inserting Quotation Marks - ============================== - - Use doubled single-quote characters to begin and end quotations: - ``...''. TeX converts two single quotes to left- and right-hand doubled - quotation marks, and Info converts doubled single-quote characters to - ASCII double-quotes: ``...'' becomes "...". - - You may occasionally need to produce two consecutive single quotes; - for example, in documenting a computer language such as Maxima where '' - is a valid command. You can do this with the input '@w{}'; the empty - '@w' command stops the combination into the double-quote characters. - - The left quote character (`, ASCII code 96) used in Texinfo is a - grave accent in ANSI and ISO character set standards. We use it as a - quote character because that is how TeX is set up, by default. - - Texinfo supports several other quotation marks used in languages - other than English. Below is a table with the commands Texinfo provides - for inserting quotation marks. - - In order to get the symbols for the quotation marks in encoded Info - output, it is necessary to specify '@documentencoding UTF-8'. (*Note - @documentencoding::.) Double guillemets are also present in ISO 8859-1 - (aka Latin 1) and ISO 8859-15 (aka Latin 9). - - The standard TeX fonts support the usual quotation marks used in - English (the ones produced with single and doubled ASCII single-quotes). - For the other quotation marks, TeX uses European Computer Modern (EC) - fonts ('ecrm1000' and other variants). These fonts are freely - available, of course; you can download them from - <http://ctan.org/pkg/ec>, among other places. - - The free EC fonts are bitmap fonts created with Metafont. Especially - for on-line viewing, Type 1 (vector) versions of the fonts are - preferable; these are available in the CM-Super font package - (<http://ctan.org/pkg/cm-super>). - - Both distributions include installation instructions. - - Command Glyph Unicode name (point) - ---------------------------------------------------------------------- - @quotedblleft{} `` `` Left double quotation mark (U+201C) - @quotedblright{} '' '' Right double quotation mark (U+201D) - @quoteleft{} ` ` Left single quotation mark (U+2018) - @quoteright{} ' ' Right single quotation mark (U+2019) - @quotedblbase{} ,, Double low-9 quotation mark (U+201E) - @quotesinglbase{} , Single low-9 quotation mark (U+201A) - @guillemetleft{} << Left-pointing double angle quotation - mark (U+00AB) - @guillemetright{} >> Right-pointing double angle quotation - mark (U+00BB) - @guilsinglleft{} < Single left-pointing angle quotation - mark (U+2039) - @guilsinglright{} > Single right-pointing angle quotation - mark (U+203A) - - For the double angle quotation marks, Adobe and LaTeX glyph names are - also supported: '@guillemotleft' and '@guillemotright'. These names are - incorrect; a "guillemot" is a bird species (a type of auk). - - Traditions for quotation mark usage vary to a great extent between - languages (<http://en.wikipedia.org/wiki/Quotation_mark>). Texinfo does - not provide commands or configurations for typesetting quotation marks - according to the numerous traditions. Therefore, you have to choose the - commands appropriate for the language of your manual. Sometimes aliases - (*note @alias::) can simplify the usage and make the source code more - readable. For example, in German, '@quotedblbase' is used for the left - double quote, and the right double quote is the glyph produced by - '@quotedblleft', which is counter-intuitive. Thus, in this case the - following aliases would be convenient: - - @alias lgqq = quotedblbase - @alias rgqq = quotedblleft - -  - File: texinfo.info, Node: Inserting Subscripts and Superscripts, Next: Inserting Math, Prev: Inserting Quotation Marks, Up: Insertions - - 12.6 '@sub' and '@sup': Inserting Subscripts and Superscripts - ============================================================= - - You can insert subscripts and superscripts, in either text or math, with - the '@sub' and '@sup' commands. (For other mathematical expressions, - see the next section.) For example, here is a purely textual subscript - and superscript: - - here@sub{below}@sup{above} - - produces: - - here_{below}^{above} - - Inside '@math', '@sub' and '@sup' produce mathematical subscripts and - superscripts. This uses a different font in the TeX output (math italic - instead of text italic); it makes no difference in the other output - formats. Here's an example: - - @math{e@sup{x}} - - produces: - - e^{x} - - In Info and plain text, regardless of being used inside '@math', - '@sub{TEXT}' is output as '_{TEXT}' and '@sup{TEXT}' as '^{TEXT}', - including the literal braces (to mark the beginning and end of the - "script" text to the reader). - - When the output format (and display program) permit (TeX math, HTML), - the superscript is set above the subscript when both commands are given - consecutively. - -  - File: texinfo.info, Node: Inserting Math, Next: Glyphs for Text, Prev: Inserting Subscripts and Superscripts, Up: Insertions - - 12.7 '@math': Inserting Mathematical Expressions - ================================================ - - You can write a short mathematical expression with the '@math' command. - Write the mathematical expression between braces, like this: - - @math{(a + b) = (b + a)} - - This produces the following in Info and HTML: - - (a + b) = (b + a) - - The '@math' command has no special effect on the Info and HTML - output. 'makeinfo' expands any @-commands as usual, but it does not try - to use produce good mathematical formatting in any way (no use of - MathML, etc.). The HTML output is enclosed by '<em>...</em>', but - nothing more. - - However, as far as the TeX output is concerned, plain TeX - mathematical commands are allowed in '@math', starting with '\'. In - essence, '@math' switches into plain TeX math mode. (Exception: the - plain TeX command '\sup', which typesets the mathematical operator name - 'sup', must be accessed as '\mathopsup', due to the conflict with - Texinfo's '@sup' command.) - - This allows you to use all the plain TeX math control sequences for - symbols, functions, and so on, and thus get proper formatting in the TeX - output, at least. - - The '@sub' and '@sup' commands described in the previous section - produce subscripts and superscripts in HTML output as well as TeX; the - plain TeX characters '_' and '^' for subscripts and superscripts are - recognized by TeX inside '@math', but do nothing special in HTML or - other output formats. - - It's best to use '\' instead of '@' for any such mathematical - commands; otherwise, 'makeinfo' will complain. On the other hand, - 'makeinfo' does allow input with matching (but unescaped) braces, such - as 'k_{75}'; it complains about such bare braces in regular input. - - Here's an example: - - @math{\sin 2\pi \equiv \cos 3\pi} - - which looks like the input in Info and HTML: - \sin 2\pi \equiv \cos 3\pi - - Since '\' is an escape character inside '@math', you can use '@\' to - get a literal backslash ('\\' will work in TeX, but you'd get the - literal two characters '\\' in Info). '@\' is not defined outside of - '@math', since a '\' ordinarily produces a literal (typewriter) '\'. - You can also use '@backslashchar{}' in any mode to get a typewriter - backslash. *Note Inserting a Backslash::. - - For displayed equations, you must at present use TeX directly (*note - Raw Formatter Commands::). - -  - File: texinfo.info, Node: Glyphs for Text, Next: Glyphs for Programming, Prev: Inserting Math, Up: Insertions - - 12.8 Glyphs for Text - ==================== - - Texinfo has support for a few additional glyphs that are commonly used - in printed text but not available in ASCII. Of course, there are many - thousands more. It is possible to use Unicode characters as-is as far - as 'makeinfo' is concerned, but TeX is not so lucky. - - * Menu: - - * @TeX @LaTeX:: The TeX logos. - * @copyright:: The copyright symbol (c in a circle). - * @registeredsymbol:: The registered symbol (R in a circle). - * @dots:: How to insert ellipses: ... and ... - * @bullet:: How to insert a bullet: * - * @euro:: How to insert the euro currency symbol. - * @pounds:: How to insert the pounds currency symbol. - * @textdegree:: How to insert the degrees symbol. - * @minus:: How to insert a minus sign. - * @geq @leq:: How to insert greater/less-than-or-equal signs. - -  - File: texinfo.info, Node: @TeX @LaTeX, Next: @copyright, Up: Glyphs for Text - - 12.8.1 '@TeX'{} (TeX) and '@LaTeX'{} (LaTeX) - -------------------------------------------- - - Use the '@TeX{}' command to generate 'TeX'. In a printed manual, this - is a special logo that is different from three ordinary letters. In - Info, it just looks like 'TeX'. - - Similarly, use the '@LaTeX{}' command to generate 'LaTeX', which is - even more special in printed manuals (and different from the incorrect - 'La@TeX{}'. In Info, the result is just 'LaTeX'. (LaTeX is another - macro package built on top of TeX, very loosely analogous to Texinfo in - that it emphasizes logical structure, but much (much) larger.) - - The spelling of these commands are unusual for Texinfo, in that they - use both uppercase and lowercase letters. - -  - File: texinfo.info, Node: @copyright, Next: @registeredsymbol, Prev: @TeX @LaTeX, Up: Glyphs for Text - - 12.8.2 '@copyright{}' ((C)) - --------------------------- - - Use the '@copyright{}' command to generate the copyright symbol, '(C)'. - Where possible, this is a 'c' inside a circle; in Info, this is '(C)'. - - Legally, it's not necessary to use the copyright symbol; the English - word 'Copyright' suffices, according to international treaty. - -  - File: texinfo.info, Node: @registeredsymbol, Next: @dots, Prev: @copyright, Up: Glyphs for Text - - 12.8.3 '@registeredsymbol{}' ((R)) - ---------------------------------- - - Use the '@registeredsymbol{}' command to generate the registered symbol, - '(R)'. Where possible, this is an 'R' inside a circle; in Info, this is - '(R)'. - -  - File: texinfo.info, Node: @dots, Next: @bullet, Prev: @registeredsymbol, Up: Glyphs for Text - - 12.8.4 '@dots' (...) and '@enddots' (...) - ----------------------------------------- - - An "ellipsis" (a sequence of dots) would be spaced wrong when typeset as - a string of periods, so a special command is used in Texinfo: use the - '@dots{}' command to generate a normal ellipsis, which is three dots in - a row, appropriately spaced ... like so. To emphasize: do not simply - write three periods in the input file; that would work for the Info file - output, but would produce the wrong amount of space between the periods - in the printed manual. - - The '@enddots{}' command generates an end-of-sentence ellipsis, which - also has three dots, but with different spacing afterwards, ... Look - closely to see the difference. - - Here is an ellipsis: ... Here are three periods in a row: ... - - In printed (and usually HTML) output, the three periods in a row are - much closer together than the dots in the ellipsis. - -  - File: texinfo.info, Node: @bullet, Next: @euro, Prev: @dots, Up: Glyphs for Text - - 12.8.5 '@bullet' (*) - -------------------- - - Use the '@bullet{}' command to generate a large round dot, or the - closest possible thing to one. In Info, an asterisk is used. Here is a - bullet: * - - When you use '@bullet' in '@itemize', you do not need to type the - braces, because '@itemize' supplies them. (*note @itemize::). - -  - File: texinfo.info, Node: @euro, Next: @pounds, Prev: @bullet, Up: Glyphs for Text - - 12.8.6 '@euro' (Euro): Euro Currency Symbol - ------------------------------------------- - - Use the '@euro{}' command to generate 'Euro'. Where possible, this is - the symbol for the Euro currency. Otherwise, the word 'Euro' is used. - - Texinfo cannot magically synthesize support for the Euro symbol where - the underlying system (fonts, software, whatever) does not support it. - Therefore, you may find it preferable to use the word "Euro". (In - banking contexts, the abbreviation for the Euro is EUR.) - - In order to get the Euro symbol in encoded Info output, for example, - it is necessary to specify '@documentencoding ISO-8859-15' or - '@documentencoding UTF-8' (*Note @documentencoding::.) The Euro symbol - is in ISO 8859-15 (aka Latin 9), and is _not_ in the more widely-used - ISO 8859-1 (Latin 1). - - The Euro symbol does not exist in the standard TeX fonts (which were - designed before the Euro was legislated into existence). Therefore, TeX - uses an additional font, named 'feymr10' (along with other variables). - It is freely available, of course; you can download it from - <http://ctan.org/pkg/eurosym>, among other places. The distribution - includes installation instructions. - -  - File: texinfo.info, Node: @pounds, Next: @textdegree, Prev: @euro, Up: Glyphs for Text - - 12.8.7 '@pounds' (#): Pounds Sterling - ------------------------------------- - - Use the '@pounds{}' command to generate '#'. Where possible, this is - the symbol for the pounds sterling British currency. Otherwise, it is - '#'. - -  - File: texinfo.info, Node: @textdegree, Next: @minus, Prev: @pounds, Up: Glyphs for Text - - 12.8.8 '@textdegree' (o): Degrees Symbol - ---------------------------------------- - - Use the '@textdegree{}' command to generate 'o'. Where possible, this - is the normal symbol for degrees. Otherwise, it is an 'o'. - -  - File: texinfo.info, Node: @minus, Next: @geq @leq, Prev: @textdegree, Up: Glyphs for Text - - 12.8.9 '@minus' (-): Inserting a Minus Sign - ------------------------------------------- - - Use the '@minus{}' command to generate a minus sign. In a fixed-width - font, this is a single hyphen, but in a proportional font, the symbol is - the customary length for a minus sign--a little longer than a hyphen, - shorter than an em-dash: - - '-' is a minus sign generated with '@minus{}', - - '-' is a hyphen generated with the character '-', - - '--' is an em-dash for text. - - In the fixed-width font used by Info, '@minus{}' is the same as a - hyphen. - - You should not use '@minus{}' inside '@code' or '@example' because - the width distinction is not made in the fixed-width font they use. - - When you use '@minus' to specify the mark beginning each entry in an - itemized list, you do not need to type the braces (*note @itemize::). - - If you actually want to typeset some math that does a subtraction, it - is better to use '@math'. Then the regular '-' character produces a - minus sign, as in '@math{a-b}' (*note Inserting Math::). - -  - File: texinfo.info, Node: @geq @leq, Prev: @minus, Up: Glyphs for Text - - 12.8.10 '@geq' (>=) and '@leq' (<=): Inserting Relations - -------------------------------------------------------- - - Use the '@geq{}' and '@leq{}' commands to generate greater-than-or-equal - and less-than-equal-signs, '>=' and '<='. When those symbols are not - available, the ASCII sequences '>=' and '<=' are output. - -  - File: texinfo.info, Node: Glyphs for Programming, Next: Inserting Unicode, Prev: Glyphs for Text, Up: Insertions - - 12.9 Glyphs for Programming - =========================== - - In Texinfo, code is often illustrated in examples that are delimited by - '@example' and '@end example', or by '@lisp' and '@end lisp'. In such - examples, you can indicate the results of evaluation or an expansion - using '=>' or '==>'. Likewise, there are commands to insert glyphs to - indicate printed output, error messages, equivalence of expressions, the - location of point in an editor, and GUI operation sequences. - - The glyph-insertion commands do not need to be used within an - example, but most often they are. All glyph-insertion commands are - followed by empty braces. - - * Menu: - - * Glyphs Summary:: - * @result:: How to show the result of expression. - * @expansion:: How to indicate an expansion. - * @print:: How to indicate generated output. - * @error:: How to indicate an error message. - * @equiv:: How to indicate equivalence. - * @point:: How to indicate the location of point. - * Click Sequences:: Inserting GUI usage sequences. - -  - File: texinfo.info, Node: Glyphs Summary, Next: @result, Up: Glyphs for Programming - - 12.9.1 Glyphs Summary - --------------------- - - Here is a summary of the glyph commands: - - => - '@result{}' indicates the result of an expression. - - ==> - '@expansion{}' indicates the results of a macro expansion. - - -| - '@print{}' indicates printed output. - - error-> - '@error{}' indicates the following text is an error message. - - == - '@equiv{}' indicates the exact equivalence of two forms. - - -!- - '@point{}' shows the location of point. - - A -> B - '@clicksequence{A @click{} B' indicates a GUI operation sequence: - first A, then clicking B, or choosing B from a menu, or otherwise - selecting it. - -  - File: texinfo.info, Node: @result, Next: @expansion, Prev: Glyphs Summary, Up: Glyphs for Programming - - 12.9.2 '@result{}' (=>): Result of an Expression - ------------------------------------------------ - - Use the '@result{}' command to indicate the result of evaluating an - expression. - - The '@result{}' command is displayed as '=>', either a double stemmed - arrow or (when that is not available) the ASCII sequence '=>'. - - Thus, the following, - - (cdr '(1 2 3)) - => (2 3) - - may be read as "'(cdr '(1 2 3))' evaluates to '(2 3)'". - -  - File: texinfo.info, Node: @expansion, Next: @print, Prev: @result, Up: Glyphs for Programming - - 12.9.3 '@expansion{}' (==>): Indicating an Expansion - ---------------------------------------------------- - - When an expression is a macro call, it expands into a new expression. - You can indicate the result of the expansion with the '@expansion{}' - command. - - The '@expansion{}' command is displayed as '==>', either a long arrow - with a flat base or (when that is not available) the ASCII sequence - '==>'. - - For example, the following - - @lisp - (third '(a b c)) - @expansion{} (car (cdr (cdr '(a b c)))) - @result{} c - @end lisp - - produces - - (third '(a b c)) - ==> (car (cdr (cdr '(a b c)))) - => c - - which may be read as: - - '(third '(a b c))' expands to '(car (cdr (cdr '(a b c))))'; the - result of evaluating the expression is 'c'. - - Often, as in this case, an example looks better if the '@expansion{}' - and '@result{}' commands are indented. - -  - File: texinfo.info, Node: @print, Next: @error, Prev: @expansion, Up: Glyphs for Programming - - 12.9.4 '@print{}' (-|): Indicating Generated Output - --------------------------------------------------- - - Sometimes an expression will generate output during its execution. You - can indicate such displayed output with the '@print{}' command. - - The '@print{}' command is displayed as '-|', either a horizontal dash - butting against a vertical bar or (when that is not available) the ASCII - sequence '-|'. - - In the following example, the printed text is indicated with '-|', - and the value of the expression follows on the last line. - - (progn (print 'foo) (print 'bar)) - -| foo - -| bar - => bar - - In a Texinfo source file, this example is written as follows: - - @lisp - (progn (print 'foo) (print 'bar)) - @print{} foo - @print{} bar - @result{} bar - @end lisp - -  - File: texinfo.info, Node: @error, Next: @equiv, Prev: @print, Up: Glyphs for Programming - - 12.9.5 '@error{}' (error->): Indicating an Error Message - -------------------------------------------------------- - - A piece of code may cause an error when you evaluate it. You can - designate the error message with the '@error{}' command. - - The '@error{}' command is displayed as 'error->', either the word - 'error' in a box in the printed output, the word error followed by an - arrow in other formats or (when no arrow is available) 'error-->'. - - Thus, - - @lisp - (+ 23 'x) - @error{} Wrong type argument: integer-or-marker-p, x - @end lisp - - produces - - (+ 23 'x) - error-> Wrong type argument: integer-or-marker-p, x - - This indicates that the following error message is printed when you - evaluate the expression: - - Wrong type argument: integer-or-marker-p, x - - The word 'error->' itself is not part of the error message. - -  - File: texinfo.info, Node: @equiv, Next: @point, Prev: @error, Up: Glyphs for Programming - - 12.9.6 '@equiv{}' (==): Indicating Equivalence - ---------------------------------------------- - - Sometimes two expressions produce identical results. You can indicate - the exact equivalence of two forms with the '@equiv{}' command. The - '@equiv{}' command is displayed as '==', either a standard mathematical - equivalence sign (three parallel horizontal lines) or (when that is not - available) as the ASCII sequence '=='. - - Thus, - - @lisp - (make-sparse-keymap) @equiv{} (list 'keymap) - @end lisp - - produces - - (make-sparse-keymap) == (list 'keymap) - - This indicates that evaluating '(make-sparse-keymap)' produces identical - results to evaluating '(list 'keymap)'. - -  - File: texinfo.info, Node: @point, Next: Click Sequences, Prev: @equiv, Up: Glyphs for Programming - - 12.9.7 '@point{}' (-!-): Indicating Point in a Buffer - ----------------------------------------------------- - - Sometimes you need to show an example of text in an Emacs buffer. In - such examples, the convention is to include the entire contents of the - buffer in question between two lines of dashes containing the buffer - name. - - You can use the '@point{}' command to show the location of point in - the text in the buffer. (The symbol for point, of course, is not part - of the text in the buffer; it indicates the place _between_ two - characters where point is located.) - - The '@point{}' command is displayed as '-!-', either a pointed star - or (when that is not available) the ASCII sequence '-!-'. - - The following example shows the contents of buffer 'foo' before and - after evaluating a Lisp command to insert the word 'changed'. - - ---------- Buffer: foo ---------- - This is the -!-contents of foo. - ---------- Buffer: foo ---------- - - - (insert "changed ") - => nil - ---------- Buffer: foo ---------- - This is the changed -!-contents of foo. - ---------- Buffer: foo ---------- - - - In a Texinfo source file, the example is written like this: - - @example - ---------- Buffer: foo ---------- - This is the @point{}contents of foo. - ---------- Buffer: foo ---------- - - (insert "changed ") - @result{} nil - ---------- Buffer: foo ---------- - This is the changed @point{}contents of foo. - ---------- Buffer: foo ---------- - @end example - -  - File: texinfo.info, Node: Click Sequences, Prev: @point, Up: Glyphs for Programming - - 12.9.8 Click Sequences - ---------------------- - - When documenting graphical interfaces, it is necessary to describe - sequences such as 'Click on 'File', then choose 'Open', then ...'. - Texinfo offers commands '@clicksequence' and 'click' to represent this, - typically used like this: - - ... @clicksequence{File @click{} Open} ... - - which produces: - - ... File -> Open ... - - The '@click' command produces a right arrow by default; this glyph is - also available independently via the command '@arrow{}'. - - You can change the glyph produced by '@click' with the command - '@clickstyle', which takes a command name as its single argument on the - rest of the line, much like '@itemize' and friends (*note @itemize::). - The command should produce a glyph, and the usual empty braces '{}' are - omitted. Here's an example: - - @clickstyle @result - ... @clicksequence{File @click{} Open} ... - - now produces: - - ... File => Open ... - -  - File: texinfo.info, Node: Inserting Unicode, Prev: Glyphs for Programming, Up: Insertions - - 12.10 Inserting Unicode: '@U' - ============================= - - The command '@U{HEX}' inserts a representation of the Unicode character - U+HEX. For example, '@U{0132}' inserts the Dutch 'IJ' ligature (poorly - shown here as simply the two letters 'I' and 'J'). - - The HEX value should be at least four hex digits; leading zeros are - _not_ added. In general, HEX must specify a valid normal Unicode - character; e.g., U+10FFFF (the very last code point) is invalid by - definition, and thus cannot be inserted this way. - - '@U' is useful for inserting occasional glyphs for which Texinfo has - no dedicated command, while allowing the Texinfo source to remain purely - 7-bit ASCII for maximum portability. - - This command has many limitations--the same limitations as inserting - Unicode characters in UTF-8 or another binary form. First and most - importantly, TeX knows nothing about most of Unicode. Supporting - specific additional glyphs upon request is possible, but it's not viable - for 'texinfo.tex' to support whole additional scripts (Japanese, Urdu, - ...). The '@U' command does nothing to change this. If the specified - character is not supported in TeX, an error is given. (*Note - @documentencoding::.) - - In HTML, XML, and Docbook, the output from '@U' is always an entity - reference of the form '&#xHEX;', as in 'IJ' for the example above. - This should work even when an HTML document uses some other encoding - (say, Latin 1) and the given character is not supported in that - encoding. - - In Info and plain text, if the document encoding is specified - explicitly to be UTF-8, the output will be the UTF-8 representation of - the character U+HEX (presuming it's a valid character). In all other - cases, the output is the ASCII sequence 'U+HEX', as in the six ASCII - characters 'U+0132' for the example above. - - That's all. No magic! - -  - File: texinfo.info, Node: Breaks, Next: Definition Commands, Prev: Insertions, Up: Top - - 13 Forcing and Preventing Breaks - ******************************** - - Line and page breaks can sometimes occur in the 'wrong' place in one or - another form of output. It's up to you to ensure that text looks right - in all the output formats. - - For example, in a printed manual, page breaks may occur awkwardly in - the middle of an example; to prevent this, you can hold text together - using a grouping command that keeps the text from being split across two - pages. Conversely, you may want to force a page break where none would - occur normally. - - You can use the break, break prevention, or pagination commands to - fix problematic line and page breaks. - - * Menu: - - * Break Commands:: Summary of break-related commands. - * Line Breaks:: Forcing line breaks. - * @- @hyphenation:: Helping TeX with hyphenation points. - * @allowcodebreaks:: Controlling line breaks within @code text. - * @w:: Preventing unwanted line breaks in text. - * @tie:: Inserting an unbreakable but varying space. - * @sp:: Inserting blank lines. - * @page:: Forcing the start of a new page. - * @group:: Preventing unwanted page breaks. - * @need:: Another way to prevent unwanted page breaks. - -  - File: texinfo.info, Node: Break Commands, Next: Line Breaks, Up: Breaks - - 13.1 Break Commands - =================== - - The break commands create or allow line and paragraph breaks: - - '@*' - Force a line break. - - '@sp N' - Skip N blank lines. - - '@-' - Insert a discretionary hyphen. - - '@hyphenation{HY-PHEN-A-TED WORDS}' - Define hyphen points in HY-PHEN-A-TED WORDS. - - These commands hold text together on a single line: - - '@w{TEXT}' - Prevent TEXT from being split and hyphenated across two lines. - - '@tie{}' - Insert a normal interword space at which a line break may not - occur. - - The pagination commands apply only to printed output, since other - output formats do not have pages. - - '@page' - Start a new page. - - '@group' - Hold text together that must appear on one page. - - '@need MILS' - Start a new page if not enough space on this one. - -  - File: texinfo.info, Node: Line Breaks, Next: @- @hyphenation, Prev: Break Commands, Up: Breaks - - 13.2 '@*' and '@/': Generate and Allow Line Breaks - ================================================== - - The '@*' command forces a line break in all output formats. The '@/' - command allows a line break (printed manual only). - - Here is an example with '@*': - - This sentence is broken @*into two lines. - - produces - - This sentence is broken - into two lines. - - The '@/' command can be useful within long urls or other identifiers - where TeX can't find a good place to break. TeX will automatically - break urls at the natural places (*note URL Line Breaking::), so only - use '@/' if you need it. '@/' has no effect in the other output format. - -  - File: texinfo.info, Node: @- @hyphenation, Next: @allowcodebreaks, Prev: Line Breaks, Up: Breaks - - 13.3 '@-' and '@hyphenation': Helping TeX Hyphenate - =================================================== - - Although TeX's hyphenation algorithm is generally pretty good, it does - miss useful hyphenation points from time to time. (Or, far more rarely, - insert an incorrect hyphenation.) So, for documents with an unusual - vocabulary or when fine-tuning for a printed edition, you may wish to - help TeX out. Texinfo supports two commands for this: - - '@-' - Insert a discretionary hyphen, i.e., a place where TeX can (but - does not have to) hyphenate. This is especially useful when you - notice an overfull hbox is due to TeX missing a hyphenation (*note - Overfull hboxes::). TeX will not insert any hyphenation points - itself into a word containing '@-'. - - '@hyphenation{HY-PHEN-A-TED WORDS}' - Tell TeX how to hyphenate HY-PHEN-A-TED WORDS. As shown, you put a - '-' at each hyphenation point. For example: - @hyphenation{man-u-script man-u-scripts} - TeX only uses the specified hyphenation points when the words match - exactly, so give all necessary variants, such as plurals. - - Info, HTML, and other non-TeX output is not hyphenated, so none of - these commands have any effect there. - -  - File: texinfo.info, Node: @allowcodebreaks, Next: @w, Prev: @- @hyphenation, Up: Breaks - - 13.4 '@allowcodebreaks': Control Line Breaks in '@code' - ======================================================= - - Ordinarily, TeX considers breaking lines at '-' and '_' characters - within '@code' and related commands (*note @code::), more or less as if - they were "empty" hyphenation points. - - This is necessary since many manuals, especially for Lisp-family - languages, must document very long identifiers. On the other hand, some - manuals don't have this problems, and you may not wish to allow a line - break at the underscore in, for example, 'SIZE_MAX', or even worse, - after any of the four underscores in '__typeof__'. - - So Texinfo provides this command: - - @allowcodebreaks false - - to prevent from breaking at '-' or '_' within '@code'. You can go back - to allowing such breaks with '@allowcodebreaks true'. Write these - commands on lines by themselves. - - These commands can be given anywhere in the document. For example, - you may have just one problematic paragraph where you need to turn off - the breaks, but want them in general, or vice versa. - - This command has no effect except in HTML and TeX output. - -  - File: texinfo.info, Node: @w, Next: @tie, Prev: @allowcodebreaks, Up: Breaks - - 13.5 '@w'{TEXT}: Prevent Line Breaks - ==================================== - - '@w{TEXT}' outputs TEXT, while prohibiting line breaks within TEXT. - - Thus, you can use '@w' to produce a non-breakable space, fixed at the - width of a normal interword space: - - @w{ } @w{ } @w{ } indentation. - - produces: - - indentation. - - The space from '@w{ }', as well as being non-breakable, also will not - stretch or shrink. Sometimes that is what you want, for instance if - you're doing manual indenting. However, usually you want a normal - interword space that does stretch and shrink (in the printed output); - for that, see the '@tie' command in the next section. - - You can also use the '@w' command to prevent TeX from automatically - hyphenating a long name or phrase that happens to fall near the end of a - line. 'makeinfo' does not ever hyphenate words. - - You can also use '@w' to avoid unwanted keyword expansion in source - control systems. For example, to literally write $Id$ in your document, - use '@w{$}Id$'. This trick isn't effective in Info or plain text - output, though. - -  - File: texinfo.info, Node: @tie, Next: @sp, Prev: @w, Up: Breaks - - 13.6 '@tie{}': Inserting an Unbreakable Space - ============================================= - - The '@tie{}' command produces a normal interword space at which a line - break may not occur. Always write it with following (empty) braces, as - usual for commands used within a paragraph. Here's an example: - - @TeX{} was written by Donald E.@tie{}Knuth. - - produces: - - TeX was written by Donald E. Knuth. - - There are two important differences between '@tie{}' and '@w{ }': - - * The space produced by '@tie{}' will stretch and shrink slightly - along with the normal interword spaces in the paragraph; the space - produced by '@w{ }' will not vary. - - * '@tie{}' allows hyphenation of the surrounding words, while '@w{ }' - inhibits hyphenation of those words (for TeXnical reasons, namely - that it produces an '\hbox'). - -  - File: texinfo.info, Node: @sp, Next: @page, Prev: @tie, Up: Breaks - - 13.7 '@sp' N: Insert Blank Lines - ================================ - - A line beginning with and containing only '@sp N' generates N blank - lines of space in both the printed manual and the Info file. '@sp' also - forces a paragraph break. For example, - - @sp 2 - - generates two blank lines. - - The '@sp' command is most often used in the title page. - -  - File: texinfo.info, Node: @page, Next: @group, Prev: @sp, Up: Breaks - - 13.8 '@page': Start a New Page - ============================== - - A line containing only '@page' starts a new page in a printed manual. - In other formats, without the concept of pages, it starts a new - paragraph. A '@page' command is often used in the '@titlepage' section - of a Texinfo file to start the copyright page. - -  - File: texinfo.info, Node: @group, Next: @need, Prev: @page, Up: Breaks - - 13.9 '@group': Prevent Page Breaks - ================================== - - The '@group' command (on a line by itself) is used inside an '@example' - or similar construct to begin an unsplittable vertical group, which will - appear entirely on one page in the printed output. The group is - terminated by a line containing only '@end group'. These two lines - produce no output of their own, and in the Info file output they have no - effect at all. - - Although '@group' would make sense conceptually in a wide variety of - contexts, its current implementation works reliably only within - '@example' and variants, and within '@display', '@format', '@flushleft' - and '@flushright'. *Note Quotations and Examples::. (What all these - commands have in common is that each line of input produces a line of - output.) In other contexts, '@group' can cause anomalous vertical - spacing. - - This formatting requirement means that you should write: - - @example - @group - ... - @end group - @end example - - with the '@group' and '@end group' commands inside the '@example' and - '@end example' commands. - - The '@group' command is most often used to hold an example together - on one page. In this Texinfo manual, more than 100 examples contain - text that is enclosed between '@group' and '@end group'. - - If you forget to end a group, you may get strange and unfathomable - error messages when you run TeX. This is because TeX keeps trying to - put the rest of the Texinfo file onto the one page and does not start to - generate error messages until it has processed considerable text. It is - a good rule of thumb to look for a missing '@end group' if you get - incomprehensible error messages in TeX. - -  - File: texinfo.info, Node: @need, Prev: @group, Up: Breaks - - 13.10 '@need MILS': Prevent Page Breaks - ======================================= - - A line containing only '@need N' starts a new page in a printed manual - if fewer than N mils (thousandths of an inch) remain on the current - page. Do not use braces around the argument N. The '@need' command has - no effect on other output formats since they are not paginated. - - This paragraph is preceded by a '@need' command that tells TeX to - start a new page if fewer than 800 mils (eight-tenths inch) remain on - the page. It looks like this: - - @need 800 - This paragraph is preceded by ... - - The '@need' command is useful for preventing orphans: single lines at - the bottoms of printed pages. - -  - File: texinfo.info, Node: Definition Commands, Next: Internationalization, Prev: Breaks, Up: Top - - 14 Definition Commands - ********************** - - The '@deffn' command and the other "definition commands" enable you to - describe functions, variables, macros, commands, user options, special - forms and other such artifacts in a uniform format. - - In the Info file, a definition causes the entity - category--'Function', 'Variable', or whatever--to appear at the - beginning of the first line of the definition, followed by the entity's - name and arguments. In the printed manual, the command causes TeX to - print the entity's name and its arguments on the left margin and print - the category next to the right margin. In both output formats, the body - of the definition is indented. Also, the name of the entity is entered - into the appropriate index: '@deffn' enters the name into the index of - functions, '@defvr' enters it into the index of variables, and so on - (*note Predefined Indices::). - - A manual need not and should not contain more than one definition for - a given name. An appendix containing a summary should use '@table' - rather than the definition commands. - - * Menu: - - * Def Cmd Template:: Writing descriptions using definition commands. - * Def Cmd Continuation Lines:: Continuing the heading over source lines. - * Optional Arguments:: Handling optional and repeated arguments. - * @deffnx:: Group two or more 'first' lines. - * Def Cmds in Detail:: Reference for all the definition commands. - * Def Cmd Conventions:: Conventions for writing definitions. - * Sample Function Definition:: An example. - -  - File: texinfo.info, Node: Def Cmd Template, Next: Def Cmd Continuation Lines, Up: Definition Commands - - 14.1 The Template for a Definition - ================================== - - The '@deffn' command is used for definitions of entities that resemble - functions. To write a definition using the '@deffn' command, write the - '@deffn' command at the beginning of a line and follow it on the same - line by the category of the entity, the name of the entity itself, and - its arguments (if any). Then write the body of the definition on - succeeding lines. (You may embed examples in the body.) Finally, end - the definition with an '@end deffn' command written on a line of its - own. - - The other definition commands follow the same format: a line with the - '@def...' command and whatever arguments are appropriate for that - command; the body of the definition; and a corresponding '@end' line. - - The template for a definition looks like this: - - @deffn CATEGORY NAME ARGUMENTS... - BODY-OF-DEFINITION - @end deffn - - For example, - - @deffn Command forward-word count - This command moves point forward @var{count} words - (or backward if @var{count} is negative). ... - @end deffn - - produces - - -- Command: forward-word count - This command moves point forward COUNT words (or backward if - COUNT is negative). ... - - Capitalize the category name like a title. If the name of the - category contains spaces, as in the phrase 'Interactive Command', - enclose it in braces. For example: - - @deffn {Interactive Command} isearch-forward - ... - @end deffn - - Otherwise, the second word will be mistaken for the name of the entity. - As a general rule, when any of the arguments in the heading line - _except_ the last one are more than one word, you need to enclose them - in braces. This may also be necessary if the text contains commands, - for example, '{declaraci@'on}' if you are writing in Spanish. - - Some of the definition commands are more general than others. The - '@deffn' command, for example, is the general definition command for - functions and the like--for entities that may take arguments. When you - use this command, you specify the category to which the entity belongs. - Three predefined, specialized variations ('@defun', '@defmac', and - '@defspec') specify the category for you: "Function", "Macro", and - "Special Form" respectively. (In Lisp, a special form is an entity much - like a function.) Similarly, the general '@defvr' command is - accompanied by several specialized variations for describing particular - kinds of variables. - - *Note Sample Function Definition::, for a detailed example of a - function definition, including the use of '@example' inside the - definition. - -  - File: texinfo.info, Node: Def Cmd Continuation Lines, Next: Optional Arguments, Prev: Def Cmd Template, Up: Definition Commands - - 14.2 Definition Command Continuation Lines - ========================================== - - The heading line of a definition command can get very long. Therefore, - Texinfo has a special syntax allowing them to be continued over multiple - lines of the source file: a lone '@' at the end of each line to be - continued. Here's an example: - - @defun fn-name @ - arg1 arg2 arg3 - This is the basic continued defun. - @end defun - - produces: - - -- Function: fn-name arg1 arg2 arg3 - This is the basic continued defun. - - As you can see, the continued lines are combined, as if they had been - typed on one source line. - - Although this example only shows a one-line continuation, - continuations may extend over any number of lines, in the same way; put - an '@' at the end of each line to be continued. - - In general, any number of spaces or tabs before the '@' continuation - character are collapsed into a single space. There is one exception: - the Texinfo processors will not fully collapse whitespace around a - continuation inside braces. For example: - - @deffn {Category @ - Name} ... - - The output (not shown) has excess space between 'Category' and 'Name'. - To avoid this, elide the unwanted whitespace in your input, or put the - continuation '@' outside braces. - - '@' does not function as a continuation character in _any_ other - context. Ordinarily, '@' followed by a whitespace character (space, - tab, newline) produces a normal interword space (*note Multiple - Spaces::). - -  - File: texinfo.info, Node: Optional Arguments, Next: @deffnx, Prev: Def Cmd Continuation Lines, Up: Definition Commands - - 14.3 Optional and Repeated Arguments - ==================================== - - Some entities take optional or repeated arguments, conventionally - specified by using square brackets and ellipses: an argument enclosed - within square brackets is optional, and an argument followed by an - ellipsis is optional and may be repeated more than once. - - Thus, [OPTIONAL-ARG] means that OPTIONAL-ARG is optional and - REPEATED-ARGS'...' stands for zero or more arguments. Parentheses are - used when several arguments are grouped into additional levels of list - structure in Lisp. - - Here is the '@defspec' line of an example of an imaginary - (complicated) special form: - - -- Special Form: foobar (var [from to [inc]]) body... - - In this example, the arguments FROM and TO are optional, but must both - be present or both absent. If they are present, INC may optionally be - specified as well. These arguments are grouped with the argument VAR - into a list, to distinguish them from BODY, which includes all remaining - elements of the form. - - In a Texinfo source file, this '@defspec' line is written like this: - - @defspec foobar (var [from to [inc]]) body@dots{} - - The function is listed in the Command and Variable Index under 'foobar'. - -  - File: texinfo.info, Node: @deffnx, Next: Def Cmds in Detail, Prev: Optional Arguments, Up: Definition Commands - - 14.4 '@deffnx', et al.: Two or More 'First' Lines - ================================================= - - To create two or more 'first' or header lines for a definition, follow - the first '@deffn' line by a line beginning with '@deffnx'. The - '@deffnx' command works exactly like '@deffn' except that it does not - generate extra vertical white space between it and the preceding line. - - For example, - - @deffn {Interactive Command} isearch-forward - @deffnx {Interactive Command} isearch-backward - These two search commands are similar except ... - @end deffn - - produces - - -- Interactive Command: isearch-forward - -- Interactive Command: isearch-backward - These two search commands are similar except ... - - Each definition command has an 'x' form: '@defunx', '@defvrx', - '@deftypefunx', etc. - - The 'x' forms work similarly to '@itemx' (*note @itemx::). - -  - File: texinfo.info, Node: Def Cmds in Detail, Next: Def Cmd Conventions, Prev: @deffnx, Up: Definition Commands - - 14.5 The Definition Commands - ============================ - - Texinfo provides more than a dozen definition commands, all of which are - described in this section. - - The definition commands automatically enter the name of the entity in - the appropriate index: for example, '@deffn', '@defun', and '@defmac' - enter function names in the index of functions; '@defvr' and '@defvar' - enter variable names in the index of variables. - - Although the examples that follow mostly illustrate Lisp, the - commands can be used for other programming languages. - - * Menu: - - * Functions Commands:: Commands for functions and similar entities. - * Variables Commands:: Commands for variables and similar entities. - * Typed Functions:: Commands for functions in typed languages. - * Typed Variables:: Commands for variables in typed languages. - * Data Types:: The definition command for data types. - * Abstract Objects:: Commands for object-oriented programming. - -  - File: texinfo.info, Node: Functions Commands, Next: Variables Commands, Up: Def Cmds in Detail - - 14.5.1 Functions and Similar Entities - ------------------------------------- - - This section describes the commands for describing functions and similar - entities: - - '@deffn CATEGORY NAME ARGUMENTS...' - The '@deffn' command is the general definition command for - functions, interactive commands, and similar entities that may take - arguments. You must choose a term to describe the category of - entity being defined; for example, "Function" could be used if the - entity is a function. The '@deffn' command is written at the - beginning of a line and is followed on the same line by the - category of entity being described, the name of this particular - entity, and its arguments, if any. Terminate the definition with - '@end deffn' on a line of its own. - - For example, here is a definition: - - @deffn Command forward-char nchars - Move point forward @var{nchars} characters. - @end deffn - - This shows a rather terse definition for a "command" named - 'forward-char' with one argument, NCHARS. - - '@deffn' prints argument names such as NCHARS in slanted type in - the printed output, because we think of these names as - metasyntactic variables--they stand for the actual argument values. - Within the text of the description, however, write an argument name - explicitly with '@var' to refer to the value of the argument. In - the example above, we used '@var{nchars}' in this way. - - In the extremely unusual case when an argument name contains '--', - or another character sequence which is treated specially (*note - Conventions::), use '@code' around the special characters. This - avoids the conversion to typographic en-dashes and em-dashes. - - The template for '@deffn' is: - - @deffn CATEGORY NAME ARGUMENTS... - BODY-OF-DEFINITION - @end deffn - - '@defun NAME ARGUMENTS...' - The '@defun' command is the definition command for functions. - '@defun' is equivalent to '@deffn Function ...'. Terminate the - definition with '@end defun' on a line of its own. Thus, the - template is: - - @defun FUNCTION-NAME ARGUMENTS... - BODY-OF-DEFINITION - @end defun - - '@defmac NAME ARGUMENTS...' - The '@defmac' command is the definition command for macros. - '@defmac' is equivalent to '@deffn Macro ...' and works like - '@defun'. - - '@defspec NAME ARGUMENTS...' - The '@defspec' command is the definition command for special forms. - (In Lisp, a special form is an entity much like a function; *note - (elisp)Special Forms::.) '@defspec' is equivalent to '@deffn - {Special Form} ...' and works like '@defun'. - - All these commands create entries in the index of functions. - -  - File: texinfo.info, Node: Variables Commands, Next: Typed Functions, Prev: Functions Commands, Up: Def Cmds in Detail - - 14.5.2 Variables and Similar Entities - ------------------------------------- - - Here are the commands for defining variables and similar entities: - - '@defvr CATEGORY NAME' - The '@defvr' command is a general definition command for something - like a variable--an entity that records a value. You must choose a - term to describe the category of entity being defined; for example, - "Variable" could be used if the entity is a variable. Write the - '@defvr' command at the beginning of a line and follow it on the - same line by the category of the entity and the name of the entity. - - We recommend capitalizing the category name like a title. If the - name of the category contains spaces, as in the name "User Option", - enclose it in braces. Otherwise, the second word will be mistaken - for the name of the entity. For example, - - @defvr {User Option} fill-column - This buffer-local variable specifies - the maximum width of filled lines. - ... - @end defvr - - Terminate the definition with '@end defvr' on a line of its own. - - The template is: - - @defvr CATEGORY NAME - BODY-OF-DEFINITION - @end defvr - - '@defvr' creates an entry in the index of variables for NAME. - - '@defvar NAME' - The '@defvar' command is the definition command for variables. - '@defvar' is equivalent to '@defvr Variable ...'. - - For example: - - @defvar kill-ring - ... - @end defvar - - The template is: - - @defvar NAME - BODY-OF-DEFINITION - @end defvar - - '@defvar' creates an entry in the index of variables for NAME. - - '@defopt NAME' - The '@defopt' command is the definition command for "user options", - i.e., variables intended for users to change according to taste; - Emacs has many such (*note (emacs)Variables::). '@defopt' is - equivalent to '@defvr {User Option} ...' and works like '@defvar'. - It creates an entry in the index of variables. - -  - File: texinfo.info, Node: Typed Functions, Next: Typed Variables, Prev: Variables Commands, Up: Def Cmds in Detail - - 14.5.3 Functions in Typed Languages - ----------------------------------- - - The '@deftypefn' command and its variations are for describing functions - in languages in which you must declare types of variables and functions, - such as C and C++. - - '@deftypefn CATEGORY DATA-TYPE NAME ARGUMENTS...' - The '@deftypefn' command is the general definition command for - functions and similar entities that may take arguments and that are - typed. The '@deftypefn' command is written at the beginning of a - line and is followed on the same line by the category of entity - being described, the type of the returned value, the name of this - particular entity, and its arguments, if any. - - For example, - - @deftypefn {Library Function} int foobar @ - (int @var{foo}, float @var{bar}) - ... - @end deftypefn - - produces: - - -- Library Function: int foobar (int FOO, float BAR) - ... - - This means that 'foobar' is a "library function" that returns an - 'int', and its arguments are FOO (an 'int') and BAR (a 'float'). - - Since in typed languages, the actual names of the arguments are - typically scattered among data type names and keywords, Texinfo - cannot find them without help. You can either (a) write everything - as straight text, and it will be printed in slanted type; (b) use - '@var' for the variable names, which will uppercase the variable - names in Info and use the slanted typewriter font in printed - output; (c) use '@var' for the variable names and '@code' for the - type names and keywords, which will be dutifully obeyed. - - The template for '@deftypefn' is: - - @deftypefn CATEGORY DATA-TYPE NAME ARGUMENTS ... - BODY-OF-DESCRIPTION - @end deftypefn - - Note that if the CATEGORY or DATA TYPE is more than one word then - it must be enclosed in braces to make it a single argument. - - If you are describing a procedure in a language that has packages, - such as Ada, you might consider using '@deftypefn' in a manner - somewhat contrary to the convention described in the preceding - paragraphs. For example: - - @deftypefn stacks private push @ - (@var{s}:in out stack; @ - @var{n}:in integer) - ... - @end deftypefn - - (In these examples the '@deftypefn' arguments are shown using - continuations (*note Def Cmd Continuation Lines::), but could be on - a single line.) - - In this instance, the procedure is classified as belonging to the - package 'stacks' rather than classified as a 'procedure' and its - data type is described as 'private'. (The name of the procedure is - 'push', and its arguments are S and N.) - - '@deftypefn' creates an entry in the index of functions for NAME. - - '@deftypefun DATA-TYPE NAME ARGUMENTS...' - The '@deftypefun' command is the specialized definition command for - functions in typed languages. The command is equivalent to - '@deftypefn Function ...'. The template is: - - @deftypefun TYPE NAME ARGUMENTS... - BODY-OF-DESCRIPTION - @end deftypefun - - '@deftypefun' creates an entry in the index of functions for NAME. - - Ordinarily, the return type is printed on the same line as the - function name and arguments, as shown above. In source code, GNU style - is to put the return type on a line by itself. So Texinfo provides an - option to do that: '@deftypefnnewline on'. - - This affects typed functions only--not untyped functions, not typed - variables, etc.. Specifically, it affects the commands in this section, - and the analogous commands for object-oriented languages, namely - '@deftypeop' and '@deftypemethod' (*note Object-Oriented Methods::). - - Specifying '@deftypefnnewline off' reverts to the default. - -  - File: texinfo.info, Node: Typed Variables, Next: Data Types, Prev: Typed Functions, Up: Def Cmds in Detail - - 14.5.4 Variables in Typed Languages - ----------------------------------- - - Variables in typed languages are handled in a manner similar to - functions in typed languages. *Note Typed Functions::. The general - definition command '@deftypevr' corresponds to '@deftypefn' and the - specialized definition command '@deftypevar' corresponds to - '@deftypefun'. - - '@deftypevr CATEGORY DATA-TYPE NAME' - The '@deftypevr' command is the general definition command for - something like a variable in a typed language--an entity that - records a value. You must choose a term to describe the category - of the entity being defined; for example, "Variable" could be used - if the entity is a variable. - - The '@deftypevr' command is written at the beginning of a line and - is followed on the same line by the category of the entity being - described, the data type, and the name of this particular entity. - - For example: - - @deftypevr {Global Flag} int enable - ... - @end deftypevr - - produces the following: - - -- Global Flag: int enable - ... - - The template is: - - @deftypevr CATEGORY DATA-TYPE NAME - BODY-OF-DESCRIPTION - @end deftypevr - - '@deftypevar DATA-TYPE NAME' - The '@deftypevar' command is the specialized definition command for - variables in typed languages. '@deftypevar' is equivalent to - '@deftypevr Variable ...'. The template is: - - @deftypevar DATA-TYPE NAME - BODY-OF-DESCRIPTION - @end deftypevar - - These commands create entries in the index of variables. - -  - File: texinfo.info, Node: Data Types, Next: Abstract Objects, Prev: Typed Variables, Up: Def Cmds in Detail - - 14.5.5 Data Types - ----------------- - - Here is the command for data types: - - '@deftp CATEGORY NAME ATTRIBUTES...' - The '@deftp' command is the generic definition command for data - types. The command is written at the beginning of a line and is - followed on the same line by the category, by the name of the type - (which is a word like 'int' or 'float'), and then by names of - attributes of objects of that type. Thus, you could use this - command for describing 'int' or 'float', in which case you could - use 'data type' as the category. (A data type is a category of - certain objects for purposes of deciding which operations can be - performed on them.) - - In Lisp, for example, "pair" names a particular data type, and an - object of that type has two slots called the CAR and the CDR. Here - is how you would write the first line of a definition of 'pair'. - - @deftp {Data type} pair car cdr - ... - @end deftp - - The template is: - - @deftp CATEGORY NAME-OF-TYPE ATTRIBUTES... - BODY-OF-DEFINITION - @end deftp - - '@deftp' creates an entry in the index of data types. - -  - File: texinfo.info, Node: Abstract Objects, Prev: Data Types, Up: Def Cmds in Detail - - 14.5.6 Object-Oriented Programming - ---------------------------------- - - Here are the commands for formatting descriptions about abstract - objects, such as are used in object-oriented programming. A class is a - defined type of abstract object. An instance of a class is a particular - object that has the type of the class. An instance variable is a - variable that belongs to the class but for which each instance has its - own value. - - * Menu: - - * Variables: Object-Oriented Variables. - * Methods: Object-Oriented Methods. - -  - File: texinfo.info, Node: Object-Oriented Variables, Next: Object-Oriented Methods, Up: Abstract Objects - - 14.5.6.1 Object-Oriented Variables - .................................. - - These commands allow you to define different sorts of variables in - object-oriented programming languages. - - '@defcv CATEGORY CLASS NAME' - The '@defcv' command is the general definition command for - variables associated with classes in object-oriented programming. - The '@defcv' command is followed by three arguments: the category - of thing being defined, the class to which it belongs, and its - name. For instance: - - @defcv {Class Option} Window border-pattern - ... - @end defcv - - produces: - -- Class Option of Window: border-pattern - ... - - '@defcv' creates an entry in the index of variables. - - '@deftypecv CATEGORY CLASS DATA-TYPE NAME' - The '@deftypecv' command is the definition command for typed class - variables in object-oriented programming. It is analogous to - '@defcv' with the addition of the DATA-TYPE parameter to specify - the type of the instance variable. Ordinarily, the data type is a - programming language construct that should be marked with '@code'. - For instance: - - @deftypecv {Class Option} Window @code{int} border-pattern - ... - @end deftypecv - - produces: - - -- Class Option of Window: 'int' border-pattern - ... - - '@deftypecv' creates an entry in the index of variables. - - '@defivar CLASS NAME' - The '@defivar' command is the definition command for instance - variables in object-oriented programming. '@defivar' is equivalent - to '@defcv {Instance Variable} ...'. For instance: - - @defivar Window border-pattern - ... - @end defivar - - produces: - - -- Instance Variable of Window: border-pattern - ... - - '@defivar' creates an entry in the index of variables. - - '@deftypeivar CLASS DATA-TYPE NAME' - The '@deftypeivar' command is the definition command for typed - instance variables in object-oriented programming. It is analogous - to '@defivar' with the addition of the DATA-TYPE parameter to - specify the type of the instance variable. Ordinarily, the data - type is a programming language construct that should be marked with - '@code'. For instance: - - @deftypeivar Window @code{int} border-pattern - ... - @end deftypeivar - - produces: - - -- Instance Variable of Window: 'int' border-pattern - ... - - '@deftypeivar' creates an entry in the index of variables. - -  - File: texinfo.info, Node: Object-Oriented Methods, Prev: Object-Oriented Variables, Up: Abstract Objects - - 14.5.6.2 Object-Oriented Methods - ................................ - - These commands allow you to define different sorts of function-like - entities resembling methods in object-oriented programming languages. - These entities take arguments, as functions do, but are associated with - particular classes of objects. - - '@defop CATEGORY CLASS NAME ARGUMENTS...' - The '@defop' command is the general definition command for these - method-like entities. - - For example, some systems have constructs called "wrappers" that - are associated with classes as methods are, but that act more like - macros than like functions. You could use '@defop Wrapper' to - describe one of these. - - Sometimes it is useful to distinguish methods and "operations". - You can think of an operation as the specification for a method. - Thus, a window system might specify that all window classes have a - method named 'expose'; we would say that this window system defines - an 'expose' operation on windows in general. Typically, the - operation has a name and also specifies the pattern of arguments; - all methods that implement the operation must accept the same - arguments, since applications that use the operation do so without - knowing which method will implement it. - - Often it makes more sense to document operations than methods. For - example, window application developers need to know about the - 'expose' operation, but need not be concerned with whether a given - class of windows has its own method to implement this operation. - To describe this operation, you would write: - - @defop Operation windows expose - - The '@defop' command is written at the beginning of a line and is - followed on the same line by the overall name of the category of - operation, the name of the class of the operation, the name of the - operation, and its arguments, if any. - - The template is: - @defop CATEGORY CLASS NAME ARGUMENTS... - BODY-OF-DEFINITION - @end defop - - '@defop' creates an entry, such as ''expose' on 'windows'', in the - index of functions. - - '@deftypeop CATEGORY CLASS DATA-TYPE NAME ARGUMENTS...' - The '@deftypeop' command is the definition command for typed - operations in object-oriented programming. It is similar to - '@defop' with the addition of the DATA-TYPE parameter to specify - the return type of the method. '@deftypeop' creates an entry in - the index of functions. - - '@defmethod CLASS NAME ARGUMENTS...' - The '@defmethod' command is the definition command for methods in - object-oriented programming. A method is a kind of function that - implements an operation for a particular class of objects and its - subclasses. - - '@defmethod' is equivalent to '@defop Method ...'. The command is - written at the beginning of a line and is followed by the name of - the class of the method, the name of the method, and its arguments, - if any. - - For example: - @defmethod bar-class bar-method argument - ... - @end defmethod - - illustrates the definition for a method called 'bar-method' of the - class 'bar-class'. The method takes an argument. - - '@defmethod' creates an entry in the index of functions. - - '@deftypemethod CLASS DATA-TYPE NAME ARGUMENTS...' - The '@deftypemethod' command is the definition command for methods - in object-oriented typed languages, such as C++ and Java. It is - similar to the '@defmethod' command with the addition of the - DATA-TYPE parameter to specify the return type of the method. - '@deftypemethod' creates an entry in the index of functions. - - The typed commands are affected by the '@deftypefnnewline' option - (*note Functions in Typed Languages: Typed Functions.). - -  - File: texinfo.info, Node: Def Cmd Conventions, Next: Sample Function Definition, Prev: Def Cmds in Detail, Up: Definition Commands - - 14.6 Conventions for Writing Definitions - ======================================== - - When you write a definition using '@deffn', '@defun', or one of the - other definition commands, please take care to use arguments that - indicate the meaning, as with the COUNT argument to the 'forward-word' - function. Also, if the name of an argument contains the name of a type, - such as INTEGER, take care that the argument actually is of that type. - -  - File: texinfo.info, Node: Sample Function Definition, Prev: Def Cmd Conventions, Up: Definition Commands - - 14.7 A Sample Function Definition - ================================= - - A function definition uses the '@defun' and '@end defun' commands. The - name of the function follows immediately after the '@defun' command and - it is followed, on the same line, by the parameter list. - - Here is a definition from *note (elisp)Calling Functions::. - - -- Function: apply function &rest arguments - 'apply' calls FUNCTION with ARGUMENTS, just like 'funcall' but - with one difference: the last of ARGUMENTS is a list of - arguments to give to FUNCTION, rather than a single argument. - We also say that this list is "appended" to the other - arguments. - - 'apply' returns the result of calling FUNCTION. As with - 'funcall', FUNCTION must either be a Lisp function or a - primitive function; special forms and macros do not make sense - in 'apply'. - - (setq f 'list) - => list - (apply f 'x 'y 'z) - error-> Wrong type argument: listp, z - (apply '+ 1 2 '(3 4)) - => 10 - (apply '+ '(1 2 3 4)) - => 10 - - (apply 'append '((a b c) nil (x y z) nil)) - => (a b c x y z) - - An interesting example of using 'apply' is found in the - description of 'mapcar'. - - In the Texinfo source file, this example looks like this: - - @defun apply function &rest arguments - @code{apply} calls @var{function} with - @var{arguments}, just like @code{funcall} but with one - difference: the last of @var{arguments} is a list of - arguments to give to @var{function}, rather than a single - argument. We also say that this list is @dfn{appended} - to the other arguments. - - @code{apply} returns the result of calling - @var{function}. As with @code{funcall}, - @var{function} must either be a Lisp function or a - primitive function; special forms and macros do not make - sense in @code{apply}. - - @example - (setq f 'list) - @result{} list - (apply f 'x 'y 'z) - @error{} Wrong type argument: listp, z - (apply '+ 1 2 '(3 4)) - @result{} 10 - (apply '+ '(1 2 3 4)) - @result{} 10 - - (apply 'append '((a b c) nil (x y z) nil)) - @result{} (a b c x y z) - @end example - - An interesting example of using @code{apply} is found - in the description of @code{mapcar}. - @end defun - - In this manual, this function is listed in the Command and Variable - Index under 'apply'. - - Ordinary variables and user options are described using a format like - that for functions except that variables do not take arguments. - -  - File: texinfo.info, Node: Internationalization, Next: Conditionals, Prev: Definition Commands, Up: Top - - 15 Internationalization - *********************** - - Texinfo has some support for writing in languages other than English, - although this area still needs considerable work. (If you are the one - helping to translate the fixed strings written to documents, *note - Internationalization of Document Strings::.) - - For a list of the various accented and special characters Texinfo - supports, see *note Inserting Accents::. - - * Menu: - - * @documentlanguage:: Declaring the current language. - * @documentencoding:: Declaring the input encoding. - -  - File: texinfo.info, Node: @documentlanguage, Next: @documentencoding, Up: Internationalization - - 15.1 '@documentlanguage LL[_CC]': Set the Document Language - =========================================================== - - The '@documentlanguage' command declares the current document locale. - Write it on a line by itself, near the beginning of the file. - - @documentlanguage LL[_CC] - - Include a two-letter ISO 639-2 language code (LL) following the - command name, optionally followed by an underscore and two-letter - ISO 3166 two-letter country code (CC). If you have a multilingual - document, the intent is to be able to use this command multiple times, - to declare each language change. If the command is not used at all, the - default is 'en_US' for US English. - - As with GNU Gettext (*note (gettext)Top::), if the country code is - omitted, the main dialect is assumed where possible. For example, 'de' - is equivalent to 'de_DE' (German as spoken in Germany). - - For Info and other online output, this command changes the - translation of various "document strings" such as "see" in - cross-references (*note Cross References::), "Function" in defuns (*note - Definition Commands::), and so on. Some strings, such as "Node:", - "Next:", "Menu:", etc., are keywords in Info output, so are not - translated there; they are translated in other output formats. - - For TeX, this command causes a file 'txi-LOCALE.tex' to be read (if - it exists). If '@documentlanguage' argument contains the optional '_CC' - suffix, this is tried first. For example, with '@documentlanguage - de_DE', TeX first looks for 'txi-de_DE.tex', then 'txi-de.tex'. - - Such a 'txi-*' file is intended to redefine the various English words - used in TeX output, such as 'Chapter', 'See', and so on. We are aware - that individual words like these cannot always be translated in - isolation, and that a very different strategy would be required for - ideographic (among other) scripts. Help in improving Texinfo's language - support is welcome. - - '@documentlanguage' also changes TeX's current hyphenation patterns, - if the TeX program being run has the necessary support included. This - will generally not be the case for 'tex' itself, but will usually be the - case for up-to-date distributions of the extended TeX programs 'etex' - (DVI output) and 'pdftex' (PDF output). 'texi2dvi' will use the - extended TeXs if they are available (*note Format with texi2dvi::). - - In September 2006, the W3C Internationalization Activity released a - new recommendation for specifying languages: - <http://www.rfc-editor.org/rfc/bcp/bcp47.txt>. When Gettext supports - this new scheme, Texinfo will too. - - Since the lists of language codes and country codes are updated - relatively frequently, we don't attempt to list them here. The valid - language codes are on the official home page for ISO 639, - <http://www.loc.gov/standards/iso639-2/>. The country codes and the - official web site for ISO 3166 can be found via - <http://en.wikipedia.org/wiki/ISO_3166>. - -  - File: texinfo.info, Node: @documentencoding, Prev: @documentlanguage, Up: Internationalization - - 15.2 '@documentencoding ENC': Set Input Encoding - ================================================ - - The '@documentencoding' command declares the input document encoding, - and can also affect the encoding of the output. Write it on a line by - itself, with a valid encoding specification following, near the - beginning of the file. - - @documentencoding ENC - - Texinfo supports these encodings: - - 'US-ASCII' - This has no particular effect, but it's included for completeness. - - 'UTF-8' - The vast global character encoding, expressed in 8-bit bytes. - - 'ISO-8859-1' - 'ISO-8859-15' - 'ISO-8859-2' - These specify the standard encodings for Western European (the - first two) and Eastern European languages (the third), - respectively. ISO 8859-15 replaces some little-used characters - from 8859-1 (e.g., precomposed fractions) with more commonly needed - ones, such as the Euro symbol (Euro). - - A full description of the encodings is beyond our scope here; one - useful reference is <http://czyborra.com/charsets/iso8859.html>. - - 'koi8-r' - This is the commonly used encoding for the Russian language. - - 'koi8-u' - This is the commonly used encoding for the Ukrainian language. - - Specifying an encoding ENC has the following effects: - - In Info output, a so-called 'Local Variables' section (*note - (emacs)File Variables::) is output including ENC. This allows Info - readers to set the encoding appropriately. It looks like this: - - Local Variables: - coding: ENC - End: - - Also, in Info and plain text output, unless the option - '--disable-encoding' is given to 'makeinfo', accent constructs and - special characters, such as '@'e', are output as the actual 8-bit or - UTF-8 character in the given encoding where possible. - - In HTML output, a '<meta>' tag is output, in the '<head>' section of - the HTML, that specifies ENC. Web servers and browsers cooperate to use - this information so the correct encoding is used to display the page, if - supported by the system. That looks like this: - - <meta http-equiv="Content-Type" content="text/html; - charset=ENC"> - - In XML and Docbook output, UTF-8 is always used for the output, - according to the conventions of those formats. - - In TeX output, the characters which are supported in the standard - Computer Modern fonts are output accordingly. For example, this means - using constructed accents rather than precomposed glyphs. Using a - missing character generates a warning message, as does specifying an - unimplemented encoding. - - Although modern TeX systems support nearly every script in use in the - world, this wide-ranging support is not available in 'texinfo.tex', and - it's not feasible to duplicate or incorporate all that effort. (Our - plan to support other scripts is to create a LaTeX back-end to - 'texi2any', where the support is already present.) - - For maximum portability of Texinfo documents across the many - different user environments in the world, we recommend sticking to 7-bit - ASCII in the input unless your particular manual needs a substantial - amount of non-ASCII, e.g., it's written in German. You can use the '@U' - command to insert an occasional needed character (*note Inserting - Unicode::). - -  - File: texinfo.info, Node: Conditionals, Next: Defining New Texinfo Commands, Prev: Internationalization, Up: Top - - 16 Conditionally Visible Text - ***************************** - - The "conditional commands" allow you to use different text for different - output formats, or for general conditions that you define. For example, - you can use them to specify different text for the printed manual and - the Info output. - - The conditional commands comprise the following categories. - - * Commands specific to an output format (Info, TeX, HTML, ...). - - * Commands specific to any output format _excluding_ a given one - (e.g., not Info, not TeX, ...). - - * 'Raw' formatter text for any output format, passed straight through - with minimal (but not zero) interpretation of @-commands. - - * Format-independent variable substitutions, and testing if a - variable is set or clear. - - * Menu: - - * Conditional Commands:: Text for a given format. - * Conditional Not Commands:: Text for any format other than a given one. - * Raw Formatter Commands:: Using raw formatter commands. - * Inline Conditionals:: Brace-delimited conditional text. - * @set @clear @value:: Variable tests and substitutions. - * Testing for Texinfo Commands:: Testing if a Texinfo command is available. - * Conditional Nesting:: Using conditionals inside conditionals. - -  - File: texinfo.info, Node: Conditional Commands, Next: Conditional Not Commands, Up: Conditionals - - 16.1 Conditional Commands - ========================= - - Texinfo has an '@ifFORMAT' environment for each output format, to allow - conditional inclusion of text for a particular output format. - - '@ifinfo' begins segments of text that should be ignored by TeX when - it typesets the printed manual, and by 'makeinfo' when not producing - Info output. The segment of text appears only in the Info file and, for - historical compatibility, the plain text output. - - The environments for the other formats are analogous: - - '@ifdocbook ... @end ifdocbook' - Text to appear only in the Docbook output. - - '@ifhtml ... @end ifhtml' - Text to appear only in the HTML output. - - '@ifplaintext ... @end ifplaintext' - Text to appear only in the plain text output. - - '@iftex ... @end iftex' - Text to appear only in the printed manual. - - '@ifxml ... @end ifxml' - Text to appear only in the XML output. - - The '@if...' and '@end if...' commands must appear on lines by - themselves in your source file. The newlines following the commands are - (more or less) treated as whitespace, so that the conditional text is - flowed normally into a surrounding paragraph. - - The '@if...' constructs are intended to conditionalize normal Texinfo - source; *note Raw Formatter Commands::, for using underlying format - commands directly. - - Here is an example showing all these conditionals: - - @iftex - This text will appear only in the printed manual. - @end iftex - @ifinfo - However, this text will appear only in Info and plain text. - @end ifinfo - @ifhtml - And this text will only appear in HTML. - @end ifhtml - @ifplaintext - Whereas this text will only appear in plain text. - @end ifplaintext - @ifxml - Notwithstanding that this will only appear in XML. - @end ifxml - @ifdocbook - Nevertheless, this will only appear in Docbook. - @end ifdocbook - - The preceding example produces the following line: - - However, this text will appear only in Info and plain text. - - Notice that you only see one of the input lines, depending on which - version of the manual you are reading. - - In complex documents, you may want Texinfo to issue an error message - in some conditionals that should not ever be processed. The - '@errormsg{TEXT}' command will do this; it takes one argument, the text - of the error message. - - We mention '@errormsg{}' here even though it is not strictly related - to conditionals, since in practice it is most likely to be useful in - that context. Technically, it can be used anywhere. *Note External - Macro Processors::, for a caveat regarding the line numbers which - '@errormsg' emits in TeX. - -  - File: texinfo.info, Node: Conditional Not Commands, Next: Raw Formatter Commands, Prev: Conditional Commands, Up: Conditionals - - 16.2 Conditional Not Commands - ============================= - - You can specify text to be included in any output format _other_ than a - given one with the '@ifnot...' environments: - - @ifnotdocbook ... @end ifnotdocbook - @ifnothtml ... @end ifnothtml - @ifnotinfo ... @end ifnotinfo - @ifnotplaintext ... @end ifnotplaintext - @ifnottex ... @end ifnottex - @ifnotxml ... @end ifnotxml - - The '@ifnot...' command and the '@end' command must appear on lines by - themselves in your actual source file. - - If the output file is being made in the given format, the region is - _ignored_. Otherwise, it is included. - - There is one exception (for historical compatibility): '@ifnotinfo' - text is omitted for both Info and plain text output, not just Info. To - specify text which appears only in Info and not in plain text, use - '@ifnotplaintext', like this: - - @ifinfo - @ifnotplaintext - This will be in Info, but not plain text. - @end ifnotplaintext - @end ifinfo - - The regions delimited by these commands are ordinary Texinfo source - as with '@iftex', not raw formatter source as with '@tex' (*note Raw - Formatter Commands::). - -  - File: texinfo.info, Node: Raw Formatter Commands, Next: Inline Conditionals, Prev: Conditional Not Commands, Up: Conditionals - - 16.3 Raw Formatter Commands - =========================== - - The '@if...' conditionals just described must be used only with normal - Texinfo source. For instance, most features of plain TeX will not work - within '@iftex'. The purpose of '@if...' is to provide conditional - processing for Texinfo source, not provide access to underlying - formatting features. For that, Texinfo provides so-called "raw - formatter commands". They should only be used when truly required (most - documents do not need them). - - The first raw formatter command is '@tex'. You can enter plain TeX - completely, and use '\' in the TeX commands, by delineating a region - with the '@tex' and '@end tex' commands. All plain TeX commands and - category codes are restored within a '@tex' region. The sole exception - is that the '@' character still introduces a command, so that '@end tex' - can be recognized. Texinfo processors will not output material in such - a region, unless TeX output is being produced. - - In complex cases, you may wish to define new TeX macros within - '@tex'. You must use '\gdef' to do this, not '\def', because '@tex' - regions are processed in a TeX group. If you need to make several - definitions, you may wish to set '\globaldefs=1' (its value will be - restored to zero as usual when the group ends at '@end tex', so it won't - cause problems with the rest of the document). - - As an example, here is a displayed equation written in plain TeX: - - @tex - $$ \chi^2 = \sum_{i=1}^N - \left (y_i - (a + b x_i) - \over \sigma_i\right)^2 $$ - @end tex - - The output of this example will appear only in a printed manual. If you - are reading this in a format not generated by TeX, you will not see the - equation that appears in the printed manual. - - Analogously, you can use '@ifhtml ... @end ifhtml' to delimit Texinfo - source to be included in HTML output only, and '@html ... @end html' for - a region of raw HTML. - - Likewise, you can use '@ifxml ... @end ifxml' to delimit Texinfo - source to be included in XML output only, and '@xml ... @end xml' for a - region of raw XML. Regions of raw text in other formats will also be - present in the XML output, but with protection of XML characters and - within corresponding elements. For example, the raw HTML text: - - @html - <br /> - @end html - - will be included in the XML output as: - - <html> - <br /> - </html> - - Again likewise, you can use '@ifdocbook ... @end ifdocbook' to - delimit Texinfo source to be included in Docbook output only, and - '@docbook ... @end docbook' for a region of raw Docbook. - - The behavior of newlines in raw regions is unspecified. - - In all cases, in raw processing, '@' retains the same meaning as in - the remainder of the document. Thus, the Texinfo processors must - recognize and even execute, to some extent, the contents of the raw - regions, regardless of the final output format. Therefore, specifying - changes that globally affect the document inside a raw region leads to - unpredictable and generally undesirable behavior. For example, using - the '@kbdinputstyle' command inside a raw region is undefined. - - The remedy is simple: don't do that. Use the raw formatter commands - for their intended purpose, of providing material directly in the - underlying format. When you simply want to give different Texinfo - specifications for different output formats, use the '@if...' - conditionals and stay in Texinfo syntax. - -  - File: texinfo.info, Node: Inline Conditionals, Next: @set @clear @value, Prev: Raw Formatter Commands, Up: Conditionals - - 16.4 Inline Conditionals: '@inline', '@inlineifelse', '@inlineraw' - ================================================================== - - Texinfo provides a set of conditional commands with arguments given - within braces: - - '@inlinefmt{FORMAT, TEXT}' - Process the Texinfo TEXT if FORMAT output is being generated. - - '@inlinefmtifelse{FORMAT, THEN-TEXT, ELSE-TEXT}' - Process the Texinfo THEN-TEXT if FORMAT output is being generated; - otherwise, process ELSE-TEXT. - - '@inlineraw{FORMAT, TEXT}' - Similar, but for raw TEXT (*note Raw Formatter Commands::). - - The supported FORMAT names are: - - docbook html info plaintext tex xml - - For example, - - @inlinefmt{html, @emph{HTML-only text}} - - is nearly equivalent to - - @ifhtml - @emph{HTML-only text} - @end ifhtml - - except that no whitespace is added, as happens in the latter - (environment) case. - - In these commands, whitespace is ignored after the comma separating - the arguments, as usual, but is _not_ ignored at the end of TEXT. - - To insert a literal at sign, left brace, or right brace in one of the - arguments, you must use the alphabetic commands '@atchar{}' (*note - Inserting an Atsign::), and '@lbracechar{}' or '@rbracechar{}' (*note - Inserting Braces::), or the parsing will become confused. - - With '@inlinefmtifelse', it is also necessary to use '@comma{}' to - avoid mistaking a ',' in the text for the delimiter. With '@inlinefmt' - and '@inlineraw', '@comma{}' is not required (though it's fine to use - it), since these commands always have exactly two arguments. - - For TeX, the processed TEXT cannot contain newline-delimited - commands. Text to be ignored (i.e., for non-TeX) can, though. - - Two other '@inline...' conditionals complement the '@ifset' and - '@ifclear' commands; see the next section. - -  - File: texinfo.info, Node: @set @clear @value, Next: Testing for Texinfo Commands, Prev: Inline Conditionals, Up: Conditionals - - 16.5 Flags: '@set', '@clear', conditionals, and '@value' - ======================================================== - - You can direct the Texinfo formatting commands to format or ignore parts - of a Texinfo file with the '@set', '@clear', '@ifset', and '@ifclear' - commands. - - Here are brief descriptions of these commands, see the following - sections for more details: - - '@set FLAG [VALUE]' - Set the variable FLAG, to the optional VALUE if specified. - - '@clear FLAG' - Undefine the variable FLAG, whether or not it was previously - defined. - - '@ifset FLAG' - If FLAG is set, text through the next '@end ifset' command is - formatted. If FLAG is clear, text through the following '@end - ifset' command is ignored. - - '@inlineifset{FLAG, TEXT}' - Brace-delimited version of '@ifset'. - - '@ifclear FLAG' - If FLAG is set, text through the next '@end ifclear' command is - ignored. If FLAG is clear, text through the following '@end - ifclear' command is formatted. - - '@inlineifclear{FLAG, TEXT}' - Brace-delimited version of '@ifclear'. - - * Menu: - - * @set @value:: Expand a flag variable to a string. - * @ifset @ifclear:: Format a region if a flag is set. - * @inlineifset @inlineifclear:: Brace-delimited flag conditionals. - * @value Example:: An easy way to update edition information. - -  - File: texinfo.info, Node: @set @value, Next: @ifset @ifclear, Up: @set @clear @value - - 16.5.1 '@set' and '@value' - -------------------------- - - You use the '@set' command to specify a value for a flag, which is later - expanded by the '@value' command. - - A "flag" (aka "variable") name is an identifier starting with an - alphanumeric, '-', or '_'. Subsequent characters, if any, may not be - whitespace, '@', braces, angle brackets, or any of '~`^+|'; other - characters, such as '%', may work. However, it is best to use only - letters and numerals in a flag name, not '-' or '_' or others--they will - work in some contexts, but not all, due to limitations in TeX. - - The value is the remainder of the input line, and can contain - anything. However, unlike most other commands which take the rest of - the line as a value, '@set' need not appear at the beginning of a line. - - Write the '@set' command like this: - - @set foo This is a string. - - This sets the value of the flag 'foo' to "This is a string.". - - The Texinfo formatters then replace a '@value{FLAG}' command with the - string to which FLAG is set. Thus, when 'foo' is set as shown above, - the Texinfo formatters convert this: - - @value{foo} - to this: - This is a string. - - You can write a '@value' command within a paragraph; but you must - write a '@set' command on a line of its own. - - If you write the '@set' command like this: - - @set foo - - without specifying a string, the value of 'foo' is the empty string. - - If you clear a previously set flag with '@clear FLAG', a subsequent - '@value{flag}' command will report an error. - - For example, if you set 'foo' as follows: - - @set howmuch very, very, very - - then the formatters transform - - It is a @value{howmuch} wet day. - into - It is a very, very, very wet day. - - If you write - - @clear howmuch - - then the formatters transform - - It is a @value{howmuch} wet day. - into - It is a {No value for "howmuch"} wet day. - - '@value' cannot be reliably used as the argument to an accent command - (*note Inserting Accents::). For example, this fails: - - @set myletter a - @'@value{myletter} - -  - File: texinfo.info, Node: @ifset @ifclear, Next: @inlineifset @inlineifclear, Prev: @set @value, Up: @set @clear @value - - 16.5.2 '@ifset' and '@ifclear' - ------------------------------ - - When a FLAG is set, the Texinfo formatting commands format text between - subsequent pairs of '@ifset FLAG' and '@end ifset' commands. When the - FLAG is cleared, the Texinfo formatting commands do _not_ format the - text. '@ifclear' operates analogously. - - Write the conditionally formatted text between '@ifset FLAG' and - '@end ifset' commands, like this: - - @ifset FLAG - CONDITIONAL-TEXT - @end ifset - - For example, you can create one document that has two variants, such - as a manual for a 'large' and 'small' model: - - You can use this machine to dig up shrubs - without hurting them. - - @set large - - @ifset large - It can also dig up fully grown trees. - @end ifset - - Remember to replant promptly ... - - In the example, the formatting commands will format the text between - '@ifset large' and '@end ifset' because the 'large' flag is set. - - When FLAG is cleared, the Texinfo formatting commands do _not_ format - the text between '@ifset FLAG' and '@end ifset'; that text is ignored - and does not appear in either printed or Info output. - - For example, if you clear the flag of the preceding example by - writing an '@clear large' command after the '@set large' command (but - before the conditional text), then the Texinfo formatting commands - ignore the text between the '@ifset large' and '@end ifset' commands. - In the formatted output, that text does not appear; in both printed and - Info output, you see only the lines that say, "You can use this machine - to dig up shrubs without hurting them. Remember to replant promptly - ...". - - If a flag is cleared with a '@clear FLAG' command, then the - formatting commands format text between subsequent pairs of '@ifclear' - and '@end ifclear' commands. But if the flag is set with '@set FLAG', - then the formatting commands do _not_ format text between an '@ifclear' - and an '@end ifclear' command; rather, they ignore that text. An - '@ifclear' command looks like this: - - @ifclear FLAG - -  - File: texinfo.info, Node: @inlineifset @inlineifclear, Next: @value Example, Prev: @ifset @ifclear, Up: @set @clear @value - - 16.5.3 '@inlineifset' and '@inlineifclear' - ------------------------------------------ - - '@inlineifset' and '@inlineifclear' provide brace-delimited alternatives - to the '@ifset' and '@ifclear' forms, similar to the other '@inline...' - Commands (*note Inline Conditionals::). The same caveats about argument - parsing given there apply here too. - - '@inlineifset{VAR, TEXT}' - Process the Texinfo TEXT if the flag VAR is defined. - - '@inlineifclear{VAR, TEXT}' - Process the Texinfo TEXT if the flag VAR is not defined. - - Except for the syntax, their general behavior and purposes is the - same as with '@ifset' and '@ifclear', described in the previous section. - -  - File: texinfo.info, Node: @value Example, Prev: @inlineifset @inlineifclear, Up: @set @clear @value - - 16.5.4 '@value' Example - ----------------------- - - You can use the '@value' command to minimize the number of places you - need to change when you record an update to a manual. *Note GNU Sample - Texts::, for the full text of an example of using this to work with - Automake distributions. - - This example is adapted from *note (make)Top::. - - 1. Set the flags: - - @set EDITION 0.35 Beta - @set VERSION 3.63 Beta - @set UPDATED 14 August 1992 - @set UPDATE-MONTH August 1992 - - 2. Write text for the '@copying' section (*note @copying::): - - @copying - This is Edition @value{EDITION}, - last updated @value{UPDATED}, - of @cite{The GNU Make Manual}, - for @code{make}, version @value{VERSION}. - - Copyright ... - - Permission is granted ... - @end copying - - 3. Write text for the title page, for people reading the printed - manual: - - @titlepage - @title GNU Make - @subtitle A Program for Directing Recompilation - @subtitle Edition @value{EDITION}, ... - @subtitle @value{UPDATE-MONTH} - @page - @insertcopying - ... - @end titlepage - - (On a printed cover, a date listing the month and the year looks - less fussy than a date listing the day as well as the month and - year.) - - 4. Write text for the Top node, for people reading the Info file: - - @ifnottex - @node Top - @top Make - - This is Edition @value{EDITION}, - last updated @value{UPDATED}, - of @cite{The GNU Make Manual}, - for @code{make}, version @value{VERSION}. - @end ifnottex - - After you format the manual, the '@value' constructs have been - expanded, so the output contains text like this: - - This is Edition 0.35 Beta, last updated 14 August 1992, - of `The GNU Make Manual', for `make', Version 3.63 Beta. - - When you update the manual, you change only the values of the flags; - you do not need to edit the three sections. - -  - File: texinfo.info, Node: Testing for Texinfo Commands, Next: Conditional Nesting, Prev: @set @clear @value, Up: Conditionals - - 16.6 Testing for Texinfo Commands: '@ifcommanddefined', '@ifcommandnotdefined' - ============================================================================== - - Occasionally, you may want to arrange for your manual to test if a given - Texinfo command is available and (presumably) do some sort of fallback - formatting if not. There are conditionals '@ifcommanddefined' and - '@ifcommandnotdefined' to do this. For example: - - @ifcommanddefined node - Good, @samp{@@node} is defined. - @end ifcommanddefined - - will output the expected 'Good, '@node' is defined.'. - - This conditional will also consider any new commands defined by the - document via '@macro', '@alias', '@definfoenclose', and - '@def(code)index' (*note Defining New Texinfo Commands::) to be true. - Caveat: the TeX implementation reports internal TeX commands, in - addition to all the Texinfo commands, as being "defined"; the 'makeinfo' - implementation is reliable in this regard, however. - - You can check the 'NEWS' file in the Texinfo source distribution and - linked from the Texinfo home page - (<http://www.gnu.org/software/texinfo>) to see when a particular command - was added. - - These command-checking conditionals themselves were added in - Texinfo 5.0, released in 2013--decades after Texinfo's inception. In - order to test if they themselves are available, the predefined flag - 'txicommandconditionals' can be tested, like this: - - @ifset txicommandconditionals - @ifcommandnotdefined foobarnode - (Good, @samp{@@foobarnode} is not defined.) - @end ifcommandnotdefined - @end ifset - - Since flags (see the previous section) were added early in the - existence of Texinfo, there is no problem with assuming they are - available. - - We recommend avoiding these tests whenever possible--which is usually - the case. For many software packages, it is reasonable for all - developers to have a given version of Texinfo (or newer) installed, and - thus no reason to worry about older versions. (It is straightforward - for anyone to download and install the Texinfo source; it does not have - any problematic dependencies.) - - The issue of Texinfo versions does not generally arise for end-users. - With properly distributed packages, users need not process the Texinfo - manual simply to build and install the package; they can use - preformatted Info (or other) output files. This is desirable in - general, to avoid unnecessary dependencies between packages (*note - (standards)Releases::). - -  - File: texinfo.info, Node: Conditional Nesting, Prev: Testing for Texinfo Commands, Up: Conditionals - - 16.7 Conditional Nesting - ======================== - - Conditionals can be nested; however, the details are a little tricky. - The difficulty comes with failing conditionals, such as '@ifhtml' when - HTML is not being produced, where the included text is to be ignored. - However, it is not to be _completely_ ignored, since it is useful to - have one '@ifset' inside another, for example--that is a way to include - text only if two conditions are met. Here's an example: - - @ifset somevar - @ifset anothervar - Both somevar and anothervar are set. - @end ifset - @ifclear anothervar - Somevar is set, anothervar is not. - @end ifclear - @end ifset - - Technically, Texinfo requires that for a failing conditional, the - ignored text must be properly nested with respect to that failing - conditional. Unfortunately, it's not always feasible to check that - _all_ conditionals are properly nested, because then the processors - could have to fully interpret the ignored text, which defeats the - purpose of the command. Here's an example illustrating these rules: - - @ifset a - @ifset b - @ifclear ok - ok, ignored - @end junky - ok, ignored - @end ifset - @c WRONG - missing @end ifset. - - Finally, as mentioned above, all conditional commands must be on - lines by themselves, with no text (even spaces) before or after. - Otherwise, the processors cannot reliably determine which commands to - consider for nesting purposes. - -  - File: texinfo.info, Node: Defining New Texinfo Commands, Next: Include Files, Prev: Conditionals, Up: Top - - 17 Defining New Texinfo Commands - ******************************** - - Texinfo provides several ways to define new commands (in all cases, it's - not recommended to try redefining existing commands): - - * A Texinfo "macro" allows you to define a new Texinfo command as any - sequence of text and/or existing commands (including other macros). - The macro can have any number of "parameters"--text you supply each - time you use the macro. - - Incidentally, these macros have nothing to do with the '@defmac' - command, which is for documenting macros in the subject area of the - manual (*note Def Cmd Template::). - - * '@alias' is a convenient way to define a new name for an existing - command. - - * '@definfoenclose' allows you to define new commands with customized - output for all non-TeX output formats. - - Most generally of all (not just for defining new commands), it is - possible to invoke any external macro processor and have Texinfo - recognize so-called '#line' directives for error reporting. - - If you want to do simple text substitution, '@set' and '@value' is - the simplest approach (*note @set @clear @value::). - - * Menu: - - * Defining Macros:: Defining and undefining new commands. - * Invoking Macros:: Using a macro, once you've defined it. - * Macro Details:: Limitations of Texinfo macros. - * @alias:: Command aliases. - * @definfoenclose:: Customized highlighting. - * External Macro Processors:: '#line' directives. - -  - File: texinfo.info, Node: Defining Macros, Next: Invoking Macros, Up: Defining New Texinfo Commands - - 17.1 Defining Macros - ==================== - - You use the Texinfo '@macro' command to define a macro, like this: - - @macro MACRONAME{PARAM1, PARAM2, ...} - TEXT ... \PARAM1\ ... - @end macro - - The "parameters" PARAM1, PARAM2, ... correspond to arguments supplied - when the macro is subsequently used in the document (described in the - next section). - - For a macro to work consistently with TeX, MACRONAME must consist - entirely of letters: no digits, hyphens, underscores, or other special - characters. So, we recommend using only letters. However, 'makeinfo' - will accept anything consisting of alphanumerics, and (except as the - first character) '-'. The '_' character is excluded so that macros can - be called inside '@math' without a following space (*note Inserting - Math::). - - If a macro needs no parameters, you can define it either with an - empty list ('@macro foo {}') or with no braces at all ('@macro foo'). - - The definition or "body" of the macro can contain most Texinfo - commands, including macro invocations. However, a macro definition that - defines another macro does not work in TeX due to limitations in the - design of '@macro'. - - In the macro body, instances of a parameter name surrounded by - backslashes, as in '\PARAM1\' in the example above, are replaced by the - corresponding argument from the macro invocation. You can use parameter - names any number of times in the body, including zero. - - To get a single '\' in the macro expansion, use '\\'. Any other use - of '\' in the body yields a warning. - - The newline characters after the '@macro' line and before the '@end - macro' line are ignored, that is, not included in the macro body. All - other whitespace is treated according to the usual Texinfo rules. - - To allow a macro to be used recursively, that is, in an argument to a - call to itself, you must define it with '@rmacro', like this: - - @rmacro rmac {arg} - a\arg\b - @end rmacro - ... - @rmac{1@rmac{text}2} - - This produces the output 'a1atextb2b'. With '@macro' instead of - '@rmacro', an error message is given. - - You can undefine a macro FOO with '@unmacro FOO'. It is not an error - to undefine a macro that is already undefined. For example: - - @unmacro foo - -  - File: texinfo.info, Node: Invoking Macros, Next: Macro Details, Prev: Defining Macros, Up: Defining New Texinfo Commands - - 17.2 Invoking Macros - ==================== - - After a macro is defined (see the previous section), you can "invoke" - (use) it in your document like this: - - @MACRONAME {ARG1, ARG2, ...} - - and the result will be more or less as if you typed the body of - MACRONAME at that spot. For example: - - @macro foo {p, q} - Together: \p\ & \q\. - @end macro - @foo{a, b} - - produces: - - Together: a & b. - - Thus, the arguments and parameters are separated by commas and - delimited by braces; any whitespace after (but not before) a comma is - ignored. The braces are required in the invocation even when the macro - takes no arguments, consistent with other Texinfo commands. For - example: - - @macro argless {} - No arguments here. - @end macro - @argless{} - - produces: - - No arguments here. - - Passing macro arguments containing commas requires care, since commas - also separate the arguments. To include a comma character in an - argument, the most reliable method is to use the '@comma{}' command. - For 'makeinfo', you can also prepend a backslash character, as in '\,', - but this does not work with TeX. - - It's not always necessary to worry about commas. To facilitate use - of macros, 'makeinfo' implements two rules for "automatic quoting" in - some circumstances: - - 1. If a macro takes only one argument, all commas in its invocation - are quoted by default. For example: - - @macro TRYME{text} - @strong{TRYME: \text\} - @end macro - - @TRYME{A nice feature, though it can be dangerous.} - - will produce the following output - - *TRYME: A nice feature, though it can be dangerous.* - - And indeed, it can. Namely, 'makeinfo' does not control the number - of arguments passed to one-argument macros, so be careful when you - invoke them. - - 2. If a macro invocation includes another command (including a - recursive invocation of itself), any commas in the nested command - invocation(s) are quoted by default. For example, in - - @say{@strong{Yes, I do}, person one} - - the comma after 'Yes' is implicitly quoted. Here's another - example, with a recursive macro: - - @rmacro cat{a,b} - \a\\b\ - @end rmacro - - @cat{@cat{foo, bar}, baz} - - will produce the string 'foobarbaz'. - - 3. Otherwise, a comma should be explicitly quoted, as above, for it to - be treated as a part of an argument. - - The backslash itself can be quoted in macro arguments with another - backslash. For example: - - @MACNAME {\\bleh} - - will pass the argument '\bleh' to MACNAME. - - 'makeinfo' also recognizes '\{' and '\}' sequences for curly braces, - but these are not recognized by the implementation in TeX. There - should, however, rarely be a need for these, as they are only needed - when a macro argument contains unbalanced braces. - - If a macro is defined to take exactly one argument, it can be invoked - without any braces, taking all of the line after the macro name as the - argument. For example: - - @macro bar {p} - Twice: \p\ & \p\. - @end macro - @bar aah - - produces: - - Twice: aah & aah. - - In these arguments, there is no escaping of special characters, so each - '\' stands for itself. - - If a macro is defined to take more than one argument, but is called - with only one (in braces), the remaining arguments are set to the empty - string, and no error is given. For example: - - @macro addtwo {p, q} - Both: \p\\q\. - @end macro - @addtwo{a} - - produces simply: - - Both: a. - -  - File: texinfo.info, Node: Macro Details, Next: @alias, Prev: Invoking Macros, Up: Defining New Texinfo Commands - - 17.3 Macro Details and Caveats - ============================== - - By design, macro expansion does not happen in the following contexts in - 'makeinfo': - - * '@macro' and '@unmacro' lines; - - * '@if...' lines, including '@ifset' and similar; - - * '@set', '@clear', '@value'; - - * '@clickstyle' lines; - - * '@end' lines. - - Unfortunately, TeX may do some expansion in these situations, possibly - yielding errors. - - Also, quite a few macro-related constructs cause problems with TeX; - some of the caveats are listed below. Thus, if you get macro-related - errors when producing the printed version of a manual, you might try - expanding the macros with 'makeinfo' by invoking 'texi2dvi' with the - '-E' option (*note Format with texi2dvi::). Or, more reliably, eschew - Texinfo macros altogether and use a language designed for macro - processing, such as M4 (*note External Macro Processors::). - - * As mentioned earlier, macro names must consist entirely of letters. - - * It is not advisable to redefine any TeX primitive, plain, or - Texinfo command name as a macro. Unfortunately this is a large and - open-ended set of names, and the possible resulting errors are - unpredictable. - - * Arguments to macros taking more than one argument cannot cross - lines. - - * Macros containing a command which must be on a line by itself, such - as a conditional, cannot be invoked in the middle of a line. - Similarly, macros containing line-oriented commands or text, such - as '@example' environments, may behave unpredictably in TeX. - - * If you have problems using conditionals within a macro, an - alternative is to use separate macro definitions inside conditional - blocks. For example, instead of - - @macro Mac - @iftex - text for TeX output - @end iftex - @ifnottex - text for not TeX output - @end ifnottex - @end macro - - you can do the following instead: - - @iftex - @macro Mac - text for TeX output - @end macro - @end iftex - - @ifnottex - @macro Mac - text for not TeX output - @end macro - @end ifnottex - - * Texinfo commands in the expansion of a macro in the text of an - index entry may end up being typeset as literal text (including an - "@" sign), instead of being interpreted with their intended - meaning. - - * White space is ignored at the beginnings of lines. - - * Macros can't be reliably used in the argument to accent commands - (*note Inserting Accents::). - - * The backslash escape for commas in macro arguments does not work; - '@comma{}' must be used. - - * Likewise, if you want to pass an argument with the Texinfo command - '@,' (to produce a cedilla, see *note Inserting Accents::), you - have to use '@value' or another work-around. Otherwise, the comma - may be taken as separating the arguments. For example, - - @macro mactwo{argfirst, argsecond} - \argfirst\+\argsecond\. - @end macro - @set fc Fran@,cois - @mactwo{@value{fc},} - - produces: - - Franc,ois+. - - * Ending a macro body with '@c' may cause text following the macro - invocation to be ignored as a comment in 'makeinfo'. This is not - the case when processing with TeX. This was often done to "comment - out" an unwanted newline at the end of a macro body, but this is - not necessary any more, as the final newline before '@end macro' is - not included in the macro body anyway. - - * In general, you can't arbitrarily substitute a macro (or '@value') - call for Texinfo command arguments, even when the text is the same. - Texinfo is not M4 (or even plain TeX). It might work with some - commands, it fails with others. Best not to do it at all. For - instance, this fails: - - @macro offmacro - off - @end macro - @headings @offmacro - - This looks equivalent to '@headings off', but for TeXnical reasons, - it fails with a mysterious error message (namely, 'Paragraph ended - before @headings was complete'). - - * Macros cannot define macros in the natural way. To do this, you - must use conditionals and raw TeX. For example: - - @ifnottex - @macro ctor {name, arg} - @macro \name\ - something involving \arg\ somehow - @end macro - @end macro - @end ifnottex - @tex - \gdef\ctor#1{\ctorx#1,} - \gdef\ctorx#1,#2,{\def#1{something involving #2 somehow}} - @end tex - - The 'makeinfo' implementation also has the following limitations (by - design): - - * '@verbatim' and macros do not mix; for instance, you can't start a - verbatim block inside a macro and end it outside (*note - @verbatim::). Starting any environment inside a macro and ending - it outside may or may not work, for that matter. - - * Macros that completely define macros are ok, but it's not possible - to have incompletely nested macro definitions. That is, '@macro' - and '@end macro' (likewise for '@rmacro') must be correctly paired. - For example, you cannot start a macro definition within a macro, - and then end that nested definition outside the macro. - - In the 'makeinfo' implementation before Texinfo 5.0, ends of lines - from expansion of a '@macro' definition did not end an @-command - line-delimited argument ('@chapter', '@center', etc.). This is no - longer the case. For example: - - @macro twolines{} - aaa - bbb - @end macro - @center @twolines{} - - In the current 'makeinfo', this is equivalent to: - - @center aaa - bbb - - with just 'aaa' as the argument to '@center'. In the earlier - implementation, it would have been parsed as this: - - @center aaa bbb - -  - File: texinfo.info, Node: @alias, Next: @definfoenclose, Prev: Macro Details, Up: Defining New Texinfo Commands - - 17.4 '@alias NEW=EXISTING' - ========================== - - The '@alias' command defines a new command to be just like an existing - one. This is useful for defining additional markup names, thus - preserving additional semantic information in the input even though the - output result may be the same. - - Write the '@alias' command on a line by itself, followed by the new - command name, an equals sign, and the existing command name. Whitespace - around the equals sign is optional and ignored if present. Thus: - - @alias NEW = EXISTING - - For example, if your document contains citations for both books and - some other media (movies, for example), you might like to define a macro - '@moviecite{}' that does the same thing as an ordinary '@cite{}' but - conveys the extra semantic information as well. You'd do this as - follows: - - @alias moviecite = cite - - Macros do not always have the same effect as aliases, due to vagaries - of argument parsing. Also, aliases are much simpler to define than - macros. So the command is not redundant. - - Unfortunately, it's not possible to alias Texinfo environments; for - example, '@alias lang=example' is an error. - - Aliases must not be recursive, directly or indirectly. - - It is not advisable to redefine any TeX primitive, plain TeX, or - Texinfo command name as an alias. Unfortunately this is a very large - set of names, and the possible resulting errors from TeX are - unpredictable. - - 'makeinfo' will accept the same identifiers for aliases as it does - for macro names, that is, alphanumerics and (except as the first - character) '-'. - -  - File: texinfo.info, Node: @definfoenclose, Next: External Macro Processors, Prev: @alias, Up: Defining New Texinfo Commands - - 17.5 '@definfoenclose': Customized Highlighting - =============================================== - - An '@definfoenclose' command may be used to define a highlighting - command for all the non-TeX output formats. A command defined using - '@definfoenclose' marks text by enclosing it in strings that precede and - follow the text. You can use this to get closer control of your output. - - Presumably, if you define a command with '@definfoenclose', you will - create a corresponding command for TeX, either in 'texinfo.tex', - 'texinfo.cnf', or within an '@iftex' or '@tex' in your document. - - Write a '@definfoenclose' command at the beginning of a line followed - by three comma-separated arguments. The first argument to - '@definfoenclose' is the @-command name (without the '@'); the second - argument is the start delimiter string; and the third argument is the - end delimiter string. The latter two arguments enclose the highlighted - text in the output. - - A delimiter string may contain spaces. Neither the start nor end - delimiter is required. If you do not want a start delimiter but do want - an end delimiter, you must follow the command name with two commas in a - row; otherwise, the end delimiter string you intended will naturally be - (mis)interpreted as the start delimiter string. - - If you do a '@definfoenclose' on the name of a predefined command - (such as '@emph', '@strong', '@t', or '@i'), the enclosure definition - will override the built-in definition. We don't recommend this. - - An enclosure command defined this way takes one argument in braces, - since it is intended for new markup commands (*note Marking Text::). - - For example, you can write: - - @definfoenclose phoo,//,\\ - - near the beginning of a Texinfo file to define '@phoo' as an Info - formatting command that inserts '//' before and '\\' after the argument - to '@phoo'. You can then write '@phoo{bar}' wherever you want '//bar\\' - highlighted in Info. - - For TeX formatting, you could write - - @iftex - @global@let@phoo=@i - @end iftex - - to define '@phoo' as a command that causes TeX to typeset the argument - to '@phoo' in italics. - - Each definition applies to its own formatter: one for TeX, the other - for everything else. The raw TeX commands need to be in '@iftex'. - '@definfoenclose' command need not be within '@ifinfo', unless you want - to use different definitions for different output formats. - - Here is another example: write - - @definfoenclose headword, , : - - near the beginning of the file, to define '@headword' as an Info - formatting command that inserts nothing before and a colon after the - argument to '@headword'. - - '@definfoenclose' definitions must not be recursive, directly or - indirectly. - -  - File: texinfo.info, Node: External Macro Processors, Prev: @definfoenclose, Up: Defining New Texinfo Commands - - 17.6 External Macro Processors: Line Directives - =============================================== - - Texinfo macros (and its other text substitution facilities) work fine in - straightforward cases. If your document needs unusually complex - processing, however, their fragility and limitations can be a problem. - In this case, you may want to use a different macro processor - altogether, such as M4 (*note (m4)Top::) or CPP (*note (cpp)Top::). - - With one exception, Texinfo does not need to know whether its input - is "original" source or preprocessed from some other source file. - Therefore, you can arrange your build system to invoke whatever programs - you like to handle macro expansion or other preprocessing needs. - Texinfo does not offer built-in support for any particular preprocessor, - since no one program seemed likely to suffice for the requirements of - all documents. - - The one exception is line numbers in error messages. In that case, - the line number should refer to the original source file, whatever it - may be. There's a well-known mechanism for this: the so-called '#line' - directive. Texinfo supports this. - - * Menu: - - * #line Directive:: - * TeX: #line and TeX. - * Syntax: #line Syntax Details. - -  - File: texinfo.info, Node: #line Directive, Next: #line and TeX, Up: External Macro Processors - - 17.6.1 '#line' Directive - ------------------------ - - An input line such as this: - - #line 100 "foo.ptexi" - - indicates that the next line was line 100 of the file 'foo.ptexi', and - so that's what an error message should refer to. Both M4 (*note - (m4)Preprocessor features::) and CPP (*note (cpp)Line Control::, and - *note (cpp)Preprocessor Output::) can generate such lines. - - The 'makeinfo' program recognizes these lines by default, except - within '@verbatim' blocks (*note @verbatim::. Their recognition can be - turned off completely with 'CPP_LINE_DIRECTIVES' (*note Other - Customization Variables::), though there is normally no reason to do so. - - For those few programs (M4, CPP, Texinfo) which need to document - '#line' directives and therefore have examples which would otherwise - match the pattern, the command '@hashchar{}' can be used (*note - Inserting a Hashsign::). The example line above looks like this in the - source for this manual: - - @hashchar{}line 100 "foo.ptexi" - - The '@hashchar' command was added to Texinfo in 2013. If you don't - want to rely on it, you can also use '@set' and '@value' to insert the - literal '#': - - @set hash # - @value{hash}line 1 "example.c" - - Or, if suitable, a '@verbatim' environment can be used instead of - '@example'. As mentioned above, '#line'-recognition is disabled inside - verbatim blocks. - -  - File: texinfo.info, Node: #line and TeX, Next: #line Syntax Details, Prev: #line Directive, Up: External Macro Processors - - 17.6.2 '#line' and TeX - ---------------------- - - As mentioned, 'makeinfo' recognizes the '#line' directives described in - the previous section. However, 'texinfo.tex' does not and cannot. - Therefore, such a line will be incorrectly typeset verbatim if TeX sees - it. The solution is to use 'makeinfo''s macro expansion options before - running TeX. There are three approaches: - - * If you run 'texi2dvi' or its variants (*note Format with - texi2dvi::), you can pass '-E' and 'texi2dvi' will run 'makeinfo' - first to expand macros and eliminate '#line'. - - * If you run 'makeinfo' or its variants (*note Generic Translator - texi2any::), you can specify '--no-ifinfo --iftex -E somefile.out', - and then give 'somefile.out' to 'texi2dvi' in a separate command. - - * Or you can run 'makeinfo --dvi --Xopt -E'. (Or '--pdf' instead of - '--dvi'.) 'makeinfo' will then call 'texi2dvi -E'. - - One last caveat regarding use with TeX: since the '#line' directives - are not recognized, the line numbers emitted by the '@errormsg{}' - command (*note Conditional Commands::), or by TeX itself, are the - (incorrect) line numbers from the derived file which TeX is reading, - rather than the preprocessor-specified line numbers. This is another - example of why we recommend running 'makeinfo' for the best diagnostics - (*note makeinfo Advantages::). - -  - File: texinfo.info, Node: #line Syntax Details, Prev: #line and TeX, Up: External Macro Processors - - 17.6.3 '#line' Syntax Details - ----------------------------- - - Syntax details for the '#line' directive: the '#' character can be - preceded or followed by whitespace, the word 'line' is optional, and the - file name can be followed by a whitespace-separated list of integers - (these are so-called "flags" output by CPP in some cases). For those - who like to know the gory details, the actual (Perl) regular expression - which is matched is this: - - /^\s*#\s*(line)? (\d+)(( "([^"]+)")(\s+\d+)*)?\s*$/ - - As far as we've been able to tell, the trailing integer flags only - occur in conjunction with a filename, so that is reflected in the - regular expression. - - As an example, the following is a syntactically valid '#line' - directive, meaning line 1 of '/usr/include/stdio.h': - - # 1 "/usr/include/stdio.h" 2 3 4 - - Unfortunately, the quoted filename ('"..."') has to be optional, - because M4 (especially) can often generate '#line' directives within a - single file. Since the 'line' is also optional, the result is that - lines might match which you wouldn't expect, e.g., - - # 1 - - The possible solutions are described above (*note #line Directive::). - -  - File: texinfo.info, Node: Include Files, Next: Hardcopy, Prev: Defining New Texinfo Commands, Up: Top - - 18 Include Files - **************** - - When a Texinfo processor sees an '@include' command in a Texinfo file, - it processes the contents of the file named by the '@include' and - incorporates them into the output files being created. Include files - thus let you keep a single large document as a collection of - conveniently small parts. - - * Menu: - - * Using Include Files:: How to use the '@include' command. - * texinfo-multiple-files-update:: How to create and update nodes and - menus when using included files. - * Include Files Requirements:: 'texinfo-multiple-files-update' needs. - * Sample Include File:: A sample outer file with included files - within it; and a sample included file. - * @verbatiminclude:: Including a file verbatim. - * Include Files Evolution:: How use of the '@include' command - has changed over time. - -  - File: texinfo.info, Node: Using Include Files, Next: texinfo-multiple-files-update, Up: Include Files - - 18.1 How to Use Include Files - ============================= - - To include another file within a Texinfo file, write the '@include' - command at the beginning of a line and follow it on the same line by the - name of a file to be included. For example: - - @include buffers.texi - - @-commands are expanded in file names. The one most likely to be - useful is '@value' (*note @set @value::), and even then only in - complicated situations. - - An included file should simply be a segment of text that you expect - to be included as is into the overall or "outer" Texinfo file; it should - not contain the standard beginning and end parts of a Texinfo file. In - particular, you should not start an included file with a line saying - '\input texinfo'; if you do, that text is inserted into the output file - literally. Likewise, you should not end an included file with a '@bye' - command; nothing after '@bye' is formatted. - - In the long-ago past, you were required to write an '@setfilename' - line at the beginning of an included file, but no longer. Now, it does - not matter whether you write such a line. If an '@setfilename' line - exists in an included file, it is ignored. - -  - File: texinfo.info, Node: texinfo-multiple-files-update, Next: Include Files Requirements, Prev: Using Include Files, Up: Include Files - - 18.2 'texinfo-multiple-files-update' - ==================================== - - GNU Emacs Texinfo mode provides the 'texinfo-multiple-files-update' - command. This command creates or updates 'Next', 'Previous', and 'Up' - pointers of included files as well as those in the outer or overall - Texinfo file, and it creates or updates a main menu in the outer file. - Depending on whether you call it with optional arguments, the command - updates only the pointers in the first '@node' line of the included - files or all of them: - - 'M-x texinfo-multiple-files-update' - Called without any arguments: - - - Create or update the 'Next', 'Previous', and 'Up' pointers of - the first '@node' line in each file included in an outer or - overall Texinfo file. - - - Create or update the 'Top' level node pointers of the outer or - overall file. - - - Create or update a main menu in the outer file. - - 'C-u M-x texinfo-multiple-files-update' - Called with 'C-u' as a prefix argument: - - - Create or update pointers in the first '@node' line in each - included file. - - - Create or update the 'Top' level node pointers of the outer - file. - - - Create and insert a master menu in the outer file. The master - menu is made from all the menus in all the included files. - - 'C-u 8 M-x texinfo-multiple-files-update' - Called with a numeric prefix argument, such as 'C-u 8': - - - Create or update _all_ the 'Next', 'Previous', and 'Up' - pointers of all the included files. - - - Create or update _all_ the menus of all the included files. - - - Create or update the 'Top' level node pointers of the outer or - overall file. - - - And then create a master menu in the outer file. This is - similar to invoking 'texinfo-master-menu' with an argument - when you are working with just one file. - - Note the use of the prefix argument in interactive use: with a - regular prefix argument, just 'C-u', the 'texinfo-multiple-files-update' - command inserts a master menu; with a numeric prefix argument, such as - 'C-u 8', the command updates _every_ pointer and menu in _all_ the files - and then inserts a master menu. - -  - File: texinfo.info, Node: Include Files Requirements, Next: Sample Include File, Prev: texinfo-multiple-files-update, Up: Include Files - - 18.3 Include Files Requirements - =============================== - - If you plan to use the 'texinfo-multiple-files-update' command, the - outer Texinfo file that lists included files within it should contain - nothing but the beginning and end parts of a Texinfo file, and a number - of '@include' commands listing the included files. It should not even - include indices, which should be listed in an included file of their - own. - - Moreover, each of the included files must contain exactly one highest - level node (conventionally, '@chapter' or equivalent), and this node - must be the first node in the included file. Furthermore, each of these - highest level nodes in each included file must be at the same - hierarchical level in the file structure. Usually, each is a - '@chapter', an '@appendix', or an '@unnumbered' node. Thus, normally, - each included file contains one, and only one, chapter or - equivalent-level node. - - The outer file should contain only _one_ node, the 'Top' node. It - should _not_ contain any nodes besides the single 'Top' node. The - 'texinfo-multiple-files-update' command will not process them. - -  - File: texinfo.info, Node: Sample Include File, Next: @verbatiminclude, Prev: Include Files Requirements, Up: Include Files - - 18.4 Sample File with '@include' - ================================ - - Here is an example of an outer Texinfo file with '@include' files within - it before running 'texinfo-multiple-files-update', which would insert a - main or master menu: - - \input texinfo @c -*-texinfo-*- - @settitle Include Example - - ... *Note Sample Texinfo Files::, for - examples of the rest of the frontmatter ... - - @ifnottex - @node Top - @top Include Example - @end ifnottex - - @include foo.texinfo - @include bar.texinfo - @include concept-index.texinfo - @bye - - An included file, such as 'foo.texinfo', might look like this: - - @node First - @chapter First Chapter - - Contents of first chapter ... - - The full contents of 'concept-index.texinfo' might be as simple as - this: - - @node Concept Index - @unnumbered Concept Index - - @printindex cp - - The outer Texinfo source file for 'The GNU Emacs Lisp Reference - Manual' is named 'elisp.texi'. This outer file contains a master menu - with 417 entries and a list of 41 '@include' files. - -  - File: texinfo.info, Node: @verbatiminclude, Next: Include Files Evolution, Prev: Sample Include File, Up: Include Files - - 18.5 '@verbatiminclude' FILE: Include a File Verbatim - ===================================================== - - You can include the exact contents of a file in the document with the - '@verbatiminclude' command: - - @verbatiminclude FILENAME - - The contents of FILENAME is printed in a verbatim environment (*note - @verbatim::). Generally, the file is printed exactly as it is, with all - special characters and white space retained. No indentation is added; - if you want indentation, enclose the '@verbatiminclude' within - '@example' (*note @example::). - - The name of the file is taken literally, with a single exception: - '@value{VAR}' references are expanded. This makes it possible to - include files in other directories within a distribution, for instance: - - @verbatiminclude @value{top_srcdir}/NEWS - - (You still have to get 'top_srcdir' defined in the first place.) - - For a method on printing the file contents in a smaller font size, - see the end of the section on '@verbatim'. - -  - File: texinfo.info, Node: Include Files Evolution, Prev: @verbatiminclude, Up: Include Files - - 18.6 Evolution of Include Files - =============================== - - When Info was first created, it was customary to create many small Info - files on one subject. Each Info file was formatted from its own Texinfo - source file. This custom meant that Emacs did not need to make a large - buffer to hold the whole of a large Info file when someone wanted - information; instead, Emacs allocated just enough memory for the small - Info file that contained the particular information sought. This way, - Emacs could avoid wasting memory. - - References from one file to another were made by referring to the - file name as well as the node name. (*Note Referring to Other Info - Files: Other Info Files. Also, see *note '@xref' with Four and Five - Arguments: Four and Five Arguments.) - - Include files were designed primarily as a way to create a single, - large printed manual out of several smaller Info files. In a printed - manual, all the references were within the same document, so TeX could - automatically determine the references' page numbers. The Info - formatting commands used include files only for creating joint indices; - each of the individual Texinfo files had to be formatted for Info - individually. (Each, therefore, required its own '@setfilename' line.) - - However, because large Info files are now split automatically, it is - no longer necessary to keep them small. - - Nowadays, multiple Texinfo files are used mostly for large documents, - such as 'The GNU Emacs Lisp Reference Manual', and for projects in which - several different people write different sections of a document - simultaneously. - - In addition, the Info formatting commands have been extended to work - with the '@include' command so as to create a single large Info file - that is split into smaller files if necessary. This means that you can - write menus and cross-references without naming the different Texinfo - files. - -  - File: texinfo.info, Node: Hardcopy, Next: Generic Translator texi2any, Prev: Include Files, Up: Top - - 19 Formatting and Printing Hardcopy - *********************************** - - Running the 'texi2dvi' or 'texi2pdf' command is the simplest way to - create printable output. These commands are installed as part of the - Texinfo package. - - In more detail, three major shell commands are used to print - formatted output from a Texinfo manual: one converts the Texinfo source - into something printable, a second sorts indices, and a third actually - prints the formatted document. When you use the shell commands, you can - either work directly in the operating system shell or work within a - shell inside GNU Emacs (or some other computing environment). - - If you are using GNU Emacs, you can use commands provided by Texinfo - mode instead of shell commands. In addition to the three commands to - format a file, sort the indices, and print the result, Texinfo mode - offers key bindings for commands to recenter the output buffer, show the - print queue, and delete a job from the print queue. - - Details are in the following sections. - - * Menu: - - * Use TeX:: Use TeX to format for hardcopy. - * Format with texi2dvi:: The simplest way to format. - * Format with tex/texindex:: Formatting with explicit shell commands. - * Print with lpr:: How to print. - * Within Emacs:: How to format and print from an Emacs shell. - * Texinfo Mode Printing:: How to format and print in Texinfo mode. - * Compile-Command:: How to print using Emacs's compile command. - * Requirements Summary:: TeX formatting requirements summary. - * Preparing for TeX:: What to do before you use TeX. - * Overfull hboxes:: What are and what to do with overfull hboxes. - * @smallbook:: How to print small format books and manuals. - * A4 Paper:: How to print on A4 or A5 paper. - * @pagesizes:: How to print with customized page sizes. - * Cropmarks and Magnification:: How to print marks to indicate the size - of pages and how to print scaled up output. - * PDF Output:: Portable Document Format output. - * Obtaining TeX:: How to obtain TeX. - -  - File: texinfo.info, Node: Use TeX, Next: Format with texi2dvi, Up: Hardcopy - - 19.1 Use TeX - ============ - - The typesetting program called TeX is used to format a Texinfo document - for printable output. TeX is a very powerful typesetting program and, - when used correctly, does an exceptionally good job. - - *Note Obtaining TeX::, for information on how to obtain TeX. It is - not included in the Texinfo package, being a vast suite of software in - itself. - -  - File: texinfo.info, Node: Format with texi2dvi, Next: Format with tex/texindex, Prev: Use TeX, Up: Hardcopy - - 19.2 Format with 'texi2dvi' - =========================== - - The 'texi2dvi' program takes care of all the steps for producing a TeX - DVI file from a Texinfo document. Similarly, 'texi2pdf' produces a PDF - file. - - To run 'texi2dvi' or 'texi2pdf' on an input file 'foo.texi', do this - (where 'prompt$ ' is your shell prompt): - - prompt$ texi2dvi foo.texi - prompt$ texi2pdf foo.texi - - As shown in this example, the input filenames to 'texi2dvi' and - 'texi2pdf' must include any extension, such as '.texi'. (Under MS-DOS - and perhaps in other circumstances, you may need to run 'sh texi2dvi - foo.texi' instead of relying on the operating system to invoke the shell - on the 'texi2dvi' script.) - - For a list of all the options, run 'texi2dvi --help'. Some of the - options are discussed below. - - With the '--pdf' option, 'texi2dvi' produces PDF output instead of - DVI (*note PDF Output::), by running 'pdftex' instead of 'tex'. - Alternatively, the command 'texi2pdf' is an abbreviation for running - 'texi2dvi --pdf'. The command 'pdftexi2dvi' is also provided as a - convenience for AUC-TeX (*note (auctex)Top::), as it prefers to merely - prepend 'pdf' to DVI producing tools to have PDF producing tools. - - With the '--dvipdf' option, 'texi2dvi' produces PDF output by running - TeX and then a DVI-to-PDF program: if the 'DVIPDF' environment variable - is set, that value is used, else the first program extant among - 'dvipdfmx', 'dvipdfm', 'dvipdf', 'dvi2pdf', 'dvitopdf'. This method - generally supports CJK typesetting better than 'pdftex'. - - With the '--ps' option, 'texi2dvi' produces PostScript instead of - DVI, by running 'tex' and then 'dvips' (*note (dvips)Top::). (Or the - value of the 'DVIPS' environment variable, if set.) - - 'texi2dvi' can also be used to process LaTeX files. Normally - 'texi2dvi' is able to guess the input file language by its contents and - file name extension; however, if it guesses wrong you can explicitly - specify the input language using '--language=LANG' command line option, - where LANG is either 'latex' or 'texinfo'. - - One useful option to 'texi2dvi' is '--command=CMD'. This inserts CMD - on a line by itself, after a '@setfilename' line in a temporary copy of - the input file, before running TeX. With this, you can specify - different printing formats, such as '@smallbook' (*note @smallbook::), - '@afourpaper' (*note A4 Paper::), or '@pagesizes' (*note @pagesizes::), - without actually changing the document source. (You can also do this on - a site-wide basis with 'texinfo.cnf'; *note Preparing for TeX::). - - The option '-E' (equivalently, '-e' and '--expand') does Texinfo - macro expansion using 'makeinfo' instead of the TeX implementation - (*note Macro Details::). Each implementation has its own limitations - and advantages. If this option is used, no line in the source file may - begin with the string '@c _texi2dvi' or the string '@c (_texi2dvi)'. - - 'texi2dvi' takes the '--build=MODE' option to specify where the TeX - compilation takes place, and, as a consequence, how auxiliary files are - treated. The build mode can also be set using the environment variable - 'TEXI2DVI_BUILD_MODE'. The valid values for MODE are: - - 'local' - Compile in the current directory, leaving all the auxiliary files - around. This is the traditional TeX use. - - 'tidy' - Compile in a local '*.t2d' directory, where the auxiliary files are - left. Output files are copied back to the original file. - - Using the 'tidy' mode brings several advantages: - - the current directory is not cluttered with plethora of - temporary files. - - clutter can be even further reduced using '--build-dir=dir': - all the '*.t2d' directories are stored there. - - clutter can be reduced to zero using, e.g., - '--build-dir=/tmp/\$USER.t2d' or '--build-dir=\$HOME/.t2d'. - - the output file is updated after every successful TeX run, for - sake of concurrent visualization of the output. In a 'local' - build the viewer stops during the whole TeX run. - - if the compilation fails, the previous state of the output - file is preserved. - - PDF and DVI compilation are kept in separate subdirectories - preventing any possibility of auxiliary file incompatibility. - - On the other hand, because 'tidy' compilation takes place in - another directory, occasionally TeX won't be able to find some - files (e.g., when using '\graphicspath'): in that case, use '-I' to - specify the additional directories to consider. - - 'clean' - Same as 'tidy', but remove the auxiliary directory afterwards. - Every compilation therefore requires the full cycle. - - 'texi2dvi' will use 'etex' (or 'pdfetex') if it is available, because - it runs faster in some cases, and provides additional tracing - information when debugging 'texinfo.tex'. Nevertheless, this extended - version of TeX is not required, and the DVI output is identical. (These - days, 'pdftex' and 'pdfetex' are exactly the same, but we still run - 'pdfetex' to cater to ancient TeX installations.) - - 'texi2dvi' attempts to detect auxiliary files output by TeX, either - by using the '-recorder' option, or by scanning for '\openout' in the - log file that a run of TeX produces. You may control how 'texi2dvi' - does this with the 'TEXI2DVI_USE_RECORDER' environment variable. Valid - values are: - - 'yes' - use the '-recorder' option, no checks. - - 'no' - scan for '\openout' in the log file, no checks. - - 'yesmaybe' - check whether '-recorder' option is supported, and if yes use it, - otherwise check for tracing '\openout' in the log file is - supported, and if yes use it, else it is an error. - - 'nomaybe' - same as 'yesmaybe', except that the '\openout' trace in log file is - checked first. - - The default is 'nomaybe'. This environment variable is provided for - troubleshooting purposes, and may change or disappear in the future. - -  - File: texinfo.info, Node: Format with tex/texindex, Next: Print with lpr, Prev: Format with texi2dvi, Up: Hardcopy - - 19.3 Format with 'tex'/'texindex' - ================================= - - You can do the basic formatting of a Texinfo file with the shell command - 'tex' followed by the name of the Texinfo file. For example: - - tex foo.texi - - TeX will produce a "DVI file" as well as several auxiliary files - containing information for indices, cross-references, etc. The DVI file - (for "DeVice Independent" file) can be printed on virtually any device, - perhaps after a further conversion (see the previous section). - - The 'tex' formatting command itself does not sort the indices; it - writes an output file of unsorted index data. To generate a printed - index after running the 'tex' command, you first need a sorted index to - work from. The 'texindex' command sorts indices. ('texi2dvi', - described in the previous section, runs 'tex' and 'texindex' as - necessary.) - - 'tex' outputs unsorted index files under names following a standard - convention: the name of your main input file with any '.texi' or similar - extension replaced by the two letter index name. For example, the raw - index output files for the input file 'foo.texi' would be, by default, - 'foo.cp', 'foo.vr', 'foo.fn', 'foo.tp', 'foo.pg' and 'foo.ky'. Those - are exactly the arguments to give to 'texindex'. - - Instead of specifying all the unsorted index file names explicitly, - it's typical to use '??' as shell wildcards and give the command in this - form: - - texindex foo.?? - - This command will run 'texindex' on all the unsorted index files, - including any two letter indices that you have defined yourself using - '@defindex' or '@defcodeindex'. You can safely run 'texindex foo.??' - even if there are files with two letter extensions that are not index - files, such as 'foo.el'. The 'texindex' command reports but otherwise - ignores such files. - - For each file specified, 'texindex' generates a sorted index file - whose name is made by appending 's' to the input file name; for example, - 'foo.cps' is made from 'foo.cp'. The '@printindex' command looks for a - file with that name (*note Printing Indices & Menus::). TeX does not - read the raw index output file, and 'texindex' does not alter it. - - After you have sorted the indices, you need to rerun 'tex' on the - Texinfo file. This regenerates the output file, this time with - up-to-date index entries. - - Finally, you may need to run 'tex' one more time, to get the page - numbers in the cross-references correct. - - To summarize, this is a five step process. (Alternatively, it's a - one-step process: run 'texi2dvi'; see the previous section.) - - 1. Run 'tex' on your Texinfo file. This generates a DVI file (with - undefined cross-references and no indices), and the raw index files - (with two letter extensions). - - 2. Run 'texindex' on the raw index files. This creates the - corresponding sorted index files (with three letter extensions). - - 3. Run 'tex' again on your Texinfo file. This regenerates the DVI - file, this time with indices and defined cross-references, but with - page numbers for the cross-references from the previous run, - generally incorrect. - - 4. Sort the indices again, with 'texindex'. - - 5. Run 'tex' one last time. This time the correct page numbers are - written for the cross-references. - - * Menu: - - * Formatting Partial Documents:: - * Details of texindex:: - -  - File: texinfo.info, Node: Formatting Partial Documents, Next: Details of texindex, Up: Format with tex/texindex - - 19.3.1 Formatting Partial Documents - ----------------------------------- - - Sometimes you may wish to print a document while you know it is - incomplete, or to print just one chapter of a document. In such a case, - the usual auxiliary files that TeX creates and warnings TeX gives about - undefined cross-references are just nuisances. You can avoid them with - the '@novalidate' command, which you must give _before_ any sectioning - or cross-reference commands. - - Thus, the beginning of your file would look approximately like this: - - \input texinfo - @novalidate - ... - - '@novalidate' also turns off validation in 'makeinfo', just like its - '--no-validate' option (*note Pointer Validation::). - - Furthermore, you need not run 'texindex' each time after you run - 'tex'. The 'tex' formatting command simply uses whatever sorted index - files happen to exist from a previous use of 'texindex'. If those are - out of date, that is usually ok while you are creating or debugging a - document. - -  - File: texinfo.info, Node: Details of texindex, Prev: Formatting Partial Documents, Up: Format with tex/texindex - - 19.3.2 Details of 'texindex' - ---------------------------- - - In Texinfo version 6, released in 2015, the 'texindex' program was - completely reimplemented. The principal functional difference is that - index entries beginning with a left brace or right brace ('{' resp. '}') - can work properly. For example, these simple index entries are - processed correctly, including the "index initial" shown in the index: - - @cindex @{ - @cindex @} - ... - @printindex cp - - However, to enable this behavior, it's necessary (for the time being) - to give a special option to TeX early in a source document: - - @tex - \global\usebracesinindexestrue - @end tex - - This is because the previous 'texindex' implementation aborted with - an incorrect error message ('No page number in \entry...') on such index - entries when handled in the normal way. Therefore TeX wrote out an - incorrect "sort string" using the '|' character; this did not affect the - text of the entry, but the index initial was the incorrect '|', and - sorting was not perfect. - - Because of that fatal error, and because relatively few documents - have index entries beginning with braces, we want to provide some - transition time for installations to have the new 'texindex'. At some - point in the future, we'll make '\usebracesinindexes' true by default - (the above TeX code will continue to work fine). - - Although not a matter of functionality, readers may be interested to - know that the new 'texindex' is a literate program - (<http://en.wikipedia.org/wiki/Literate_programming>) using Texinfo for - documentation and (portable) 'awk' for code. A single source file, - 'texindex/ti.twjr' in this case, produces the runnable program, a - printable document, and an online document. - - The system is called TexiWeb Jr. and was created by Arnold Robbins, - who also wrote the new 'texindex'. Not coincidentally, he is also the - long-time maintainer of 'gawk' (GNU Awk, *note (gawk)Top::). The file - 'texindex/Makefile.am' shows example usage of the system. - -  - File: texinfo.info, Node: Print with lpr, Next: Within Emacs, Prev: Format with tex/texindex, Up: Hardcopy - - 19.4 Print with 'lpr' from Shell - ================================ - - The way to print a DVI file depends on your system installation. Two - common ones are 'dvips foo.dvi -o' to make a PostScript file first and - then print that, and 'lpr -d foo.dvi' to print a DVI file directly. - - For example, the following commands will (probably) suffice to sort - the indices, format, and print this manual using the 'texi2dvi' shell - script (*note Format with texi2dvi::). - - texi2dvi texinfo.texi - dvips texinfo.dvi -o - lpr texinfo.ps - - Depending on the 'lpr' setup on your machine, you might able to - combine the last two steps into 'lpr -d texinfo.dvi'. - - You can also generate a PDF file by running 'texi2pdf' instead of - 'texi2dvi'; a PDF is often directly printable. Or you can generate a - PCL file by using 'dvilj' instead of 'dvips', if you have a printer that - prefers that format. - - 'lpr' is a standard program on Unix systems, but it is usually absent - on MS-DOS/MS-Windows. If so, just create a PostScript or PDF or PCL - file, whatever is most convenient, and print that in the usual way for - your machine (e.g., by sending to the appropriate port, usually 'PRN'). - -  - File: texinfo.info, Node: Within Emacs, Next: Texinfo Mode Printing, Prev: Print with lpr, Up: Hardcopy - - 19.5 Printing From an Emacs Shell - ================================= - - You can give formatting and printing commands from a shell within GNU - Emacs, just like any other shell command. To create a shell within - Emacs, type 'M-x shell' (*note (emacs)Shell::). In this shell, you can - format and print the document. *Note Format and Print Hardcopy: - Hardcopy, for details. - - You can switch to and from the shell buffer while 'tex' is running - and do other editing. If you are formatting a long document on a slow - machine, this can be very convenient. - - For example, you can use 'texi2dvi' from an Emacs shell. Here is one - way to use 'texi2pdf' to format and print 'Using and Porting GNU CC' - from a shell within Emacs: - - texi2pdf gcc.texi - lpr gcc.pdf - - See the next section for more information about formatting and - printing in Texinfo mode. - -  - File: texinfo.info, Node: Texinfo Mode Printing, Next: Compile-Command, Prev: Within Emacs, Up: Hardcopy - - 19.6 Formatting and Printing in Texinfo Mode - ============================================ - - Texinfo mode provides several predefined key commands for TeX formatting - and printing. These include commands for sorting indices, looking at - the printer queue, killing the formatting job, and recentering the - display of the buffer in which the operations occur. - - 'C-c C-t C-b' - 'M-x texinfo-tex-buffer' - Run 'texi2dvi' on the current buffer. - - 'C-c C-t C-r' - 'M-x texinfo-tex-region' - Run TeX on the current region. - - 'C-c C-t C-i' - 'M-x texinfo-texindex' - Sort the indices of a Texinfo file formatted with - 'texinfo-tex-region'. - - 'C-c C-t C-p' - 'M-x texinfo-tex-print' - Print a DVI file that was made with 'texinfo-tex-region' or - 'texinfo-tex-buffer'. - - 'C-c C-t C-q' - 'M-x tex-show-print-queue' - Show the print queue. - - 'C-c C-t C-d' - 'M-x texinfo-delete-from-print-queue' - Delete a job from the print queue; you will be prompted for the job - number shown by a preceding 'C-c C-t C-q' command - ('texinfo-show-tex-print-queue'). - - 'C-c C-t C-k' - 'M-x tex-kill-job' - Kill the currently running TeX job started by either - 'texinfo-tex-region' or 'texinfo-tex-buffer', or any other process - running in the Texinfo shell buffer. - - 'C-c C-t C-x' - 'M-x texinfo-quit-job' - Quit a TeX formatting job that has stopped because of an error by - sending an <x> to it. When you do this, TeX preserves a record of - what it did in a '.log' file. - - 'C-c C-t C-l' - 'M-x tex-recenter-output-buffer' - Redisplay the shell buffer in which the TeX printing and formatting - commands are run to show its most recent output. - - Thus, the usual sequence of commands for formatting a buffer is as - follows (with comments to the right): - - C-c C-t C-b Run 'texi2dvi' on the buffer. - C-c C-t C-p Print the DVI file. - C-c C-t C-q Display the printer queue. - - The Texinfo mode TeX formatting commands start a subshell in Emacs - called the '*tex-shell*'. The 'texinfo-tex-command', - 'texinfo-texindex-command', and 'tex-dvi-print-command' commands are all - run in this shell. - - You can watch the commands operate in the '*tex-shell*' buffer, and - you can switch to and from and use the '*tex-shell*' buffer as you would - any other shell buffer. - - The formatting and print commands depend on the values of several - variables. The default values are: - - Variable Default value - - texinfo-texi2dvi-command "texi2dvi" - texinfo-tex-command "tex" - texinfo-texindex-command "texindex" - texinfo-delete-from-print-queue-command "lprm" - texinfo-tex-trailer "@bye" - tex-start-of-header "%**start" - tex-end-of-header "%**end" - tex-dvi-print-command "lpr -d" - tex-show-queue-command "lpq" - - You can change the values of these variables with the 'M-x - set-variable' command (*note Examining and Setting Variables: - (emacs)Examining.), or with your '.emacs' initialization file (*note - (emacs)Init File::). - - Beginning with version 20, GNU Emacs offers a user-friendly - interface, called "Customize", for changing values of user-definable - variables. *Note Easy Customization Interface: (emacs)Easy - Customization, for more details about this. The Texinfo variables can - be found in the 'Development/Docs/Texinfo' group, once you invoke the - 'M-x customize' command. - -  - File: texinfo.info, Node: Compile-Command, Next: Requirements Summary, Prev: Texinfo Mode Printing, Up: Hardcopy - - 19.7 Using the Local Variables List - =================================== - - Yet another way to apply the TeX formatting command to a Texinfo file is - to put that command in a "local variables list" at the end of the - Texinfo file. You can then specify the 'tex' or 'texi2dvi' commands as - a 'compile-command' and have Emacs run it by typing 'M-x compile'. This - creates a special shell called the '*compilation*' buffer in which Emacs - runs the compile command. For example, at the end of the 'gdb.texi' - file, after the '@bye', you could put the following: - - Local Variables: - compile-command: "texi2dvi gdb.texi" - End: - - This technique is most often used by programmers who also compile - programs this way; see *note (emacs)Compilation::. - -  - File: texinfo.info, Node: Requirements Summary, Next: Preparing for TeX, Prev: Compile-Command, Up: Hardcopy - - 19.8 TeX Formatting Requirements Summary - ======================================== - - Every Texinfo file that is to be input to TeX must begin with a '\input' - command: - - \input texinfo - - This instructs TeX to load the macros it needs to process a Texinfo - file. - - Every Texinfo file must end with a line that terminates TeX's - processing and forces out unfinished pages: - - @bye - - Strictly speaking, these two lines are all a Texinfo file needs to be - processed successfully by TeX. - - Usually, however, the beginning includes a '@settitle' command to - define the title of the printed manual, a title page, a copyright page, - permissions, and a table of contents. Besides '@bye', the end of a file - usually includes indices. (Not to mention that most manuals contain a - body of text as well.) - - For more information, see: - - * *note @settitle::. - * *note @setchapternewpage::. - * *note Headings::. - * *note Titlepage & Copyright Page::. - * *note Printing Indices & Menus::. - * *note Contents::. - -  - File: texinfo.info, Node: Preparing for TeX, Next: Overfull hboxes, Prev: Requirements Summary, Up: Hardcopy - - 19.9 Preparing for TeX - ====================== - - TeX needs to know where to find the 'texinfo.tex' file that the '\input - texinfo' command on the first line reads. The 'texinfo.tex' file tells - TeX how to handle @-commands; it is included in all standard GNU - distributions. The latest version released for general use is available - from the usual GNU servers and mirrors: - - <http://ftp.gnu.org/gnu/texinfo/texinfo.tex> - <http://ftpmirror.gnu.org/texinfo/texinfo.tex> - - The latest development version is available from the Texinfo source - repository: - <http://svn.savannah.gnu.org/viewvc/trunk/doc/texinfo.tex?root=texinfo&view=log> - - 'texinfo.tex' is essentially a standalone file, and compatibility is - of utmost concern; so, if you need or want to try a newer version than - came with your system, it nearly always suffices to download it and put - it anywhere that TeX will find it (first). You can replace any existing - 'texinfo.tex' with a newer version (of course saving the original in - case of disaster). - - Also, you should install 'epsf.tex', if it is not already installed - from another distribution. More details are at the end of the - description of the '@image' command (*note Images::). - - To use quotation marks other than those used in English, you'll need - to have the European Computer Modern fonts (e.g., 'ecrm1000') and (for - PDF output) CM-Super fonts (*note Inserting Quotation Marks::). - - To use the '@euro' command, you'll need the 'feym*' fonts (e.g., - 'feymr10'). *Note @euro::. - - All of the above files (and a whole lot more) should be installed by - default in a reasonable TeX installation. - - Optionally, you may create a file 'texinfo.cnf' for site - configuration. This file is read by TeX at the beginning of a Texinfo - file. You can put any commands you like there, according to local - site-wide conventions. They will be read by TeX when processing any - Texinfo document. For example, if 'texinfo.cnf' contains the line - '@afourpaper' (*note A4 Paper::), then all Texinfo documents will be - processed with that page size in effect. If you have nothing to put in - 'texinfo.cnf', you do not need to create it. - - If neither of the above locations for these system files suffice, you - can specify the directories explicitly. For 'texinfo.tex', you can do - this by writing the complete path for the file after the '\input' - command. Another way, that works for both 'texinfo.tex' and - 'texinfo.cnf' (and any other file TeX might read), is to set the - 'TEXINPUTS' environment variable in your '.profile' or '.cshrc' file. - - Whether you use '.profile' or '.cshrc' depends on whether you use a - Bourne shell-compatible ('sh', 'bash', 'ksh', ...) or C shell-compatible - ('csh', 'tcsh') command interpreter, respeictvely. - - In a '.profile' file, you could use the following 'sh' command - sequence: - - TEXINPUTS=.:/home/me/mylib: - export TEXINPUTS - - While in a '.cshrc' file, you could use the following 'csh' command - sequence: - - setenv TEXINPUTS .:/home/me/mylib: - - On MS-DOS/MS-Windows, you'd do this (note the use of the ';' - character as directory separator, instead of ':'): - - set TEXINPUTS=.;d:/home/me/mylib;c: - - It is customary for DOS/Windows users to put such commands in the - 'autoexec.bat' file, or in the Windows registry. - - These settings would cause TeX to look for '\input' file first in the - current directory, indicated by the '.', then in a hypothetical user - 'me''s 'mylib' directory, and finally in the system directories. (A - leading, trailing, or doubled ':' indicates searching the system - directories at that point.) - -  - File: texinfo.info, Node: Overfull hboxes, Next: @smallbook, Prev: Preparing for TeX, Up: Hardcopy - - 19.10 Overfull "hboxes" - ======================= - - TeX is sometimes unable to typeset a line within the normal margins. - This most often occurs when TeX comes upon what it interprets as a long - word that it cannot hyphenate, such as an electronic mail network - address or a very long identifier. When this happens, TeX prints an - error message like this: - - Overfull @hbox (20.76302pt too wide) - - (In TeX, lines are in "horizontal boxes", hence the term, "hbox". - '@hbox' is a TeX primitive not used in the Texinfo language.) - - TeX also provides the line number in the Texinfo source file and the - text of the offending line, which is marked at all the places that TeX - considered hyphenation. *Note Debugging with TeX::, for more - information about typesetting errors. - - If the Texinfo file has an overfull hbox, you can rewrite the - sentence so the overfull hbox does not occur, or you can decide to leave - it. A small excursion into the right margin often does not matter and - may not even be noticeable. - - If you have many overfull boxes and/or an antipathy to rewriting, you - can coerce TeX into greatly increasing the allowable interword spacing, - thus (if you're lucky) avoiding many of the bad line breaks, like this: - - @tex - \global\emergencystretch = .9\hsize - @end tex - - (You should adjust the fraction as needed.) This huge value for - '\emergencystretch' cannot be the default, since then the typeset output - would generally be of noticeably lower quality; its default value is - '.15\hsize'. '\hsize' is the TeX dimension containing the current line - width. - - For any overfull boxes you do have, TeX will print a large, ugly, - black rectangle beside the line that contains the overfull hbox unless - told otherwise. This is so you will notice the location of the problem - if you are correcting a draft. - - To prevent such a monstrosity from marring your final printout, write - the following in the beginning of the Texinfo file on a line of its own, - before the '@titlepage' command: - - @finalout - -  - File: texinfo.info, Node: @smallbook, Next: A4 Paper, Prev: Overfull hboxes, Up: Hardcopy - - 19.11 '@smallbook': Printing "Small" Books - ========================================== - - By default, TeX typesets pages for printing in an 8.5 by 11 inch format. - However, you can direct TeX to typeset a document in a 7 by 9.25 inch - format that is suitable for bound books by inserting the following - command on a line by itself at the beginning of the Texinfo file, before - the title page: - - @smallbook - - (Since many books are about 7 by 9.25 inches, this command might better - have been called the '@regularbooksize' command, but it came to be - called the '@smallbook' command by comparison to the 8.5 by 11 inch - format.) - - If you write the '@smallbook' command between the start-of-header and - end-of-header lines, the Texinfo mode TeX region formatting command, - 'texinfo-tex-region', will format the region in "small" book size (*note - Start of Header::). - - *Note @small...::, for information about commands that make it easier - to produce examples for a smaller manual. - - *Note Format with texi2dvi::, and *note Preparing for TeX::, for - other ways to format with '@smallbook' that do not require changing the - source file. - -  - File: texinfo.info, Node: A4 Paper, Next: @pagesizes, Prev: @smallbook, Up: Hardcopy - - 19.12 Printing on A4 Paper - ========================== - - You can tell TeX to format a document for printing on European size A4 - paper (or A5) with the '@afourpaper' (or '@afivepaper') command. Write - the command on a line by itself near the beginning of the Texinfo file, - before the title page. For example, this is how you would write the - header for this manual: - - \input texinfo @c -*-texinfo-*- - @c %**start of header - @settitle Texinfo - @afourpaper - @c %**end of header - - *Note Format with texi2dvi::, and *note Preparing for TeX::, for - other ways to format for different paper sizes that do not require - changing the source file. - - You may or may not prefer the formatting that results from the - command '@afourlatex'. There's also '@afourwide' for A4 paper in wide - format. - -  - File: texinfo.info, Node: @pagesizes, Next: Cropmarks and Magnification, Prev: A4 Paper, Up: Hardcopy - - 19.13 '@pagesizes' [WIDTH][, HEIGHT]: Custom Page Sizes - ======================================================= - - You can explicitly specify the height and (optionally) width of the main - text area on the page with the '@pagesizes' command. Write this on a - line by itself near the beginning of the Texinfo file, before the title - page. The height comes first, then the width if desired, separated by a - comma. Examples: - - @pagesizes 200mm,150mm - and - @pagesizes 11.5in - - This would be reasonable for printing on B5-size paper. To - emphasize, this command specifies the size of the _text area_, not the - size of the paper (which is 250mm by 177mm for B5, 14in by 8.5in for - legal). - - To make more elaborate changes, such as changing any of the page - margins, you must define a new command in 'texinfo.tex' or - 'texinfo.cnf'. - - *Note Format with texi2dvi::, and *note Preparing for TeX::, for - other ways to specify '@pagesizes' that do not require changing the - source file. - -  - File: texinfo.info, Node: Cropmarks and Magnification, Next: PDF Output, Prev: @pagesizes, Up: Hardcopy - - 19.14 Cropmarks and Magnification - ================================= - - You can (attempt to) direct TeX to print cropmarks at the corners of - pages with the '@cropmarks' command. Write the '@cropmarks' command on - a line by itself near the beginning of the Texinfo file, before the - title page, like this: - - @cropmarks - - This command is mainly for printers that typeset several pages on one - sheet of film; but you can attempt to use it to mark the corners of a - book set to 7 by 9.25 inches with the '@smallbook' command. (Printers - will not produce cropmarks for regular sized output that is printed on - regular sized paper.) Since different printing machines work in - different ways, you should explore the use of this command with a spirit - of adventure. You may have to redefine the command in 'texinfo.tex'. - - The '@cropmarks' command is recognized and ignored in non-TeX output - formats. - - You can attempt to direct TeX to typeset pages larger or smaller than - usual with the '\mag' TeX command. Everything that is typeset is scaled - proportionally larger or smaller. ('\mag' stands for "magnification".) - This is _not_ a Texinfo @-command, but is a raw TeX command that is - prefixed with a backslash. You have to write this command between - '@tex' and '@end tex' (*note Raw Formatter Commands::). - - Follow the '\mag' command with an '=' and then a number that is 1000 - times the magnification you desire. For example, to print pages at 1.2 - normal size, write the following near the beginning of the Texinfo file, - before the title page: - - @tex - \global\mag=1200 - @end tex - - With some printing technologies, you can print normal-sized copies - that look better than usual by giving a larger-than-normal master to - your print shop. They do the reduction, thus effectively increasing the - resolution. - - Depending on your system, DVI files prepared with a - nonstandard-'\mag' may not print or may print only with certain - magnifications. Be prepared to experiment. - -  - File: texinfo.info, Node: PDF Output, Next: Obtaining TeX, Prev: Cropmarks and Magnification, Up: Hardcopy - - 19.15 PDF Output - ================ - - The simplest way to generate PDF output from Texinfo source is to run - the convenience script 'texi2pdf' (or 'pdftexi2dvi'); this executes the - 'texi2dvi' script with the '--pdf' option (*note Format with - texi2dvi::). If for some reason you want to process the document by - hand, you can run the 'pdftex' program instead of plain 'tex'. That is, - run 'pdftex foo.texi' instead of 'tex foo.texi'. - - "PDF" stands for 'Portable Document Format'. It was invented by - Adobe Systems some years ago for document interchange, based on their - PostScript language. Related links: - - * GNU GV, a Ghostscript-based PDF reader - (http://www.gnu.org/software/gv/). (It can also preview PostScript - documents.) - - * 'xpdf', a freely available standalone PDF reader - (http://www.foolabs.com/xpdf/) for the X window system. - - * PDF at Wikipedia - (https://en.wikipedia.org/wiki/Portable_Document_Format). - - At present, Texinfo does not provide '@ifpdf' or '@pdf' commands as - for the other output formats, since PDF documents contain many internal - low-level offsets and cross-references that would be hard or impossible - to specify at the Texinfo source level. - - PDF files require dedicated software to be displayed, unlike the - plain ASCII formats (Info, HTML) that Texinfo supports. They also tend - to be much larger than the DVI files output by TeX by default. - Nevertheless, a PDF file does define an actual typeset document in a - self-contained file, notably including all the fonts that are used, so - it has its place. - -  - File: texinfo.info, Node: Obtaining TeX, Prev: PDF Output, Up: Hardcopy - - 19.16 Obtaining TeX - =================== - - TeX is a document formatter that is used by the FSF for its - documentation. It is the easiest way to get printed output (e.g., PDF - and PostScript) for Texinfo manuals. TeX is freely redistributable, and - you can get it over the Internet or on physical media. See - <http://tug.org/texlive>. - -  - File: texinfo.info, Node: Generic Translator texi2any, Next: Creating and Installing Info Files, Prev: Hardcopy, Up: Top - - 20 'texi2any': The Generic Translator for Texinfo - ************************************************* - - 'texi2any' is the generic translator for Texinfo that can produce - different output formats and is highly customizable. It supports these - formats: - - Info (by default, or with '--info'), - - HTML (with '--html'), - - plain text (with '--plaintext'), - - Docbook (with '--docbook'), - - Texinfo XML (with '--xml'). - - 'makeinfo' is an alias for 'texi2any'. By default, both 'texi2any' - and 'makeinfo' generate Info output; indeed, there are no differences in - behavior based on the name. - - Beside these default formats, command line options to 'texi2any' can - change many aspects of the output. Beyond that, initialization files - provide even more control over the final output--nearly anything not - specified in the Texinfo input file. Initialization files are written - in Perl, like the main program, and anything which can be specified on - the command line can also be specified within a initialization file. - - The rest of this chapter goes into the details. - - * Menu: - - * Reference Implementation:: 'texi2any': the reference implementation. - * Invoking texi2any:: Running the translator from a shell. - * texi2any Environment Variables:: - * texi2any Printed Output:: Calling 'texi2dvi'. - * Pointer Validation:: How to check that pointers point somewhere. - * Customization Variables:: Configuring 'texi2any'. - * Internationalization of Document Strings:: Translating program-inserted text. - * Invoking pod2texi:: Translating Perl pod to Texinfo. - * texi2html:: An ancestor of 'texi2any'. - -  - File: texinfo.info, Node: Reference Implementation, Next: Invoking texi2any, Up: Generic Translator texi2any - - 20.1 'texi2any': A Texinfo Reference Implementation - =================================================== - - Above, we called 'texi2any' "the" translator for Texinfo instead of just - "a" translator, even though (of course) it's technically and legally - possible for other implementations to be written. The reason is that - alternative implementations are very likely to have subtle, or - not-so-subtle, differences in behavior, and thus Texinfo documents would - become dependent on the processor. Therefore, it is important to have a - reference implementation that defines parts of the language not fully - specified by the manual (often intentionally so). It is equally - important to have consistent command-line options and other behavior for - all processors. - - For this reason, the once-independent 'texi2html' Perl Texinfo - processor was made compatible with the C implementation of 'makeinfo', - to avoid continuing with two different implementations (*note - History::). The current implementation, 'texi2any', serves as the - reference implementation. It inherited the design of customization and - other features from 'texi2html' (for more on 'texi2html' compatibility, - *note texi2html::). However, 'texi2any' is a full reimplementation: it - constructs a tree-based representation of the input document for all - back-ends to work from. - - Extensive tests of the language were developed at the same time as - 'texi2any'; we plead with anyone thinking of writing a program to parse - Texinfo input to at least make use of these tests. - - The 'texi2html' wrapper script (*note texi2html::) provides a very - simple example of calling 'texi2any' from a shell script; it's in - 'util/texi2html' in the Texinfo sources. More consequentially, - 'texi-elements-by-size' is an example Perl script using the - 'Texinfo::Parser' module interface; it's also in the 'util' source - directory. (Its functionality may also be useful to authors; *note - texi-elements-by-size::.) - - With the release of 'texi2any' as the reference implementation, - development of both the C implementation of 'makeinfo' and 'texi2html' - has been halted. Going forward, we ask authors of Texinfo documents to - use only 'texi2any'. - -  - File: texinfo.info, Node: Invoking texi2any, Next: texi2any Environment Variables, Prev: Reference Implementation, Up: Generic Translator texi2any - - 20.2 Invoking 'texi2any'/'makeinfo' from a Shell - ================================================ - - To process a Texinfo file, invoke 'texi2any' or 'makeinfo' (the two - names are synonyms for the same program; we'll use the names - interchangeably) followed by the name of the Texinfo file. Also select - the format you want to output with the appropriate command line option - (default is Info). Thus, to create the Info file for Bison, type the - following to the shell: - - texi2any --info bison.texinfo - - You can specify more than one input file name; each is processed in - turn. If an input file name is '-', standard input is read. - - The 'texi2any' program accepts many options. Perhaps the most basic - are those that change the output format. By default, 'texi2any' outputs - Info. - - Each command line option is either a long name preceded by '--' or a - single letter preceded by '-'. You can use abbreviations for the long - option names as long as they are unique. - - For example, you could use the following shell command to create an - Info file for 'bison.texinfo' in which lines are filled to only 68 - columns: - - texi2any --fill-column=68 bison.texinfo - - You can write two or more options in sequence, like this: - - texi2any --no-split --fill-column=70 ... - - (This would keep the Info file together as one possibly very long file - and would also set the fill column to 70.) - - The options are (approximately in alphabetical order): - - '--commands-in-node-names' - This option now does nothing, but remains for compatibility. (It - used to ensure that @-commands in node names were expanded - throughout the document, especially '@value'. This is now done by - default.) - - '--conf-dir=PATH' - Prepend PATH to the directory search list for finding customization - files that may be loaded with '--init-file' (see below). The PATH - value can be a single directory, or a list of several directories - separated by the usual path separator character (':' on Unix-like - systems, ';' on Windows). - - '--css-include=FILE' - When producing HTML, literally include the contents of FILE, which - should contain W3C cascading style sheets specifications, in the - '<style>' block of the HTML output. If FILE is '-', read standard - input. *Note HTML CSS::. - - '--css-ref=URL' - When producing HTML, add a '<link>' tag to the output which - references a cascading style sheet at URL. This allows using - standalone style sheets. - - '-D VAR' - '-D 'VAR VALUE'' - Cause the Texinfo variable VAR to be defined. This is equivalent - to '@set VAR' in the Texinfo file (*note @set @clear @value::). - - The argument to the option is always one word to the shell; if it - contains internal whitespace, the first word is taken as the - variable name and the remainder as the value. For example, '-D - 'myvar someval'' is equivalent to '@set myvar someval'. - - '--disable-encoding' - '--enable-encoding' - By default, or with '--enable-encoding', output accented and - special characters in Info and plain text output based on - '@documentencoding'. With '--disable-encoding', 7-bit ASCII - transliterations are output. *Note @documentencoding::, and *note - Inserting Accents::. - - '--docbook' - Generate Docbook output (rather than Info). - - '--document-language=LANG' - Use LANG to translate Texinfo keywords which end up in the output - document. The default is the locale specified by the - '@documentlanguage' command if there is one, otherwise English - (*note @documentlanguage::). - - '--dvi' - Generate a TeX DVI file using 'texi2dvi', rather than Info (*note - texi2any Printed Output::). - - '--dvipdf' - Generate a PDF file using 'texi2dvi --dvipdf', rather than Info - (*note texi2any Printed Output::). - - '--error-limit=LIMIT' - '-e LIMIT' - Report LIMIT errors before aborting (on the assumption that - continuing would be useless); default 100. - - '--fill-column=WIDTH' - '-f WIDTH' - Specify the maximum number of columns in a line; this is the - right-hand edge of a line. Paragraphs that are filled will be - filled to this width. (Filling is the process of breaking up and - connecting lines so that lines are the same length as or shorter - than the number specified as the fill column. Lines are broken - between words.) The default value is 72. - - '--footnote-style=STYLE' - '-s STYLE' - Set the footnote style to STYLE: either 'end' for the end node - style (the default) or 'separate' for the separate node style. The - value set by this option overrides the value set in a Texinfo file - by a '@footnotestyle' command (*note Footnote Styles::). - - When the footnote style is 'separate', 'makeinfo' makes a new node - containing the footnotes found in the current node. When the - footnote style is 'end', 'makeinfo' places the footnote references - at the end of the current node. - - In HTML, when the footnote style is 'end', or if the output is not - split, footnotes are put at the end of the output. If set to - 'separate', and the output is split, they are placed in a separate - file. - - '--force' - '-F' - Ordinarily, if the input file has errors, the output files are not - created. With this option, they are preserved. - - '--help' - '-h' - Print a message with available options and basic usage, then exit - successfully. - - '--html' - Generate HTML output (rather than Info). By default, the HTML - output is split into one output file per Texinfo source node, and - the split output is written into a subdirectory based on the name - of the top-level Info file. *Note Generating HTML::. - - '-I PATH' - Append PATH to the directory search list for finding files that are - included using the '@include' command. By default, 'texi2any' - searches only the current directory. If PATH is not given, the - current directory is appended. The PATH value can be a single - directory or a list of several directories separated by the usual - path separator character (':' on Unix-like systems, ';' on - Windows). - - '--ifdocbook' - '--ifhtml' - '--ifinfo' - '--ifplaintext' - '--iftex' - '--ifxml' - For the given format, process '@ifFORMAT' and '@FORMAT' commands, - and do not process '@ifnotFORMAT', regardless of the format being - output. For instance, if '--iftex' is given, then '@iftex' and - '@tex' blocks will be read, and '@ifnottex' blocks will be ignored. - - '--info' - Generate Info output. By default, if the output file contains more - than about 300,000 bytes, it is split into shorter subfiles of - about that size. The name of the output file and any subfiles is - determined by '@setfilename' (*note @setfilename::). *Note Tag and - Split Files::. - - '--init-file=FILE' - Load FILE as code to modify the behavior and output of the - generated manual. It is customary to use the '.pm' or the '.init' - extensions for these customization files, but that is not enforced; - the FILE name can be anything. The '--conf-dir' option (see above) - can be used to add to the list of directories in which these - customization files are searched for. - - '--internal-links=FILE' - In HTML mode, output a tab-separated file containing three columns: - the internal link to an indexed item or item in the table of - contents, the name of the index (or table of contents) in which it - occurs, and the term which was indexed or entered. The items are - in the natural sorting order for the given element. This dump can - be useful for post-processors. - - '--macro-expand=FILE' - '-E FILE' - Output the Texinfo source, with all Texinfo macros expanded, to - FILE. Normally, the result of macro expansion is used internally - by 'makeinfo' and then discarded. - - '--no-headers' - Do not include menus or node separator lines in the output. - - When generating Info, this is the same as using '--plaintext', - resulting in a simple plain text file. Furthermore, '@setfilename' - is ignored, and output is to standard output unless overridden with - '-o'. (This behavior is for backward compatibility.) - - When generating HTML, and output is split, also output navigation - links only at the beginning of each file. If output is not split, - do not include navigation links at the top of each node at all. - *Note Generating HTML::. - - '--no-ifdocbook' - '--no-ifhtml' - '--no-ifinfo' - '--no-ifplaintext' - '--no-iftex' - '--no-ifxml' - For the given format, do not process '@ifFORMAT' and '@FORMAT' - commands, and do process '@ifnotFORMAT', regardless of the format - being output. For instance, if '--no-ifhtml' is given, then - '@ifhtml' and '@html' blocks will not be read, and '@ifnothtml' - blocks will be. - - '--no-node-files' - '--node-files' - When generating HTML, create redirection files for anchors and any - nodes not already output with the file name corresponding to the - node name (*note HTML Xref Node Name Expansion::). This makes it - possible for section- and chapter-level cross-manual references to - succeed (*note HTML Xref Configuration::). - - If the output is split, this is enabled by default. If the output - is not split, '--node-files' enables the creation of the - redirection files, in addition to the monolithic main output file. - '--no-node-files' suppresses the creation of redirection files in - any case. This option has no effect with any output format other - than HTML. *Note Generating HTML::. - - '--no-number-footnotes' - Suppress automatic footnote numbering. By default, footnotes are - numbered sequentially within a node, i.e., the current footnote - number is reset to 1 at the start of each node. - - '--no-number-sections' - '--number-sections' - With '--number_sections' (the default), output chapter, section, - and appendix numbers as in printed manuals. This works only with - hierarchically-structured manuals. You should specify - '--no-number-sections' if your manual is not normally structured. - - '--no-pointer-validate' - '--no-validate' - Suppress the pointer-validation phase of 'makeinfo'--a dangerous - thing to do. This can also be done with the '@novalidate' command - (*note Use TeX::). Normally, consistency checks are made to ensure - that cross-references can be resolved, etc. *Note Pointer - Validation::. - - '--no-warn' - Suppress warning messages (but not error messages). - - '--output=FILE' - '-o FILE' - Specify that the output should be directed to FILE. This overrides - any file name specified in a '@setfilename' command found in the - Texinfo source. If neither '@setfilename' nor this option are - specified, the input file name is used to determine the output - name. *Note @setfilename::. - - If FILE is '-', output goes to standard output and '--no-split' is - implied. - - If FILE is a directory or ends with a '/' the usual rules are used - to determine the output file name (namely, use '@setfilename' or - the input file name) but the files are written to the FILE - directory. For example, 'makeinfo -o bar/ foo.texi', with or - without '--no-split', will write 'bar/foo.info', and possibly other - files, under 'bar/'. - - When generating HTML and output is split, FILE is used as the name - for the directory into which all files are written. For example, - 'makeinfo -o bar --html foo.texi' will write 'bar/index.html', - among other files. - - '--output-indent=VAL' - This option now does nothing, but remains for compatibility. (It - used to alter indentation in XML/Docbook output.) - - '-P PATH' - Prepend PATH to the directory search list for '@include'. If PATH - is not given, the current directory is prepended. See '-I' above. - - '--paragraph-indent=INDENT' - '-p INDENT' - Set the paragraph indentation style to INDENT. The value set by - this option overrides the value set in a Texinfo file by an - '@paragraphindent' command (*note @paragraphindent::). The value - of INDENT is interpreted as follows: - - 'asis' - Preserve any existing indentation (or lack thereof) at the - beginnings of paragraphs. - - '0' or 'none' - Delete any existing indentation. - - NUM - Indent each paragraph by NUM spaces. - - The default is to indent by two spaces, except for paragraphs - following a section heading, which are not indented. - - '--pdf' - Generate a PDF file using 'texi2dvi --pdf', rather than Info (*note - texi2any Printed Output::). - - '--plaintext' - Output a plain text file (rather than Info): do not include menus - or node separator lines in the output. This results in a - straightforward plain text file that you can (for example) send in - email without complications, or include in a distribution (for - example, an 'INSTALL' file). - - With this option, '@setfilename' is ignored and the output goes to - standard output by default; this can be overridden with '-o'. - - '--ps' - Generate a PostScript file using 'texi2dvi --ps', rather than Info - (*note texi2any Printed Output::). - - '--set-customization-variable VAR=VALUE' - '-c VAR=VALUE' - Set the customization variable VAR to VALUE. The '=' is optional, - but both VAR and VALUE must be quoted to the shell as necessary so - the result is a single word. Many aspects of 'texi2any' behavior - and output may be controlled by customization variables, beyond - what can be set in the document by @-commands and with other - command line switches. *Note Customization Variables::. - - '--split=HOW' - '--no-split' - When generating Info, by default large output files are split into - smaller subfiles, of approximately 300k bytes. When generating - HTML, by default each output file contains one node (*note - Generating HTML::). '--no-split' suppresses this splitting of the - output. - - Alternatively, '--split=HOW' may be used to specify at which level - the HTML output should be split. The possible values for HOW are: - - 'chapter' - The output is split at '@chapter' and other sectioning - @-commands at this level ('@appendix', etc.). - - 'section' - The output is split at '@section' and similar. - - 'node' - The output is split at every node. This is the default. - - Plain text output can be split similarly to HTML. This may be - useful for extracting sections from a Texinfo document and making - them available as separate files. - - '--split-size=NUM' - Keep Info files to at most NUM characters if possible; default is - 300,000. (However, a single node will never be split across Info - files.) - - '--transliterate-file-names' - Enable transliteration of 8-bit characters in node names for the - purpose of file name creation. *Note HTML Xref 8-bit Character - Expansion::. - - '-U VAR' - Cause VAR to be undefined. This is equivalent to '@clear VAR' in - the Texinfo file (*note @set @clear @value::). - - '--verbose' - Cause 'makeinfo' to display messages saying what it is doing. - Normally, 'makeinfo' only outputs messages if there are errors or - warnings. - - '--version' - '-V' - Print the version number, then exit successfully. - - '--Xopt STR' - Pass STR (a single shell word) to 'texi2dvi'; may be repeated - (*note texi2any Printed Output::). - - '--xml' - Generate Texinfo XML output (rather than Info). - -  - File: texinfo.info, Node: texi2any Environment Variables, Next: texi2any Printed Output, Prev: Invoking texi2any, Up: Generic Translator texi2any - - 20.3 Environment Variables Recognized by 'texi2any' - =================================================== - - 'makeinfo' also reads the environment variable 'TEXINFO_OUTPUT_FORMAT' - to determine the output format, if not overridden by a command line - option. The value should be one of: - - docbook dvi dvipdf html info pdf plaintext ps xml - - If not set or otherwise specified, Info output is the default. - - The customization variable of the same name is also read; if set, - that overrides an environment variable setting, but not a command-line - option. *Note Customization Variables and Options::. - - You can control 'texi2any''s use of Perl extension modules by setting - the 'TEXINFO_XS' environment variable. These modules are compiled - native code that the interpreted Perl code can use. Ideally, these - extension modules should just work, and the only noticable difference - they should make is that 'texi2any' finishes running sooner. However, - you can use this environment variable for the purposes of - troubleshooting: for example, if you have problems with the output of - 'texi2any' varying depending on whether the extension modules are in - use. - - The following values of 'TEXINFO_XS' are recognized by 'texi2any': - - 'default' - The default behavior. Try to load extension modules, and silently - fall back to the interpreted Perl implementations if this fails. - - 'warn' - Try to load extension modules, and if this fails, give a warning - message before falling back to the interpreted Perl - implementations. - - 'debug' - Try to load extension modules, printing many messages while doing - so. - - 'omit' - Do not use extension modules. - -  - File: texinfo.info, Node: texi2any Printed Output, Next: Pointer Validation, Prev: texi2any Environment Variables, Up: Generic Translator texi2any - - 20.4 'texi2any' Printed Output - ============================== - - To justify the name Texinfo-to-_any_, 'texi2any' has basic support for - creating printed output in the various formats: TeX DVI, PDF, and - PostScript. This is done via the simple method of executing the - 'texi2dvi' program when those output formats are requested, after - checking the validity of the input to give users the benefit of - 'texi2any''s error checking. If you don't want such error checking, - perhaps because your manual plays advanced TeX tricks together with - 'texinfo.tex', just invoke 'texi2dvi' directly. - - The output format options for this are '--dvi', '--dvipdf', '--pdf', - and '--ps'. *Note Format with texi2dvi::, for more details on these - options and general 'texi2dvi' operation. In addition, the '--verbose', - '--silent', and '--quiet' options are passed on if specified; the '-I' - and '-o' options are likewise passed on with their arguments, and - '--debug' without its argument. - - The only option remaining that is related to the 'texi2dvi' - invocation is '--Xopt'. Here, just the argument is passed on and - multiple '--Xopt' options accumulate. This provides a way to construct - an arbitrary command line for 'texi2dvi'. For example, running - - texi2any --Xopt -t --Xopt @a4paper --pdf foo.texi - - is equivalent to running - - texi2dvi -t @a4paper --pdf foo.texi - - except for the validity check. - - Although one might wish that other options to 'texi2any' would take - effect, they don't. For example, running 'texi2any --no-number-sections - --dvi foo.texi' still results in a DVI file with numbered sections. - (Perhaps this could be improved in the future, if requests are - received.) - - The actual name of the command that is invoked is specified by the - 'TEXI2DVI' customization variable (*note Other Customization - Variables::). As you might guess, the default is 'texi2dvi'. - - 'texi2any' itself does not generate any normal output when it invokes - 'texi2dvi', only diagnostic messages. - -  - File: texinfo.info, Node: Pointer Validation, Next: Customization Variables, Prev: texi2any Printed Output, Up: Generic Translator texi2any - - 20.5 Pointer Validation - ======================= - - If you do not suppress pointer validation with the '--no-validate' - option or the '@novalidate' command in the source file (*note Use - TeX::), 'makeinfo' will check the validity of the Texinfo file. - - Most validation checks are different depending on whether node - pointers are explicitly or implicitly determined. With explicit node - pointers, here is the list of what is checked: - - 1. If a 'Next', 'Previous', or 'Up' node reference is a reference to a - node in the current file and is not an external reference such as - to '(dir)', then the referenced node must exist. - - 2. Every node except the 'Top' node must have an 'Up' pointer. - - 3. The node referenced by an 'Up' pointer must itself reference the - current node through a menu item, unless the node referenced by - 'Up' has the form '(FILE)'. - - With implicit node pointers, the above error cannot occur, as such. - (Which is a major reason why we recommend using this feature of - 'makeinfo', and not specifying any node pointers yourself.) - - Instead, 'makeinfo' checks that the tree constructed from the - document's menus matches the tree constructed from the sectioning - commands. For example, if a chapter-level menu mentions nodes N1 and - N2, in that order, nodes N1 and N2 must be associated with '@section' - commands in the chapter. - - Finally, with both explicit and implicit node pointers, 'makeinfo' - checks that every node except the 'Top' node is referenced in a menu. - -  - File: texinfo.info, Node: Customization Variables, Next: Internationalization of Document Strings, Prev: Pointer Validation, Up: Generic Translator texi2any - - 20.6 Customization Variables - ============================ - - Warning: These customization variable names and meanings may change - in any Texinfo release. We always try to avoid incompatible - changes, but we cannot absolutely promise, since needs change over - time. - - Many aspects of the behavior and output of 'texi2any' may be modified - by modifying so-called "customization variables". These fall into a few - general categories: - - * Those associated with @-commands; for example, '@documentlanguage'. - - * Those associated with command-line options; for example, the - customization variable 'SPLIT' is associated with the '--split' - command-line option, and 'TEXINFO_OUTPUT_FORMAT' allows specifying - the output format. - - * Those associated with customizing the HTML output. - - * Other ad hoc variables. - - Customization variables may set on the command line using - '--set-customization-variable 'VAR VALUE'' (quoting the variable/value - pair to the shell) or '--set-customization-variable VAR=VALUE' (using - '='). A special VALUE is 'undef', which sets the variable to this - special "undefined" Perl value. - - The sections below give the details for each of these. - - * Menu: - - * Commands: Customization Variables for @-Commands. - * Options: Customization Variables and Options. - * HTML: HTML Customization Variables. - * Other: Other Customization Variables. - -  - File: texinfo.info, Node: Customization Variables for @-Commands, Next: Customization Variables and Options, Up: Customization Variables - - 20.6.1 Customization Variables for @-Commands - --------------------------------------------- - - Each of the following @-commands has an associated customization - variable with the same name (minus the leading '@'): - - @allowcodebreaks @clickstyle @codequotebacktick - @codequoteundirected @contents @deftypefnnewline - @documentdescription @documentencoding @documentlanguage - @evenfooting @evenfootingmarks - @evenheading @evenheadingmarks - @everyfooting @everyfootingmarks - @everyheading @everyheadingmarks - @exampleindent @firstparagraphindent - @fonttextsize @footnotestyle @frenchspacing @headings - @kbdinputstyle @novalidate - @oddfooting @oddfootingmarks - @oddheading @oddheadingmarks - @pagesizes @paragraphindent - @setchapternewpage @setfilename - @shortcontents @urefbreakstyle - @validatemenus @xrefautomaticsectiontitle - - Setting such a customization variable to a value 'foo' is similar to - executing '@CMD foo'. It is not exactly the same, though, since any - side effects of parsing the Texinfo source are not redone. Also, some - variables do not take Texinfo code when generating particular formats, - but an argument that is already formatted. This is the case, for - example, for HTML for 'documentdescription'. - -  - File: texinfo.info, Node: Customization Variables and Options, Next: HTML Customization Variables, Prev: Customization Variables for @-Commands, Up: Customization Variables - - 20.6.2 Customization Variables and Options - ------------------------------------------ - - The following table gives the customization variables associated with - some command line options. *Note Invoking texi2any::, for the meaning - of the options. - - Option Variable - -------------------------------------------------------------------------- - '--enable-encoding' 'ENABLE_ENCODING' - '--document-language' 'documentlanguage' - '--error-limit' 'ERROR_LIMIT' - '--fill-column' 'FILLCOLUMN' - '--footnote-style' 'footnotestyle' - '--force' 'FORCE' - '--internal-links' 'INTERNAL_LINKS' - '--macro-expand' 'MACRO_EXPAND' - '--headers' 'HEADERS', 'SHOW_MENU' - '--no-warn' 'NO_WARN' - '--no-validate' 'novalidate' - '--number-footnotes' 'NUMBER_FOOTNOTES' - '--number-sections' 'NUMBER_SECTIONS' - '--node-files' 'NODE_FILES' - '--output' 'OUT', 'OUTFILE', 'SUBDIR' - '--paragraph-indent' 'paragraphindent' - '--silent' 'SILENT' - '--split' 'SPLIT' - '--split-size' 'SPLIT_SIZE' - '--transliterate-file-names' 'TRANSLITERATE_FILE_NAMES' - '--verbose' 'VERBOSE' - - Setting such a customization variable to a value 'foo' is essentially - the same as specifying the '--OPT=foo' if the option takes an argument, - or '--OPT' if not. - - In addition, the customization variable 'TEXINFO_OUTPUT_FORMAT' - allows specifying what 'makeinfo' outputs, either one of the usual - output formats that can be specified with options, or various other - forms: - - 'docbook' - 'dvi' - 'dvipdf' - 'html' - 'info' - 'pdf' - 'plaintext' - 'ps' - 'xml' - These correspond to the command-line options (and - 'TEXINFO_OUTPUT_FORMAT' environment variable values) of the same - name. *Note Invoking texi2any::. - - 'debugtree' - Instead of generating a regular output format, output a text - representation of the tree obtained by parsing the input texinfo - document. - - 'parse' - Do only Texinfo source parsing; there is no output. - - 'plaintexinfo' - Output the Texinfo source with all the macros, '@include' and - '@value{}' expanded. This is similar to setting '--macro-expand', - but instead of being output in addition to the normal conversion, - output of Texinfo is the main output. - - 'rawtext' - Output raw text, with minimal formatting. For example, footnotes - are ignored and there is no paragraph filling. This is used by the - parser for file names and copyright text in HTML comments, for - example. - - 'structure' - Do only Texinfo source parsing and determination of the document - structure; there is no output. - - 'texinfosxml' - Output the document in TexinfoSXML representation, a syntax for - writing XML data using Lisp S-expressions. - - 'textcontent' - Output the text content only, stripped of commands; this is useful - for spell checking or word counting, for example. The trivial - 'detexinfo' script setting this is in the 'util' directory of the - Texinfo source as an example. It's one line: - - exec texi2any -c TEXINPUT_OUTPUT_FORMAT=textcontent "$@" - -  - File: texinfo.info, Node: HTML Customization Variables, Next: Other Customization Variables, Prev: Customization Variables and Options, Up: Customization Variables - - 20.6.3 HTML Customization Variables - ----------------------------------- - - This table gives the customization variables which apply to HTML output - only. A few other customization variable apply to both HTML and other - output formats; those are given in the next section. - - 'AVOID_MENU_REDUNDANCY' - For HTML. If set, and the menu entry and menu description are the - same, then do not print the menu description; default false. - - 'AFTER_BODY_OPEN' - For HTML. If set, the corresponding text will appear at the - beginning of each HTML file; default unset. - - 'AFTER_ABOUT' - For HTML, when an About-element is output. If set, the - corresponding text will appear at the end of the About element; - default unset. - - 'AFTER_OVERVIEW' - 'AFTER_TOC_LINES' - For HTML. If set, the corresponding text is output after the short - table of contents for 'AFTER_OVERVIEW' and after the table of - contents for 'AFTER_TOC_LINES'; otherwise, a default string is - used. At the time of writing, a '</div>' element is closed. - - In general, you should set 'BEFORE_OVERVIEW' if 'AFTER_OVERVIEW' is - set, and you should set 'BEFORE_TOC_LINES' if 'AFTER_TOC_LINES' is - set. - - 'BASEFILENAME_LENGTH' - For HTML. The maximum length of the base filenames; default 245. - Changing this would make cross-manual references to such long node - names invalid (*note HTML Xref Link Basics::). - - 'BEFORE_OVERVIEW' - 'BEFORE_TOC_LINES' - For HTML. If set, the corresponding text is output before the - short table of contents for 'BEFORE_OVERVIEW' and before the table - of contents for 'BEFORE_TOC_LINES', otherwise a default string is - used. At the time of writing, a '<div ...>' element is opened. - - In general you should set 'AFTER_OVERVIEW' if 'BEFORE_OVERVIEW' is - set, and you should set 'AFTER_TOC_LINES' if 'BEFORE_TOC_LINES' is - set. - - 'BIG_RULE' - For HTML. Rule used after and before the top element and before - special elements, but not for footers and headers; default '<hr>'. - - 'BODYTEXT' - For HTML, the text appearing in '<body>'. By default, sets the - HTML 'lang' attribute to the document language (*note - @documentlanguage::). - - 'CASE_INSENSITIVE_FILENAMES' - For HTML. Construct output file names as if the filesystem were - case insensitive (*note HTML Splitting::); default false. - - 'CHAPTER_HEADER_LEVEL' - For HTML. Header formatting level used for chapter level - sectioning commands; default '2'. - - 'CHECK_HTMLXREF' - For HTML. Check that manuals which are the target of external - cross-references (*note Four and Five Arguments::) are present in - 'htmlxref.cnf' (*note HTML Xref Configuration::); default false. - - 'COMPLEX_FORMAT_IN_TABLE' - For HTML. If set, use tables for indentation of complex formats; - default false. - - 'CSS_LINES' - For HTML. CSS output, automatically determined by default (*note - HTML CSS::). - - 'DATE_IN_HEADER' - For HTML. Put the document generation date in the header; off by - default. - - 'DEF_TABLE' - For HTML. If set, a '<table>' construction for '@deffn' and - similar @-commands is used (looking more like the TeX output), - instead of definition lists; default false. - - 'DEFAULT_RULE' - For HTML. Rule used between element, except before and after the - top element, and before special elements, and for footers and - headers; default '<hr>'. - - 'DO_ABOUT' - For HTML. If set to 0 never do an About special element; if set to - 1 always do an About special element; default 0. - - 'EXTERNAL_DIR' - For HTML. Base directory for external manuals; default none. It - is better to use the general external cross-reference mechanism - (*note HTML Xref Configuration::) than this variable. - - 'EXTRA_HEAD' - For HTML. Additional text appearing within '<head>'; default - unset. - - 'FOOTNOTE_END_HEADER_LEVEL' - For HTML. Header formatting level used for the footnotes header - with the 'end' footnotestyle; default '4'. *Note Footnote - Styles::. - - 'FOOTNOTE_SEPARATE_HEADER_LEVEL' - For HTML. Header formatting level used for the footnotes header - with the 'separate' footnotestyle; default '4'. *Note Footnote - Styles::. - - 'FRAMES' - For HTML. If set, a file describing the frame layout is generated, - together with a file with the short table of contents; default - false. - - 'FRAMESET_DOCTYPE' - For HTML. Same as DOCTYPE, but for the file containing the frame - description. - - 'HEADER_IN_TABLE' - For HTML. Use tables for header formatting rather than a simple - '<div>' element; default false. - - 'ICONS' - For HTML. Use icons for the navigation panel; default false. - - 'IMAGE_LINK_PREFIX' - For HTML. If set, the associated value is prepended to the image - file links; default unset. - - 'INLINE_CONTENTS' - For HTML. If set, output the contents where the '@contents' and - similar @-commands are located; default true. This is ignored if - '@set*contentsaftertitlepage' is set (*note Contents::). - - 'INLINE_CSS_STYLE' - For HTML. Put CSS directly in HTML elements rather than at the - beginning of the output; default false. - - 'KEEP_TOP_EXTERNAL_REF' - For HTML. If set, do not ignore 'Top' as the first argument for an - external ref to a manual, as is done by default. *Note Referring - to a Manual as a Whole::. - - 'L2H' - For HTML. If set, 'latex2html' is used to convert '@math' and - '@tex' sections; default false. Best used with '--iftex'. - - 'L2H_CLEAN' - (Relevant only if 'L2H' is set.) If set, the intermediate files - generated in relation with 'latex2html' are removed; default true. - - 'L2H_FILE' - (Relevant only if 'L2H' is set.) If set, the given file is used as - 'latex2html''s init file; default unset. - - 'L2H_HTML_VERSION' - (Relevant only if 'L2H' is set.) The HTML version used in the - 'latex2html' call; default unset. - - 'L2H_L2H' - (Relevant only if 'L2H' is set.) The program invoked as - 'latex2html'; default is 'latex2html'. - - 'L2H_SKIP' - (Relevant only if 'L2H' is set.) If set to a true value, the - actual call to 'latex2html' is skipped; previously generated - content is reused instead. If set to 0, the cache is not used at - all. If set to 'undef', the cache is used for as many TeX - fragments as possible and for any remaining the command is run. - The default is 'undef'. - - 'L2H_TMP' - (Relevant only if 'L2H' is set.) Set the directory used for - temporary files. None of the file name components in this - directory name may start with '.'; otherwise, 'latex2html' will - fail (because of 'dvips'). The default is the empty string, which - means the current directory. - - 'MAX_HEADER_LEVEL' - For HTML. Maximum header formatting level used (higher header - formatting level numbers correspond to lower sectioning levels); - default '4'. - - 'MENU_SYMBOL' - For HTML. Symbol used in front of menu entries when node names are - used for menu entries formatting; default '•'. - - 'MONOLITHIC' - For HTML. Output only one file including the table of contents. - Set by default, but only relevant when the output is not split. - - 'NO_CSS' - For HTML. Do not use CSS; default false. *Note HTML CSS::. - - 'NODE_FILE_EXTENSION' - For HTML. Extension for node files if 'NODE_FILENAMES' is set; - default 'html'. - - 'PRE_ABOUT' - For HTML, when an About element is output. If set to a text - string, this text will appear at the beginning of the About - element. If set to a reference on a subroutine, the result of the - subroutine call will appear at the beginning of the About element. - If not set (the default), default text is used. - - 'PRE_BODY_CLOSE' - For HTML. If set, the given text will appear at the footer of each - HTML file; default unset. - - 'PROGRAM_NAME_IN_FOOTER' - For HTML. If set, output the program name and miscellaneous - related information in the page footers; default false. - - 'SHORTEXTN' - For HTML. If set, use '.htm' as extension; default false. - - 'SHOW_TITLE' - For HTML. If set, output the title at the beginning of the - document; default true. - - 'SIMPLE_MENU' - For HTML. If set, use a simple preformatted style for the menu, - instead of breaking down the different parts of the menu; default - false. *Note Menu Parts::. - - 'TOC_LINKS' - For HTML. If set, links from headings to toc entries are created; - default false. - - 'TOP_FILE' - This file name may be used for the top-level file. The extension - is set appropriately, if necessary. This is used to override the - default, and is, in general, only taken into account when output is - split, and for HTML. - - 'TOP_NODE_FILE' - For HTML. File name used for the Top node, if 'NODE_FILENAMES' is - set; default is 'index'. - - 'TOP_NODE_FILE_TARGET' - For HTML. File name used for the Top node in cross-references; - default is 'index'. - - 'TOP_NODE_UP_URL' - For HTML. A url used for '(dir)' references; the default is - 'undef', meaning that the normal rules apply, typically leading to - a link to 'dir.html' from an implicit or explicit reference to - '(dir)' (*note HTML Xref::). For more about the Top node pointers, - *note First Node::. For overriding the Up pointer in other - formats, see 'TOP_NODE_UP' in *note Other Customization - Variables::. - - 'USE_ACCESSKEY' - For HTML. Use 'accesskey' in cross-references; default true. - - 'USE_ISO' - For HTML. Use entities for doubled single-quote characters (*note - Inserting Quotation Marks::), and '---' and '--' (*note - Conventions::); default true. - - 'USE_LINKS' - For HTML. Generate '<link>' elements in the HTML '<head>' output; - default true. - - 'USE_REL_REV' - For HTML. Use 'rel' in cross-references; default true. - - 'VERTICAL_HEAD_NAVIGATION' - For HTML. If set, a vertical navigation panel is used; default - false. - - 'WORDS_IN_PAGE' - For HTML, with output split at nodes. Specifies the approximate - minimum page length at which a navigation panel is placed at the - bottom of a page. To avoid ever having the navigation buttons at - the bottom of a page, set this to a sufficiently large number. The - default is 300. - - 'XREF_USE_FLOAT_LABEL' - For HTML. If set, for the float name in cross-references, use the - float label instead of the type followed by the float number (*note - @float::). The default is off. - - 'XREF_USE_NODE_NAME_ARG' - For HTML. Only relevant for cross-reference commands with no cross - reference name (second argument). If set to 1, use the node name - (first) argument in cross-reference @-commands for the text - displayed as the hyperlink. If set to 0, use the node name if - 'USE_NODES' is set, otherwise the section name. If set to 'undef', - use the first argument in preformatted environments, otherwise use - the node name or section name depending on 'USE_NODES'. The - default is 'undef'. - -  - File: texinfo.info, Node: Other Customization Variables, Prev: HTML Customization Variables, Up: Customization Variables - - 20.6.4 Other Customization Variables - ------------------------------------ - - This table gives the remaining customization variables, which apply to - multiple formats, or affect global behavior, or otherwise don't fit into - the categories of the previous sections. - - 'CLOSE_QUOTE_SYMBOL' - When a closing quote is needed, use this character; default - '’' in HTML, '’' in Docbook. The default for Info is - the same as 'OPEN_QUOTE_SYMBOL' (see below). - - 'CPP_LINE_DIRECTIVES' - Recognize '#line' directives in a "preprocessing" pass (*note - External Macro Processors::); on by default. - - 'DEBUG' - If set, debugging output is generated; default is off (zero). - - 'DOCTYPE' - For Docbook, HTML, XML. Specifies the 'SystemLiteral', the - entity's system identifier. This is a URI which may be used to - retrieve the entity, and identifies the canonical DTD for the - document. The default value is different for each of HTML, Docbook - and Texinfo XML. - - 'DUMP_TEXI' - For debugging. If set, no conversion is done, only parsing and - macro expansion. If the option '--macro-expand' is set, the - Texinfo source is also expanded to the corresponding file. Default - false. - - 'DUMP_TREE' - For debugging. If set, the tree constructed upon parsing a Texinfo - document is output to standard error; default false. - - 'ENABLE_ENCODING_USE_ENTITY' - For HTML, XML. If '--enable-encoding' is set, and there is an - entity corresponding with the letter or the symbol being output, - prefer the entity. Set by default for HTML, but not XML. - - 'EXTERNAL_CROSSREF_SPLIT' - For cross-references to other manuals, this determines if the other - manual is considered to be split or monolithic. By default, it is - set based on the value of 'SPLIT'. *Note HTML Xref::, and *note - HTML Xref Configuration::. - - 'EXTENSION' - The extension added to the output file name. The default is - different for each output format. - - 'FIX_TEXINFO' - For "plain Texinfo" (see the 'PLAINTEXINFO' item). If set to - false, the resulting Texinfo does not have all errors corrected, - such as missing '@end'; default true. This variable is only - relevant when expanding Texinfo; other converters always try to - output something sane even if the input is erroneous. - - 'IGNORE_BEFORE_SETFILENAME' - If set, begin outputting at '@setfilename', if '@setfilename' is - present; default true. - - 'IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME' - If set, spaces are ignored after an @-command that takes braces. - Default true, matching the TeX behavior. - - 'INDEX_ENTRY_COLON' - Symbol used between the index entry and the associated node or - section; default ':'. - - 'INDEX_SPECIAL_CHARS_WARNING' - If set, warn about ':' in index entry, as it leads to invalid - entries in index menus in output Info files. For Info and - plaintext only. - - 'INFO_SPECIAL_CHARS_QUOTE' - If set, whenever there are problematic characters for Info output - in places such as node names or menu items, surround the part of - the construct where they appear with quoting characters, as - described in *note Info Format Specification::. *Note Node Line - Requirements::. - - 'INFO_SPECIAL_CHARS_WARNING' - If set, warn about problematic constructs for Info output (such as - the string '::') in node names, menu items, and cross-references; - default true. Do not warn about index entries, since parsing - problems there don't prevent navigation; readers can still - relatively easily find their way to the node in question. - - 'INLINE_INSERTCOPYING' - If set, '@insertcopying' is replaced by the '@copying' content - (*note @copying::) as if '@insertcopying' were a user-defined - macro; default false. - - 'INPUT_ENCODING_NAME' - Normalized encoding name suitable for output. Should be a usable - charset name in HTML, typically one of the preferred IANA encoding - names. You should not need to use this variable, since it is set - by '@documentencoding' (*note @documentencoding::). - - 'INPUT_PERL_ENCODING' - Perl encoding used to process the Texinfo source. You should not - need to use that variable, since it is set by '@documentencoding' - (*note @documentencoding::). - - 'MAX_MACRO_CALL_NESTING' - The maximal number of recursive calls of @-commands defined through - '@rmacro'; default 100000. The purpose of this variable is to - avoid infinite recursions. - - 'MENU_ENTRY_COLON' - Symbol used between the menu entry and the description; default - ':'. - - 'NO_USE_SETFILENAME' - If set, do not use '@setfilename' to set the document name; - instead, base the output document name only on the input file name. - The default is false. - - 'NODE_FILENAMES' - If set, node names are used to construct file names. By default, - it is set if the output is split by node, or if 'NODE_FILES' is set - and the output is split in any way. - - 'NODE_NAME_IN_INDEX' - If set, use node names in index entries, otherwise prefer section - names; default true. - - 'NODE_NAME_IN_MENU' - If set, use node names in menu entries, otherwise prefer section - names; default true. - - 'OPEN_QUOTE_SYMBOL' - When an opening quote is needed, e.g., for '@samp' output, use the - specified character; default '‘' for HTML, '‘' for - Docbook. For Info, the default depends on the enabled document - encoding (*note @documentencoding::); if no document encoding is - set, or the encoding is US-ASCII, etc., ''' is used. This - character usually appears as an undirected single quote on modern - systems. If the document encoding is Unicode, the Info output uses - a Unicode left quote. - - 'OUTPUT_ENCODING_NAME' - Normalized encoding name used for output files. Should be a usable - charset name in HTML, typically one of the preferred IANA encoding - names. By default, if an input encoding is set (typically through - '@documentencoding' or 'INPUT_ENCODING_NAME'), this information is - used to set the output encoding name. If no input encoding is - specified, the default output encoding name may be set by the - output format. In particular, the XML-based formats use 'utf-8' - for 'OUTPUT_ENCODING_NAME' if the encoding is not otherwise - specified. *Note @documentencoding::. - - 'OVERVIEW_LINK_TO_TOC' - If set, the cross-references in the Overview link to the - corresponding Table of Contents entries; default true. - - 'PACKAGE' - 'PACKAGE_VERSION' - 'PACKAGE_AND_VERSION' - 'PACKAGE_URL' - 'PACKAGE_NAME' - The implementation's short package name, package version, package - name and version concatenated, package url, and full package name, - respectively. By default, these variables are all set through - Autoconf, Automake, and 'configure'. - - 'PREFIX' - The output file prefix, which is prepended to some output file - names. By default it is set by '@setfilename' or from the input - file (*note @setfilename::). How this value is used depends on the - value of other customization variables or command line options, - such as whether the output is split and 'NODE_FILENAMES'. The - default is unset. - - 'PROGRAM' - Name of the program used. By default, it is set to the name of the - program launched, with a trailing '.pl' removed. - - 'RENAMED_NODES_FILE' - If set, use the value for the renamed nodes description file. If - not set, the file is 'DOC_BASENAME-noderename.cnf'. *Note HTML - Xref Link Preservation::. - - 'RENAMED_NODES_REDIRECTIONS' - If set, create redirection files for renamed nodes. Set by default - when generating HTML. - - 'SHOW_MENU' - If set, Texinfo menus are output. By default, it is set unless - generating Docbook or if '--no-headers' is specified. - - 'SORT_ELEMENT_COUNT' - If set, the name of a file to which a list of elements (nodes or - sections, depending on the output format) is dumped, sorted by the - number of lines they contain after removal of @-commands; default - unset. This is used by the program 'texi-elements-by-size' in the - 'util/' directory of the Texinfo source distribution (*note - texi-elements-by-size::). - - 'SORT_ELEMENT_COUNT_WORDS' - When dumping the elements-by-size file (see preceding item), use - word counts instead of line counts; default false. - - 'TEST' - If set to true, some variables which are normally dynamically - generated anew for each run (date, program name, version) are set - to fixed and given values. This is useful to compare the output to - a reference file, as is done for the tests. The default is false. - - 'TEXI2DVI' - Name of the command used to produce PostScript, PDF, and DVI; - default 'texi2dvi'. *Note texi2any Printed Output::. - - 'TEXI2HTML' - Generate HTML and try to be as compatible as possible with - 'texi2html'; default false. - - 'TEXINFO_DTD_VERSION' - For XML. Version of the DTD used in the XML output preamble. The - default is set based on a variable in 'configure.ac'. - - 'TEXTCONTENT_COMMENT' - For stripped text content output (i.e., when - 'TEXINFO_OUTPUT_FORMAT' is set to 'textcontent'). If set, also - output comments. Default false. - - 'TOP_NODE_UP' - Up node for the Top node; default '(dir)'. For overriding the url - in HTML output, see 'TOP_NODE_UP_URL' in *note HTML Customization - Variables::. - - 'TREE_TRANSFORMATIONS' - The associated value is a comma separated list of transformations - that can be applied to the Texinfo tree prior to outputting the - result. If more than one is specified, the ordering is irrelevant; - each is always applied at the necessary point during processing. - - The only one executed by default is - 'move_index_entries_after_items' for HTML and Docbook output. - Here's an example of updating the master menu in a document: - - makeinfo \ - -c TREE_TRANSFORMATIONS=regenerate_master_menu \ - -c PLAINTEXINFO=1 \ - mydoc.texi \ - -o /tmp/out - - (Caveat: Since 'PLAINTEXINFO' output does expand Texinfo macros and - conditionals, it's necessary to remove any such differences before - installing the updates in the original document. This will be - remedied in a future release.) - - The following transformations are currently supported (many are - used in the 'pod2texi' utility distributed with Texinfo; *note - Invoking pod2texi::): - - 'complete_tree_nodes_menus' - Add menu entries or whole menus for nodes associated with - sections of any level, based on the sectioning tree. - - 'fill_gaps_in_sectioning' - Adds empty '@unnumbered...' sections in a tree to fill gaps in - sectioning. For example, an '@unnumberedsec' will be inserted - if a '@chapter' is followed by a '@subsection'. - - 'insert_nodes_for_sectioning_commands' - Insert nodes for sectioning commands lacking a corresponding - node. - - 'move_index_entries_after_items' - In '@enumerate' and '@itemize', move index entries appearing - just before an '@item' to just after the '@item'. Comment - lines between index entries are moved too. As mentioned, this - is always done for HTML and Docbook output. - - 'regenerate_master_menu' - Update the Top node master menu, either replacing the (first) - '@detailmenu' in the Top node menu, or creating it at the end - of the Top node menu. - - 'simple_menu' - Mostly the same as 'SIMPLE_MENU': use a simple preformatted - style for the menu. It differs from setting 'SIMPLE_MENU' in - that 'SIMPLE_MENU' only has an effect in HTML output. - - 'USE_NODES' - Preferentially use nodes to decide where elements are separated. - If set to false, preferentially use sectioning to decide where - elements are separated. The default is true. - - 'USE_NODE_TARGET' - If set, use the node associated with a section for the section - target in cross-references; default true. - - 'USE_NUMERIC_ENTITY' - For HTML and XML. If set, use numeric entities instead of ASCII - characters when there is no named entity. By default, set to true - for HTML. - - 'USE_UP_NODE_FOR_ELEMENT_UP' - Fill in up sectioning direction with node direction when there is - no sectioning up direction. In practice this can only happen when - there is no @top section. Not set by default. - - 'USE_SETFILENAME_EXTENSION' - Default is on for Info, off for other output. If set, use exactly - what '@setfilename' gives for the output file name, including the - extension. You should not need to explicitly set this variable. - - 'USE_TITLEPAGE_FOR_TITLE' - Use the full '@titlepage' as the title, not a simple title string; - default false. - - 'USE_UNIDECODE' - If set to false, do not use the 'Text::Unidecode' Perl module to - transliterate more characters; default true. - -  - File: texinfo.info, Node: Internationalization of Document Strings, Next: Invoking pod2texi, Prev: Customization Variables, Up: Generic Translator texi2any - - 20.7 Internationalization of Document Strings - ============================================= - - 'texi2any' writes fixed strings into the output document at various - places: cross-references, page footers, the help page, alternate text - for images, and so on. The string chosen depends on the value of the - 'documentlanguage' at the time of the string being output (*note - @documentlanguage::, for the Texinfo command interface). - - The Gettext framework is used for those strings (*note - (gettext)Top::). The 'libintl-perl' package is used as the 'gettext' - implementation; more specifically, the pure Perl implementation is used, - so Texinfo can support consistent behavior across all platforms and - installations, which would not otherwise be possible. 'libintl-perl' is - included in the Texinfo distribution and always installed, to ensure - that it is available if needed. It is also possible to use the system - 'gettext' (the choice can be made at build-time). - - The Gettext domain 'texinfo_document' is used for the strings. - Translated strings are written as Texinfo, and may include @-commands. - In translated strings, the varying parts of the string are not usually - denoted by '%s' and the like, but by '{arg_name}'. (This convention is - common for 'gettext' in Perl and is fully supported in GNU Gettext; - *note Perl Format Strings: (gettext)perl-format.) For example, in the - following, '{section}' will be replaced by the section name: - - see {section} - - These Perl-style brace format strings are used for two reasons: - first, changing the order of 'printf' arguments is only available since - Perl 5.8.0; second, and more importantly, the order of arguments is - unpredictable, since @-command expansion may lead to different orders - depending on the output format. - - The expansion of a translation string is done like this: - - 1. First, the string is translated. The locale is - @DOCUMENTLANGUAGE'.'@DOCUMENTENCODING. - - If the @DOCUMENTLANGUAGE has the form 'll_CC', that is tried first, - and then just 'll'. If that does not exist, and the encoding is - not 'us-ascii', then 'us-ascii' is tried. - - The idea is that if there is a 'us-ascii' encoding, it means that - all the characters in the charset may be expressed as @-commands. - For example, there is a 'fr.us-ascii' locale that can accommodate - any encoding, since all the Latin 1 characters have associated - @-commands. On the other hand, Japanese has only a translation - 'ja.utf-8', since there are no @-commands for Japanese characters. - - 2. Next, the string is expanded as Texinfo, and converted. The - arguments are substituted; for example, '{arg_name}' is replaced by - the corresponding actual argument. - - In the following example, '{date}', '{program_homepage}' and - '{program}' are the arguments of the string. Since they are used in - '@uref', their order is not predictable. '{date}', '{program_homepage}' - and '{program}' are substituted after the expansion: - - Generated on @emph{{date}} using - @uref{{program_homepage}, @emph{{program}}}. - - This approach is admittedly a bit complicated. Its usefulness is - that it supports having translations available in different encodings - for encodings which can be covered by @-commands, and also specifying - how the formatting for some commands is done, independently of the - output format--yet still be language-dependent. For example, the - '@pxref' translation string can be like this: - - see {node_file_href} section `{section}\' in @cite{{book}} - - which allows for specifying a string independently of the output format, - while nevertheless with rich formatting it may be translated - appropriately in many languages. - -  - File: texinfo.info, Node: Invoking pod2texi, Next: texi2html, Prev: Internationalization of Document Strings, Up: Generic Translator texi2any - - 20.8 Invoking 'pod2texi': Convert POD to Texinfo - ================================================ - - The 'pod2texi' program translates Perl pod documentation file(s) to - Texinfo. There are two basic modes of operation: generating a - standalone manual from each input pod, or (if '--base-level=1' or higher - is given) generating Texinfo subfiles suitable for use with '@include'. - - Although ordinarily this documentation in the Texinfo manual would be - the best place to look, in this case we have documented all the options - and examples in the 'pod2texi' program itself, since it may be useful - outside of the rest of Texinfo. Thus, please see the output of - 'pod2texi --help', the version on the web at - <http://www.gnu.org/software/texinfo/manual/pod2texi.html>, etc. - - For an example of using 'pod2texi' to make Texinfo out of the Perl - documentation itself, see 'contrib/perldoc-all' - (http://svn.savannah.gnu.org/viewvc/trunk/contrib/perldoc-all/?root=texinfo) - in the Texinfo source distribution (the output is available at - <http://www.gnu.org/software/perl/manual>). - -  - File: texinfo.info, Node: texi2html, Prev: Invoking pod2texi, Up: Generic Translator texi2any - - 20.9 'texi2html': Ancestor of 'texi2any' - ======================================== - - Conceptually, the 'texi2html' program is the parent of today's - 'texi2any' program. 'texi2html' was developed independently, originally - by Lionel Cons in 1998; at the time, 'makeinfo' could not generate HTML. - Many other people contributed to 'texi2html' over the years. - - The present 'texi2any' uses little of the actual code of 'texi2html', - and has quite a different basic approach to the implementation (namely, - parsing the Texinfo document into a tree), but still, there is a family - resemblance. - - By design, 'texi2any' supports nearly all the features of 'texi2html' - in some way. However, we did not attempt to maintain strict - compatibility, so no 'texi2html' executable is installed by the Texinfo - package. An approximation can be run with an invocation like this - (available as 'util/texi2html' in the Texinfo source): - - texi2any --set-customization-variable TEXI2HTML=1 ... - - but, to emphasize, this is _not_ a drop-in replacement for the previous - 'texi2html'. Here are the biggest differences: - - * Most blatantly, the command line options of 'texi2html' are now - customization variables, for the most part. A table of approximate - equivalents is given below. - - * The program-level customization API is very different in - 'texi2any'. - - * Indices cannot be split. - - * Translated strings cannot be customized; we hope to introduce this - feature in 'texi2any' in the future. - - Aside from the last, we do not intend to reimplement these - differences. Therefore, the route forward for authors is alter manuals - and build processes as necessary to use the new features and methods of - 'texi2any'. The 'texi2html' maintainers (one of whom is the principal - author of 'texi2any') do not intend to make further releases. - - Here is the table showing 'texi2html' options and corresponding - 'texi2any' customization variables. - - '--toc-links' 'TOC_LINKS' - '--short-ext' 'SHORTEXTN' - '--prefix' 'PREFIX' - '--short-ref' 'SHORT_REF' - '--idx-sum' 'IDX_SUMMARY' - '--def-table' 'DEF_TABLE' - '--ignore-preamble-text' 'IGNORE_PREAMBLE_TEXT' - '--html-xref-prefix' 'EXTERNAL_DIR' - '--l2h' 'L2H' - '--l2h-l2h' 'L2H_L2H' - '--l2h-skip' 'L2H_SKIP' - '--l2h-tmp' 'L2H_TMP' - '--l2h-file' 'L2H_FILE' - '--l2h-clean' 'L2H_CLEAN' - '--use-nodes' 'USE_NODES' - '--monolithic' 'MONOLITHIC' - '--top-file' 'TOP_FILE' - '--toc-file' 'TOC_FILE' - '--frames' 'FRAMES' - '--menu' 'SHOW_MENU' - '--debug' 'DEBUG' - '--doctype' 'DOCTYPE' - '--frameset-doctype' 'FRAMESET_DOCTYPE' - '--test' 'TEST' - - Finally, any 'texi2html' users seeking more detailed information can - check the draft file 'doc/texi2oldapi.texi' in the Texinfo source - repository. It consists mainly of very rough notes, but may still be - useful to some. - -  - File: texinfo.info, Node: Creating and Installing Info Files, Next: Generating HTML, Prev: Generic Translator texi2any, Up: Top - - 21 Creating and Installing Info Files - ************************************* - - This chapter describes how to create and install Info files. *Note Info - Files::, for general information about the file format itself. - - * Menu: - - * Creating an Info File:: - * Installing an Info File:: - -  - File: texinfo.info, Node: Creating an Info File, Next: Installing an Info File, Up: Creating and Installing Info Files - - 21.1 Creating an Info File - ========================== - - 'makeinfo' is a program that converts a Texinfo file into an Info file, - HTML file, or plain text. 'texinfo-format-region' and - 'texinfo-format-buffer' are GNU Emacs functions that convert Texinfo to - Info. - - For information on installing the Info file in the Info system, *note - Installing an Info File::. - - * Menu: - - * makeinfo Advantages:: 'makeinfo' provides better error checking. - * makeinfo in Emacs:: How to run 'makeinfo' from Emacs. - * texinfo-format commands:: Two Info formatting commands written - in Emacs Lisp are an alternative - to 'makeinfo'. - * Batch Formatting:: How to format for Info in Emacs batch mode. - * Tag and Split Files:: How tagged and split files help Info - to run better. - -  - File: texinfo.info, Node: makeinfo Advantages, Next: makeinfo in Emacs, Up: Creating an Info File - - 21.1.1 'makeinfo' Advantages - ---------------------------- - - The 'makeinfo' utility creates an Info file from a Texinfo source - providing better error messages than either of the Emacs formatting - commands. We recommend it. The 'makeinfo' program is independent of - Emacs. You can run 'makeinfo' in any of three ways: from an operating - system shell, from a shell inside Emacs, or by typing the 'C-c C-m C-r' - or the 'C-c C-m C-b' command in Texinfo mode in Emacs. - - The 'texinfo-format-region' and the 'texinfo-format-buffer' commands - may be useful if you cannot run 'makeinfo'. - -  - File: texinfo.info, Node: makeinfo in Emacs, Next: texinfo-format commands, Prev: makeinfo Advantages, Up: Creating an Info File - - 21.1.2 Running 'makeinfo' Within Emacs - -------------------------------------- - - You can run 'makeinfo' in GNU Emacs Texinfo mode by using either the - 'makeinfo-region' or the 'makeinfo-buffer' commands. In Texinfo mode, - the commands are bound to 'C-c C-m C-r' and 'C-c C-m C-b' by default. - - 'C-c C-m C-r' - 'M-x makeinfo-region' - Format the current region for Info. - - 'C-c C-m C-b' - 'M-x makeinfo-buffer' - Format the current buffer for Info. - - When you invoke 'makeinfo-region' the output goes to a temporary - buffer. When you invoke 'makeinfo-buffer' output goes to the file set - with '@setfilename' (*note @setfilename::). - - The Emacs 'makeinfo-region' and 'makeinfo-buffer' commands run the - 'makeinfo' program in a temporary shell buffer. If 'makeinfo' finds any - errors, Emacs displays the error messages in the temporary buffer. - - You can parse the error messages by typing 'C-x `' ('next-error'). - This causes Emacs to go to and position the cursor on the line in the - Texinfo source that 'makeinfo' thinks caused the error. *Note Running - 'make' or Compilers Generally: (emacs)Compilation, for more information - about using the 'next-error' command. - - In addition, you can kill the shell in which the 'makeinfo' command - is running or make the shell buffer display its most recent output. - - 'C-c C-m C-k' - 'M-x makeinfo-kill-job' - Kill the current running 'makeinfo' job (from 'makeinfo-region' or - 'makeinfo-buffer'). - - 'C-c C-m C-l' - 'M-x makeinfo-recenter-output-buffer' - Redisplay the 'makeinfo' shell buffer to display its most recent - output. - - (Note that the parallel commands for killing and recentering a TeX job - are 'C-c C-t C-k' and 'C-c C-t C-l'. *Note Texinfo Mode Printing::.) - - You can specify options for 'makeinfo' by setting the - 'makeinfo-options' variable with either the 'M-x customize' or the 'M-x - set-variable' command, or by setting the variable in your '.emacs' - initialization file. - - For example, you could write the following in your '.emacs' file: - - (setq makeinfo-options - "--paragraph-indent=0 --no-split - --fill-column=70 --verbose") - - For more information, see - *note Easy Customization Interface: (emacs)Easy Customization, - *note Examining and Setting Variables: (emacs)Examining, - *note (emacs)Init File::, and - *note makeinfo Options::. - -  - File: texinfo.info, Node: texinfo-format commands, Next: Batch Formatting, Prev: makeinfo in Emacs, Up: Creating an Info File - - 21.1.3 The 'texinfo-format...' Commands - --------------------------------------- - - In GNU Emacs in Texinfo mode, you can format part or all of a Texinfo - file with the 'texinfo-format-region' command. This formats the current - region and displays the formatted text in a temporary buffer called - '*Info Region*'. - - Similarly, you can format a buffer with the 'texinfo-format-buffer' - command. This command creates a new buffer and generates the Info file - in it. Typing 'C-x C-s' will save the Info file under the name - specified by the '@setfilename' line which must be near the beginning of - the Texinfo file. - - 'C-c C-e C-r' - 'texinfo-format-region' - Format the current region for Info. - - 'C-c C-e C-b' - 'texinfo-format-buffer' - Format the current buffer for Info. - - The 'texinfo-format-region' and 'texinfo-format-buffer' commands - provide you with some error checking, and other functions can provide - you with further help in finding formatting errors. These procedures - are described in an appendix; see *note Catching Mistakes::. However, - the 'makeinfo' program provides better error checking (*note makeinfo in - Emacs::). - - A peculiarity of the 'texinfo-format-buffer' and - 'texinfo-format-region' commands is that they do not indent (nor fill) - paragraphs that contain '@w' or '@*' commands. - -  - File: texinfo.info, Node: Batch Formatting, Next: Tag and Split Files, Prev: texinfo-format commands, Up: Creating an Info File - - 21.1.4 Batch Formatting - ----------------------- - - You can format Texinfo files for Info using 'batch-texinfo-format' and - Emacs batch mode. You can run Emacs in batch mode from any shell, - including a shell inside of Emacs. (*Note (emacs)Initial Options::.) - - Here is a shell command to format all the files that end in - '.texinfo' in the current directory: - - emacs -batch -funcall batch-texinfo-format *.texinfo - - Emacs processes all the files listed on the command line, even if an - error occurs while attempting to format some of them. - - Run 'batch-texinfo-format' only with Emacs in batch mode as shown; it - is not interactive. It kills the batch mode Emacs on completion. - - 'batch-texinfo-format' is convenient if you lack 'makeinfo' and want - to format several Texinfo files at once. When you use Batch mode, you - create a new Emacs process. This frees your current Emacs, so you can - continue working in it. (When you run 'texinfo-format-region' or - 'texinfo-format-buffer', you cannot use that Emacs for anything else - until the command finishes.) - -  - File: texinfo.info, Node: Tag and Split Files, Prev: Batch Formatting, Up: Creating an Info File - - 21.1.5 Tag Files and Split Files - -------------------------------- - - If a Texinfo file has more than 30,000 bytes, 'texinfo-format-buffer' - automatically creates a tag table for its Info file; 'makeinfo' always - creates a tag table. With a "tag table", Info can jump to new nodes - more quickly than it can otherwise. - - In addition, if the Texinfo file contains more than about 300,000 - bytes, 'texinfo-format-buffer' and 'makeinfo' split the large Info file - into shorter "indirect" subfiles of about 300,000 bytes each. Big files - are split into smaller files so that Emacs does not need to make a large - buffer to hold the whole of a large Info file; instead, Emacs allocates - just enough memory for the small, split-off file that is needed at the - time. This way, Emacs avoids wasting memory when you run Info. (Before - splitting was implemented, Info files were always kept short and - "include files" were designed as a way to create a single, large printed - manual out of the smaller Info files. *Note Include Files::, for more - information. Include files are still used for very large documents, - such as 'The Emacs Lisp Reference Manual', in which each chapter is a - separate file.) - - When a file is split, Info itself makes use of a shortened version of - the original file that contains just the tag table and references to the - files that were split off. The split-off files are called "indirect" - files. - - The split-off files have names that are created by appending '-1', - '-2', '-3' and so on to the file name specified by the '@setfilename' - command. The shortened version of the original file continues to have - the name specified by '@setfilename'. - - At one stage in writing this document, for example, the Info file was - saved as the file 'test-texinfo' and that file looked like this: - - Info file: test-texinfo, -*-Text-*- - produced by texinfo-format-buffer - from file: new-texinfo-manual.texinfo - - ^_ - Indirect: - test-texinfo-1: 102 - test-texinfo-2: 50422 - test-texinfo-3: 101300 - ^_^L - Tag table: - (Indirect) - Node: overview^?104 - Node: info file^?1271 - Node: printed manual^?4853 - Node: conventions^?6855 - ... - - (But 'test-texinfo' had far more nodes than are shown here.) Each of - the split-off, indirect files, 'test-texinfo-1', 'test-texinfo-2', and - 'test-texinfo-3', is listed in this file after the line that says - 'Indirect:'. The tag table is listed after the line that says 'Tag - table:'. - - In the list of indirect files, the number following the file name - records the cumulative number of bytes in the preceding indirect files, - not counting the file list itself, the tag table, or any permissions - text in the first file. In the tag table, the number following the node - name records the location of the beginning of the node, in bytes from - the beginning of the (unsplit) output. - - If you are using 'texinfo-format-buffer' to create Info files, you - may want to run the 'Info-validate' command. (The 'makeinfo' command - does such a good job on its own, you do not need 'Info-validate'.) - However, you cannot run the 'M-x Info-validate' node-checking command on - indirect files. For information on how to prevent files from being - split and how to validate the structure of the nodes, see *note Using - Info-validate::. - -  - File: texinfo.info, Node: Installing an Info File, Prev: Creating an Info File, Up: Creating and Installing Info Files - - 21.2 Installing an Info File - ============================ - - Info files are usually kept in the 'info' directory. You can read Info - files using the standalone Info program or the Info reader built into - Emacs. (*Note (info)Top::, for an introduction to Info.) - - * Menu: - - * Directory File:: The top level menu for all Info files. - * New Info File:: Listing a new Info file. - * Other Info Directories:: How to specify Info files that are - located in other directories. - * Installing Dir Entries:: How to specify what menu entry to add - to the Info directory. - * Invoking install-info:: 'install-info' options. - -  - File: texinfo.info, Node: Directory File, Next: New Info File, Up: Installing an Info File - - 21.2.1 The Directory File 'dir' - ------------------------------- - - For Info to work, the 'info' directory must contain a file that serves - as a top level directory for the Info system. By convention, this file - is called 'dir'. (You can find the location of this file within Emacs - by typing 'C-h i' to enter Info and then typing 'C-x C-f' to see the - pathname to the 'info' directory.) - - The 'dir' file is itself an Info file. It contains the top level - menu for all the Info files in the system. The menu looks like this: - - * Menu: - * Info: (info). Documentation browsing system. - * Emacs: (emacs). The extensible, self-documenting - text editor. - * Texinfo: (texinfo). With one source file, make - either a printed manual using - @TeX{} or an Info file. - ... - - Each of these menu entries points to the 'Top' node of the Info file - that is named in parentheses. (The menu entry does not need to specify - the 'Top' node, since Info goes to the 'Top' node if no node name is - mentioned. *Note Nodes in Other Info Files: Other Info Files.) - - Thus, the 'Info' entry points to the 'Top' node of the 'info' file - and the 'Emacs' entry points to the 'Top' node of the 'emacs' file. - - In each of the Info files, the 'Up' pointer of the 'Top' node refers - back to the 'dir' file. For example, the line for the 'Top' node of the - Emacs manual looks like this in Info: - - File: emacs Node: Top, Up: (DIR), Next: Distrib - - In this case, the 'dir' file name is written in uppercase letters--it - can be written in either upper- or lowercase. This is not true in - general, it is a special case for 'dir'. - -  - File: texinfo.info, Node: New Info File, Next: Other Info Directories, Prev: Directory File, Up: Installing an Info File - - 21.2.2 Listing a New Info File - ------------------------------ - - To add a new Info file to your system, you must write a menu entry to - add to the menu in the 'dir' file in the 'info' directory. For example, - if you were adding documentation for GDB, you would write the following - new entry: - - * GDB: (gdb). The source-level C debugger. - - The first part of the menu entry is the menu entry name, followed by a - colon. The second part is the name of the Info file, in parentheses, - followed by a period. The third part is the description. - - The name of an Info file often has a '.info' extension. Thus, the - Info file for GDB might be called either 'gdb' or 'gdb.info'. The Info - reader programs automatically try the file name both with and without - '.info'(1); so it is better to avoid clutter and not to write '.info' - explicitly in the menu entry. For example, the GDB menu entry should - use just 'gdb' for the file name, not 'gdb.info'. - - ---------- Footnotes ---------- - - (1) On MS-DOS/MS-Windows systems, Info will try the '.inf' extension - as well. - -  - File: texinfo.info, Node: Other Info Directories, Next: Installing Dir Entries, Prev: New Info File, Up: Installing an Info File - - 21.2.3 Info Files in Other Directories - -------------------------------------- - - If an Info file is not in the 'info' directory, there are three ways to - specify its location: - - 1. Write the pathname in the 'dir' file as the second part of the - menu. - - 2. Specify the Info directory name in the 'INFOPATH' environment - variable in your '.profile' or '.cshrc' initialization file. (Only - you and others who set this environment variable will be able to - find Info files whose location is specified this way.) - - 3. If you are using Emacs, list the name of the file in a second 'dir' - file, in its directory; and then add the name of that directory to - the 'Info-directory-list' variable in your personal or site - initialization file. - - This variable tells Emacs where to look for 'dir' files (the files - must be named 'dir'). Emacs merges the files named 'dir' from each - of the listed directories. (In Emacs version 18, you can set the - 'Info-directory' variable to the name of only one directory.) - - For example, to reach a test file in the '/home/bob/info' directory, - you could add an entry like this to the menu in the standard 'dir' file: - - * Test: (/home/bob/info/info-test). Bob's own test file. - - In this case, the absolute file name of the 'info-test' file is written - as the second part of the menu entry. - - If you don't want to edit the system 'dir' file, you can tell Info - where to look by setting the 'INFOPATH' environment variable in your - shell startup file. This works with both the Emacs and standalone Info - readers. - - Specifically, if you use a Bourne-compatible shell such as 'sh' or - 'bash' for your shell command interpreter, you set the 'INFOPATH' - environment variable in the '.profile' initialization file; but if you - use 'csh' or 'tcsh', you set the variable in the '.cshrc' initialization - file. On MS-DOS/MS-Windows systems, you must set 'INFOPATH' in your - 'autoexec.bat' file or in the registry. Each type of shell uses a - different syntax. - - * In a '.cshrc' file, you could set the 'INFOPATH' variable as - follows: - - setenv INFOPATH .:~/info:/usr/local/emacs/info - - * In a '.profile' file, you would achieve the same effect by writing: - - INFOPATH=.:$HOME/info:/usr/local/emacs/info - export INFOPATH - - * In a 'autoexec.bat' file, you write this command (note the use of - ';' as the directory separator, and a different syntax for using - values of other environment variables): - - set INFOPATH=.;%HOME%/info;c:/usr/local/emacs/info - - The '.' indicates the current directory as usual. Emacs uses the - 'INFOPATH' environment variable to initialize the value of Emacs's own - 'Info-directory-list' variable. The standalone Info reader merges any - files named 'dir' in any directory listed in the 'INFOPATH' variable - into a single menu presented to you in the node called '(dir)Top'. - - However you set 'INFOPATH', if its last character is a colon (on - MS-DOS/MS-Windows systems, use a semicolon instead), this is replaced by - the default (compiled-in) path. This gives you a way to augment the - default path with new directories without having to list all the - standard places. For example (using 'sh' syntax): - - INFOPATH=/home/bob/info: - export INFOPATH - - will search '/home/bob/info' first, then the standard directories. - Leading or doubled colons are not treated specially. - - When you create your own 'dir' file for use with - 'Info-directory-list' or 'INFOPATH', it's easiest to start by copying an - existing 'dir' file and replace all the text after the '* Menu:' with - your desired entries. That way, the punctuation and special 'CTRL-_' - characters that Info needs will be present. - - As one final alternative, which works only with Emacs Info, you can - change the 'Info-directory-list' variable. For example: - - (add-hook 'Info-mode-hook '(lambda () - (add-to-list 'Info-directory-list - (expand-file-name "~/info")))) - -  - File: texinfo.info, Node: Installing Dir Entries, Next: Invoking install-info, Prev: Other Info Directories, Up: Installing an Info File - - 21.2.4 Installing Info Directory Files - -------------------------------------- - - When you install an Info file onto your system, you can use the program - 'install-info' to update the Info directory file 'dir'. Normally the - makefile for the package runs 'install-info', just after copying the - Info file into its proper installed location. - - In order for the Info file to work with 'install-info', you include - the commands '@dircategory' and '@direntry'...'@end direntry' in the - Texinfo source file. Use '@direntry' to specify the menu entries to add - to the Info directory file, and use '@dircategory' to specify which part - of the Info directory to put it in. Here is how these commands are used - in this manual: - - @dircategory Texinfo documentation system - @direntry - * Texinfo: (texinfo). The GNU documentation format. - * install-info: (texinfo)Invoking install-info. ... - ... - @end direntry - - Here's what this produces in the Info file: - - INFO-DIR-SECTION Texinfo documentation system - START-INFO-DIR-ENTRY - * Texinfo: (texinfo). The GNU documentation format. - * install-info: (texinfo)Invoking install-info. ... - ... - END-INFO-DIR-ENTRY - - The 'install-info' program sees these lines in the Info file, and that - is how it knows what to do. - - Always use the '@direntry' and '@dircategory' commands near the - beginning of the Texinfo input, before the first '@node' command. If - you use them later on in the input, 'install-info' will not notice them. - - 'install-info' will automatically reformat the description of the - menu entries it is adding. As a matter of convention, the description - of the main entry (above, 'The GNU documentation format') should start - at column 32, starting at zero (as in 'what-cursor-position' in Emacs). - This will make it align with most others. Description for individual - utilities best start in column 48, where possible. For more information - about formatting see the '--calign', '--align', and '--max-width' - options in *note Invoking install-info::. - - If you use '@dircategory' more than once in the Texinfo source, each - usage specifies the 'current' category; any subsequent '@direntry' - commands will add to that category. - - When choosing a category name for the '@dircategory' command, we - recommend consulting the Free Software Directory - (http://www.gnu.org/directory). If your program is not listed there, or - listed incorrectly or incompletely, please report the situation to the - directory maintainers (<http://directory.fsf.org>) so that the category - names can be kept in sync. - - Here are a few examples (see the 'util/dir-example' file in the - Texinfo distribution for large sample 'dir' file): - - Emacs - Localization - Printing - Software development - Software libraries - Text creation and manipulation - - Each 'Invoking' node for every program installed should have a - corresponding '@direntry'. This lets users easily find the - documentation for the different programs they can run, as with the - traditional 'man' system. - -  - File: texinfo.info, Node: Invoking install-info, Prev: Installing Dir Entries, Up: Installing an Info File - - 21.2.5 Invoking 'install-info' - ------------------------------ - - 'install-info' inserts menu entries from an Info file into the top-level - 'dir' file in the Info system (see the previous sections for an - explanation of how the 'dir' file works). 'install-info' also removes - menu entries from the 'dir' file. It's most often run as part of - software installation, or when constructing a 'dir' file for all manuals - on a system. Synopsis: - - install-info [OPTION...] [INFO-FILE [DIR-FILE]] - - If INFO-FILE or DIR-FILE are not specified, the options (described - below) that define them must be. There are no compile-time defaults, - and standard input is never used. 'install-info' can read only one Info - file and write only one 'dir' file per invocation. - - If DIR-FILE (however specified) does not exist, 'install-info' - creates it if possible (with no entries). - - If any input file is compressed with 'gzip' (*note (gzip)Top::), - 'install-info' automatically uncompresses it for reading. And if - DIR-FILE is compressed, 'install-info' also automatically leaves it - compressed after writing any changes. If DIR-FILE itself does not - exist, 'install-info' tries to open 'DIR-FILE.gz', 'DIR-FILE.xz', - 'DIR-FILE.bz2', 'DIR-FILE.lz', and 'DIR-FILE.lzma', in that order. - - Options: - - '--add-once' - Specifies that the entry or entries will only be put into a single - section. - - '--align=COLUMN' - Specifies the column that the second and subsequent lines of menu - entry's description will be formatted to begin at. The default for - this option is '35'. It is used in conjunction with the - '--max-width' option. COLUMN starts counting at 1. - - '--append-new-sections' - Instead of alphabetizing new sections, place them at the end of the - DIR file. - - '--calign=COLUMN' - Specifies the column that the first line of menu entry's - description will be formatted to begin at. The default for this - option is '33'. It is used in conjunction with the '--max-width' - option. When the name of the menu entry exceeds this column, - entry's description will start on the following line. COLUMN - starts counting at 1. - - '--debug' - Report what is being done. - - '--delete' - Delete the entries in INFO-FILE from DIR-FILE. The file name in - the entry in DIR-FILE must be INFO-FILE (except for an optional - '.info' in either one). Don't insert any new entries. Any empty - sections that result from the removal are also removed. - - '--description=TEXT' - Specify the explanatory portion of the menu entry. If you don't - specify a description (either via '--entry', '--item' or this - option), the description is taken from the Info file itself. - - '--dir-file=NAME' - Specify file name of the Info directory file. This is equivalent - to using the DIR-FILE argument. - - '--dry-run' - Same as '--test'. - - '--entry=TEXT' - Insert TEXT as an Info directory entry; TEXT should have the form - of an Info menu item line plus zero or more extra lines starting - with whitespace. If you specify more than one entry, they are all - added. If you don't specify any entries, they are determined from - information in the Info file itself. - - '--help' - Display a usage message with basic usage and all available options, - then exit successfully. - - '--info-file=FILE' - Specify Info file to install in the directory. This is equivalent - to using the INFO-FILE argument. - - '--info-dir=DIR' - Specify the directory where the directory file 'dir' resides. - Equivalent to '--dir-file=DIR/dir'. - - '--infodir=DIR' - Same as '--info-dir'. - - '--item=TEXT' - Same as '--entry=TEXT'. An Info directory entry is actually a menu - item. - - '--keep-old' - Do not replace pre-existing menu entries. When '--remove' is - specified, this option means that empty sections are not removed. - - '--max-width=COLUMN' - Specifies the column that the menu entry's description will be - word-wrapped at. COLUMN starts counting at 1. - - '--maxwidth=COLUMN' - Same as '--max-width'. - - '--menuentry=TEXT' - Same as '--name'. - - '--name=TEXT' - Specify the name portion of the menu entry. If the TEXT does not - start with an asterisk '*', it is presumed to be the text after the - '*' and before the parentheses that specify the Info file. - Otherwise TEXT is taken verbatim, and is taken as defining the text - up to and including the first period (a space is appended if - necessary). If you don't specify the name (either via '--entry', - '--item' or this option), it is taken from the Info file itself. - If the Info does not contain the name, the basename of the Info - file is used. - - '--no-indent' - Suppress formatting of new entries into the 'dir' file. - - '--quiet' - '--silent' - Suppress warnings, etc., for silent operation. - - '--remove' - Same as '--delete'. - - '--remove-exactly' - Also like '--delete', but only entries if the Info file name - matches exactly; '.info' and/or '.gz' suffixes are _not_ ignored. - - '--section=SEC' - Put this file's entries in section SEC of the directory. If you - specify more than one section, all the entries are added in each of - the sections. If you don't specify any sections, they are - determined from information in the Info file itself. If the Info - file doesn't specify a section, the menu entries are put into the - Miscellaneous section. - - '--section REGEX SEC' - Same as '--regex=REGEX --section=SEC --add-once'. - - 'install-info' tries to detect when this alternate syntax is used, - but does not always guess correctly. Here is the heuristic that - 'install-info' uses: - 1. If the second argument to '--section' starts with a hyphen, - the original syntax is presumed. - - 2. If the second argument to '--section' is a file that can be - opened, the original syntax is presumed. - - 3. Otherwise the alternate syntax is used. - - When the heuristic fails because your section title starts with a - hyphen, or it happens to be a filename that can be opened, the - syntax should be changed to '--regex=REGEX --section=SEC - --add-once'. - - '--regex=REGEX' - Put this file's entries into any section that matches REGEX. If - more than one section matches, all of the entries are added in each - of the sections. Specify REGEX using basic regular expression - syntax, more or less as used with 'grep', for example. - - '--test' - Suppress updating of the directory file. - - '--version' - Display version information and exit successfully. - -  - File: texinfo.info, Node: Generating HTML, Next: @-Command Details, Prev: Creating and Installing Info Files, Up: Top - - 22 Generating HTML - ****************** - - 'makeinfo' generates Info output by default, but given the '--html' - option, it will generate HTML, for web browsers and other programs. - This chapter gives some details on such HTML output. - - 'makeinfo' has many user-definable customization variables with which - you can influence the HTML output. *Note Customization Variables::. - - 'makeinfo' can also produce output in XML and Docbook formats, but we - do not as yet describe these in detail. *Note Output Formats::, for a - brief overview of all the output formats. - - * Menu: - - * HTML Translation:: Details of the HTML output. - * HTML Splitting:: How HTML output is split. - * HTML CSS:: Influencing HTML output with Cascading Style Sheets. - * HTML Xref:: Cross-references in HTML output. - -  - File: texinfo.info, Node: HTML Translation, Next: HTML Splitting, Up: Generating HTML - - 22.1 HTML Translation - ===================== - - First, the HTML generated by 'makeinfo' is standard HTML 4. It also - tries to be compatible with earlier standards (e.g., HTML 2.0, - RFC-1866). Thus, please report output from an error-free run of - 'makeinfo' which has practical browser portability problems as a bug - (*note Reporting Bugs::). - - Some known exceptions to HTML 3.2 (using '--init-file=html32.pm' - produces strict HTML 3.2 output; *note Invoking texi2any::): - - 1. HTML 3.2 tables are generated for the '@multitable' command (*note - Multi-column Tables::), but they should degrade reasonably in - browsers without table support. - - 2. The HTML 4 'lang' attribute on the '<html>' attribute is used. - - 3. Entities that are not in the HTML 3.2 standard are also used. - - 4. CSS is used (*note HTML CSS::). - - 5. A few HTML 4 elements are used: 'thead', 'abbr', 'acronym'. - - To achieve maximum portability and accessibility among browsers (both - graphical and text-based), systems, and users, the HTML output is - intentionally quite plain and generic. It has always been our goal for - users to be able to customize the output to their wishes via CSS (*note - HTML CSS::) or other means (*note Customization Variables::). If you - cannot accomplish a reasonable customization, feel free to report that. - - However, we do not wish to depart from our basic goal of widest - readability for the core output. For example, using fancy CSS may make - it possible for the HTML output to more closely resemble the TeX output - in some details, but this result is not even close to being worth the - ensuing difficulties. - - It is also intentionally not our goal, and not even possible, to pass - through every conceivable validation test without any diagnostics. - Different validation tests have different goals, often about pedantic - enforcement of some standard or another. Our overriding goal is to help - users, not blindly comply with standards. - - To repeat what was said at the top: please report output from an - error-free run of 'makeinfo' which has _practical_ browser portability - problems as a bug (*note Reporting Bugs::). - - A few other general points about the HTML output follow. - - *Navigation bar:* By default, a navigation bar is inserted at the - start of each node, analogous to Info output. If the '--no-headers' - option is used, the navigation bar is only inserted at the beginning of - split files. Header '<link>' elements in split output can support - Info-like navigation with browsers like Lynx and Emacs W3 which - implement this HTML 1.0 feature. - - *Footnotes:* for HTML, when the footnote style is 'end', or if the - output is not split, footnotes are put at the end of the output. If the - footnoet style is set to 'separate', and the output is split, they are - placed in a separate file. *Note Footnote Styles::. - - *Raw HTML*: 'makeinfo' will include segments of Texinfo source - between '@ifhtml' and '@end ifhtml' in the HTML output (but not any of - the other conditionals, by default). Source between '@html' and '@end - html' is passed without change to the output (i.e., suppressing the - normal escaping of input '<', '>' and '&' characters which have special - significance in HTML). *Note Conditional Commands::. - -  - File: texinfo.info, Node: HTML Splitting, Next: HTML CSS, Prev: HTML Translation, Up: Generating HTML - - 22.2 HTML Splitting - =================== - - When splitting output at nodes (which is the default), 'makeinfo' writes - HTML output into (basically) one output file per Texinfo source '@node'. - - Each output file name is the node name with spaces replaced by '-''s - and special characters changed to '_' followed by their code point in - hex (*note HTML Xref::). This is to make it portable and easy to use as - a filename. In the unusual case of two different nodes having the same - name after this treatment, they are written consecutively to the same - file, with HTML anchors so each can be referred to independently. - - If 'makeinfo' is run on a system which does not distinguish case in - file names, nodes which are the same except for case (e.g., 'index' and - 'Index') will also be folded into the same output file with anchors. - You can also pretend to be on a case insensitive filesystem by setting - the customization variable 'CASE_INSENSITIVE_FILENAMES'. - - It is also possible to split at chapters or sections with '--split' - (*note Invoking texi2any::). In that case, the file names are - constructed after the name of the node associated with the relevant - sectioning command. Also, unless '--no-node-files' is specified, a - redirection file is output for every node in order to more reliably - support cross-references to that manual (*note HTML Xref::). - - When splitting, the HTML output files are written into a - subdirectory, with the name chosen as follows: - - 1. 'makeinfo' first tries the subdirectory with the base name from - '@setfilename' (that is, any extension is removed). For example, - HTML output for '@setfilename gcc.info' would be written into a - subdirectory named 'gcc/'. - - 2. If that directory cannot be created for any reason, then 'makeinfo' - tries appending '.html' to the directory name. For example, output - for '@setfilename texinfo' would be written to 'texinfo.html/'. - - 3. If the 'NAME.html' directory can't be created either, 'makeinfo' - gives up. - - In any case, the top-level output file within the directory is always - named 'index.html'. - - Monolithic output ('--no-split') is named according to '@setfilename' - (with any '.info' extension is replaced with '.html'), '--output' (the - argument is used literally), or based on the input file name as a last - resort (*note @setfilename::). - -  - File: texinfo.info, Node: HTML CSS, Next: HTML Xref, Prev: HTML Splitting, Up: Generating HTML - - 22.3 HTML CSS - ============= - - Cascading Style Sheets (CSS for short) is an Internet standard for - influencing the display of HTML documents: see - <http://www.w3.org/Style/CSS/>. - - By default, 'makeinfo' includes a few simple CSS commands to better - implement the appearance of some Texinfo environments. Here are two of - them, as an example: - - pre.display { font-family:inherit } - pre.smalldisplay { font-family:inherit; font-size:smaller } - - A full explanation of CSS is (far) beyond this manual; please see the - reference above. In brief, however, the above tells the web browser to - use a 'smaller' font size for '@smalldisplay' text, and to use the same - font as the main document for both '@smalldisplay' and '@display'. By - default, the HTML '<pre>' command uses a monospaced font. - - You can influence the CSS in the HTML output with two 'makeinfo' - options: '--css-include=FILE' and '--css-ref=URL'. - - The option '--css-ref=URL' adds to each output HTML file a '<link>' - tag referencing a CSS at the given URL. This allows using external - style sheets. You may find the file - 'texi2html/examples/texinfo-bright-colors.css' useful for visualizing - the CSS elements in Texinfo output. - - The option '--css-include=FILE' includes the contents FILE in the - HTML output, as you might expect. However, the details are somewhat - tricky, as described in the following, to provide maximum flexibility. - - The CSS file may begin with so-called '@import' directives, which - link to external CSS specifications for browsers to use when - interpreting the document. Again, a full description is beyond our - scope here, but we'll describe how they work syntactically, so we can - explain how 'makeinfo' handles them. - - There can be more than one '@import', but they have to come first in - the file, with only whitespace and comments interspersed, no normal - definitions. (Technical exception: a '@charset' directive may precede - the '@import''s. This does not alter 'makeinfo''s behavior, it just - copies the '@charset' if present.) Comments in CSS files are delimited - by '/* ... */', as in C. An '@import' directive must be in one of these - two forms: - - @import url(http://example.org/foo.css); - @import "http://example.net/bar.css"; - - As far as 'makeinfo' is concerned, the crucial characters are the '@' - at the beginning and the semicolon terminating the directive. When - reading the CSS file, it simply copies any such '@'-directive into the - output, as follows: - - * If FILE contains only normal CSS declarations, it is included after - 'makeinfo''s default CSS, thus overriding it. - - * If FILE begins with '@import' specifications (see below), then the - 'import''s are included first (they have to come first, according - to the standard), and then 'makeinfo''s default CSS is included. - If you need to override 'makeinfo''s defaults from an '@import', - you can do so with the '! important' CSS construct, as in: - pre.smallexample { font-size: inherit ! important } - - * If FILE contains both '@import' and inline CSS specifications, the - '@import''s are included first, then 'makeinfo''s defaults, and - lastly the inline CSS from FILE. - - * Any @-directive other than '@import' and '@charset' is treated as a - CSS declaration, meaning 'makeinfo' includes its default CSS and - then the rest of the file. - - If the CSS file is malformed or erroneous, 'makeinfo''s output is - unspecified. 'makeinfo' does not try to interpret the meaning of the - CSS file in any way; it just looks for the special '@' and ';' - characters and blindly copies the text into the output. Comments in the - CSS file may or may not be included in the output. - - In addition to the possibilities offered by CSS, 'makeinfo' has many - user-definable customization variables with which you can influence the - HTML output. *Note Customization Variables::. - -  - File: texinfo.info, Node: HTML Xref, Prev: HTML CSS, Up: Generating HTML - - 22.4 HTML Cross-references - ========================== - - Cross-references between Texinfo manuals in HTML format become, in the - end, a standard HTML '<a>' link, but the details are unfortunately - complex. This section describes the algorithm used in detail, so that - Texinfo can cooperate with other programs, such as 'texi2html', by - writing mutually compatible HTML files. - - This algorithm may or may not be used for links _within_ HTML output - for a Texinfo file. Since no issues of compatibility arise in such - cases, we do not need to specify this. - - We try to support references to such "external" manuals in both - monolithic and split forms. A "monolithic" (mono) manual is entirely - contained in one file, and a "split" manual has a file for each node. - (*Note HTML Splitting::.) - - The algorithm was primarily devised by Patrice Dumas in 2003-04. - - * Menu: - - * Link Basics: HTML Xref Link Basics. - * Node Expansion: HTML Xref Node Name Expansion. - * Command Expansion: HTML Xref Command Expansion. - * 8-bit Expansion: HTML Xref 8-bit Character Expansion. - * Mismatch: HTML Xref Mismatch. - * Configuration: HTML Xref Configuration. htmlxref.cnf. - * Preserving links: HTML Xref Link Preservation. MANUAL-noderename.cnf. - -  - File: texinfo.info, Node: HTML Xref Link Basics, Next: HTML Xref Node Name Expansion, Up: HTML Xref - - 22.4.1 HTML Cross-reference Link Basics - --------------------------------------- - - For our purposes, an HTML link consists of four components: a host name, - a directory part, a file part, and a target part. We always assume the - 'http' protocol. For example: - - http://HOST/DIR/FILE.html#TARGET - - The information to construct a link comes from the node name and - manual name in the cross-reference command in the Texinfo source (*note - Cross References::), and from "external information" (*note HTML Xref - Configuration::). - - We now consider each part in turn. - - The HOST is hardwired to be the local host. This could either be the - literal string 'localhost', or, according to the rules for HTML links, - the 'http://localhost/' could be omitted entirely. - - The DIR and FILE parts are more complicated, and depend on the - relative split/mono nature of both the manual being processed and the - manual that the cross-reference refers to. The underlying idea is that - there is one directory for Texinfo manuals in HTML, and a given MANUAL - is either available as a monolithic file 'MANUAL.html', or a split - subdirectory 'MANUAL/*.html'. Here are the cases: - - * If the present manual is split, and the referent manual is also - split, the directory is '../REFERENT/' and the file is the expanded - node name (described later). - - * If the present manual is split, and the referent manual is mono, - the directory is '../' and the file is 'REFERENT.html'. - - * If the present manual is mono, and the referent manual is split, - the directory is 'REFERENT/' and the file is the expanded node - name. - - * If the present manual is mono, and the referent manual is also - mono, the directory is './' (or just the empty string), and the - file is 'REFERENT.html'. - - Another rule, that only holds for filenames, is that base filenames - are truncated to 245 characters, to allow for an extension to be - appended and still comply with the 255-character limit which is common - to many filesystems. Although technically this can be changed with the - 'BASEFILENAME_LENGTH' customization variable (*note Other Customization - Variables::), doing so would make cross-manual references to such nodes - invalid. - - Any directory part in the filename argument of the source cross - reference command is ignored. Thus, '@xref{,,,../foo}' and - '@xref{,,,foo}' both use 'foo' as the manual name. This is because any - such attempted hardwiring of the directory is very unlikely to be useful - for both Info and HTML output. - - Finally, the TARGET part is always the expanded node name. - - Whether the present manual is split or mono is determined by user - option; 'makeinfo' defaults to split, with the '--no-split' option - overriding this. - - Whether the referent manual is split or mono, however, is another bit - of the external information (*note HTML Xref Configuration::). By - default, 'makeinfo' uses the same form of the referent manual as the - present manual. - - Thus, there can be a mismatch between the format of the referent - manual that the generating software assumes, and the format it's - actually present in. *Note HTML Xref Mismatch::. - -  - File: texinfo.info, Node: HTML Xref Node Name Expansion, Next: HTML Xref Command Expansion, Prev: HTML Xref Link Basics, Up: HTML Xref - - 22.4.2 HTML Cross-reference Node Name Expansion - ----------------------------------------------- - - As mentioned in the previous section, the key part of the HTML cross - reference algorithm is the conversion of node names in the Texinfo - source into strings suitable for XHTML identifiers and filenames. The - restrictions are similar for each: plain ASCII letters, numbers, and the - '-' and '_' characters are all that can be used. (Although HTML anchors - can contain most characters, XHTML is more restrictive.) - - Cross-references in Texinfo can refer either to nodes or anchors - (*note @anchor::). However, anchors are treated identically to nodes in - this context, so we'll continue to say "node" names for simplicity. - - A special exception: the Top node (*note The Top Node::) is always - mapped to the file 'index.html', to match web server software. However, - the HTML _target_ is 'Top'. Thus (in the split case): - - @xref{Top,,, emacs, The GNU Emacs Manual}. - => <a href="emacs/index.html#Top"> - - 1. The standard ASCII letters (a-z and A-Z) are not modified. All - other characters may be changed as specified below. - - 2. The standard ASCII numbers (0-9) are not modified except when a - number is the first character of the node name. In that case, see - below. - - 3. Multiple consecutive space, tab and newline characters are - transformed into just one space. (It's not possible to have - newlines in node names with the current implementation, but we - specify it anyway, just in case.) - - 4. Leading and trailing spaces are removed. - - 5. After the above has been applied, each remaining space character is - converted into a '-' character. - - 6. Other ASCII 7-bit characters are transformed into '_00XX', where XX - is the ASCII character code in (lowercase) hexadecimal. This - includes '_', which is mapped to '_005f'. - - 7. If the node name does not begin with a letter, the literal string - 'g_t' is prefixed to the result. (Due to the rules above, that - string can never occur otherwise; it is an arbitrary choice, - standing for "GNU Texinfo".) This is necessary because XHTML - requires that identifiers begin with a letter. - - For example: - - @node A node --- with _'% - => A-node-_002d_002d_002d-with-_005f_0027_0025 - - Example translations of common characters: - - * '_' => '_005f' - * '-' => '_002d' - * 'A node' => 'A-node' - - On case-folding computer systems, nodes differing only by case will - be mapped to the same file. In particular, as mentioned above, Top - always maps to the file 'index.html'. Thus, on a case-folding system, - Top and a node named 'Index' will both be written to 'index.html'. - Fortunately, the targets serve to distinguish these cases, since HTML - target names are always case-sensitive, independent of operating system. - --- 0 ---- diff -Nrc2 texinfo-6.4/doc/texinfo.info-3 texinfo-6.5/doc/texinfo.info-3 *** texinfo-6.4/doc/texinfo.info-3 2017-07-03 17:46:06.000000000 +0100 --- texinfo-6.5/doc/texinfo.info-3 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,7657 **** - This is texinfo.info, produced by texi2any version 6.4 from - texinfo.texi. - - This manual is for GNU Texinfo (version 6.4, 24 May 2017), a - documentation system that can produce both online information and a - printed manual from a single source using semantic markup. - - Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998, - 1999, 2001, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, - 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. - - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU Free Documentation License, - Version 1.3 or any later version published by the Free Software - Foundation; with no Invariant Sections, with the Front-Cover Texts - being "A GNU Manual", and with the Back-Cover Texts as in (a) - below. A copy of the license is included in the section entitled - "GNU Free Documentation License". - - (a) The FSF's Back-Cover Text is: "You have the freedom to copy and - modify this GNU manual. Buying copies from the FSF supports it in - developing GNU and promoting software freedom." - INFO-DIR-SECTION Texinfo documentation system - START-INFO-DIR-ENTRY - * Texinfo: (texinfo). The GNU documentation format. - * install-info: (texinfo)Invoking install-info. Update info/dir entries. - * makeinfo: (texinfo)Invoking makeinfo. Translate Texinfo source. - * pod2texi: (pod2texi)Invoking pod2texi. Translate Perl POD to Texinfo. - * texi2dvi: (texinfo)Format with texi2dvi. Print Texinfo documents. - * texi2pdf: (texinfo)PDF Output. PDF output for Texinfo. - * pdftexi2dvi: (texinfo)PDF Output. PDF output for Texinfo. - * texindex: (texinfo)Format with tex/texindex. Sort Texinfo index files. - END-INFO-DIR-ENTRY - -  - File: texinfo.info, Node: HTML Xref Command Expansion, Next: HTML Xref 8-bit Character Expansion, Prev: HTML Xref Node Name Expansion, Up: HTML Xref - - 22.4.3 HTML Cross-reference Command Expansion - --------------------------------------------- - - Node names may contain @-commands (*note Node Line Requirements::). - This section describes how they are handled. - - First, comments are removed. - - Next, any '@value' commands (*note @set @value::) and macro - invocations (*note Invoking Macros::) are fully expanded. - - Then, for the following commands, the command name and braces are - removed, and the text of the argument is recursively transformed: - - @asis @b @cite @code @command @dfn @dmn @dotless - @emph @env @file @i @indicateurl @kbd @key - @samp @sansserif @sc @slanted @strong @sub @sup - @t @U @var @verb @w - - For '@sc', any letters are capitalized. - - In addition, the following commands are replaced by constant text, as - shown below. If any of these commands have non-empty arguments, as in - '@TeX{bad}', it is an error, and the result is unspecified. In this - table, '(space)' means a space character and '(nothing)' means the empty - string. The notation 'U+HHHH' means Unicode code point HHHH (in hex, as - usual). - - There are further transformations of many of these expansions to - yield the final file or other target name, such as space characters to - '-', etc., according to the other rules. - - '@(newline)' (space) - '@(space)' (space) - '@(tab)' (space) - '@!' '!' - '@*' (space) - '@-' (nothing) - '@.' '.' - '@:' (nothing) - '@?' '?' - '@@' '@' - '@{' '{' - '@}' '}' - '@LaTeX' 'LaTeX' - '@TeX' 'TeX' - '@arrow' U+2192 - '@bullet' U+2022 - '@comma' ',' - '@copyright' U+00A9 - '@dots' U+2026 - '@enddots' '...' - '@equiv' U+2261 - '@error' 'error-->' - '@euro' U+20AC - '@exclamdown' U+00A1 - '@expansion' U+21A6 - '@geq' U+2265 - '@leq' U+2264 - '@minus' U+2212 - '@ordf' U+00AA - '@ordm' U+00BA - '@point' U+2605 - '@pounds' U+00A3 - '@print' U+22A3 - '@questiondown' U+00BF - '@registeredsymbol' U+00AE - '@result' U+21D2 - '@textdegree' U+00B0 - '@tie' (space) - - Quotation mark @-commands ('@quotedblright{}' and the like), are - likewise replaced by their Unicode values. Normal quotation - _characters_ (e.g., ASCII ' and ') are not altered. *Note Inserting - Quotation Marks::. - - Any '@acronym', '@abbr', '@email', and '@image' commands are replaced - by their first argument. (For these commands, all subsequent arguments - are optional, and ignored here.) *Note @acronym::, and *note @email::, - and *note Images::. - - Accents are handled according to the next section. - - Any other command is an error, and the result is unspecified. - -  - File: texinfo.info, Node: HTML Xref 8-bit Character Expansion, Next: HTML Xref Mismatch, Prev: HTML Xref Command Expansion, Up: HTML Xref - - 22.4.4 HTML Cross-reference 8-bit Character Expansion - ----------------------------------------------------- - - Usually, characters other than plain 7-bit ASCII are transformed into - the corresponding Unicode code point(s) in Normalization Form C, which - uses precomposed characters where available. (This is the normalization - form recommended by the W3C and other bodies.) This holds when that - code point is '0xffff' or less, as it almost always is. - - These will then be further transformed by the rules above into the - string '_HHHH', where HHHH is the code point in hex. - - For example, combining this rule and the previous section: - - @node @b{A} @TeX{} @u{B} @point{}@enddots{} - => A-TeX-B_0306-_2605_002e_002e_002e - - Notice: 1) '@enddots' expands to three periods which in turn expands - to three '_002e''s; 2) '@u{B}' is a 'B' with a breve accent, which does - not exist as a pre-accented Unicode character, therefore expands to - 'B_0306' (B with combining breve). - - When the Unicode code point is above '0xffff', the transformation is - '__XXXXXX', that is, two leading underscores followed by six hex digits. - Since Unicode has declared that their highest code point is '0x10ffff', - this is sufficient. (We felt it was better to define this extra escape - than to always use six hex digits, since the first two would nearly - always be zeros.) - - This method works fine if the node name consists mostly of ASCII - characters and contains only few 8-bit ones. But if the document is - written in a language whose script is not based on the Latin alphabet - (for example, Ukrainian), it will create file names consisting almost - entirely of '_XXXX' notations, which is inconvenient and all but - unreadable. To handle such cases, 'makeinfo' offers the - '--transliterate-file-names' command line option. This option enables - "transliteration" of node names into ASCII characters for the purposes - of file name creation and referencing. The transliteration is based on - phonetic principles, which makes the generated file names more easily - understanable. - - For the definition of Unicode Normalization Form C, see Unicode - report UAX#15, <http://www.unicode.org/reports/tr15/>. Many related - documents and implementations are available elsewhere on the web. - -  - File: texinfo.info, Node: HTML Xref Mismatch, Next: HTML Xref Configuration, Prev: HTML Xref 8-bit Character Expansion, Up: HTML Xref - - 22.4.5 HTML Cross-reference Mismatch - ------------------------------------ - - As mentioned earlier (*note HTML Xref Link Basics::), the generating - software may need to guess whether a given manual being cross referenced - is available in split or monolithic form--and, inevitably, it might - guess wrong. However, when the _referent_ manual is generated, it is - possible to handle at least some mismatches. - - In the case where we assume the referent is split, but it is actually - available in mono, the only recourse would be to generate a 'manual/' - subdirectory full of HTML files which redirect back to the monolithic - 'manual.html'. Since this is essentially the same as a split manual in - the first place, it's not very appealing. - - On the other hand, in the case where we assume the referent is mono, - but it is actually available in split, it is possible to use JavaScript - to redirect from the putatively monolithic 'manual.html' to the - different 'manual/node.html' files. Here's an example: - - function redirect() { - switch (location.hash) { - case "#Node1": - location.replace("manual/Node1.html#Node1"); break; - case "#Node2" : - location.replace("manual/Node2.html#Node2"); break; - ... - default:; - } - } - - Then, in the '<body>' tag of 'manual.html': - - <body onLoad="redirect();"> - - Once again, this is something the software which generated the - _referent_ manual has to do in advance, it's not something the software - generating the cross-reference in the present manual can control. - -  - File: texinfo.info, Node: HTML Xref Configuration, Next: HTML Xref Link Preservation, Prev: HTML Xref Mismatch, Up: HTML Xref - - 22.4.6 HTML Cross-reference Configuration: 'htmlxref.cnf' - --------------------------------------------------------- - - 'makeinfo' reads a file named 'htmlxref.cnf' to gather information for - cross-references to other manuals in HTML output. It is looked for in - the following directories: - - './' - (the current directory) - - './.texinfo/' - (under the current directory) - - '~/.texinfo/' - (where '~' is the current user's home directory) - - 'SYSCONFDIR/texinfo/' - (where SYSCONFDIR is the system configuration directory specified - at compile-time, e.g., '/usr/local/etc') - - 'DATADIR/texinfo/' - (likewise specified at compile time, e.g., '/usr/local/share') - - All files found are used, with earlier entries overriding later ones. - The Texinfo distribution includes a default file which handles many GNU - manuals; it is installed in the last of the above directories, i.e., - 'DATADIR/texinfo/htmlxref.cnf'. - - The file is line-oriented. Lines consisting only of whitespace are - ignored. Comments are indicated with a '#' at the beginning of a line, - optionally preceded by whitespace. Since '#' can occur in urls (like - almost any character), it does not otherwise start a comment. - - Each non-blank non-comment line must be either a "variable - assignment" or "manual information". - - A variable assignment line looks like this: - - VARNAME = VARVALUE - - Whitespace around the '=' is optional and ignored. The VARNAME - should consist of letters; case is significant. The VARVALUE is an - arbitrary string, continuing to the end of the line. Variables are then - referenced with '${VARNAME}'; variable references can occur in the - VARVALUE. - - A manual information line looks like this: - - MANUAL KEYWORD URLPREFIX - - with MANUAL the short identifier for a manual, KEYWORD being one of: - 'mono', 'node', 'section', 'chapter', and URLPREFIX described below. - Variable references can occur only in the URLPREFIX. For example (used - in the canonical 'htmlxref.cnf'): - - G = http://www.gnu.org - GS = ${G}/software - hello mono ${GS}/hello/manual/hello.html - hello chapter ${GS}/hello/manual/html_chapter/ - hello section ${GS}/hello/manual/html_section/ - hello node ${GS}/hello/manual/html_node/ - - If the keyword is 'mono', URLPREFIX gives the host, directory, and - file name for MANUAL as one monolithic file. - - If the keyword is 'node', 'section', or 'chapter', URLPREFIX gives - the host and directory for MANUAL split into nodes, sections, or - chapters, respectively. - - When available, 'makeinfo' will use the "corresponding" value for - cross-references between manuals. That is, when generating monolithic - output ('--no-split'), the 'mono' url will be used, when generating - output that is split by node, the 'node' url will be used, etc. - However, if a manual is not available in that form, anything that is - available can be used. Here is the search order for each style: - - node => node, section, chapter, mono - section => section, chapter, node, mono - chapter => chapter, section, node, mono - mono => mono, chapter, section, node - - These section- and chapter-level cross-manual references can succeed - only when the target manual was created using '--node-files'; this is - the default for split output. - - If you have additions or corrections to the 'htmlxref.cnf' - distributed with Texinfo, please email <bug-texinfo@gnu.org> as usual. - You can get the latest version from - <http://ftpmirror.gnu.org/texinfo/htmlxref.cnf>. - -  - File: texinfo.info, Node: HTML Xref Link Preservation, Prev: HTML Xref Configuration, Up: HTML Xref - - 22.4.7 HTML Cross-reference Link Preservation: MANUAL'-noderename.cnf' - ---------------------------------------------------------------------- - - Occasionally changes in a program require removing (or renaming) nodes - in the manual in order to have the best documentation. Given the nature - of the web, however, links may exist anywhere to such a removed node - (renaming appears the same as removal for this purpose), and it's not - ideal for those links to simply break. - - Therefore, Texinfo provides a way for manual authors to specify old - node names and the new nodes to which the old names should be - redirected, via the file MANUAL'-noderename.cnf', where MANUAL is the - base name of the manual. For example, the manual 'texinfo.texi' would - be supplemented by a file 'texinfo-noderename'.cnf. (This name can be - overridden by setting the 'RENAMED_NODES_FILE' customization variable; - *note Customization Variables::). - - The file is read in pairs of lines, as follows: - - OLD-NODE-NAME - @@{} NEW-NODE-NAME - - The usual conversion from Texinfo node names to HTML names is - applied; see this entire section for details (*note HTML Xref::). The - unusual '@@{}' separator is used because it is not a valid Texinfo - construct, so can't appear in the node names. - - The effect is that 'makeinfo' generates a redirect from OLD-NODE-NAME - to NEW-NODE-NAME when producing HTML output. Thus, external links to - the old node are preserved. - - Lines consisting only of whitespace are ignored. Comments are - indicated with a '@c' at the beginning of a line, optionally preceded by - whitespace. - - Another approach to preserving links to deleted or renamed nodes is - to use anchors (*note @anchor::). There is no effective difference - between the two approaches. - -  - File: texinfo.info, Node: @-Command Details, Next: Tips, Prev: Generating HTML, Up: Top - - Appendix A @-Command Details - **************************** - - Here are the details of @-commands: information about their syntax, a - list of commands, and information about where commands can appear. - - * Menu: - - * Command Syntax:: - * Command List:: - * Command Contexts:: - * Obsolete @-Commands:: - -  - File: texinfo.info, Node: Command Syntax, Next: Command List, Up: @-Command Details - - A.1 @-Command Syntax - ==================== - - Texinfo has the following types of @-command: - - 1. Brace commands - These commands start with @ followed by a letter or a word, - followed by an argument within braces. For example, the command - '@dfn' indicates the introductory or defining use of a term; it is - used as follows: 'In Texinfo, @@-commands are @dfn{mark-up} - commands.' - - 2. Line commands - These commands occupy an entire line. The line starts with @, - followed by the name of the command (a word); for example, - '@center' or '@cindex'. If no argument is needed, the word is - followed by the end of the line. If there is an argument, it is - separated from the command name by a space. Braces are not used. - - 3. Block commands - These commands are written at the start of a line, with general - text on following lines, terminated by a matching '@end' command on - a line of its own. For example, '@example', then the lines of a - coding example, then '@end example'. Some of these block commands - take arguments as line commands do; for example, '@enumerate A' - opening an environment terminated by '@end enumerate'. Here 'A' is - the argument. - - 4. Symbol insertion commands with no arguments - These commands start with @ followed by a word followed by a left - and right- brace. These commands insert special symbols in the - document; they do not take arguments. Some examples: '@dots{}' => - '...', '@equiv{}' => '==', '@TeX{}' => 'TeX', and '@bullet{}' => - '*'. - - 5. Non-alphabetic commands - The names of commands in all of the above categories consist of - alphabetic characters, almost entirely in lower-case. Unlike - those, the non-alphabetic commands commands consist of an @ - followed by a punctuation mark or other character that is not part - of the Latin alphabet. Non-alphabetic commands are almost always - part of text within a paragraph. The non-alphabetic commands - include '@@', '@{', '@}', '@.', '@SPACE', and most of the accent - commands. - - 6. Miscellaneous commands - There are a handful of commands that don't fit into any of the - above categories; for example, the obsolete command '@refill', - which is always used at the end of a paragraph immediately - following the final period or other punctuation character. - '@refill' takes no argument and does not require braces. Likewise, - '@tab' used in a '@multitable' block does not take arguments, and - is not followed by braces. - - Thus, the alphabetic commands fall into classes that have different - argument syntaxes. You cannot tell to which class a command belongs by - the appearance of its name, but you can tell by the command's meaning: - if the command stands for a glyph, it is in class 4 and does not require - an argument; if it makes sense to use the command among other text as - part of a paragraph, the command is in class 1 and must be followed by - an argument in braces. The non-alphabetic commands, such as '@:', are - exceptions to the rule; they do not need braces. - - The purpose of having different syntax for commands is to make - Texinfo files easier to read, and also to help the GNU Emacs paragraph - and filling commands work properly. - -  - File: texinfo.info, Node: Command List, Next: Command Contexts, Prev: Command Syntax, Up: @-Command Details - - A.2 @-Command List - ================== - - Here is an alphabetical list of the @-commands in Texinfo. Square - brackets, [ ], indicate optional arguments; an ellipsis, '...', - indicates repeated text. - - '@WHITESPACE' - An '@' followed by a space, tab, or newline produces a normal, - stretchable, interword space. *Note Multiple Spaces::. - - '@!' - Produce an exclamation point that ends a sentence (usually after an - end-of-sentence capital letter). *Note Ending a Sentence::. - - '@"' - '@'' - Generate an umlaut or acute accent, respectively, over the next - character, as in o" and o'. *Note Inserting Accents::. - - '@*' - Force a line break. *Note Line Breaks::. - - '@,{C}' - Generate a cedilla accent under C, as in c,. *Note Inserting - Accents::. - - '@-' - Insert a discretionary hyphenation point. *Note @- @hyphenation::. - - '@.' - Produce a period that ends a sentence (usually after an - end-of-sentence capital letter). *Note Ending a Sentence::. - - '@/' - Produces no output, but allows a line break. *Note Line Breaks::. - - '@:' - Tell TeX to refrain from inserting extra whitespace after an - immediately preceding period, question mark, exclamation mark, or - colon, as TeX normally would. *Note Not Ending a Sentence::. - - '@=' - Generate a macron (bar) accent over the next character, as in o=. - *Note Inserting Accents::. - - '@?' - Produce a question mark that ends a sentence (usually after an - end-of-sentence capital letter). *Note Ending a Sentence::. - - '@@' - '@atchar{}' - Insert an at sign, '@'. *Note Inserting an Atsign::. - - '@\' - '@backslashchar{}' - Insert a backslash, '\'; '@backslashchar{}' works anywhere, while - '@\' works only inside '@math'. *Note Inserting a Backslash::, and - *note Inserting Math::. - - '@^' - '@`' - Generate a circumflex (hat) or grave accent, respectively, over the - next character, as in o^ and e`. *Note Inserting Accents::. - - '@{' - '@lbracechar{}' - Insert a left brace, '{'. *Note Inserting Braces::. - - '@}' - '@rbracechar{}' - Insert a right brace, '}'. *Note Inserting Braces::. - - '@~' - Generate a tilde accent over the next character, as in N~. *Note - Inserting Accents::. - - '@AA{}' - '@aa{}' - Generate the uppercase and lowercase Scandinavian A-ring letters, - respectively: AA, aa. *Note Inserting Accents::. - - '@abbr{ABBREVIATION}' - Indicate a general abbreviation, such as 'Comput.'. *Note @abbr::. - - '@acronym{ACRONYM}' - Indicate an acronym in all capital letters, such as 'NASA'. *Note - @acronym::. - - '@AE{}' - '@ae{}' - Generate the uppercase and lowercase AE ligatures, respectively: - AE, ae. *Note Inserting Accents::. - - '@afivepaper' - Change page dimensions for the A5 paper size. *Note A4 Paper::. - - '@afourlatex' - '@afourpaper' - '@afourwide' - Change page dimensions for the A4 paper size. *Note A4 Paper::. - - '@alias NEW=EXISTING' - Make the command '@NEW' a synonym for the existing command - '@EXISTING'. *Note @alias::. - - '@allowcodebreaks TRUE-FALSE' - Control breaking at '-' and '_' in TeX. *Note @allowcodebreaks::. - - '@anchor{NAME}' - Define NAME as the current location for use as a cross-reference - target. *Note @anchor::. - - '@appendix TITLE' - Begin an appendix. The title appears in the table of contents. In - Info, the title is underlined with asterisks. *Note @unnumbered - @appendix::. - - '@appendixsec TITLE' - '@appendixsection TITLE' - Begin an appendix section within an appendix. The section title - appears in the table of contents. In Info, the title is underlined - with equal signs. '@appendixsection' is a longer spelling of the - '@appendixsec' command. *Note @unnumberedsec @appendixsec - @heading::. - - '@appendixsubsec TITLE' - Begin an appendix subsection. The title appears in the table of - contents. In Info, the title is underlined with hyphens. *Note - @unnumberedsubsec @appendixsubsec @subheading::. - - '@appendixsubsubsec TITLE' - Begin an appendix subsubsection. The title appears in the table of - contents. In Info, the title is underlined with periods. *Note - @subsubsection::. - - '@arrow{}' - Generate a right arrow glyph: '->'. Used by default for '@click'. - *Note Click Sequences::. - - '@asis' - Used following '@table', '@ftable', and '@vtable' to print the - table's first column without highlighting ("as is"). *Note - @asis::. - - '@author AUTHOR' - Typeset AUTHOR flushleft and underline it. *Note @title @subtitle - @author::. - - '@b{TEXT}' - Set TEXT in a bold font. No effect in Info. *Note Fonts::. - - '@bullet{}' - Generate a large round dot, * ('*' in Info). Often used with - '@table'. *Note @bullet::. - - '@bye' - Stop formatting a file. The formatters do not see anything in the - input file following '@bye'. *Note Ending a File::. - - '@c COMMENT' - Begin a comment in Texinfo. The rest of the line does not appear - in any output. A synonym for '@comment'. 'DEL' also starts a - comment. *Note Comments::. - - '@caption' - Define the full caption for a '@float'. *Note @caption - @shortcaption::. - - '@cartouche' - Highlight an example or quotation by drawing a box with rounded - corners around it. Pair with '@end cartouche'. No effect in Info. - *Note @cartouche::. - - '@center LINE-OF-TEXT' - Center the line of text following the command. *Note @titlefont - @center @sp::. - - '@centerchap LINE-OF-TEXT' - Like '@chapter', but centers the chapter title. *Note @chapter::. - - '@chapheading TITLE' - Print an unnumbered chapter-like heading, but omit from the table - of contents. In Info, the title is underlined with asterisks. - *Note @majorheading @chapheading::. - - '@chapter TITLE' - Begin a numbered chapter. The chapter title appears in the table - of contents. In Info, the title is underlined with asterisks. - *Note @chapter::. - - '@cindex ENTRY' - Add ENTRY to the index of concepts. *Note Defining the Entries of - an Index: Index Entries. - - '@cite{REFERENCE}' - Highlight the name of a book or other reference that has no - companion Info file. *Note @cite::. - - '@clear FLAG' - Unset FLAG, preventing the Texinfo formatting commands from - formatting text between subsequent pairs of '@ifset FLAG' and '@end - ifset' commands, and preventing '@value{FLAG}' from expanding to - the value to which FLAG is set. *Note @set @clear @value::. - - '@click{}' - Represent a single "click" in a GUI. Used within '@clicksequence'. - *Note Click Sequences::. - - '@clicksequence{ACTION @click{} ACTION}' - Represent a sequence of clicks in a GUI. *Note Click Sequences::. - - '@clickstyle @CMD' - Execute @CMD for each '@click'; the default is '@arrow'. The usual - following empty braces on @CMD are omitted. *Note Click - Sequences::. - - '@code{SAMPLE-CODE}' - Indicate an expression, a syntactically complete token of a - program, or a program name. Unquoted in Info output. *Note - @code::. - - '@codequotebacktick ON-OFF' - '@codequoteundirected ON-OFF' - Control output of '`' and ''' in code examples. *Note Inserting - Quote Characters::. - - '@comma{}' - Insert a comma ',' character; only needed when a literal comma - would be taken as an argument separator. *Note Inserting a - Comma::. - - '@command{COMMAND-NAME}' - Indicate a command name, such as 'ls'. *Note @command::. - - '@comment COMMENT' - Begin a comment in Texinfo. The rest of the line does not appear - in any output. A synonym for '@c'. *Note Comments::. - - '@contents' - Print a complete table of contents. Has no effect in Info, which - uses menus instead. *Note Generating a Table of Contents: - Contents. - - '@copying' - Specify copyright holders and copying conditions for the document. - Pair with '@end copying'. *Note @copying::. - - '@copyright{}' - Generate the copyright symbol (C). *Note @copyright::. - - '@defcodeindex INDEX-NAME' - Define a new index and its indexing command. Print entries in an - '@code' font. *Note Defining New Indices: New Indices. - - '@defcv CATEGORY CLASS NAME' - '@defcvx CATEGORY CLASS NAME' - Format a description for a variable associated with a class in - object-oriented programming. Takes three arguments: the category - of thing being defined, the class to which it belongs, and its - name. *Note Definition Commands::. - - '@deffn CATEGORY NAME ARGUMENTS...' - '@deffnx CATEGORY NAME ARGUMENTS...' - Format a description for a function, interactive command, or - similar entity that may take arguments. '@deffn' takes as - arguments the category of entity being described, the name of this - particular entity, and its arguments, if any. *Note Definition - Commands::. - - '@defindex INDEX-NAME' - Define a new index and its indexing command. Print entries in a - roman font. *Note Defining New Indices: New Indices. - - '@definfoenclose NEWCMD, BEFORE, AFTER' - Must be used within '@ifinfo'; create a new command '@NEWCMD' for - Info that marks text by enclosing it in strings that precede and - follow the text. *Note @definfoenclose::. - - '@defivar CLASS INSTANCE-VARIABLE-NAME' - '@defivarx CLASS INSTANCE-VARIABLE-NAME' - Format a description for an instance variable in object-oriented - programming. The command is equivalent to '@defcv {Instance - Variable} ...'. *Note Definition Commands::. - - '@defmac MACRONAME ARGUMENTS...' - '@defmacx MACRONAME ARGUMENTS...' - Format a description for a macro; equivalent to '@deffn Macro ...'. - *Note Definition Commands::. - - '@defmethod CLASS METHOD-NAME ARGUMENTS...' - '@defmethodx CLASS METHOD-NAME ARGUMENTS...' - Format a description for a method in object-oriented programming; - equivalent to '@defop Method ...'. *Note Definition Commands::. - - '@defop CATEGORY CLASS NAME ARGUMENTS...' - '@defopx CATEGORY CLASS NAME ARGUMENTS...' - Format a description for an operation in object-oriented - programming. '@defop' takes as arguments the name of the category - of operation, the name of the operation's class, the name of the - operation, and its arguments, if any. *Note Definition Commands::, - and *note Abstract Objects::. - - '@defopt OPTION-NAME' - '@defoptx OPTION-NAME' - Format a description for a user option; equivalent to '@defvr {User - Option} ...'. *Note Definition Commands::. - - '@defspec SPECIAL-FORM-NAME ARGUMENTS...' - '@defspecx SPECIAL-FORM-NAME ARGUMENTS...' - Format a description for a special form; equivalent to '@deffn - {Special Form} ...'. *Note Definition Commands::. - - '@deftp CATEGORY NAME-OF-TYPE ATTRIBUTES...' - '@deftpx CATEGORY NAME-OF-TYPE ATTRIBUTES...' - Format a description for a data type; its arguments are the - category, the name of the type (e.g., 'int') , and then the names - of attributes of objects of that type. *Note Definition - Commands::, and *note Data Types::. - - '@deftypecv CATEGORY CLASS DATA-TYPE NAME' - '@deftypecvx CATEGORY CLASS DATA-TYPE NAME' - Format a description for a typed class variable in object-oriented - programming. *Note Definition Commands::, and *note Abstract - Objects::. - - '@deftypefn CATEGORY DATA-TYPE NAME ARGUMENTS...' - '@deftypefnx CATEGORY DATA-TYPE NAME ARGUMENTS...' - Format a description for a function or similar entity that may take - arguments and that is typed. '@deftypefn' takes as arguments the - category of entity being described, the type, the name of the - entity, and its arguments, if any. *Note Definition Commands::. - - '@deftypefnnewline ON-OFF' - Specifies whether return types for '@deftypefn' and similar are - printed on lines by themselves; default is off. *Note Functions in - Typed Languages: Typed Functions. - - '@deftypefun DATA-TYPE FUNCTION-NAME ARGUMENTS...' - '@deftypefunx DATA-TYPE FUNCTION-NAME ARGUMENTS...' - Format a description for a function in a typed language. The - command is equivalent to '@deftypefn Function ...'. *Note - Definition Commands::. - - '@deftypeivar CLASS DATA-TYPE VARIABLE-NAME' - '@deftypeivarx CLASS DATA-TYPE VARIABLE-NAME' - Format a description for a typed instance variable in - object-oriented programming. *Note Definition Commands::, and - *note Abstract Objects::. - - '@deftypemethod CLASS DATA-TYPE METHOD-NAME ARGUMENTS...' - '@deftypemethodx CLASS DATA-TYPE METHOD-NAME ARGUMENTS...' - Format a description for a typed method in object-oriented - programming. *Note Definition Commands::. - - '@deftypeop CATEGORY CLASS DATA-TYPE NAME ARGUMENTS...' - '@deftypeopx CATEGORY CLASS DATA-TYPE NAME ARGUMENTS...' - Format a description for a typed operation in object-oriented - programming. *Note Definition Commands::, and *note Abstract - Objects::. - - '@deftypevar DATA-TYPE VARIABLE-NAME' - '@deftypevarx DATA-TYPE VARIABLE-NAME' - Format a description for a variable in a typed language. The - command is equivalent to '@deftypevr Variable ...'. *Note - Definition Commands::. - - '@deftypevr CATEGORY DATA-TYPE NAME' - '@deftypevrx CATEGORY DATA-TYPE NAME' - Format a description for something like a variable in a typed - language--an entity that records a value. Takes as arguments the - category of entity being described, the type, and the name of the - entity. *Note Definition Commands::. - - '@defun FUNCTION-NAME ARGUMENTS...' - '@defunx FUNCTION-NAME ARGUMENTS...' - Format a description for a function; equivalent to '@deffn Function - ...'. *Note Definition Commands::. - - '@defvar VARIABLE-NAME' - '@defvarx VARIABLE-NAME' - Format a description for a variable; equivalent to '@defvr Variable - ...'. *Note Definition Commands::. - - '@defvr CATEGORY NAME' - '@defvrx CATEGORY NAME' - Format a description for any kind of variable. '@defvr' takes as - arguments the category of the entity and the name of the entity. - *Note Definition Commands::. - - '@detailmenu' - Mark the (optional) detailed node listing in a master menu. *Note - Master Menu Parts::. - - '@dfn{TERM}' - Indicate the introductory or defining use of a term. *Note @dfn::. - - '@DH{}' - '@dh{}' - Generate the uppercase and lowercase Icelandic letter eth, - respectively: D, d. *Note Inserting Accents::. - - '@dircategory DIRPART' - Specify a part of the Info directory menu where this file's entry - should go. *Note Installing Dir Entries::. - - '@direntry' - Begin the Info directory menu entry for this file. Pair with '@end - direntry'. *Note Installing Dir Entries::. - - '@display' - Begin a kind of example. Like '@example' (indent text, do not - fill), but do not select a new font. Pair with '@end display'. - *Note @display::. - - '@dmn{DIMENSION}' - Format a unit of measure, as in 12pt. Causes TeX to insert a thin - space before DIMENSION. No effect in Info. *Note @dmn::. - - '@docbook' - Enter Docbook completely. Pair with '@end docbook'. *Note Raw - Formatter Commands::. - - '@documentdescription' - Set the document description text, included in the HTML output. - Pair with '@end documentdescription'. *Note - @documentdescription::. - - '@documentencoding ENC' - Declare the input encoding to be ENC. *Note @documentencoding::. - - '@documentlanguage CC' - Declare the document language as the two-character ISO-639 - abbreviation CC. *Note @documentlanguage::. - - '@dotaccent{C}' - Generate a dot accent over the character C, as in o.. *Note - Inserting Accents::. - - '@dotless{I-OR-J}' - Generate dotless i ('i') and dotless j ('j'). *Note Inserting - Accents::. - - '@dots{}' - Generate an ellipsis, '...'. *Note @dots::. - - '@email{ADDRESS[, DISPLAYED-TEXT]}' - Indicate an electronic mail address. *Note @email::. - - '@emph{TEXT}' - Emphasize TEXT, by using _italics_ where possible, and enclosing in - asterisks in Info. *Note Emphasizing Text: Emphasis. - - '@end ENVIRONMENT' - Ends ENVIRONMENT, as in '@end example'. *Note @-commands: - Formatting Commands. - - '@enddots{}' - Generate an end-of-sentence ellipsis, like this: ... *Note - @dots::. - - '@enumerate [NUMBER-OR-LETTER]' - Begin a numbered list, using '@item' for each entry. Optionally, - start list with NUMBER-OR-LETTER. Pair with '@end enumerate'. - *Note @enumerate::. - - '@env{ENVIRONMENT-VARIABLE}' - Indicate an environment variable name, such as 'PATH'. *Note - @env::. - - '@equiv{}' - Indicate to the reader the exact equivalence of two forms with a - glyph: '=='. *Note @equiv::. - - '@error{}' - Indicate to the reader with a glyph that the following text is an - error message: 'error->'. *Note @error::. - - '@errormsg{MSG}' - Report MSG as an error to standard error, and exit unsuccessfully. - Texinfo commands within MSG are expanded to plain text. *Note - Conditionals::, and *note External Macro Processors::. - - '@euro{}' - Generate the Euro currency sign. *Note @euro::. - - '@evenfooting [LEFT] @| [CENTER] @| [RIGHT]' - '@evenheading [LEFT] @| [CENTER] @| [RIGHT]' - Specify page footings resp. headings for even-numbered (left-hand) - pages. *Note How to Make Your Own Headings: Custom Headings. - - '@everyfooting [LEFT] @| [CENTER] @| [RIGHT]' - '@everyheading [LEFT] @| [CENTER] @| [RIGHT]' - Specify page footings resp. headings for every page. Not relevant - to Info. *Note How to Make Your Own Headings: Custom Headings. - - '@example' - Begin an example. Indent text, do not fill, and select fixed-width - font. Pair with '@end example'. *Note @example::. - - '@exampleindent INDENT' - Indent example-like environments by INDENT number of spaces - (perhaps 0). *Note @exampleindent::. - - '@exclamdown{}' - Generate an upside-down exclamation point. *Note Inserting - Accents::. - - '@exdent LINE-OF-TEXT' - Remove any indentation a line might have. *Note @exdent::. - - '@expansion{}' - Indicate the result of a macro expansion to the reader with a - special glyph: '==>'. *Note @expansion::. - - '@file{FILENAME}' - Highlight the name of a file, buffer, node, directory, etc. *Note - @file::. - - '@finalout' - Prevent TeX from printing large black warning rectangles beside - over-wide lines. *Note Overfull hboxes::. - - '@findex ENTRY' - Add ENTRY to the index of functions. *Note Defining the Entries of - an Index: Index Entries. - - '@firstparagraphindent WORD' - Control indentation of the first paragraph after section headers - according to WORD, one of 'none' or 'insert'. *Note - @firstparagraphindent::. - - '@float' - Environment to define floating material. Pair with '@end float'. - *Note Floats::. - - '@flushleft' - '@flushright' - Do not fill text; left (right) justify every line while leaving the - right (left) end ragged. Leave font as is. Pair with '@end - flushleft' ('@end flushright'). *Note @flushleft @flushright::. - - '@fonttextsize 10-11' - Change the size of the main body font in the TeX output. *Note - Fonts::. - - '@footnote{TEXT-OF-FOOTNOTE}' - Enter a footnote. Footnote text is printed at the bottom of the - page by TeX; Info may format in either 'End' node or 'Separate' - node style. *Note Footnotes::. - - '@footnotestyle STYLE' - Specify an Info file's footnote style, either 'end' for the end - node style or 'separate' for the separate node style. *Note - Footnotes::. - - '@format' - Begin a kind of example. Like '@display', but do not indent. Pair - with '@end format'. *Note @example::. - - '@frenchspacing ON-OFF' - Control spacing after punctuation. *Note @frenchspacing::. - - '@ftable FORMATTING-COMMAND' - Begin a two-column table, using '@item' for each entry. - Automatically enter each of the items in the first column into the - index of functions. Pair with '@end ftable'. The same as - '@table', except for indexing. *Note @ftable @vtable::. - - '@geq{}' - Generate a greater-than-or-equal sign, '>='. *Note @geq @leq::. - - '@group' - Disallow page breaks within following text. Pair with '@end - group'. Ignored in Info. *Note @group::. - - '@guillemetleft{}' - '@guillemetright{}' - '@guillemotleft{}' - '@guillemotright{}' - '@guilsinglleft{}' - '@guilsinglright{}' - Double and single angle quotation marks: << >> < >. - '@guillemotleft' and '@guillemotright' are synonyms for - '@guillemetleft' and '@guillemetright'. *Note Inserting Quotation - Marks::. - - '@H{C}' - Generate the long Hungarian umlaut accent over C, as in o''. - - '@hashchar{}' - Insert a hash '#' character; only needed when a literal hash would - introduce '#line' directive. *Note Inserting a Hashsign::, and - *note External Macro Processors::. - - '@heading TITLE' - Print an unnumbered section-like heading, but omit from the table - of contents. In Info, the title is underlined with equal signs. - *Note @unnumberedsec @appendixsec @heading::. - - '@headings ON-OFF-SINGLE-DOUBLE' - Turn page headings on or off, and/or specify single-sided or - double-sided page headings for printing. *Note @headings::. - - '@headitem' - Begin a heading row in a multitable. *Note Multitable Rows::. - - '@headitemfont{TEXT}' - Set TEXT in the font used for multitable heading rows; mostly - useful in multitable templates. *Note Multitable Rows::. - - '@html' - Enter HTML completely. Pair with '@end html'. *Note Raw Formatter - Commands::. - - '@hyphenation{HY-PHEN-A-TED WORDS}' - Explicitly define hyphenation points. *Note @- @hyphenation::. - - '@i{TEXT}' - Set TEXT in an italic font. No effect in Info. *Note Fonts::. - - '@ifclear TXIVAR' - If the Texinfo variable TXIVAR is not set, format the following - text. Pair with '@end ifclear'. *Note @set @clear @value::. - - '@ifcommanddefined TXICMD' - '@ifcommandnotdefined TXICMD' - If the Texinfo code '@TXICMD' is (not) defined, format the follow - text. Pair with the corresponding '@end ifcommand...'. *Note - Testing for Texinfo Commands::. - - '@ifdocbook' - '@ifhtml' - '@ifinfo' - Begin text that will appear only in the given output format. - '@ifinfo' output appears in both Info and (for historical - compatibility) plain text output. Pair with '@end ifdocbook' resp. - '@end ifhtml' resp. '@end ifinfo'. *Note Conditionals::. - - '@ifnotdocbook' - '@ifnothtml' - '@ifnotplaintext' - '@ifnottex' - '@ifnotxml' - Begin text to be ignored in one output format but not the others. - '@ifnothtml' text is omitted from HTML output, etc. Pair with the - corresponding '@end ifnotFORMAT'. *Note Conditionals::. - - '@ifnotinfo' - Begin text to appear in output other than Info and (for historical - compatibility) plain text. Pair with '@end ifnotinfo'. *Note - Conditionals::. - - '@ifplaintext' - Begin text that will appear only in the plain text output. Pair - with '@end ifplaintext'. *Note Conditionals::. - - '@ifset TXIVAR' - If the Texinfo variable TXIVAR is set, format the following text. - Pair with '@end ifset'. *Note @set @clear @value::. - - '@iftex' - Begin text to appear only in the TeX output. Pair with '@end - iftex'. *Note Conditionally Visible Text: Conditionals. - - '@ifxml' - Begin text that will appear only in the XML output. Pair with - '@end ifxml'. *Note Conditionals::. - - '@ignore' - Begin text that will not appear in any output. Pair with '@end - ignore'. *Note Comments and Ignored Text: Comments. - - '@image{FILENAME, [WIDTH], [HEIGHT], [ALT], [EXT]}' - Include graphics image in external FILENAME scaled to the given - WIDTH and/or HEIGHT, using ALT text and looking for 'FILENAME.EXT' - in HTML. *Note Images::. - - '@include FILENAME' - Read the contents of Texinfo source file FILENAME. *Note Include - Files::. - - '@indent' - Insert paragraph indentation. *Note @indent::. - - '@indentedblock' - Indent a block of arbitary text on the left. Pair with '@end - indentedblock'. *Note @indentedblock::. - - '@indicateurl{INDICATEURL}' - Indicate text that is a uniform resource locator for the World Wide - Web. *Note @indicateurl::. - - '@inforef{NODE-NAME, [ENTRY-NAME], INFO-FILE-NAME}' - Make a cross-reference to an Info file for which there is no - printed manual. *Note @inforef::. - - '@inlinefmt{FMT, TEXT}' - Insert TEXT only if the output format is FMT. *Note Inline - Conditionals::. - - '@inlinefmtifelse{FMT, TEXT, ELSE-TEXT}' - Insert TEXT if the output format is FMT, else ELSE-TEXT. - - '@inlineifclear{VAR, TEXT}' - '@inlineifset{VAR, TEXT}' - Insert TEXT only if the Texinfo variable VAR is (not) set. - - '@inlineraw{FMT, RAW-TEXT}' - Insert TEXT as in a raw conditional, only if the output format is - FMT. - - '\input MACRO-DEFINITIONS-FILE' - Use the specified macro definitions file. This command is used - only in the first line of a Texinfo file to cause TeX to make use - of the 'texinfo' macro definitions file. The '\' in '\input' is - used instead of an '@' because TeX does not recognize '@' until - after it has read the definitions file. *Note Texinfo File - Header::. - - '@insertcopying' - Insert the text previously defined with the '@copying' environment. - *Note @insertcopying::. - - '@item' - Indicate the beginning of a marked paragraph for '@itemize' and - '@enumerate'; indicate the beginning of the text of a first column - entry for '@table', '@ftable', and '@vtable'. *Note Lists and - Tables::. - - '@itemize MARK-GENERATING-CHARACTER-OR-COMMAND' - Begin an unordered list: indented paragraphs with a mark, such as - '@bullet', inside the left margin at the beginning of each item. - Pair with '@end itemize'. *Note @itemize::. - - '@itemx' - Like '@item' but do not generate extra vertical space above the - item text. Thus, when several items have the same description, use - '@item' for the first and '@itemx' for the others. *Note @itemx::. - - '@kbd{KEYBOARD-CHARACTERS}' - Indicate characters of input to be typed by users. *Note @kbd::. - - '@kbdinputstyle STYLE' - Specify when '@kbd' should use a font distinct from '@code' - according to STYLE: 'code', 'distinct', 'example'. *Note @kbd::. - - '@key{KEY-NAME}' - Indicate the name of a key on a keyboard. *Note @key::. - - '@kindex ENTRY' - Add ENTRY to the index of keys. *Note Defining the Entries of an - Index: Index Entries. - - '@L{}' - '@l{}' - Generate the uppercase and lowercase Polish suppressed-L letters, - respectively: /L, /l. - - '@LaTeX{}' - Generate the LaTeX logo. *Note @TeX @LaTeX::. - - '@leq{}' - Generate a less-than-or-equal sign, '<='. *Note @geq @leq::. - - '@lisp' - Begin an example of Lisp code. Indent text, do not fill, and - select fixed-width font. Pair with '@end lisp'. *Note @lisp::. - - '@listoffloats' - Produce a table-of-contents-like listing of '@float's. *Note - @listoffloats::. - - '@lowersections' - Change subsequent chapters to sections, sections to subsections, - and so on. *Note '@raisesections' and '@lowersections': - Raise/lower sections. - - '@macro MACRONAME {PARAMS}' - Define a new Texinfo command '@MACRONAME{PARAMS}'. Pair with '@end - macro'. *Note Defining Macros::. - - '@majorheading TITLE' - Print an unnumbered chapter-like heading, but omit from the table - of contents. This generates more vertical whitespace before the - heading than the '@chapheading' command. *Note @majorheading - @chapheading::. - - '@math{MATHEMATICAL-EXPRESSION}' - Format a mathematical expression. *Note Inserting Math::. - - '@menu' - Mark the beginning of a menu of nodes. No effect in a printed - manual. Pair with '@end menu'. *Note Menus::. - - '@minus{}' - Generate a minus sign, '-'. *Note @minus::. - - '@multitable COLUMN-WIDTH-SPEC' - Begin a multi-column table. Begin each row with '@item' or - '@headitem', and separate columns with '@tab'. Pair with '@end - multitable'. *Note Multitable Column Widths::. - - '@need N' - Start a new page in a printed manual if fewer than N mils - (thousandths of an inch) remain on the current page. *Note - @need::. - - '@node NAME, NEXT, PREVIOUS, UP' - Begin a new node. *Note Writing a Node::. - - '@noindent' - Prevent text from being indented as if it were a new paragraph. - *Note @noindent::. - - '@novalidate' - Suppress validation of node references and omit creation of - auxiliary files with TeX. Use before any sectioning or - cross-reference commands. *Note Pointer Validation::. - - '@O{}' - '@o{}' - Generate the uppercase and lowercase O-with-slash letters, - respectively: /O, /o. - - '@oddfooting [LEFT] @| [CENTER] @| [RIGHT]' - '@oddheading [LEFT] @| [CENTER] @| [RIGHT]' - Specify page footings resp. headings for odd-numbered (right-hand) - pages. *Note How to Make Your Own Headings: Custom Headings. - - '@OE{}' - '@oe{}' - Generate the uppercase and lowercase OE ligatures, respectively: - OE, oe. *Note Inserting Accents::. - - '@ogonek{C}' - Generate an ogonek diacritic under the next character, as in a;. - *Note Inserting Accents::. - - '@option{OPTION-NAME}' - Indicate a command-line option, such as '-l' or '--help'. *Note - @option::. - - '@ordf{}' - '@ordm{}' - Generate the feminine and masculine Spanish ordinals, respectively: - a, o. *Note Inserting Accents::. - - '@page' - Start a new page in a printed manual. No effect in Info. *Note - @page::. - - '@pagesizes [WIDTH][, HEIGHT]' - Change page dimensions. *Note pagesizes::. - - '@paragraphindent INDENT' - Indent paragraphs by INDENT number of spaces (perhaps 0); preserve - source file indentation if INDENT is 'asis'. *Note - @paragraphindent::. - - '@part TITLE' - Begin a group of chapters or appendixes; included in the tables of - contents and produces a page of its own in printed output. *Note - @part::. - - '@pindex ENTRY' - Add ENTRY to the index of programs. *Note Defining the Entries of - an Index: Index Entries. - - '@point{}' - Indicate the position of point in a buffer to the reader with a - glyph: '-!-'. *Note @point::. - - '@pounds{}' - Generate the pounds sterling currency sign. *Note @pounds::. - - '@print{}' - Indicate printed output to the reader with a glyph: '-|'. *Note - @print::. - - '@printindex INDEX-NAME' - Generate the alphabetized index for INDEX-NAME (using two columns - in a printed manual). *Note Printing Indices & Menus::. - - '@pxref{NODE, [ENTRY], [NODE-TITLE], [INFO-FILE], [MANUAL]}' - Make a reference that starts with a lowercase 'see' in a printed - manual. Use within parentheses only. Only the first argument is - mandatory. *Note @pxref::. - - '@questiondown{}' - Generate an upside-down question mark. *Note Inserting Accents::. - - '@quotation' - Narrow the margins to indicate text that is quoted from another - work. Takes optional argument specifying prefix text, e.g., an - author name. Pair with '@end quotation'. *Note @quotation::. - - '@quotedblleft{}' - '@quotedblright{}' - '@quoteleft{}' - '@quoteright{}' - '@quotedblbase{}' - '@quotesinglbase{}' - Produce various quotation marks: `` '' ` ' ,, ,. *Note Inserting - Quotation Marks::. - - '@r{TEXT}' - Set TEXT in the regular roman font. No effect in Info. *Note - Fonts::. - - '@raggedright' - Fill text; left justify every line while leaving the right end - ragged. Leave font as is. Pair with '@end raggedright'. No - effect in Info. *Note @raggedright::. - - '@raisesections' - Change subsequent sections to chapters, subsections to sections, - and so on. *Note Raise/lower sections::. - - '@ref{NODE, [ENTRY], [NODE-TITLE], [INFO-FILE], [MANUAL]}' - Make a plain reference that does not start with any special text. - Follow command with a punctuation mark. Only the first argument is - mandatory. *Note @ref::. - - '@refill' - This command used to refill and indent the paragraph after all the - other processing has been done. It is no longer needed, since all - formatters now automatically refill as needed, but you may still - see it in the source to some manuals, as it does no harm. - - '@registeredsymbol{}' - Generate the legal symbol (R). *Note @registeredsymbol::. - - '@result{}' - Indicate the result of an expression to the reader with a special - glyph: '=>'. *Note @result::. - - '@ringaccent{C}' - Generate a ring accent over the next character, as in o*. *Note - Inserting Accents::. - - '@samp{TEXT}' - Indicate a literal example of a sequence of characters, in general. - Quoted in Info output. *Note @samp::. - - '@sansserif{TEXT}' - Set TEXT in a sans serif font if possible. No effect in Info. - *Note Fonts::. - - '@sc{TEXT}' - Set TEXT in a small caps font in printed output, and uppercase in - Info. *Note Smallcaps::. - - '@section TITLE' - Begin a section within a chapter. The section title appears in the - table of contents. In Info, the title is underlined with equal - signs. Within '@chapter' and '@appendix', the section title is - numbered; within '@unnumbered', the section is unnumbered. *Note - @section::. - - '@set TXIVAR [STRING]' - Define the Texinfo variable TXIVAR, optionally to the value STRING. - *Note @set @clear @value::. - - '@setchapternewpage ON-OFF-ODD' - Specify whether chapters start on new pages, and if so, whether on - odd-numbered (right-hand) new pages. *Note @setchapternewpage::. - - '@setfilename INFO-FILE-NAME' - Provide a name to be used for the output files. This command is - ignored for TeX formatting. *Note @setfilename::. - - '@settitle TITLE' - Specify the title for page headers in a printed manual, and the - default document title for HTML '<head>'. *Note @settitle::. - - '@shortcaption' - Define the short caption for a '@float'. *Note @caption - @shortcaption::. - - '@shortcontents' - Print a short table of contents, with chapter-level entries only. - Not relevant to Info, which uses menus rather than tables of - contents. *Note Generating a Table of Contents: Contents. - - '@shorttitlepage TITLE' - Generate a minimal title page. *Note @titlepage::. - - '@slanted{TEXT}' - Set TEXT in a slanted font if possible. No effect in Info. *Note - Fonts::. - - '@smallbook' - Cause TeX to produce a printed manual in a 7 by 9.25 inch format - rather than the regular 8.5 by 11 inch format. *Note @smallbook::. - Also, see *note @small...::. - - '@smalldisplay' - Begin a kind of example. Like '@display', but use a smaller font - size where possible. Pair with '@end smalldisplay'. *Note - @small...::. - - '@smallexample' - Begin an example. Like '@example', but use a smaller font size - where possible. Pair with '@end smallexample'. *Note @small...::. - - '@smallformat' - Begin a kind of example. Like '@format', but use a smaller font - size where possible. Pair with '@end smallformat'. *Note - @small...::. - - '@smallindentedblock' - Like '@indentedblock', but use a smaller font size where possible. - Pair with '@end smallindentedblock'. *Note @small...::. - - '@smalllisp' - Begin an example of Lisp code. Same as '@smallexample'. Pair with - '@end smalllisp'. *Note @small...::. - - '@smallquotation' - Like '@quotation', but use a smaller font size where possible. - Pair with '@end smallquotation'. *Note @small...::. - - '@sortas {KEY}' - Used in the arguments to index commands to give a string by which - the index entry should be sorted. *Note Indexing Commands::. - - '@sp N' - Skip N blank lines. *Note @sp::. - - '@ss{}' - Generate the German sharp-S es-zet letter, ss. *Note Inserting - Accents::. - - '@strong {TEXT}' - Emphasize TEXT more strongly than '@emph', by using *boldface* - where possible; enclosed in asterisks in Info. *Note Emphasizing - Text: emph & strong. - - '@sub {TEXT}' - Set TEXT as a subscript. *Note Inserting Subscripts and - Superscripts::. - - '@subheading TITLE' - Print an unnumbered subsection-like heading, but omit from the - table of contents of a printed manual. In Info, the title is - underlined with hyphens. *Note @unnumberedsubsec @appendixsubsec - @subheading::. - - '@subsection TITLE' - Begin a subsection within a section. The subsection title appears - in the table of contents. In Info, the title is underlined with - hyphens. Same context-dependent numbering as '@section'. *Note - @subsection::. - - '@subsubheading TITLE' - Print an unnumbered subsubsection-like heading, but omit from the - table of contents of a printed manual. In Info, the title is - underlined with periods. *Note @subsubsection::. - - '@subsubsection TITLE' - Begin a subsubsection within a subsection. The subsubsection title - appears in the table of contents. In Info, the title is underlined - with periods. Same context-dependent numbering as '@section'. - *Note @subsubsection::. - - '@subtitle TITLE' - In a printed manual, set a subtitle in a normal sized font flush to - the right-hand side of the page. Not relevant to Info, which does - not have title pages. *Note @title @subtitle @author::. - - '@summarycontents' - Print a short table of contents. Synonym for '@shortcontents'. - *Note Generating a Table of Contents: Contents. - - '@sup {TEXT}' - Set TEXT as a superscript. *Note Inserting Subscripts and - Superscripts::. - - '@syncodeindex FROM-INDEX TO-INDEX' - Merge the index named in the first argument into the index named in - the second argument, formatting the entries from the first index - with '@code'. *Note Combining Indices::. - - '@synindex FROM-INDEX TO-INDEX' - Merge the index named in the first argument into the index named in - the second argument. Do not change the font of FROM-INDEX entries. - *Note Combining Indices::. - - '@t{TEXT}' - Set TEXT in a fixed-width, typewriter-like font. No effect in - Info. *Note Fonts::. - - '@tab' - Separate columns in a row of a multitable. *Note Multitable - Rows::. - - '@table FORMATTING-COMMAND' - Begin a two-column table (description list), using '@item' for each - entry. Write each first column entry on the same line as '@item'. - First column entries are printed in the font resulting from - FORMATTING-COMMAND. Pair with '@end table'. *Note Making a - Two-column Table: Two-column Tables. Also see *note @ftable - @vtable::, and *note @itemx::. - - '@TeX{}' - Generate the TeX logo. *Note @TeX @LaTeX::. - - '@tex' - Enter TeX completely. Pair with '@end tex'. *Note Raw Formatter - Commands::. - - '@textdegree{}' - Generate the degree symbol. *Note @textdegree::. - - '@thischapter' - '@thischaptername' - '@thischapternum' - '@thisfile' - '@thispage' - '@thistitle' - Only allowed in a heading or footing. Stands for, respectively, - the number and name of the current chapter (in the format 'Chapter - 1: Title'), the current chapter name only, the current chapter - number only, the filename, the current page number, and the title - of the document, respectively. *Note How to Make Your Own - Headings: Custom Headings. - - '@TH{}' - '@th{}' - Generate the uppercase and lowercase Icelandic letter thorn, - respectively: TH, th. *Note Inserting Accents::. - - '@tie{}' - Generate a normal interword space at which a line break is not - allowed. *Note @tie::. - - '@tieaccent{CC}' - Generate a tie-after accent over the next two characters CC, as in - 'oo['. *Note Inserting Accents::. - - '@tindex ENTRY' - Add ENTRY to the index of data types. *Note Defining the Entries - of an Index: Index Entries. - - '@title TITLE' - In a printed manual, set a title flush to the left-hand side of the - page in a larger than normal font and underline it with a black - rule. Not relevant to Info, which does not have title pages. - *Note @title @subtitle @author::. - - '@titlefont{TEXT}' - In a printed manual, print TEXT in a larger than normal font. - *Note @titlefont @center @sp::. - - '@titlepage' - Begin the title page. Write the command on a line of its own, - paired with '@end titlepage'. Nothing between '@titlepage' and - '@end titlepage' appears in Info. *Note @titlepage::. - - '@today{}' - Insert the current date, in '1 Jan 1900' style. *Note How to Make - Your Own Headings: Custom Headings. - - '@top TITLE' - Mark the topmost '@node' in the file, which must be defined on the - line immediately preceding the '@top' command. The title is - formatted as a chapter-level heading. The entire top node, - including the '@node' and '@top' lines, are normally enclosed with - '@ifnottex ... @end ifnottex'. In TeX and 'texinfo-format-buffer', - the '@top' command is merely a synonym for '@unnumbered'. *Note - makeinfo Pointer Creation::. - - '@U{HEX}' - Output a representation of Unicode character U+HEX. *Note - Inserting Unicode::. - - '@u{C}' - '@ubaraccent{C}' - '@udotaccent{C}' - Generate a breve, underbar, or underdot accent, respectively, over - or under the character C, as in o(, o_, .o. *Note Inserting - Accents::. - - '@unmacro MACRONAME' - Undefine the macro '@MACRONAME' if it has been defined. *Note - Defining Macros::. - - '@unnumbered TITLE' - Begin a chapter that appears without chapter numbers of any kind. - The title appears in the table of contents. In Info, the title is - underlined with asterisks. *Note @unnumbered @appendix::. - - '@unnumberedsec TITLE' - Begin a section that appears without section numbers of any kind. - The title appears in the table of contents of a printed manual. In - Info, the title is underlined with equal signs. *Note - @unnumberedsec @appendixsec @heading::. - - '@unnumberedsubsec TITLE' - Begin an unnumbered subsection. The title appears in the table of - contents. In Info, the title is underlined with hyphens. *Note - @unnumberedsubsec @appendixsubsec @subheading::. - - '@unnumberedsubsubsec TITLE' - Begin an unnumbered subsubsection. The title appears in the table - of contents. In Info, the title is underlined with periods. *Note - @subsubsection::. - - '@uref{URL[, DISPLAYED-TEXT][, REPLACEMENT}' - '@url{URL[, DISPLAYED-TEXT][, REPLACEMENT}' - Define a cross-reference to an external uniform resource locator, - e.g., for the World Wide Web. *Note @url::. - - '@urefbreakstyle STYLE' - Specify how '@uref'/'@url' should break at special characters: - 'after', 'before', 'none'. *Note @url::. - - '@v{C}' - Generate check accent over the character C, as in o<. *Note - Inserting Accents::. - - '@validatemenus ON-OFF' - Control whether menus can be automatically generated. *Note - Writing a Menu::. - - '@value{TXIVAR}' - Insert the value, if any, of the Texinfo variable TXIVAR, - previously defined by '@set'. *Note @set @clear @value::. - - '@var{METASYNTACTIC-VARIABLE}' - Highlight a metasyntactic variable, which is something that stands - for another piece of text. *Note @var::. - - '@verb{DELIM LITERAL DELIM}' - Output LITERAL, delimited by the single character DELIM, exactly as - is (in the fixed-width font), including any whitespace or Texinfo - special characters. *Note @verb::. - - '@verbatim' - Output the text of the environment exactly as is (in the - fixed-width font). Pair with '@end verbatim'. *Note @verbatim::. - - '@verbatiminclude FILENAME' - Output the contents of FILENAME exactly as is (in the fixed-width - font). *Note @verbatiminclude::. - - '@vindex ENTRY' - Add ENTRY to the index of variables. *Note Defining the Entries of - an Index: Index Entries. - - '@vskip AMOUNT' - In a printed manual, insert whitespace so as to push text on the - remainder of the page towards the bottom of the page. Used in - formatting the copyright page with the argument '0pt plus 1filll'. - (Note spelling of 'filll'.) '@vskip' may be used only in contexts - ignored for Info. *Note Copyright::. - - '@vtable FORMATTING-COMMAND' - Begin a two-column table, using '@item' for each entry. - Automatically enter each of the items in the first column into the - index of variables. Pair with '@end vtable'. The same as - '@table', except for indexing. *Note @ftable @vtable::. - - '@w{TEXT}' - Disallow line breaks within TEXT. *Note @w::. - - '@xml' - Enter XML completely. Pair with '@end xml'. *Note Raw Formatter - Commands::. - - '@xref{NODE, [ENTRY], [NODE-TITLE], [INFO-FILE], [MANUAL]}' - Make a reference that starts with 'See' in a printed manual. - Follow command with a punctuation mark. Only the first argument is - mandatory. *Note @xref::. - - '@xrefautomaticsectiontitle ON-OFF' - By default, use the section title instead of the node name in cross - references. *Note Three Arguments::. - -  - File: texinfo.info, Node: Command Contexts, Next: Obsolete @-Commands, Prev: Command List, Up: @-Command Details - - A.3 @-Command Contexts - ====================== - - Here we describe approximately which @-commands can be used in which - contexts. It not exhaustive or meant to be a complete reference. - Discrepancies between the information here and the 'makeinfo' or TeX - implementations are most likely to be resolved in favor of the - implementation. - - By "general text" below, we mean anything except sectioning and other - such outer-level document commands, such as '@section', '@node', and - '@setfilename'. - - '@c', '@comment' and '@if ... @end if' conditional commands may - appear anywhere (except the conditionals must still be on lines by - themselves). '@caption' may only appear in '@float' but may contain - general text. '@footnote' content likewise. - - @-commands with braces marking text (such as '@strong', '@sc', - '@asis') may contain raw formatter commands such as '@html' but no other - block commands (other commands terminated by '@end') and may not be - split across paragraphs, but may otherwise contain general text. - - In addition to the block command restriction, on '@center', '@exdent' - and '@item' in '@table' lines, @-commands that makes only sense in a - paragraph are not accepted, such as '@indent'. - - In addition to the above, sectioning commands cannot contain - '@anchor', '@footnote' or '@verb'. - - In addition to the above, remaining commands ('@node', '@anchor', - '@printindex', '@ref', '@math', '@cindex', '@url', '@image', and so on) - cannot contain cross-reference commands ('@ref', '@xref', '@pxref' and - '@inforef'). In one last addition, '@shortcaption' may only appear - inside '@float'. - - For precise and complete information, we suggest looking into the - test suite in the sources, which exhaustively tries combinations. - -  - File: texinfo.info, Node: Obsolete @-Commands, Prev: Command Contexts, Up: @-Command Details - - A.4 Obsolete @-Commands - ======================= - - Here are Texinfo @-commands which are obsolete or have been removed - completely. This section is for historical purposes. - - '@setcontentsaftertitlepage' - In the past, the contents commands were sometimes placed at the end - of the file, after any indices and just before the '@bye', but we - no longer recommend this. This command could be used by a user - printing a manual, to force the contents to be printed after the - title page (after the '@end titlepage' line) even if the - '@contents' command was at the end of the manual. It now does - nothing. - - '@setshortcontentsaftertitlepage' - This placed the short table of contents after the '@end titlepage' - command even if the '@shortcontents' command was at the end. It - now does nothing. - -  - File: texinfo.info, Node: Tips, Next: Sample Texinfo Files, Prev: @-Command Details, Up: Top - - Appendix B Tips and Hints - ************************* - - Here are some tips for writing Texinfo documentation: - - * Write in the present tense, not in the past or the future. - - * Write actively! For example, write "We recommend that ..." rather - than "It is recommended that ...". - - * Use 70 or 72 as your fill column. Longer lines are hard to read. - - * Include a copyright notice and copying permissions. - - Index, Index, Index! - .................... - - Write many index entries, in different ways. Readers like indices; they - are helpful and convenient. - - Although it is easiest to write index entries as you write the body - of the text, some people prefer to write entries afterwards. In either - case, write an entry before the paragraph to which it applies. This - way, an index entry points to the first page of a paragraph that is - split across pages. - - Here are more index-related hints we have found valuable: - - * Write each index entry differently, so each entry refers to a - different place in the document. - - * Write index entries only where a topic is discussed significantly. - For example, it is not useful to index "debugging information" in a - chapter on reporting bugs. Someone who wants to know about - debugging information will certainly not find it in that chapter. - - * Consistently capitalize the first word of every concept index - entry, or else consistently use lowercase. Terse entries often - call for lowercase; longer entries for capitalization. Whichever - case convention you use, please use one or the other consistently! - Mixing the two styles looks bad. - - * Always capitalize or use uppercase for those words in an index for - which this is proper, such as names of countries or acronyms. - Always use the appropriate case for case-sensitive names, such as - those in C or Lisp. - - * Write the indexing commands that refer to a whole section - immediately after the section command, and write the indexing - commands that refer to a paragraph before that paragraph. - - In the example that follows, a blank line comes after the index - entry for "Leaping": - - @section The Dog and the Fox - @cindex Jumping, in general - @cindex Leaping - - @cindex Dog, lazy, jumped over - @cindex Lazy dog jumped over - @cindex Fox, jumps over dog - @cindex Quick fox jumps over dog - The quick brown fox jumps over the lazy dog. - - (Note that the example shows entries for the same concept that are - written in different ways--'Lazy dog', and 'Dog, lazy'--so readers - can look up the concept in different ways.) - - Blank Lines - ........... - - * Insert a blank line between a sectioning command and the first - following sentence or paragraph, or between the indexing commands - associated with the sectioning command and the first following - sentence or paragraph, as shown in the tip on indexing. It makes - the source easier to read. - - * Always insert a blank line before a '@table' command and after an - '@end table' command; but never insert a blank line after an - '@table' command. - - For example, - - Types of fox: - - @table @samp - @item Quick - Jump over lazy dogs. - - @item Brown - Also jump over lazy dogs. - @end table - - @noindent - On the other hand, ... - - Insert blank lines before and after '@itemize' ... '@end itemize' - and '@enumerate' ... '@end enumerate' in the same way. - - Complete Phrases - ................ - - Complete phrases are easier to read than ... - - * Write entries in an itemized list as complete sentences; or at - least, as complete phrases. Incomplete expressions ... awkward ... - like this. - - * Write the prefatory sentence or phrase for a multi-item list or - table as a complete expression. Do not write "You can set:"; - instead, write "You can set these variables:". The former - expression sounds cut off. - - Editions, Dates and Versions - ............................ - - Include edition numbers, version numbers, and dates in the '@copying' - text (for people reading the Texinfo file, and for the legal copyright - in the output files). Then use '@insertcopying' in the '@titlepage' - section for people reading the printed output (*note Short Sample::). - - It is easiest to handle such version information using '@set' and - '@value'. *Note @value Example::, and *note GNU Sample Texts::. - - Definition Commands - ................... - - Definition commands are '@deffn', '@defun', '@defmac', and the like, and - enable you to write descriptions in a uniform format. - - * Write just one definition command for each entity you define with a - definition command. The automatic indexing feature creates an - index entry that leads the reader to the definition. - - * Use '@table' ... '@end table' in an appendix that contains a - summary of functions, not '@deffn' or other definition commands. - - Capitalization - .............. - - * Capitalize "Texinfo"; it is a name. Do not write the 'x' or 'i' in - uppercase. - - * Capitalize "Info"; it is a name. - - * Write TeX using the '@TeX{}' command. Note the uppercase 'T' and - 'X'. This command causes the formatters to typeset the name - according to the wishes of Donald Knuth, who wrote TeX. (Likewise - '@LaTeX{}' for LaTeX.) - - Spaces - ...... - - Do not use spaces to format a Texinfo file, except inside of '@example' - ... '@end example' and other literal environments and commands. - - For example, TeX fills the following: - - @kbd{C-x v} - @kbd{M-x vc-next-action} - Perform the next logical operation - on the version-controlled file - corresponding to the current buffer. - - so it looks like this: - - 'C-x v' 'M-x vc-next-action' Perform the next logical operation on - the version-controlled file corresponding to the current buffer. - - In this case, the text should be formatted with '@table', '@item', and - '@itemx', to create a table. - - @code, @samp, @var, and '---' - ............................. - - * Use '@code' around Lisp symbols, including command names. For - example, - - The main function is @code{vc-next-action}, ... - - * Avoid putting letters such as 's' immediately after an '@code'. - Such letters look bad. - - * Use '@var' around meta-variables. Do not write angle brackets - around them. - - * Use three hyphens in a row, '---', to indicate a long dash. TeX - typesets these as a long dash and the Info formatters reduce three - hyphens to two. - - Periods Outside of Quotes - ......................... - - Place periods and other punctuation marks _outside_ of quotations, - unless the punctuation is part of the quotation. This practice goes - against some publishing conventions in the United States, but enables - the reader to distinguish between the contents of the quotation and the - whole passage. - - For example, you should write the following sentence with the period - outside the end quotation marks: - - Evidently, 'au' is an abbreviation for ``author''. - - since 'au' does _not_ serve as an abbreviation for 'author.' (with a - period following the word). - - Introducing New Terms - ..................... - - * Introduce new terms so that a reader who does not know them can - understand them from context; or write a definition for the term. - - For example, in the following, the terms "check in", "register" and - "delta" are all appearing for the first time; the example sentence - should be rewritten so they are understandable. - - The major function assists you in checking in a file to your - version control system and registering successive sets of - changes to it as deltas. - - * Use the '@dfn' command around a word being introduced, to indicate - that the reader should not expect to know the meaning already, and - should expect to learn the meaning from this passage. - - Program Invocation Nodes - ........................ - - You can invoke programs such as Emacs, GCC, and 'gawk' from a shell. - The documentation for each program should contain a section that - describes this. Unfortunately, if the node names and titles for these - sections are all different, they are difficult for users to find. - - So, there is a convention to name such sections with a phrase - beginning with the word 'Invoking', as in 'Invoking Emacs'; this way, - users can find the section easily. - - ANSI C Syntax - ............. - - When you use '@example' to describe a C function's calling conventions, - use the ANSI C syntax, like this: - - void dld_init (char *@var{path}); - - And in the subsequent discussion, refer to the argument values by - writing the same argument names, again highlighted with '@var'. - - Avoid the obsolete style that looks like this: - - #include <dld.h> - - dld_init (path) - char *path; - - Also, it is best to avoid writing '#include' above the declaration - just to indicate that the function is declared in a header file. The - practice may give the misimpression that the '#include' belongs near the - declaration of the function. Either state explicitly which header file - holds the declaration or, better yet, name the header file used for a - group of functions at the beginning of the section that describes the - functions. - - Node Length - ........... - - Keep nodes (sections) to a reasonable length, whatever reasonable might - be in the given context. Don't hesitate to break up long nodes into - subnodes and have an extensive tree structure; that's what it's there - for. Many times, readers will probably try to find a single specific - point in the manual, using search, indexing, or just plain guessing, - rather than reading the whole thing from beginning to end. - - You can use the 'texi-elements-by-size' utility to see a list of all - nodes (or sections) in the document, sorted by size (either lines or - words), to find candidates for splitting. It's in the 'util/' - subdirectory of the Texinfo sources. - - Bad Examples - ............ - - Here are several examples of bad writing to avoid: - - In this example, say, " ... you must '@dfn'{check in} the new - version." That flows better. - - When you are done editing the file, you must perform a '@dfn'{check - in}. - - In the following example, say, "... makes a unified interface such as - VC mode possible." - - SCCS, RCS and other version-control systems all perform similar - functions in broadly similar ways (it is this resemblance which - makes a unified control mode like this possible). - - And in this example, you should specify what 'it' refers to: - - If you are working with other people, it assists in coordinating - everyone's changes so they do not step on each other. - - And Finally ... - ............... - - * Pronounce TeX as if the 'X' were a Greek 'chi', as the last sound - in the name 'Bach'. But pronounce Texinfo as in 'speck': - "teckinfo". - - * Write notes for yourself at the very end of a Texinfo file after - the '@bye'. None of the formatters process text after the '@bye'; - it is as if the text were within '@ignore' ... '@end ignore'. - -  - File: texinfo.info, Node: Sample Texinfo Files, Next: Texinfo Mode, Prev: Tips, Up: Top - - Appendix C Sample Texinfo Files - ******************************* - - The first example from the first chapter (*note Short Sample::) is given - here in its entirety, without commentary. The second example includes - the full texts to be used in GNU manuals. - - * Menu: - - * Short Sample Texinfo File:: - * GNU Sample Texts:: - * Verbatim Copying License:: - * All-permissive Copying License:: - -  - File: texinfo.info, Node: Short Sample Texinfo File, Next: GNU Sample Texts, Up: Sample Texinfo Files - - C.1 Short Sample - ================ - - Here is a complete, short sample Texinfo file. You can see this file, - with comments, in the first chapter. *Note Short Sample::. - - In a nutshell: The 'makeinfo' program transforms a Texinfo source - file such as this into an Info file or HTML; and TeX typesets it for a - printed manual. - - - \input texinfo - @settitle Sample Manual 1.0 - - @copying - This is a short example of a complete Texinfo file. - - Copyright @copyright{} 2016 Free Software Foundation, Inc. - @end copying - - @titlepage - @title Sample Title - @page - @vskip 0pt plus 1filll - @insertcopying - @end titlepage - - @c Output the table of the contents at the beginning. - @contents - - @ifnottex - @node Top - @top GNU Sample - - This manual is for GNU Sample - (version @value{VERSION}, @value{UPDATED}). - @end ifnottex - - @menu - * First Chapter:: The first chapter is the - only chapter in this sample. - * Index:: Complete index. - @end menu - - - @node First Chapter - @chapter First Chapter - - @cindex chapter, first - - This is the first chapter. - @cindex index entry, another - - Here is a numbered list. - - @enumerate - @item - This is the first item. - - @item - This is the second item. - @end enumerate - - - @node Index - @unnumbered Index - - @printindex cp - - @bye - -  - File: texinfo.info, Node: GNU Sample Texts, Next: Verbatim Copying License, Prev: Short Sample Texinfo File, Up: Sample Texinfo Files - - C.2 GNU Sample Texts - ==================== - - Following is a sample Texinfo document with the full texts that should - be used (adapted as necessary) in GNU manuals. - - As well as the legal texts, it also serves as a practical example of - how many elements in a GNU system can affect the manual. If you're not - familiar with all these different elements, don't worry. They're not - required and a perfectly good manual can be written without them. - They're included here nonetheless because many manuals do (or could) - benefit from them. - - *Note Short Sample::, for a minimal example of a Texinfo file. *Note - Beginning and Ending a File::, for a full explanation of that minimal - example. - - Here are some notes on the example: - - * The '$Id:' comment is for the CVS (<http://www.nongnu.org/cvs/>), - RCS (*note (rcs)Top::) and other version control systems, which - expand it into a string such as: - - $Id: texinfo.texi 7814 2017-05-24 19:46:36Z gavin $ - - (This is potentially useful in all sources that use version - control, not just manuals.) You may wish to include the '$Id:' - comment in the '@copying' text, if you want a completely - unambiguous reference to the documentation source version. - - If you want to literally write $Id$, use '@w': '@w{$}Id$'. - Unfortunately, this technique does not work in plain text output, - where it's not clear what should be done. - - * The 'version.texi' in the '@include' command is maintained - automatically by Automake (*note (automake)Top::). It sets the - 'VERSION' and 'UPDATED' values used elsewhere. If your - distribution doesn't use Automake, but you do use Emacs, you may - find the time-stamp.el package helpful (*note (emacs)Time - Stamps::). - - * The '@syncodeindex' command reflects the recommendation to use only - one index where possible, to make it easier for readers to look up - index entries. - - * The '@dircategory' is for constructing the Info directory. *Note - Installing Dir Entries::, which includes a variety of recommended - category names. - - * The 'Invoking' node is a GNU standard to help users find the basic - information about command-line usage of a given program. *Note - (standards)Manual Structure Details::. - - * It is best to include the entire GNU Free Documentation License in - a GNU manual, unless the manual is only a few pages long. Of - course this sample is even shorter than that, but it includes the - FDL anyway in order to show one conventional way to do so. The - 'fdl.texi' file is available on the GNU machines and in the Texinfo - and other GNU source distributions. - - The FDL provides for omitting itself under certain conditions, but - in that case the sample texts given here have to be modified. - *Note GNU Free Documentation License::. - - * If the FSF is not the copyright holder, then use the appropriate - name. - - * If your manual is published on paper by the FSF or is longer than - 400 pages, you should include the standard FSF cover texts (*note - (maintain)License Notices for Documentation::). - - * For documents that express your personal views, feelings or - experiences, it is more appropriate to use a license permitting - only verbatim copying, rather than the FDL. *Note Verbatim Copying - License::. - - Here is the sample document: - - \input texinfo @c -*-texinfo-*- - @comment $Id@w{$} - @comment %**start of header - @include version.texi - @settitle GNU Sample @value{VERSION} - @syncodeindex pg cp - @comment %**end of header - @copying - This manual is for GNU Sample (version @value{VERSION}, @value{UPDATED}), - which is an example in the Texinfo documentation. - - Copyright @copyright{} 2016 Free Software Foundation, Inc. - - @quotation - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.3 or - any later version published by the Free Software Foundation; with no - Invariant Sections, with no Front-Cover Texts, and with no Back-Cover - Texts. A copy of the license is included in the section entitled - ``GNU Free Documentation License''. - @end quotation - @end copying - - @dircategory Texinfo documentation system - @direntry - * sample: (sample)Invoking sample. - @end direntry - - @titlepage - @title GNU Sample - @subtitle for version @value{VERSION}, @value{UPDATED} - @author A.U. Thor (@email{bug-sample@@gnu.org}) - @page - @vskip 0pt plus 1filll - @insertcopying - @end titlepage - - @contents - - @ifnottex - @node Top - @top GNU Sample - - This manual is for GNU Sample (version @value{VERSION}, @value{UPDATED}). - @end ifnottex - - @menu - * Invoking sample:: - * GNU Free Documentation License:: - * Index:: - @end menu - - - @node Invoking sample - @chapter Invoking sample - - @pindex sample - @cindex invoking @command{sample} - - This is a sample manual. There is no sample program to - invoke, but if there were, you could see its basic usage - and command line options here. - - - @node GNU Free Documentation License - @appendix GNU Free Documentation License - - @include fdl.texi - - - @node Index - @unnumbered Index - - @printindex cp - - @bye - -  - File: texinfo.info, Node: Verbatim Copying License, Next: All-permissive Copying License, Prev: GNU Sample Texts, Up: Sample Texinfo Files - - C.3 Verbatim Copying License - ============================ - - For software manuals and other documentation, it is critical to use a - license permitting free redistribution and updating, so that when a free - program is changed, the documentation can be updated as well. - - On the other hand, for documents that express your personal views, - feelings or experiences, it is more appropriate to use a license - permitting only verbatim copying. - - Here is sample text for such a license permitting verbatim copying - only. This is just the license text itself. For a complete sample - document, see the previous sections. - - @copying - This document is a sample for allowing verbatim copying only. - - Copyright @copyright{} 2016 Free Software Foundation, Inc. - - @quotation - Permission is granted to make and distribute verbatim copies - of this entire document without royalty provided the - copyright notice and this permission notice are preserved. - @end quotation - @end copying - -  - File: texinfo.info, Node: All-permissive Copying License, Prev: Verbatim Copying License, Up: Sample Texinfo Files - - C.4 All-permissive Copying License - ================================== - - For software manuals and other documentation, it is important to use a - license permitting free redistribution and updating, so that when a free - program is changed, the documentation can be updated as well. - - On the other hand, for small supporting files, short manuals (under - 300 lines long) and rough documentation (README files, INSTALL files, - etc.), the full FDL would be overkill. They can use a simple - all-permissive license. - - Here is sample text for such an all-permissive license. This is just - the license text itself. For a complete sample document, see the - previous sections. - - Copyright @copyright{} 2016 Free Software Foundation, Inc. - - Copying and distribution of this file, with or without modification, - are permitted in any medium without royalty provided the copyright - notice and this notice are preserved. - -  - File: texinfo.info, Node: Texinfo Mode, Next: Headings, Prev: Sample Texinfo Files, Up: Top - - Appendix D Using Texinfo Mode - ***************************** - - You may edit a Texinfo file with any text editor you choose. A Texinfo - file is no different from any other ASCII file. However, GNU Emacs - comes with a special mode, called Texinfo mode, that provides Emacs - commands and tools to help ease your work. - - * Menu: - - * Texinfo Mode Overview:: How Texinfo mode can help you. - * Emacs Editing:: Texinfo mode adds to GNU Emacs' general - purpose editing features. - * Inserting:: How to insert frequently used @-commands. - * Showing the Structure:: How to show the structure of a file. - * Updating Nodes and Menus:: How to update or create new nodes and menus. - * Info Formatting:: How to format for Info. - * Printing:: How to format and print part or all of a file. - * Texinfo Mode Summary:: Summary of all the Texinfo mode commands. - -  - File: texinfo.info, Node: Texinfo Mode Overview, Next: Emacs Editing, Up: Texinfo Mode - - D.1 Texinfo Mode Overview - ========================= - - Texinfo mode provides special features for working with Texinfo files. - You can: - - * Insert frequently used @-commands. - - * Automatically create '@node' lines. - - * Show the structure of a Texinfo source file. - - * Automatically create or update the 'Next', 'Previous', and 'Up' - pointers of a node. - - * Automatically create or update menus. - - * Automatically create a master menu. - - * Format a part or all of a file for Info. - - * Typeset and print part or all of a file. - - Perhaps the two most helpful features are those for inserting - frequently used @-commands and for creating node pointers and menus. - -  - File: texinfo.info, Node: Emacs Editing, Next: Inserting, Prev: Texinfo Mode Overview, Up: Texinfo Mode - - D.2 The Usual GNU Emacs Editing Commands - ======================================== - - In most cases, the usual Text mode commands work the same in Texinfo - mode as they do in Text mode. Texinfo mode adds new editing commands - and tools to GNU Emacs' general purpose editing features. The major - difference concerns filling. In Texinfo mode, the paragraph separation - variable and syntax table are redefined so that Texinfo commands that - should be on lines of their own are not inadvertently included in - paragraphs. Thus, the 'M-q' ('fill-paragraph') command will refill a - paragraph but not mix an indexing command on a line adjacent to it into - the paragraph. - - In addition, Texinfo mode sets the 'page-delimiter' variable to the - value of 'texinfo-chapter-level-regexp'; by default, this is a regular - expression matching the commands for chapters and their equivalents, - such as appendices. With this value for the page delimiter, you can - jump from chapter title to chapter title with the 'C-x ]' - ('forward-page') and 'C-x [' ('backward-page') commands and narrow to a - chapter with the 'C-x n p' ('narrow-to-page') command. (*Note - (emacs)Pages::, for details about the page commands.) - - You may name a Texinfo file however you wish, but the convention is - to end a Texinfo file name with one of the extensions '.texinfo', - '.texi', '.txi', or '.tex'. A longer extension is preferred, since it - is explicit, but a shorter extension may be necessary for operating - systems that limit the length of file names. GNU Emacs automatically - enters Texinfo mode when you visit a file with a '.texinfo', '.texi' or - '.txi' extension. Also, Emacs switches to Texinfo mode when you visit a - file that has '-*-texinfo-*-' in its first line. If ever you are in - another mode and wish to switch to Texinfo mode, type 'M-x - texinfo-mode'. - - Like all other Emacs features, you can customize or enhance Texinfo - mode as you wish. In particular, the keybindings are very easy to - change. The keybindings described here are the default or standard - ones. - -  - File: texinfo.info, Node: Inserting, Next: Showing the Structure, Prev: Emacs Editing, Up: Texinfo Mode - - D.3 Inserting Frequently Used Commands - ====================================== - - Texinfo mode provides commands to insert various frequently used - @-commands into the buffer. You can use these commands to save - keystrokes. - - The insert commands are invoked by typing 'C-c' twice and then the - first letter of the @-command: - - 'C-c C-c c' - 'M-x texinfo-insert-@code' - Insert '@code{}' and put the cursor between the braces. - - 'C-c C-c d' - 'M-x texinfo-insert-@dfn' - Insert '@dfn{}' and put the cursor between the braces. - - 'C-c C-c e' - 'M-x texinfo-insert-@end' - Insert '@end' and attempt to insert the correct following word, - such as 'example' or 'table'. (This command does not handle nested - lists correctly, but inserts the word appropriate to the - immediately preceding list.) - - 'C-c C-c i' - 'M-x texinfo-insert-@item' - Insert '@item' and put the cursor at the beginning of the next - line. - - 'C-c C-c k' - 'M-x texinfo-insert-@kbd' - Insert '@kbd{}' and put the cursor between the braces. - - 'C-c C-c n' - 'M-x texinfo-insert-@node' - Insert '@node' and a comment line listing the sequence for the - 'Next', 'Previous', and 'Up' nodes. Leave point after the '@node'. - - 'C-c C-c o' - 'M-x texinfo-insert-@noindent' - Insert '@noindent' and put the cursor at the beginning of the next - line. - - 'C-c C-c s' - 'M-x texinfo-insert-@samp' - Insert '@samp{}' and put the cursor between the braces. - - 'C-c C-c t' - 'M-x texinfo-insert-@table' - Insert '@table' followed by a <SPC> and leave the cursor after the - <SPC>. - - 'C-c C-c v' - 'M-x texinfo-insert-@var' - Insert '@var{}' and put the cursor between the braces. - - 'C-c C-c x' - 'M-x texinfo-insert-@example' - Insert '@example' and put the cursor at the beginning of the next - line. - - 'C-c C-c {' - 'M-x texinfo-insert-braces' - Insert '{}' and put the cursor between the braces. - - 'C-c }' - 'C-c ]' - 'M-x up-list' - Move from between a pair of braces forward past the closing brace. - Typing 'C-c ]' is easier than typing 'C-c }', which is, however, - more mnemonic; hence the two keybindings. (Also, you can move out - from between braces by typing 'C-f'.) - - To put a command such as '@code{...}' around an _existing_ word, - position the cursor in front of the word and type 'C-u 1 C-c C-c c'. - This makes it easy to edit existing plain text. The value of the prefix - argument tells Emacs how many words following point to include between - braces--'1' for one word, '2' for two words, and so on. Use a negative - argument to enclose the previous word or words. If you do not specify a - prefix argument, Emacs inserts the @-command string and positions the - cursor between the braces. This feature works only for those @-commands - that operate on a word or words within one line, such as '@kbd' and - '@var'. - - This set of insert commands was created after analyzing the frequency - with which different @-commands are used in the 'GNU Emacs Manual' and - the 'GDB Manual'. If you wish to add your own insert commands, you can - bind a keyboard macro to a key, use abbreviations, or extend the code in - 'texinfo.el'. - - 'C-c C-c C-d' ('texinfo-start-menu-description') is an insert command - that works differently from the other insert commands. It inserts a - node's section or chapter title in the space for the description in a - menu entry line. (A menu entry has three parts, the entry name, the - node name, and the description. Only the node name is required, but a - description helps explain what the node is about. *Note The Parts of a - Menu: Menu Parts.) - - To use 'texinfo-start-menu-description', position point in a menu - entry line and type 'C-c C-c C-d'. The command looks for and copies the - title that goes with the node name, and inserts the title as a - description; it positions point at beginning of the inserted text so you - can edit it. The function does not insert the title if the menu entry - line already contains a description. - - This command is only an aid to writing descriptions; it does not do - the whole job. You must edit the inserted text since a title tends to - use the same words as a node name but a useful description uses - different words. - -  - File: texinfo.info, Node: Showing the Structure, Next: Updating Nodes and Menus, Prev: Inserting, Up: Texinfo Mode - - D.4 Showing the Sectioning Structure of a File - ============================================== - - You can show the sectioning structure of a Texinfo file by using the - 'C-c C-s' command ('texinfo-show-structure'). This command lists the - lines that begin with the @-commands for '@chapter', '@section', and the - like. It constructs what amounts to a table of contents. These lines - are displayed in another buffer called the '*Occur*' buffer. In that - buffer, you can position the cursor over one of the lines and use the - 'C-c C-c' command ('occur-mode-goto-occurrence'), to jump to the - corresponding spot in the Texinfo file. - - 'C-c C-s' - 'M-x texinfo-show-structure' - Show the '@chapter', '@section', and such lines of a Texinfo file. - - 'C-c C-c' - 'M-x occur-mode-goto-occurrence' - Go to the line in the Texinfo file corresponding to the line under - the cursor in the '*Occur*' buffer. - - If you call 'texinfo-show-structure' with a prefix argument by typing - 'C-u C-c C-s', it will list not only those lines with the @-commands for - '@chapter', '@section', and the like, but also the '@node' lines. You - can use 'texinfo-show-structure' with a prefix argument to check whether - the 'Next', 'Previous', and 'Up' pointers of an '@node' line are - correct. - - Often, when you are working on a manual, you will be interested only - in the structure of the current chapter. In this case, you can mark off - the region of the buffer that you are interested in by using the 'C-x n - n' ('narrow-to-region') command and 'texinfo-show-structure' will work - on only that region. To see the whole buffer again, use 'C-x n w' - ('widen'). (*Note (emacs)Narrowing::, for more information about the - narrowing commands.) - - In addition to providing the 'texinfo-show-structure' command, - Texinfo mode sets the value of the page delimiter variable to match the - chapter-level @-commands. This enables you to use the 'C-x ]' - ('forward-page') and 'C-x [' ('backward-page') commands to move forward - and backward by chapter, and to use the 'C-x n p' ('narrow-to-page') - command to narrow to a chapter. *Note (emacs)Pages::, for more - information about the page commands. - -  - File: texinfo.info, Node: Updating Nodes and Menus, Next: Info Formatting, Prev: Showing the Structure, Up: Texinfo Mode - - D.5 Updating Nodes and Menus - ============================ - - Texinfo mode provides commands for automatically creating or updating - menus and node pointers. The commands are called "update" commands - because their most frequent use is for updating a Texinfo file after you - have worked on it; but you can use them to insert the 'Next', - 'Previous', and 'Up' pointers into an '@node' line that has none and to - create menus in a file that has none. - - If you do not use any updating commands, you need to write menus by - hand, which is a tedious task. - - * Menu: - - * Updating Commands:: Five major updating commands. - * Updating Requirements:: How to structure a Texinfo file for - using the updating command. - * Other Updating Commands:: How to indent descriptions, insert - missing nodes lines, and update - nodes in sequence. - -  - File: texinfo.info, Node: Updating Commands, Next: Updating Requirements, Up: Updating Nodes and Menus - - D.5.1 The Updating Commands - --------------------------- - - You can use the updating commands to: - - * insert or update the 'Next', 'Previous', and 'Up' pointers of a - node, - - * insert or update the menu for a section, and - - * create a master menu for a Texinfo source file. - - You can also use the commands to update all the nodes and menus in a - region or in a whole Texinfo file. - - The updating commands work only with conventional Texinfo files, - which are structured hierarchically like books. In such files, a - structuring command line must follow closely after each '@node' line, - except for the 'Top' '@node' line. (A "structuring command line" is a - line beginning with '@chapter', '@section', or other similar command.) - - You can write the structuring command line on the line that follows - immediately after an '@node' line or else on the line that follows after - a single '@comment' line or a single '@ifinfo' line. You cannot - interpose more than one line between the '@node' line and the - structuring command line; and you may interpose only a '@comment' line - or an '@ifinfo' line. - - Commands which work on a whole buffer require that the 'Top' node be - followed by a node with a '@chapter' or equivalent-level command. The - menu updating commands will not create a main or master menu for a - Texinfo file that has only '@chapter'-level nodes! The menu updating - commands only create menus _within_ nodes for lower level nodes. To - create a menu of chapters, you must provide a 'Top' node. - - The menu updating commands remove menu entries that refer to other - Info files since they do not refer to nodes within the current buffer. - This is a deficiency. Rather than use menu entries, you can use cross - references to refer to other Info files. None of the updating commands - affect cross-references. - - Texinfo mode has five updating commands that are used most often: two - are for updating the node pointers or menu of a single node (or a - region); two are for updating every node pointer and menu in a file; and - one, the 'texinfo-master-menu' command, is for creating a master menu - for a complete file, and optionally, for updating every node and menu in - the whole Texinfo file. - - The 'texinfo-master-menu' command is the primary command: - - 'C-c C-u m' - 'M-x texinfo-master-menu' - Create or update a master menu that includes all the other menus - (incorporating the descriptions from pre-existing menus, if any). - - With an argument (prefix argument, 'C-u,' if interactive), first - create or update all the nodes and all the regular menus in the - buffer before constructing the master menu. (*Note The Top Node - and Master Menu: The Top Node, for more about a master menu.) - - For 'texinfo-master-menu' to work, the Texinfo file must have a - 'Top' node and at least one subsequent node. - - After extensively editing a Texinfo file, you can type the - following: - - C-u M-x texinfo-master-menu - or - C-u C-c C-u m - - This updates all the nodes and menus completely and all at once. - - The other major updating commands do smaller jobs and are designed - for the person who updates nodes and menus as he or she writes a Texinfo - file. - - The commands are: - - 'C-c C-u C-n' - 'M-x texinfo-update-node' - Insert the 'Next', 'Previous', and 'Up' pointers for the node that - point is within (i.e., for the '@node' line preceding point). If - the '@node' line has pre-existing 'Next', 'Previous', or 'Up' - pointers in it, the old pointers are removed and new ones inserted. - With an argument (prefix argument, 'C-u', if interactive), this - command updates all '@node' lines in the region (which is the text - between point and mark). - - 'C-c C-u C-m' - 'M-x texinfo-make-menu' - Create or update the menu in the node that point is within. With - an argument ('C-u' as prefix argument, if interactive), the command - makes or updates menus for the nodes which are either within or a - part of the region. - - Whenever 'texinfo-make-menu' updates an existing menu, the - descriptions from that menu are incorporated into the new menu. - This is done by copying descriptions from the existing menu to the - entries in the new menu that have the same node names. If the node - names are different, the descriptions are not copied to the new - menu. - - 'C-c C-u C-e' - 'M-x texinfo-every-node-update' - Insert or update the 'Next', 'Previous', and 'Up' pointers for - every node in the buffer. - - 'C-c C-u C-a' - 'M-x texinfo-all-menus-update' - Create or update all the menus in the buffer. With an argument - ('C-u' as prefix argument, if interactive), first insert or update - all the node pointers before working on the menus. - - If a master menu exists, the 'texinfo-all-menus-update' command - updates it; but the command does not create a new master menu if - none already exists. (Use the 'texinfo-master-menu' command for - that.) - - When working on a document that does not merit a master menu, you - can type the following: - - C-u C-c C-u C-a - or - C-u M-x texinfo-all-menus-update - - This updates all the nodes and menus. - - The 'texinfo-column-for-description' variable specifies the column to - which menu descriptions are indented. By default, the value is 32 - although it can be useful to reduce it to as low as 24. You can set the - variable via customization (*note (emacs)Customization::) or with the - 'M-x set-variable' command (*note Examining and Setting Variables: - (emacs)Examining.). - - Also, the 'texinfo-indent-menu-description' command may be used to - indent existing menu descriptions to a specified column. Finally, if - you wish, you can use the 'texinfo-insert-node-lines' command to insert - missing '@node' lines into a file. (*Note Other Updating Commands::, - for more information.) - -  - File: texinfo.info, Node: Updating Requirements, Next: Other Updating Commands, Prev: Updating Commands, Up: Updating Nodes and Menus - - D.5.2 Updating Requirements - --------------------------- - - To use the updating commands, you must organize the Texinfo file - hierarchically with chapters, sections, subsections, and the like. When - you construct the hierarchy of the manual, do not 'jump down' more than - one level at a time: you can follow the 'Top' node with a chapter, but - not with a section; you can follow a chapter with a section, but not - with a subsection. However, you may 'jump up' any number of levels at - one time--for example, from a subsection to a chapter. - - Each '@node' line, with the exception of the line for the 'Top' node, - must be followed by a line with a structuring command such as - '@chapter', '@section', or '@unnumberedsubsec'. - - Each '@node' line/structuring-command line combination must look - either like this: - - @node Comments, Minimum, Conventions, Overview - @comment node-name, next, previous, up - @section Comments - - or like this (without the '@comment' line): - - @node Comments, Minimum, Conventions, Overview - @section Comments - - or like this (without the explicit node pointers): - - @node Comments - @section Comments - - In this example, 'Comments' is the name of both the node and the - section. The next node is called 'Minimum' and the previous node is - called 'Conventions'. The 'Comments' section is within the 'Overview' - node, which is specified by the 'Up' pointer. (Instead of an '@comment' - line, you may also write an '@ifinfo' line.) - - If a file has a 'Top' node, it must be called 'top' or 'Top' and be - the first node in the file. - - The menu updating commands create a menu of sections within a - chapter, a menu of subsections within a section, and so on. This means - that you must have a 'Top' node if you want a menu of chapters. - - Incidentally, the 'makeinfo' command will create an Info file for a - hierarchically organized Texinfo file that lacks 'Next', 'Previous' and - 'Up' pointers. Thus, if you can be sure that your Texinfo file will be - formatted with 'makeinfo', you have no need for the update node - commands. (*Note Creating an Info File::, for more information about - 'makeinfo'.) - -  - File: texinfo.info, Node: Other Updating Commands, Prev: Updating Requirements, Up: Updating Nodes and Menus - - D.5.3 Other Updating Commands - ----------------------------- - - In addition to the five major updating commands, Texinfo mode possesses - several less frequently used updating commands: - - 'M-x texinfo-insert-node-lines' - Insert '@node' lines before the '@chapter', '@section', and other - sectioning commands wherever they are missing throughout a region - in a Texinfo file. - - With an argument ('C-u' as prefix argument, if interactive), the - command 'texinfo-insert-node-lines' not only inserts '@node' lines - but also inserts the chapter or section titles as the names of the - corresponding nodes. In addition, it inserts the titles as node - names in pre-existing '@node' lines that lack names. Since node - names should be more concise than section or chapter titles, you - must manually edit node names so inserted. - - For example, the following marks a whole buffer as a region and - inserts '@node' lines and titles throughout: - - C-x h C-u M-x texinfo-insert-node-lines - - This command inserts titles as node names in '@node' lines; the - 'texinfo-start-menu-description' command (*note Inserting - Frequently Used Commands: Inserting.) inserts titles as - descriptions in menu entries, a different action. However, in both - cases, you need to edit the inserted text. - - 'M-x texinfo-multiple-files-update' - Update nodes and menus in a document built from several separate - files. With 'C-u' as a prefix argument, create and insert a master - menu in the outer file. With a numeric prefix argument, such as - 'C-u 2', first update all the menus and all the 'Next', 'Previous', - and 'Up' pointers of all the included files before creating and - inserting a master menu in the outer file. The - 'texinfo-multiple-files-update' command is described in the - appendix on '@include' files. *Note - texinfo-multiple-files-update::. - - 'M-x texinfo-indent-menu-description' - Indent every description in the menu following point to the - specified column. You can use this command to give yourself more - space for descriptions. With an argument ('C-u' as prefix - argument, if interactive), the 'texinfo-indent-menu-description' - command indents every description in every menu in the region. - However, this command does not indent the second and subsequent - lines of a multi-line description. - - 'M-x texinfo-sequential-node-update' - Insert the names of the nodes immediately following and preceding - the current node as the 'Next' or 'Previous' pointers regardless of - those nodes' hierarchical level. This means that the 'Next' node - of a subsection may well be the next chapter. Sequentially ordered - nodes are useful for novels and other documents that you read - through sequentially. (However, in Info, the 'g *' command lets - you look through the file sequentially, so sequentially ordered - nodes are not strictly necessary.) With an argument (prefix - argument, if interactive), the 'texinfo-sequential-node-update' - command sequentially updates all the nodes in the region. - -  - File: texinfo.info, Node: Info Formatting, Next: Printing, Prev: Updating Nodes and Menus, Up: Texinfo Mode - - D.6 Formatting for Info - ======================= - - Texinfo mode provides several commands for formatting part or all of a - Texinfo file for Info. Often, when you are writing a document, you want - to format only part of a file--that is, a region. - - You can use either the 'texinfo-format-region' or the - 'makeinfo-region' command to format a region: - - 'C-c C-e C-r' - 'M-x texinfo-format-region' - 'C-c C-m C-r' - 'M-x makeinfo-region' - Format the current region for Info. - - You can use either the 'texinfo-format-buffer' or the - 'makeinfo-buffer' command to format a whole buffer: - - 'C-c C-e C-b' - 'M-x texinfo-format-buffer' - 'C-c C-m C-b' - 'M-x makeinfo-buffer' - Format the current buffer for Info. - - For example, after writing a Texinfo file, you can type the - following: - - C-u C-c C-u m - or - C-u M-x texinfo-master-menu - - This updates all the nodes and menus. Then type the following to create - an Info file: - - C-c C-m C-b - or - M-x makeinfo-buffer - - *Note Creating an Info File:: for details about Info formatting. - -  - File: texinfo.info, Node: Printing, Next: Texinfo Mode Summary, Prev: Info Formatting, Up: Texinfo Mode - - D.7 Printing - ============ - - Typesetting and printing a Texinfo file is a multi-step process in which - you first create a file for printing (called a DVI file), and then print - the file. Optionally, you may also create indices. To do this, you - must run the 'texindex' command after first running the 'tex' - typesetting command; and then you must run the 'tex' command again. Or - else run the 'texi2dvi' command which automatically creates indices as - needed (*note Format with texi2dvi::). - - Often, when you are writing a document, you want to typeset and print - only part of a file to see what it will look like. You can use the - 'texinfo-tex-region' and related commands for this purpose. Use the - 'texinfo-tex-buffer' command to format all of a buffer. - - 'C-c C-t C-b' - 'M-x texinfo-tex-buffer' - Run 'texi2dvi' on the buffer. In addition to running TeX on the - buffer, this command automatically creates or updates indices as - needed. - - 'C-c C-t C-r' - 'M-x texinfo-tex-region' - Run TeX on the region. - - 'C-c C-t C-i' - 'M-x texinfo-texindex' - Run 'texindex' to sort the indices of a Texinfo file formatted with - 'texinfo-tex-region'. The 'texinfo-tex-region' command does not - run 'texindex' automatically; it only runs the 'tex' typesetting - command. You must run the 'texinfo-tex-region' command a second - time after sorting the raw index files with the 'texindex' command. - (Usually, you do not format an index when you format a region, only - when you format a buffer. Now that the 'texi2dvi' command exists, - there is little or no need for this command.) - - 'C-c C-t C-p' - 'M-x texinfo-tex-print' - Print the file (or the part of the file) previously formatted with - 'texinfo-tex-buffer' or 'texinfo-tex-region'. - - For 'texinfo-tex-region' or 'texinfo-tex-buffer' to work, the file - _must_ start with a '\input texinfo' line and must include a '@settitle' - line. The file must end with '@bye' on a line by itself. (When you use - 'texinfo-tex-region', you must surround the '@settitle' line with - start-of-header and end-of-header lines.) - - *Note Hardcopy::, for a description of the other TeX related - commands, such as 'tex-show-print-queue'. - -  - File: texinfo.info, Node: Texinfo Mode Summary, Prev: Printing, Up: Texinfo Mode - - D.8 Texinfo Mode Summary - ======================== - - In Texinfo mode, each set of commands has default keybindings that begin - with the same keys. All the commands that are custom-created for - Texinfo mode begin with 'C-c'. The keys are somewhat mnemonic. - - Insert Commands - --------------- - - The insert commands are invoked by typing 'C-c' twice and then the first - letter of the @-command to be inserted. (It might make more sense - mnemonically to use 'C-c C-i', for 'custom insert', but 'C-c C-c' is - quick to type.) - - C-c C-c c Insert '@code'. - C-c C-c d Insert '@dfn'. - C-c C-c e Insert '@end'. - C-c C-c i Insert '@item'. - C-c C-c n Insert '@node'. - C-c C-c s Insert '@samp'. - C-c C-c v Insert '@var'. - C-c { Insert braces. - C-c ] - C-c } Move out of enclosing braces. - - C-c C-c C-d Insert a node's section title - in the space for the description - in a menu entry line. - - Show Structure - -------------- - - The 'texinfo-show-structure' command is often used within a narrowed - region. - - C-c C-s List all the headings. - - The Master Update Command - ------------------------- - - The 'texinfo-master-menu' command creates a master menu; and can be used - to update every node and menu in a file as well. - - C-c C-u m - M-x texinfo-master-menu - Create or update a master menu. - - C-u C-c C-u m With 'C-u' as a prefix argument, first - create or update all nodes and regular - menus, and then create a master menu. - - Update Pointers - --------------- - - The update pointer commands are invoked by typing 'C-c C-u' and then - either 'C-n' for 'texinfo-update-node' or 'C-e' for - 'texinfo-every-node-update'. - - C-c C-u C-n Update a node. - C-c C-u C-e Update every node in the buffer. - - Update Menus - ------------ - - Invoke the update menu commands by typing 'C-c C-u' and then either - 'C-m' for 'texinfo-make-menu' or 'C-a' for 'texinfo-all-menus-update'. - To update both nodes and menus at the same time, precede 'C-c C-u C-a' - with 'C-u'. - - C-c C-u C-m Make or update a menu. - - C-c C-u C-a Make or update all - menus in a buffer. - - C-u C-c C-u C-a With 'C-u' as a prefix argument, - first create or update all nodes and - then create or update all menus. - - Format for Info - --------------- - - The Info formatting commands that are written in Emacs Lisp are invoked - by typing 'C-c C-e' and then either 'C-r' for a region or 'C-b' for the - whole buffer. - - The Info formatting commands that are written in C and based on the - 'makeinfo' program are invoked by typing 'C-c C-m' and then either 'C-r' - for a region or 'C-b' for the whole buffer. - - Use the 'texinfo-format...' commands: - - C-c C-e C-r Format the region. - C-c C-e C-b Format the buffer. - - Use 'makeinfo': - - C-c C-m C-r Format the region. - C-c C-m C-b Format the buffer. - C-c C-m C-l Recenter the 'makeinfo' output buffer. - C-c C-m C-k Kill the 'makeinfo' formatting job. - - Typeset and Print - ----------------- - - The TeX typesetting and printing commands are invoked by typing 'C-c - C-t' and then another control command: 'C-r' for 'texinfo-tex-region', - 'C-b' for 'texinfo-tex-buffer', and so on. - - C-c C-t C-r Run TeX on the region. - C-c C-t C-b Run texi2dvi on the buffer. - C-c C-t C-i Run texindex. - C-c C-t C-p Print the DVI file. - C-c C-t C-q Show the print queue. - C-c C-t C-d Delete a job from the print queue. - C-c C-t C-k Kill the current TeX formatting job. - C-c C-t C-x Quit a currently stopped TeX formatting job. - C-c C-t C-l Recenter the output buffer. - - Other Updating Commands - ----------------------- - - The remaining updating commands do not have standard keybindings because - they are rarely used. - - M-x texinfo-insert-node-lines - Insert missing '@node' lines in region. - With 'C-u' as a prefix argument, - use section titles as node names. - - M-x texinfo-multiple-files-update - Update a multi-file document. - With 'C-u 2' as a prefix argument, - create or update all nodes and menus - in all included files first. - - M-x texinfo-indent-menu-description - Indent descriptions. - - M-x texinfo-sequential-node-update - Insert node pointers in strict sequence. - -  - File: texinfo.info, Node: Headings, Next: Catching Mistakes, Prev: Texinfo Mode, Up: Top - - Appendix E Page Headings - ************************ - - Most printed manuals contain headings along the top of every page except - the title and copyright pages. Some manuals also contain footings. - Headings and footings have no meaning in Info or the other output - formats. - - * Menu: - - * Headings Introduced:: Conventions for using page headings. - * Heading Format:: Standard page heading formats. - * Heading Choice:: How to specify the type of page heading. - * Custom Headings:: How to create your own headings and footings. - -  - File: texinfo.info, Node: Headings Introduced, Next: Heading Format, Up: Headings - - E.1 Headings Introduced - ======================= - - Texinfo provides standard page heading formats for manuals that are - printed on one side of each sheet of paper and for manuals that are - printed on both sides of the paper. Typically, you will use these - formats, but you can specify your own format if you wish. - - In addition, you can specify whether chapters should begin on a new - page, or merely continue the same page as the previous chapter; and if - chapters begin on new pages, you can specify whether they must be - odd-numbered pages. - - By convention, a book is printed on both sides of each sheet of - paper. When you open a book, the right-hand page is odd-numbered, and - chapters begin on right-hand pages--a preceding left-hand page is left - blank if necessary. Reports, however, are often printed on just one - side of paper, and chapters begin on a fresh page immediately following - the end of the preceding chapter. In short or informal reports, - chapters often do not begin on a new page at all, but are separated from - the preceding text by a small amount of whitespace. - - The '@setchapternewpage' command controls whether chapters begin on - new pages, and whether one of the standard heading formats is used. In - addition, Texinfo has several heading and footing commands that you can - use to generate your own heading and footing formats. - - In Texinfo, headings and footings are single lines at the tops and - bottoms of pages; you cannot create multiline headings or footings. - Each header or footer line is divided into three parts: a left part, a - middle part, and a right part. Any part, or a whole line, may be left - blank. Text for the left part of a header or footer line is set - flushleft; text for the middle part is centered; and, text for the right - part is set flushright. - -  - File: texinfo.info, Node: Heading Format, Next: Heading Choice, Prev: Headings Introduced, Up: Headings - - E.2 Standard Heading Formats - ============================ - - Texinfo provides two standard heading formats, one for manuals printed - on one side of each sheet of paper, and the other for manuals printed on - both sides of the paper. - - By default, nothing is specified for the footing of a Texinfo file, - so the footing remains blank. - - The standard format for single-sided printing consists of a header - line in which the left-hand part contains the name of the chapter, the - central part is blank, and the right-hand part contains the page number. - - A single-sided page looks like this: - - _______________________ - | | - | chapter page number | - | | - | Start of text ... | - | ... | - | | - - The standard format for two-sided printing depends on whether the - page number is even or odd. By convention, even-numbered pages are on - the left- and odd-numbered pages are on the right. (TeX will adjust the - widths of the left- and right-hand margins. Usually, widths are - correct, but during double-sided printing, it is wise to check that - pages will bind properly--sometimes a printer will produce output in - which the even-numbered pages have a larger right-hand margin than the - odd-numbered pages.) - - In the standard double-sided format, the left part of the left-hand - (even-numbered) page contains the page number, the central part is - blank, and the right part contains the title (specified by the - '@settitle' command). The left part of the right-hand (odd-numbered) - page contains the name of the chapter, the central part is blank, and - the right part contains the page number. - - Two pages, side by side as in an open book, look like this: - - _______________________ _______________________ - | | | | - | page number title | | chapter page number | - | | | | - | Start of text ... | | More text ... | - | ... | | ... | - | | | | - - The chapter name is preceded by the word "Chapter", the chapter number - and a colon. This makes it easier to keep track of where you are in the - manual. - -  - File: texinfo.info, Node: Heading Choice, Next: Custom Headings, Prev: Heading Format, Up: Headings - - E.3 Specifying the Type of Heading - ================================== - - TeX does not begin to generate page headings for a standard Texinfo file - until it reaches the '@end titlepage' command. Thus, the title and - copyright pages are not numbered. The '@end titlepage' command causes - TeX to begin to generate page headings according to a standard format - specified by the '@setchapternewpage' command that precedes the - '@titlepage' section. - - There are four possibilities: - - No '@setchapternewpage' command - Cause TeX to specify the single-sided heading format, with chapters - on new pages. This is the same as '@setchapternewpage on'. - - '@setchapternewpage on' - Specify the single-sided heading format, with chapters on new - pages. - - '@setchapternewpage off' - Cause TeX to start a new chapter on the same page as the last page - of the preceding chapter, after skipping some vertical whitespace. - Also cause TeX to typeset for single-sided printing. (You can - override the headers format with the '@headings double' command; - *note @headings::.) - - '@setchapternewpage odd' - Specify the double-sided heading format, with chapters on new - pages. - - Texinfo lacks a '@setchapternewpage even' command. - -  - File: texinfo.info, Node: Custom Headings, Prev: Heading Choice, Up: Headings - - E.4 How to Make Your Own Headings - ================================= - - You can use the standard headings provided with Texinfo or specify your - own. By default, Texinfo has no footers, so if you specify them, the - available page size for the main text will be slightly reduced. - - Texinfo provides six commands for specifying headings and footings: - * '@everyheading' and '@everyfooting' generate page headers and - footers that are the same for both even- and odd-numbered pages. - * '@evenheading' and '@evenfooting' command generate headers and - footers for even-numbered (left-hand) pages. - * '@oddheading' and '@oddfooting' generate headers and footers for - odd-numbered (right-hand) pages. - - Write custom heading specifications in the Texinfo file immediately - after the '@end titlepage' command. You must cancel the predefined - heading commands with the '@headings off' command before defining your - own specifications. - - Here is how to tell TeX to place the chapter name at the left, the - page number in the center, and the date at the right of every header for - both even- and odd-numbered pages: - - @headings off - @everyheading @thischapter @| @thispage @| @today{} - - You need to divide the left part from the central part and the central - part from the right part by inserting '@|' between parts. Otherwise, - the specification command will not be able to tell where the text for - one part ends and the next part begins. - - Each part can contain text or @-commands. The text is printed as if - the part were within an ordinary paragraph in the body of the page. The - @-commands replace themselves with the page number, date, chapter name, - or whatever. - - Here are the six heading and footing commands: - - '@everyheading LEFT @| CENTER @| RIGHT' - '@everyfooting LEFT @| CENTER @| RIGHT' - The 'every' commands specify the format for both even- and - odd-numbered pages. These commands are for documents that are - printed on one side of each sheet of paper, or for documents in - which you want symmetrical headers or footers. - - '@evenheading LEFT @| CENTER @| RIGHT' - '@oddheading LEFT @| CENTER @| RIGHT' - '@evenfooting LEFT @| CENTER @| RIGHT' - '@oddfooting LEFT @| CENTER @| RIGHT' - The 'even' and 'odd' commands specify the format for even-numbered - pages and odd-numbered pages. These commands are for books and - manuals that are printed on both sides of each sheet of paper. - - Use the '@this...' series of @-commands to provide the names of - chapters and sections and the page number. You can use the '@this...' - commands in the left, center, or right portions of headers and footers, - or anywhere else in a Texinfo file so long as they are between '@iftex' - and '@end iftex' commands. - - Here are the '@this...' commands: - - '@thispage' - Expands to the current page number. - - '@thissectionname' - Expands to the name of the current section. - - '@thissectionnum' - Expands to the number of the current section. - - '@thissection' - Expands to the number and name of the current section, in the - format 'Section 1: Title'. - - '@thischaptername' - Expands to the name of the current chapter. - - '@thischapternum' - Expands to the number of the current chapter, or letter of the - current appendix. - - '@thischapter' - Expands to the number and name of the current chapter, in the - format 'Chapter 1: Title'. - - '@thistitle' - Expands to the name of the document, as specified by the - '@settitle' command. - - '@thisfile' - For '@include' files only: expands to the name of the current - '@include' file. If the current Texinfo source file is not an - '@include' file, this command has no effect. This command does - _not_ provide the name of the current Texinfo source file unless it - is an '@include' file. (*Note Include Files::, for more - information about '@include' files.) - - You can also use the '@today{}' command, which expands to the current - date, in '1 Jan 1900' format. - - Other @-commands and text are printed in a header or footer just as - if they were in the body of a page. It is useful to incorporate text, - particularly when you are writing drafts: - - @headings off - @everyheading @emph{Draft!} @| @thispage @| @thischapter - @everyfooting @| @| Version: 0.27: @today{} - - Beware of overlong titles: they may overlap another part of the - header or footer and blot it out. - - If you have very short chapters and/or sections, several of them can - appear on a single page. You can specify which chapters and sections - you want '@thischapter', '@thissection' and other such macros to refer - to on such pages as follows: - - '@everyheadingmarks REF' - '@everyfootingmarks REF' - The REF argument can be either 'top' (the '@this...' commands will - refer to the chapter/section at the top of a page) or 'bottom' (the - commands will reflect the situation at the bottom of a page). - These '@every...' commands specify what to do on both even- and - odd-numbered pages. - - '@evenheadingmarks REF' - '@oddheadingmarks REF' - '@evenfootingmarks REF' - '@oddfootingmarks REF' - These '@even...' and '@odd...' commands specify what to do on only - even- or odd-numbered pages, respectively. The REF argument is the - same as with the '@every...' commands. - - Write these commands immediately after the '@...contents' commands, - or after the '@end titlepage' command if you don't have a table of - contents or if it is printed at the end of your manual. - - By default the '@this...' commands reflect the situation at the - bottom of a page both in headings and in footings. - -  - File: texinfo.info, Node: Catching Mistakes, Next: Info Format Specification, Prev: Headings, Up: Top - - Appendix F Catching Mistakes - **************************** - - Besides mistakes in the content of your documentation, there are two - kinds of mistake you can make with Texinfo: you can make mistakes with - @-commands, and you can make mistakes with the structure of the nodes - and chapters. - - Emacs has two tools for catching the @-command mistakes and two for - catching structuring mistakes. - - For finding problems with @-commands, you can run TeX or a region - formatting command on the region that has a problem; indeed, you can run - these commands on each region as you write it. - - For finding problems with the structure of nodes and chapters, you - can use 'C-c C-s' ('texinfo-show-structure') and the related 'occur' - command and you can use the 'M-x Info-validate' command. - - * Menu: - - * makeinfo Preferred:: 'makeinfo' finds errors. - * Debugging with Info:: How to catch errors with Info formatting. - * Debugging with TeX:: How to catch errors with TeX formatting. - * Using texinfo-show-structure:: How to use 'texinfo-show-structure'. - * Using occur:: How to list all lines containing a pattern. - * Running Info-validate:: How to find badly referenced nodes. - -  - File: texinfo.info, Node: makeinfo Preferred, Next: Debugging with Info, Up: Catching Mistakes - - F.1 'makeinfo' Preferred - ======================== - - The 'makeinfo' program does an excellent job of catching errors and - reporting them--far better than 'texinfo-format-region' or - 'texinfo-format-buffer'. In addition, the various functions for - automatically creating and updating node pointers and menus remove many - opportunities for human error. - - If you can, use the updating commands to create and insert pointers - and menus. These prevent many errors. Then use 'makeinfo' (or its - Texinfo mode manifestations, 'makeinfo-region' and 'makeinfo-buffer') to - format your file and check for other errors. This is the best way to - work with Texinfo. But if you cannot use 'makeinfo', or your problem is - very puzzling, then you may want to use the tools described in this - appendix. - -  - File: texinfo.info, Node: Debugging with Info, Next: Debugging with TeX, Prev: makeinfo Preferred, Up: Catching Mistakes - - F.2 Catching Errors with Info Formatting - ======================================== - - After you have written part of a Texinfo file, you can use the - 'texinfo-format-region' or the 'makeinfo-region' command to see whether - the region formats properly. - - Most likely, however, you are reading this section because for some - reason you cannot use the 'makeinfo-region' command; therefore, the rest - of this section presumes that you are using 'texinfo-format-region'. - - If you have made a mistake with an @-command, 'texinfo-format-region' - will stop processing at or after the error and display an error message. - To see where in the buffer the error occurred, switch to the '*Info - Region*' buffer; the cursor will be in a position that is after the - location of the error. Also, the text will not be formatted after the - place where the error occurred (or more precisely, where it was - detected). - - For example, if you accidentally end a menu with the command '@end - menus' with an 's' on the end, instead of with '@end menu', you will see - an error message that says: - - @end menus is not handled by texinfo - - The cursor will stop at the point in the buffer where the error occurs, - or not long after it. The buffer will look like this: - - ---------- Buffer: *Info Region* ---------- - * Menu: - - * Using texinfo-show-structure:: How to use - `texinfo-show-structure' - to catch mistakes. - * Running Info-validate:: How to check for - unreferenced nodes. - @end menus - -!- - ---------- Buffer: *Info Region* ---------- - - The 'texinfo-format-region' command sometimes provides slightly odd - error messages. For example, the following cross-reference fails to - format: - - (@xref{Catching Mistakes, for more info.) - - In this case, 'texinfo-format-region' detects the missing closing brace - but displays a message that says 'Unbalanced parentheses' rather than - 'Unbalanced braces'. This is because the formatting command looks for - mismatches between braces as if they were parentheses. - - Sometimes 'texinfo-format-region' fails to detect mistakes. For - example, in the following, the closing brace is swapped with the closing - parenthesis: - - (@xref{Catching Mistakes), for more info.} - - Formatting produces: - (*Note for more info.: Catching Mistakes) - - The only way for you to detect this error is to realize that the - reference should have looked like this: - - (*Note Catching Mistakes::, for more info.) - - Incidentally, if you are reading this node in Info and type 'f <RET>' - ('Info-follow-reference'), you will generate an error message that says: - - No such node: "Catching Mistakes) The only way ... - - This is because Info perceives the example of the error as the first - cross-reference in this node and if you type a <RET> immediately after - typing the Info 'f' command, Info will attempt to go to the referenced - node. If you type 'f catch <TAB> <RET>', Info will complete the node - name of the correctly written example and take you to the 'Catching - Mistakes' node. (If you try this, you can return from the 'Catching - Mistakes' node by typing 'l' ('Info-last').) - -  - File: texinfo.info, Node: Debugging with TeX, Next: Using texinfo-show-structure, Prev: Debugging with Info, Up: Catching Mistakes - - F.3 Debugging with TeX - ====================== - - You can also catch mistakes when you format a file with TeX. - - Usually, you will want to do this after you have run - 'texinfo-format-buffer' (or, better, 'makeinfo-buffer') on the same - file, because 'texinfo-format-buffer' sometimes displays error messages - that make more sense than TeX. (*Note Debugging with Info::, for more - information.) - - For example, TeX was run on a Texinfo file, part of which is shown - here: - - ---------- Buffer: texinfo.texi ---------- - name of the Texinfo file as an extension. The - @samp{??} are `wildcards' that cause the shell to - substitute all the raw index files. (@xref{sorting - indices, for more information about sorting - indices.)@refill - ---------- Buffer: texinfo.texi ---------- - - (The cross-reference lacks a closing brace.) TeX produced the following - output, after which it stopped: - - ---------- Buffer: *tex-shell* ---------- - Runaway argument? - {sorting indices, for more information about sorting - indices.) @refill @ETC. - ! Paragraph ended before @xref was complete. - <to be read again> - @par - l.27 - - ? - ---------- Buffer: *tex-shell* ---------- - - In this case, TeX produced an accurate and understandable error - message: - - Paragraph ended before @xref was complete. - - '@par' is an internal TeX command of no relevance to Texinfo. 'l.27' - means that TeX detected the problem on line 27 of the Texinfo file. The - '?' is the prompt TeX uses in this circumstance. - - Unfortunately, TeX is not always so helpful, and sometimes you must - truly be a Sherlock Holmes to discover what went wrong. - - In any case, if you run into a problem like this, you can do one of - three things. - - 1. You can tell TeX to continue running and ignore just this error by - typing <RET> at the '?' prompt. - - 2. You can tell TeX to continue running and to ignore all errors as - best it can by typing 'r <RET>' at the '?' prompt. - - This is often the best thing to do. However, beware: the one error - may produce a cascade of additional error messages as its - consequences are felt through the rest of the file. To stop TeX - when it is producing such an avalanche of error messages, type - 'C-c' (or 'C-c C-c', if you are running a shell inside Emacs). - - 3. You can tell TeX to stop this run by typing 'x <RET>' at the '?' - prompt. - - If you are running TeX inside Emacs, you need to switch to the shell - buffer and line at which TeX offers the '?' prompt. - - Sometimes TeX will format a file without producing error messages - even though there is a problem. This usually occurs if a command is not - ended but TeX is able to continue processing anyhow. For example, if - you fail to end an itemized list with the '@end itemize' command, TeX - will write a DVI file that you can print out. The only error message - that TeX will give you is the somewhat mysterious comment: - - (@end occurred inside a group at level 1) - - However, if you print the DVI file, you will find that the text of the - file that follows the itemized list is entirely indented as if it were - part of the last item in the itemized list. The error message is the - way TeX says that it expected to find an '@end' command somewhere in the - file; but that it could not determine where it was needed. - - Another source of notoriously hard-to-find errors is a missing '@end - group' command. If you ever are stumped by incomprehensible errors, - look for a missing '@end group' command first. - - If the Texinfo file lacks header lines, TeX may stop in the beginning - of its run and display output that looks like the following. The '*' - indicates that TeX is waiting for input. - - This is TeX, Version 3.14159 (Web2c 7.0) - (test.texinfo [1]) - * - - In this case, simply type '\end <RET>' after the asterisk. Then write - the header lines in the Texinfo file and run the TeX command again. - (Note the use of the backslash, '\'. TeX uses '\' instead of '@'; and - in this circumstance, you are working directly with TeX, not with - Texinfo.) - -  - File: texinfo.info, Node: Using texinfo-show-structure, Next: Using occur, Prev: Debugging with TeX, Up: Catching Mistakes - - F.4 Using 'texinfo-show-structure' - ================================== - - It is not always easy to keep track of the nodes, chapters, sections, - and subsections of a Texinfo file. This is especially true if you are - revising or adding to a Texinfo file that someone else has written. - - In GNU Emacs, in Texinfo mode, the 'texinfo-show-structure' command - lists all the lines that begin with the @-commands that specify the - structure: '@chapter', '@section', '@appendix', and so on. With an - argument ('C-u' as prefix argument, if interactive), the command also - shows the '@node' lines. The 'texinfo-show-structure' command is bound - to 'C-c C-s' in Texinfo mode, by default. - - The lines are displayed in a buffer called the '*Occur*' buffer, - indented by hierarchical level. For example, here is a part of what was - produced by running 'texinfo-show-structure' on this manual: - - Lines matching "^@\\(chapter \\|sect\\|subs\\|subh\\| - unnum\\|major\\|chapheading \\|heading \\|appendix\\)" - in buffer texinfo.texi. - ... - 4177:@chapter Nodes - 4198: @heading Two Paths - 4231: @section Node and Menu Illustration - 4337: @section The @code{@@node} Command - 4393: @subheading Choosing Node and Pointer Names - 4417: @subsection How to Write a @code{@@node} Line - 4469: @subsection @code{@@node} Line Tips - ... - - This says that lines 4337, 4393, and 4417 of 'texinfo.texi' begin - with the '@section', '@subheading', and '@subsection' commands - respectively. If you move your cursor into the '*Occur*' window, you - can position the cursor over one of the lines and use the 'C-c C-c' - command ('occur-mode-goto-occurrence'), to jump to the corresponding - spot in the Texinfo file. *Note Using Occur: (emacs)Other Repeating - Search, for more information about 'occur-mode-goto-occurrence'. - - The first line in the '*Occur*' window describes the "regular - expression" specified by TEXINFO-HEADING-PATTERN. This regular - expression is the pattern that 'texinfo-show-structure' looks for. - *Note Using Regular Expressions: (emacs)Regexps, for more information. - - When you invoke the 'texinfo-show-structure' command, Emacs will - display the structure of the whole buffer. If you want to see the - structure of just a part of the buffer, of one chapter, for example, use - the 'C-x n n' ('narrow-to-region') command to mark the region. (*Note - (emacs)Narrowing::.) This is how the example used above was generated. - (To see the whole buffer again, use 'C-x n w' ('widen').) - - If you call 'texinfo-show-structure' with a prefix argument by typing - 'C-u C-c C-s', it will list lines beginning with '@node' as well as the - lines beginning with the @-sign commands for '@chapter', '@section', and - the like. - - You can remind yourself of the structure of a Texinfo file by looking - at the list in the '*Occur*' window; and if you have mis-named a node or - left out a section, you can correct the mistake. - -  - File: texinfo.info, Node: Using occur, Next: Running Info-validate, Prev: Using texinfo-show-structure, Up: Catching Mistakes - - F.5 Using 'occur' - ================= - - Sometimes the 'texinfo-show-structure' command produces too much - information. Perhaps you want to remind yourself of the overall - structure of a Texinfo file, and are overwhelmed by the detailed list - produced by 'texinfo-show-structure'. In this case, you can use the - 'occur' command directly. To do this, type: - - M-x occur - - and then, when prompted, type a "regexp", a regular expression for the - pattern you want to match. (*Note Regular Expressions: (emacs)Regexps.) - The 'occur' command works from the current location of the cursor in the - buffer to the end of the buffer. If you want to run 'occur' on the - whole buffer, place the cursor at the beginning of the buffer. - - For example, to see all the lines that contain the word '@chapter' in - them, just type '@chapter'. This will produce a list of the chapters. - It will also list all the sentences with '@chapter' in the middle of the - line. - - If you want to see only those lines that start with the word - '@chapter', type '^@chapter' when prompted by 'occur'. If you want to - see all the lines that end with a word or phrase, end the last word with - a '$'; for example, 'catching mistakes$'. This can be helpful when you - want to see all the nodes that are part of the same chapter or section - and therefore have the same 'Up' pointer. - - *Note Using Occur: (emacs)Other Repeating Search, for more - information. - -  - File: texinfo.info, Node: Running Info-validate, Prev: Using occur, Up: Catching Mistakes - - F.6 Finding Badly Referenced Nodes - ================================== - - You can use the 'Info-validate' command to check whether any of the - 'Next', 'Previous', 'Up' or other node pointers fail to point to a node. - This command checks that every node pointer points to an existing node. - The 'Info-validate' command works only on Info files, not on Texinfo - files. - - The 'makeinfo' program validates pointers automatically, so you do - not need to use the 'Info-validate' command if you are using 'makeinfo'. - You only may need to use 'Info-validate' if you are unable to run - 'makeinfo' and instead must create an Info file using - 'texinfo-format-region' or 'texinfo-format-buffer', or if you write an - Info file from scratch. - - * Menu: - - * Using Info-validate:: How to run 'Info-validate'. - * Unsplit:: How to create an unsplit file. - * Tagifying:: How to tagify a file. - * Splitting:: How to split a file manually. - -  - File: texinfo.info, Node: Using Info-validate, Next: Unsplit, Up: Running Info-validate - - F.6.1 Using 'Info-validate' - --------------------------- - - To use 'Info-validate', visit the Info file you wish to check and type: - - M-x Info-validate - - Note that the 'Info-validate' command requires an uppercase 'I'. You - may also need to create a tag table before running 'Info-validate'. - *Note Tagifying::. - - If your file is valid, you will receive a message that says "File - appears valid". However, if you have a pointer that does not point to a - node, error messages will be displayed in a buffer called '*problems in - info file*'. - - For example, 'Info-validate' was run on a test file that contained - only the first node of this manual. One of the messages said: - - In node "Overview", invalid Next: Texinfo Mode - - This meant that the node called 'Overview' had a 'Next' pointer that did - not point to anything (which was true in this case, since the test file - had only one node in it). - - Now suppose we add a node named 'Texinfo Mode' to our test case but - we do not specify a 'Previous' for this node. Then we will get the - following error message: - - In node "Texinfo Mode", should have Previous: Overview - - This is because every 'Next' pointer should be matched by a 'Previous' - (in the node where the 'Next' points) which points back. - - 'Info-validate' also checks that all menu entries and - cross-references point to actual nodes. - - 'Info-validate' requires a tag table and does not work with files - that have been split. (The 'texinfo-format-buffer' command - automatically splits large files.) In order to use 'Info-validate' on a - large file, you must run 'texinfo-format-buffer' with an argument so - that it does not split the Info file; and you must create a tag table - for the unsplit file. - -  - File: texinfo.info, Node: Unsplit, Next: Tagifying, Prev: Using Info-validate, Up: Running Info-validate - - F.6.2 Creating an Unsplit File - ------------------------------ - - You can run 'Info-validate' only on a single Info file that has a tag - table. The command will not work on the indirect subfiles that are - generated when a master file is split. If you have a large file (longer - than 300,000 bytes or so), you need to run the 'texinfo-format-buffer' - or 'makeinfo-buffer' command in such a way that it does not create - indirect subfiles. You will also need to create a tag table for the - Info file. After you have done this, you can run 'Info-validate' and - look for badly referenced nodes. - - The first step is to create an unsplit Info file. To prevent - 'texinfo-format-buffer' from splitting a Texinfo file into smaller Info - files, give a prefix to the 'M-x texinfo-format-buffer' command: - - C-u M-x texinfo-format-buffer - - or else - - C-u C-c C-e C-b - - When you do this, Texinfo will not split the file and will not create a - tag table for it. - -  - File: texinfo.info, Node: Tagifying, Next: Splitting, Prev: Unsplit, Up: Running Info-validate - - F.6.3 Tagifying a File - ---------------------- - - After creating an unsplit Info file, you must create a tag table for it. - Visit the Info file you wish to tagify and type: - - M-x Info-tagify - - (Note the uppercase 'I' in 'Info-tagify'.) This creates an Info file - with a tag table that you can validate. - - The third step is to validate the Info file: - - M-x Info-validate - - (Note the uppercase 'I' in 'Info-validate'.) In brief, the steps are: - - C-u M-x texinfo-format-buffer - M-x Info-tagify - M-x Info-validate - - After you have validated the node structure, you can rerun - 'texinfo-format-buffer' in the normal way so it will construct a tag - table and split the file automatically, or you can make the tag table - and split the file manually. - -  - File: texinfo.info, Node: Splitting, Prev: Tagifying, Up: Running Info-validate - - F.6.4 Splitting a File Manually - ------------------------------- - - You should split a large file or else let the 'texinfo-format-buffer' or - 'makeinfo-buffer' command do it for you automatically. (Generally you - will let one of the formatting commands do this job for you. *Note - Creating an Info File::.) - - The split-off files are called the indirect subfiles. - - Info files are split to save memory. With smaller files, Emacs does - not have make such a large buffer to hold the information. - - If an Info file has more than 30 nodes, you should also make a tag - table for it. *Note Using Info-validate::, for information about - creating a tag table. (Again, tag tables are usually created - automatically by the formatting command; you only need to create a tag - table yourself if you are doing the job manually. Most likely, you will - do this for a large, unsplit file on which you have run - 'Info-validate'.) - - Visit the Info file you wish to tagify and split and type the two - commands: - - M-x Info-tagify - M-x Info-split - - (Note that the 'I' in 'Info' is uppercase.) - - When you use the 'Info-split' command, the buffer is modified into a - (small) Info file which lists the indirect subfiles. This file should - be saved in place of the original visited file. The indirect subfiles - are written in the same directory the original file is in, with names - generated by appending '-' and a number to the original file name. - - The primary file still functions as an Info file, but it contains - just the tag table and a directory of subfiles. - -  - File: texinfo.info, Node: Info Format Specification, Next: GNU Free Documentation License, Prev: Catching Mistakes, Up: Top - - Appendix G Info Format Specification - ************************************ - - Here we describe the technical details of the Info format. - - In this formal description, the characters '<>*()|=#' are used for - the language of the description itself. Other characters are literal. - The formal constructs used are typical: '<...>' indicates a metavariable - name, '=' means definition, '*' repetition, '?' optional, '()' grouping, - '|' alternation, '#' comment. Exception: '*' at the beginning of a line - is literal. - - In general, programs that read Info files should try to be - case-insensitive to keywords that occur in the file (for example, 'Tag - Table' and 'Tag table' should be equivalent) in order to support - Info-generating programs that use different capitalization. - - The sections in an Info file (such as nodes or tag tables) are - separated with a sequence: - - (^L)?^_(^L)?^J - - That is, a 'CTRL-_' character followed by a newline, with optional - formfeed characters. We refer to such sequences as <separator>. - - We specify literal parentheses (those that are part of the Info - format) with <lparen> and <rparen>, meaning the single characters '(' - and ')' respectively. We specify the 'CTRL-?' character (character - number 127) <del>. Finally, the two-character sequence '^X' means the - single character 'CTRL-X', for any X. - - This format definition was written some 25 years after the Info - format was first devised. So in the event of conflicts between this - definition and actual practice, practice wins. It also assumes some - general knowledge of Texinfo; it is meant to be a guide for implementors - rather than a rigid technical standard. We often refer back to other - parts of this manual for examples and definitions, rather than - redundantly spelling out every detail. - - * Menu: - - * General: Info Format General Layout. - * Text: Info Format Text Constructs. - -  - File: texinfo.info, Node: Info Format General Layout, Next: Info Format Text Constructs, Up: Info Format Specification - - G.1 Info Format General Layout - ============================== - - This section describes the overall layout of Info manuals. - - * Menu: - - * Whole: Info Format Whole Manual. Split vs. nonsplit manuals. - * Preamble: Info Format Preamble. - * Indirect: Info Format Indirect Table. - * Tag table: Info Format Tag Table. - * Local variables: Info Format Local Variables. - * Regular nodes: Info Format Regular Nodes. - -  - File: texinfo.info, Node: Info Format Whole Manual, Next: Info Format Preamble, Up: Info Format General Layout - - Info Format: A Whole Manual - --------------------------- - - To begin, an Info manual is either "nonsplit" (contained wholly within a - single file) or "split" (across several files). - - The syntax for a nonsplit manual is: - - <nonsplit info file> = - <preamble> - <node>* - <tag table>? - <local variables>? - - When split, there is a "main file", which contains only pointers to - the nodes given in other "subfiles". The main file looks like this: - - <split info main file> = - <preamble> - <indirect table> - <tag table> - <local variables>? - - The subfiles in a split manual have the following syntax: - - <split info subfile> = - <preamble> - <node>* - - Note that the tag table is not optional for split files, as it is - used with the indirect table to deduce which subfile a particular node - is in. - -  - File: texinfo.info, Node: Info Format Preamble, Next: Info Format Indirect Table, Prev: Info Format Whole Manual, Up: Info Format General Layout - - Info Format: Preamble - --------------------- - - The <preamble> is text at the beginning of all output files. It is not - intended to be visible by default in an Info viewer, but may be - displayed upon user request. - - <preamble> = - <identification> # "This is FILENAME, produced by ..." - <copying text> # Expansion of @copying text. - <dir entries> # Derived from @dircategory and @direntry. - - These pieces are: - - <identification line> - An arbitrary string beginning the output file, followed by a blank - line. - - <copying text> - The expansion of a '@copying' environment, if the manual has one - (*note @copying::). - - <dir entries> - The result of any '@dircategory' and '@direntry' commands present - in the manual (*note Installing Dir Entries::). - -  - File: texinfo.info, Node: Info Format Indirect Table, Next: Info Format Tag Table, Prev: Info Format Preamble, Up: Info Format General Layout - - Info Format: Indirect Table - --------------------------- - - <indirect table> = - <separator> - Indirect: - (<filename>: <bytepos>)* - - The indirect table is written to the main file in the case of split - output only. It specifies, as a decimal integer, the starting byte - position (zero-based) that the first node of each subfile would have if - the subfiles were concatenated together in order, not including the - top-level file. The first node of actual content is pointed to by the - first entry. - - As an example, suppose split output is generated for the GDB manual. - The top-level file 'gdb.info' will contain something like this: - - <separator> - Indirect: - gdb.info-1: 1878 - gdb.info-2: 295733 - ... - - This tells Info viewers that the first node of the manual occurs at - byte 1878 of the file 'gdb.info-1' (which would be after that file's - preamble.) The first node in the 'gdb.info-2' subfile would start at - byte 295733 if 'gdb.info-2' were appended to 'gdb.info-1', including any - preamble sections in both files. - - Unfortunately, Info-creating programs such as 'makeinfo' have not - always implemented these rules perfectly, due to various bugs and - oversights. Therefore, robust Info viewers should fall back to - searching "nearby" the given position for a node, instead of giving up - immediately if the position is not exactly at a node beginning. - -  - File: texinfo.info, Node: Info Format Tag Table, Next: Info Format Local Variables, Prev: Info Format Indirect Table, Up: Info Format General Layout - - Info Format: Tag Table - ---------------------- - - <tag table> = - <separator> - Tag Table: - (<lparen>Indirect<rparen>)? - (Node|Ref): <nodeid>^?<bytepos> - <separator> - End Tag Table - - The '(Indirect)' line appears in the case of split output only. - - The tag table specifies the starting byte position of each node and - anchor in the file. In the case of split output, it is only written in - the main output file. - - Each line defines an identifier as either an anchor or a node, as - specified. For example, 'Node: Top^?1647' says that the node named - 'Top' starts at byte 1647 while 'Ref: Overview-Footnote-1^?30045' says - that the anchor named 'Overview-Footnote-1' starts at byte 30045. It is - an error to define the same identifier both ways. - - In the case of nonsplit output, the byte positions simply refer to - the location in the output file. In the case of split output, the byte - positions refer to an imaginary file created by concatenating all the - split files (but not the top-level file). See the previous section. - - Here is an example: - - ^_ - Tag Table: - Node: Top^?89 - Node: Ch1^?292 - ^_ - End Tag Table - - This specifies a manual with two nodes, 'Top' and 'Ch1', at byte - positions 89 and 292 respectively. Because the '(Indirect)' line is not - present, the manual is not split. - - Preamble sections or other non-node sections of files do not have a - tag table entry. - -  - File: texinfo.info, Node: Info Format Local Variables, Next: Info Format Regular Nodes, Prev: Info Format Tag Table, Up: Info Format General Layout - - Info Format: Local Variables - ---------------------------- - - The local variables section is optional and is currently used to give - the encoding information. It may be augmented in the future. - - <local variables> = - <separator> - Local Variables: - coding: <encoding> - End: - - *Note @documentencoding::. - -  - File: texinfo.info, Node: Info Format Regular Nodes, Prev: Info Format Local Variables, Up: Info Format General Layout - - Info Format: Regular Nodes - -------------------------- - - Regular nodes look like this: - - <node> = - <separator> - File: <fn>, Node: <id1>, (Next: <id2>, )? (Prev: <id3>, )? Up: <id4> - - <general text, until the next ^_ or end-of-file> - - At least one space or tab must be present after each colon and comma, - but any number of spaces are ignored. The <id> node identifiers have - following format: - - <id> = (<lparen><infofile><rparen>)?(<del>?<nodename><del>?)? - | <id> = (<lparen><infofile><rparen>)?(<nodename>)? - - This <node> defines <id1> in file <fn>, which is typically either - 'manualname' or 'manualname.info'. No parenthesized <infofile> - component may appear within <id1>. - - Each of the identifiers after 'Next', 'Prev' and 'Up' refer to nodes - or anchors within a file. These pointers normally refer within the same - file, but '(dir)' is often used to point to the top-level dir file. If - an <infofile> component is used then the node name may be omitted, in - which case the node identifier refers to the 'Top' node within the - referenced file. - - The 'Next' and 'Prev' pointers are optional. The 'Up' pointer is - technically also optional, although most likely this indicates a mistake - in the node structuring. Conventionally, the nodes are arranged to form - a tree, but this is not a requirement of the format. - - Node names containing periods, commas, colons or parentheses - (including @-commands which produce any of these) can confuse Info - readers. If it is necessary to refer to a node whose name contains any - of these, the <nodename> should be surrounded by a pair of <del> - characters. There is support in 'makeinfo' for adding these characters - (*note INFO_SPECIAL_CHARS_QUOTE::); however, we don't recommend you make - use of this support until such time as Info-reading programs that - recognize this syntax are common. *Note Node Line Requirements::. - - The use of non-ASCII characters in the names of nodes is permitted, - but can cause problems in cross-references between nodes in Info files - with different character encodings, and also when node names from many - different files are listed (for example, with the '--apropos' option to - the standalone Info browser), so we recommend avoiding them whenever - feasible. For example, prefer the use of the ASCII apostrophe character - (') to Unicode directional quotes. - - The <general text> of the node can include the special constructs - described next. - -  - File: texinfo.info, Node: Info Format Text Constructs, Prev: Info Format General Layout, Up: Info Format Specification - - G.2 Info Format Text Constructs - =============================== - - These special Info constructs can appear within the text of a node. - - * Menu: - - * Info Format Menu:: - * Info Format Image:: - * Info Format Printindex:: - * Info Format Cross Reference:: - -  - File: texinfo.info, Node: Info Format Menu, Next: Info Format Image, Up: Info Format Text Constructs - - G.2.1 Info Format: Menu - ----------------------- - - Conventionally menus appear at the end of nodes, but the Info format - places no restrictions on their location. - - <menu> = - * Menu: - (<menu entry> | <menu comment>)* - - The parts of a <menu entry> are also described in *note Menu Parts::. - They have the same syntax as cross-references (*note Info Format Cross - Reference::). Indices extend the menu format to specify the destination - line; *note Info Format Printindex::. - - A <menu comment> is any line not beginning with '*' that appears - either at the beginning of the menu or is separated from a menu entry by - one or more blank lines. These comments are intended to be displayed as - part of the menu, as-is (*note Writing a Menu::). - -  - File: texinfo.info, Node: Info Format Image, Next: Info Format Printindex, Prev: Info Format Menu, Up: Info Format Text Constructs - - G.2.2 Info Format: Image - ------------------------ - - The '@image' command results in the following special directive within - the Info file (*note Images::): - - <image> = - ^@^H[image src="<image file>" - (text="<txt file contents>")? - (alt="<alt text>")? - ^@^H] - - The line breaks and indentation in this description are editorial; - the whitespace between the different parts of the directive in Info - files is arbitrary. - - In the strings <image file>, <txt file contents> and <alt text>, '"' - is quoted as '\"' and '\' is quoted as '\\'. The txt and alt - specifications are optional. - - The alt value serves the same purpose as in HTML: A prose description - of the image. In text-only displays or speech systems, for example, the - alt value may be used instead of displaying the (typically graphical) - <image file>. - - The <txt file contents>, if present, should be taken as an ASCII - representation of the image, for possible use on a text-only display. - - The format does not prescribe the choice between displaying the - <image file>, the <alt text> or the <txt file contents>. - -  - File: texinfo.info, Node: Info Format Printindex, Next: Info Format Cross Reference, Prev: Info Format Image, Up: Info Format Text Constructs - - G.2.3 Info Format: Printindex - ----------------------------- - - Indices in Info format are generally written as a menu (*note - Indices::), but with an additional directive at the beginning marking - this as an index node: - - <printindex> = - ^@^H[index^@^H] - * Menu: - - <index entry>* - - The <index entry> items are similar to normal menu entries, but the - free-format description is replaced by the line number of where the - entries occurs in the text: - - <index entry> = - * <entry text>: <entry node>. <lparen>line <lineno><rparen> - - The <entry text> is the index term. The <lineno> is an unsigned - integer, given relative to the start of the <entry node>. There may be - arbitrary whitespace after the colon and period, as usual in menus, and - may be broken across lines. Here is an example: - - ^@^H[index^@^H] - * Menu: - - * thunder: Weather Phenomena. (line 5) - - This means that an index entry for 'thunder' appears at line 5 of the - node 'Weather Phenomena'. - -  - File: texinfo.info, Node: Info Format Cross Reference, Prev: Info Format Printindex, Up: Info Format Text Constructs - - G.2.4 Info Format: Cross-reference - ---------------------------------- - - A general cross-reference in Info format has one of the following two - forms: - - <cross-reference> = - * (N|n)ote <id>:: - | * (N|n)ote <label>:<id>(.|,) - - <id> = (<lparen><infofile><rparen>)?(<del>?<nodename><del>?)? - | <id> = (<lparen><infofile><rparen>)?(<nodename>)? - <label> = <del>?<label text><del>? - - No space should occur between the '*' character and the following 'N' - or 'n'. '*Note' should be used at the start of a sentence, otherwise - '*note' should be used. (Some Info readers, such as the one in Emacs, - can display '*Note' and '*note' as 'See' and 'see' respectively.) In - both cases, <label text> is descriptive text. - - In both forms the <id> refers to a node or anchor, in the same way as - a reference in the node information line does (*note Info Format Regular - Nodes::). The optional parenthesized '<infofile>' is the filename of - the manual being referenced, and the <nodename> is the node or anchor - within that manual, - - The second form has a descriptive label. A cross-reference in this - form should usually be terminated with a comma or period, to make it - feasible to find the end of the <id>. - - If <label> contains a colon character (:), it should be surrounded - with a pair of <del> characters. Likewise, if <nodename> contains - problematic characters (such as commas or periods), it should be - surrounded by a pair of <del> characters; then a terminating comma or - period is not needed. - - As with node names, this quoting mechanism has as of the time of - writing limited support in Info-reading programs; hence we do not - recommend using it until this changes. - - The format does not prescribe how to find other manuals to resolve - such references. - - Here are some examples: - - *note GNU Free Documentation License:: - *note Tag table: Info Format Tag Table, for details. - *Note Overview: (make)Top. - *Note ^?:^?: (bash)Bourne Shell Builtins. - *Note alloca.h: (gnulib)^?alloca.h^?. - - The first shows a reference to a node in the current manual using the - short form. - - The second also refers to a node in the current manual, namely 'Info - Format Tag Table'; the 'Tag table' before the ':' is only a label on - this particular reference, and the 'for details.' is text belonging to - the sentence, not part of the reference. - - The third example refers to the node 'Top' in another manual, namely - 'make', with 'Overview' being the label for this cross-reference. - - The fourth example shows a colon character being quoted in a label, - and the fifth example shows a period being quoted in a node name. - - *Note Cross References::. - -  - File: texinfo.info, Node: GNU Free Documentation License, Next: Command and Variable Index, Prev: Info Format Specification, Up: Top - - Appendix H GNU Free Documentation License - ***************************************** - - Version 1.3, 3 November 2008 - - Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. - <http://fsf.org/> - - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - 0. PREAMBLE - - The purpose of this License is to make a manual, textbook, or other - functional and useful document "free" in the sense of freedom: to - assure everyone the effective freedom to copy and redistribute it, - with or without modifying it, either commercially or - noncommercially. Secondarily, this License preserves for the - author and publisher a way to get credit for their work, while not - being considered responsible for modifications made by others. - - This License is a kind of "copyleft", which means that derivative - works of the document must themselves be free in the same sense. - It complements the GNU General Public License, which is a copyleft - license designed for free software. - - We have designed this License in order to use it for manuals for - free software, because free software needs free documentation: a - free program should come with manuals providing the same freedoms - that the software does. But this License is not limited to - software manuals; it can be used for any textual work, regardless - of subject matter or whether it is published as a printed book. We - recommend this License principally for works whose purpose is - instruction or reference. - - 1. APPLICABILITY AND DEFINITIONS - - This License applies to any manual or other work, in any medium, - that contains a notice placed by the copyright holder saying it can - be distributed under the terms of this License. Such a notice - grants a world-wide, royalty-free license, unlimited in duration, - to use that work under the conditions stated herein. The - "Document", below, refers to any such manual or work. Any member - of the public is a licensee, and is addressed as "you". You accept - the license if you copy, modify or distribute the work in a way - requiring permission under copyright law. - - A "Modified Version" of the Document means any work containing the - Document or a portion of it, either copied verbatim, or with - modifications and/or translated into another language. - - A "Secondary Section" is a named appendix or a front-matter section - of the Document that deals exclusively with the relationship of the - publishers or authors of the Document to the Document's overall - subject (or to related matters) and contains nothing that could - fall directly within that overall subject. (Thus, if the Document - is in part a textbook of mathematics, a Secondary Section may not - explain any mathematics.) The relationship could be a matter of - historical connection with the subject or with related matters, or - of legal, commercial, philosophical, ethical or political position - regarding them. - - The "Invariant Sections" are certain Secondary Sections whose - titles are designated, as being those of Invariant Sections, in the - notice that says that the Document is released under this License. - If a section does not fit the above definition of Secondary then it - is not allowed to be designated as Invariant. The Document may - contain zero Invariant Sections. If the Document does not identify - any Invariant Sections then there are none. - - The "Cover Texts" are certain short passages of text that are - listed, as Front-Cover Texts or Back-Cover Texts, in the notice - that says that the Document is released under this License. A - Front-Cover Text may be at most 5 words, and a Back-Cover Text may - be at most 25 words. - - A "Transparent" copy of the Document means a machine-readable copy, - represented in a format whose specification is available to the - general public, that is suitable for revising the document - straightforwardly with generic text editors or (for images composed - of pixels) generic paint programs or (for drawings) some widely - available drawing editor, and that is suitable for input to text - formatters or for automatic translation to a variety of formats - suitable for input to text formatters. A copy made in an otherwise - Transparent file format whose markup, or absence of markup, has - been arranged to thwart or discourage subsequent modification by - readers is not Transparent. An image format is not Transparent if - used for any substantial amount of text. A copy that is not - "Transparent" is called "Opaque". - - Examples of suitable formats for Transparent copies include plain - ASCII without markup, Texinfo input format, LaTeX input format, - SGML or XML using a publicly available DTD, and standard-conforming - simple HTML, PostScript or PDF designed for human modification. - Examples of transparent image formats include PNG, XCF and JPG. - Opaque formats include proprietary formats that can be read and - edited only by proprietary word processors, SGML or XML for which - the DTD and/or processing tools are not generally available, and - the machine-generated HTML, PostScript or PDF produced by some word - processors for output purposes only. - - The "Title Page" means, for a printed book, the title page itself, - plus such following pages as are needed to hold, legibly, the - material this License requires to appear in the title page. For - works in formats which do not have any title page as such, "Title - Page" means the text near the most prominent appearance of the - work's title, preceding the beginning of the body of the text. - - The "publisher" means any person or entity that distributes copies - of the Document to the public. - - A section "Entitled XYZ" means a named subunit of the Document - whose title either is precisely XYZ or contains XYZ in parentheses - following text that translates XYZ in another language. (Here XYZ - stands for a specific section name mentioned below, such as - "Acknowledgements", "Dedications", "Endorsements", or "History".) - To "Preserve the Title" of such a section when you modify the - Document means that it remains a section "Entitled XYZ" according - to this definition. - - The Document may include Warranty Disclaimers next to the notice - which states that this License applies to the Document. These - Warranty Disclaimers are considered to be included by reference in - this License, but only as regards disclaiming warranties: any other - implication that these Warranty Disclaimers may have is void and - has no effect on the meaning of this License. - - 2. VERBATIM COPYING - - You may copy and distribute the Document in any medium, either - commercially or noncommercially, provided that this License, the - copyright notices, and the license notice saying this License - applies to the Document are reproduced in all copies, and that you - add no other conditions whatsoever to those of this License. You - may not use technical measures to obstruct or control the reading - or further copying of the copies you make or distribute. However, - you may accept compensation in exchange for copies. If you - distribute a large enough number of copies you must also follow the - conditions in section 3. - - You may also lend copies, under the same conditions stated above, - and you may publicly display copies. - - 3. COPYING IN QUANTITY - - If you publish printed copies (or copies in media that commonly - have printed covers) of the Document, numbering more than 100, and - the Document's license notice requires Cover Texts, you must - enclose the copies in covers that carry, clearly and legibly, all - these Cover Texts: Front-Cover Texts on the front cover, and - Back-Cover Texts on the back cover. Both covers must also clearly - and legibly identify you as the publisher of these copies. The - front cover must present the full title with all words of the title - equally prominent and visible. You may add other material on the - covers in addition. Copying with changes limited to the covers, as - long as they preserve the title of the Document and satisfy these - conditions, can be treated as verbatim copying in other respects. - - If the required texts for either cover are too voluminous to fit - legibly, you should put the first ones listed (as many as fit - reasonably) on the actual cover, and continue the rest onto - adjacent pages. - - If you publish or distribute Opaque copies of the Document - numbering more than 100, you must either include a machine-readable - Transparent copy along with each Opaque copy, or state in or with - each Opaque copy a computer-network location from which the general - network-using public has access to download using public-standard - network protocols a complete Transparent copy of the Document, free - of added material. If you use the latter option, you must take - reasonably prudent steps, when you begin distribution of Opaque - copies in quantity, to ensure that this Transparent copy will - remain thus accessible at the stated location until at least one - year after the last time you distribute an Opaque copy (directly or - through your agents or retailers) of that edition to the public. - - It is requested, but not required, that you contact the authors of - the Document well before redistributing any large number of copies, - to give them a chance to provide you with an updated version of the - Document. - - 4. MODIFICATIONS - - You may copy and distribute a Modified Version of the Document - under the conditions of sections 2 and 3 above, provided that you - release the Modified Version under precisely this License, with the - Modified Version filling the role of the Document, thus licensing - distribution and modification of the Modified Version to whoever - possesses a copy of it. In addition, you must do these things in - the Modified Version: - - A. Use in the Title Page (and on the covers, if any) a title - distinct from that of the Document, and from those of previous - versions (which should, if there were any, be listed in the - History section of the Document). You may use the same title - as a previous version if the original publisher of that - version gives permission. - - B. List on the Title Page, as authors, one or more persons or - entities responsible for authorship of the modifications in - the Modified Version, together with at least five of the - principal authors of the Document (all of its principal - authors, if it has fewer than five), unless they release you - from this requirement. - - C. State on the Title page the name of the publisher of the - Modified Version, as the publisher. - - D. Preserve all the copyright notices of the Document. - - E. Add an appropriate copyright notice for your modifications - adjacent to the other copyright notices. - - F. Include, immediately after the copyright notices, a license - notice giving the public permission to use the Modified - Version under the terms of this License, in the form shown in - the Addendum below. - - G. Preserve in that license notice the full lists of Invariant - Sections and required Cover Texts given in the Document's - license notice. - - H. Include an unaltered copy of this License. - - I. Preserve the section Entitled "History", Preserve its Title, - and add to it an item stating at least the title, year, new - authors, and publisher of the Modified Version as given on the - Title Page. If there is no section Entitled "History" in the - Document, create one stating the title, year, authors, and - publisher of the Document as given on its Title Page, then add - an item describing the Modified Version as stated in the - previous sentence. - - J. Preserve the network location, if any, given in the Document - for public access to a Transparent copy of the Document, and - likewise the network locations given in the Document for - previous versions it was based on. These may be placed in the - "History" section. You may omit a network location for a work - that was published at least four years before the Document - itself, or if the original publisher of the version it refers - to gives permission. - - K. For any section Entitled "Acknowledgements" or "Dedications", - Preserve the Title of the section, and preserve in the section - all the substance and tone of each of the contributor - acknowledgements and/or dedications given therein. - - L. Preserve all the Invariant Sections of the Document, unaltered - in their text and in their titles. Section numbers or the - equivalent are not considered part of the section titles. - - M. Delete any section Entitled "Endorsements". Such a section - may not be included in the Modified Version. - - N. Do not retitle any existing section to be Entitled - "Endorsements" or to conflict in title with any Invariant - Section. - - O. Preserve any Warranty Disclaimers. - - If the Modified Version includes new front-matter sections or - appendices that qualify as Secondary Sections and contain no - material copied from the Document, you may at your option designate - some or all of these sections as invariant. To do this, add their - titles to the list of Invariant Sections in the Modified Version's - license notice. These titles must be distinct from any other - section titles. - - You may add a section Entitled "Endorsements", provided it contains - nothing but endorsements of your Modified Version by various - parties--for example, statements of peer review or that the text - has been approved by an organization as the authoritative - definition of a standard. - - You may add a passage of up to five words as a Front-Cover Text, - and a passage of up to 25 words as a Back-Cover Text, to the end of - the list of Cover Texts in the Modified Version. Only one passage - of Front-Cover Text and one of Back-Cover Text may be added by (or - through arrangements made by) any one entity. If the Document - already includes a cover text for the same cover, previously added - by you or by arrangement made by the same entity you are acting on - behalf of, you may not add another; but you may replace the old - one, on explicit permission from the previous publisher that added - the old one. - - The author(s) and publisher(s) of the Document do not by this - License give permission to use their names for publicity for or to - assert or imply endorsement of any Modified Version. - - 5. COMBINING DOCUMENTS - - You may combine the Document with other documents released under - this License, under the terms defined in section 4 above for - modified versions, provided that you include in the combination all - of the Invariant Sections of all of the original documents, - unmodified, and list them all as Invariant Sections of your - combined work in its license notice, and that you preserve all - their Warranty Disclaimers. - - The combined work need only contain one copy of this License, and - multiple identical Invariant Sections may be replaced with a single - copy. If there are multiple Invariant Sections with the same name - but different contents, make the title of each such section unique - by adding at the end of it, in parentheses, the name of the - original author or publisher of that section if known, or else a - unique number. Make the same adjustment to the section titles in - the list of Invariant Sections in the license notice of the - combined work. - - In the combination, you must combine any sections Entitled - "History" in the various original documents, forming one section - Entitled "History"; likewise combine any sections Entitled - "Acknowledgements", and any sections Entitled "Dedications". You - must delete all sections Entitled "Endorsements." - - 6. COLLECTIONS OF DOCUMENTS - - You may make a collection consisting of the Document and other - documents released under this License, and replace the individual - copies of this License in the various documents with a single copy - that is included in the collection, provided that you follow the - rules of this License for verbatim copying of each of the documents - in all other respects. - - You may extract a single document from such a collection, and - distribute it individually under this License, provided you insert - a copy of this License into the extracted document, and follow this - License in all other respects regarding verbatim copying of that - document. - - 7. AGGREGATION WITH INDEPENDENT WORKS - - A compilation of the Document or its derivatives with other - separate and independent documents or works, in or on a volume of a - storage or distribution medium, is called an "aggregate" if the - copyright resulting from the compilation is not used to limit the - legal rights of the compilation's users beyond what the individual - works permit. When the Document is included in an aggregate, this - License does not apply to the other works in the aggregate which - are not themselves derivative works of the Document. - - If the Cover Text requirement of section 3 is applicable to these - copies of the Document, then if the Document is less than one half - of the entire aggregate, the Document's Cover Texts may be placed - on covers that bracket the Document within the aggregate, or the - electronic equivalent of covers if the Document is in electronic - form. Otherwise they must appear on printed covers that bracket - the whole aggregate. - - 8. TRANSLATION - - Translation is considered a kind of modification, so you may - distribute translations of the Document under the terms of section - 4. Replacing Invariant Sections with translations requires special - permission from their copyright holders, but you may include - translations of some or all Invariant Sections in addition to the - original versions of these Invariant Sections. You may include a - translation of this License, and all the license notices in the - Document, and any Warranty Disclaimers, provided that you also - include the original English version of this License and the - original versions of those notices and disclaimers. In case of a - disagreement between the translation and the original version of - this License or a notice or disclaimer, the original version will - prevail. - - If a section in the Document is Entitled "Acknowledgements", - "Dedications", or "History", the requirement (section 4) to - Preserve its Title (section 1) will typically require changing the - actual title. - - 9. TERMINATION - - You may not copy, modify, sublicense, or distribute the Document - except as expressly provided under this License. Any attempt - otherwise to copy, modify, sublicense, or distribute it is void, - and will automatically terminate your rights under this License. - - However, if you cease all violation of this License, then your - license from a particular copyright holder is reinstated (a) - provisionally, unless and until the copyright holder explicitly and - finally terminates your license, and (b) permanently, if the - copyright holder fails to notify you of the violation by some - reasonable means prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is - reinstated permanently if the copyright holder notifies you of the - violation by some reasonable means, this is the first time you have - received notice of violation of this License (for any work) from - that copyright holder, and you cure the violation prior to 30 days - after your receipt of the notice. - - Termination of your rights under this section does not terminate - the licenses of parties who have received copies or rights from you - under this License. If your rights have been terminated and not - permanently reinstated, receipt of a copy of some or all of the - same material does not give you any rights to use it. - - 10. FUTURE REVISIONS OF THIS LICENSE - - The Free Software Foundation may publish new, revised versions of - the GNU Free Documentation License from time to time. Such new - versions will be similar in spirit to the present version, but may - differ in detail to address new problems or concerns. See - <http://www.gnu.org/copyleft/>. - - Each version of the License is given a distinguishing version - number. If the Document specifies that a particular numbered - version of this License "or any later version" applies to it, you - have the option of following the terms and conditions either of - that specified version or of any later version that has been - published (not as a draft) by the Free Software Foundation. If the - Document does not specify a version number of this License, you may - choose any version ever published (not as a draft) by the Free - Software Foundation. If the Document specifies that a proxy can - decide which future versions of this License can be used, that - proxy's public statement of acceptance of a version permanently - authorizes you to choose that version for the Document. - - 11. RELICENSING - - "Massive Multiauthor Collaboration Site" (or "MMC Site") means any - World Wide Web server that publishes copyrightable works and also - provides prominent facilities for anybody to edit those works. A - public wiki that anybody can edit is an example of such a server. - A "Massive Multiauthor Collaboration" (or "MMC") contained in the - site means any set of copyrightable works thus published on the MMC - site. - - "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 - license published by Creative Commons Corporation, a not-for-profit - corporation with a principal place of business in San Francisco, - California, as well as future copyleft versions of that license - published by that same organization. - - "Incorporate" means to publish or republish a Document, in whole or - in part, as part of another Document. - - An MMC is "eligible for relicensing" if it is licensed under this - License, and if all works that were first published under this - License somewhere other than this MMC, and subsequently - incorporated in whole or in part into the MMC, (1) had no cover - texts or invariant sections, and (2) were thus incorporated prior - to November 1, 2008. - - The operator of an MMC Site may republish an MMC contained in the - site under CC-BY-SA on the same site at any time before August 1, - 2009, provided the MMC is eligible for relicensing. - - ADDENDUM: How to use this License for your documents - ==================================================== - - To use this License in a document you have written, include a copy of - the License in the document and put the following copyright and license - notices just after the title page: - - Copyright (C) YEAR YOUR NAME. - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.3 - or any later version published by the Free Software Foundation; - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. A copy of the license is included in the section entitled ``GNU - Free Documentation License''. - - If you have Invariant Sections, Front-Cover Texts and Back-Cover - Texts, replace the "with...Texts." line with this: - - with the Invariant Sections being LIST THEIR TITLES, with - the Front-Cover Texts being LIST, and with the Back-Cover Texts - being LIST. - - If you have Invariant Sections without Cover Texts, or some other - combination of the three, merge those two alternatives to suit the - situation. - - If your document contains nontrivial examples of program code, we - recommend releasing these examples in parallel under your choice of free - software license, such as the GNU General Public License, to permit - their use in free software. - -  - File: texinfo.info, Node: Command and Variable Index, Next: General Index, Prev: GNU Free Documentation License, Up: Top - - Command and Variable Index - ************************** - - This is an alphabetical list of all the @-commands, assorted Emacs Lisp - functions, and several variables. To make the list easier to use, the - commands are listed without their preceding '@'. - - �[index�] - * Menu: - - * @ (literal @): Inserting an Atsign. (line 6) - * ! (end of sentence): Ending a Sentence. (line 6) - * " (umlaut accent): Inserting Accents. (line 28) - * ' (acute accent): Inserting Accents. (line 28) - * * (force line break): Line Breaks. (line 6) - * , (cedilla accent): Inserting Accents. (line 28) - * - (in image alt string): Image Syntax. (line 55) - * - (discretionary hyphen): @- @hyphenation. (line 6) - * . (end of sentence): Ending a Sentence. (line 6) - * / (allow line break): Line Breaks. (line 6) - * :: Not Ending a Sentence. - (line 9) - * = (macron accent): Inserting Accents. (line 28) - * ? (end of sentence): Ending a Sentence. (line 6) - * \ (literal \ in @math): Inserting Math. (line 50) - * ^ (circumflex accent): Inserting Accents. (line 28) - * ` (grave accent): Inserting Accents. (line 28) - * { (literal {): Inserting Braces. (line 6) - * } (literal }): Inserting Braces. (line 6) - * ~ (tilde accent): Inserting Accents. (line 28) - * aa: Inserting Accents. (line 50) - * AA: Inserting Accents. (line 50) - * abbr: @abbr. (line 6) - * acronym: @acronym. (line 6) - * ae: Inserting Accents. (line 50) - * AE: Inserting Accents. (line 50) - * afivepaper: A4 Paper. (line 6) - * afourlatex: A4 Paper. (line 22) - * afourpaper: A4 Paper. (line 6) - * afourwide: A4 Paper. (line 22) - * alias: @alias. (line 6) - * allowcodebreaks: @allowcodebreaks. (line 6) - * anchor: @anchor. (line 6) - * appendix: @unnumbered @appendix. - (line 6) - * appendixsec: @unnumberedsec @appendixsec @heading. - (line 6) - * appendixsec <1>: @unnumberedsec @appendixsec @heading. - (line 21) - * appendixsection: @unnumberedsec @appendixsec @heading. - (line 21) - * appendixsubsec: @unnumberedsubsec @appendixsubsec @subheading. - (line 6) - * appendixsubsubsec: @subsubsection. (line 6) - * apply: Sample Function Definition. - (line 12) - * arrow: Click Sequences. (line 17) - * asis: @table. (line 18) - * atchar{} (literal @): Inserting an Atsign. (line 6) - * author: @title @subtitle @author. - (line 6) - * b (bold font): Fonts. (line 29) - * \backslash: Inserting a Backslash. - (line 20) - * backslashchar: Inserting a Backslash. - (line 6) - * bullet: @bullet. (line 6) - * bye: Ending a File. (line 6) - * bye <1>: Ending a File. (line 17) - * c: Comments. (line 6) - * caption: @caption @shortcaption. - (line 6) - * cartouche: @cartouche. (line 6) - * center: @titlefont @center @sp. - (line 6) - * centerchap: @unnumbered @appendix. - (line 16) - * chapheading: @majorheading @chapheading. - (line 6) - * chapter: @chapter. (line 6) - * cindex: Predefined Indices. (line 10) - * cite: @cite. (line 6) - * clear: @set @value. (line 6) - * click: Click Sequences. (line 17) - * clicksequence: Click Sequences. (line 6) - * clickstyle: Click Sequences. (line 20) - * code: @code. (line 6) - * codequotebacktick: Inserting Quote Characters. - (line 26) - * codequoteundirected: Inserting Quote Characters. - (line 22) - * <colon> (suppress end-of-sentence space): Not Ending a Sentence. - (line 9) - * columnfractions: Multitable Column Widths. - (line 11) - * comma: Inserting a Comma. (line 6) - * command: @command. (line 6) - * comment: Comments. (line 6) - * complete_tree_nodes_menus: Other Customization Variables. - (line 260) - * contents: Contents. (line 6) - * copying: @copying. (line 6) - * copyright: @copying. (line 32) - * copyright <1>: @copyright. (line 6) - * cropmarks: Cropmarks and Magnification. - (line 6) - * debugtree: Customization Variables and Options. - (line 56) - * defcodeindex: New Indices. (line 6) - * defcv: Object-Oriented Variables. - (line 10) - * defcvx: @deffnx. (line 24) - * deffn: Functions Commands. (line 9) - * deffnx: @deffnx. (line 6) - * defindex: New Indices. (line 6) - * definfoenclose: @definfoenclose. (line 6) - * defivar: Object-Oriented Variables. - (line 46) - * defivarx: @deffnx. (line 24) - * defmac: Functions Commands. (line 57) - * defmacx: @deffnx. (line 24) - * defmethod: Object-Oriented Methods. - (line 59) - * defmethodx: @deffnx. (line 24) - * defop: Object-Oriented Methods. - (line 11) - * defopt: Variables Commands. (line 55) - * defoptx: @deffnx. (line 24) - * defopx: @deffnx. (line 24) - * defspec: Functions Commands. (line 62) - * defspecx: @deffnx. (line 24) - * deftp: Data Types. (line 8) - * deftpx: @deffnx. (line 24) - * deftypecv: Object-Oriented Variables. - (line 27) - * deftypecvx: @deffnx. (line 24) - * deftypefn: Typed Functions. (line 10) - * deftypefnnewline: Typed Functions. (line 84) - * deftypefnx: @deffnx. (line 24) - * deftypefun: Typed Functions. (line 74) - * deftypefunx: @deffnx. (line 24) - * deftypeivar: Object-Oriented Variables. - (line 62) - * deftypeivarx: @deffnx. (line 24) - * deftypemethod: Object-Oriented Methods. - (line 80) - * deftypemethodx: @deffnx. (line 24) - * deftypeop: Object-Oriented Methods. - (line 51) - * deftypeopx: @deffnx. (line 24) - * deftypevar: Typed Variables. (line 40) - * deftypevarx: @deffnx. (line 24) - * deftypevr: Typed Variables. (line 12) - * deftypevrx: @deffnx. (line 24) - * defun: Functions Commands. (line 47) - * defunx: @deffnx. (line 24) - * defvar: Variables Commands. (line 37) - * defvarx: @deffnx. (line 24) - * defvr: Variables Commands. (line 8) - * defvrx: @deffnx. (line 24) - * DEL (comment character): Comments. (line 20) - * detailmenu: Master Menu Parts. (line 19) - * detailmenu <1>: makeinfo Pointer Creation. - (line 31) - * dfn: @dfn. (line 6) - * dh: Inserting Accents. (line 50) - * DH: Inserting Accents. (line 50) - * dircategory: Installing Dir Entries. - (line 11) - * direntry: Installing Dir Entries. - (line 11) - * display: @display. (line 6) - * dmn: @dmn. (line 6) - * docbook: Raw Formatter Commands. - (line 61) - * docbook <1>: Customization Variables and Options. - (line 43) - * documentdescription: @documentdescription. - (line 6) - * documentencoding: @documentencoding. (line 6) - * documentlanguage: @documentlanguage. (line 6) - * dotaccent: Inserting Accents. (line 28) - * dotless: Inserting Accents. (line 50) - * dots: @dots. (line 6) - * dvi: Customization Variables and Options. - (line 44) - * dvipdf: Customization Variables and Options. - (line 45) - * email: @email. (line 6) - * \emergencystretch: Overfull hboxes. (line 31) - * emph: @emph @strong. (line 6) - * end: Quotations and Examples. - (line 10) - * end <1>: Introducing Lists. (line 20) - * enddots: @dots. (line 6) - * enumerate: @enumerate. (line 6) - * env: @env. (line 6) - * equiv: @equiv. (line 6) - * error: @error. (line 6) - * errormsg: Conditional Commands. - (line 68) - * errormsg, and line numbers in TeX: #line and TeX. (line 23) - * euro: @euro. (line 6) - * evenfooting: Custom Headings. (line 53) - * evenfootingmarks: Custom Headings. (line 132) - * evenheading: Custom Headings. (line 53) - * evenheadingmarks: Custom Headings. (line 132) - * everyfooting: Custom Headings. (line 44) - * everyfootingmarks: Custom Headings. (line 122) - * everyheading: Custom Headings. (line 44) - * everyheadingmarks: Custom Headings. (line 122) - * example: @example. (line 6) - * exampleindent: @exampleindent. (line 6) - * exclamdown: Inserting Accents. (line 50) - * exdent: @exdent. (line 6) - * expansion: @expansion. (line 6) - * file: @file. (line 6) - * fill_gaps_in_sectioning: Other Customization Variables. - (line 264) - * finalout: Overfull hboxes. (line 46) - * findex: Predefined Indices. (line 12) - * firstparagraphindent: @firstparagraphindent. - (line 6) - * float: @float. (line 6) - * flushleft: @flushleft @flushright. - (line 6) - * flushright: @flushleft @flushright. - (line 6) - * fn-name: Def Cmd Continuation Lines. - (line 18) - * fonttextsize: Fonts. (line 6) - * foobar: Optional Arguments. (line 19) - * foobar <1>: Typed Functions. (line 27) - * footnote: Footnotes. (line 6) - * footnotestyle: Footnote Styles. (line 46) - * format: @format. (line 6) - * forward-word: Def Cmd Template. (line 34) - * frenchspacing: @frenchspacing. (line 6) - * ftable: @ftable @vtable. (line 6) - * \gdef within @tex: Raw Formatter Commands. - (line 22) - * geq: @geq @leq. (line 6) - * \globaldefs within @tex: Raw Formatter Commands. - (line 22) - * group: @group. (line 6) - * guillemetleft: Inserting Quotation Marks. - (line 44) - * guillemetright: Inserting Quotation Marks. - (line 44) - * guillemotleft: Inserting Quotation Marks. - (line 44) - * guillemotright: Inserting Quotation Marks. - (line 44) - * guilsinglleft: Inserting Quotation Marks. - (line 44) - * guilsinglright: Inserting Quotation Marks. - (line 44) - * H (Hungarian umlaut accent): Inserting Accents. (line 28) - * hashchar{} (literal #): Inserting a Hashsign. - (line 6) - * hbox: Overfull hboxes. (line 14) - * heading: @unnumberedsec @appendixsec @heading. - (line 6) - * headings: @headings. (line 6) - * headitem: Multitable Rows. (line 12) - * headitemfont: Multitable Rows. (line 17) - * headword: @definfoenclose. (line 58) - * html: Raw Formatter Commands. - (line 41) - * html <1>: Customization Variables and Options. - (line 46) - * hyphenation: @- @hyphenation. (line 6) - * i (italic font): Fonts. (line 32) - * ifclear: @ifset @ifclear. (line 48) - * ifcommanddefined: Testing for Texinfo Commands. - (line 6) - * ifcommandnotdefined: Testing for Texinfo Commands. - (line 6) - * ifdocbook: Conditional Commands. - (line 14) - * ifdocbook <1>: Raw Formatter Commands. - (line 61) - * ifhtml: Conditional Commands. - (line 14) - * ifhtml <1>: Raw Formatter Commands. - (line 41) - * ifinfo: Conditional Commands. - (line 9) - * ifnotdocbook: Conditional Not Commands. - (line 6) - * ifnothtml: Conditional Not Commands. - (line 6) - * ifnotinfo: Conditional Not Commands. - (line 6) - * ifnotplaintext: Conditional Not Commands. - (line 6) - * ifnottex: Conditional Not Commands. - (line 6) - * ifnotxml: Conditional Not Commands. - (line 6) - * ifplaintext: Conditional Commands. - (line 14) - * ifset: @ifset @ifclear. (line 6) - * iftex: Conditional Commands. - (line 14) - * ifxml: Conditional Commands. - (line 14) - * ifxml <1>: Raw Formatter Commands. - (line 45) - * ignore: Comments. (line 27) - * image: Images. (line 6) - * include: Using Include Files. (line 6) - * indent: @indent. (line 6) - * indentedblock: @indentedblock. (line 6) - * indicateurl: @indicateurl. (line 6) - * info: Customization Variables and Options. - (line 47) - * inforef: @inforef. (line 6) - * Info-validate: Running Info-validate. - (line 6) - * inlinefmt: Inline Conditionals. (line 6) - * inlinefmtifelse: Inline Conditionals. (line 6) - * inlineifclear: @inlineifset @inlineifclear. - (line 6) - * inlineifset: @inlineifset @inlineifclear. - (line 6) - * inlineraw: Inline Conditionals. (line 6) - * \input (raw TeX startup): Minimum. (line 20) - * insertcopying: @insertcopying. (line 6) - * insert_nodes_for_sectioning_commands: Other Customization Variables. - (line 269) - * isearch-backward: @deffnx. (line 21) - * isearch-forward: @deffnx. (line 20) - * item: @itemize. (line 20) - * item <1>: @table. (line 30) - * item <2>: Multitable Rows. (line 6) - * itemize: @itemize. (line 6) - * itemx: @itemx. (line 6) - * kbd: @kbd. (line 6) - * kbdinputstyle: @kbd. (line 20) - * key: @key. (line 6) - * kindex: Predefined Indices. (line 15) - * l: Inserting Accents. (line 50) - * L: Inserting Accents. (line 50) - * LaTeX: @TeX @LaTeX. (line 6) - * lbracechar{} (literal {): Inserting Braces. (line 6) - * leq: @geq @leq. (line 6) - * \linkcolor: PDF Colors. (line 12) - * lisp: @lisp. (line 6) - * listoffloats: @listoffloats. (line 6) - * lowersections: Raise/lower sections. - (line 6) - * macro: Defining Macros. (line 6) - * \mag (raw TeX magnification): Cropmarks and Magnification. - (line 24) - * majorheading: @majorheading @chapheading. - (line 6) - * makeinfo-buffer: makeinfo in Emacs. (line 16) - * makeinfo-kill-job: makeinfo in Emacs. (line 37) - * makeinfo-recenter-output-buffer: makeinfo in Emacs. (line 42) - * makeinfo-region: makeinfo in Emacs. (line 12) - * math: Inserting Math. (line 6) - * \mathopsup: Inserting Math. (line 21) - * menu: Menus. (line 6) - * minus: @minus. (line 6) - * move_index_entries_after_items: Other Customization Variables. - (line 273) - * multitable: Multi-column Tables. (line 6) - * need: @need. (line 6) - * <newline>: Multiple Spaces. (line 6) - * next-error: makeinfo in Emacs. (line 26) - * node: Writing a Node. (line 6) - * noindent: @noindent. (line 6) - * novalidate: Formatting Partial Documents. - (line 6) - * o: Inserting Accents. (line 50) - * O: Inserting Accents. (line 50) - * occur: Using occur. (line 6) - * occur-mode-goto-occurrence: Showing the Structure. - (line 21) - * oddfooting: Custom Headings. (line 53) - * oddfootingmarks: Custom Headings. (line 132) - * oddheading: Custom Headings. (line 53) - * oddheadingmarks: Custom Headings. (line 132) - * oe: Inserting Accents. (line 50) - * OE: Inserting Accents. (line 50) - * ogonek: Inserting Accents. (line 28) - * option: @option. (line 6) - * ordf: Inserting Accents. (line 50) - * ordm: Inserting Accents. (line 50) - * page: @page. (line 6) - * page, within @titlepage: @titlepage. (line 17) - * pagesizes: @pagesizes. (line 6) - * paragraphindent: @paragraphindent. (line 6) - * parse: Customization Variables and Options. - (line 61) - * part: @part. (line 6) - * pdf: Customization Variables and Options. - (line 48) - * phoo: @definfoenclose. (line 35) - * pindex: Predefined Indices. (line 17) - * plaintexinfo: Customization Variables and Options. - (line 64) - * plaintext: Customization Variables and Options. - (line 49) - * point: @point. (line 6) - * pounds: @pounds. (line 6) - * print: @print. (line 6) - * printindex: Printing Indices & Menus. - (line 23) - * ps: Customization Variables and Options. - (line 50) - * pxref: @pxref. (line 6) - * questiondown: Inserting Accents. (line 50) - * quotation: @quotation. (line 6) - * quotedblbase: Inserting Quotation Marks. - (line 44) - * quotedblleft: Inserting Quotation Marks. - (line 44) - * quotedblright: Inserting Quotation Marks. - (line 44) - * quoteleft: Inserting Quotation Marks. - (line 44) - * quoteright: Inserting Quotation Marks. - (line 44) - * quotesinglbase: Inserting Quotation Marks. - (line 44) - * r (roman font): Fonts. (line 35) - * raggedright: @raggedright. (line 6) - * raisesections: Raise/lower sections. - (line 6) - * rawtext: Customization Variables and Options. - (line 70) - * rbracechar{} (literal }): Inserting Braces. (line 6) - * ref: @ref. (line 6) - * refill: Command List. (line 928) - * regenerate_master_menu: Other Customization Variables. - (line 279) - * registeredsymbol: @registeredsymbol. (line 6) - * result: @result. (line 6) - * ringaccent: Inserting Accents. (line 28) - * rmacro: Defining Macros. (line 44) - * samp: @samp. (line 6) - * sansserif (sans serif font): Fonts. (line 39) - * sc (small caps font): Smallcaps. (line 6) - * section: @section. (line 6) - * set: @set @value. (line 6) - * setchapternewpage: @setchapternewpage. (line 6) - * @setcontentsaftertitlepage: Obsolete @-Commands. (line 9) - * setfilename: @setfilename. (line 6) - * @setshortcontentsaftertitlepage: Obsolete @-Commands. (line 18) - * settitle: @settitle. (line 6) - * shortcaption: @caption @shortcaption. - (line 6) - * shortcontents: Contents. (line 6) - * shorttitlepage: @titlepage. (line 46) - * simple_menu: Other Customization Variables. - (line 284) - * slanted (slanted font): Fonts. (line 42) - * smallbook: @smallbook. (line 6) - * smalldisplay: @display. (line 15) - * smallexample: @small.... (line 6) - * smallformat: @format. (line 15) - * smallformat <1>: @small.... (line 6) - * smallindentedblock: @indentedblock. (line 21) - * smalllisp: @small.... (line 6) - * smallquotation: @quotation. (line 71) - * smallquotation <1>: @small.... (line 6) - * sortas: Indexing Commands. (line 43) - * sp (line spacing): @sp. (line 6) - * sp (titlepage line spacing): @titlefont @center @sp. - (line 6) - * <space>: Multiple Spaces. (line 6) - * ss: Inserting Accents. (line 50) - * strong: @emph @strong. (line 6) - * structure: Customization Variables and Options. - (line 76) - * sub: Inserting Subscripts and Superscripts. - (line 6) - * subheading: @unnumberedsubsec @appendixsubsec @subheading. - (line 6) - * subsection: @subsection. (line 6) - * subsubheading: @subsubsection. (line 6) - * subsubsection: @subsubsection. (line 6) - * subtitle: @title @subtitle @author. - (line 6) - * summarycontents: Contents. (line 6) - * sup: Inserting Subscripts and Superscripts. - (line 6) - * syncodeindex: @syncodeindex. (line 6) - * synindex: @synindex. (line 6) - * t (typewriter font): Fonts. (line 45) - * tab: Multitable Rows. (line 6) - * <tab>: Multiple Spaces. (line 6) - * table: Two-column Tables. (line 6) - * TeX: @TeX @LaTeX. (line 6) - * tex: Raw Formatter Commands. - (line 14) - * Texinfo::Parser module: Reference Implementation. - (line 31) - * texinfo-all-menus-update: Updating Commands. (line 112) - * texinfo-every-node-update: Updating Commands. (line 107) - * texinfo-format-buffer: texinfo-format commands. - (line 23) - * texinfo-format-buffer <1>: Info Formatting. (line 22) - * texinfo-format-region: texinfo-format commands. - (line 19) - * texinfo-format-region <1>: Info Formatting. (line 13) - * texinfo-indent-menu-description: Other Updating Commands. - (line 45) - * texinfo-insert-braces: Inserting. (line 67) - * texinfo-insert-@code: Inserting. (line 15) - * texinfo-insert-@dfn: Inserting. (line 19) - * texinfo-insert-@end: Inserting. (line 23) - * texinfo-insert-@example: Inserting. (line 62) - * texinfo-insert-@item: Inserting. (line 30) - * texinfo-insert-@kbd: Inserting. (line 35) - * texinfo-insert-@node: Inserting. (line 39) - * texinfo-insert-node-lines: Other Updating Commands. - (line 10) - * texinfo-insert-@noindent: Inserting. (line 44) - * texinfo-insert-@samp: Inserting. (line 49) - * texinfo-insert-@table: Inserting. (line 53) - * texinfo-insert-@var: Inserting. (line 58) - * texinfo-make-menu: Updating Commands. (line 93) - * texinfo-master-menu: Updating Commands. (line 55) - * texinfo-multiple-files-update: texinfo-multiple-files-update. - (line 6) - * texinfo-multiple-files-update (in brief): Other Updating Commands. - (line 34) - * texinfo-sequential-node-update: Other Updating Commands. - (line 54) - * texinfo-show-structure: Showing the Structure. - (line 17) - * texinfo-show-structure <1>: Using texinfo-show-structure. - (line 6) - * texinfo-start-menu-description: Inserting. (line 94) - * texinfosxml: Customization Variables and Options. - (line 80) - * texinfo-tex-buffer: Printing. (line 21) - * texinfo-tex-print: Printing. (line 42) - * texinfo-tex-region: Printing. (line 27) - * texinfo-update-node: Updating Commands. (line 83) - * textcontent: Customization Variables and Options. - (line 84) - * textdegree: @textdegree. (line 6) - * th: Inserting Accents. (line 50) - * TH: Inserting Accents. (line 50) - * thischapter: Custom Headings. (line 86) - * thischaptername: Custom Headings. (line 79) - * thischapternum: Custom Headings. (line 82) - * thisfile: Custom Headings. (line 94) - * thispage: Custom Headings. (line 66) - * thissection: Custom Headings. (line 75) - * thissectionname: Custom Headings. (line 69) - * thissectionnum: Custom Headings. (line 72) - * thistitle: Custom Headings. (line 90) - * tie (unbreakable interword space): @tie. (line 6) - * tieaccent: Inserting Accents. (line 28) - * tindex: Predefined Indices. (line 19) - * title: @title @subtitle @author. - (line 6) - * titlefont: @titlefont @center @sp. - (line 6) - * titlepage: @titlepage. (line 6) - * today: Custom Headings. (line 102) - * top: The Top Node. (line 12) - * top <1>: @top Command. (line 6) - * U: Inserting Unicode. (line 6) - * u (breve accent): Inserting Accents. (line 28) - * ubaraccent: Inserting Accents. (line 28) - * udotaccent: Inserting Accents. (line 28) - * unmacro: Defining Macros. (line 56) - * unnumbered: @unnumbered @appendix. - (line 6) - * unnumberedsec: @unnumberedsec @appendixsec @heading. - (line 6) - * unnumberedsubsec: @unnumberedsubsec @appendixsubsec @subheading. - (line 6) - * unnumberedsubsubsec: @subsubsection. (line 6) - * up-list: Inserting. (line 72) - * uref: @url. (line 6) - * urefbreakstyle: URL Line Breaking. (line 15) - * \urefurlonlylinktrue: @url PDF Output Format. - (line 12) - * url: @url. (line 13) - * \urlcolor: PDF Colors. (line 12) - * \usebracesinindexestrue: Details of texindex. (line 17) - * v (caron): Inserting Accents. (line 28) - * validatemenus: Writing a Menu. (line 38) - * value: @set @value. (line 6) - * var: @var. (line 6) - * verb: @verb. (line 6) - * verbatim: @verbatim. (line 6) - * verbatiminclude: @verbatiminclude. (line 6) - * vindex: Predefined Indices. (line 22) - * vskip TeX vertical skip: Copyright. (line 12) - * vtable: @ftable @vtable. (line 6) - * w: @w. (line 6) - * xml: Raw Formatter Commands. - (line 45) - * xml <1>: Customization Variables and Options. - (line 51) - * xref: @xref. (line 6) - * xrefautomaticsectiontitle: Three Arguments. (line 56) - -  - File: texinfo.info, Node: General Index, Prev: Command and Variable Index, Up: Top - - General Index - ************* - - �[index�] - * Menu: - - * @ as continuation in definition commands: Def Cmd Continuation Lines. - (line 6) - * !: Inserting Accents. (line 50) - * " (undirected double quote character): Inserting Quotation Marks. - (line 44) - * #line directive: #line Directive. (line 6) - * #line directives, not processing with TeX: #line and TeX. (line 6) - * #line syntax details: #line Syntax Details. - (line 6) - * $Id: GNU Sample Texts. (line 22) - * $Id expansion, preventing: @w. (line 27) - * &#xHEX;, output from @U: Inserting Unicode. (line 28) - * ': Inserting Quotation Marks. - (line 44) - * '': Inserting Quotation Marks. - (line 44) - * (dir) as Up node of Top node: First Node. (line 14) - * , (single low-9 quotation mark): Inserting Quotation Marks. - (line 44) - * ,, (double low-9 quotation mark): Inserting Quotation Marks. - (line 44) - * -, breakpoint within @code: @allowcodebreaks. (line 6) - * 8-bit characters, in HTML cross-references: HTML Xref 8-bit Character Expansion. - (line 6) - * <: Inserting Quotation Marks. - (line 44) - * <<: Inserting Quotation Marks. - (line 44) - * >: Inserting Quotation Marks. - (line 44) - * >>: Inserting Quotation Marks. - (line 44) - * ?: Inserting Accents. (line 50) - * ^@^H for images in Info: Image Syntax. (line 75) - * _, breakpoint within @code: @allowcodebreaks. (line 6) - * ' <1>: Inserting Quotation Marks. - (line 44) - * '' <1>: Inserting Quotation Marks. - (line 44) - * a: Inserting Accents. (line 50) - * A4 paper, printing on: A4 Paper. (line 6) - * A5 paper, printing on: A4 Paper. (line 6) - * aa: Inserting Accents. (line 50) - * AA: Inserting Accents. (line 50) - * <abbr> and <abbrev> tags: @abbr. (line 22) - * Abbreviations for keys: @key. (line 20) - * Abbreviations, tagging: @abbr. (line 6) - * Abstract of document: @documentdescription. - (line 6) - * Abstract syntax tree representation of documents: Reference Implementation. - (line 17) - * Accents, inserting: Inserting Accents. (line 6) - * accesskey, customization variable for: HTML Customization Variables. - (line 261) - * accesskey, in HTML output of menus: Writing a Menu. (line 44) - * accesskey, in HTML output of nodes: Texinfo Document Structure. - (line 20) - * <acknowledgements> Docbook tag: @unnumbered @appendix. - (line 26) - * <acronym> tag: @acronym. (line 19) - * Acronyms, tagging: @acronym. (line 6) - * Acute accent: Inserting Accents. (line 28) - * Adding a new Info file: New Info File. (line 6) - * Additional output formats: Adding Output Formats. - (line 6) - * --add-once, for install-info: Invoking install-info. - (line 33) - * Advice on writing entries: Index Entries. (line 6) - * ae: Inserting Accents. (line 50) - * AE: Inserting Accents. (line 50) - * after, value for @urefbreakstyle: URL Line Breaking. (line 24) - * AFTER_ABOUT: HTML Customization Variables. - (line 18) - * AFTER_BODY_OPEN: HTML Customization Variables. - (line 14) - * AFTER_OVERVIEW: HTML Customization Variables. - (line 23) - * AFTER_TOC_LINES: HTML Customization Variables. - (line 24) - * Aliases, command: @alias. (line 6) - * --align=COLUMN, for install-info: Invoking install-info. - (line 37) - * Allow line break: Line Breaks. (line 6) - * All-permissive copying license: All-permissive Copying License. - (line 6) - * Alphabetical @-command list: Command List. (line 6) - * Alt attribute for images: Image Syntax. (line 55) - * Anchors: @anchor. (line 6) - * Angle quotation marks: Inserting Quotation Marks. - (line 44) - * Another Info directory: Other Info Directories. - (line 6) - * --append-new-sections, for install-info: Invoking install-info. - (line 43) - * Arguments, repeated and optional: Optional Arguments. (line 6) - * ASCII text output with --plaintext: Invoking texi2any. (line 315) - * ASCII, source document portability using: Inserting Unicode. - (line 15) - * Aspect ratio of images: Image Scaling. (line 6) - * At sign, inserting: Inserting an Atsign. (line 6) - * Auk, bird species: Inserting Quotation Marks. - (line 61) - * autoexec.bat: Other Info Directories. - (line 58) - * automake, and version info: GNU Sample Texts. (line 37) - * Automatic pointer creation with makeinfo: makeinfo Pointer Creation. - (line 6) - * Automatic quoting of commas for some macros: Invoking Macros. - (line 44) - * Automatically insert nodes, menus: Updating Nodes and Menus. - (line 6) - * Auxiliary files, omitting: Formatting Partial Documents. - (line 6) - * AVOID_MENU_REDUNDANCY: HTML Customization Variables. - (line 10) - * B5 paper, printing on: @pagesizes. (line 16) - * Back-end output formats: Output Formats. (line 6) - * Backslash in macros: Defining Macros. (line 37) - * Backslash, and macros: Invoking Macros. (line 23) - * Backslash, in macro arguments: Invoking Macros. (line 85) - * Backslash, inserting: Inserting a Backslash. - (line 6) - * backtick: Inserting Quote Characters. - (line 26) - * Badly referenced nodes: Running Info-validate. - (line 6) - * BASEFILENAME_LENGTH: HTML Customization Variables. - (line 34) - * BASEFILENAME_LENGTH <1>: HTML Xref Link Basics. - (line 45) - * Bastard title page: @titlepage. (line 46) - * Batch formatting for Info: Batch Formatting. (line 6) - * Beebe, Nelson: Output Formats. (line 57) - * before, value for @urefbreakstyle: URL Line Breaking. (line 24) - * BEFORE_OVERVIEW: HTML Customization Variables. - (line 39) - * BEFORE_TOC_LINES: HTML Customization Variables. - (line 40) - * Beginning a Texinfo file: Beginning and Ending a File. - (line 6) - * Beginning line of a Texinfo file: First Line. (line 6) - * Berry, Karl: History. (line 6) - * Big points: Image Scaling. (line 22) - * BIG_RULE: HTML Customization Variables. - (line 50) - * Black rectangle in hardcopy: Overfull hboxes. (line 41) - * Blank lines: @sp. (line 6) - * <blockquote> HTML tag: @quotation. (line 47) - * Body of a macro: Defining Macros. (line 27) - * <body> text, customizing: HTML Customization Variables. - (line 55) - * BODYTEXT: HTML Customization Variables. - (line 54) - * Bold font: Fonts. (line 29) - * Bolio: History. (line 34) - * Book characteristics, printed: Printed Books. (line 6) - * Book, printing small: @smallbook. (line 6) - * border-pattern: Object-Oriented Variables. - (line 21) - * border-pattern of Window: Object-Oriented Variables. - (line 40) - * border-pattern of Window <1>: Object-Oriented Variables. - (line 56) - * border-pattern of Window <2>: Object-Oriented Variables. - (line 75) - * BoTeX: History. (line 34) - * Box with rounded corners: @cartouche. (line 6) - * Box, ugly black in hardcopy: Overfull hboxes. (line 41) - * Brace-delimited conditional text: Inline Conditionals. (line 6) - * Brace-delimited flag conditionals: @inlineifset @inlineifclear. - (line 6) - * Braces and argument syntax: Command Syntax. (line 57) - * Braces, in index entries: Details of texindex. (line 6) - * Braces, in macro arguments: Invoking Macros. (line 85) - * Braces, inserting: Inserting Braces. (line 6) - * Braces, when to use: Conventions. (line 21) - * Breakpoints within urls: URL Line Breaking. (line 6) - * Breaks in a line: Line Breaks. (line 6) - * Breaks, within @code: @allowcodebreaks. (line 6) - * Breve accent: Inserting Accents. (line 28) - * Buffer formatting and printing: Printing. (line 6) - * Bugs, reporting: Reporting Bugs. (line 6) - * Bzipped dir files, reading: Invoking install-info. - (line 23) - * -c VAR=VALUE: Invoking texi2any. (line 330) - * --calign=COLUMN, for install-info: Invoking install-info. - (line 47) - * Capitalization of index entries: Index Entries. (line 6) - * Captions, for floats: @caption @shortcaption. - (line 6) - * Caron: Inserting Accents. (line 28) - * Cascading Style Sheets, and HTML output: HTML CSS. (line 6) - * Case in node name: Node Line Requirements. - (line 73) - * Case, not altering in @code: @code. (line 19) - * CASE_INSENSITIVE_FILENAMES: HTML Customization Variables. - (line 59) - * Catching errors with Info formatting: Debugging with Info. (line 6) - * Catching errors with TeX formatting: Debugging with TeX. (line 6) - * Catching mistakes: Catching Mistakes. (line 6) - * Catcode for comments in TeX: Comments. (line 20) - * Categories, choosing: Installing Dir Entries. - (line 54) - * Category codes, of plain TeX: Raw Formatter Commands. - (line 14) - * <caution> Docbook tag: @quotation. (line 47) - * Caveats for macro usage: Macro Details. (line 6) - * Cedilla accent: Inserting Accents. (line 28) - * Centimeters: Image Scaling. (line 26) - * Chapter structuring: Chapter Structuring. (line 6) - * <chapter> Docbook tag: @unnumbered @appendix. - (line 26) - * Chapters, formatting one at a time: Formatting Partial Documents. - (line 6) - * CHAPTER_HEADER_LEVEL: HTML Customization Variables. - (line 63) - * Character set, declaring: @documentencoding. (line 6) - * Characteristics, printed books or manuals: Printed Books. (line 6) - * Characters, basic input: Conventions. (line 6) - * Characters, invalid in node name: Node Line Requirements. - (line 43) - * Chassell, Robert J.: History. (line 6) - * Check accent: Inserting Accents. (line 28) - * Checking for badly referenced nodes: Running Info-validate. - (line 6) - * Checking for Texinfo commands: Testing for Texinfo Commands. - (line 6) - * Checklist for bug reports: Reporting Bugs. (line 11) - * CHECK_HTMLXREF: HTML Customization Variables. - (line 67) - * Ciceros: Image Scaling. (line 32) - * Circumflex accent: Inserting Accents. (line 28) - * Click sequences: Click Sequences. (line 6) - * CLOSE_QUOTE_SYMBOL: Other Customization Variables. - (line 10) - * Closing punctuation, and sentence ending: Ending a Sentence. - (line 29) - * CM-Super fonts: Inserting Quotation Marks. - (line 37) - * CM-Super fonts, installing: Preparing for TeX. (line 30) - * Code point of Unicode character, inserting by: Inserting Unicode. - (line 6) - * code, value for @kbdinputstyle: @kbd. (line 26) - * Collapsing whitespace around continuations: Def Cmd Continuation Lines. - (line 28) - * Colon in node name: Node Line Requirements. - (line 43) - * Colon, last in INFOPATH: Other Info Directories. - (line 70) - * <colophon> Docbook tag: @unnumbered @appendix. - (line 26) - * Colored links, in PDF output: PDF Colors. (line 6) - * Column widths, defining for multitables: Multitable Column Widths. - (line 6) - * Combining indices: Combining Indices. (line 6) - * Comma after cross-reference: Cross Reference Parts. - (line 80) - * Comma in node name: Node Line Requirements. - (line 43) - * Comma, in macro arguments: Invoking Macros. (line 38) - * Comma, inserting: Inserting a Comma. (line 6) - * Command aliases: @alias. (line 6) - * Command definitions: Sample Function Definition. - (line 6) - * @-command list: Command List. (line 6) - * Command names, indicating: @command. (line 6) - * @-command syntax: Command Syntax. (line 6) - * Command syntax: Command Syntax. (line 6) - * --command, for texi2dvi: Format with texi2dvi. - (line 48) - * Command-line options of texi2html: texi2html. (line 45) - * @-commands: Conventions. (line 16) - * Commands in node names: Node Line Requirements. - (line 17) - * @-commands in node names: Node Line Requirements. - (line 17) - * Commands to insert special characters: Special Characters. (line 6) - * Commands using raw TeX: Raw Formatter Commands. - (line 6) - * @-commands, customization variables for: Customization Variables for @-Commands. - (line 6) - * Commands, inserting them: Inserting. (line 6) - * Commands, testing for Texinfo: Testing for Texinfo Commands. - (line 6) - * --commands-in-node-names: Invoking texi2any. (line 42) - * Comments: Comments. (line 6) - * Comments, in CSS files: HTML CSS. (line 42) - * compatibility, with texi2html: Other Customization Variables. - (line 218) - * Compile command for formatting: Compile-Command. (line 6) - * COMPLEX_FORMAT_IN_TABLE: HTML Customization Variables. - (line 72) - * Compressed dir files, reading: Invoking install-info. - (line 23) - * Computer Modern fonts: @documentencoding. (line 65) - * Conditional commands, inline: Inline Conditionals. (line 6) - * Conditionally visible text: Conditionals. (line 6) - * Conditionals, nested: Conditional Nesting. (line 6) - * Conditions for copying Texinfo: Copying Conditions. (line 6) - * --conf-dir=PATH: Invoking texi2any. (line 48) - * Configuration, for HTML cross-manual references: HTML Xref Configuration. - (line 6) - * Cons, Lionel: History. (line 54) - * Cons, Lionel <1>: texi2html. (line 6) - * Contents, after title page: Obsolete @-Commands. (line 10) - * Contents, table of: Contents. (line 6) - * Contents-like outline of file structure: Showing the Structure. - (line 6) - * Contexts, of @-commands: Command Contexts. (line 6) - * Continuation lines in definition commands: Def Cmd Continuation Lines. - (line 6) - * Control keys, specifying: @key. (line 20) - * Controlling line breaks: Line Breaks. (line 6) - * Conventions for writing definitions: Def Cmd Conventions. (line 6) - * Conventions, syntactic: Conventions. (line 6) - * Copying conditions: Copying Conditions. (line 6) - * Copying Permissions: Document Permissions. - (line 6) - * Copying text, including: @insertcopying. (line 6) - * Copyright holder for FSF works: @copying. (line 51) - * Copyright page: Copyright. (line 6) - * Copyright symbol: @copyright. (line 6) - * Copyright word, always in English: @copying. (line 42) - * Correcting mistakes: Catching Mistakes. (line 6) - * Country codes: @documentlanguage. (line 53) - * cp (concept) index: Predefined Indices. (line 10) - * CPP_LINE_DIRECTIVES: #line Directive. (line 15) - * CPP_LINE_DIRECTIVES <1>: Other Customization Variables. - (line 15) - * Create nodes, menus automatically: Updating Nodes and Menus. - (line 6) - * Creating an Info file: Creating an Info File. - (line 6) - * Creating an unsplit file: Unsplit. (line 6) - * Creating index entries: Indexing Commands. (line 6) - * Creating pointers with makeinfo: makeinfo Pointer Creation. - (line 6) - * Critical editions: Footnote Commands. (line 44) - * Cropmarks for printing: Cropmarks and Magnification. - (line 6) - * Cross-reference configuration, for HTML: HTML Xref Configuration. - (line 6) - * Cross-reference parts: Cross Reference Parts. - (line 6) - * Cross-reference targets, arbitrary: @anchor. (line 6) - * Cross-references: Cross References. (line 6) - * Cross-references using @inforef: @inforef. (line 6) - * Cross-references using @pxref: @pxref. (line 6) - * Cross-references using @ref: @ref. (line 6) - * Cross-references using @xref: @xref. (line 6) - * Cross-references, in HTML output: HTML Xref. (line 6) - * Cross-references, in Info format: Info Format Cross Reference. - (line 6) - * .cshrc initialization file: Preparing for TeX. (line 6) - * CSS, and HTML output: HTML CSS. (line 6) - * --css-include: Invoking texi2any. (line 55) - * --css-ref: Invoking texi2any. (line 61) - * CSS_LINES: HTML Customization Variables. - (line 76) - * CTRL-l: Conventions. (line 45) - * Custom page sizes: @pagesizes. (line 6) - * Customization variables for @-commands: Customization Variables for @-Commands. - (line 6) - * Customization variables for options: Customization Variables and Options. - (line 6) - * Customize Emacs package (Development/Docs/Texinfo): Texinfo Mode Printing. - (line 92) - * Customized highlighting: @definfoenclose. (line 6) - * Customizing of TeX for Texinfo: Preparing for TeX. (line 40) - * CVS $Id: GNU Sample Texts. (line 22) - * d: Inserting Accents. (line 50) - * D: Inserting Accents. (line 50) - * -D VAR: Invoking texi2any. (line 67) - * Dash, breakpoint within @code: @allowcodebreaks. (line 6) - * Dashes in source: Conventions. (line 35) - * DATE_IN_HEADER: HTML Customization Variables. - (line 80) - * DEBUG: Other Customization Variables. - (line 19) - * --debug, for install-info: Invoking install-info. - (line 55) - * debugging document, with tree representation: Customization Variables and Options. - (line 57) - * Debugging the Texinfo structure: Catching Mistakes. (line 6) - * Debugging with Info formatting: Debugging with Info. (line 6) - * Debugging with TeX formatting: Debugging with TeX. (line 6) - * <dedication> Docbook tag: @unnumbered @appendix. - (line 26) - * Default font: Fonts. (line 35) - * DEFAULT_RULE: HTML Customization Variables. - (line 89) - * Defining indexing entries: Indexing Commands. (line 6) - * Defining macros: Defining Macros. (line 6) - * Defining new indices: New Indices. (line 6) - * Defining new Texinfo commands: Defining New Texinfo Commands. - (line 6) - * Definition command headings, continuing: Def Cmd Continuation Lines. - (line 6) - * Definition commands: Definition Commands. (line 6) - * Definition conventions: Def Cmd Conventions. (line 6) - * Definition lists, typesetting: @table. (line 6) - * Definition of Info format: Info Format Specification. - (line 6) - * Definition template: Def Cmd Template. (line 6) - * Definitions grouped together: @deffnx. (line 6) - * DEF_TABLE: HTML Customization Variables. - (line 84) - * Degree symbol: @textdegree. (line 6) - * --delete, for install-info: Invoking install-info. - (line 58) - * Delimiter character, for verbatim: @verb. (line 6) - * Depth of text area: @pagesizes. (line 6) - * Description for menu, start: Inserting. (line 94) - * Description of document: @documentdescription. - (line 6) - * --description=TEXT, for install-info: Invoking install-info. - (line 64) - * Detail menu: makeinfo Pointer Creation. - (line 31) - * Detailed menu: Master Menu Parts. (line 19) - * Details of macro usage: Macro Details. (line 6) - * detexinfo: Customization Variables and Options. - (line 85) - * Dido^t points: Image Scaling. (line 30) - * Different cross-reference commands: Cross Reference Commands. - (line 6) - * Dimension formatting: @dmn. (line 6) - * Dimensions and image sizes: Image Scaling. (line 14) - * Dir categories, choosing: Installing Dir Entries. - (line 54) - * dir directory for Info installation: Installing an Info File. - (line 6) - * dir file listing: New Info File. (line 6) - * dir file, creating your own: Other Info Directories. - (line 82) - * dir files and Info directories: Other Info Directories. - (line 6) - * Dir files, compressed: Invoking install-info. - (line 23) - * dir, created by install-info: Invoking install-info. - (line 20) - * --dir-file=NAME, for install-info: Invoking install-info. - (line 69) - * --disable-encoding: Invoking texi2any. (line 77) - * Display formatting: @display. (line 6) - * Displayed equation, in plain TeX: Raw Formatter Commands. - (line 29) - * Displayed equations: Inserting Math. (line 57) - * distinct, value for @kbdinputstyle: @kbd. (line 26) - * Distorting images: Image Scaling. (line 6) - * --docbook: Invoking texi2any. (line 84) - * Docbook and prefatory sections: @unnumbered @appendix. - (line 21) - * Docbook output, overview: Output Formats. (line 70) - * Docbook, including raw: Raw Formatter Commands. - (line 61) - * DOCTYPE: Other Customization Variables. - (line 22) - * Document description: @documentdescription. - (line 6) - * Document input encoding: @documentencoding. (line 6) - * Document language, declaring: @documentlanguage. (line 6) - * Document Permissions: Document Permissions. - (line 6) - * Document strings, internationalization of: Internationalization of Document Strings. - (line 6) - * Document strings, translation of: @documentlanguage. (line 22) - * Document structure, of Texinfo: Texinfo Document Structure. - (line 6) - * Document title, specifying: @settitle. (line 6) - * Documentation identification: GNU Sample Texts. (line 22) - * --document-language: Invoking texi2any. (line 87) - * documentlanguage customization variable: Internationalization of Document Strings. - (line 6) - * Dot accent: Inserting Accents. (line 28) - * Dotless i, j: Inserting Accents. (line 50) - * Dots, inserting: @dots. (line 6) - * Double angle quotation marks: Inserting Quotation Marks. - (line 44) - * Double guillemets: Inserting Quotation Marks. - (line 44) - * Double left-pointing angle quotation mark: Inserting Quotation Marks. - (line 44) - * Double low-9 quotation mark: Inserting Quotation Marks. - (line 44) - * Double quotation marks: Inserting Quotation Marks. - (line 44) - * Double right-pointing angle quotation mark: Inserting Quotation Marks. - (line 44) - * Double structure, of Texinfo documents: Texinfo Document Structure. - (line 6) - * Double-colon menu entries: Less Cluttered Menu Entry. - (line 6) - * DO_ABOUT: HTML Customization Variables. - (line 94) - * --dry-run, for install-info: Invoking install-info. - (line 73) - * DTD, for Texinfo XML: Output Formats. (line 77) - * Dumas, Patrice: History. (line 54) - * Dumas, Patrice <1>: HTML Xref. (line 21) - * DUMP_TEXI: Other Customization Variables. - (line 29) - * DUMP_TREE: Other Customization Variables. - (line 35) - * --dvi: Invoking texi2any. (line 93) - * DVI file: Format with tex/texindex. - (line 6) - * DVI output, overview: Output Formats. (line 37) - * DVI, output in: Format with texi2dvi. - (line 6) - * --dvipdf: Invoking texi2any. (line 97) - * --dvipdf, for texi2dvi: Format with texi2dvi. - (line 32) - * dvipdfmx: Format with texi2dvi. - (line 32) - * dvips: Output Formats. (line 37) - * dvips <1>: Format with texi2dvi. - (line 38) - * -E FILE: Invoking texi2any. (line 192) - * -e LIMIT: Invoking texi2any. (line 102) - * EC fonts: Inserting Quotation Marks. - (line 30) - * EC fonts, installing: Preparing for TeX. (line 30) - * Ellipsis, inserting: @dots. (line 6) - * Em dash, compared to minus sign: @minus. (line 6) - * Em dash, producing: Conventions. (line 35) - * Emacs: Texinfo Mode. (line 6) - * Emacs shell, format, print from: Within Emacs. (line 6) - * Emacs-W3: Output Formats. (line 23) - * Emphasizing text: Emphasis. (line 6) - * Emphasizing text, font for: @emph @strong. (line 6) - * En dash, producing: Conventions. (line 35) - * enable: Typed Variables. (line 31) - * --enable-encoding: Invoking texi2any. (line 77) - * ENABLE_ENCODING: Customization Variables and Options. - (line 12) - * ENABLE_ENCODING_USE_ENTITY: Other Customization Variables. - (line 39) - * Encoding, declaring: @documentencoding. (line 6) - * End node footnote style: Footnote Styles. (line 9) - * End of header line: End of Header. (line 6) - * End titlepage starts headings: Heading Generation. (line 6) - * Ending a Sentence: Ending a Sentence. (line 6) - * Ending a Texinfo file: Ending a File. (line 6) - * Entity reference in HTML et al.: Inserting Unicode. (line 28) - * Entries for an index: Indexing Commands. (line 6) - * Entries, making index: Index Entries. (line 6) - * --entry=TEXT, for install-info: Invoking install-info. - (line 76) - * Enumeration: @enumerate. (line 6) - * Environment indentation: @exampleindent. (line 6) - * Environment variable INFOPATH: Other Info Directories. - (line 35) - * Environment variable TEXINFO_OUTPUT_FORMAT: texi2any Environment Variables. - (line 6) - * Environment variable TEXINPUTS: Preparing for TeX. (line 49) - * eps image format: Image Syntax. (line 13) - * epsf.tex: Image Scaling. (line 41) - * epsf.tex, installing: Preparing for TeX. (line 26) - * Equation, displayed, in plain TeX: Raw Formatter Commands. - (line 29) - * Equations, displayed: Inserting Math. (line 57) - * Equivalence, indicating: @equiv. (line 6) - * Error message, indicating: @error. (line 6) - * Error messages, line numbers in: External Macro Processors. - (line 20) - * --error-limit=LIMIT: Invoking texi2any. (line 102) - * Errors, parsing: makeinfo in Emacs. (line 26) - * ERROR_LIMIT: Customization Variables and Options. - (line 14) - * Escaping to HTML: HTML Translation. (line 66) - * Es-zet: Inserting Accents. (line 50) - * etex: Format with texi2dvi. - (line 99) - * Eth: Inserting Accents. (line 50) - * Euro font: @euro. (line 22) - * Euro font, installing: Preparing for TeX. (line 34) - * Euro symbol, and encodings: @documentencoding. (line 24) - * Euro symbol, producing: @euro. (line 6) - * European A4 paper: A4 Paper. (line 6) - * European Computer Modern fonts: Inserting Quotation Marks. - (line 30) - * European Computer Modern fonts, installing: Preparing for TeX. - (line 30) - * Evaluation glyph: @result. (line 6) - * Example beginning of Texinfo file: Sample Beginning. (line 6) - * Example indentation: @exampleindent. (line 6) - * Example menu: Menu Example. (line 6) - * example, value for @kbdinputstyle: @kbd. (line 26) - * Examples in smaller fonts: @small.... (line 6) - * Examples of using texi2any: Reference Implementation. - (line 31) - * Examples, formatting them: @example. (line 6) - * Examples, glyphs for: Glyphs for Programming. - (line 6) - * Expanding macros: Invoking Macros. (line 6) - * Expansion of 8-bit characters in HTML cross-references: HTML Xref 8-bit Character Expansion. - (line 6) - * Expansion of macros, contexts for: Macro Details. (line 6) - * Expansion, indicating: @expansion. (line 6) - * expansion, of node names in HTML cross-references: HTML Xref Node Name Expansion. - (line 6) - * Expressions in a program, indicating: @code. (line 10) - * EXTENSION: Other Customization Variables. - (line 50) - * External macro processors: External Macro Processors. - (line 6) - * EXTERNAL_CROSSREF_SPLIT: Other Customization Variables. - (line 44) - * EXTERNAL_DIR: HTML Customization Variables. - (line 98) - * EXTRA_HEAD: HTML Customization Variables. - (line 103) - * -F: Invoking texi2any. (line 133) - * -f WIDTH: Invoking texi2any. (line 107) - * Family names, in all capitals: @acronym. (line 33) - * Features of Texinfo, adapting to: Testing for Texinfo Commands. - (line 6) - * Feminine ordinal: Inserting Accents. (line 50) - * feymr10: @euro. (line 22) - * feymr10, installing: Preparing for TeX. (line 34) - * File beginning: Beginning and Ending a File. - (line 6) - * File ending: Ending a File. (line 6) - * File name collision: @setfilename. (line 40) - * File sectioning structure, showing: Showing the Structure. - (line 6) - * filename recorder for TeX: Format with texi2dvi. - (line 106) - * FILLCOLUMN: Customization Variables and Options. - (line 15) - * --fill-column=WIDTH: Invoking texi2any. (line 107) - * filll TeX dimension: Copyright. (line 12) - * Final output: Overfull hboxes. (line 6) - * Finding badly referenced nodes: Running Info-validate. - (line 6) - * Fine-tuning, and hyphenation: @- @hyphenation. (line 6) - * First line of a Texinfo file: First Line. (line 6) - * First node: First Node. (line 6) - * First paragraph, suppressing indentation of: @firstparagraphindent. - (line 6) - * Fixed-width font: Fonts. (line 45) - * FIX_TEXINFO: Other Customization Variables. - (line 54) - * Flag conditionals, brace-delimited: @inlineifset @inlineifclear. - (line 6) - * Float environment: @float. (line 6) - * Floating accents, inserting: Inserting Accents. (line 6) - * Floating, not yet implemented: Floats. (line 10) - * Floats, in general: Floats. (line 6) - * Floats, list of: @listoffloats. (line 6) - * Floats, making unnumbered: @float. (line 39) - * Floats, numbering of: @float. (line 46) - * Flooding: @pxref. (line 14) - * fn (function) index: Predefined Indices. (line 12) - * Font for multitable heading rows: Multitable Rows. (line 17) - * Font size, reducing: Fonts. (line 6) - * Fonts for indices: @syncodeindex. (line 47) - * Fonts for printing: Fonts. (line 6) - * Footings: Headings. (line 6) - * Footnote styles, in HTML: HTML Translation. (line 61) - * Footnotes: Footnotes. (line 6) - * footnotestyle: Customization Variables and Options. - (line 15) - * --footnote-style=STYLE: Invoking texi2any. (line 116) - * FOOTNOTE_END_HEADER_LEVEL: HTML Customization Variables. - (line 107) - * FOOTNOTE_SEPARATE_HEADER_LEVEL: HTML Customization Variables. - (line 112) - * --force: Invoking texi2any. (line 133) - * FORCE: Customization Variables and Options. - (line 17) - * Force line break: Line Breaks. (line 6) - * Forcing indentation: @indent. (line 6) - * Forcing line and page breaks: Breaks. (line 6) - * Form feed characters: Conventions. (line 45) - * Format a dimension: @dmn. (line 6) - * Format and print hardcopy: Hardcopy. (line 6) - * Format and print in Texinfo mode: Texinfo Mode Printing. - (line 6) - * Format with the compile command: Compile-Command. (line 6) - * Format, print from Emacs shell: Within Emacs. (line 6) - * Formats for images: Image Syntax. (line 10) - * Formatting a file for Info: Creating an Info File. - (line 6) - * Formatting commands: Conventions. (line 16) - * Formatting examples: @example. (line 6) - * Formatting for Info: Info Formatting. (line 6) - * Formatting for printing: Printing. (line 6) - * Formatting headings and footings: Headings. (line 6) - * Formatting partial documents: Formatting Partial Documents. - (line 6) - * Formatting requirements: Requirements Summary. - (line 6) - * Formatting with tex and texindex: Format with tex/texindex. - (line 6) - * Formulas, mathematical: Inserting Math. (line 6) - * Four- and five argument forms of cross-references: Four and Five Arguments. - (line 6) - * Fox, Brian: History. (line 6) - * FRAMES: HTML Customization Variables. - (line 117) - * FRAMESET_DOCTYPE: HTML Customization Variables. - (line 122) - * Free Documentation License, including entire: GNU Sample Texts. - (line 56) - * Free software: Copying Conditions. (line 6) - * Free Software Directory: Installing Dir Entries. - (line 54) - * French quotation marks: Inserting Quotation Marks. - (line 44) - * French spacing: @frenchspacing. (line 6) - * Frequently used commands, inserting: Inserting. (line 6) - * Frontmatter, text in: Beginning and Ending a File. - (line 13) - * Full texts, GNU: GNU Sample Texts. (line 6) - * Function definitions: Sample Function Definition. - (line 6) - * Functions, in typed languages: Typed Functions. (line 6) - * Future of Texinfo implementations: Reference Implementation. - (line 39) - * General syntactic conventions: Conventions. (line 6) - * Generating HTML: Generating HTML. (line 6) - * Generating menus with indices: Printing Indices & Menus. - (line 6) - * Generating page headings: Heading Generation. (line 6) - * Generating plain text files with --no-headers: Invoking texi2any. - (line 197) - * Generating plain text files with --plaintext: Invoking texi2any. - (line 315) - * German quotation marks: Inserting Quotation Marks. - (line 44) - * German S: Inserting Accents. (line 50) - * Global Document Commands: Global Document Commands. - (line 6) - * Globbing: Format with tex/texindex. - (line 30) - * Glyphs for programming: Glyphs for Programming. - (line 6) - * Glyphs for text: Glyphs for Text. (line 6) - * GNU Emacs: Texinfo Mode. (line 6) - * GNU Emacs shell, format, print from: Within Emacs. (line 6) - * GNU Free Documentation License, including entire: GNU Sample Texts. - (line 56) - * GNU sample texts: GNU Sample Texts. (line 6) - * Going to other Info files' nodes: Other Info Files. (line 6) - * Grave accent: Inserting Accents. (line 28) - * grave accent, standalone: Inserting Quote Characters. - (line 26) - * Grave accent, vs. left quote: Inserting Quotation Marks. - (line 16) - * Group (hold text together vertically): @group. (line 6) - * Grouping two definitions together: @deffnx. (line 6) - * GUI click sequence: Click Sequences. (line 6) - * Guillemets: Inserting Quotation Marks. - (line 44) - * Guillemots: Inserting Quotation Marks. - (line 44) - * -h: Invoking texi2any. (line 138) - * Hacek accent: Inserting Accents. (line 28) - * Hardcopy, printing it: Hardcopy. (line 6) - * Hash sign, inserting: Inserting a Hashsign. - (line 6) - * hbox, overfull: Overfull hboxes. (line 6) - * <head> HTML tag, and <link>: HTML Customization Variables. - (line 269) - * Header for Texinfo files: Texinfo File Header. (line 6) - * Header of a Texinfo file: First Line. (line 6) - * HEADERS: Other Customization Variables. - (line 192) - * HEADER_IN_TABLE: HTML Customization Variables. - (line 126) - * Heading row, in table: Multitable Rows. (line 12) - * Headings: Headings. (line 6) - * Headings, indentation after: @firstparagraphindent. - (line 6) - * Headings, page, begin to appear: Heading Generation. (line 6) - * Height of images: Image Scaling. (line 6) - * Height of text area: @pagesizes. (line 6) - * --help, for texi2any: Invoking texi2any. (line 138) - * --help, for texindex: Invoking install-info. - (line 83) - * help2man: Adding Output Formats. - (line 41) - * Hierarchical documents, and menus: Writing a Menu. (line 29) - * Highlighting text: Indicating. (line 6) - * Highlighting, customized: @definfoenclose. (line 6) - * Hints: Tips. (line 8) - * History of Texinfo: History. (line 25) - * Holder of copyright for FSF works: @copying. (line 51) - * Holding text together vertically: @group. (line 6) - * href, producing HTML: @url. (line 6) - * --html: Invoking texi2any. (line 142) - * HTML cross-reference 8-bit character expansion: HTML Xref 8-bit Character Expansion. - (line 6) - * HTML cross-reference command expansion: HTML Xref Command Expansion. - (line 6) - * HTML cross-reference configuration: HTML Xref Configuration. - (line 6) - * HTML cross-reference link basics: HTML Xref Link Basics. - (line 6) - * HTML cross-reference link preservation: HTML Xref Link Preservation. - (line 6) - * HTML cross-reference mismatch: HTML Xref Mismatch. (line 6) - * HTML cross-reference node name expansion: HTML Xref Node Name Expansion. - (line 6) - * HTML cross-references: HTML Xref. (line 6) - * HTML output, and encodings: @documentencoding. (line 54) - * HTML output, browser compatibility of: HTML Translation. (line 6) - * HTML output, overview: Output Formats. (line 23) - * HTML output, split: HTML Splitting. (line 6) - * HTML translation: HTML Translation. (line 6) - * HTML, and CSS: HTML CSS. (line 6) - * HTML, including raw: Raw Formatter Commands. - (line 41) - * html32.pm: HTML Translation. (line 12) - * htmlxref.cnf: HTML Xref Configuration. - (line 6) - * http-equiv, and charset specification: @documentencoding. (line 54) - * Hungarian umlaut accent: Inserting Accents. (line 28) - * Hurricanes: @ref. (line 12) - * Hyphen, breakpoint within @code: @allowcodebreaks. (line 6) - * Hyphen, compared to minus: @minus. (line 6) - * Hyphenation patterns, language-dependent: @documentlanguage. - (line 41) - * Hyphenation, helping TeX do: @- @hyphenation. (line 6) - * Hyphenation, preventing: @w. (line 23) - * Hyphens in source, two or three in a row: Conventions. (line 35) - * i (dotless i): Inserting Accents. (line 50) - * -I PATH: Invoking texi2any. (line 148) - * I18n, of document strings: Internationalization of Document Strings. - (line 6) - * Icelandic: Inserting Accents. (line 50) - * ICONS: HTML Customization Variables. - (line 130) - * Identification of documentation: GNU Sample Texts. (line 22) - * If text conditionally visible: Conditionals. (line 6) - * --ifdocbook: Invoking texi2any. (line 157) - * --ifhtml: Invoking texi2any. (line 158) - * --ifinfo: Invoking texi2any. (line 159) - * --ifplaintext: Invoking texi2any. (line 160) - * --iftex: Invoking texi2any. (line 161) - * --ifxml: Invoking texi2any. (line 162) - * Ignored before @setfilename: @setfilename. (line 19) - * Ignored text: Comments. (line 27) - * IGNORE_BEFORE_SETFILENAME: Other Customization Variables. - (line 61) - * IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME: Other Customization Variables. - (line 65) - * Image formats: Image Syntax. (line 10) - * Images, alternate text for: Image Syntax. (line 55) - * Images, in Info format: Info Format Image. (line 6) - * Images, inserting: Images. (line 6) - * Images, scaling: Image Scaling. (line 6) - * IMAGE_LINK_PREFIX: HTML Customization Variables. - (line 133) - * Implementation, texi2any as reference: Reference Implementation. - (line 6) - * Implicit pointer creation with makeinfo: makeinfo Pointer Creation. - (line 6) - * @import specifications, in CSS files: HTML CSS. (line 36) - * <important> Docbook tag: @quotation. (line 47) - * Inches: Image Scaling. (line 24) - * Include file sample: Sample Include File. (line 6) - * @include file sample: Sample Include File. (line 6) - * Include files: Include Files. (line 6) - * Include files requirements: Include Files Requirements. - (line 6) - * Include files, and section levels: Raise/lower sections. - (line 16) - * Including a file verbatim: @verbatiminclude. (line 6) - * Including permissions text: @insertcopying. (line 6) - * Indentation undoing: @exdent. (line 6) - * Indentation, forcing: @indent. (line 6) - * Indentation, omitting: @noindent. (line 6) - * Indented text block: @indentedblock. (line 6) - * Indenting environments: @exampleindent. (line 6) - * Indenting paragraphs, control of: @paragraphindent. (line 6) - * Indenting, suppressing of first paragraph: @firstparagraphindent. - (line 6) - * Index entries: Indexing Commands. (line 6) - * Index entries, advice on writing: Index Entries. (line 6) - * Index entries, making: Index Entries. (line 6) - * Index file names: Format with tex/texindex. - (line 23) - * Index font types: Indexing Commands. (line 37) - * index sorting: Indexing Commands. (line 43) - * Indexing table entries automatically: @ftable @vtable. (line 6) - * INDEX_ENTRY_COLON: Other Customization Variables. - (line 69) - * INDEX_SPECIAL_CHARS_WARNING: Other Customization Variables. - (line 73) - * Indicating commands, definitions, etc.: Indicating. (line 6) - * Indicating evaluation: @result. (line 6) - * Indices: Indices. (line 6) - * Indices, combining them: Combining Indices. (line 6) - * Indices, defining new: New Indices. (line 6) - * Indices, in Info format: Info Format Printindex. - (line 6) - * Indices, printing and menus: Printing Indices & Menus. - (line 6) - * Indices, sorting: Hardcopy. (line 6) - * Indices, two letter names: @syncodeindex. (line 17) - * Indirect subfiles: Tag and Split Files. (line 11) - * Indirect table, in Info format: Info Format Indirect Table. - (line 6) - * --info: Invoking texi2any. (line 168) - * Info batch formatting: Batch Formatting. (line 6) - * Info file installation: Installing an Info File. - (line 6) - * Info file name, choosing: @setfilename. (line 40) - * Info file, listing a new: New Info File. (line 6) - * Info file, splitting manually: Splitting. (line 6) - * Info files: Info Files. (line 6) - * Info format specification: Info Format Specification. - (line 6) - * Info format text constructs: Info Format Text Constructs. - (line 6) - * Info format, and menus: Menu Location. (line 10) - * Info formatting: Info Formatting. (line 6) - * Info installed in another directory: Other Info Directories. - (line 6) - * Info nodes, in Info format: Info Format Regular Nodes. - (line 6) - * Info output, and encoding: @documentencoding. (line 41) - * Info output, overview: Output Formats. (line 10) - * Info validating a large file: Using Info-validate. (line 6) - * Info, creating an online file: Creating an Info File. - (line 6) - * Info; other files' nodes: Other Info Files. (line 6) - * --info-dir=DIR, for install-info: Invoking install-info. - (line 91) - * --infodir=DIR, for install-info: Invoking install-info. - (line 95) - * --info-file=FILE, for install-info: Invoking install-info. - (line 87) - * INFOPATH: Other Info Directories. - (line 35) - * INFO_SPECIAL_CHARS_QUOTE: Other Customization Variables. - (line 78) - * INFO_SPECIAL_CHARS_WARNING: Other Customization Variables. - (line 85) - * --init-file=FILE: Invoking texi2any. (line 175) - * Initialization file for TeX input: Preparing for TeX. (line 6) - * Inline conditionals: Inline Conditionals. (line 6) - * INLINE_CONTENTS: HTML Customization Variables. - (line 137) - * INLINE_CSS_STYLE: HTML Customization Variables. - (line 142) - * INLINE_INSERTCOPYING: Other Customization Variables. - (line 92) - * Input encoding, declaring: @documentencoding. (line 6) - * \input source line ignored: @setfilename. (line 19) - * INPUT_ENCODING_NAME: Other Customization Variables. - (line 97) - * INPUT_PERL_ENCODING: Other Customization Variables. - (line 103) - * Insert nodes, menus automatically: Updating Nodes and Menus. - (line 6) - * Inserting @ (literal @): Inserting an Atsign. (line 6) - * Inserting #: Inserting a Hashsign. - (line 6) - * Inserting accents: Inserting Accents. (line 6) - * Inserting dots: @dots. (line 6) - * Inserting ellipsis: @dots. (line 6) - * Inserting frequently used commands: Inserting. (line 6) - * Inserting indentation: @indent. (line 6) - * Inserting quotation marks: Inserting Quotation Marks. - (line 6) - * Inserting quote characters: Inserting Quote Characters. - (line 6) - * Inserting space: Inserting Space. (line 6) - * Inserting special characters and symbols: Insertions. (line 6) - * INSTALL file, generating: Invoking texi2any. (line 315) - * install-info: Invoking install-info. - (line 6) - * Installing an Info file: Installing an Info File. - (line 6) - * Installing Info in another directory: Other Info Directories. - (line 6) - * Internal links, of HTML: Invoking texi2any. (line 183) - * --internal-links=FILE: Invoking texi2any. (line 183) - * INTERNAL_LINKS: Customization Variables and Options. - (line 17) - * Internationalization: Internationalization. - (line 6) - * Internationalization of document strings: Internationalization of Document Strings. - (line 6) - * Introduction to Texinfo: Overview. (line 6) - * Invalid characters in node names: Node Line Requirements. - (line 43) - * Invoking macros: Invoking Macros. (line 6) - * Invoking nodes, including in dir file: Installing Dir Entries. - (line 71) - * Invoking pod2texi: Invoking pod2texi. (line 6) - * ISO 3166 country codes: @documentlanguage. (line 53) - * ISO 639-2 language codes: @documentlanguage. (line 53) - * ISO 8859-1: Inserting Quotation Marks. - (line 24) - * ISO 8859-15: Inserting Quotation Marks. - (line 24) - * ISO 8859-15, and Euro: @euro. (line 14) - * Italic font: Fonts. (line 32) - * --item=TEXT, for install-info: Invoking install-info. - (line 98) - * Itemization: @itemize. (line 6) - * j (dotless j): Inserting Accents. (line 50) - * jpeg image format: Image Syntax. (line 16) - * --keep-old, for install-info: Invoking install-info. - (line 102) - * KEEP_TOP_EXTERNAL_REF: HTML Customization Variables. - (line 146) - * Keyboard input: @kbd. (line 6) - * Keys, recommended names: @key. (line 20) - * Keyword expansion, preventing: @w. (line 27) - * Keywords, indicating: @code. (line 10) - * Knuth, Donald: Printed Books. (line 6) - * ky (keystroke) index: Predefined Indices. (line 15) - * /l: Inserting Accents. (line 50) - * /L: Inserting Accents. (line 50) - * L2H: HTML Customization Variables. - (line 151) - * L2H_CLEAN: HTML Customization Variables. - (line 155) - * L2H_FILE: HTML Customization Variables. - (line 159) - * L2H_HTML_VERSION: HTML Customization Variables. - (line 163) - * L2H_L2H: HTML Customization Variables. - (line 167) - * L2H_SKIP: HTML Customization Variables. - (line 171) - * L2H_TMP: HTML Customization Variables. - (line 179) - * lang, HTML attribute: HTML Customization Variables. - (line 55) - * Language codes: @documentlanguage. (line 53) - * Language, declaring: @documentlanguage. (line 6) - * --language, for texi2dvi: Format with texi2dvi. - (line 42) - * Larger or smaller pages: Cropmarks and Magnification. - (line 24) - * LaTeX logo: @TeX @LaTeX. (line 6) - * LaTeX, processing with texi2dvi: Format with texi2dvi. - (line 42) - * Latin 1: Inserting Quotation Marks. - (line 24) - * Latin 9: Inserting Quotation Marks. - (line 24) - * Latin 9, and Euro: @euro. (line 14) - * Left quotation marks: Inserting Quotation Marks. - (line 44) - * Left-pointing angle quotation marks: Inserting Quotation Marks. - (line 44) - * Legal paper, printing on: @pagesizes. (line 16) - * Length of file names: @setfilename. (line 40) - * Less cluttered menu entry: Less Cluttered Menu Entry. - (line 6) - * libintl-perl Gettext implementation: Internationalization of Document Strings. - (line 12) - * Libre software: Copying Conditions. (line 6) - * License for all-permissive copying: All-permissive Copying License. - (line 6) - * License for verbatim copying: Verbatim Copying License. - (line 6) - * Limited scope of Texinfo: Overview. (line 29) - * Line breaking, and urls: URL Line Breaking. (line 6) - * Line breaks, awkward: Breaks. (line 6) - * Line breaks, controlling: Line Breaks. (line 6) - * Line breaks, preventing: @w. (line 6) - * Line length, column widths as fraction of: Multitable Column Widths. - (line 11) - * Line numbers, in error messages: External Macro Processors. - (line 20) - * Line spacing: @sp. (line 6) - * <lineannotation> Docbook tag: Fonts. (line 51) - * <link> HTML tag, in <head>: HTML Customization Variables. - (line 269) - * Links, coloring in PDF output: PDF Colors. (line 6) - * Links, preserving to renamed nodes: HTML Xref Link Preservation. - (line 6) - * Lisp example: @lisp. (line 6) - * Lisp examples in smaller fonts: @small.... (line 6) - * List of @-commands: Command List. (line 6) - * List of floats: @listoffloats. (line 6) - * Listing a new Info file: New Info File. (line 6) - * Lists and tables, making: Lists and Tables. (line 6) - * Literate programming: Printed Books. (line 30) - * Literate programming, with Texinfo and awk: Details of texindex. - (line 37) - * Local variable section, in Info format: Info Format Local Variables. - (line 6) - * Local variables: Compile-Command. (line 6) - * Local Variables section, for encoding: @documentencoding. (line 41) - * Locale, declaring: @documentlanguage. (line 6) - * Location of menus: Menu Location. (line 6) - * Logos, TeX: @TeX @LaTeX. (line 6) - * Longest nodes, finding: Other Customization Variables. - (line 196) - * Looking for badly referenced nodes: Running Info-validate. - (line 6) - * Lowering and raising sections: Raise/lower sections. - (line 6) - * lpr (DVI print command): Print with lpr. (line 6) - * lpr-d, replacements on MS-DOS/MS-Windows: Print with lpr. (line 26) - * Lynx: Output Formats. (line 23) - * Lzip-compressed dir files, reading: Invoking install-info. - (line 23) - * LZMA-compressed dir files, reading: Invoking install-info. - (line 23) - * Macro definitions, programming-language: Sample Function Definition. - (line 6) - * Macro definitions, Texinfo: Defining Macros. (line 6) - * Macro details: Macro Details. (line 6) - * Macro expansion, contexts for: Macro Details. (line 6) - * Macro expansion, indicating: @expansion. (line 6) - * Macro invocation: Invoking Macros. (line 6) - * Macro names, valid characters in: Defining Macros. (line 16) - * Macro processors, external: External Macro Processors. - (line 6) - * --macro-expand=FILE: Invoking texi2any. (line 192) - * Macron accent: Inserting Accents. (line 28) - * Macros: Defining New Texinfo Commands. - (line 6) - * Macros, undefining: Defining Macros. (line 56) - * MACRO_EXPAND: Customization Variables and Options. - (line 19) - * Magnified printing: Cropmarks and Magnification. - (line 24) - * Mailto link: @email. (line 10) - * makeinfo: Invoking texi2any. (line 6) - * makeinfo inside Emacs: makeinfo in Emacs. (line 6) - * makeinfo options: Invoking texi2any. (line 18) - * Making a printed manual: Hardcopy. (line 6) - * Making a tag table automatically: Tag and Split Files. (line 6) - * Making a tag table manually: Unsplit. (line 26) - * Making cross-references: Cross References. (line 6) - * Making line and page breaks: Breaks. (line 6) - * Making lists and tables: Lists and Tables. (line 6) - * Man page output, not supported: Adding Output Formats. - (line 31) - * Man page, reference to: @url. (line 21) - * Manual characteristics, printed: Printed Books. (line 6) - * Manual, referring to as a whole: Referring to a Manual as a Whole. - (line 6) - * MANUAL-noderename.cnf: HTML Xref Link Preservation. - (line 6) - * Margins on page, not controllable: @pagesizes. (line 21) - * Marking text within a paragraph: Marking Text. (line 6) - * Marking words and phrases: Marking Text. (line 6) - * Masculine ordinal: Inserting Accents. (line 50) - * Master menu: Master Menu Parts. (line 6) - * Math italic font: Inserting Subscripts and Superscripts. - (line 17) - * Mathematical expressions, inserting: Inserting Math. (line 6) - * MathML, not used: Inserting Math. (line 15) - * --max-width=COLUMN, for install-info: Invoking install-info. - (line 106) - * --maxwidth=COLUMN, for install-info: Invoking install-info. - (line 110) - * MAX_HEADER_LEVEL: HTML Customization Variables. - (line 186) - * MAX_MACRO_CALL_NESTING: Other Customization Variables. - (line 108) - * Menu description, start: Inserting. (line 94) - * Menu entries with two colons: Less Cluttered Menu Entry. - (line 6) - * Menu example: Menu Example. (line 6) - * Menu location: Menu Location. (line 6) - * Menu parts: Menu Parts. (line 6) - * @menu parts: Menu Parts. (line 6) - * Menu writing: Writing a Menu. (line 6) - * Menu, master: Master Menu Parts. (line 6) - * --menuentry=TEXT, for install-info: Invoking install-info. - (line 113) - * Menus: Menus. (line 6) - * Menus generated with indices: Printing Indices & Menus. - (line 6) - * Menus, automatically generating: Writing a Menu. (line 38) - * Menus, in Info format: Info Format Menu. (line 6) - * Menus, omitting with --no-headers: Invoking texi2any. (line 197) - * Menus, omitting with --plaintext: Invoking texi2any. (line 315) - * MENU_ENTRY_COLON: Other Customization Variables. - (line 113) - * MENU_SYMBOL: HTML Customization Variables. - (line 191) - * META key: @key. (line 44) - * Meta keys, specifying: @key. (line 20) - * <meta> HTML tag, and charset specification: @documentencoding. - (line 54) - * <meta> HTML tag, and document description: @documentdescription. - (line 6) - * Meta-syntactic chars for arguments: Optional Arguments. (line 6) - * Methods, object-oriented: Object-Oriented Methods. - (line 6) - * Millimeters: Image Scaling. (line 28) - * Mils, argument to @need: @need. (line 6) - * Minimal requirements for formatting: Requirements Summary. - (line 6) - * Minimal Texinfo file (requirements): Minimum. (line 6) - * Minus sign: @minus. (line 6) - * Mismatched HTML cross-reference source and target: HTML Xref Mismatch. - (line 6) - * Mistakes, catching: Catching Mistakes. (line 6) - * Mode, using Texinfo: Texinfo Mode. (line 6) - * MONOLITHIC: HTML Customization Variables. - (line 195) - * monolithic manuals, for HTML cross-references: HTML Xref Configuration. - (line 65) - * Monospace font: Fonts. (line 45) - * Mozilla: Output Formats. (line 23) - * Multiple dashes in source: Conventions. (line 35) - * Multiple spaces: Multiple Spaces. (line 6) - * Multitable column widths: Multitable Column Widths. - (line 6) - * Multitable rows: Multitable Rows. (line 6) - * Must have in Texinfo file: Minimum. (line 6) - * --name=TEXT, for install-info: Invoking install-info. - (line 116) - * Names for indices: @syncodeindex. (line 17) - * Names of index files: Format with tex/texindex. - (line 23) - * Names of macros, valid characters of: Defining Macros. (line 16) - * Names recommended for keys: @key. (line 20) - * NASA, as acronym: @acronym. (line 6) - * Navigation bar, in HTML output: HTML Translation. (line 53) - * Navigation footer: HTML Customization Variables. - (line 280) - * Navigation links, omitting: Invoking texi2any. (line 204) - * Navigation panel, bottom of page: HTML Customization Variables. - (line 280) - * Need space at page bottom: @need. (line 6) - * Nested footnotes: Footnote Commands. (line 44) - * Nesting conditionals: Conditional Nesting. (line 6) - * New index defining: New Indices. (line 6) - * New Info file, listing it in dir file: New Info File. (line 6) - * New Texinfo commands, defining: Defining New Texinfo Commands. - (line 6) - * Newlines, avoiding in conditionals: Inline Conditionals. (line 6) - * NEWS file for Texinfo: Testing for Texinfo Commands. - (line 24) - * Next node of Top node: First Node. (line 42) - * Node line requirements: Node Line Requirements. - (line 6) - * @node line writing: Writing a Node. (line 6) - * Node line writing: Writing a Node. (line 6) - * node name expansion, in HTML cross-references: HTML Xref Node Name Expansion. - (line 6) - * Node names must be unique: Node Line Requirements. - (line 8) - * Node names, choosing: Node Names. (line 6) - * Node names, invalid characters in: Node Line Requirements. - (line 43) - * Node renaming, and preserving links: HTML Xref Link Preservation. - (line 6) - * Node separators, omitting with --no-headers: Invoking texi2any. - (line 197) - * Node separators, omitting with --plaintext: Invoking texi2any. - (line 315) - * Node, defined: Nodes. (line 6) - * Node, 'Top': The Top Node. (line 6) - * --node-files: Invoking texi2any. (line 223) - * --node-files, and HTML cross-references: HTML Xref Configuration. - (line 84) - * noderename.cnf: HTML Xref Link Preservation. - (line 6) - * Nodes in other Info files: Other Info Files. (line 6) - * Nodes, catching mistakes: Catching Mistakes. (line 6) - * Nodes, checking for badly referenced: Running Info-validate. - (line 6) - * Nodes, deleting or renaming: @anchor. (line 40) - * NODE_FILENAMES: Other Customization Variables. - (line 122) - * NODE_FILES: Customization Variables and Options. - (line 25) - * NODE_FILE_EXTENSION: HTML Customization Variables. - (line 202) - * NODE_NAME_IN_INDEX: Other Customization Variables. - (line 127) - * NODE_NAME_IN_MENU: Other Customization Variables. - (line 131) - * --no-headers: Invoking texi2any. (line 197) - * --no-headers <1>: Other Customization Variables. - (line 192) - * --no-ifdocbook: Invoking texi2any. (line 210) - * --no-ifhtml: Invoking texi2any. (line 211) - * --no-ifinfo: Invoking texi2any. (line 212) - * --no-ifplaintext: Invoking texi2any. (line 213) - * --no-iftex: Invoking texi2any. (line 214) - * --no-ifxml: Invoking texi2any. (line 215) - * --no-indent, for install-info: Invoking install-info. - (line 127) - * Non-breakable space, fixed: @w. (line 8) - * Non-breakable space, variable: @tie. (line 6) - * none, value for @urefbreakstyle: URL Line Breaking. (line 24) - * --no-node-files: Invoking texi2any. (line 223) - * Nonsplit manuals, Info format of: Info Format Whole Manual. - (line 6) - * --no-number-footnotes: Invoking texi2any. (line 237) - * --no-number-sections: Invoking texi2any. (line 243) - * --no-pointer-validate: Invoking texi2any. (line 250) - * Normalization Form C, Unicode: HTML Xref 8-bit Character Expansion. - (line 45) - * --no-split: Invoking texi2any. (line 339) - * Not ending a sentence: Not Ending a Sentence. - (line 6) - * <note> Docbook tag: @quotation. (line 47) - * novalidate: Customization Variables and Options. - (line 22) - * --no-validate: Invoking texi2any. (line 250) - * --no-warn: Invoking texi2any. (line 257) - * NO_CSS: HTML Customization Variables. - (line 199) - * NO_USE_SETFILENAME: Other Customization Variables. - (line 117) - * NO_WARN: Customization Variables and Options. - (line 21) - * Number sign, inserting: Inserting a Hashsign. - (line 10) - * Numbering of floats: @float. (line 46) - * --number-sections: Invoking texi2any. (line 243) - * NUMBER_FOOTNOTES: Customization Variables and Options. - (line 23) - * NUMBER_SECTIONS: Customization Variables and Options. - (line 24) - * /o: Inserting Accents. (line 50) - * /O: Inserting Accents. (line 50) - * o: Inserting Accents. (line 50) - * -o FILE: Invoking texi2any. (line 261) - * O'Dea, Brendan: Adding Output Formats. - (line 41) - * Object-oriented programming: Abstract Objects. (line 6) - * Oblique font: Fonts. (line 42) - * Obtaining TeX: Obtaining TeX. (line 6) - * Occurrences, listing with @occur: Using occur. (line 6) - * Octotherp, inserting: Inserting a Hashsign. - (line 10) - * oe: Inserting Accents. (line 50) - * OE: Inserting Accents. (line 50) - * Ogonek diacritic: Inserting Accents. (line 28) - * Old nodes, preserving links to: HTML Xref Link Preservation. - (line 6) - * Omitting indentation: @noindent. (line 6) - * One-argument form of cross-references: One Argument. (line 6) - * \openout line in log file: Format with texi2dvi. - (line 106) - * OPEN_QUOTE_SYMBOL: Other Customization Variables. - (line 135) - * Optional and repeated arguments: Optional Arguments. (line 6) - * Options for makeinfo: Invoking texi2any. (line 18) - * Options for texi2any: Invoking texi2any. (line 18) - * Options of texi2html: texi2html. (line 45) - * Options, customization variables for: Customization Variables and Options. - (line 6) - * Ordinals, Romance: Inserting Accents. (line 50) - * Ordinary TeX commands, using: Raw Formatter Commands. - (line 6) - * Orphans, preventing: @need. (line 18) - * Other Info files' nodes: Other Info Files. (line 6) - * OUT: Customization Variables and Options. - (line 26) - * OUTFILE: Customization Variables and Options. - (line 26) - * Outline of file structure, showing: Showing the Structure. - (line 6) - * Output document strings, internationalization of: Internationalization of Document Strings. - (line 6) - * Output file name, required: @setfilename. (line 6) - * Output file splitting: Invoking texi2any. (line 339) - * Output formats: Output Formats. (line 6) - * Output formats, supporting more: Adding Output Formats. - (line 9) - * Output, in PDF: PDF Output. (line 6) - * Output, printed through texi2any: texi2any Printed Output. - (line 6) - * --output=FILE: Invoking texi2any. (line 261) - * --outputindent: Invoking texi2any. (line 283) - * Outputting HTML: Generating HTML. (line 6) - * OUTPUT_ENCODING_NAME: Other Customization Variables. - (line 145) - * Overfull hboxes: Overfull hboxes. (line 6) - * Overview of Texinfo: Overview. (line 6) - * OVERVIEW_LINK_TO_TOC: Other Customization Variables. - (line 156) - * Owner of copyright for FSF works: @copying. (line 51) - * -p INDENT: Invoking texi2any. (line 292) - * -P PATH: Invoking texi2any. (line 287) - * PACKAGE: Other Customization Variables. - (line 160) - * PACKAGE_AND_VERSION: Other Customization Variables. - (line 162) - * PACKAGE_NAME: Other Customization Variables. - (line 164) - * PACKAGE_URL: Other Customization Variables. - (line 163) - * PACKAGE_VERSION: Other Customization Variables. - (line 161) - * Page breaks, awkward: Breaks. (line 6) - * Page breaks, forcing: @page. (line 6) - * Page delimiter in Texinfo mode: Showing the Structure. - (line 40) - * Page headings: Headings. (line 6) - * Page numbering: Headings. (line 6) - * Page sizes for books: @smallbook. (line 6) - * Page sizes, customized: @pagesizes. (line 6) - * page-delimiter: Showing the Structure. - (line 40) - * Pages, starting odd: @setchapternewpage. (line 6) - * Paper size, A4: A4 Paper. (line 6) - * Paragraph indentation control: @paragraphindent. (line 6) - * Paragraph, marking text within: Marking Text. (line 6) - * paragraphindent: Customization Variables and Options. - (line 27) - * --paragraph-indent=INDENT: Invoking texi2any. (line 292) - * Parameters to macros: Defining Macros. (line 32) - * Parentheses in node name: Node Line Requirements. - (line 43) - * Parsing errors: makeinfo in Emacs. (line 26) - * Part of file formatting and printing: Printing. (line 6) - * Part pages: @part. (line 6) - * Partial documents, formatting: Formatting Partial Documents. - (line 6) - * Parts of a cross-reference: Cross Reference Parts. - (line 6) - * Parts of a master menu: Master Menu Parts. (line 6) - * Parts of a menu: Menu Parts. (line 6) - * Patches, contributing: Reporting Bugs. (line 31) - * PCL file, for printing: Print with lpr. (line 21) - * --pdf: Invoking texi2any. (line 311) - * pdf image inclusions: Image Syntax. (line 16) - * PDF output: PDF Output. (line 6) - * PDF output of urls: @url PDF Output Format. - (line 6) - * PDF output, overview: Output Formats. (line 57) - * --pdf, for texi2dvi: Format with texi2dvi. - (line 25) - * pdfetex: Format with texi2dvi. - (line 99) - * pdftex: PDF Output. (line 6) - * pdftex, and images: Image Syntax. (line 16) - * pdftexi2dvi: Format with texi2dvi. - (line 25) - * Period in node name: Node Line Requirements. - (line 43) - * Periods, inserting: Not Ending a Sentence. - (line 6) - * Perl extension modules (XS): texi2any Environment Variables. - (line 18) - * Perl format strings for translation: Internationalization of Document Strings. - (line 21) - * Perl POD, converting to Texinfo: Invoking pod2texi. (line 6) - * Permissions text, including: @insertcopying. (line 6) - * Permissions, printed: Copyright. (line 6) - * pg (program) index: Predefined Indices. (line 17) - * Picas: Image Scaling. (line 20) - * Pictures, inserting: Images. (line 6) - * Pinard, Franc,ois: History. (line 15) - * Plain TeX: Raw Formatter Commands. - (line 6) - * Plain text output with --plaintext: Invoking texi2any. (line 315) - * Plain text output, overview: Output Formats. (line 19) - * --plaintext: Invoking texi2any. (line 315) - * png image format: Image Syntax. (line 16) - * POD, converting to Texinfo: Invoking pod2texi. (line 6) - * pod2texi: Invoking pod2texi. (line 6) - * Point, indicating in a buffer: @point. (line 6) - * Pointer creation with makeinfo: makeinfo Pointer Creation. - (line 6) - * Pointer validation with makeinfo: Pointer Validation. (line 6) - * Pointer validation, suppressing: Formatting Partial Documents. - (line 6) - * Pointer validation, suppressing from command line: Invoking texi2any. - (line 250) - * Points (dimension): Image Scaling. (line 18) - * PostScript output, overview: Output Formats. (line 49) - * Pounds symbol: @pounds. (line 6) - * Preamble, in Info format: Info Format Preamble. - (line 6) - * Predefined names for indices: @syncodeindex. (line 17) - * Preface, etc., and Docbook: @unnumbered @appendix. - (line 21) - * <preface> Docbook tag: @unnumbered @appendix. - (line 26) - * PREFIX: Other Customization Variables. - (line 170) - * Preparing for TeX: Preparing for TeX. (line 6) - * Preserving HTML links to old nodes: HTML Xref Link Preservation. - (line 6) - * Prev node of Top node: First Node. (line 39) - * Preventing first paragraph indentation: @firstparagraphindent. - (line 6) - * Preventing line and page breaks: Breaks. (line 6) - * PRE_ABOUT: HTML Customization Variables. - (line 206) - * PRE_BODY_CLOSE: HTML Customization Variables. - (line 213) - * Print and format in Texinfo mode: Texinfo Mode Printing. - (line 6) - * Print, format from Emacs shell: Within Emacs. (line 6) - * Printed book and manual characteristics: Printed Books. (line 6) - * Printed output, indicating: @print. (line 6) - * Printed output, through texi2any: texi2any Printed Output. - (line 6) - * Printed permissions: Copyright. (line 6) - * Printing a region or buffer: Printing. (line 6) - * Printing an index: Printing Indices & Menus. - (line 6) - * Printing cost, reducing: Fonts. (line 13) - * Printing cropmarks: Cropmarks and Magnification. - (line 6) - * Printing DVI files, on MS-DOS/MS-Windows: Print with lpr. (line 26) - * Printing hardcopy: Hardcopy. (line 6) - * Problems, catching: Catching Mistakes. (line 6) - * .profile initialization file: Preparing for TeX. (line 6) - * PROGRAM: Other Customization Variables. - (line 178) - * Program names, indicating: @command. (line 6) - * Programming, glyphs for: Glyphs for Programming. - (line 6) - * PROGRAM_NAME_IN_FOOTER: HTML Customization Variables. - (line 217) - * Pronunciation of Texinfo: Overview. (line 38) - * Prototype row, column widths defined by: Multitable Column Widths. - (line 22) - * --ps: Invoking texi2any. (line 325) - * --ps, for texi2dvi: Format with texi2dvi. - (line 38) - * --quiet, for install-info: Invoking install-info. - (line 131) - * Quotation characters (''), in source: Inserting Quotation Marks. - (line 6) - * Quotation marks, French: Inserting Quotation Marks. - (line 44) - * Quotation marks, German: Inserting Quotation Marks. - (line 44) - * Quotation marks, inserting: Inserting Quotation Marks. - (line 6) - * Quotations: @quotation. (line 6) - * Quotations in smaller fonts: @small.... (line 6) - * Quote characters, inserting: Inserting Quote Characters. - (line 6) - * Quoting, automatic for some macros: Invoking Macros. (line 44) - * Ragged left, without filling: @flushleft @flushright. - (line 6) - * Ragged right, with filling: @raggedright. (line 6) - * Ragged right, without filling: @flushleft @flushright. - (line 6) - * Raising and lowering sections: Raise/lower sections. - (line 6) - * Raw formatter commands: Raw Formatter Commands. - (line 6) - * Raw HTML: HTML Translation. (line 66) - * raw text output: Customization Variables and Options. - (line 71) - * RCS $Id: GNU Sample Texts. (line 22) - * Recommended names for keys: @key. (line 20) - * Rectangle, black in hardcopy: Overfull hboxes. (line 41) - * Recursive macro invocations: Defining Macros. (line 44) - * Reducing font size: Fonts. (line 6) - * Reference implementation: Reference Implementation. - (line 6) - * Reference to @-commands: Command List. (line 6) - * References: Cross References. (line 6) - * References using @inforef: @inforef. (line 6) - * References using @pxref: @pxref. (line 6) - * References using @ref: @ref. (line 6) - * References using @xref: @xref. (line 6) - * Referring to an entire manual: Referring to a Manual as a Whole. - (line 6) - * Referring to other Info files: Other Info Files. (line 6) - * --regex=REGEX, for install-info: Invoking install-info. - (line 168) - * Region formatting and printing: Printing. (line 6) - * Region printing in Texinfo mode: Texinfo Mode Printing. - (line 6) - * Registered symbol: @registeredsymbol. (line 6) - * Regular expression, for #line: #line Syntax Details. - (line 6) - * Reid, Brian: History. (line 28) - * --remove, for install-info: Invoking install-info. - (line 134) - * --remove-exactly, for install-info: Invoking install-info. - (line 137) - * RENAMED_NODES_FILE: Other Customization Variables. - (line 182) - * RENAMED_NODES_FILE <1>: HTML Xref Link Preservation. - (line 12) - * RENAMED_NODES_REDIRECTIONS: Other Customization Variables. - (line 187) - * Renaming nodes, and preserving links: HTML Xref Link Preservation. - (line 6) - * Repeated and optional arguments: Optional Arguments. (line 6) - * Reporting bugs: Reporting Bugs. (line 6) - * Required in Texinfo file: Minimum. (line 6) - * Requirements for formatting: Requirements Summary. - (line 6) - * Requirements for include files: Include Files Requirements. - (line 6) - * Requirements for updating commands: Updating Requirements. - (line 6) - * Reserved words, indicating: @code. (line 10) - * Restrictions on node names: Node Line Requirements. - (line 6) - * Result of an expression: @result. (line 6) - * Return type, own line for: Typed Functions. (line 84) - * RGB color specification.: PDF Colors. (line 21) - * ridt.eps: Image Scaling. (line 36) - * Right quotation marks: Inserting Quotation Marks. - (line 44) - * Right-pointing angle quotation marks: Inserting Quotation Marks. - (line 44) - * Ring accent: Inserting Accents. (line 28) - * Robbins, Arnold: Details of texindex. (line 37) - * Roman font: Fonts. (line 35) - * Romance ordinals: Inserting Accents. (line 50) - * Rounded rectangles, around text: @cartouche. (line 6) - * Rows, of a multitable: Multitable Rows. (line 6) - * Running an Info formatter: Info Formatting. (line 6) - * Running macros: Invoking Macros. (line 6) - * Running makeinfo in Emacs: makeinfo in Emacs. (line 6) - * -s STYLE: Invoking texi2any. (line 116) - * Sample function definition: Sample Function Definition. - (line 6) - * Sample @include file: Sample Include File. (line 6) - * Sample Texinfo file, no comments: Short Sample Texinfo File. - (line 6) - * Sample Texinfo file, with comments: Short Sample. (line 6) - * Sample Texinfo files: Sample Texinfo Files. - (line 6) - * Sample texts, GNU: GNU Sample Texts. (line 6) - * Sans serif font: Fonts. (line 39) - * Scaled points: Image Scaling. (line 34) - * Scaling images: Image Scaling. (line 6) - * Schwab, Andreas: History. (line 15) - * Scribe: History. (line 28) - * Sea surges: @ref. (line 28) - * --section REGEX SEC, for install-info: Invoking install-info. - (line 149) - * --section=SEC, for install-info: Invoking install-info. - (line 141) - * Sectioning: Chapter Structuring. (line 6) - * Sectioning structure of a file, showing: Showing the Structure. - (line 6) - * Sections, raising and lowering: Raise/lower sections. - (line 6) - * Semantic markup: Overview. (line 19) - * Sentence ending punctuation: Ending a Sentence. (line 6) - * Sentence non-ending punctuation: Not Ending a Sentence. - (line 6) - * Sentences, spacing after: @frenchspacing. (line 6) - * Separate footnote style: Footnote Styles. (line 21) - * Sequence of clicks: Click Sequences. (line 6) - * --set-customization-variable VAR=VALUE: Invoking texi2any. (line 330) - * S-expressions, output format: Customization Variables and Options. - (line 81) - * SGML-tools output format: Adding Output Formats. - (line 9) - * Sharp S: Inserting Accents. (line 50) - * Sharp sign (not), inserting: Inserting a Hashsign. - (line 10) - * Shell formatting with tex and texindex: Format with tex/texindex. - (line 6) - * Shell printing, on MS-DOS/MS-Windows: Print with lpr. (line 26) - * Shell, format, print from: Within Emacs. (line 6) - * Shell, running makeinfo in: makeinfo in Emacs. (line 6) - * Short captions, for lists of floats: @caption @shortcaption. - (line 6) - * Short table of contents: Contents. (line 6) - * SHORTEXTN: HTML Customization Variables. - (line 221) - * Showing the sectioning structure of a file: Showing the Structure. - (line 6) - * Showing the structure of a file: Using texinfo-show-structure. - (line 6) - * SHOW_MENU: Other Customization Variables. - (line 191) - * SHOW_TITLE: HTML Customization Variables. - (line 224) - * Shrubbery: @ifset @ifclear. (line 21) - * SILENT: Customization Variables and Options. - (line 28) - * --silent, for install-info: Invoking install-info. - (line 131) - * SIMPLE_MENU: HTML Customization Variables. - (line 228) - * Single angle quotation marks: Inserting Quotation Marks. - (line 44) - * Single guillemets: Inserting Quotation Marks. - (line 44) - * Single left-pointing angle quotation mark: Inserting Quotation Marks. - (line 44) - * Single low-9 quotation mark: Inserting Quotation Marks. - (line 44) - * Single quotation marks: Inserting Quotation Marks. - (line 44) - * Single right-pointing angle quotation mark: Inserting Quotation Marks. - (line 44) - * Site-wide Texinfo configuration file: Preparing for TeX. (line 40) - * Size of printed book: @smallbook. (line 6) - * Slanted font: Fonts. (line 42) - * Slanted typewriter font, for @kbd: @kbd. (line 15) - * Small book size: @smallbook. (line 6) - * Small caps font: Smallcaps. (line 6) - * Small examples: @small.... (line 6) - * Small verbatim: @verbatim. (line 45) - * <small> tag: Smallcaps. (line 21) - * Smaller fonts: Fonts. (line 6) - * sort keys for index entries: Indexing Commands. (line 43) - * Sort string, incorrect |: Details of texindex. (line 24) - * Sorting indices: Hardcopy. (line 6) - * Sorting nodes by size: Other Customization Variables. - (line 196) - * SORT_ELEMENT_COUNT: Other Customization Variables. - (line 195) - * SORT_ELEMENT_COUNT_WORDS: Other Customization Variables. - (line 203) - * Source file format: Overview. (line 19) - * Source files, characters used: Conventions. (line 9) - * Space, after sentences: @frenchspacing. (line 6) - * Space, inserting horizontal: Multiple Spaces. (line 6) - * Space, inserting vertical: @sp. (line 6) - * Spaces in macros: Defining Macros. (line 40) - * Spaces in node name: Node Line Requirements. - (line 75) - * Spaces, in menus: Writing a Menu. (line 20) - * Spacing, at ends of sentences: Ending a Sentence. (line 6) - * Spacing, in the middle of sentences: Not Ending a Sentence. - (line 6) - * Spacing, inserting: Inserting Space. (line 6) - * Special characters, inserting: Special Characters. (line 6) - * Special displays: Special Displays. (line 6) - * Special insertions: Insertions. (line 6) - * Specification of Info format: Info Format Specification. - (line 6) - * Specifying index entries: Indexing Commands. (line 6) - * spell checking: Customization Variables and Options. - (line 85) - * Spelling of Texinfo: Overview. (line 38) - * SPLIT: Customization Variables and Options. - (line 29) - * Split HTML output: HTML Splitting. (line 6) - * split manuals, for HTML cross-references: HTML Xref Configuration. - (line 68) - * Split manuals, Info format of: Info Format Whole Manual. - (line 6) - * --split=HOW: Invoking texi2any. (line 339) - * --split-size=NUM: Invoking texi2any. (line 363) - * Splitting an Info file manually: Splitting. (line 6) - * Splitting of output files: Invoking texi2any. (line 339) - * SPLIT_SIZE: Customization Variables and Options. - (line 30) - * ss: Inserting Accents. (line 50) - * Stallman, Richard M.: History. (line 6) - * Start of header line: Start of Header. (line 6) - * Starting chapters: @setchapternewpage. (line 6) - * stripping Texinfo commands: Customization Variables and Options. - (line 85) - * Structure of a file, showing: Showing the Structure. - (line 6) - * Structure, catching mistakes in: Catching Mistakes. (line 6) - * Structure, of Texinfo documents: Texinfo Document Structure. - (line 6) - * Structuring of chapters: Chapter Structuring. (line 6) - * SUBDIR: Customization Variables and Options. - (line 26) - * Subscripts and superscripts, text: Inserting Subscripts and Superscripts. - (line 6) - * Subsection-like commands: @unnumberedsubsec @appendixsubsec @subheading. - (line 6) - * Subsub sectioning commands: @subsubsection. (line 6) - * Suggestions for Texinfo, making: Reporting Bugs. (line 6) - * Summary of document: @documentdescription. - (line 6) - * Suppressing first paragraph indentation: @firstparagraphindent. - (line 6) - * Suppressing indentation: @noindent. (line 6) - * SVG images, used in Docbook: Image Syntax. (line 30) - * SXML output: Customization Variables and Options. - (line 81) - * Syntactic conventions: Conventions. (line 6) - * Syntactic tokens, indicating: @code. (line 6) - * Syntax details, #line: #line Syntax Details. - (line 6) - * Syntax tree representation of documents: Reference Implementation. - (line 17) - * Syntax, of @-commands: Command Syntax. (line 6) - * Syntax, optional & repeated arguments: Optional Arguments. (line 6) - * SystemLiteral: Other Customization Variables. - (line 23) - * Table of contents: Contents. (line 6) - * Table of contents, after title page: Obsolete @-Commands. (line 10) - * Table of contents, for floats: @listoffloats. (line 6) - * Tables and lists, making: Lists and Tables. (line 6) - * Tables with indexing: @ftable @vtable. (line 6) - * Tables, making multi-column: Multi-column Tables. (line 6) - * Tables, making two-column: Two-column Tables. (line 6) - * Tabs; don't use!: Conventions. (line 73) - * Tag table, in Info format: Info Format Tag Table. - (line 6) - * Tag table, making automatically: Tag and Split Files. (line 6) - * Tag table, making manually: Unsplit. (line 26) - * Targets for cross-references, arbitrary: @anchor. (line 6) - * Template for a definition: Def Cmd Template. (line 6) - * TEST: Other Customization Variables. - (line 207) - * --test, for install-info: Invoking install-info. - (line 174) - * Testing for Texinfo commands: Testing for Texinfo Commands. - (line 6) - * Tests, of Texinfo language: Reference Implementation. - (line 27) - * TeX and #line directives: #line and TeX. (line 6) - * TeX commands, using ordinary: Raw Formatter Commands. - (line 6) - * TeX index sorting: Hardcopy. (line 6) - * TeX input initialization: Preparing for TeX. (line 6) - * TeX logo: @TeX @LaTeX. (line 6) - * TeX, how to obtain: Obtaining TeX. (line 6) - * texi2any: Invoking texi2any. (line 6) - * texi2any options: Invoking texi2any. (line 18) - * texi2any, as reference implementation: Reference Implementation. - (line 6) - * TEXI2DVI: Other Customization Variables. - (line 213) - * texi2dvi (shell script): Format with texi2dvi. - (line 6) - * texi2html: texi2html. (line 6) - * TEXI2HTML: Other Customization Variables. - (line 217) - * texi2oldapi.texi, for texi2any: texi2html. (line 73) - * texi-elements-by-size: Other Customization Variables. - (line 196) - * texindex: Format with tex/texindex. - (line 16) - * Texinfo commands, defining new: Defining New Texinfo Commands. - (line 6) - * Texinfo commands, testing for: Testing for Texinfo Commands. - (line 6) - * Texinfo document structure: Texinfo Document Structure. - (line 6) - * Texinfo file beginning: Beginning and Ending a File. - (line 6) - * Texinfo file ending: Ending a File. (line 6) - * Texinfo file header: Texinfo File Header. (line 6) - * Texinfo file minimum: Minimum. (line 6) - * Texinfo file sectioning structure, showing: Showing the Structure. - (line 6) - * Texinfo history: History. (line 25) - * Texinfo language tests: Reference Implementation. - (line 27) - * Texinfo mode: Texinfo Mode. (line 6) - * Texinfo overview: Overview. (line 6) - * Texinfo parsers, discouraging more: Adding Output Formats. - (line 23) - * Texinfo printed book characteristics: Printed Books. (line 6) - * Texinfo requires @setfilename: @setfilename. (line 6) - * Texinfo XML output, overview: Output Formats. (line 77) - * Texinfo, and literate programming: Details of texindex. (line 37) - * Texinfo, introduction to: Overview. (line 6) - * texinfo.cnf installation: Preparing for TeX. (line 40) - * texinfo.dtd: Output Formats. (line 77) - * texinfo.tex, installing: Preparing for TeX. (line 19) - * texinfo-bright-colors.css: HTML CSS. (line 26) - * texinfo_document Gettext domain: Internationalization of Document Strings. - (line 21) - * TEXINFO_DTD_VERSION: Other Customization Variables. - (line 221) - * TEXINFO_OUTPUT_FORMAT: texi2any Environment Variables. - (line 6) - * TEXINFO_OUTPUT_FORMAT <1>: Customization Variables and Options. - (line 38) - * TEXINFO_XS: texi2any Environment Variables. - (line 18) - * TEXINPUTS: Preparing for TeX. (line 49) - * texiwebjr: Details of texindex. (line 37) - * text constructs, Info format: Info Format Text Constructs. - (line 6) - * Text width and height: @pagesizes. (line 6) - * Text, conditionally visible: Conditionals. (line 6) - * Text, marking up: Marking Text. (line 6) - * Text::Unidecode: Other Customization Variables. - (line 318) - * TEXTCONTENT_COMMENT: Other Customization Variables. - (line 225) - * Textual glyphs: Glyphs for Text. (line 6) - * th: Inserting Accents. (line 50) - * TH: Inserting Accents. (line 50) - * <thead> HTML/XML tag: Multitable Rows. (line 12) - * Thin space between number, dimension: @dmn. (line 6) - * Thorn: Inserting Accents. (line 50) - * Three-argument form of cross-references: Three Arguments. (line 6) - * ti.twjr: Details of texindex. (line 37) - * Tie-after accent: Inserting Accents. (line 28) - * Tied space: @tie. (line 6) - * Tilde accent: Inserting Accents. (line 28) - * time-stamp.el: GNU Sample Texts. (line 37) - * <tip> Docbook tag: @quotation. (line 47) - * Tips: Tips. (line 8) - * Title page: @titlepage. (line 6) - * Title page, bastard: @titlepage. (line 46) - * <title> Docbook tag: @unnumbered @appendix. - (line 26) - * <title> HTML tag: @settitle. (line 20) - * Titlepage end starts headings: Heading Generation. (line 6) - * TOC_LINKS: HTML Customization Variables. - (line 233) - * Top node: The Top Node. (line 6) - * Top node example: Top Node Example. (line 6) - * Top node is first: First Node. (line 6) - * TOP_FILE: HTML Customization Variables. - (line 237) - * TOP_NODE_FILE: HTML Customization Variables. - (line 243) - * TOP_NODE_FILE_TARGET: HTML Customization Variables. - (line 247) - * TOP_NODE_UP: Other Customization Variables. - (line 230) - * TOP_NODE_UP_URL: HTML Customization Variables. - (line 251) - * tp (data type) index: Predefined Indices. (line 19) - * Translating strings in output documents: Internationalization of Document Strings. - (line 6) - * --transliterate-file-names: Invoking texi2any. (line 368) - * TRANSLITERATE_FILE_NAMES: Customization Variables and Options. - (line 31) - * Transliteration of 8-bit characters in HTML cross-references: HTML Xref 8-bit Character Expansion. - (line 6) - * Tree representation of documents: Reference Implementation. - (line 17) - * tree representation, for debugging: Customization Variables and Options. - (line 57) - * Tree structuring: Tree Structuring. (line 6) - * TREE_TRANSFORMATIONS: Other Customization Variables. - (line 235) - * Two letter names for indices: @syncodeindex. (line 17) - * Two named items for @table: @itemx. (line 6) - * Two part menu entry: Less Cluttered Menu Entry. - (line 6) - * Two 'First' Lines for @deffn: @deffnx. (line 6) - * Two-argument form of cross-references: Two Arguments. (line 6) - * txi-CC.tex: @documentlanguage. (line 29) - * txicodequotebacktick, obsolete variable: Inserting Quote Characters. - (line 36) - * txicodequoteundirected, obsolete variable: Inserting Quote Characters. - (line 36) - * txicommandconditionals: Testing for Texinfo Commands. - (line 29) - * txiindexatsignignore: Indexing Commands. (line 48) - * txiindexbackslashignore: Indexing Commands. (line 48) - * txiindexhyphenignore: Indexing Commands. (line 48) - * txiindexlessthanignore: Indexing Commands. (line 48) - * txixml2texi: Output Formats. (line 77) - * Typed functions: Typed Functions. (line 6) - * Typed variables: Typed Variables. (line 6) - * Typewriter font: Fonts. (line 45) - * Ugly black rectangles in hardcopy: Overfull hboxes. (line 41) - * Umlaut accent: Inserting Accents. (line 28) - * Unbreakable space, fixed: @w. (line 8) - * Unbreakable space, variable: @tie. (line 6) - * Uncluttered menu entry: Less Cluttered Menu Entry. - (line 6) - * Undefining macros: Defining Macros. (line 56) - * Underbar accent: Inserting Accents. (line 28) - * Underdot accent: Inserting Accents. (line 28) - * Underscore, breakpoint within @code: @allowcodebreaks. (line 6) - * undirected single quote: Inserting Quote Characters. - (line 22) - * Unicode and TeX: Inserting Unicode. (line 19) - * Unicode character, inserting: Inserting Unicode. (line 6) - * Unicode quotation characters: Inserting Quotation Marks. - (line 16) - * Uniform resource locator, indicating: @indicateurl. (line 6) - * Uniform resource locator, referring to: @url. (line 6) - * Unique index entries: Index Entries. (line 25) - * Unique node names requirement: Node Line Requirements. - (line 8) - * Unnumbered float, creating: @float. (line 39) - * Unprocessed text: Comments. (line 27) - * Unsplit file creation: Unsplit. (line 6) - * Up node of Top node: First Node. (line 14) - * UPDATED Automake variable: GNU Sample Texts. (line 37) - * Updating nodes and menus: Updating Nodes and Menus. - (line 6) - * Updating requirements: Updating Requirements. - (line 6) - * URI syntax for Info: Info Files. (line 35) - * URL, examples of displaying: @url Examples. (line 6) - * @url, examples of using: @url Examples. (line 6) - * URL, indicating: @indicateurl. (line 6) - * URL, referring to: @url. (line 6) - * <URL...> convention, not used: @url Examples. (line 51) - * URLs, coloring in PDF output: PDF Colors. (line 6) - * URLs, PDF output of: @url PDF Output Format. - (line 6) - * Usage tips: Tips. (line 8) - * us-ascii encoding, and translations: Internationalization of Document Strings. - (line 43) - * User input: @kbd. (line 15) - * User options, marking: Variables Commands. (line 56) - * User-defined Texinfo commands: Defining New Texinfo Commands. - (line 6) - * USE_ACCESSKEY: HTML Customization Variables. - (line 260) - * USE_ISO: HTML Customization Variables. - (line 263) - * USE_LINKS: HTML Customization Variables. - (line 268) - * USE_NODES: Other Customization Variables. - (line 289) - * USE_NODE_TARGET: Other Customization Variables. - (line 294) - * USE_NUMERIC_ENTITY: Other Customization Variables. - (line 298) - * USE_REL_REV: HTML Customization Variables. - (line 272) - * USE_SETFILENAME_EXTENSION: Other Customization Variables. - (line 308) - * USE_TITLEPAGE_FOR_TITLE: Other Customization Variables. - (line 313) - * USE_UNIDECODE: Other Customization Variables. - (line 317) - * USE_UP_NODE_FOR_ELEMENT_UP: Other Customization Variables. - (line 303) - * Using Info-validate: Using Info-validate. (line 6) - * Using Texinfo in general: Overview. (line 6) - * UTF-8: Inserting Quotation Marks. - (line 24) - * UTF-8, output from @U: Inserting Unicode. (line 35) - * -V: Invoking texi2any. (line 383) - * Validating a large file: Using Info-validate. (line 6) - * Validation of pointers: Pointer Validation. (line 6) - * Value of an expression, indicating: @result. (line 6) - * Variables, in typed languages: Typed Variables. (line 6) - * Variables, object-oriented: Object-Oriented Variables. - (line 6) - * Verbatim copying license: Verbatim Copying License. - (line 6) - * Verbatim environment: @verbatim. (line 6) - * Verbatim in-line text: @verb. (line 6) - * Verbatim, include file: @verbatiminclude. (line 6) - * Verbatim, small: @verbatim. (line 45) - * VERBOSE: Customization Variables and Options. - (line 32) - * --verbose: Invoking texi2any. (line 377) - * VERSION Automake variable: GNU Sample Texts. (line 37) - * Version control keywords, preventing expansion of: @w. (line 27) - * Version number, for install-info: Invoking install-info. - (line 177) - * --version, for install-info: Invoking install-info. - (line 177) - * --version, for texi2any: Invoking texi2any. (line 383) - * Versions of Texinfo, adapting to: Testing for Texinfo Commands. - (line 6) - * Vertically holding text together: @group. (line 6) - * VERTICAL_HEAD_NAVIGATION: HTML Customization Variables. - (line 275) - * Visibility of conditional text: Conditionals. (line 6) - * Visualizing Texinfo CSS: HTML CSS. (line 26) - * vr (variable) index: Predefined Indices. (line 22) - * @w, for blank items: @itemize. (line 10) - * W3 consortium: Output Formats. (line 23) - * <warning> Docbook tag: @quotation. (line 47) - * Weinberg, Zack: History. (line 15) - * Weisshaus, Melissa: History. (line 15) - * White space in node name: Node Line Requirements. - (line 75) - * Whitespace in macros: Defining Macros. (line 40) - * Whitespace, collapsed around continuations: Def Cmd Continuation Lines. - (line 28) - * Whitespace, controlling in conditionals: Inline Conditionals. - (line 6) - * Whitespace, inserting: Multiple Spaces. (line 6) - * Whole manual, in Info format: Info Format Whole Manual. - (line 6) - * Width of images: Image Scaling. (line 6) - * Width of text area: @pagesizes. (line 6) - * Widths, defining multitable column: Multitable Column Widths. - (line 6) - * Wildcards: Format with tex/texindex. - (line 30) - * word counting: Customization Variables and Options. - (line 85) - * Words and phrases, marking them: Marking Text. (line 6) - * WORDS_IN_PAGE: HTML Customization Variables. - (line 279) - * Writing a menu: Writing a Menu. (line 6) - * Writing an @node line: Writing a Node. (line 6) - * Writing index entries: Index Entries. (line 6) - * xdvi: Output Formats. (line 37) - * --xml: Invoking texi2any. (line 390) - * XML Docbook output, overview: Output Formats. (line 70) - * XML Texinfo output, overview: Output Formats. (line 77) - * XML, including raw: Raw Formatter Commands. - (line 45) - * --Xopt STR: Invoking texi2any. (line 386) - * XPM image format: Image Syntax. (line 41) - * XREF_USE_FLOAT_LABEL: HTML Customization Variables. - (line 286) - * XREF_USE_NODE_NAME_ARG: HTML Customization Variables. - (line 291) - * XZ-compressed dir files, reading: Invoking install-info. - (line 23) - * Years, in copyright line: @copying. (line 46) - * Zaretskii, Eli: History. (line 15) - * Zuhn, David D.: History. (line 15) - --- 0 ---- diff -Nrc2 texinfo-6.4/doc/texinfo.tex texinfo-6.5/doc/texinfo.tex *** texinfo-6.4/doc/texinfo.tex 2017-06-04 19:45:20.000000000 +0100 --- texinfo-6.5/doc/texinfo.tex 2017-08-27 10:21:32.000000000 +0100 *************** *** 4,8 **** \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % ! \def\texinfoversion{2017-06-04.19} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, --- 4,8 ---- \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % ! \def\texinfoversion{2017-08-23.19} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, *************** *** 5697,5704 **** \ifdim\wd\boxA > \dimen@ii % If the entry doesn't fit in one line \ifdim\dimen@ > 0.8\dimen@ii % due to long index text ! \dimen@ = 0.7\dimen@ % Try to split the text roughly evenly \dimen@ii = \hsize \ifnum\dimen@>\dimen@ii ! % If the entry is too long, use the whole line \dimen@ = \dimen@ii \fi --- 5697,5707 ---- \ifdim\wd\boxA > \dimen@ii % If the entry doesn't fit in one line \ifdim\dimen@ > 0.8\dimen@ii % due to long index text ! % Try to split the text roughly evenly. \dimen@ will be the length of ! % the first line. ! \dimen@ = 0.7\dimen@ \dimen@ii = \hsize \ifnum\dimen@>\dimen@ii ! % If the entry is too long (for example, if it needs more than ! % two lines), use all the space in the first line. \dimen@ = \dimen@ii \fi *************** *** 5710,5715 **** % doesn't seem to provide a way to do such a thing. % ! \leftskip = 1em ! \parindent = -1em \fi\fi \indent % start paragraph --- 5713,5719 ---- % doesn't seem to provide a way to do such a thing. % ! % Indent all lines but the first one. ! \advance\leftskip by 1em ! \advance\parindent by -1em \fi\fi \indent % start paragraph *************** *** 6944,6948 **** % Also ignore the page number, which is conventionally not printed. \def\numeralbox{\setbox0=\hbox{8}\hbox to \wd0{\hfil}} ! \def\partentry#1#2#3#4{\dochapentry{\numeralbox\labelspace#1}{}} % % Parts, in the short toc. --- 6948,6960 ---- % Also ignore the page number, which is conventionally not printed. \def\numeralbox{\setbox0=\hbox{8}\hbox to \wd0{\hfil}} ! \def\partentry#1#2#3#4{% ! % Add stretch and a bonus for breaking the page before the part heading. ! % This reduces the chance of the page being broken immediately after the ! % part heading, before a following chapter heading. ! \vskip 0pt plus 5\baselineskip ! \penalty-300 ! \vskip 0pt plus -5\baselineskip ! \dochapentry{\numeralbox\labelspace#1}{}% ! } % % Parts, in the short toc. *************** *** 11010,11014 **** \DeclareUnicodeCharacter{2118}{\ensuremath\wp}% \DeclareUnicodeCharacter{211C}{\ensuremath\Re}% - \DeclareUnicodeCharacter{2127}{\ensuremath\mho}% \DeclareUnicodeCharacter{2135}{\ensuremath\aleph}% \DeclareUnicodeCharacter{2190}{\ensuremath\leftarrow}% --- 11022,11025 ---- *************** *** 11026,11030 **** \DeclareUnicodeCharacter{21BC}{\ensuremath\leftharpoonup}% \DeclareUnicodeCharacter{21BD}{\ensuremath\leftharpoondown}% - \DeclareUnicodeCharacter{21BE}{\ensuremath\upharpoonright}% \DeclareUnicodeCharacter{21C0}{\ensuremath\rightharpoonup}% \DeclareUnicodeCharacter{21C1}{\ensuremath\rightharpoondown}% --- 11037,11040 ---- *************** *** 11035,11040 **** \DeclareUnicodeCharacter{21D4}{\ensuremath\Leftrightarrow}% \DeclareUnicodeCharacter{21D5}{\ensuremath\Updownarrow}% - \DeclareUnicodeCharacter{21DD}{\ensuremath\leadsto}% - \DeclareUnicodeCharacter{2201}{\ensuremath\complement}% \DeclareUnicodeCharacter{2202}{\ensuremath\partial}% \DeclareUnicodeCharacter{2205}{\ensuremath\emptyset}% --- 11045,11048 ---- *************** *** 11070,11075 **** \DeclareUnicodeCharacter{2286}{\ensuremath\subseteq}% \DeclareUnicodeCharacter{228E}{\ensuremath\uplus}% - \DeclareUnicodeCharacter{228F}{\ensuremath\sqsubset}% - \DeclareUnicodeCharacter{2290}{\ensuremath\sqsupset}% \DeclareUnicodeCharacter{2291}{\ensuremath\sqsubseteq}% \DeclareUnicodeCharacter{2292}{\ensuremath\sqsupseteq}% --- 11078,11081 ---- *************** *** 11086,11091 **** \DeclareUnicodeCharacter{22A5}{\ensuremath\bot}% \DeclareUnicodeCharacter{22A8}{\ensuremath\models}% - \DeclareUnicodeCharacter{22B4}{\ensuremath\unlhd}% - \DeclareUnicodeCharacter{22B5}{\ensuremath\unrhd}% \DeclareUnicodeCharacter{22C0}{\ensuremath\bigwedge}% \DeclareUnicodeCharacter{22C1}{\ensuremath\bigvee}% --- 11092,11095 ---- *************** *** 11103,11112 **** \DeclareUnicodeCharacter{2323}{\ensuremath\smile}% % - \DeclareUnicodeCharacter{25A1}{\ensuremath\Box}% \DeclareUnicodeCharacter{25B3}{\ensuremath\triangle}% \DeclareUnicodeCharacter{25B7}{\ensuremath\triangleright}% \DeclareUnicodeCharacter{25BD}{\ensuremath\bigtriangledown}% \DeclareUnicodeCharacter{25C1}{\ensuremath\triangleleft}% ! \DeclareUnicodeCharacter{25C7}{\ensuremath\Diamond}% \DeclareUnicodeCharacter{2660}{\ensuremath\spadesuit}% \DeclareUnicodeCharacter{2661}{\ensuremath\heartsuit}% --- 11107,11115 ---- \DeclareUnicodeCharacter{2323}{\ensuremath\smile}% % \DeclareUnicodeCharacter{25B3}{\ensuremath\triangle}% \DeclareUnicodeCharacter{25B7}{\ensuremath\triangleright}% \DeclareUnicodeCharacter{25BD}{\ensuremath\bigtriangledown}% \DeclareUnicodeCharacter{25C1}{\ensuremath\triangleleft}% ! \DeclareUnicodeCharacter{25C7}{\ensuremath\diamond}% \DeclareUnicodeCharacter{2660}{\ensuremath\spadesuit}% \DeclareUnicodeCharacter{2661}{\ensuremath\heartsuit}% *************** *** 11130,11134 **** \DeclareUnicodeCharacter{2A04}{\ensuremath\biguplus}% \DeclareUnicodeCharacter{2A06}{\ensuremath\bigsqcup}% - \DeclareUnicodeCharacter{2A1D}{\ensuremath\Join}% \DeclareUnicodeCharacter{2A3F}{\ensuremath\amalg}% \DeclareUnicodeCharacter{2AAF}{\ensuremath\preceq}% --- 11133,11136 ---- diff -Nrc2 texinfo-6.4/doc/texinfo.texi texinfo-6.5/doc/texinfo.texi *** texinfo-6.4/doc/texinfo.texi 2017-05-24 20:50:37.000000000 +0100 --- texinfo-6.5/doc/texinfo.texi 2017-08-25 17:20:28.000000000 +0100 *************** *** 1,4 **** \input texinfo.tex @c -*-texinfo-*- ! @c $Id: texinfo.texi 7814 2017-05-24 19:46:36Z gavin $ @c Everything between the start/end of header lines will be passed by --- 1,4 ---- \input texinfo.tex @c -*-texinfo-*- ! @c $Id: texinfo.texi 7927 2017-08-11 12:08:40Z mthl $ @c Everything between the start/end of header lines will be passed by *************** *** 17336,17344 **** find their way to the node in question. - @item INLINE_INSERTCOPYING - If set, @code{@@insertcopying} is replaced by the @code{@@copying} - content (@pxref{@code{@@copying}}) as if @code{@@insertcopying} were a - user-defined macro; default false. - @item INPUT_ENCODING_NAME Normalized encoding name suitable for output. Should be a usable --- 17336,17339 ---- *************** *** 18779,18783 **** @strong{Footnotes:} for HTML, when the footnote style is @samp{end}, or if the output is not split, footnotes are put at the end of the ! output. If the footnoet style is set to @samp{separate}, and the output is split, they are placed in a separate file. @xref{Footnote Styles}. --- 18774,18778 ---- @strong{Footnotes:} for HTML, when the footnote style is @samp{end}, or if the output is not split, footnotes are put at the end of the ! output. If the footnote style is set to @samp{separate}, and the output is split, they are placed in a separate file. @xref{Footnote Styles}. *************** *** 21534,21538 **** @example ! $Id: texinfo.texi 7814 2017-05-24 19:46:36Z gavin $ @end example --- 21529,21533 ---- @example ! $Id: texinfo.texi 7927 2017-08-11 12:08:40Z mthl $ @end example diff -Nrc2 texinfo-6.4/doc/tp_api/Makefile texinfo-6.5/doc/tp_api/Makefile *** texinfo-6.4/doc/tp_api/Makefile 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/doc/tp_api/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1225 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # doc/tp_api/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # $Id: Makefile.am 5191 2013-02-23 00:11:18Z karl $ - # Makefile.am for texinfo/doc/tp_api. - # - # Copyright 2012 - # Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - subdir = doc/tp_api - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - SOURCES = - DIST_SOURCES = - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - am__DIST_COMMON = $(srcdir)/Makefile.in - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - pkglibexecdir = ${libexecdir}/${PACKAGE} - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - - # Use the programs built in our distribution, taking account of possible - # cross-compiling. - MAKEINFO = $(PERL) -I $(top_srcdir)/tp/ $(top_srcdir)/tp/texi2any.pl - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h> - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h> - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = <stddef.h> - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h> - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h> - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h> - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = <strings.h> - NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h> - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h> - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h> - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h> - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = <wctype.h> - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = <getopt.h> - NEXT_LANGINFO_H = - NEXT_LIMITS_H = <limits.h> - NEXT_LOCALE_H = - NEXT_STDARG_H = <stdarg.h> - NEXT_STDDEF_H = <stddef.h> - NEXT_STDINT_H = <stdint.h> - NEXT_STDIO_H = <stdio.h> - NEXT_STDLIB_H = <stdlib.h> - NEXT_STRINGS_H = <strings.h> - NEXT_STRING_H = <string.h> - NEXT_SYS_TYPES_H = <sys/types.h> - NEXT_UNISTD_H = <unistd.h> - NEXT_WCHAR_H = <wchar.h> - NEXT_WCTYPE_H = <wctype.h> - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/doc/tp_api - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/doc/tp_api - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../../ - top_builddir = ../.. - top_srcdir = ../.. - dist_info_TEXINFOS = tp_api.texi - #info_TEXINFOS_SOURCES = tp_api.texi - tp_api_TEXINFOS = tp_api.texi - #dist_tp_api_TEXINFOS = tp_api.texi - #tp_api_SOURCES = tp_api.texi - BUILT_SOURCES = tp_api.texi - - #DISTCLEANFILES = tp_api.info - tp_api_dependencies = \ - $(top_srcdir)/tp/Texinfo/Common.pm $(top_srcdir)/tp/Texinfo/Parser.pm \ - $(top_srcdir)/tp/Texinfo/Structuring.pm $(top_srcdir)/tp/Texinfo/Report.pm \ - $(top_srcdir)/tp/Texinfo/Encoding.pm \ - $(top_srcdir)/tp/Texinfo/Convert/NodeNameNormalization.pm \ - $(top_srcdir)/tp/Texinfo/Convert/Text.pm \ - $(top_srcdir)/tp/Texinfo/Convert/Texinfo.pm \ - $(top_srcdir)/tp/Texinfo/Convert/Converter.pm \ - $(top_srcdir)/tp/Texinfo/Convert/Unicode.pm \ - $(top_srcdir)/tp/Texinfo/Convert/Info.pm \ - $(top_srcdir)/tp/Texinfo/Convert/DocBook.pm \ - $(top_srcdir)/tp/Texinfo/Convert/TexinfoXML.pm \ - $(top_srcdir)/tp/Texinfo/Convert/Plaintext.pm \ - $(top_srcdir)/tp/Texinfo/Convert/HTML.pm - - EXTRA_DIST = api_includes tp_api.texi - all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - - .SUFFIXES: - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/tp_api/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu doc/tp_api/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - tags TAGS: - - ctags CTAGS: - - cscope cscopelist: - - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - check-am: all-am - check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am - all-am: Makefile - installdirs: - install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am - install-exec: install-exec-am - install-data: install-data-am - uninstall: uninstall-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-am - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - - clean-generic: - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) - clean: clean-am - - clean-am: clean-generic mostlyclean-am - - distclean: distclean-am - -rm -f Makefile - distclean-am: clean-am distclean-generic - - dvi: dvi-am - - dvi-am: - - html: html-am - - html-am: - - info: info-am - - info-am: - - install-data-am: - - install-dvi: install-dvi-am - - install-dvi-am: - - install-exec-am: - - install-html: install-html-am - - install-html-am: - - install-info: install-info-am - - install-info-am: - - install-man: - - install-pdf: install-pdf-am - - install-pdf-am: - - install-ps: install-ps-am - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-am - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-am - - mostlyclean-am: mostlyclean-generic - - pdf: pdf-am - - pdf-am: - - ps: ps-am - - ps-am: - - uninstall-am: - - .MAKE: all check install install-am install-strip - - .PHONY: all all-am check check-am clean clean-generic cscopelist-am \ - ctags-am distclean distclean-generic distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am tags-am uninstall uninstall-am - - .PRECIOUS: Makefile - - - tp_api.texi: $(tp_api_dependencies) - $(PERL) -I $(top_srcdir)/Pod-Simple-Texinfo/lib/ -I $(top_srcdir)/tp/ -I $(top_srcdir)/tp/maintain/lib/Text-Unidecode/lib/ -I $(top_srcdir)/tp/maintain/lib/libintl-perl/lib/ -I $(top_srcdir)/tp/maintain/lib/Unicode-EastAsianWidth/lib/ $(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl --base-level=section --top 'Texinfo perl module' --subdir=api_includes -o $@ $(tp_api_dependencies) - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/doc/tp_api/Makefile.in texinfo-6.5/doc/tp_api/Makefile.in *** texinfo-6.4/doc/tp_api/Makefile.in 2017-06-23 07:04:39.000000000 +0100 --- texinfo-6.5/doc/tp_api/Makefile.in 2017-09-12 19:50:12.000000000 +0100 *************** *** 130,133 **** --- 130,134 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 710,713 **** --- 711,715 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 941,944 **** --- 943,947 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ diff -Nrc2 texinfo-6.4/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi texinfo-6.5/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi *** texinfo-6.4/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi 2017-06-23 07:05:53.000000000 +0100 --- texinfo-6.5/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi 2017-09-12 19:59:40.000000000 +0100 *************** *** 257,262 **** @table @asis ! @item Around line 1797: ! @anchor{Texinfo::Convert::Converter Around line 1797:} '=item' outside of any '=over' --- 257,262 ---- @table @asis ! @item Around line 1810: ! @anchor{Texinfo::Convert::Converter Around line 1810:} '=item' outside of any '=over' diff -Nrc2 texinfo-6.4/doc/tp_api/api_includes/Texinfo-Parser.texi texinfo-6.5/doc/tp_api/api_includes/Texinfo-Parser.texi *** texinfo-6.4/doc/tp_api/api_includes/Texinfo-Parser.texi 2017-06-23 07:05:52.000000000 +0100 --- texinfo-6.5/doc/tp_api/api_includes/Texinfo-Parser.texi 2017-09-12 19:59:38.000000000 +0100 *************** *** 111,121 **** searched for. Default contains the working directory, @file{.}. - @item INLINE_INSERTCOPYING - @anchor{Texinfo::Parser INLINE_INSERTCOPYING} - - If set, @code{@@insertcopying} is replaced by the @code{@@copying} content as if - @code{@@insertcopying} was a user-defined macro. In the default case, it is - considered to be a simple @@-command and kept as-is in the tree. - @item IGNORE_BEFORE_SETFILENAME @anchor{Texinfo::Parser IGNORE_BEFORE_SETFILENAME} --- 111,114 ---- *************** *** 252,260 **** in the document. - @item unassociated_menus - @anchor{Texinfo::Parser unassociated_menus} - - An array of menus that are not associated with a node. - @item novalidate @anchor{Texinfo::Parser novalidate} --- 245,248 ---- diff -Nrc2 texinfo-6.4/doc/version-stnd.texi texinfo-6.5/doc/version-stnd.texi *** texinfo-6.4/doc/version-stnd.texi 2017-06-23 07:05:48.000000000 +0100 --- texinfo-6.5/doc/version-stnd.texi 2017-09-12 19:59:34.000000000 +0100 *************** *** 1,4 **** @set UPDATED 21 May 2017 @set UPDATED-MONTH May 2017 ! @set EDITION 6.4 ! @set VERSION 6.4 --- 1,4 ---- @set UPDATED 21 May 2017 @set UPDATED-MONTH May 2017 ! @set EDITION 6.5 ! @set VERSION 6.5 diff -Nrc2 texinfo-6.4/doc/version.texi texinfo-6.5/doc/version.texi *** texinfo-6.4/doc/version.texi 2017-06-23 07:05:48.000000000 +0100 --- texinfo-6.5/doc/version.texi 2017-09-12 19:59:34.000000000 +0100 *************** *** 1,4 **** ! @set UPDATED 24 May 2017 ! @set UPDATED-MONTH May 2017 ! @set EDITION 6.4 ! @set VERSION 6.4 --- 1,4 ---- ! @set UPDATED 25 August 2017 ! @set UPDATED-MONTH August 2017 ! @set EDITION 6.5 ! @set VERSION 6.5 diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/argz.Po texinfo-6.5/gnulib/lib/.deps/argz.Po *** texinfo-6.4/gnulib/lib/.deps/argz.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/argz.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/asnprintf.Po texinfo-6.5/gnulib/lib/.deps/asnprintf.Po *** texinfo-6.4/gnulib/lib/.deps/asnprintf.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/asnprintf.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/asprintf.Po texinfo-6.5/gnulib/lib/.deps/asprintf.Po *** texinfo-6.4/gnulib/lib/.deps/asprintf.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/asprintf.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/basename-lgpl.Po texinfo-6.5/gnulib/lib/.deps/basename-lgpl.Po *** texinfo-6.4/gnulib/lib/.deps/basename-lgpl.Po 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/basename-lgpl.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,62 **** - basename-lgpl.o: basename-lgpl.c /usr/include/stdc-predef.h \ - ../../config.h dirname.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h dosname.h \ - string.h /usr/include/string.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - /usr/include/xlocale.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h stdlib.h /usr/include/stdlib.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - dirname.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - dosname.h: - - string.h: - - /usr/include/string.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - stdlib.h: - - /usr/include/stdlib.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/btowc.Po texinfo-6.5/gnulib/lib/.deps/btowc.Po *** texinfo-6.4/gnulib/lib/.deps/btowc.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/btowc.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/dirname-lgpl.Po texinfo-6.5/gnulib/lib/.deps/dirname-lgpl.Po *** texinfo-6.4/gnulib/lib/.deps/dirname-lgpl.Po 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/dirname-lgpl.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,92 **** - dirname-lgpl.o: dirname-lgpl.c /usr/include/stdc-predef.h ../../config.h \ - dirname.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - stddef.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - dosname.h stdlib.h /usr/include/stdlib.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/bits/byteswap-16.h \ - /usr/include/xlocale.h sys/types.h /usr/include/sys/types.h \ - /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h string.h /usr/include/string.h \ - /usr/include/bits/string.h /usr/include/bits/string2.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - dirname.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - dosname.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/error.Po texinfo-6.5/gnulib/lib/.deps/error.Po *** texinfo-6.4/gnulib/lib/.deps/error.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/error.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/exitfail.Po texinfo-6.5/gnulib/lib/.deps/exitfail.Po *** texinfo-6.4/gnulib/lib/.deps/exitfail.Po 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/exitfail.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,78 **** - exitfail.o: exitfail.c /usr/include/stdc-predef.h ../../config.h \ - exitfail.h stdlib.h /usr/include/stdlib.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/bits/byteswap-16.h \ - /usr/include/xlocale.h sys/types.h /usr/include/sys/types.h \ - /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - exitfail.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/float.Po texinfo-6.5/gnulib/lib/.deps/float.Po *** texinfo-6.4/gnulib/lib/.deps/float.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/float.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/getopt.Po texinfo-6.5/gnulib/lib/.deps/getopt.Po *** texinfo-6.4/gnulib/lib/.deps/getopt.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/getopt.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/getopt1.Po texinfo-6.5/gnulib/lib/.deps/getopt1.Po *** texinfo-6.4/gnulib/lib/.deps/getopt1.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/getopt1.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/getprogname.Po texinfo-6.5/gnulib/lib/.deps/getprogname.Po *** texinfo-6.4/gnulib/lib/.deps/getprogname.Po 2017-07-03 17:45:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/getprogname.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,100 **** - getprogname.o: getprogname.c /usr/include/stdc-predef.h ../../config.h \ - getprogname.h stdlib.h /usr/include/stdlib.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/bits/byteswap-16.h \ - /usr/include/xlocale.h sys/types.h /usr/include/sys/types.h \ - /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h dirname.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h dosname.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - getprogname.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - dirname.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - dosname.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/hard-locale.Po texinfo-6.5/gnulib/lib/.deps/hard-locale.Po *** texinfo-6.4/gnulib/lib/.deps/hard-locale.Po 2017-07-03 17:45:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/hard-locale.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,95 **** - hard-locale.o: hard-locale.c /usr/include/stdc-predef.h ../../config.h \ - hard-locale.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/locale.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h sys/types.h /usr/include/sys/types.h \ - /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h string.h /usr/include/string.h \ - /usr/include/bits/string.h /usr/include/bits/string2.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - hard-locale.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/iswblank.Po texinfo-6.5/gnulib/lib/.deps/iswblank.Po *** texinfo-6.4/gnulib/lib/.deps/iswblank.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/iswblank.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/itold.Po texinfo-6.5/gnulib/lib/.deps/itold.Po *** texinfo-6.4/gnulib/lib/.deps/itold.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/itold.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/localcharset.Po texinfo-6.5/gnulib/lib/.deps/localcharset.Po *** texinfo-6.4/gnulib/lib/.deps/localcharset.Po 2017-07-03 17:45:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/localcharset.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,150 **** - localcharset.o: localcharset.c /usr/include/stdc-predef.h ../../config.h \ - localcharset.h /usr/include/fcntl.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h sys/types.h /usr/include/sys/types.h \ - /usr/include/time.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ - /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ - /usr/include/bits/stat.h stdio.h /usr/include/stdio.h \ - /usr/include/libio.h /usr/include/_G_config.h wchar.h \ - /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h string.h /usr/include/string.h \ - /usr/include/xlocale.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h stdlib.h /usr/include/stdlib.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h alloca.h \ - /usr/include/bits/stdlib-float.h unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h /usr/include/getopt.h \ - /usr/include/langinfo.h /usr/include/nl_types.h \ - /usr/include/bits/locale.h configmake.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - localcharset.h: - - /usr/include/fcntl.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/include/bits/stat.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - string.h: - - /usr/include/string.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - /usr/include/getopt.h: - - /usr/include/langinfo.h: - - /usr/include/nl_types.h: - - /usr/include/bits/locale.h: - - configmake.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/localeconv.Po texinfo-6.5/gnulib/lib/.deps/localeconv.Po *** texinfo-6.4/gnulib/lib/.deps/localeconv.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/localeconv.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/malloc.Po texinfo-6.5/gnulib/lib/.deps/malloc.Po *** texinfo-6.4/gnulib/lib/.deps/malloc.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/malloc.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/malloca.Po texinfo-6.5/gnulib/lib/.deps/malloca.Po *** texinfo-6.4/gnulib/lib/.deps/malloca.Po 2017-07-03 17:45:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/malloca.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,118 **** - malloca.o: malloca.c /usr/include/stdc-predef.h ../../config.h malloca.h \ - alloca.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h stdlib.h \ - /usr/include/stdlib.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h /usr/include/xlocale.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h /usr/include/bits/stdlib-float.h \ - stdint.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/bits/wchar.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h xalloc-oversized.h verify.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - malloca.h: - - alloca.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/include/bits/stdlib-float.h: - - stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/bits/wchar.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - xalloc-oversized.h: - - verify.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbchar.Po texinfo-6.5/gnulib/lib/.deps/mbchar.Po *** texinfo-6.4/gnulib/lib/.deps/mbchar.Po 2017-07-03 17:45:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbchar.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,138 **** - mbchar.o: mbchar.c /usr/include/stdc-predef.h ../../config.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h string.h \ - /usr/include/string.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/xlocale.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h stdlib.h /usr/include/stdlib.h stdio.h \ - /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ - wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h /usr/include/bits/timex.h \ - /usr/include/bits/wchar.h wctype.h /usr/include/wctype.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - string.h: - - /usr/include/string.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - stdlib.h: - - /usr/include/stdlib.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - wctype.h: - - /usr/include/wctype.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbiter.Po texinfo-6.5/gnulib/lib/.deps/mbiter.Po *** texinfo-6.4/gnulib/lib/.deps/mbiter.Po 2017-07-03 17:45:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbiter.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,119 **** - mbiter.o: mbiter.c /usr/include/stdc-predef.h ../../config.h mbiter.h \ - /usr/include/assert.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h string.h \ - /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h stdlib.h /usr/include/stdlib.h stdio.h \ - /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ - wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h sys/types.h /usr/include/sys/types.h \ - /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h mbchar.h wctype.h \ - /usr/include/wctype.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - mbiter.h: - - /usr/include/assert.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - string.h: - - /usr/include/string.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - stdlib.h: - - /usr/include/stdlib.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - mbchar.h: - - wctype.h: - - /usr/include/wctype.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbrtowc.Po texinfo-6.5/gnulib/lib/.deps/mbrtowc.Po *** texinfo-6.4/gnulib/lib/.deps/mbrtowc.Po 2017-07-03 17:45:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbrtowc.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,51 **** - mbrtowc.o: mbrtowc.c /usr/include/stdc-predef.h ../../config.h wchar.h \ - /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/wchar.h stdio.h \ - /usr/include/stdio.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/wchar.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/xlocale.h hard-locale.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/locale.h /usr/include/bits/locale.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - wchar.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/wchar.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/wchar.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/xlocale.h: - - hard-locale.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/locale.h: - - /usr/include/bits/locale.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbscasecmp.Po texinfo-6.5/gnulib/lib/.deps/mbscasecmp.Po *** texinfo-6.4/gnulib/lib/.deps/mbscasecmp.Po 2017-07-03 17:45:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbscasecmp.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,158 **** - mbscasecmp.o: mbscasecmp.c /usr/include/stdc-predef.h ../../config.h \ - string.h /usr/include/string.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/xlocale.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h stdlib.h /usr/include/stdlib.h \ - /usr/include/ctype.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h mbuiter.h /usr/include/assert.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h stdio.h /usr/include/stdio.h \ - /usr/include/libio.h /usr/include/_G_config.h wchar.h \ - /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h mbchar.h wctype.h \ - /usr/include/wctype.h strnlen1.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - string.h: - - /usr/include/string.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/ctype.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - mbuiter.h: - - /usr/include/assert.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - mbchar.h: - - wctype.h: - - /usr/include/wctype.h: - - strnlen1.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbschr.Po texinfo-6.5/gnulib/lib/.deps/mbschr.Po *** texinfo-6.4/gnulib/lib/.deps/mbschr.Po 2017-07-03 17:45:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbschr.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,133 **** - mbschr.o: mbschr.c /usr/include/stdc-predef.h ../../config.h string.h \ - /usr/include/string.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/xlocale.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h stdlib.h /usr/include/stdlib.h mbuiter.h \ - /usr/include/assert.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h stdio.h /usr/include/stdio.h \ - /usr/include/libio.h /usr/include/_G_config.h wchar.h \ - /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h /usr/include/bits/timex.h \ - /usr/include/bits/wchar.h mbchar.h wctype.h /usr/include/wctype.h \ - strnlen1.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - string.h: - - /usr/include/string.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - stdlib.h: - - /usr/include/stdlib.h: - - mbuiter.h: - - /usr/include/assert.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - mbchar.h: - - wctype.h: - - /usr/include/wctype.h: - - strnlen1.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbsinit.Po texinfo-6.5/gnulib/lib/.deps/mbsinit.Po *** texinfo-6.4/gnulib/lib/.deps/mbsinit.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbsinit.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbslen.Po texinfo-6.5/gnulib/lib/.deps/mbslen.Po *** texinfo-6.4/gnulib/lib/.deps/mbslen.Po 2017-07-03 17:45:30.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbslen.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,132 **** - mbslen.o: mbslen.c /usr/include/stdc-predef.h ../../config.h string.h \ - /usr/include/string.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/xlocale.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h stdlib.h /usr/include/stdlib.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h mbuiter.h /usr/include/assert.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h stdio.h \ - /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ - wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h /usr/include/bits/timex.h \ - /usr/include/bits/wchar.h mbchar.h wctype.h /usr/include/wctype.h \ - strnlen1.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - string.h: - - /usr/include/string.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - mbuiter.h: - - /usr/include/assert.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - mbchar.h: - - wctype.h: - - /usr/include/wctype.h: - - strnlen1.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbsncasecmp.Po texinfo-6.5/gnulib/lib/.deps/mbsncasecmp.Po *** texinfo-6.4/gnulib/lib/.deps/mbsncasecmp.Po 2017-07-03 17:45:30.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbsncasecmp.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,158 **** - mbsncasecmp.o: mbsncasecmp.c /usr/include/stdc-predef.h ../../config.h \ - string.h /usr/include/string.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/xlocale.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h stdlib.h /usr/include/stdlib.h \ - /usr/include/ctype.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h mbuiter.h /usr/include/assert.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h stdio.h /usr/include/stdio.h \ - /usr/include/libio.h /usr/include/_G_config.h wchar.h \ - /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h mbchar.h wctype.h \ - /usr/include/wctype.h strnlen1.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - string.h: - - /usr/include/string.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/ctype.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - mbuiter.h: - - /usr/include/assert.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - mbchar.h: - - wctype.h: - - /usr/include/wctype.h: - - strnlen1.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbsstr.Po texinfo-6.5/gnulib/lib/.deps/mbsstr.Po *** texinfo-6.4/gnulib/lib/.deps/mbsstr.Po 2017-07-03 17:45:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbsstr.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,169 **** - mbsstr.o: mbsstr.c /usr/include/stdc-predef.h ../../config.h string.h \ - /usr/include/string.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/xlocale.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h stdlib.h /usr/include/stdlib.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h malloca.h \ - alloca.h /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - sys/types.h /usr/include/sys/types.h /usr/include/time.h \ - /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ - /usr/include/bits/stdlib-float.h stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/bits/wchar.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h xalloc-oversized.h mbuiter.h \ - /usr/include/assert.h stdio.h /usr/include/stdio.h /usr/include/libio.h \ - /usr/include/_G_config.h wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \ - /usr/include/bits/timex.h mbchar.h wctype.h /usr/include/wctype.h \ - strnlen1.h str-kmp.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - string.h: - - /usr/include/string.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - malloca.h: - - alloca.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/include/bits/stdlib-float.h: - - stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/bits/wchar.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - xalloc-oversized.h: - - mbuiter.h: - - /usr/include/assert.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - /usr/include/bits/timex.h: - - mbchar.h: - - wctype.h: - - /usr/include/wctype.h: - - strnlen1.h: - - str-kmp.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbswidth.Po texinfo-6.5/gnulib/lib/.deps/mbswidth.Po *** texinfo-6.4/gnulib/lib/.deps/mbswidth.Po 2017-07-03 17:45:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbswidth.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,148 **** - mbswidth.o: mbswidth.c /usr/include/stdc-predef.h ../../config.h \ - mbswidth.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h stdlib.h \ - /usr/include/stdlib.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h /usr/include/xlocale.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h string.h /usr/include/string.h \ - /usr/include/bits/string.h /usr/include/bits/string2.h \ - /usr/include/ctype.h wchar.h /usr/include/wchar.h stdio.h \ - /usr/include/stdio.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/wchar.h wctype.h /usr/include/libio.h \ - /usr/include/_G_config.h /usr/include/bits/stdio_lim.h \ - /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \ - /usr/include/bits/timex.h /usr/include/wctype.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - mbswidth.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - wchar.h: - - /usr/include/wchar.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/wchar.h: - - wctype.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - /usr/include/bits/timex.h: - - /usr/include/wctype.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbtowc.Po texinfo-6.5/gnulib/lib/.deps/mbtowc.Po *** texinfo-6.4/gnulib/lib/.deps/mbtowc.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbtowc.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mbuiter.Po texinfo-6.5/gnulib/lib/.deps/mbuiter.Po *** texinfo-6.4/gnulib/lib/.deps/mbuiter.Po 2017-07-03 17:45:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mbuiter.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,132 **** - mbuiter.o: mbuiter.c /usr/include/stdc-predef.h ../../config.h mbuiter.h \ - /usr/include/assert.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h /usr/include/xlocale.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h string.h /usr/include/string.h \ - /usr/include/bits/string.h /usr/include/bits/string2.h stdio.h \ - /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ - wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h /usr/include/bits/timex.h \ - /usr/include/bits/wchar.h mbchar.h wctype.h /usr/include/wctype.h \ - strnlen1.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - mbuiter.h: - - /usr/include/assert.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - mbchar.h: - - wctype.h: - - /usr/include/wctype.h: - - strnlen1.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/memchr.Po texinfo-6.5/gnulib/lib/.deps/memchr.Po *** texinfo-6.4/gnulib/lib/.deps/memchr.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/memchr.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/mempcpy.Po texinfo-6.5/gnulib/lib/.deps/mempcpy.Po *** texinfo-6.4/gnulib/lib/.deps/mempcpy.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/mempcpy.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/memrchr.Po texinfo-6.5/gnulib/lib/.deps/memrchr.Po *** texinfo-6.4/gnulib/lib/.deps/memrchr.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/memrchr.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/msvc-inval.Po texinfo-6.5/gnulib/lib/.deps/msvc-inval.Po *** texinfo-6.4/gnulib/lib/.deps/msvc-inval.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/msvc-inval.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/msvc-nothrow.Po texinfo-6.5/gnulib/lib/.deps/msvc-nothrow.Po *** texinfo-6.4/gnulib/lib/.deps/msvc-nothrow.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/msvc-nothrow.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/nl_langinfo.Po texinfo-6.5/gnulib/lib/.deps/nl_langinfo.Po *** texinfo-6.4/gnulib/lib/.deps/nl_langinfo.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/nl_langinfo.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/printf-args.Po texinfo-6.5/gnulib/lib/.deps/printf-args.Po *** texinfo-6.4/gnulib/lib/.deps/printf-args.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/printf-args.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/printf-parse.Po texinfo-6.5/gnulib/lib/.deps/printf-parse.Po *** texinfo-6.4/gnulib/lib/.deps/printf-parse.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/printf-parse.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/regcomp.Po texinfo-6.5/gnulib/lib/.deps/regcomp.Po *** texinfo-6.4/gnulib/lib/.deps/regcomp.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/regcomp.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/regex.Po texinfo-6.5/gnulib/lib/.deps/regex.Po *** texinfo-6.4/gnulib/lib/.deps/regex.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/regex.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/regex_internal.Po texinfo-6.5/gnulib/lib/.deps/regex_internal.Po *** texinfo-6.4/gnulib/lib/.deps/regex_internal.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/regex_internal.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/regexec.Po texinfo-6.5/gnulib/lib/.deps/regexec.Po *** texinfo-6.4/gnulib/lib/.deps/regexec.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/regexec.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/stpcpy.Po texinfo-6.5/gnulib/lib/.deps/stpcpy.Po *** texinfo-6.4/gnulib/lib/.deps/stpcpy.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/stpcpy.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/strcasecmp.Po texinfo-6.5/gnulib/lib/.deps/strcasecmp.Po *** texinfo-6.4/gnulib/lib/.deps/strcasecmp.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/strcasecmp.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/strcasestr.Po texinfo-6.5/gnulib/lib/.deps/strcasestr.Po *** texinfo-6.4/gnulib/lib/.deps/strcasestr.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/strcasestr.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/strdup.Po texinfo-6.5/gnulib/lib/.deps/strdup.Po *** texinfo-6.4/gnulib/lib/.deps/strdup.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/strdup.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/strerror-override.Po texinfo-6.5/gnulib/lib/.deps/strerror-override.Po *** texinfo-6.4/gnulib/lib/.deps/strerror-override.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/strerror-override.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/strerror.Po texinfo-6.5/gnulib/lib/.deps/strerror.Po *** texinfo-6.4/gnulib/lib/.deps/strerror.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/strerror.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/stripslash.Po texinfo-6.5/gnulib/lib/.deps/stripslash.Po *** texinfo-6.4/gnulib/lib/.deps/stripslash.Po 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/stripslash.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,18 **** - stripslash.o: stripslash.c /usr/include/stdc-predef.h ../../config.h \ - dirname.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - stddef.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - dosname.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - dirname.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - dosname.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/strncasecmp.Po texinfo-6.5/gnulib/lib/.deps/strncasecmp.Po *** texinfo-6.4/gnulib/lib/.deps/strncasecmp.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/strncasecmp.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/strndup.Po texinfo-6.5/gnulib/lib/.deps/strndup.Po *** texinfo-6.4/gnulib/lib/.deps/strndup.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/strndup.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/strnlen.Po texinfo-6.5/gnulib/lib/.deps/strnlen.Po *** texinfo-6.4/gnulib/lib/.deps/strnlen.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/strnlen.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/strnlen1.Po texinfo-6.5/gnulib/lib/.deps/strnlen1.Po *** texinfo-6.4/gnulib/lib/.deps/strnlen1.Po 2017-07-03 17:45:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/strnlen1.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,57 **** - strnlen1.o: strnlen1.c /usr/include/stdc-predef.h ../../config.h \ - strnlen1.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h string.h \ - /usr/include/string.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/xlocale.h \ - /usr/include/bits/string.h /usr/include/bits/string2.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/bits/byteswap-16.h stdlib.h \ - /usr/include/stdlib.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - strnlen1.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - string.h: - - /usr/include/string.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - stdlib.h: - - /usr/include/stdlib.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/strstr.Po texinfo-6.5/gnulib/lib/.deps/strstr.Po *** texinfo-6.4/gnulib/lib/.deps/strstr.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/strstr.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/unistd.Po texinfo-6.5/gnulib/lib/.deps/unistd.Po *** texinfo-6.4/gnulib/lib/.deps/unistd.Po 2017-07-03 17:45:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/unistd.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,44 **** - unistd.o: unistd.c /usr/include/stdc-predef.h ../../config.h unistd.h \ - unistd.h /usr/include/unistd.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/confname.h /usr/include/getopt.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - unistd.h: - - unistd.h: - - /usr/include/unistd.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/confname.h: - - /usr/include/getopt.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/vasnprintf.Po texinfo-6.5/gnulib/lib/.deps/vasnprintf.Po *** texinfo-6.4/gnulib/lib/.deps/vasnprintf.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/vasnprintf.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/vasprintf.Po texinfo-6.5/gnulib/lib/.deps/vasprintf.Po *** texinfo-6.4/gnulib/lib/.deps/vasprintf.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/vasprintf.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/wcrtomb.Po texinfo-6.5/gnulib/lib/.deps/wcrtomb.Po *** texinfo-6.4/gnulib/lib/.deps/wcrtomb.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/wcrtomb.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/wctype-h.Po texinfo-6.5/gnulib/lib/.deps/wctype-h.Po *** texinfo-6.4/gnulib/lib/.deps/wctype-h.Po 2017-07-03 17:45:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/wctype-h.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,98 **** - wctype-h.o: wctype-h.c /usr/include/stdc-predef.h ../../config.h wctype.h \ - stddef.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - stdio.h /usr/include/stdio.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/libio.h /usr/include/_G_config.h wchar.h \ - /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h sys/types.h /usr/include/sys/types.h \ - /usr/include/time.h /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ - /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ - /usr/include/bits/timex.h /usr/include/xlocale.h \ - /usr/include/bits/wchar.h wctype.h /usr/include/wctype.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - wctype.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/include/bits/timex.h: - - /usr/include/xlocale.h: - - /usr/include/bits/wchar.h: - - wctype.h: - - /usr/include/wctype.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/wcwidth.Po texinfo-6.5/gnulib/lib/.deps/wcwidth.Po *** texinfo-6.4/gnulib/lib/.deps/wcwidth.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/wcwidth.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/xalloc-die.Po texinfo-6.5/gnulib/lib/.deps/xalloc-die.Po *** texinfo-6.4/gnulib/lib/.deps/xalloc-die.Po 2017-07-03 17:45:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/xalloc-die.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,140 **** - xalloc-die.o: xalloc-die.c /usr/include/stdc-predef.h ../../config.h \ - xalloc.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/wchar.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h xalloc-oversized.h stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h /usr/include/xlocale.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h error.h exitfail.h gettext.h \ - /usr/include/libintl.h /usr/include/locale.h /usr/include/bits/locale.h \ - string.h /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - xalloc.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/wchar.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - xalloc-oversized.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - error.h: - - exitfail.h: - - gettext.h: - - /usr/include/libintl.h: - - /usr/include/locale.h: - - /usr/include/bits/locale.h: - - string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/xmalloc.Po texinfo-6.5/gnulib/lib/.deps/xmalloc.Po *** texinfo-6.4/gnulib/lib/.deps/xmalloc.Po 2017-07-03 17:45:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/xmalloc.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,125 **** - xmalloc.o: xmalloc.c /usr/include/stdc-predef.h ../../config.h xalloc.h \ - stddef.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - stdint.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/wchar.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h xalloc-oversized.h stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h /usr/include/xlocale.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h string.h /usr/include/string.h \ - /usr/include/bits/string.h /usr/include/bits/string2.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - xalloc.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/wchar.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - xalloc-oversized.h: - - stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/.deps/xsize.Po texinfo-6.5/gnulib/lib/.deps/xsize.Po *** texinfo-6.4/gnulib/lib/.deps/xsize.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/.deps/xsize.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/Makefile texinfo-6.5/gnulib/lib/Makefile *** texinfo-6.4/gnulib/lib/Makefile 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/gnulib/lib/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,2702 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # gnulib/lib/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # Copyright (C) 2002-2017 Free Software Foundation, Inc. - # - # This file is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 3 of the License, or - # (at your option) any later version. - # - # This file is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this file. If not, see <http://www.gnu.org/licenses/>. - # - # As a special exception to the GNU General Public License, - # this file may be distributed as part of a program that - # contains a configuration script generated by Autoconf, under - # the same distribution terms as the rest of that program. - # - # Generated by gnulib-tool. - # Reproduce by: gnulib-tool --import --lib=libgnu --source-base=gnulib/lib --m4-base=gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files argz getopt-gnu gettext-h iconv mbchar mbiter mbscasecmp mbschr mbslen mbsncasecmp mbsstr mbswidth memrchr regex stdarg strcasestr strdup-posix strerror vasprintf xalloc - - - - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - am__append_1 = configmake.h - am__append_2 = configmake.h configmake.h-t - am__append_3 = hard-locale.c - #am__append_4 = langinfo.h - #am__append_5 = langinfo.h langinfo.h-t - am__append_6 = localcharset.h localcharset.c - am__append_7 = .sed .sin - am__append_8 = charset.alias ref-add.sed ref-del.sed - #am__append_9 = locale.h - #am__append_10 = locale.h locale.h-t - #am__append_11 = glthread/lock.h glthread/lock.c - #am__append_12 = size_max.h - #am__append_13 = glthread/threadlib.c - am__append_14 = uniwidth/width.c - #am__append_15 = xsize.h xsize.c - subdir = gnulib/lib - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ - $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - LIBRARIES = $(noinst_LIBRARIES) - AM_V_AR = $(am__v_AR_$(V)) - am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY)) - am__v_AR_0 = @echo " AR " $@; - am__v_AR_1 = - libgnu_a_AR = $(AR) $(ARFLAGS) - am__DEPENDENCIES_1 = - am__libgnu_a_SOURCES_DIST = dirname-lgpl.c basename-lgpl.c \ - stripslash.c exitfail.c getprogname.h getprogname.c gettext.h \ - hard-locale.c localcharset.h localcharset.c glthread/lock.h \ - glthread/lock.c malloca.c mbchar.c mbiter.h mbiter.c \ - mbscasecmp.c mbschr.c mbslen.c mbsncasecmp.c mbsstr.c \ - mbswidth.h mbswidth.c mbuiter.h mbuiter.c size_max.h \ - strnlen1.h strnlen1.c glthread/threadlib.c unistd.c \ - uniwidth/width.c wctype-h.c xmalloc.c xalloc-die.c xsize.h \ - xsize.c - am__objects_1 = hard-locale.$(OBJEXT) - am__objects_2 = \ - localcharset.$(OBJEXT) - am__dirstamp = $(am__leading_dot)dirstamp - #am__objects_3 = glthread/lock.$(OBJEXT) - am__objects_4 = - #am__objects_5 = glthread/threadlib.$(OBJEXT) - am__objects_6 = uniwidth/width.$(OBJEXT) - #am__objects_7 = xsize.$(OBJEXT) - am_libgnu_a_OBJECTS = dirname-lgpl.$(OBJEXT) basename-lgpl.$(OBJEXT) \ - stripslash.$(OBJEXT) exitfail.$(OBJEXT) getprogname.$(OBJEXT) \ - $(am__objects_1) $(am__objects_2) $(am__objects_3) \ - malloca.$(OBJEXT) mbchar.$(OBJEXT) mbiter.$(OBJEXT) \ - mbscasecmp.$(OBJEXT) mbschr.$(OBJEXT) mbslen.$(OBJEXT) \ - mbsncasecmp.$(OBJEXT) mbsstr.$(OBJEXT) mbswidth.$(OBJEXT) \ - mbuiter.$(OBJEXT) $(am__objects_4) strnlen1.$(OBJEXT) \ - $(am__objects_5) unistd.$(OBJEXT) $(am__objects_6) \ - wctype-h.$(OBJEXT) xmalloc.$(OBJEXT) xalloc-die.$(OBJEXT) \ - $(am__objects_7) - libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) - LTLIBRARIES = $(noinst_LTLIBRARIES) - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I. -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp - am__depfiles_maybe = depfiles - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - AM_V_CC = $(am__v_CC_$(V)) - am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) - am__v_CC_0 = @echo " CC " $@; - am__v_CC_1 = - CCLD = $(CC) - LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ - AM_V_CCLD = $(am__v_CCLD_$(V)) - am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = - SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) - DIST_SOURCES = $(am__libgnu_a_SOURCES_DIST) $(EXTRA_libgnu_a_SOURCES) - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ - install-exec-recursive install-html-recursive \ - install-info-recursive install-pdf-recursive \ - install-ps-recursive install-recursive installcheck-recursive \ - installdirs-recursive pdf-recursive ps-recursive \ - tags-recursive uninstall-recursive - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - HEADERS = $(noinst_HEADERS) - RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive - am__recursive_targets = \ - $(RECURSIVE_TARGETS) \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is - # *not* preserved. - am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ - ' - # Make sure the list of sources is unique. This is necessary because, - # e.g., the same source file might be shared among _SOURCES variables - # for different programs/libraries. - am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` - ETAGS = etags - CTAGS = ctags - DIST_SUBDIRS = $(SUBDIRS) - am__DIST_COMMON = $(srcdir)/Makefile.in \ - $(top_srcdir)/build-aux/depcomp - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" - pkglibexecdir = ${libexecdir}/${PACKAGE} - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing makeinfo - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h> - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h> - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = <stddef.h> - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h> - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h> - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h> - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = <strings.h> - NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h> - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h> - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h> - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h> - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = <wctype.h> - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = <getopt.h> - NEXT_LANGINFO_H = - NEXT_LIMITS_H = <limits.h> - NEXT_LOCALE_H = - NEXT_STDARG_H = <stdarg.h> - NEXT_STDDEF_H = <stddef.h> - NEXT_STDINT_H = <stdint.h> - NEXT_STDIO_H = <stdio.h> - NEXT_STDLIB_H = <stdlib.h> - NEXT_STRINGS_H = <strings.h> - NEXT_STRING_H = <string.h> - NEXT_SYS_TYPES_H = <sys/types.h> - NEXT_UNISTD_H = <unistd.h> - NEXT_WCHAR_H = <wchar.h> - NEXT_WCTYPE_H = <wctype.h> - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/gnulib/lib - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/gnulib/lib - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../../ - top_builddir = ../.. - top_srcdir = ../.. - AUTOMAKE_OPTIONS = 1.9.6 gnits subdir-objects - SUBDIRS = - noinst_HEADERS = - noinst_LIBRARIES = libgnu.a - noinst_LTLIBRARIES = - EXTRA_DIST = alloca.in.h argz.c argz.in.h btowc.c dirname.h dosname.h \ - errno.in.h error.c error.h exitfail.h float.c float.in.h \ - itold.c getopt-cdefs.in.h getopt-core.h getopt-ext.h \ - getopt-pfx-core.h getopt-pfx-ext.h getopt.c getopt.in.h \ - getopt1.c getopt_int.h hard-locale.h \ - $(top_srcdir)/build-aux/config.rpath intprops.h iswblank.c \ - langinfo.in.h limits.in.h config.charset ref-add.sin \ - ref-del.sin locale.in.h localeconv.c malloc.c malloca.h \ - malloca.valgrind mbchar.h mbrtowc.c mbsinit.c str-kmp.h \ - mbtowc-impl.h mbtowc.c memchr.c memchr.valgrind mempcpy.c \ - memrchr.c msvc-inval.c msvc-inval.h msvc-nothrow.c \ - msvc-nothrow.h nl_langinfo.c regcomp.c regex.c regex.h \ - regex_internal.c regex_internal.h regexec.c _Noreturn.h \ - arg-nonnull.h c++defs.h warn-on-use.h stdarg.in.h stdbool.in.h \ - stddef.in.h stdint.in.h stdio.in.h stdlib.in.h stpcpy.c \ - strcasecmp.c strncasecmp.c str-two-way.h strcasestr.c strdup.c \ - streq.h strerror.c strerror-override.c strerror-override.h \ - string.in.h strings.in.h strndup.c strnlen.c str-two-way.h \ - strstr.c sys_types.in.h $(top_srcdir)/build-aux/config.rpath \ - unistd.in.h unitypes.in.h localcharset.h uniwidth.in.h \ - uniwidth/cjk.h asnprintf.c float+.h printf-args.c \ - printf-args.h printf-parse.c printf-parse.h vasnprintf.c \ - vasnprintf.h asprintf.c vasprintf.c verify.h wchar.in.h \ - wcrtomb.c wctype.in.h wcwidth.c xalloc.h xalloc-oversized.h - BUILT_SOURCES = $(ALLOCA_H) $(ARGZ_H) $(am__append_1) $(ERRNO_H) \ - $(FLOAT_H) $(GETOPT_H) $(GETOPT_CDEFS_H) $(am__append_4) \ - $(LIMITS_H) $(am__append_9) $(STDARG_H) $(STDBOOL_H) \ - $(STDDEF_H) $(STDINT_H) stdio.h stdlib.h string.h strings.h \ - sys/types.h unistd.h $(LIBUNISTRING_UNITYPES_H) \ - $(LIBUNISTRING_UNIWIDTH_H) wchar.h wctype.h - SUFFIXES = $(am__append_7) - MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t argz.h \ - argz.h-t errno.h errno.h-t float.h float.h-t getopt.h \ - getopt.h-t getopt-cdefs.h getopt-cdefs.h-t $(am__append_5) \ - limits.h limits.h-t $(am__append_10) stdarg.h stdarg.h-t \ - stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t \ - stdio.h stdio.h-t stdlib.h stdlib.h-t string.h string.h-t \ - strings.h strings.h-t sys/types.h sys/types.h-t unistd.h \ - unistd.h-t unitypes.h unitypes.h-t uniwidth.h uniwidth.h-t \ - wchar.h wchar.h-t wctype.h wctype.h-t - MOSTLYCLEANDIRS = - CLEANFILES = $(am__append_2) $(am__append_8) - DISTCLEANFILES = - MAINTAINERCLEANFILES = - # No GNU Make output. - AM_CPPFLAGS = - AM_CFLAGS = - libgnu_a_SOURCES = dirname-lgpl.c basename-lgpl.c stripslash.c \ - exitfail.c getprogname.h getprogname.c gettext.h \ - $(am__append_3) $(am__append_6) $(am__append_11) malloca.c \ - mbchar.c mbiter.h mbiter.c mbscasecmp.c mbschr.c mbslen.c \ - mbsncasecmp.c mbsstr.c mbswidth.h mbswidth.c mbuiter.h \ - mbuiter.c $(am__append_12) strnlen1.h strnlen1.c \ - $(am__append_13) unistd.c $(am__append_14) wctype-h.c \ - xmalloc.c xalloc-die.c $(am__append_15) - libgnu_a_LIBADD = $(gl_LIBOBJS) - libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) - EXTRA_libgnu_a_SOURCES = argz.c btowc.c error.c float.c itold.c \ - getopt.c getopt1.c iswblank.c localeconv.c malloc.c mbrtowc.c \ - mbsinit.c mbtowc.c memchr.c mempcpy.c memrchr.c msvc-inval.c \ - msvc-nothrow.c nl_langinfo.c regcomp.c regex.c \ - regex_internal.c regexec.c stpcpy.c strcasecmp.c strncasecmp.c \ - strcasestr.c strdup.c strerror.c strerror-override.c strndup.c \ - strnlen.c strstr.c asnprintf.c printf-args.c printf-parse.c \ - vasnprintf.c asprintf.c vasprintf.c wcrtomb.c wcwidth.c - - # Use this preprocessor expression to decide whether #include_next works. - # Do not rely on a 'configure'-time test for this, since the expression - # might appear in an installed header, which is used by some other compiler. - HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER) - charset_alias = $(DESTDIR)$(libdir)/charset.alias - charset_tmp = $(DESTDIR)$(libdir)/charset.tmp - - # Because this Makefile snippet defines a variable used by other - # gnulib Makefile snippets, it must be present in all makefiles that - # need it. This is ensured by the applicability 'all' defined above. - _NORETURN_H = $(srcdir)/_Noreturn.h - - # Because this Makefile snippet defines a variable used by other - # gnulib Makefile snippets, it must be present in all makefiles that - # need it. This is ensured by the applicability 'all' defined above. - ARG_NONNULL_H = $(srcdir)/arg-nonnull.h - - # Because this Makefile snippet defines a variable used by other - # gnulib Makefile snippets, it must be present in all makefiles that - # need it. This is ensured by the applicability 'all' defined above. - CXXDEFS_H = $(srcdir)/c++defs.h - - # Because this Makefile snippet defines a variable used by other - # gnulib Makefile snippets, it must be present in all makefiles that - # need it. This is ensured by the applicability 'all' defined above. - WARN_ON_USE_H = $(srcdir)/warn-on-use.h - all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: - .SUFFIXES: .sed .sin .c .o .obj - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gnulib/lib/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnits gnulib/lib/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - - clean-noinstLIBRARIES: - -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) - glthread/$(am__dirstamp): - @$(MKDIR_P) glthread - @: > glthread/$(am__dirstamp) - glthread/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) glthread/$(DEPDIR) - @: > glthread/$(DEPDIR)/$(am__dirstamp) - glthread/lock.$(OBJEXT): glthread/$(am__dirstamp) \ - glthread/$(DEPDIR)/$(am__dirstamp) - glthread/threadlib.$(OBJEXT): glthread/$(am__dirstamp) \ - glthread/$(DEPDIR)/$(am__dirstamp) - uniwidth/$(am__dirstamp): - @$(MKDIR_P) uniwidth - @: > uniwidth/$(am__dirstamp) - uniwidth/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) uniwidth/$(DEPDIR) - @: > uniwidth/$(DEPDIR)/$(am__dirstamp) - uniwidth/width.$(OBJEXT): uniwidth/$(am__dirstamp) \ - uniwidth/$(DEPDIR)/$(am__dirstamp) - - libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) $(EXTRA_libgnu_a_DEPENDENCIES) - $(AM_V_at)-rm -f libgnu.a - $(AM_V_AR)$(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD) - $(AM_V_at)$(RANLIB) libgnu.a - - clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - - mostlyclean-compile: - -rm -f *.$(OBJEXT) - -rm -f glthread/*.$(OBJEXT) - -rm -f uniwidth/*.$(OBJEXT) - - distclean-compile: - -rm -f *.tab.c - - include ./$(DEPDIR)/argz.Po - include ./$(DEPDIR)/asnprintf.Po - include ./$(DEPDIR)/asprintf.Po - include ./$(DEPDIR)/basename-lgpl.Po - include ./$(DEPDIR)/btowc.Po - include ./$(DEPDIR)/dirname-lgpl.Po - include ./$(DEPDIR)/error.Po - include ./$(DEPDIR)/exitfail.Po - include ./$(DEPDIR)/float.Po - include ./$(DEPDIR)/getopt.Po - include ./$(DEPDIR)/getopt1.Po - include ./$(DEPDIR)/getprogname.Po - include ./$(DEPDIR)/hard-locale.Po - include ./$(DEPDIR)/iswblank.Po - include ./$(DEPDIR)/itold.Po - include ./$(DEPDIR)/localcharset.Po - include ./$(DEPDIR)/localeconv.Po - include ./$(DEPDIR)/malloc.Po - include ./$(DEPDIR)/malloca.Po - include ./$(DEPDIR)/mbchar.Po - include ./$(DEPDIR)/mbiter.Po - include ./$(DEPDIR)/mbrtowc.Po - include ./$(DEPDIR)/mbscasecmp.Po - include ./$(DEPDIR)/mbschr.Po - include ./$(DEPDIR)/mbsinit.Po - include ./$(DEPDIR)/mbslen.Po - include ./$(DEPDIR)/mbsncasecmp.Po - include ./$(DEPDIR)/mbsstr.Po - include ./$(DEPDIR)/mbswidth.Po - include ./$(DEPDIR)/mbtowc.Po - include ./$(DEPDIR)/mbuiter.Po - include ./$(DEPDIR)/memchr.Po - include ./$(DEPDIR)/mempcpy.Po - include ./$(DEPDIR)/memrchr.Po - include ./$(DEPDIR)/msvc-inval.Po - include ./$(DEPDIR)/msvc-nothrow.Po - include ./$(DEPDIR)/nl_langinfo.Po - include ./$(DEPDIR)/printf-args.Po - include ./$(DEPDIR)/printf-parse.Po - include ./$(DEPDIR)/regcomp.Po - include ./$(DEPDIR)/regex.Po - include ./$(DEPDIR)/regex_internal.Po - include ./$(DEPDIR)/regexec.Po - include ./$(DEPDIR)/stpcpy.Po - include ./$(DEPDIR)/strcasecmp.Po - include ./$(DEPDIR)/strcasestr.Po - include ./$(DEPDIR)/strdup.Po - include ./$(DEPDIR)/strerror-override.Po - include ./$(DEPDIR)/strerror.Po - include ./$(DEPDIR)/stripslash.Po - include ./$(DEPDIR)/strncasecmp.Po - include ./$(DEPDIR)/strndup.Po - include ./$(DEPDIR)/strnlen.Po - include ./$(DEPDIR)/strnlen1.Po - include ./$(DEPDIR)/strstr.Po - include ./$(DEPDIR)/unistd.Po - include ./$(DEPDIR)/vasnprintf.Po - include ./$(DEPDIR)/vasprintf.Po - include ./$(DEPDIR)/wcrtomb.Po - include ./$(DEPDIR)/wctype-h.Po - include ./$(DEPDIR)/wcwidth.Po - include ./$(DEPDIR)/xalloc-die.Po - include ./$(DEPDIR)/xmalloc.Po - include ./$(DEPDIR)/xsize.Po - include glthread/$(DEPDIR)/lock.Po - include glthread/$(DEPDIR)/threadlib.Po - include uniwidth/$(DEPDIR)/width.Po - - .c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - - .c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - - # This directory's subdirectories are mostly independent; you can cd - # into them and run 'make' without going through this Makefile. - # To change the values of 'make' variables: instead of editing Makefiles, - # (1) if the variable is set in 'config.status', edit 'config.status' - # (which will cause the Makefiles to be regenerated when you run 'make'); - # (2) otherwise, pass the desired values on the 'make' command line. - $(am__recursive_targets): - @fail=; \ - if $(am__make_keepgoing); then \ - failcom='fail=yes'; \ - else \ - failcom='exit 1'; \ - fi; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - - ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique - tags: tags-recursive - TAGS: tags - - tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi - ctags: ctags-recursive - - CTAGS: ctags - ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - - GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - cscopelist: cscopelist-recursive - - cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - $(am__make_dryrun) \ - || test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done - check-am: all-am - check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-recursive - #all-local: - all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) all-local - installdirs: installdirs-recursive - installdirs-am: - install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive - uninstall: uninstall-recursive - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-recursive - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) - - clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -rm -f glthread/$(DEPDIR)/$(am__dirstamp) - -rm -f glthread/$(am__dirstamp) - -rm -f uniwidth/$(DEPDIR)/$(am__dirstamp) - -rm -f uniwidth/$(am__dirstamp) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) - #uninstall-local: - #install-exec-local: - clean: clean-recursive - - clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \ - mostlyclean-am - - distclean: distclean-recursive - -rm -rf ./$(DEPDIR) glthread/$(DEPDIR) uniwidth/$(DEPDIR) - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - - dvi: dvi-recursive - - dvi-am: - - html: html-recursive - - html-am: - - info: info-recursive - - info-am: - - install-data-am: - - install-dvi: install-dvi-recursive - - install-dvi-am: - - install-exec-am: install-exec-local - - install-html: install-html-recursive - - install-html-am: - - install-info: install-info-recursive - - install-info-am: - - install-man: - - install-pdf: install-pdf-recursive - - install-pdf-am: - - install-ps: install-ps-recursive - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-recursive - -rm -rf ./$(DEPDIR) glthread/$(DEPDIR) uniwidth/$(DEPDIR) - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-recursive - - mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-local - - pdf: pdf-recursive - - pdf-am: - - ps: ps-recursive - - ps-am: - - uninstall-am: uninstall-local - - .MAKE: $(am__recursive_targets) all check install install-am \ - install-strip - - .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ - check check-am clean clean-generic clean-noinstLIBRARIES \ - clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ - distclean-compile distclean-generic distclean-tags distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-exec-local install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-local - - .PRECIOUS: Makefile - - - # We need the following in order to create <alloca.h> when the system - # doesn't have one that works with the given compiler. - alloca.h: alloca.in.h $(top_builddir)/config.status - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/alloca.in.h; \ - } > $@-t && \ - mv -f $@-t $@ - #alloca.h: $(top_builddir)/config.status - # rm -f $@ - - # We need the following in order to create <argz.h> when the system - # doesn't have one that works with the given compiler. - #argz.h: argz.in.h $(top_builddir)/config.status - # $(AM_V_GEN)rm -f $@-t $@ && \ - # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - # cat $(srcdir)/argz.in.h; \ - # } > $@-t && \ - # mv -f $@-t $@ - argz.h: $(top_builddir)/config.status - rm -f $@ - - # Listed in the same order as the GNU makefile conventions, and - # provided by autoconf 2.59c+ or 2.70. - # The Automake-defined pkg* macros are appended, in the order - # listed in the Automake 1.10a+ documentation. - configmake.h: Makefile - $(AM_V_GEN)rm -f $@-t && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - echo '#define PREFIX "$(prefix)"'; \ - echo '#define EXEC_PREFIX "$(exec_prefix)"'; \ - echo '#define BINDIR "$(bindir)"'; \ - echo '#define SBINDIR "$(sbindir)"'; \ - echo '#define LIBEXECDIR "$(libexecdir)"'; \ - echo '#define DATAROOTDIR "$(datarootdir)"'; \ - echo '#define DATADIR "$(datadir)"'; \ - echo '#define SYSCONFDIR "$(sysconfdir)"'; \ - echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \ - echo '#define LOCALSTATEDIR "$(localstatedir)"'; \ - echo '#define RUNSTATEDIR "$(runstatedir)"'; \ - echo '#define INCLUDEDIR "$(includedir)"'; \ - echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \ - echo '#define DOCDIR "$(docdir)"'; \ - echo '#define INFODIR "$(infodir)"'; \ - echo '#define HTMLDIR "$(htmldir)"'; \ - echo '#define DVIDIR "$(dvidir)"'; \ - echo '#define PDFDIR "$(pdfdir)"'; \ - echo '#define PSDIR "$(psdir)"'; \ - echo '#define LIBDIR "$(libdir)"'; \ - echo '#define LISPDIR "$(lispdir)"'; \ - echo '#define LOCALEDIR "$(localedir)"'; \ - echo '#define MANDIR "$(mandir)"'; \ - echo '#define MANEXT "$(manext)"'; \ - echo '#define PKGDATADIR "$(pkgdatadir)"'; \ - echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \ - echo '#define PKGLIBDIR "$(pkglibdir)"'; \ - echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \ - } | sed '/""/d' > $@-t && \ - mv -f $@-t $@ - - # We need the following in order to create <errno.h> when the system - # doesn't have one that is POSIX compliant. - #errno.h: errno.in.h $(top_builddir)/config.status - # $(AM_V_GEN)rm -f $@-t $@ && \ - # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - # sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - # -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - # -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - # -e 's|@''PRAGMA_COLUMNS''@||g' \ - # -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ - # -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ - # -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ - # -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ - # -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ - # -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ - # -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ - # < $(srcdir)/errno.in.h; \ - # } > $@-t && \ - # mv $@-t $@ - errno.h: $(top_builddir)/config.status - rm -f $@ - - # We need the following in order to create <float.h> when the system - # doesn't have one that works with the given compiler. - #float.h: float.in.h $(top_builddir)/config.status - # $(AM_V_GEN)rm -f $@-t $@ && \ - # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - # sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - # -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - # -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - # -e 's|@''PRAGMA_COLUMNS''@||g' \ - # -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ - # -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ - # < $(srcdir)/float.in.h; \ - # } > $@-t && \ - # mv $@-t $@ - float.h: $(top_builddir)/config.status - rm -f $@ - - # We need the following in order to create <getopt.h> when the system - # doesn't have one that works with the given compiler. - getopt.h: getopt.in.h $(top_builddir)/config.status - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \ - -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - < $(srcdir)/getopt.in.h; \ - } > $@-t && \ - mv -f $@-t $@ - - getopt-cdefs.h: getopt-cdefs.in.h $(top_builddir)/config.status - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''HAVE_SYS_CDEFS_H''@|$(HAVE_SYS_CDEFS_H)|g' \ - < $(srcdir)/getopt-cdefs.in.h; \ - } > $@-t && \ - mv -f $@-t $@ - - # We need the following in order to create an empty placeholder for - # <langinfo.h> when the system doesn't have one. - #langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) - # $(AM_V_GEN)rm -f $@-t $@ && \ - # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - # sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - # -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \ - # -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - # -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - # -e 's|@''PRAGMA_COLUMNS''@||g' \ - # -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \ - # -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \ - # -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \ - # -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \ - # -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \ - # -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \ - # -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \ - # -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \ - # -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - # -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ - # < $(srcdir)/langinfo.in.h; \ - # } > $@-t && \ - # mv $@-t $@ - - # We need the following in order to create <limits.h> when the system - # doesn't have one that is compatible with GNU. - limits.h: limits.in.h $(top_builddir)/config.status - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \ - < $(srcdir)/limits.in.h; \ - } > $@-t && \ - mv $@-t $@ - #limits.h: $(top_builddir)/config.status - # rm -f $@ - - # We need the following in order to install a simple file in $(libdir) - # which is shared with other installed packages. We use a list of referencing - # packages so that "make uninstall" will remove the file if and only if it - # is not used by another installed package. - # On systems with glibc-2.1 or newer, the file is redundant, therefore we - # avoid installing it. - - all-local: charset.alias ref-add.sed ref-del.sed - install-exec-local: install-exec-localcharset - install-exec-localcharset: all-local - if test $(GLIBC21) = no; then \ - case '$(host_os)' in \ - darwin[56]*) \ - need_charset_alias=true ;; \ - darwin* | cygwin* | mingw* | pw32* | cegcc*) \ - need_charset_alias=false ;; \ - *) \ - need_charset_alias=true ;; \ - esac ; \ - else \ - need_charset_alias=false ; \ - fi ; \ - if $$need_charset_alias; then \ - $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ - fi ; \ - if test -f $(charset_alias); then \ - sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ - rm -f $(charset_tmp) ; \ - else \ - if $$need_charset_alias; then \ - sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ - rm -f $(charset_tmp) ; \ - fi ; \ - fi - - uninstall-local: uninstall-localcharset - uninstall-localcharset: all-local - if test -f $(charset_alias); then \ - sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ - if grep '^# Packages using this file: $$' $(charset_tmp) \ - > /dev/null; then \ - rm -f $(charset_alias); \ - else \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ - fi; \ - rm -f $(charset_tmp); \ - fi - - charset.alias: config.charset - $(AM_V_GEN)rm -f t-$@ $@ && \ - $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \ - mv t-$@ $@ - .sin.sed: - $(AM_V_GEN)rm -f t-$@ $@ && \ - sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \ - mv t-$@ $@ - - # We need the following in order to create <locale.h> when the system - # doesn't have one that provides all definitions. - #locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) - # $(AM_V_GEN)rm -f $@-t $@ && \ - # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - # sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - # -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - # -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - # -e 's|@''PRAGMA_COLUMNS''@||g' \ - # -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \ - # -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \ - # -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \ - # -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \ - # -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \ - # -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \ - # -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \ - # -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \ - # -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \ - # -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \ - # -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - # -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - # -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ - # < $(srcdir)/locale.in.h; \ - # } > $@-t && \ - # mv $@-t $@ - - # We need the following in order to create <stdarg.h> when the system - # doesn't have one that works with the given compiler. - #stdarg.h: stdarg.in.h $(top_builddir)/config.status - # $(AM_V_GEN)rm -f $@-t $@ && \ - # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - # sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - # -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - # -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - # -e 's|@''PRAGMA_COLUMNS''@||g' \ - # -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \ - # < $(srcdir)/stdarg.in.h; \ - # } > $@-t && \ - # mv $@-t $@ - stdarg.h: $(top_builddir)/config.status - rm -f $@ - - # We need the following in order to create <stdbool.h> when the system - # doesn't have one that works. - #stdbool.h: stdbool.in.h $(top_builddir)/config.status - # $(AM_V_GEN)rm -f $@-t $@ && \ - # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - # sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ - # } > $@-t && \ - # mv $@-t $@ - stdbool.h: $(top_builddir)/config.status - rm -f $@ - - # We need the following in order to create <stddef.h> when the system - # doesn't have one that works with the given compiler. - stddef.h: stddef.in.h $(top_builddir)/config.status - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ - -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \ - -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ - -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ - < $(srcdir)/stddef.in.h; \ - } > $@-t && \ - mv $@-t $@ - #stddef.h: $(top_builddir)/config.status - # rm -f $@ - - # We need the following in order to create <stdint.h> when the system - # doesn't have one that works with the given compiler. - stdint.h: stdint.in.h $(top_builddir)/config.status - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ - -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \ - -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ - -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ - -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ - -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ - -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ - -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ - -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ - -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ - -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ - -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ - -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ - -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ - -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ - -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ - -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ - -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ - -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ - -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ - -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ - -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ - -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ - -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ - < $(srcdir)/stdint.in.h; \ - } > $@-t && \ - mv $@-t $@ - #stdint.h: $(top_builddir)/config.status - # rm -f $@ - - # We need the following in order to create <stdio.h> when the system - # doesn't have one that works with the given compiler. - stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ - -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ - -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ - -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ - -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ - -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ - -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ - -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \ - -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \ - -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \ - -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \ - -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \ - -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \ - -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \ - -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \ - -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \ - -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \ - -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \ - -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \ - -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \ - -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \ - -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \ - -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \ - -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \ - -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \ - -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ - -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ - -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ - -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ - -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ - -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ - -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \ - -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \ - -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \ - -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \ - -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \ - -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \ - -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \ - -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \ - -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \ - -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \ - -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \ - -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \ - -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \ - -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \ - -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \ - -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \ - -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \ - -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \ - -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \ - -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \ - -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \ - -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \ - -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \ - < $(srcdir)/stdio.in.h | \ - sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ - -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \ - -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \ - -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ - -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ - -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ - -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \ - -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \ - -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ - -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ - -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ - -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \ - -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \ - -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ - -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ - -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ - -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ - -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ - -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ - -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ - -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ - -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ - -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \ - -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ - -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \ - -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \ - -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \ - -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \ - -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \ - -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \ - -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \ - -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \ - -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \ - -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \ - -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \ - -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \ - -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \ - -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \ - -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \ - -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \ - -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ - -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \ - -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ - -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \ - -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \ - -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \ - -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \ - -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ - -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \ - -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ - } > $@-t && \ - mv $@-t $@ - - # We need the following in order to create <stdlib.h> when the system - # doesn't have one that works with the given compiler. - stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ - $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ - -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \ - -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \ - -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \ - -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \ - -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \ - -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \ - -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \ - -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \ - -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \ - -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \ - -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \ - -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \ - -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \ - -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \ - -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \ - -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \ - -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \ - -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \ - -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \ - -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \ - -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \ - -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \ - -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \ - -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \ - -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \ - -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \ - -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \ - -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \ - -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \ - -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \ - -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \ - -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \ - -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \ - < $(srcdir)/stdlib.in.h | \ - sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ - -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ - -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ - -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ - -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ - -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \ - -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ - -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \ - -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ - -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ - -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ - -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \ - -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ - -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ - -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \ - -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ - -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ - -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ - -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ - -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ - -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \ - -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ - -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ - -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ - -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ - -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ - -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ - -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ - -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ - -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ - -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ - -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ - -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ - -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ - -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \ - -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \ - -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ - -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \ - -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \ - -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ - -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ - -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ - -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ - -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ - -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ - -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - -e '/definition of _Noreturn/r $(_NORETURN_H)' \ - -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ - } > $@-t && \ - mv $@-t $@ - - # We need the following in order to create <string.h> when the system - # doesn't have one that works with the given compiler. - string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ - -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ - -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ - -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ - -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ - -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ - -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ - -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ - -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ - -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ - -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ - -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ - -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ - -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ - -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ - -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ - -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ - -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ - -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ - -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ - -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ - -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ - -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ - -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ - -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ - -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ - -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ - -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ - -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ - -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ - -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ - -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ - -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ - -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ - -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ - -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ - -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ - -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ - < $(srcdir)/string.in.h | \ - sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ - -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ - -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ - -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ - -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ - -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ - -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ - -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ - -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ - -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ - -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ - -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ - -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ - -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ - -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ - -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ - -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ - -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ - -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ - -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ - -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ - -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ - -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ - -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ - -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ - -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ - -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ - -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ - -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ - -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ - -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ - -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ - -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ - -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ - -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ - -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ - -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ - < $(srcdir)/string.in.h; \ - } > $@-t && \ - mv $@-t $@ - - # We need the following in order to create <strings.h> when the system - # doesn't have one that works with the given compiler. - strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \ - -e 's|@''GNULIB_FFS''@|$(GNULIB_FFS)|g' \ - -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \ - -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \ - -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \ - -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ - < $(srcdir)/strings.in.h; \ - } > $@-t && \ - mv $@-t $@ - - # We need the following in order to create <sys/types.h> when the system - # doesn't have one that works with the given compiler. - sys/types.h: sys_types.in.h $(top_builddir)/config.status - $(AM_V_at)$(MKDIR_P) sys - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ - -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ - < $(srcdir)/sys_types.in.h; \ - } > $@-t && \ - mv $@-t $@ - - # We need the following in order to create an empty placeholder for - # <unistd.h> when the system doesn't have one. - unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ - -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ - -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \ - -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ - -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ - -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \ - -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ - -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ - -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ - -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \ - -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ - -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ - -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ - -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \ - -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ - -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ - -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ - -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \ - -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \ - -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \ - -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \ - -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \ - -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \ - -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \ - -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \ - -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \ - -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \ - -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \ - -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \ - -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \ - -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \ - -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \ - -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \ - -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \ - -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \ - -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \ - -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \ - -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \ - -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \ - -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \ - -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \ - -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \ - -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \ - -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \ - -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \ - -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \ - -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \ - -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \ - -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \ - -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \ - -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \ - -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \ - < $(srcdir)/unistd.in.h | \ - sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ - -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ - -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ - -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ - -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ - -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ - -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ - -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \ - -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ - -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ - -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ - -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ - -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ - -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ - -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \ - -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ - -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ - -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ - -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \ - -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ - -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ - -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ - -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ - -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ - -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \ - -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ - -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ - -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ - -e 's|@''HAVE_TRUNCATE''@|$(HAVE_TRUNCATE)|g' \ - -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ - -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ - -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ - -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ - -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ - -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ - -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \ - -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ - -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ - -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ - -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ - -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ - -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ - -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ - | \ - sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ - -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ - -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ - -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ - -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ - -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ - -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ - -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ - -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \ - -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ - -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ - -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ - -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \ - -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ - -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ - -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ - -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ - -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ - -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ - -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \ - -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ - -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \ - -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ - -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ - -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \ - -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \ - -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \ - -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \ - -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \ - -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \ - -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \ - -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ - -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ - -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ - -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ - } > $@-t && \ - mv $@-t $@ - - unitypes.h: unitypes.in.h - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/unitypes.in.h; \ - } > $@-t && \ - mv -f $@-t $@ - - uniwidth.h: uniwidth.in.h - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/uniwidth.in.h; \ - } > $@-t && \ - mv -f $@-t $@ - - # We need the following in order to create <wchar.h> when the system - # version does not work standalone. - wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ - -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ - -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ - -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \ - -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ - -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \ - -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \ - -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \ - -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \ - -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \ - -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \ - -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \ - -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \ - -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \ - -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \ - -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \ - -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \ - -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \ - -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \ - -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \ - -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \ - -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \ - -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \ - -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \ - -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \ - -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \ - -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \ - -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \ - -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \ - -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \ - -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \ - -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \ - -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \ - -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \ - -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \ - -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \ - -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \ - -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \ - -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \ - -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \ - -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \ - -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \ - -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \ - -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \ - -e 's/@''GNULIB_WCSFTIME''@/$(GNULIB_WCSFTIME)/g' \ - < $(srcdir)/wchar.in.h | \ - sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ - -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ - -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ - -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ - -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ - -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ - -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ - -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ - -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ - -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ - -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \ - -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \ - -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \ - -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \ - -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \ - -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \ - -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \ - -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \ - -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \ - -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \ - -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \ - -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \ - -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \ - -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \ - -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \ - -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \ - -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \ - -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \ - -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \ - -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \ - -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \ - -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \ - -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \ - -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \ - -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \ - -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \ - -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ - -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ - -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \ - -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ - -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ - | \ - sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ - -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ - -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ - -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ - -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ - -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ - -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ - -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ - -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ - -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ - -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ - -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ - -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \ - -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \ - -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ - } > $@-t && \ - mv $@-t $@ - - # We need the following in order to create <wctype.h> when the system - # doesn't have one that works with the given compiler. - wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ - -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \ - -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ - -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \ - -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \ - -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \ - -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \ - -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \ - -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \ - -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ - -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \ - -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \ - -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ - -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \ - -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ - -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \ - -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ - < $(srcdir)/wctype.in.h; \ - } > $@-t && \ - mv $@-t $@ - - mostlyclean-local: mostlyclean-generic - @for dir in '' $(MOSTLYCLEANDIRS); do \ - if test -n "$$dir" && test -d $$dir; then \ - echo "rmdir $$dir"; rmdir $$dir; \ - fi; \ - done; \ - : - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/Makefile.am texinfo-6.5/gnulib/lib/Makefile.am *** texinfo-6.4/gnulib/lib/Makefile.am 2017-05-17 20:23:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/Makefile.am 2017-07-10 19:33:59.000000000 +0100 *************** *** 1388,1391 **** --- 1388,1392 ---- -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ + -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ diff -Nrc2 texinfo-6.4/gnulib/lib/Makefile.in texinfo-6.5/gnulib/lib/Makefile.in *** texinfo-6.4/gnulib/lib/Makefile.in 2017-06-23 07:04:39.000000000 +0100 --- texinfo-6.5/gnulib/lib/Makefile.in 2017-09-12 19:50:13.000000000 +0100 *************** *** 157,160 **** --- 157,161 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 853,856 **** --- 854,858 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 1081,1084 **** --- 1083,1087 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ *************** *** 1607,1612 **** -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) - @gl_GNULIB_ENABLED_localcharset_FALSE@uninstall-local: @gl_GNULIB_ENABLED_localcharset_FALSE@install-exec-local: clean: clean-recursive --- 1610,1615 ---- -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) @gl_GNULIB_ENABLED_localcharset_FALSE@install-exec-local: + @gl_GNULIB_ENABLED_localcharset_FALSE@uninstall-local: clean: clean-recursive *************** *** 2376,2379 **** --- 2379,2383 ---- -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ + -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ diff -Nrc2 texinfo-6.4/gnulib/lib/alloca.h texinfo-6.5/gnulib/lib/alloca.h *** texinfo-6.4/gnulib/lib/alloca.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/alloca.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,66 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* Memory allocation on the stack. - - Copyright (C) 1995, 1999, 2001-2004, 2006-2017 Free Software Foundation, - Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program; if not, see - <http://www.gnu.org/licenses/>. - */ - - /* Avoid using the symbol _ALLOCA_H here, as Bison assumes _ALLOCA_H - means there is a real alloca function. */ - #ifndef _GL_ALLOCA_H - #define _GL_ALLOCA_H - - /* alloca (N) returns a pointer to N bytes of memory - allocated on the stack, which will last until the function returns. - Use of alloca should be avoided: - - inside arguments of function calls - undefined behaviour, - - in inline functions - the allocation may actually last until the - calling function returns, - - for huge N (say, N >= 65536) - you never know how large (or small) - the stack is, and when the stack cannot fulfill the memory allocation - request, the program just crashes. - */ - - #ifndef alloca - # ifdef __GNUC__ - # define alloca __builtin_alloca - # elif defined _AIX - # define alloca __alloca - # elif defined _MSC_VER - # include <malloc.h> - # define alloca _alloca - # elif defined __DECC && defined __VMS - # define alloca __ALLOCA - # elif defined __TANDEM && defined _TNS_E_TARGET - # ifdef __cplusplus - extern "C" - # endif - void *_alloca (unsigned short); - # pragma intrinsic (_alloca) - # define alloca _alloca - # elif defined __MVS__ - # include <stdlib.h> - # else - # include <stddef.h> - # ifdef __cplusplus - extern "C" - # endif - void *alloca (size_t); - # endif - #endif - - #endif /* _GL_ALLOCA_H */ --- 0 ---- Binary files texinfo-6.4/gnulib/lib/basename-lgpl.o and texinfo-6.5/gnulib/lib/basename-lgpl.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/charset.alias texinfo-6.5/gnulib/lib/charset.alias *** texinfo-6.4/gnulib/lib/charset.alias 2017-07-03 17:45:32.000000000 +0100 --- texinfo-6.5/gnulib/lib/charset.alias 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,5 **** - # This file contains a table of character encoding aliases, - # suitable for operating system 'linux-gnu'. - # It was automatically generated from config.charset. - # Packages using this file: - ISO_646.IRV:1983 ASCII --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/configmake.h texinfo-6.5/gnulib/lib/configmake.h *** texinfo-6.4/gnulib/lib/configmake.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/configmake.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,28 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - #define PREFIX "/usr/local" - #define EXEC_PREFIX "/usr/local" - #define BINDIR "/usr/local/bin" - #define SBINDIR "/usr/local/sbin" - #define LIBEXECDIR "/usr/local/libexec" - #define DATAROOTDIR "/usr/local/share" - #define DATADIR "/usr/local/share" - #define SYSCONFDIR "/usr/local/etc" - #define SHAREDSTATEDIR "/usr/local/com" - #define LOCALSTATEDIR "/usr/local/var" - #define RUNSTATEDIR "/usr/local/var/run" - #define INCLUDEDIR "/usr/local/include" - #define OLDINCLUDEDIR "/usr/include" - #define DOCDIR "/usr/local/share/doc/texinfo" - #define INFODIR "/usr/local/share/info" - #define HTMLDIR "/usr/local/share/doc/texinfo" - #define DVIDIR "/usr/local/share/doc/texinfo" - #define PDFDIR "/usr/local/share/doc/texinfo" - #define PSDIR "/usr/local/share/doc/texinfo" - #define LIBDIR "/usr/local/lib" - #define LISPDIR "/usr/local/share/emacs/site-lisp" - #define LOCALEDIR "/usr/local/share/locale" - #define MANDIR "/usr/local/share/man" - #define PKGDATADIR "/usr/local/share/texinfo" - #define PKGINCLUDEDIR "/usr/local/include/texinfo" - #define PKGLIBDIR "/usr/local/lib/texinfo" - #define PKGLIBEXECDIR "/usr/local/libexec/texinfo" --- 0 ---- Binary files texinfo-6.4/gnulib/lib/dirname-lgpl.o and texinfo-6.5/gnulib/lib/dirname-lgpl.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/error.c texinfo-6.5/gnulib/lib/error.c *** texinfo-6.4/gnulib/lib/error.c 2017-05-14 12:11:30.000000000 +0100 --- texinfo-6.5/gnulib/lib/error.c 2017-07-10 19:33:45.000000000 +0100 *************** *** 273,277 **** #endif vfprintf (stderr, message, args); - va_end (args); ++error_message_count; --- 273,276 ---- *************** *** 323,326 **** --- 322,326 ---- va_start (args, message); error_tail (status, errnum, message, args); + va_end (args); #ifdef _LIBC *************** *** 393,396 **** --- 393,397 ---- va_start (args, message); error_tail (status, errnum, message, args); + va_end (args); #ifdef _LIBC Binary files texinfo-6.4/gnulib/lib/exitfail.o and texinfo-6.5/gnulib/lib/exitfail.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/float.in.h texinfo-6.5/gnulib/lib/float.in.h *** texinfo-6.4/gnulib/lib/float.in.h 2017-04-15 08:19:45.000000000 +0100 --- texinfo-6.5/gnulib/lib/float.in.h 2017-07-10 19:33:45.000000000 +0100 *************** *** 64,68 **** precision in the compiler but 64 bits of precision at runtime. See <http://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>. */ ! #if defined __i386__ && defined __FreeBSD__ /* Number of mantissa units, in base FLT_RADIX. */ # undef LDBL_MANT_DIG --- 64,68 ---- precision in the compiler but 64 bits of precision at runtime. See <http://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>. */ ! #if defined __i386__ && (defined __FreeBSD__ || defined __DragonFly__) /* Number of mantissa units, in base FLT_RADIX. */ # undef LDBL_MANT_DIG diff -Nrc2 texinfo-6.4/gnulib/lib/getopt-pfx-core.h texinfo-6.5/gnulib/lib/getopt-pfx-core.h *** texinfo-6.4/gnulib/lib/getopt-pfx-core.h 2017-04-15 08:19:44.000000000 +0100 --- texinfo-6.5/gnulib/lib/getopt-pfx-core.h 2017-07-10 19:33:46.000000000 +0100 *************** *** 48,51 **** --- 48,56 ---- # define optind __GETOPT_ID (optind) # define optopt __GETOPT_ID (optopt) + + /* The system's getopt.h may have already included getopt-core.h to + declare the unprefixed identifiers. Undef _GETOPT_CORE_H so that + getopt-core.h declares them with prefixes. */ + # undef _GETOPT_CORE_H #endif diff -Nrc2 texinfo-6.4/gnulib/lib/getopt-pfx-ext.h texinfo-6.5/gnulib/lib/getopt-pfx-ext.h *** texinfo-6.4/gnulib/lib/getopt-pfx-ext.h 2017-04-29 19:43:58.000000000 +0100 --- texinfo-6.5/gnulib/lib/getopt-pfx-ext.h 2017-07-10 19:33:46.000000000 +0100 *************** *** 46,49 **** --- 46,54 ---- # define option __GETOPT_ID (option) # define _getopt_internal __GETOPT_ID (getopt_internal) + + /* The system's getopt.h may have already included getopt-ext.h to + declare the unprefixed identifiers. Undef _GETOPT_EXT_H so that + getopt-ext.h declares them with prefixes. */ + # undef _GETOPT_EXT_H #endif Binary files texinfo-6.4/gnulib/lib/getprogname.o and texinfo-6.5/gnulib/lib/getprogname.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/gettext.h texinfo-6.5/gnulib/lib/gettext.h *** texinfo-6.4/gnulib/lib/gettext.h 2017-04-29 19:43:59.000000000 +0100 --- texinfo-6.5/gnulib/lib/gettext.h 2017-07-10 19:33:46.000000000 +0100 *************** *** 186,190 **** #if (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__) \ ! /* || __STDC_VERSION__ >= 199901L */ ) # define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 1 #else --- 186,191 ---- #if (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__) \ ! /* || __STDC_VERSION__ == 199901L ! || (__STDC_VERSION__ >= 201112L && !defined __STDC_NO_VLA__) */ ) # define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 1 #else diff -Nrc2 texinfo-6.4/gnulib/lib/glthread/.deps/lock.Po texinfo-6.5/gnulib/lib/glthread/.deps/lock.Po *** texinfo-6.4/gnulib/lib/glthread/.deps/lock.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/glthread/.deps/lock.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/glthread/.deps/threadlib.Po texinfo-6.5/gnulib/lib/glthread/.deps/threadlib.Po *** texinfo-6.4/gnulib/lib/glthread/.deps/threadlib.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/gnulib/lib/glthread/.deps/threadlib.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- Binary files texinfo-6.4/gnulib/lib/hard-locale.o and texinfo-6.5/gnulib/lib/hard-locale.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/intprops.h texinfo-6.5/gnulib/lib/intprops.h *** texinfo-6.4/gnulib/lib/intprops.h 2017-05-14 12:11:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/intprops.h 2017-07-10 19:33:46.000000000 +0100 *************** *** 220,224 **** /* True if __builtin_add_overflow (A, B, P) works when P is non-null. */ ! #define _GL_HAS_BUILTIN_OVERFLOW (5 <= __GNUC__) /* True if __builtin_add_overflow_p (A, B, C) works. */ --- 220,228 ---- /* True if __builtin_add_overflow (A, B, P) works when P is non-null. */ ! #if 5 <= __GNUC__ && !defined __ICC ! # define _GL_HAS_BUILTIN_OVERFLOW 1 ! #else ! # define _GL_HAS_BUILTIN_OVERFLOW 0 ! #endif /* True if __builtin_add_overflow_p (A, B, C) works. */ Binary files texinfo-6.4/gnulib/lib/libgnu.a and texinfo-6.5/gnulib/lib/libgnu.a differ diff -Nrc2 texinfo-6.4/gnulib/lib/limits.h texinfo-6.5/gnulib/lib/limits.h *** texinfo-6.4/gnulib/lib/limits.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/limits.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,75 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A GNU-like <limits.h>. - - Copyright 2016-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 3, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _GL_LIMITS_H - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - /* The include_next requires a split double-inclusion guard. */ - #include_next <limits.h> - - #ifndef _GL_LIMITS_H - #define _GL_LIMITS_H - - /* For HP-UX 11.31. */ - #if defined LONG_LONG_MIN && !defined LLONG_MIN - # define LLONG_MIN LONG_LONG_MIN - #endif - #if defined LONG_LONG_MAX && !defined LLONG_MAX - # define LLONG_MAX LONG_LONG_MAX - #endif - #if defined ULONG_LONG_MAX && !defined ULLONG_MAX - # define ULLONG_MAX ULONG_LONG_MAX - #endif - - /* The number of usable bits in an unsigned or signed integer type - with minimum value MIN and maximum value MAX, as an int expression - suitable in #if. Cover all known practical hosts. This - implementation exploits the fact that MAX is 1 less than a power of - 2, and merely counts the number of 1 bits in MAX; "COBn" means - "count the number of 1 bits in the low-order n bits"). */ - #define _GL_INTEGER_WIDTH(min, max) (((min) < 0) + _GL_COB128 (max)) - #define _GL_COB128(n) (_GL_COB64 ((n) >> 31 >> 31 >> 2) + _GL_COB64 (n)) - #define _GL_COB64(n) (_GL_COB32 ((n) >> 31 >> 1) + _GL_COB32 (n)) - #define _GL_COB32(n) (_GL_COB16 ((n) >> 16) + _GL_COB16 (n)) - #define _GL_COB16(n) (_GL_COB8 ((n) >> 8) + _GL_COB8 (n)) - #define _GL_COB8(n) (_GL_COB4 ((n) >> 4) + _GL_COB4 (n)) - #define _GL_COB4(n) (!!((n) & 8) + !!((n) & 4) + !!((n) & 2) + !!((n) & 1)) - - /* Macros specified by ISO/IEC TS 18661-1:2014. */ - - #if (! defined ULLONG_WIDTH \ - && (defined _GNU_SOURCE || defined __STDC_WANT_IEC_60559_BFP_EXT__)) - # define CHAR_WIDTH _GL_INTEGER_WIDTH (CHAR_MIN, CHAR_MAX) - # define SCHAR_WIDTH _GL_INTEGER_WIDTH (SCHAR_MIN, SCHAR_MAX) - # define UCHAR_WIDTH _GL_INTEGER_WIDTH (0, UCHAR_MAX) - # define SHRT_WIDTH _GL_INTEGER_WIDTH (SHRT_MIN, SHRT_MAX) - # define USHRT_WIDTH _GL_INTEGER_WIDTH (0, USHRT_MAX) - # define INT_WIDTH _GL_INTEGER_WIDTH (INT_MIN, INT_MAX) - # define UINT_WIDTH _GL_INTEGER_WIDTH (0, UINT_MAX) - # define LONG_WIDTH _GL_INTEGER_WIDTH (LONG_MIN, LONG_MAX) - # define ULONG_WIDTH _GL_INTEGER_WIDTH (0, ULONG_MAX) - # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX) - # define ULLONG_WIDTH _GL_INTEGER_WIDTH (0, ULLONG_MAX) - #endif /* !ULLONG_WIDTH && (_GNU_SOURCE || __STDC_WANT_IEC_60559_BFP_EXT__) */ - - #endif /* _GL_LIMITS_H */ - #endif /* _GL_LIMITS_H */ --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/localcharset.c texinfo-6.5/gnulib/lib/localcharset.c *** texinfo-6.4/gnulib/lib/localcharset.c 2017-04-29 19:43:59.000000000 +0100 --- texinfo-6.5/gnulib/lib/localcharset.c 2017-07-10 19:33:46.000000000 +0100 *************** *** 76,79 **** --- 76,80 ---- #else # define relocate(pathname) (pathname) + # define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname)) #endif *************** *** 130,133 **** --- 131,135 ---- { #if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined OS2) + char *malloc_dir = NULL; const char *dir; const char *base = "charset.alias"; *************** *** 138,142 **** dir = getenv ("CHARSETALIASDIR"); if (dir == NULL || dir[0] == '\0') ! dir = relocate (LIBDIR); /* Concatenate dir and base into freshly allocated file_name. */ --- 140,144 ---- dir = getenv ("CHARSETALIASDIR"); if (dir == NULL || dir[0] == '\0') ! dir = relocate2 (LIBDIR, &malloc_dir); /* Concatenate dir and base into freshly allocated file_name. */ *************** *** 155,158 **** --- 157,162 ---- } + free (malloc_dir); + if (file_name == NULL) /* Out of memory. Treat the file as empty. */ Binary files texinfo-6.4/gnulib/lib/localcharset.o and texinfo-6.5/gnulib/lib/localcharset.o differ Binary files texinfo-6.4/gnulib/lib/malloca.o and texinfo-6.5/gnulib/lib/malloca.o differ Binary files texinfo-6.4/gnulib/lib/mbchar.o and texinfo-6.5/gnulib/lib/mbchar.o differ Binary files texinfo-6.4/gnulib/lib/mbiter.o and texinfo-6.5/gnulib/lib/mbiter.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/mbrtowc.c texinfo-6.5/gnulib/lib/mbrtowc.c *** texinfo-6.4/gnulib/lib/mbrtowc.c 2017-04-15 08:19:46.000000000 +0100 --- texinfo-6.5/gnulib/lib/mbrtowc.c 2017-07-10 19:33:46.000000000 +0100 *************** *** 36,39 **** --- 36,46 ---- # include "verify.h" + #ifndef FALLTHROUGH + # if __GNUC__ < 7 + # define FALLTHROUGH ((void) 0) + # else + # define FALLTHROUGH __attribute__ ((__fallthrough__)) + # endif + #endif verify (sizeof (mbstate_t) >= 4); *************** *** 75,82 **** case 3: buf[2] = pstate[3]; ! /*FALLTHROUGH*/ case 2: buf[1] = pstate[2]; ! /*FALLTHROUGH*/ case 1: buf[0] = pstate[1]; --- 82,89 ---- case 3: buf[2] = pstate[3]; ! FALLTHROUGH; case 2: buf[1] = pstate[2]; ! FALLTHROUGH; case 1: buf[0] = pstate[1]; Binary files texinfo-6.4/gnulib/lib/mbrtowc.o and texinfo-6.5/gnulib/lib/mbrtowc.o differ Binary files texinfo-6.4/gnulib/lib/mbscasecmp.o and texinfo-6.5/gnulib/lib/mbscasecmp.o differ Binary files texinfo-6.4/gnulib/lib/mbschr.o and texinfo-6.5/gnulib/lib/mbschr.o differ Binary files texinfo-6.4/gnulib/lib/mbslen.o and texinfo-6.5/gnulib/lib/mbslen.o differ Binary files texinfo-6.4/gnulib/lib/mbsncasecmp.o and texinfo-6.5/gnulib/lib/mbsncasecmp.o differ Binary files texinfo-6.4/gnulib/lib/mbsstr.o and texinfo-6.5/gnulib/lib/mbsstr.o differ Binary files texinfo-6.4/gnulib/lib/mbswidth.o and texinfo-6.5/gnulib/lib/mbswidth.o differ Binary files texinfo-6.4/gnulib/lib/mbuiter.o and texinfo-6.5/gnulib/lib/mbuiter.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/ref-add.sed texinfo-6.5/gnulib/lib/ref-add.sed *** texinfo-6.4/gnulib/lib/ref-add.sed 2017-07-03 17:45:32.000000000 +0100 --- texinfo-6.5/gnulib/lib/ref-add.sed 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,10 **** - /^# Packages using this file: / { - s/# Packages using this file:// - ta - :a - s/ texinfo / texinfo / - tb - s/ $/ texinfo / - :b - s/^/# Packages using this file:/ - } --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/ref-del.sed texinfo-6.5/gnulib/lib/ref-del.sed *** texinfo-6.4/gnulib/lib/ref-del.sed 2017-07-03 17:45:32.000000000 +0100 --- texinfo-6.5/gnulib/lib/ref-del.sed 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,5 **** - /^# Packages using this file: / { - s/# Packages using this file:// - s/ texinfo / / - s/^/# Packages using this file:/ - } --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/stddef.h texinfo-6.5/gnulib/lib/stddef.h *** texinfo-6.4/gnulib/lib/stddef.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/stddef.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,111 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues. - - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ - - /* Written by Eric Blake. */ - - /* - * POSIX 2008 <stddef.h> for platforms that have issues. - * <http://www.opengroup.org/susv3xbd/stddef.h.html> - */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #if defined __need_wchar_t || defined __need_size_t \ - || defined __need_ptrdiff_t || defined __need_NULL \ - || defined __need_wint_t - /* Special invocation convention inside gcc header files. In - particular, gcc provides a version of <stddef.h> that blindly - redefines NULL even when __need_wint_t was defined, even though - wint_t is not normally provided by <stddef.h>. Hence, we must - remember if special invocation has ever been used to obtain wint_t, - in which case we need to clean up NULL yet again. */ - - # if !(defined _GL_STDDEF_H && defined _GL_STDDEF_WINT_T) - # ifdef __need_wint_t - # define _GL_STDDEF_WINT_T - # endif - # include_next <stddef.h> - # endif - - #else - /* Normal invocation convention. */ - - # ifndef _GL_STDDEF_H - - /* The include_next requires a split double-inclusion guard. */ - - # include_next <stddef.h> - - /* On NetBSD 5.0, the definition of NULL lacks proper parentheses. */ - # if (0 \ - && (!defined _GL_STDDEF_H || defined _GL_STDDEF_WINT_T)) - # undef NULL - # ifdef __cplusplus - /* ISO C++ says that the macro NULL must expand to an integer constant - expression, hence '((void *) 0)' is not allowed in C++. */ - # if __GNUG__ >= 3 - /* GNU C++ has a __null macro that behaves like an integer ('int' or - 'long') but has the same size as a pointer. Use that, to avoid - warnings. */ - # define NULL __null - # else - # define NULL 0L - # endif - # else - # define NULL ((void *) 0) - # endif - # endif - - # ifndef _GL_STDDEF_H - # define _GL_STDDEF_H - - /* Some platforms lack wchar_t. */ - #if !1 - # define wchar_t int - #endif - - /* Some platforms lack max_align_t. The check for _GCC_MAX_ALIGN_T is - a hack in case the configure-time test was done with g++ even though - we are currently compiling with gcc. */ - #if ! (0 || defined _GCC_MAX_ALIGN_T) - /* On the x86, the maximum storage alignment of double, long, etc. is 4, - but GCC's C11 ABI for x86 says that max_align_t has an alignment of 8, - and the C11 standard allows this. Work around this problem by - using __alignof__ (which returns 8 for double) rather than _Alignof - (which returns 4), and align each union member accordingly. */ - # ifdef __GNUC__ - # define _GL_STDDEF_ALIGNAS(type) \ - __attribute__ ((__aligned__ (__alignof__ (type)))) - # else - # define _GL_STDDEF_ALIGNAS(type) /* */ - # endif - typedef union - { - char *__p _GL_STDDEF_ALIGNAS (char *); - double __d _GL_STDDEF_ALIGNAS (double); - long double __ld _GL_STDDEF_ALIGNAS (long double); - long int __i _GL_STDDEF_ALIGNAS (long int); - } max_align_t; - #endif - - # endif /* _GL_STDDEF_H */ - # endif /* _GL_STDDEF_H */ - #endif /* __need_XXX */ --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/stdint.h texinfo-6.5/gnulib/lib/stdint.h *** texinfo-6.4/gnulib/lib/stdint.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/stdint.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,727 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* Copyright (C) 2001-2002, 2004-2017 Free Software Foundation, Inc. - Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. - This file is part of gnulib. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ - - /* - * ISO C 99 <stdint.h> for platforms that lack it. - * <http://www.opengroup.org/susv3xbd/stdint.h.html> - */ - - #ifndef _GL_STDINT_H - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - /* When including a system file that in turn includes <inttypes.h>, - use the system <inttypes.h>, not our substitute. This avoids - problems with (for example) VMS, whose <sys/bitypes.h> includes - <inttypes.h>. */ - #define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H - - /* On Android (Bionic libc), <sys/types.h> includes this file before - having defined 'time_t'. Therefore in this case avoid including - other system header files; just include the system's <stdint.h>. - Ideally we should test __BIONIC__ here, but it is only defined after - <sys/cdefs.h> has been included; hence test __ANDROID__ instead. */ - #if defined __ANDROID__ && defined _GL_INCLUDING_SYS_TYPES_H - # include_next <stdint.h> - #else - - /* Get those types that are already defined in other system include - files, so that we can "#define int8_t signed char" below without - worrying about a later system include file containing a "typedef - signed char int8_t;" that will get messed up by our macro. Our - macros should all be consistent with the system versions, except - for the "fast" types and macros, which we recommend against using - in public interfaces due to compiler differences. */ - - #if 1 - # if defined __sgi && ! defined __c99 - /* Bypass IRIX's <stdint.h> if in C89 mode, since it merely annoys users - with "This header file is to be used only for c99 mode compilations" - diagnostics. */ - # define __STDINT_H__ - # endif - - /* Some pre-C++11 <stdint.h> implementations need this. */ - # ifdef __cplusplus - # ifndef __STDC_CONSTANT_MACROS - # define __STDC_CONSTANT_MACROS 1 - # endif - # ifndef __STDC_LIMIT_MACROS - # define __STDC_LIMIT_MACROS 1 - # endif - # endif - - /* Other systems may have an incomplete or buggy <stdint.h>. - Include it before <inttypes.h>, since any "#include <stdint.h>" - in <inttypes.h> would reinclude us, skipping our contents because - _GL_STDINT_H is defined. - The include_next requires a split double-inclusion guard. */ - # include_next <stdint.h> - #endif - - #if ! defined _GL_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H - #define _GL_STDINT_H - - /* Get SCHAR_MIN, SCHAR_MAX, UCHAR_MAX, INT_MIN, INT_MAX, - LONG_MIN, LONG_MAX, ULONG_MAX, _GL_INTEGER_WIDTH. */ - #include <limits.h> - - /* Override WINT_MIN and WINT_MAX if gnulib's <wchar.h> or <wctype.h> overrides - wint_t. */ - #if 0 - # undef WINT_MIN - # undef WINT_MAX - # define WINT_MIN 0x0U - # define WINT_MAX 0xffffffffU - #endif - - #if ! 1 - - /* <sys/types.h> defines some of the stdint.h types as well, on glibc, - IRIX 6.5, and OpenBSD 3.8 (via <machine/types.h>). - AIX 5.2 <sys/types.h> isn't needed and causes troubles. - Mac OS X 10.4.6 <sys/types.h> includes <stdint.h> (which is us), but - relies on the system <stdint.h> definitions, so include - <sys/types.h> after <stdint.h>. */ - # if 1 && ! defined _AIX - # include <sys/types.h> - # endif - - # if 1 - /* In OpenBSD 3.8, <inttypes.h> includes <machine/types.h>, which defines - int{8,16,32,64}_t, uint{8,16,32,64}_t and __BIT_TYPES_DEFINED__. - <inttypes.h> also defines intptr_t and uintptr_t. */ - # include <inttypes.h> - # elif 0 - /* Solaris 7 <sys/inttypes.h> has the types except the *_fast*_t types, and - the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */ - # include <sys/inttypes.h> - # endif - - # if 0 && ! defined __BIT_TYPES_DEFINED__ - /* Linux libc4 >= 4.6.7 and libc5 have a <sys/bitypes.h> that defines - int{8,16,32,64}_t and __BIT_TYPES_DEFINED__. In libc5 >= 5.2.2 it is - included by <sys/types.h>. */ - # include <sys/bitypes.h> - # endif - - # undef _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H - - /* Minimum and maximum values for an integer type under the usual assumption. - Return an unspecified value if BITS == 0, adding a check to pacify - picky compilers. */ - - /* These are separate macros, because if you try to merge these macros into - a single one, HP-UX cc rejects the resulting expression in constant - expressions. */ - # define _STDINT_UNSIGNED_MIN(bits, zero) \ - (zero) - # define _STDINT_SIGNED_MIN(bits, zero) \ - (~ _STDINT_MAX (1, bits, zero)) - - # define _STDINT_MAX(signed, bits, zero) \ - (((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1) - - #if !GNULIB_defined_stdint_types - - /* 7.18.1.1. Exact-width integer types */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. */ - - # undef int8_t - # undef uint8_t - typedef signed char gl_int8_t; - typedef unsigned char gl_uint8_t; - # define int8_t gl_int8_t - # define uint8_t gl_uint8_t - - # undef int16_t - # undef uint16_t - typedef short int gl_int16_t; - typedef unsigned short int gl_uint16_t; - # define int16_t gl_int16_t - # define uint16_t gl_uint16_t - - # undef int32_t - # undef uint32_t - typedef int gl_int32_t; - typedef unsigned int gl_uint32_t; - # define int32_t gl_int32_t - # define uint32_t gl_uint32_t - - /* If the system defines INT64_MAX, assume int64_t works. That way, - if the underlying platform defines int64_t to be a 64-bit long long - int, the code below won't mistakenly define it to be a 64-bit long - int, which would mess up C++ name mangling. We must use #ifdef - rather than #if, to avoid an error with HP-UX 10.20 cc. */ - - # ifdef INT64_MAX - # define GL_INT64_T - # else - /* Do not undefine int64_t if gnulib is not being used with 64-bit - types, since otherwise it breaks platforms like Tandem/NSK. */ - # if LONG_MAX >> 31 >> 31 == 1 - # undef int64_t - typedef long int gl_int64_t; - # define int64_t gl_int64_t - # define GL_INT64_T - # elif defined _MSC_VER - # undef int64_t - typedef __int64 gl_int64_t; - # define int64_t gl_int64_t - # define GL_INT64_T - # elif 1 - # undef int64_t - typedef long long int gl_int64_t; - # define int64_t gl_int64_t - # define GL_INT64_T - # endif - # endif - - # ifdef UINT64_MAX - # define GL_UINT64_T - # else - # if ULONG_MAX >> 31 >> 31 >> 1 == 1 - # undef uint64_t - typedef unsigned long int gl_uint64_t; - # define uint64_t gl_uint64_t - # define GL_UINT64_T - # elif defined _MSC_VER - # undef uint64_t - typedef unsigned __int64 gl_uint64_t; - # define uint64_t gl_uint64_t - # define GL_UINT64_T - # elif 1 - # undef uint64_t - typedef unsigned long long int gl_uint64_t; - # define uint64_t gl_uint64_t - # define GL_UINT64_T - # endif - # endif - - /* Avoid collision with Solaris 2.5.1 <pthread.h> etc. */ - # define _UINT8_T - # define _UINT32_T - # define _UINT64_T - - - /* 7.18.1.2. Minimum-width integer types */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types - are the same as the corresponding N_t types. */ - - # undef int_least8_t - # undef uint_least8_t - # undef int_least16_t - # undef uint_least16_t - # undef int_least32_t - # undef uint_least32_t - # undef int_least64_t - # undef uint_least64_t - # define int_least8_t int8_t - # define uint_least8_t uint8_t - # define int_least16_t int16_t - # define uint_least16_t uint16_t - # define int_least32_t int32_t - # define uint_least32_t uint32_t - # ifdef GL_INT64_T - # define int_least64_t int64_t - # endif - # ifdef GL_UINT64_T - # define uint_least64_t uint64_t - # endif - - /* 7.18.1.3. Fastest minimum-width integer types */ - - /* Note: Other <stdint.h> substitutes may define these types differently. - It is not recommended to use these types in public header files. */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types - are taken from the same list of types. The following code normally - uses types consistent with glibc, as that lessens the chance of - incompatibility with older GNU hosts. */ - - # undef int_fast8_t - # undef uint_fast8_t - # undef int_fast16_t - # undef uint_fast16_t - # undef int_fast32_t - # undef uint_fast32_t - # undef int_fast64_t - # undef uint_fast64_t - typedef signed char gl_int_fast8_t; - typedef unsigned char gl_uint_fast8_t; - - # ifdef __sun - /* Define types compatible with SunOS 5.10, so that code compiled under - earlier SunOS versions works with code compiled under SunOS 5.10. */ - typedef int gl_int_fast32_t; - typedef unsigned int gl_uint_fast32_t; - # else - typedef long int gl_int_fast32_t; - typedef unsigned long int gl_uint_fast32_t; - # endif - typedef gl_int_fast32_t gl_int_fast16_t; - typedef gl_uint_fast32_t gl_uint_fast16_t; - - # define int_fast8_t gl_int_fast8_t - # define uint_fast8_t gl_uint_fast8_t - # define int_fast16_t gl_int_fast16_t - # define uint_fast16_t gl_uint_fast16_t - # define int_fast32_t gl_int_fast32_t - # define uint_fast32_t gl_uint_fast32_t - # ifdef GL_INT64_T - # define int_fast64_t int64_t - # endif - # ifdef GL_UINT64_T - # define uint_fast64_t uint64_t - # endif - - /* 7.18.1.4. Integer types capable of holding object pointers */ - - /* kLIBC's stdint.h defines _INTPTR_T_DECLARED and needs its own - definitions of intptr_t and uintptr_t (which use int and unsigned) - to avoid clashes with declarations of system functions like sbrk. */ - # ifndef _INTPTR_T_DECLARED - # undef intptr_t - # undef uintptr_t - typedef long int gl_intptr_t; - typedef unsigned long int gl_uintptr_t; - # define intptr_t gl_intptr_t - # define uintptr_t gl_uintptr_t - # endif - - /* 7.18.1.5. Greatest-width integer types */ - - /* Note: These types are compiler dependent. It may be unwise to use them in - public header files. */ - - /* If the system defines INTMAX_MAX, assume that intmax_t works, and - similarly for UINTMAX_MAX and uintmax_t. This avoids problems with - assuming one type where another is used by the system. */ - - # ifndef INTMAX_MAX - # undef INTMAX_C - # undef intmax_t - # if 1 && LONG_MAX >> 30 == 1 - typedef long long int gl_intmax_t; - # define intmax_t gl_intmax_t - # elif defined GL_INT64_T - # define intmax_t int64_t - # else - typedef long int gl_intmax_t; - # define intmax_t gl_intmax_t - # endif - # endif - - # ifndef UINTMAX_MAX - # undef UINTMAX_C - # undef uintmax_t - # if 1 && ULONG_MAX >> 31 == 1 - typedef unsigned long long int gl_uintmax_t; - # define uintmax_t gl_uintmax_t - # elif defined GL_UINT64_T - # define uintmax_t uint64_t - # else - typedef unsigned long int gl_uintmax_t; - # define uintmax_t gl_uintmax_t - # endif - # endif - - /* Verify that intmax_t and uintmax_t have the same size. Too much code - breaks if this is not the case. If this check fails, the reason is likely - to be found in the autoconf macros. */ - typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t) - ? 1 : -1]; - - # define GNULIB_defined_stdint_types 1 - # endif /* !GNULIB_defined_stdint_types */ - - /* 7.18.2. Limits of specified-width integer types */ - - /* 7.18.2.1. Limits of exact-width integer types */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. */ - - # undef INT8_MIN - # undef INT8_MAX - # undef UINT8_MAX - # define INT8_MIN (~ INT8_MAX) - # define INT8_MAX 127 - # define UINT8_MAX 255 - - # undef INT16_MIN - # undef INT16_MAX - # undef UINT16_MAX - # define INT16_MIN (~ INT16_MAX) - # define INT16_MAX 32767 - # define UINT16_MAX 65535 - - # undef INT32_MIN - # undef INT32_MAX - # undef UINT32_MAX - # define INT32_MIN (~ INT32_MAX) - # define INT32_MAX 2147483647 - # define UINT32_MAX 4294967295U - - # if defined GL_INT64_T && ! defined INT64_MAX - /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0 - evaluates the latter incorrectly in preprocessor expressions. */ - # define INT64_MIN (- INTMAX_C (1) << 63) - # define INT64_MAX INTMAX_C (9223372036854775807) - # endif - - # if defined GL_UINT64_T && ! defined UINT64_MAX - # define UINT64_MAX UINTMAX_C (18446744073709551615) - # endif - - /* 7.18.2.2. Limits of minimum-width integer types */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types - are the same as the corresponding N_t types. */ - - # undef INT_LEAST8_MIN - # undef INT_LEAST8_MAX - # undef UINT_LEAST8_MAX - # define INT_LEAST8_MIN INT8_MIN - # define INT_LEAST8_MAX INT8_MAX - # define UINT_LEAST8_MAX UINT8_MAX - - # undef INT_LEAST16_MIN - # undef INT_LEAST16_MAX - # undef UINT_LEAST16_MAX - # define INT_LEAST16_MIN INT16_MIN - # define INT_LEAST16_MAX INT16_MAX - # define UINT_LEAST16_MAX UINT16_MAX - - # undef INT_LEAST32_MIN - # undef INT_LEAST32_MAX - # undef UINT_LEAST32_MAX - # define INT_LEAST32_MIN INT32_MIN - # define INT_LEAST32_MAX INT32_MAX - # define UINT_LEAST32_MAX UINT32_MAX - - # undef INT_LEAST64_MIN - # undef INT_LEAST64_MAX - # ifdef GL_INT64_T - # define INT_LEAST64_MIN INT64_MIN - # define INT_LEAST64_MAX INT64_MAX - # endif - - # undef UINT_LEAST64_MAX - # ifdef GL_UINT64_T - # define UINT_LEAST64_MAX UINT64_MAX - # endif - - /* 7.18.2.3. Limits of fastest minimum-width integer types */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types - are taken from the same list of types. */ - - # undef INT_FAST8_MIN - # undef INT_FAST8_MAX - # undef UINT_FAST8_MAX - # define INT_FAST8_MIN SCHAR_MIN - # define INT_FAST8_MAX SCHAR_MAX - # define UINT_FAST8_MAX UCHAR_MAX - - # undef INT_FAST16_MIN - # undef INT_FAST16_MAX - # undef UINT_FAST16_MAX - # define INT_FAST16_MIN INT_FAST32_MIN - # define INT_FAST16_MAX INT_FAST32_MAX - # define UINT_FAST16_MAX UINT_FAST32_MAX - - # undef INT_FAST32_MIN - # undef INT_FAST32_MAX - # undef UINT_FAST32_MAX - # ifdef __sun - # define INT_FAST32_MIN INT_MIN - # define INT_FAST32_MAX INT_MAX - # define UINT_FAST32_MAX UINT_MAX - # else - # define INT_FAST32_MIN LONG_MIN - # define INT_FAST32_MAX LONG_MAX - # define UINT_FAST32_MAX ULONG_MAX - # endif - - # undef INT_FAST64_MIN - # undef INT_FAST64_MAX - # ifdef GL_INT64_T - # define INT_FAST64_MIN INT64_MIN - # define INT_FAST64_MAX INT64_MAX - # endif - - # undef UINT_FAST64_MAX - # ifdef GL_UINT64_T - # define UINT_FAST64_MAX UINT64_MAX - # endif - - /* 7.18.2.4. Limits of integer types capable of holding object pointers */ - - # undef INTPTR_MIN - # undef INTPTR_MAX - # undef UINTPTR_MAX - # define INTPTR_MIN LONG_MIN - # define INTPTR_MAX LONG_MAX - # define UINTPTR_MAX ULONG_MAX - - /* 7.18.2.5. Limits of greatest-width integer types */ - - # ifndef INTMAX_MAX - # undef INTMAX_MIN - # ifdef INT64_MAX - # define INTMAX_MIN INT64_MIN - # define INTMAX_MAX INT64_MAX - # else - # define INTMAX_MIN INT32_MIN - # define INTMAX_MAX INT32_MAX - # endif - # endif - - # ifndef UINTMAX_MAX - # ifdef UINT64_MAX - # define UINTMAX_MAX UINT64_MAX - # else - # define UINTMAX_MAX UINT32_MAX - # endif - # endif - - /* 7.18.3. Limits of other integer types */ - - /* ptrdiff_t limits */ - # undef PTRDIFF_MIN - # undef PTRDIFF_MAX - # if 0 - # ifdef _LP64 - # define PTRDIFF_MIN _STDINT_SIGNED_MIN (64, 0l) - # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l) - # else - # define PTRDIFF_MIN _STDINT_SIGNED_MIN (32, 0) - # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0) - # endif - # else - # define PTRDIFF_MIN \ - _STDINT_SIGNED_MIN (, 0) - # define PTRDIFF_MAX \ - _STDINT_MAX (1, , 0) - # endif - - /* sig_atomic_t limits */ - # undef SIG_ATOMIC_MIN - # undef SIG_ATOMIC_MAX - # if - # define SIG_ATOMIC_MIN \ - _STDINT_SIGNED_MIN (, 0) - # else - # define SIG_ATOMIC_MIN \ - _STDINT_UNSIGNED_MIN (, 0) - # endif - # define SIG_ATOMIC_MAX \ - _STDINT_MAX (, , \ - 0) - - - /* size_t limit */ - # undef SIZE_MAX - # if 0 - # ifdef _LP64 - # define SIZE_MAX _STDINT_MAX (0, 64, 0ul) - # else - # define SIZE_MAX _STDINT_MAX (0, 32, 0ul) - # endif - # else - # define SIZE_MAX _STDINT_MAX (0, , 0) - # endif - - /* wchar_t limits */ - /* Get WCHAR_MIN, WCHAR_MAX. - This include is not on the top, above, because on OSF/1 4.0 we have a - sequence of nested includes - <wchar.h> -> <stdio.h> -> <getopt.h> -> <stdlib.h>, and the latter includes - <stdint.h> and assumes its types are already defined. */ - # if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX) - /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be - included before <wchar.h>. */ - # include <stddef.h> - # include <stdio.h> - # include <time.h> - # define _GL_JUST_INCLUDE_SYSTEM_WCHAR_H - # include <wchar.h> - # undef _GL_JUST_INCLUDE_SYSTEM_WCHAR_H - # endif - # undef WCHAR_MIN - # undef WCHAR_MAX - # if - # define WCHAR_MIN \ - _STDINT_SIGNED_MIN (, 0) - # else - # define WCHAR_MIN \ - _STDINT_UNSIGNED_MIN (, 0) - # endif - # define WCHAR_MAX \ - _STDINT_MAX (, , 0) - - /* wint_t limits */ - # undef WINT_MIN - # undef WINT_MAX - # if - # define WINT_MIN \ - _STDINT_SIGNED_MIN (, 0) - # else - # define WINT_MIN \ - _STDINT_UNSIGNED_MIN (, 0) - # endif - # define WINT_MAX \ - _STDINT_MAX (, , 0) - - /* 7.18.4. Macros for integer constants */ - - /* 7.18.4.1. Macros for minimum-width integer constants */ - /* According to ISO C 99 Technical Corrigendum 1 */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits, and int is 32 bits. */ - - # undef INT8_C - # undef UINT8_C - # define INT8_C(x) x - # define UINT8_C(x) x - - # undef INT16_C - # undef UINT16_C - # define INT16_C(x) x - # define UINT16_C(x) x - - # undef INT32_C - # undef UINT32_C - # define INT32_C(x) x - # define UINT32_C(x) x ## U - - # undef INT64_C - # undef UINT64_C - # if LONG_MAX >> 31 >> 31 == 1 - # define INT64_C(x) x##L - # elif defined _MSC_VER - # define INT64_C(x) x##i64 - # elif 1 - # define INT64_C(x) x##LL - # endif - # if ULONG_MAX >> 31 >> 31 >> 1 == 1 - # define UINT64_C(x) x##UL - # elif defined _MSC_VER - # define UINT64_C(x) x##ui64 - # elif 1 - # define UINT64_C(x) x##ULL - # endif - - /* 7.18.4.2. Macros for greatest-width integer constants */ - - # ifndef INTMAX_C - # if 1 && LONG_MAX >> 30 == 1 - # define INTMAX_C(x) x##LL - # elif defined GL_INT64_T - # define INTMAX_C(x) INT64_C(x) - # else - # define INTMAX_C(x) x##L - # endif - # endif - - # ifndef UINTMAX_C - # if 1 && ULONG_MAX >> 31 == 1 - # define UINTMAX_C(x) x##ULL - # elif defined GL_UINT64_T - # define UINTMAX_C(x) UINT64_C(x) - # else - # define UINTMAX_C(x) x##UL - # endif - # endif - - #endif /* !1 */ - - /* Macros specified by ISO/IEC TS 18661-1:2014. */ - - #if (!defined UINTMAX_WIDTH \ - && (defined _GNU_SOURCE || defined __STDC_WANT_IEC_60559_BFP_EXT__)) - # ifdef INT8_MAX - # define INT8_WIDTH _GL_INTEGER_WIDTH (INT8_MIN, INT8_MAX) - # endif - # ifdef UINT8_MAX - # define UINT8_WIDTH _GL_INTEGER_WIDTH (0, UINT8_MAX) - # endif - # ifdef INT16_MAX - # define INT16_WIDTH _GL_INTEGER_WIDTH (INT16_MIN, INT16_MAX) - # endif - # ifdef UINT16_MAX - # define UINT16_WIDTH _GL_INTEGER_WIDTH (0, UINT16_MAX) - # endif - # ifdef INT32_MAX - # define INT32_WIDTH _GL_INTEGER_WIDTH (INT32_MIN, INT32_MAX) - # endif - # ifdef UINT32_MAX - # define UINT32_WIDTH _GL_INTEGER_WIDTH (0, UINT32_MAX) - # endif - # ifdef INT64_MAX - # define INT64_WIDTH _GL_INTEGER_WIDTH (INT64_MIN, INT64_MAX) - # endif - # ifdef UINT64_MAX - # define UINT64_WIDTH _GL_INTEGER_WIDTH (0, UINT64_MAX) - # endif - # define INT_LEAST8_WIDTH _GL_INTEGER_WIDTH (INT_LEAST8_MIN, INT_LEAST8_MAX) - # define UINT_LEAST8_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST8_MAX) - # define INT_LEAST16_WIDTH _GL_INTEGER_WIDTH (INT_LEAST16_MIN, INT_LEAST16_MAX) - # define UINT_LEAST16_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST16_MAX) - # define INT_LEAST32_WIDTH _GL_INTEGER_WIDTH (INT_LEAST32_MIN, INT_LEAST32_MAX) - # define UINT_LEAST32_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST32_MAX) - # define INT_LEAST64_WIDTH _GL_INTEGER_WIDTH (INT_LEAST64_MIN, INT_LEAST64_MAX) - # define UINT_LEAST64_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST64_MAX) - # define INT_FAST8_WIDTH _GL_INTEGER_WIDTH (INT_FAST8_MIN, INT_FAST8_MAX) - # define UINT_FAST8_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST8_MAX) - # define INT_FAST16_WIDTH _GL_INTEGER_WIDTH (INT_FAST16_MIN, INT_FAST16_MAX) - # define UINT_FAST16_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST16_MAX) - # define INT_FAST32_WIDTH _GL_INTEGER_WIDTH (INT_FAST32_MIN, INT_FAST32_MAX) - # define UINT_FAST32_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST32_MAX) - # define INT_FAST64_WIDTH _GL_INTEGER_WIDTH (INT_FAST64_MIN, INT_FAST64_MAX) - # define UINT_FAST64_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST64_MAX) - # define INTPTR_WIDTH _GL_INTEGER_WIDTH (INTPTR_MIN, INTPTR_MAX) - # define UINTPTR_WIDTH _GL_INTEGER_WIDTH (0, UINTPTR_MAX) - # define INTMAX_WIDTH _GL_INTEGER_WIDTH (INTMAX_MIN, INTMAX_MAX) - # define UINTMAX_WIDTH _GL_INTEGER_WIDTH (0, UINTMAX_MAX) - # define PTRDIFF_WIDTH _GL_INTEGER_WIDTH (PTRDIFF_MIN, PTRDIFF_MAX) - # define SIZE_WIDTH _GL_INTEGER_WIDTH (0, SIZE_MAX) - # define WCHAR_WIDTH _GL_INTEGER_WIDTH (WCHAR_MIN, WCHAR_MAX) - # ifdef WINT_MAX - # define WINT_WIDTH _GL_INTEGER_WIDTH (WINT_MIN, WINT_MAX) - # endif - # ifdef SIG_ATOMIC_MAX - # define SIG_ATOMIC_WIDTH _GL_INTEGER_WIDTH (SIG_ATOMIC_MIN, SIG_ATOMIC_MAX) - # endif - #endif /* !WINT_WIDTH && (_GNU_SOURCE || __STDC_WANT_IEC_60559_BFP_EXT__) */ - - #endif /* _GL_STDINT_H */ - #endif /* !(defined __ANDROID__ && ...) */ - #endif /* !defined _GL_STDINT_H && !defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H */ --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/stdio.h texinfo-6.5/gnulib/lib/stdio.h *** texinfo-6.4/gnulib/lib/stdio.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/stdio.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1829 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A GNU-like <stdio.h>. - - Copyright (C) 2004, 2007-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #if defined __need_FILE || defined __need___FILE || defined _GL_ALREADY_INCLUDING_STDIO_H - /* Special invocation convention: - - Inside glibc header files. - - On OSF/1 5.1 we have a sequence of nested includes - <stdio.h> -> <getopt.h> -> <ctype.h> -> <sys/localedef.h> -> - <sys/lc_core.h> -> <nl_types.h> -> <mesg.h> -> <stdio.h>. - In this situation, the functions are not yet declared, therefore we cannot - provide the C++ aliases. */ - - #include_next <stdio.h> - - #else - /* Normal invocation convention. */ - - #ifndef _GL_STDIO_H - - #define _GL_ALREADY_INCLUDING_STDIO_H - - /* The include_next requires a split double-inclusion guard. */ - #include_next <stdio.h> - - #undef _GL_ALREADY_INCLUDING_STDIO_H - - #ifndef _GL_STDIO_H - #define _GL_STDIO_H - - /* Get va_list. Needed on many systems, including glibc 2.8. */ - #include <stdarg.h> - - #include <stddef.h> - - /* Get off_t and ssize_t. Needed on many systems, including glibc 2.8 - and eglibc 2.11.2. - May also define off_t to a 64-bit type on native Windows. */ - #include <sys/types.h> - - /* The __attribute__ feature is available in gcc versions 2.5 and later. - The __-protected variants of the attributes 'format' and 'printf' are - accepted by gcc versions 2.6.4 (effectively 2.7) and later. - We enable _GL_ATTRIBUTE_FORMAT only if these are supported too, because - gnulib and libintl do '#define printf __printf__' when they override - the 'printf' function. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) - # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) - #else - # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ - #endif - - /* _GL_ATTRIBUTE_FORMAT_PRINTF - indicates to GCC that the function takes a format string and arguments, - where the format string directives are the ones standardized by ISO C99 - and POSIX. */ - #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) - # define _GL_ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument)) - #else - # define _GL_ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) - #endif - - /* _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM is like _GL_ATTRIBUTE_FORMAT_PRINTF, - except that it indicates to GCC that the supported format string directives - are the ones of the system printf(), rather than the ones standardized by - ISO C99 and POSIX. */ - #if GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU - # define _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT_PRINTF (formatstring_parameter, first_argument) - #else - # define _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) - #endif - - /* _GL_ATTRIBUTE_FORMAT_SCANF - indicates to GCC that the function takes a format string and arguments, - where the format string directives are the ones standardized by ISO C99 - and POSIX. */ - #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) - # define _GL_ATTRIBUTE_FORMAT_SCANF(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__gnu_scanf__, formatstring_parameter, first_argument)) - #else - # define _GL_ATTRIBUTE_FORMAT_SCANF(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__scanf__, formatstring_parameter, first_argument)) - #endif - - /* _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM is like _GL_ATTRIBUTE_FORMAT_SCANF, - except that it indicates to GCC that the supported format string directives - are the ones of the system scanf(), rather than the ones standardized by - ISO C99 and POSIX. */ - #define _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__scanf__, formatstring_parameter, first_argument)) - - /* Solaris 10 declares renameat in <unistd.h>, not in <stdio.h>. */ - /* But in any case avoid namespace pollution on glibc systems. */ - #if (0 || defined GNULIB_POSIXCHECK) && defined __sun \ - && ! defined __GLIBC__ - # include <unistd.h> - #endif - - /* MSVC declares 'perror' in <stdlib.h>, not in <stdio.h>. We must include - it before we #define perror rpl_perror. */ - /* But in any case avoid namespace pollution on glibc systems. */ - #if (0 || defined GNULIB_POSIXCHECK) \ - && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ - && ! defined __GLIBC__ - # include <stdlib.h> - #endif - - /* MSVC declares 'remove' in <io.h>, not in <stdio.h>. We must include - it before we #define remove rpl_remove. */ - /* MSVC declares 'rename' in <io.h>, not in <stdio.h>. We must include - it before we #define rename rpl_rename. */ - /* But in any case avoid namespace pollution on glibc systems. */ - #if (0 || 0 || defined GNULIB_POSIXCHECK) \ - && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ - && ! defined __GLIBC__ - # include <io.h> - #endif - - - /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ - /* C++ compatible function declaration macros. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _GL_CXXDEFS_H - #define _GL_CXXDEFS_H - - /* Begin/end the GNULIB_NAMESPACE namespace. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { - # define _GL_END_NAMESPACE } - #else - # define _GL_BEGIN_NAMESPACE - # define _GL_END_NAMESPACE - #endif - - /* The three most frequent use cases of these macros are: - - * For providing a substitute for a function that is missing on some - platforms, but is declared and works fine on the platforms on which - it exists: - - #if @GNULIB_FOO@ - # if !@HAVE_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on all platforms, - but is broken/insufficient and needs to be replaced on some platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on some platforms - but is broken/insufficient and needs to be replaced on some of them and - is additionally either missing or undeclared on some other platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - */ - - /* _GL_EXTERN_C declaration; - performs the declaration with C linkage. */ - #if defined __cplusplus - # define _GL_EXTERN_C extern "C" - #else - # define _GL_EXTERN_C extern - #endif - - /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); - declares a replacement function, named rpl_func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ - _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) - #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype rpl_func parameters_and_attributes - - /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); - declares the system function, named func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype func parameters_and_attributes - - /* _GL_CXXALIAS_RPL (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to rpl_func, if GNULIB_NAMESPACE is defined. - Example: - _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); - - Wrapping rpl_func in an object with an inline conversion operator - avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ - _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::rpl_func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); - is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); - except that the C function rpl_func may have a slightly different - declaration. A cast is used to silence the "invalid conversion" error - that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::rpl_func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to the system provided function func, if GNULIB_NAMESPACE - is defined. - Example: - _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); - - Wrapping func in an object with an inline conversion operator - avoids a reference to func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function func may have a slightly different declaration. - A cast is used to silence the "invalid conversion" error that would - otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function is picked among a set of overloaded functions, - namely the one with rettype2 and parameters2. Two consecutive casts - are used to silence the "cannot find a match" and "invalid conversion" - errors that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - /* The outer cast must be a reinterpret_cast. - The inner cast: When the function is defined as a set of overloaded - functions, it works as a static_cast<>, choosing the designated variant. - When the function is defined as a single variant, it works as a - reinterpret_cast<>. The parenthesized cast syntax works both ways. */ - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>((rettype2 (*) parameters2)(::func)); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN (func); - causes a warning to be emitted when ::func is used but not when - GNULIB_NAMESPACE::func is used. func must be defined without overloaded - variants. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN(func) \ - _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN_1(func,namespace) \ - _GL_CXXALIASWARN_2 (func, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_WARN_ON_USE (func, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN_2(func,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN(func) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); - causes a warning to be emitted when the given overloaded variant of ::func - is used but not when GNULIB_NAMESPACE::func is used. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ - GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ - _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - #endif /* _GL_CXXDEFS_H */ - - /* The definition of _GL_ARG_NONNULL is copied here. */ - /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools - that the values passed as arguments n, ..., m must be non-NULL pointers. - n = 1 stands for the first argument, n = 2 for the second argument etc. */ - #ifndef _GL_ARG_NONNULL - # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 - # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) - # else - # define _GL_ARG_NONNULL(params) - # endif - #endif - - /* The definition of _GL_WARN_ON_USE is copied here. */ - /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_WARN_ON_USE (function, "literal string") issues a declaration - for FUNCTION which will then trigger a compiler warning containing - the text of "literal string" anywhere that function is called, if - supported by the compiler. If the compiler does not support this - feature, the macro expands to an unused extern declaration. - - This macro is useful for marking a function as a potential - portability trap, with the intent that "literal string" include - instructions on the replacement function that should be used - instead. However, one of the reasons that a function is a - portability trap is if it has the wrong signature. Declaring - FUNCTION with a different signature in C is a compilation error, so - this macro must use the same type as any existing declaration so - that programs that avoid the problematic FUNCTION do not fail to - compile merely because they included a header that poisoned the - function. But this implies that _GL_WARN_ON_USE is only safe to - use if FUNCTION is known to already have a declaration. Use of - this macro implies that there must not be any other macro hiding - the declaration of FUNCTION; but undefining FUNCTION first is part - of the poisoning process anyway (although for symbols that are - provided only via a macro, the result is a compilation error rather - than a warning containing "literal string"). Also note that in - C++, it is only safe to use if FUNCTION has no overloads. - - For an example, it is possible to poison 'getline' by: - - adding a call to gl_WARN_ON_USE_PREPARE([[#include <stdio.h>]], - [getline]) in configure.ac, which potentially defines - HAVE_RAW_DECL_GETLINE - - adding this code to a header that wraps the system <stdio.h>: - #undef getline - #if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" - "not universally present; use the gnulib module getline"); - #endif - - It is not possible to directly poison global variables. But it is - possible to write a wrapper accessor function, and poison that - (less common usage, like &environ, will cause a compilation error - rather than issue the nice warning, but the end result of informing - the developer about their portability problem is still achieved): - #if HAVE_RAW_DECL_ENVIRON - static char ***rpl_environ (void) { return &environ; } - _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); - # undef environ - # define environ (*rpl_environ ()) - #endif - */ - #ifndef _GL_WARN_ON_USE - - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - /* A compiler attribute is available in gcc versions 4.3.0 and later. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function __attribute__ ((__warning__ (message))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function - # else /* Unsupported. */ - # define _GL_WARN_ON_USE(function, message) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") - is like _GL_WARN_ON_USE (function, "string"), except that the function is - declared with the given prototype, consisting of return type, parameters, - and attributes. - This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does - not work in this case. */ - #ifndef _GL_WARN_ON_USE_CXX - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes \ - __attribute__ ((__warning__ (msg))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes - # else /* Unsupported. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_EXTERN_C declaration; - performs the declaration with C linkage. */ - #ifndef _GL_WARN_EXTERN_C - # if defined __cplusplus - # define _GL_WARN_EXTERN_C extern "C" - # else - # define _GL_WARN_EXTERN_C extern - # endif - #endif - - /* Macros for stringification. */ - #define _GL_STDIO_STRINGIZE(token) #token - #define _GL_STDIO_MACROEXPAND_AND_STRINGIZE(token) _GL_STDIO_STRINGIZE(token) - - /* When also using extern inline, suppress the use of static inline in - standard headers of problematic Apple configurations, as Libc at - least through Libc-825.26 (2013-04-09) mishandles it; see, e.g., - <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>. - Perhaps Apple will fix this some day. */ - #if (defined _GL_EXTERN_INLINE_IN_USE && defined __APPLE__ \ - && defined __GNUC__ && defined __STDC__) - # undef putc_unlocked - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define dprintf rpl_dprintf - # endif - _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...)); - # else - # if !1 - _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...)); - # endif - _GL_CXXALIASWARN (dprintf); - #elif defined GNULIB_POSIXCHECK - # undef dprintf - # if HAVE_RAW_DECL_DPRINTF - _GL_WARN_ON_USE (dprintf, "dprintf is unportable - " - "use gnulib module dprintf for portability"); - # endif - #endif - - #if 0 - /* Close STREAM and its underlying file descriptor. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define fclose rpl_fclose - # endif - _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (fclose, int, (FILE *stream)); - # else - _GL_CXXALIAS_SYS (fclose, int, (FILE *stream)); - # endif - _GL_CXXALIASWARN (fclose); - #elif defined GNULIB_POSIXCHECK - # undef fclose - /* Assume fclose is always declared. */ - _GL_WARN_ON_USE (fclose, "fclose is not always POSIX compliant - " - "use gnulib module fclose for portable POSIX compliance"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fdopen - # define fdopen rpl_fdopen - # endif - _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode)); - # else - _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); - # endif - _GL_CXXALIASWARN (fdopen); - #elif defined GNULIB_POSIXCHECK - # undef fdopen - /* Assume fdopen is always declared. */ - _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - " - "use gnulib module fdopen for portability"); - #endif - - #if 0 - /* Flush all pending data on STREAM according to POSIX rules. Both - output and seekable input streams are supported. - Note! LOSS OF DATA can occur if fflush is applied on an input stream - that is _not_seekable_ or on an update stream that is _not_seekable_ - and in which the most recent operation was input. Seekability can - be tested with lseek(fileno(fp),0,SEEK_CUR). */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define fflush rpl_fflush - # endif - _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream)); - _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); - # else - _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); - # endif - _GL_CXXALIASWARN (fflush); - #elif defined GNULIB_POSIXCHECK - # undef fflush - /* Assume fflush is always declared. */ - _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - " - "use gnulib module fflush for portable POSIX compliance"); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fgetc - # define fgetc rpl_fgetc - # endif - _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); - # else - _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); - # endif - _GL_CXXALIASWARN (fgetc); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fgets - # define fgets rpl_fgets - # endif - _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream) - _GL_ARG_NONNULL ((1, 3))); - _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream)); - # else - _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream)); - # endif - _GL_CXXALIASWARN (fgets); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fopen - # define fopen rpl_fopen - # endif - _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode)); - # else - _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode)); - # endif - _GL_CXXALIASWARN (fopen); - #elif defined GNULIB_POSIXCHECK - # undef fopen - /* Assume fopen is always declared. */ - _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - " - "use gnulib module fopen for portability"); - #endif - - #if 0 || 1 - # if (0 && 0) \ - || (1 && 0 && (0 || 0)) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define fprintf rpl_fprintf - # endif - # define GNULIB_overrides_fprintf 1 - # if 0 || 0 - _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - # else - _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (2, 3) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...)); - # else - _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...)); - # endif - _GL_CXXALIASWARN (fprintf); - #endif - #if !0 && defined GNULIB_POSIXCHECK - # if !GNULIB_overrides_fprintf - # undef fprintf - # endif - /* Assume fprintf is always declared. */ - _GL_WARN_ON_USE (fprintf, "fprintf is not always POSIX compliant - " - "use gnulib module fprintf-posix for portable " - "POSIX compliance"); - #endif - - #if 0 - /* Discard all pending buffered I/O data on STREAM. - STREAM must not be wide-character oriented. - When discarding pending output, the file position is set back to where it - was before the write calls. When discarding pending input, the file - position is advanced to match the end of the previously read input. - Return 0 if successful. Upon error, return -1 and set errno. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define fpurge rpl_fpurge - # endif - _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream)); - # else - # if !1 - _GL_FUNCDECL_SYS (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream)); - # endif - _GL_CXXALIASWARN (fpurge); - #elif defined GNULIB_POSIXCHECK - # undef fpurge - # if HAVE_RAW_DECL_FPURGE - _GL_WARN_ON_USE (fpurge, "fpurge is not always present - " - "use gnulib module fpurge for portability"); - # endif - #endif - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fputc - # define fputc rpl_fputc - # endif - _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream)); - # else - _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream)); - # endif - _GL_CXXALIASWARN (fputc); - #endif - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fputs - # define fputs rpl_fputs - # endif - _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream)); - # else - _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream)); - # endif - _GL_CXXALIASWARN (fputs); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fread - # define fread rpl_fread - # endif - _GL_FUNCDECL_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream) - _GL_ARG_NONNULL ((4))); - _GL_CXXALIAS_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)); - # else - _GL_CXXALIAS_SYS (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)); - # endif - _GL_CXXALIASWARN (fread); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef freopen - # define freopen rpl_freopen - # endif - _GL_FUNCDECL_RPL (freopen, FILE *, - (const char *filename, const char *mode, FILE *stream) - _GL_ARG_NONNULL ((2, 3))); - _GL_CXXALIAS_RPL (freopen, FILE *, - (const char *filename, const char *mode, FILE *stream)); - # else - _GL_CXXALIAS_SYS (freopen, FILE *, - (const char *filename, const char *mode, FILE *stream)); - # endif - _GL_CXXALIASWARN (freopen); - #elif defined GNULIB_POSIXCHECK - # undef freopen - /* Assume freopen is always declared. */ - _GL_WARN_ON_USE (freopen, - "freopen on native Windows platforms is not POSIX compliant - " - "use gnulib module freopen for portability"); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fscanf - # define fscanf rpl_fscanf - # endif - _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (2, 3) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...)); - # else - _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...)); - # endif - _GL_CXXALIASWARN (fscanf); - #endif - - - /* Set up the following warnings, based on which modules are in use. - GNU Coding Standards discourage the use of fseek, since it imposes - an arbitrary limitation on some 32-bit hosts. Remember that the - fseek module depends on the fseeko module, so we only have three - cases to consider: - - 1. The developer is not using either module. Issue a warning under - GNULIB_POSIXCHECK for both functions, to remind them that both - functions have bugs on some systems. _GL_NO_LARGE_FILES has no - impact on this warning. - - 2. The developer is using both modules. They may be unaware of the - arbitrary limitations of fseek, so issue a warning under - GNULIB_POSIXCHECK. On the other hand, they may be using both - modules intentionally, so the developer can define - _GL_NO_LARGE_FILES in the compilation units where the use of fseek - is safe, to silence the warning. - - 3. The developer is using the fseeko module, but not fseek. Gnulib - guarantees that fseek will still work around platform bugs in that - case, but we presume that the developer is aware of the pitfalls of - fseek and was trying to avoid it, so issue a warning even when - GNULIB_POSIXCHECK is undefined. Again, _GL_NO_LARGE_FILES can be - defined to silence the warning in particular compilation units. - In C++ compilations with GNULIB_NAMESPACE, in order to avoid that - fseek gets defined as a macro, it is recommended that the developer - uses the fseek module, even if he is not calling the fseek function. - - Most gnulib clients that perform stream operations should fall into - category 3. */ - - #if 0 - # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES - # define _GL_FSEEK_WARN /* Category 2, above. */ - # undef fseek - # endif - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fseek - # define fseek rpl_fseek - # endif - _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence)); - # else - _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence)); - # endif - _GL_CXXALIASWARN (fseek); - #endif - - #if 0 - # if !0 && !defined _GL_NO_LARGE_FILES - # define _GL_FSEEK_WARN /* Category 3, above. */ - # undef fseek - # endif - # if 0 - /* Provide an fseeko function that is aware of a preceding fflush(), and which - detects pipes. */ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fseeko - # define fseeko rpl_fseeko - # endif - _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); - # endif - _GL_CXXALIASWARN (fseeko); - #elif defined GNULIB_POSIXCHECK - # define _GL_FSEEK_WARN /* Category 1, above. */ - # undef fseek - # undef fseeko - # if HAVE_RAW_DECL_FSEEKO - _GL_WARN_ON_USE (fseeko, "fseeko is unportable - " - "use gnulib module fseeko for portability"); - # endif - #endif - - #ifdef _GL_FSEEK_WARN - # undef _GL_FSEEK_WARN - /* Here, either fseek is undefined (but C89 guarantees that it is - declared), or it is defined as rpl_fseek (declared above). */ - _GL_WARN_ON_USE (fseek, "fseek cannot handle files larger than 4 GB " - "on 32-bit platforms - " - "use fseeko function for handling of large files"); - #endif - - - /* ftell, ftello. See the comments on fseek/fseeko. */ - - #if 0 - # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES - # define _GL_FTELL_WARN /* Category 2, above. */ - # undef ftell - # endif - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef ftell - # define ftell rpl_ftell - # endif - _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (ftell, long, (FILE *fp)); - # else - _GL_CXXALIAS_SYS (ftell, long, (FILE *fp)); - # endif - _GL_CXXALIASWARN (ftell); - #endif - - #if 0 - # if !0 && !defined _GL_NO_LARGE_FILES - # define _GL_FTELL_WARN /* Category 3, above. */ - # undef ftell - # endif - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef ftello - # define ftello rpl_ftello - # endif - _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp)); - # endif - _GL_CXXALIASWARN (ftello); - #elif defined GNULIB_POSIXCHECK - # define _GL_FTELL_WARN /* Category 1, above. */ - # undef ftell - # undef ftello - # if HAVE_RAW_DECL_FTELLO - _GL_WARN_ON_USE (ftello, "ftello is unportable - " - "use gnulib module ftello for portability"); - # endif - #endif - - #ifdef _GL_FTELL_WARN - # undef _GL_FTELL_WARN - /* Here, either ftell is undefined (but C89 guarantees that it is - declared), or it is defined as rpl_ftell (declared above). */ - _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB " - "on 32-bit platforms - " - "use ftello function for handling of large files"); - #endif - - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fwrite - # define fwrite rpl_fwrite - # endif - _GL_FUNCDECL_RPL (fwrite, size_t, - (const void *ptr, size_t s, size_t n, FILE *stream) - _GL_ARG_NONNULL ((1, 4))); - _GL_CXXALIAS_RPL (fwrite, size_t, - (const void *ptr, size_t s, size_t n, FILE *stream)); - # else - _GL_CXXALIAS_SYS (fwrite, size_t, - (const void *ptr, size_t s, size_t n, FILE *stream)); - - /* Work around bug 11959 when fortifying glibc 2.4 through 2.15 - <http://sources.redhat.com/bugzilla/show_bug.cgi?id=11959>, - which sometimes causes an unwanted diagnostic for fwrite calls. - This affects only function declaration attributes under certain - versions of gcc and clang, and is not needed for C++. */ - # if (0 < __USE_FORTIFY_LEVEL \ - && __GLIBC__ == 2 && 4 <= __GLIBC_MINOR__ && __GLIBC_MINOR__ <= 15 \ - && 3 < __GNUC__ + (4 <= __GNUC_MINOR__) \ - && !defined __cplusplus) - # undef fwrite - # undef fwrite_unlocked - extern size_t __REDIRECT (rpl_fwrite, - (const void *__restrict, size_t, size_t, - FILE *__restrict), - fwrite); - extern size_t __REDIRECT (rpl_fwrite_unlocked, - (const void *__restrict, size_t, size_t, - FILE *__restrict), - fwrite_unlocked); - # define fwrite rpl_fwrite - # define fwrite_unlocked rpl_fwrite_unlocked - # endif - # endif - _GL_CXXALIASWARN (fwrite); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getc - # define getc rpl_fgetc - # endif - _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream)); - # else - _GL_CXXALIAS_SYS (getc, int, (FILE *stream)); - # endif - _GL_CXXALIASWARN (getc); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getchar - # define getchar rpl_getchar - # endif - _GL_FUNCDECL_RPL (getchar, int, (void)); - _GL_CXXALIAS_RPL (getchar, int, (void)); - # else - _GL_CXXALIAS_SYS (getchar, int, (void)); - # endif - _GL_CXXALIASWARN (getchar); - #endif - - #if 0 - /* Read input, up to (and including) the next occurrence of DELIMITER, from - STREAM, store it in *LINEPTR (and NUL-terminate it). - *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE - bytes of space. It is realloc'd as necessary. - Return the number of bytes read and stored at *LINEPTR (not including the - NUL terminator), or -1 on error or EOF. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getdelim - # define getdelim rpl_getdelim - # endif - _GL_FUNCDECL_RPL (getdelim, ssize_t, - (char **lineptr, size_t *linesize, int delimiter, - FILE *stream) - _GL_ARG_NONNULL ((1, 2, 4))); - _GL_CXXALIAS_RPL (getdelim, ssize_t, - (char **lineptr, size_t *linesize, int delimiter, - FILE *stream)); - # else - # if !1 - _GL_FUNCDECL_SYS (getdelim, ssize_t, - (char **lineptr, size_t *linesize, int delimiter, - FILE *stream) - _GL_ARG_NONNULL ((1, 2, 4))); - # endif - _GL_CXXALIAS_SYS (getdelim, ssize_t, - (char **lineptr, size_t *linesize, int delimiter, - FILE *stream)); - # endif - _GL_CXXALIASWARN (getdelim); - #elif defined GNULIB_POSIXCHECK - # undef getdelim - # if HAVE_RAW_DECL_GETDELIM - _GL_WARN_ON_USE (getdelim, "getdelim is unportable - " - "use gnulib module getdelim for portability"); - # endif - #endif - - #if 0 - /* Read a line, up to (and including) the next newline, from STREAM, store it - in *LINEPTR (and NUL-terminate it). - *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE - bytes of space. It is realloc'd as necessary. - Return the number of bytes read and stored at *LINEPTR (not including the - NUL terminator), or -1 on error or EOF. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getline - # define getline rpl_getline - # endif - _GL_FUNCDECL_RPL (getline, ssize_t, - (char **lineptr, size_t *linesize, FILE *stream) - _GL_ARG_NONNULL ((1, 2, 3))); - _GL_CXXALIAS_RPL (getline, ssize_t, - (char **lineptr, size_t *linesize, FILE *stream)); - # else - # if !1 - _GL_FUNCDECL_SYS (getline, ssize_t, - (char **lineptr, size_t *linesize, FILE *stream) - _GL_ARG_NONNULL ((1, 2, 3))); - # endif - _GL_CXXALIAS_SYS (getline, ssize_t, - (char **lineptr, size_t *linesize, FILE *stream)); - # endif - # if 1 - _GL_CXXALIASWARN (getline); - # endif - #elif defined GNULIB_POSIXCHECK - # undef getline - # if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is unportable - " - "use gnulib module getline for portability"); - # endif - #endif - - /* It is very rare that the developer ever has full control of stdin, - so any use of gets warrants an unconditional warning; besides, C11 - removed it. */ - #undef gets - #if HAVE_RAW_DECL_GETS && !defined __cplusplus - _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); - #endif - - #if 0 || 0 - struct obstack; - /* Grow an obstack with formatted output. Return the number of - bytes added to OBS. No trailing nul byte is added, and the - object should be closed with obstack_finish before use. Upon - memory allocation error, call obstack_alloc_failed_handler. Upon - other error, return -1. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define obstack_printf rpl_obstack_printf - # endif - _GL_FUNCDECL_RPL (obstack_printf, int, - (struct obstack *obs, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (obstack_printf, int, - (struct obstack *obs, const char *format, ...)); - # else - # if !1 - _GL_FUNCDECL_SYS (obstack_printf, int, - (struct obstack *obs, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (obstack_printf, int, - (struct obstack *obs, const char *format, ...)); - # endif - _GL_CXXALIASWARN (obstack_printf); - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define obstack_vprintf rpl_obstack_vprintf - # endif - _GL_FUNCDECL_RPL (obstack_vprintf, int, - (struct obstack *obs, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (obstack_vprintf, int, - (struct obstack *obs, const char *format, va_list args)); - # else - # if !1 - _GL_FUNCDECL_SYS (obstack_vprintf, int, - (struct obstack *obs, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (obstack_vprintf, int, - (struct obstack *obs, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (obstack_vprintf); - #endif - - #if 0 - # if !1 - _GL_FUNCDECL_SYS (pclose, int, (FILE *stream) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (pclose, int, (FILE *stream)); - _GL_CXXALIASWARN (pclose); - #elif defined GNULIB_POSIXCHECK - # undef pclose - # if HAVE_RAW_DECL_PCLOSE - _GL_WARN_ON_USE (pclose, "pclose is unportable - " - "use gnulib module pclose for more portability"); - # endif - #endif - - #if 0 - /* Print a message to standard error, describing the value of ERRNO, - (if STRING is not NULL and not empty) prefixed with STRING and ": ", - and terminated with a newline. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define perror rpl_perror - # endif - _GL_FUNCDECL_RPL (perror, void, (const char *string)); - _GL_CXXALIAS_RPL (perror, void, (const char *string)); - # else - _GL_CXXALIAS_SYS (perror, void, (const char *string)); - # endif - _GL_CXXALIASWARN (perror); - #elif defined GNULIB_POSIXCHECK - # undef perror - /* Assume perror is always declared. */ - _GL_WARN_ON_USE (perror, "perror is not always POSIX compliant - " - "use gnulib module perror for portability"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef popen - # define popen rpl_popen - # endif - _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode)); - # else - # if !1 - _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode)); - # endif - _GL_CXXALIASWARN (popen); - #elif defined GNULIB_POSIXCHECK - # undef popen - # if HAVE_RAW_DECL_POPEN - _GL_WARN_ON_USE (popen, "popen is buggy on some platforms - " - "use gnulib module popen or pipe for more portability"); - # endif - #endif - - #if 0 || 1 - # if (0 && 0) \ - || (1 && 0 && (0 || 0)) - # if defined __GNUC__ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - /* Don't break __attribute__((format(printf,M,N))). */ - # define printf __printf__ - # endif - # if 0 || 0 - _GL_FUNCDECL_RPL_1 (__printf__, int, - (const char *format, ...) - __asm__ ( - _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_printf)) - _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) - _GL_ARG_NONNULL ((1))); - # else - _GL_FUNCDECL_RPL_1 (__printf__, int, - (const char *format, ...) - __asm__ ( - _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_printf)) - _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (1, 2) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...)); - # else - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define printf rpl_printf - # endif - _GL_FUNCDECL_RPL (printf, int, - (const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (printf, int, (const char *format, ...)); - # endif - # define GNULIB_overrides_printf 1 - # else - _GL_CXXALIAS_SYS (printf, int, (const char *format, ...)); - # endif - _GL_CXXALIASWARN (printf); - #endif - #if !0 && defined GNULIB_POSIXCHECK - # if !GNULIB_overrides_printf - # undef printf - # endif - /* Assume printf is always declared. */ - _GL_WARN_ON_USE (printf, "printf is not always POSIX compliant - " - "use gnulib module printf-posix for portable " - "POSIX compliance"); - #endif - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef putc - # define putc rpl_fputc - # endif - _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream)); - # else - _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream)); - # endif - _GL_CXXALIASWARN (putc); - #endif - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef putchar - # define putchar rpl_putchar - # endif - _GL_FUNCDECL_RPL (putchar, int, (int c)); - _GL_CXXALIAS_RPL (putchar, int, (int c)); - # else - _GL_CXXALIAS_SYS (putchar, int, (int c)); - # endif - _GL_CXXALIASWARN (putchar); - #endif - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef puts - # define puts rpl_puts - # endif - _GL_FUNCDECL_RPL (puts, int, (const char *string) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (puts, int, (const char *string)); - # else - _GL_CXXALIAS_SYS (puts, int, (const char *string)); - # endif - _GL_CXXALIASWARN (puts); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef remove - # define remove rpl_remove - # endif - _GL_FUNCDECL_RPL (remove, int, (const char *name) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (remove, int, (const char *name)); - # else - _GL_CXXALIAS_SYS (remove, int, (const char *name)); - # endif - _GL_CXXALIASWARN (remove); - #elif defined GNULIB_POSIXCHECK - # undef remove - /* Assume remove is always declared. */ - _GL_WARN_ON_USE (remove, "remove cannot handle directories on some platforms - " - "use gnulib module remove for more portability"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef rename - # define rename rpl_rename - # endif - _GL_FUNCDECL_RPL (rename, int, - (const char *old_filename, const char *new_filename) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (rename, int, - (const char *old_filename, const char *new_filename)); - # else - _GL_CXXALIAS_SYS (rename, int, - (const char *old_filename, const char *new_filename)); - # endif - _GL_CXXALIASWARN (rename); - #elif defined GNULIB_POSIXCHECK - # undef rename - /* Assume rename is always declared. */ - _GL_WARN_ON_USE (rename, "rename is buggy on some platforms - " - "use gnulib module rename for more portability"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef renameat - # define renameat rpl_renameat - # endif - _GL_FUNCDECL_RPL (renameat, int, - (int fd1, char const *file1, int fd2, char const *file2) - _GL_ARG_NONNULL ((2, 4))); - _GL_CXXALIAS_RPL (renameat, int, - (int fd1, char const *file1, int fd2, char const *file2)); - # else - # if !1 - _GL_FUNCDECL_SYS (renameat, int, - (int fd1, char const *file1, int fd2, char const *file2) - _GL_ARG_NONNULL ((2, 4))); - # endif - _GL_CXXALIAS_SYS (renameat, int, - (int fd1, char const *file1, int fd2, char const *file2)); - # endif - _GL_CXXALIASWARN (renameat); - #elif defined GNULIB_POSIXCHECK - # undef renameat - # if HAVE_RAW_DECL_RENAMEAT - _GL_WARN_ON_USE (renameat, "renameat is not portable - " - "use gnulib module renameat for portability"); - # endif - #endif - - #if 1 - # if 0 && 0 - # if defined __GNUC__ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef scanf - /* Don't break __attribute__((format(scanf,M,N))). */ - # define scanf __scanf__ - # endif - _GL_FUNCDECL_RPL_1 (__scanf__, int, - (const char *format, ...) - __asm__ ( - _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_scanf)) - _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 2) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL_1 (scanf, __scanf__, int, (const char *format, ...)); - # else - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef scanf - # define scanf rpl_scanf - # endif - _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...) - _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 2) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...)); - # endif - # else - _GL_CXXALIAS_SYS (scanf, int, (const char *format, ...)); - # endif - _GL_CXXALIASWARN (scanf); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define snprintf rpl_snprintf - # endif - _GL_FUNCDECL_RPL (snprintf, int, - (char *str, size_t size, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (3, 4) - _GL_ARG_NONNULL ((3))); - _GL_CXXALIAS_RPL (snprintf, int, - (char *str, size_t size, const char *format, ...)); - # else - # if !1 - _GL_FUNCDECL_SYS (snprintf, int, - (char *str, size_t size, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (3, 4) - _GL_ARG_NONNULL ((3))); - # endif - _GL_CXXALIAS_SYS (snprintf, int, - (char *str, size_t size, const char *format, ...)); - # endif - _GL_CXXALIASWARN (snprintf); - #elif defined GNULIB_POSIXCHECK - # undef snprintf - # if HAVE_RAW_DECL_SNPRINTF - _GL_WARN_ON_USE (snprintf, "snprintf is unportable - " - "use gnulib module snprintf for portability"); - # endif - #endif - - /* Some people would argue that all sprintf uses should be warned about - (for example, OpenBSD issues a link warning for it), - since it can cause security holes due to buffer overruns. - However, we believe that sprintf can be used safely, and is more - efficient than snprintf in those safe cases; and as proof of our - belief, we use sprintf in several gnulib modules. So this header - intentionally avoids adding a warning to sprintf except when - GNULIB_POSIXCHECK is defined. */ - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define sprintf rpl_sprintf - # endif - _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...)); - # else - _GL_CXXALIAS_SYS (sprintf, int, (char *str, const char *format, ...)); - # endif - _GL_CXXALIASWARN (sprintf); - #elif defined GNULIB_POSIXCHECK - # undef sprintf - /* Assume sprintf is always declared. */ - _GL_WARN_ON_USE (sprintf, "sprintf is not always POSIX compliant - " - "use gnulib module sprintf-posix for portable " - "POSIX compliance"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define tmpfile rpl_tmpfile - # endif - _GL_FUNCDECL_RPL (tmpfile, FILE *, (void)); - _GL_CXXALIAS_RPL (tmpfile, FILE *, (void)); - # else - _GL_CXXALIAS_SYS (tmpfile, FILE *, (void)); - # endif - _GL_CXXALIASWARN (tmpfile); - #elif defined GNULIB_POSIXCHECK - # undef tmpfile - # if HAVE_RAW_DECL_TMPFILE - _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - " - "use gnulib module tmpfile for portability"); - # endif - #endif - - #if 1 - /* Write formatted output to a string dynamically allocated with malloc(). - If the memory allocation succeeds, store the address of the string in - *RESULT and return the number of resulting bytes, excluding the trailing - NUL. Upon memory allocation error, or some other error, return -1. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define asprintf rpl_asprintf - # endif - _GL_FUNCDECL_RPL (asprintf, int, - (char **result, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (asprintf, int, - (char **result, const char *format, ...)); - # else - # if !1 - _GL_FUNCDECL_SYS (asprintf, int, - (char **result, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (asprintf, int, - (char **result, const char *format, ...)); - # endif - _GL_CXXALIASWARN (asprintf); - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vasprintf rpl_vasprintf - # endif - _GL_FUNCDECL_RPL (vasprintf, int, - (char **result, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (vasprintf, int, - (char **result, const char *format, va_list args)); - # else - # if !1 - _GL_FUNCDECL_SYS (vasprintf, int, - (char **result, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (vasprintf, int, - (char **result, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vasprintf); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vdprintf rpl_vdprintf - # endif - _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args)); - # else - # if !1 - _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((2))); - # endif - /* Need to cast, because on Solaris, the third parameter will likely be - __va_list args. */ - _GL_CXXALIAS_SYS_CAST (vdprintf, int, - (int fd, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vdprintf); - #elif defined GNULIB_POSIXCHECK - # undef vdprintf - # if HAVE_RAW_DECL_VDPRINTF - _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - " - "use gnulib module vdprintf for portability"); - # endif - #endif - - #if 0 || 1 - # if (0 && 0) \ - || (1 && 0 && (0 || 0)) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vfprintf rpl_vfprintf - # endif - # define GNULIB_overrides_vfprintf 1 - # if 0 - _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - # else - _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (2, 0) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)); - # else - /* Need to cast, because on Solaris, the third parameter is - __va_list args - and GCC's fixincludes did not change this to __gnuc_va_list. */ - _GL_CXXALIAS_SYS_CAST (vfprintf, int, - (FILE *fp, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vfprintf); - #endif - #if !0 && defined GNULIB_POSIXCHECK - # if !GNULIB_overrides_vfprintf - # undef vfprintf - # endif - /* Assume vfprintf is always declared. */ - _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - " - "use gnulib module vfprintf-posix for portable " - "POSIX compliance"); - #endif - - #if 0 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef vfscanf - # define vfscanf rpl_vfscanf - # endif - _GL_FUNCDECL_RPL (vfscanf, int, - (FILE *stream, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (2, 0) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (vfscanf, int, - (FILE *stream, const char *format, va_list args)); - # else - _GL_CXXALIAS_SYS (vfscanf, int, - (FILE *stream, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vfscanf); - #endif - - #if 0 || 1 - # if (0 && 0) \ - || (1 && 0 && (0 || 0)) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vprintf rpl_vprintf - # endif - # define GNULIB_overrides_vprintf 1 - # if 0 || 0 - _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (1, 0) - _GL_ARG_NONNULL ((1))); - # else - _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (1, 0) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args)); - # else - /* Need to cast, because on Solaris, the second parameter is - __va_list args - and GCC's fixincludes did not change this to __gnuc_va_list. */ - _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vprintf); - #endif - #if !0 && defined GNULIB_POSIXCHECK - # if !GNULIB_overrides_vprintf - # undef vprintf - # endif - /* Assume vprintf is always declared. */ - _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - " - "use gnulib module vprintf-posix for portable " - "POSIX compliance"); - #endif - - #if 0 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef vscanf - # define vscanf rpl_vscanf - # endif - _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 0) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args)); - # else - _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vscanf); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vsnprintf rpl_vsnprintf - # endif - _GL_FUNCDECL_RPL (vsnprintf, int, - (char *str, size_t size, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) - _GL_ARG_NONNULL ((3))); - _GL_CXXALIAS_RPL (vsnprintf, int, - (char *str, size_t size, const char *format, va_list args)); - # else - # if !1 - _GL_FUNCDECL_SYS (vsnprintf, int, - (char *str, size_t size, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) - _GL_ARG_NONNULL ((3))); - # endif - _GL_CXXALIAS_SYS (vsnprintf, int, - (char *str, size_t size, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vsnprintf); - #elif defined GNULIB_POSIXCHECK - # undef vsnprintf - # if HAVE_RAW_DECL_VSNPRINTF - _GL_WARN_ON_USE (vsnprintf, "vsnprintf is unportable - " - "use gnulib module vsnprintf for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vsprintf rpl_vsprintf - # endif - _GL_FUNCDECL_RPL (vsprintf, int, - (char *str, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (vsprintf, int, - (char *str, const char *format, va_list args)); - # else - /* Need to cast, because on Solaris, the third parameter is - __va_list args - and GCC's fixincludes did not change this to __gnuc_va_list. */ - _GL_CXXALIAS_SYS_CAST (vsprintf, int, - (char *str, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vsprintf); - #elif defined GNULIB_POSIXCHECK - # undef vsprintf - /* Assume vsprintf is always declared. */ - _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - " - "use gnulib module vsprintf-posix for portable " - "POSIX compliance"); - #endif - - #endif /* _GL_STDIO_H */ - #endif /* _GL_STDIO_H */ - #endif --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/stdlib.h texinfo-6.5/gnulib/lib/stdlib.h *** texinfo-6.4/gnulib/lib/stdlib.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/stdlib.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1454 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A GNU-like <stdlib.h>. - - Copyright (C) 1995, 2001-2004, 2006-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #if defined __need_system_stdlib_h || defined __need_malloc_and_calloc - /* Special invocation conventions inside some gnulib header files, - and inside some glibc header files, respectively. */ - - #include_next <stdlib.h> - - #else - /* Normal invocation convention. */ - - #ifndef _GL_STDLIB_H - - /* The include_next requires a split double-inclusion guard. */ - #include_next <stdlib.h> - - #ifndef _GL_STDLIB_H - #define _GL_STDLIB_H - - /* NetBSD 5.0 mis-defines NULL. */ - #include <stddef.h> - - /* MirBSD 10 defines WEXITSTATUS in <sys/wait.h>, not in <stdlib.h>. */ - #if 0 && !defined WEXITSTATUS - # include <sys/wait.h> - #endif - - /* Solaris declares getloadavg() in <sys/loadavg.h>. */ - #if (0 || defined GNULIB_POSIXCHECK) && 0 - # include <sys/loadavg.h> - #endif - - /* Native Windows platforms declare mktemp() in <io.h>. */ - #if 0 && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) - # include <io.h> - #endif - - #if 0 - - /* OSF/1 5.1 declares 'struct random_data' in <random.h>, which is included - from <stdlib.h> if _REENTRANT is defined. Include it whenever we need - 'struct random_data'. */ - # if 1 - # include <random.h> - # endif - - # if !1 || 0 || !1 - # include <stdint.h> - # endif - - # if !1 - /* Define 'struct random_data'. - But allow multiple gnulib generated <stdlib.h> replacements to coexist. */ - # if !GNULIB_defined_struct_random_data - struct random_data - { - int32_t *fptr; /* Front pointer. */ - int32_t *rptr; /* Rear pointer. */ - int32_t *state; /* Array of state values. */ - int rand_type; /* Type of random number generator. */ - int rand_deg; /* Degree of random number generator. */ - int rand_sep; /* Distance between front and rear. */ - int32_t *end_ptr; /* Pointer behind state table. */ - }; - # define GNULIB_defined_struct_random_data 1 - # endif - # endif - #endif - - #if (0 || 0 || 0 || defined GNULIB_POSIXCHECK) && ! defined __GLIBC__ && !((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) - /* On Mac OS X 10.3, only <unistd.h> declares mkstemp. */ - /* On Mac OS X 10.5, only <unistd.h> declares mkstemps. */ - /* On Cygwin 1.7.1, only <unistd.h> declares getsubopt. */ - /* But avoid namespace pollution on glibc systems and native Windows. */ - # include <unistd.h> - #endif - - /* The __attribute__ feature is available in gcc versions 2.5 and later. - The attribute __pure__ was added in gcc 2.96. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) - # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) - #else - # define _GL_ATTRIBUTE_PURE /* empty */ - #endif - - /* The definition of _Noreturn is copied here. */ - #if !defined _Noreturn && __STDC_VERSION__ < 201112 - # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ - || 0x5110 <= __SUNPRO_C) - # define _Noreturn __attribute__ ((__noreturn__)) - # elif 1200 <= _MSC_VER - # define _Noreturn __declspec (noreturn) - # else - # define _Noreturn - # endif - #endif - - /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ - /* C++ compatible function declaration macros. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _GL_CXXDEFS_H - #define _GL_CXXDEFS_H - - /* Begin/end the GNULIB_NAMESPACE namespace. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { - # define _GL_END_NAMESPACE } - #else - # define _GL_BEGIN_NAMESPACE - # define _GL_END_NAMESPACE - #endif - - /* The three most frequent use cases of these macros are: - - * For providing a substitute for a function that is missing on some - platforms, but is declared and works fine on the platforms on which - it exists: - - #if @GNULIB_FOO@ - # if !@HAVE_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on all platforms, - but is broken/insufficient and needs to be replaced on some platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on some platforms - but is broken/insufficient and needs to be replaced on some of them and - is additionally either missing or undeclared on some other platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - */ - - /* _GL_EXTERN_C declaration; - performs the declaration with C linkage. */ - #if defined __cplusplus - # define _GL_EXTERN_C extern "C" - #else - # define _GL_EXTERN_C extern - #endif - - /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); - declares a replacement function, named rpl_func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ - _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) - #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype rpl_func parameters_and_attributes - - /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); - declares the system function, named func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype func parameters_and_attributes - - /* _GL_CXXALIAS_RPL (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to rpl_func, if GNULIB_NAMESPACE is defined. - Example: - _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); - - Wrapping rpl_func in an object with an inline conversion operator - avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ - _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::rpl_func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); - is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); - except that the C function rpl_func may have a slightly different - declaration. A cast is used to silence the "invalid conversion" error - that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::rpl_func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to the system provided function func, if GNULIB_NAMESPACE - is defined. - Example: - _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); - - Wrapping func in an object with an inline conversion operator - avoids a reference to func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function func may have a slightly different declaration. - A cast is used to silence the "invalid conversion" error that would - otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function is picked among a set of overloaded functions, - namely the one with rettype2 and parameters2. Two consecutive casts - are used to silence the "cannot find a match" and "invalid conversion" - errors that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - /* The outer cast must be a reinterpret_cast. - The inner cast: When the function is defined as a set of overloaded - functions, it works as a static_cast<>, choosing the designated variant. - When the function is defined as a single variant, it works as a - reinterpret_cast<>. The parenthesized cast syntax works both ways. */ - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>((rettype2 (*) parameters2)(::func)); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN (func); - causes a warning to be emitted when ::func is used but not when - GNULIB_NAMESPACE::func is used. func must be defined without overloaded - variants. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN(func) \ - _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN_1(func,namespace) \ - _GL_CXXALIASWARN_2 (func, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_WARN_ON_USE (func, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN_2(func,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN(func) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); - causes a warning to be emitted when the given overloaded variant of ::func - is used but not when GNULIB_NAMESPACE::func is used. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ - GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ - _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - #endif /* _GL_CXXDEFS_H */ - - /* The definition of _GL_ARG_NONNULL is copied here. */ - /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools - that the values passed as arguments n, ..., m must be non-NULL pointers. - n = 1 stands for the first argument, n = 2 for the second argument etc. */ - #ifndef _GL_ARG_NONNULL - # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 - # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) - # else - # define _GL_ARG_NONNULL(params) - # endif - #endif - - /* The definition of _GL_WARN_ON_USE is copied here. */ - /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_WARN_ON_USE (function, "literal string") issues a declaration - for FUNCTION which will then trigger a compiler warning containing - the text of "literal string" anywhere that function is called, if - supported by the compiler. If the compiler does not support this - feature, the macro expands to an unused extern declaration. - - This macro is useful for marking a function as a potential - portability trap, with the intent that "literal string" include - instructions on the replacement function that should be used - instead. However, one of the reasons that a function is a - portability trap is if it has the wrong signature. Declaring - FUNCTION with a different signature in C is a compilation error, so - this macro must use the same type as any existing declaration so - that programs that avoid the problematic FUNCTION do not fail to - compile merely because they included a header that poisoned the - function. But this implies that _GL_WARN_ON_USE is only safe to - use if FUNCTION is known to already have a declaration. Use of - this macro implies that there must not be any other macro hiding - the declaration of FUNCTION; but undefining FUNCTION first is part - of the poisoning process anyway (although for symbols that are - provided only via a macro, the result is a compilation error rather - than a warning containing "literal string"). Also note that in - C++, it is only safe to use if FUNCTION has no overloads. - - For an example, it is possible to poison 'getline' by: - - adding a call to gl_WARN_ON_USE_PREPARE([[#include <stdio.h>]], - [getline]) in configure.ac, which potentially defines - HAVE_RAW_DECL_GETLINE - - adding this code to a header that wraps the system <stdio.h>: - #undef getline - #if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" - "not universally present; use the gnulib module getline"); - #endif - - It is not possible to directly poison global variables. But it is - possible to write a wrapper accessor function, and poison that - (less common usage, like &environ, will cause a compilation error - rather than issue the nice warning, but the end result of informing - the developer about their portability problem is still achieved): - #if HAVE_RAW_DECL_ENVIRON - static char ***rpl_environ (void) { return &environ; } - _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); - # undef environ - # define environ (*rpl_environ ()) - #endif - */ - #ifndef _GL_WARN_ON_USE - - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - /* A compiler attribute is available in gcc versions 4.3.0 and later. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function __attribute__ ((__warning__ (message))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function - # else /* Unsupported. */ - # define _GL_WARN_ON_USE(function, message) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") - is like _GL_WARN_ON_USE (function, "string"), except that the function is - declared with the given prototype, consisting of return type, parameters, - and attributes. - This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does - not work in this case. */ - #ifndef _GL_WARN_ON_USE_CXX - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes \ - __attribute__ ((__warning__ (msg))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes - # else /* Unsupported. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_EXTERN_C declaration; - performs the declaration with C linkage. */ - #ifndef _GL_WARN_EXTERN_C - # if defined __cplusplus - # define _GL_WARN_EXTERN_C extern "C" - # else - # define _GL_WARN_EXTERN_C extern - # endif - #endif - - - /* Some systems do not define EXIT_*, despite otherwise supporting C89. */ - #ifndef EXIT_SUCCESS - # define EXIT_SUCCESS 0 - #endif - /* Tandem/NSK and other platforms that define EXIT_FAILURE as -1 interfere - with proper operation of xargs. */ - #ifndef EXIT_FAILURE - # define EXIT_FAILURE 1 - #elif EXIT_FAILURE != 1 - # undef EXIT_FAILURE - # define EXIT_FAILURE 1 - #endif - - - #if 0 - /* Terminate the current process with the given return code, without running - the 'atexit' handlers. */ - # if !1 - _GL_FUNCDECL_SYS (_Exit, _Noreturn void, (int status)); - # endif - _GL_CXXALIAS_SYS (_Exit, void, (int status)); - _GL_CXXALIASWARN (_Exit); - #elif defined GNULIB_POSIXCHECK - # undef _Exit - # if HAVE_RAW_DECL__EXIT - _GL_WARN_ON_USE (_Exit, "_Exit is unportable - " - "use gnulib module _Exit for portability"); - # endif - #endif - - - #if 0 - /* Parse a signed decimal integer. - Returns the value of the integer. Errors are not detected. */ - # if !1 - _GL_FUNCDECL_SYS (atoll, long long, (const char *string) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (atoll, long long, (const char *string)); - _GL_CXXALIASWARN (atoll); - #elif defined GNULIB_POSIXCHECK - # undef atoll - # if HAVE_RAW_DECL_ATOLL - _GL_WARN_ON_USE (atoll, "atoll is unportable - " - "use gnulib module atoll for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef calloc - # define calloc rpl_calloc - # endif - _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size)); - _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size)); - # else - _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size)); - # endif - _GL_CXXALIASWARN (calloc); - #elif defined GNULIB_POSIXCHECK - # undef calloc - /* Assume calloc is always declared. */ - _GL_WARN_ON_USE (calloc, "calloc is not POSIX compliant everywhere - " - "use gnulib module calloc-posix for portability"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define canonicalize_file_name rpl_canonicalize_file_name - # endif - _GL_FUNCDECL_RPL (canonicalize_file_name, char *, (const char *name) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name)); - # else - # if !1 - _GL_FUNCDECL_SYS (canonicalize_file_name, char *, (const char *name) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (canonicalize_file_name, char *, (const char *name)); - # endif - _GL_CXXALIASWARN (canonicalize_file_name); - #elif defined GNULIB_POSIXCHECK - # undef canonicalize_file_name - # if HAVE_RAW_DECL_CANONICALIZE_FILE_NAME - _GL_WARN_ON_USE (canonicalize_file_name, - "canonicalize_file_name is unportable - " - "use gnulib module canonicalize-lgpl for portability"); - # endif - #endif - - #if 0 - /* Store max(NELEM,3) load average numbers in LOADAVG[]. - The three numbers are the load average of the last 1 minute, the last 5 - minutes, and the last 15 minutes, respectively. - LOADAVG is an array of NELEM numbers. */ - # if !1 - _GL_FUNCDECL_SYS (getloadavg, int, (double loadavg[], int nelem) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem)); - _GL_CXXALIASWARN (getloadavg); - #elif defined GNULIB_POSIXCHECK - # undef getloadavg - # if HAVE_RAW_DECL_GETLOADAVG - _GL_WARN_ON_USE (getloadavg, "getloadavg is not portable - " - "use gnulib module getloadavg for portability"); - # endif - #endif - - #if 0 - /* Assuming *OPTIONP is a comma separated list of elements of the form - "token" or "token=value", getsubopt parses the first of these elements. - If the first element refers to a "token" that is member of the given - NULL-terminated array of tokens: - - It replaces the comma with a NUL byte, updates *OPTIONP to point past - the first option and the comma, sets *VALUEP to the value of the - element (or NULL if it doesn't contain an "=" sign), - - It returns the index of the "token" in the given array of tokens. - Otherwise it returns -1, and *OPTIONP and *VALUEP are undefined. - For more details see the POSIX:2001 specification. - http://www.opengroup.org/susv3xsh/getsubopt.html */ - # if !1 - _GL_FUNCDECL_SYS (getsubopt, int, - (char **optionp, char *const *tokens, char **valuep) - _GL_ARG_NONNULL ((1, 2, 3))); - # endif - _GL_CXXALIAS_SYS (getsubopt, int, - (char **optionp, char *const *tokens, char **valuep)); - _GL_CXXALIASWARN (getsubopt); - #elif defined GNULIB_POSIXCHECK - # undef getsubopt - # if HAVE_RAW_DECL_GETSUBOPT - _GL_WARN_ON_USE (getsubopt, "getsubopt is unportable - " - "use gnulib module getsubopt for portability"); - # endif - #endif - - #if 0 - /* Change the ownership and access permission of the slave side of the - pseudo-terminal whose master side is specified by FD. */ - # if !1 - _GL_FUNCDECL_SYS (grantpt, int, (int fd)); - # endif - _GL_CXXALIAS_SYS (grantpt, int, (int fd)); - _GL_CXXALIASWARN (grantpt); - #elif defined GNULIB_POSIXCHECK - # undef grantpt - # if HAVE_RAW_DECL_GRANTPT - _GL_WARN_ON_USE (grantpt, "grantpt is not portable - " - "use gnulib module grantpt for portability"); - # endif - #endif - - /* If _GL_USE_STDLIB_ALLOC is nonzero, the including module does not - rely on GNU or POSIX semantics for malloc and realloc (for example, - by never specifying a zero size), so it does not need malloc or - realloc to be redefined. */ - #if 1 - # if 0 - # if !((defined __cplusplus && defined GNULIB_NAMESPACE) \ - || _GL_USE_STDLIB_ALLOC) - # undef malloc - # define malloc rpl_malloc - # endif - _GL_FUNCDECL_RPL (malloc, void *, (size_t size)); - _GL_CXXALIAS_RPL (malloc, void *, (size_t size)); - # else - _GL_CXXALIAS_SYS (malloc, void *, (size_t size)); - # endif - _GL_CXXALIASWARN (malloc); - #elif defined GNULIB_POSIXCHECK && !_GL_USE_STDLIB_ALLOC - # undef malloc - /* Assume malloc is always declared. */ - _GL_WARN_ON_USE (malloc, "malloc is not POSIX compliant everywhere - " - "use gnulib module malloc-posix for portability"); - #endif - - /* Convert a multibyte character to a wide character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbtowc - # define mbtowc rpl_mbtowc - # endif - _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); - _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); - # else - _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); - # endif - _GL_CXXALIASWARN (mbtowc); - #endif - - #if 0 - /* Create a unique temporary directory from TEMPLATE. - The last six characters of TEMPLATE must be "XXXXXX"; - they are replaced with a string that makes the directory name unique. - Returns TEMPLATE, or a null pointer if it cannot get a unique name. - The directory is created mode 700. */ - # if !1 - _GL_FUNCDECL_SYS (mkdtemp, char *, (char * /*template*/) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (mkdtemp, char *, (char * /*template*/)); - _GL_CXXALIASWARN (mkdtemp); - #elif defined GNULIB_POSIXCHECK - # undef mkdtemp - # if HAVE_RAW_DECL_MKDTEMP - _GL_WARN_ON_USE (mkdtemp, "mkdtemp is unportable - " - "use gnulib module mkdtemp for portability"); - # endif - #endif - - #if 0 - /* Create a unique temporary file from TEMPLATE. - The last six characters of TEMPLATE must be "XXXXXX"; - they are replaced with a string that makes the file name unique. - The flags are a bitmask, possibly including O_CLOEXEC (defined in <fcntl.h>) - and O_TEXT, O_BINARY (defined in "binary-io.h"). - The file is then created, with the specified flags, ensuring it didn't exist - before. - The file is created read-write (mask at least 0600 & ~umask), but it may be - world-readable and world-writable (mask 0666 & ~umask), depending on the - implementation. - Returns the open file descriptor if successful, otherwise -1 and errno - set. */ - # if !1 - _GL_FUNCDECL_SYS (mkostemp, int, (char * /*template*/, int /*flags*/) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (mkostemp, int, (char * /*template*/, int /*flags*/)); - _GL_CXXALIASWARN (mkostemp); - #elif defined GNULIB_POSIXCHECK - # undef mkostemp - # if HAVE_RAW_DECL_MKOSTEMP - _GL_WARN_ON_USE (mkostemp, "mkostemp is unportable - " - "use gnulib module mkostemp for portability"); - # endif - #endif - - #if 0 - /* Create a unique temporary file from TEMPLATE. - The last six characters of TEMPLATE before a suffix of length - SUFFIXLEN must be "XXXXXX"; - they are replaced with a string that makes the file name unique. - The flags are a bitmask, possibly including O_CLOEXEC (defined in <fcntl.h>) - and O_TEXT, O_BINARY (defined in "binary-io.h"). - The file is then created, with the specified flags, ensuring it didn't exist - before. - The file is created read-write (mask at least 0600 & ~umask), but it may be - world-readable and world-writable (mask 0666 & ~umask), depending on the - implementation. - Returns the open file descriptor if successful, otherwise -1 and errno - set. */ - # if !1 - _GL_FUNCDECL_SYS (mkostemps, int, - (char * /*template*/, int /*suffixlen*/, int /*flags*/) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (mkostemps, int, - (char * /*template*/, int /*suffixlen*/, int /*flags*/)); - _GL_CXXALIASWARN (mkostemps); - #elif defined GNULIB_POSIXCHECK - # undef mkostemps - # if HAVE_RAW_DECL_MKOSTEMPS - _GL_WARN_ON_USE (mkostemps, "mkostemps is unportable - " - "use gnulib module mkostemps for portability"); - # endif - #endif - - #if 0 - /* Create a unique temporary file from TEMPLATE. - The last six characters of TEMPLATE must be "XXXXXX"; - they are replaced with a string that makes the file name unique. - The file is then created, ensuring it didn't exist before. - The file is created read-write (mask at least 0600 & ~umask), but it may be - world-readable and world-writable (mask 0666 & ~umask), depending on the - implementation. - Returns the open file descriptor if successful, otherwise -1 and errno - set. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define mkstemp rpl_mkstemp - # endif - _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/)); - # endif - _GL_CXXALIASWARN (mkstemp); - #elif defined GNULIB_POSIXCHECK - # undef mkstemp - # if HAVE_RAW_DECL_MKSTEMP - _GL_WARN_ON_USE (mkstemp, "mkstemp is unportable - " - "use gnulib module mkstemp for portability"); - # endif - #endif - - #if 0 - /* Create a unique temporary file from TEMPLATE. - The last six characters of TEMPLATE prior to a suffix of length - SUFFIXLEN must be "XXXXXX"; - they are replaced with a string that makes the file name unique. - The file is then created, ensuring it didn't exist before. - The file is created read-write (mask at least 0600 & ~umask), but it may be - world-readable and world-writable (mask 0666 & ~umask), depending on the - implementation. - Returns the open file descriptor if successful, otherwise -1 and errno - set. */ - # if !1 - _GL_FUNCDECL_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/)); - _GL_CXXALIASWARN (mkstemps); - #elif defined GNULIB_POSIXCHECK - # undef mkstemps - # if HAVE_RAW_DECL_MKSTEMPS - _GL_WARN_ON_USE (mkstemps, "mkstemps is unportable - " - "use gnulib module mkstemps for portability"); - # endif - #endif - - #if 0 - /* Return an FD open to the master side of a pseudo-terminal. Flags should - include O_RDWR, and may also include O_NOCTTY. */ - # if !1 - _GL_FUNCDECL_SYS (posix_openpt, int, (int flags)); - # endif - _GL_CXXALIAS_SYS (posix_openpt, int, (int flags)); - _GL_CXXALIASWARN (posix_openpt); - #elif defined GNULIB_POSIXCHECK - # undef posix_openpt - # if HAVE_RAW_DECL_POSIX_OPENPT - _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - " - "use gnulib module posix_openpt for portability"); - # endif - #endif - - #if 0 - /* Return the pathname of the pseudo-terminal slave associated with - the master FD is open on, or NULL on errors. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef ptsname - # define ptsname rpl_ptsname - # endif - _GL_FUNCDECL_RPL (ptsname, char *, (int fd)); - _GL_CXXALIAS_RPL (ptsname, char *, (int fd)); - # else - # if !1 - _GL_FUNCDECL_SYS (ptsname, char *, (int fd)); - # endif - _GL_CXXALIAS_SYS (ptsname, char *, (int fd)); - # endif - _GL_CXXALIASWARN (ptsname); - #elif defined GNULIB_POSIXCHECK - # undef ptsname - # if HAVE_RAW_DECL_PTSNAME - _GL_WARN_ON_USE (ptsname, "ptsname is not portable - " - "use gnulib module ptsname for portability"); - # endif - #endif - - #if 0 - /* Set the pathname of the pseudo-terminal slave associated with - the master FD is open on and return 0, or set errno and return - non-zero on errors. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef ptsname_r - # define ptsname_r rpl_ptsname_r - # endif - _GL_FUNCDECL_RPL (ptsname_r, int, (int fd, char *buf, size_t len)); - _GL_CXXALIAS_RPL (ptsname_r, int, (int fd, char *buf, size_t len)); - # else - # if !1 - _GL_FUNCDECL_SYS (ptsname_r, int, (int fd, char *buf, size_t len)); - # endif - _GL_CXXALIAS_SYS (ptsname_r, int, (int fd, char *buf, size_t len)); - # endif - _GL_CXXALIASWARN (ptsname_r); - #elif defined GNULIB_POSIXCHECK - # undef ptsname_r - # if HAVE_RAW_DECL_PTSNAME_R - _GL_WARN_ON_USE (ptsname_r, "ptsname_r is not portable - " - "use gnulib module ptsname_r for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef putenv - # define putenv rpl_putenv - # endif - _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (putenv, int, (char *string)); - # else - _GL_CXXALIAS_SYS (putenv, int, (char *string)); - # endif - _GL_CXXALIASWARN (putenv); - #endif - - #if 0 - /* Sort an array of NMEMB elements, starting at address BASE, each element - occupying SIZE bytes, in ascending order according to the comparison - function COMPARE. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef qsort_r - # define qsort_r rpl_qsort_r - # endif - _GL_FUNCDECL_RPL (qsort_r, void, (void *base, size_t nmemb, size_t size, - int (*compare) (void const *, void const *, - void *), - void *arg) _GL_ARG_NONNULL ((1, 4))); - _GL_CXXALIAS_RPL (qsort_r, void, (void *base, size_t nmemb, size_t size, - int (*compare) (void const *, void const *, - void *), - void *arg)); - # else - # if !1 - _GL_FUNCDECL_SYS (qsort_r, void, (void *base, size_t nmemb, size_t size, - int (*compare) (void const *, void const *, - void *), - void *arg) _GL_ARG_NONNULL ((1, 4))); - # endif - _GL_CXXALIAS_SYS (qsort_r, void, (void *base, size_t nmemb, size_t size, - int (*compare) (void const *, void const *, - void *), - void *arg)); - # endif - _GL_CXXALIASWARN (qsort_r); - #elif defined GNULIB_POSIXCHECK - # undef qsort_r - # if HAVE_RAW_DECL_QSORT_R - _GL_WARN_ON_USE (qsort_r, "qsort_r is not portable - " - "use gnulib module qsort_r for portability"); - # endif - #endif - - - #if 0 - # if !1 - # ifndef RAND_MAX - # define RAND_MAX 2147483647 - # endif - # endif - #endif - - - #if 0 - # if !1 - _GL_FUNCDECL_SYS (random, long, (void)); - # endif - _GL_CXXALIAS_SYS (random, long, (void)); - _GL_CXXALIASWARN (random); - #elif defined GNULIB_POSIXCHECK - # undef random - # if HAVE_RAW_DECL_RANDOM - _GL_WARN_ON_USE (random, "random is unportable - " - "use gnulib module random for portability"); - # endif - #endif - - #if 0 - # if !1 - _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed)); - # endif - _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed)); - _GL_CXXALIASWARN (srandom); - #elif defined GNULIB_POSIXCHECK - # undef srandom - # if HAVE_RAW_DECL_SRANDOM - _GL_WARN_ON_USE (srandom, "srandom is unportable - " - "use gnulib module random for portability"); - # endif - #endif - - #if 0 - # if !1 - _GL_FUNCDECL_SYS (initstate, char *, - (unsigned int seed, char *buf, size_t buf_size) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (initstate, char *, - (unsigned int seed, char *buf, size_t buf_size)); - _GL_CXXALIASWARN (initstate); - #elif defined GNULIB_POSIXCHECK - # undef initstate - # if HAVE_RAW_DECL_INITSTATE_R - _GL_WARN_ON_USE (initstate, "initstate is unportable - " - "use gnulib module random for portability"); - # endif - #endif - - #if 0 - # if !1 - _GL_FUNCDECL_SYS (setstate, char *, (char *arg_state) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (setstate, char *, (char *arg_state)); - _GL_CXXALIASWARN (setstate); - #elif defined GNULIB_POSIXCHECK - # undef setstate - # if HAVE_RAW_DECL_SETSTATE_R - _GL_WARN_ON_USE (setstate, "setstate is unportable - " - "use gnulib module random for portability"); - # endif - #endif - - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef random_r - # define random_r rpl_random_r - # endif - _GL_FUNCDECL_RPL (random_r, int, (struct random_data *buf, int32_t *result) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result)); - # else - # if !1 - _GL_FUNCDECL_SYS (random_r, int, (struct random_data *buf, int32_t *result) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (random_r, int, (struct random_data *buf, int32_t *result)); - # endif - _GL_CXXALIASWARN (random_r); - #elif defined GNULIB_POSIXCHECK - # undef random_r - # if HAVE_RAW_DECL_RANDOM_R - _GL_WARN_ON_USE (random_r, "random_r is unportable - " - "use gnulib module random_r for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef srandom_r - # define srandom_r rpl_srandom_r - # endif - _GL_FUNCDECL_RPL (srandom_r, int, - (unsigned int seed, struct random_data *rand_state) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (srandom_r, int, - (unsigned int seed, struct random_data *rand_state)); - # else - # if !1 - _GL_FUNCDECL_SYS (srandom_r, int, - (unsigned int seed, struct random_data *rand_state) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (srandom_r, int, - (unsigned int seed, struct random_data *rand_state)); - # endif - _GL_CXXALIASWARN (srandom_r); - #elif defined GNULIB_POSIXCHECK - # undef srandom_r - # if HAVE_RAW_DECL_SRANDOM_R - _GL_WARN_ON_USE (srandom_r, "srandom_r is unportable - " - "use gnulib module random_r for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef initstate_r - # define initstate_r rpl_initstate_r - # endif - _GL_FUNCDECL_RPL (initstate_r, int, - (unsigned int seed, char *buf, size_t buf_size, - struct random_data *rand_state) - _GL_ARG_NONNULL ((2, 4))); - _GL_CXXALIAS_RPL (initstate_r, int, - (unsigned int seed, char *buf, size_t buf_size, - struct random_data *rand_state)); - # else - # if !1 - _GL_FUNCDECL_SYS (initstate_r, int, - (unsigned int seed, char *buf, size_t buf_size, - struct random_data *rand_state) - _GL_ARG_NONNULL ((2, 4))); - # endif - _GL_CXXALIAS_SYS (initstate_r, int, - (unsigned int seed, char *buf, size_t buf_size, - struct random_data *rand_state)); - # endif - _GL_CXXALIASWARN (initstate_r); - #elif defined GNULIB_POSIXCHECK - # undef initstate_r - # if HAVE_RAW_DECL_INITSTATE_R - _GL_WARN_ON_USE (initstate_r, "initstate_r is unportable - " - "use gnulib module random_r for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef setstate_r - # define setstate_r rpl_setstate_r - # endif - _GL_FUNCDECL_RPL (setstate_r, int, - (char *arg_state, struct random_data *rand_state) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (setstate_r, int, - (char *arg_state, struct random_data *rand_state)); - # else - # if !1 - _GL_FUNCDECL_SYS (setstate_r, int, - (char *arg_state, struct random_data *rand_state) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (setstate_r, int, - (char *arg_state, struct random_data *rand_state)); - # endif - _GL_CXXALIASWARN (setstate_r); - #elif defined GNULIB_POSIXCHECK - # undef setstate_r - # if HAVE_RAW_DECL_SETSTATE_R - _GL_WARN_ON_USE (setstate_r, "setstate_r is unportable - " - "use gnulib module random_r for portability"); - # endif - #endif - - - #if 0 - # if 0 - # if !((defined __cplusplus && defined GNULIB_NAMESPACE) \ - || _GL_USE_STDLIB_ALLOC) - # undef realloc - # define realloc rpl_realloc - # endif - _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size)); - _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size)); - # else - _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size)); - # endif - _GL_CXXALIASWARN (realloc); - #elif defined GNULIB_POSIXCHECK && !_GL_USE_STDLIB_ALLOC - # undef realloc - /* Assume realloc is always declared. */ - _GL_WARN_ON_USE (realloc, "realloc is not POSIX compliant everywhere - " - "use gnulib module realloc-posix for portability"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define realpath rpl_realpath - # endif - _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved)); - # else - # if !1 - _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved)); - # endif - _GL_CXXALIASWARN (realpath); - #elif defined GNULIB_POSIXCHECK - # undef realpath - # if HAVE_RAW_DECL_REALPATH - _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module " - "canonicalize or canonicalize-lgpl for portability"); - # endif - #endif - - #if 0 - /* Test a user response to a question. - Return 1 if it is affirmative, 0 if it is negative, or -1 if not clear. */ - # if !1 - _GL_FUNCDECL_SYS (rpmatch, int, (const char *response) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (rpmatch, int, (const char *response)); - _GL_CXXALIASWARN (rpmatch); - #elif defined GNULIB_POSIXCHECK - # undef rpmatch - # if HAVE_RAW_DECL_RPMATCH - _GL_WARN_ON_USE (rpmatch, "rpmatch is unportable - " - "use gnulib module rpmatch for portability"); - # endif - #endif - - #if 0 - /* Look up NAME in the environment, returning 0 in insecure situations. */ - # if !1 - _GL_FUNCDECL_SYS (secure_getenv, char *, - (char const *name) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (secure_getenv, char *, (char const *name)); - _GL_CXXALIASWARN (secure_getenv); - #elif defined GNULIB_POSIXCHECK - # undef secure_getenv - # if HAVE_RAW_DECL_SECURE_GETENV - _GL_WARN_ON_USE (secure_getenv, "secure_getenv is unportable - " - "use gnulib module secure_getenv for portability"); - # endif - #endif - - #if 0 - /* Set NAME to VALUE in the environment. - If REPLACE is nonzero, overwrite an existing value. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef setenv - # define setenv rpl_setenv - # endif - _GL_FUNCDECL_RPL (setenv, int, - (const char *name, const char *value, int replace) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (setenv, int, - (const char *name, const char *value, int replace)); - # else - # if !1 - _GL_FUNCDECL_SYS (setenv, int, - (const char *name, const char *value, int replace) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (setenv, int, - (const char *name, const char *value, int replace)); - # endif - # if !(0 && !1) - _GL_CXXALIASWARN (setenv); - # endif - #elif defined GNULIB_POSIXCHECK - # undef setenv - # if HAVE_RAW_DECL_SETENV - _GL_WARN_ON_USE (setenv, "setenv is unportable - " - "use gnulib module setenv for portability"); - # endif - #endif - - #if 0 - /* Parse a double from STRING, updating ENDP if appropriate. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define strtod rpl_strtod - # endif - _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp)); - # else - # if !1 - _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp)); - # endif - _GL_CXXALIASWARN (strtod); - #elif defined GNULIB_POSIXCHECK - # undef strtod - # if HAVE_RAW_DECL_STRTOD - _GL_WARN_ON_USE (strtod, "strtod is unportable - " - "use gnulib module strtod for portability"); - # endif - #endif - - #if 0 - /* Parse a signed integer whose textual representation starts at STRING. - The integer is expected to be in base BASE (2 <= BASE <= 36); if BASE == 0, - it may be decimal or octal (with prefix "0") or hexadecimal (with prefix - "0x"). - If ENDPTR is not NULL, the address of the first byte after the integer is - stored in *ENDPTR. - Upon overflow, the return value is LLONG_MAX or LLONG_MIN, and errno is set - to ERANGE. */ - # if !1 - _GL_FUNCDECL_SYS (strtoll, long long, - (const char *string, char **endptr, int base) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (strtoll, long long, - (const char *string, char **endptr, int base)); - _GL_CXXALIASWARN (strtoll); - #elif defined GNULIB_POSIXCHECK - # undef strtoll - # if HAVE_RAW_DECL_STRTOLL - _GL_WARN_ON_USE (strtoll, "strtoll is unportable - " - "use gnulib module strtoll for portability"); - # endif - #endif - - #if 0 - /* Parse an unsigned integer whose textual representation starts at STRING. - The integer is expected to be in base BASE (2 <= BASE <= 36); if BASE == 0, - it may be decimal or octal (with prefix "0") or hexadecimal (with prefix - "0x"). - If ENDPTR is not NULL, the address of the first byte after the integer is - stored in *ENDPTR. - Upon overflow, the return value is ULLONG_MAX, and errno is set to - ERANGE. */ - # if !1 - _GL_FUNCDECL_SYS (strtoull, unsigned long long, - (const char *string, char **endptr, int base) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (strtoull, unsigned long long, - (const char *string, char **endptr, int base)); - _GL_CXXALIASWARN (strtoull); - #elif defined GNULIB_POSIXCHECK - # undef strtoull - # if HAVE_RAW_DECL_STRTOULL - _GL_WARN_ON_USE (strtoull, "strtoull is unportable - " - "use gnulib module strtoull for portability"); - # endif - #endif - - #if 0 - /* Unlock the slave side of the pseudo-terminal whose master side is specified - by FD, so that it can be opened. */ - # if !1 - _GL_FUNCDECL_SYS (unlockpt, int, (int fd)); - # endif - _GL_CXXALIAS_SYS (unlockpt, int, (int fd)); - _GL_CXXALIASWARN (unlockpt); - #elif defined GNULIB_POSIXCHECK - # undef unlockpt - # if HAVE_RAW_DECL_UNLOCKPT - _GL_WARN_ON_USE (unlockpt, "unlockpt is not portable - " - "use gnulib module unlockpt for portability"); - # endif - #endif - - #if 0 - /* Remove the variable NAME from the environment. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef unsetenv - # define unsetenv rpl_unsetenv - # endif - _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (unsetenv, int, (const char *name)); - # else - # if !1 - _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (unsetenv, int, (const char *name)); - # endif - # if !(0 && !1) - _GL_CXXALIASWARN (unsetenv); - # endif - #elif defined GNULIB_POSIXCHECK - # undef unsetenv - # if HAVE_RAW_DECL_UNSETENV - _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable - " - "use gnulib module unsetenv for portability"); - # endif - #endif - - /* Convert a wide character to a multibyte character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wctomb - # define wctomb rpl_wctomb - # endif - _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); - _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); - # else - _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); - # endif - _GL_CXXALIASWARN (wctomb); - #endif - - - #endif /* _GL_STDLIB_H */ - #endif /* _GL_STDLIB_H */ - #endif --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/string.h texinfo-6.5/gnulib/lib/string.h *** texinfo-6.4/gnulib/lib/string.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/string.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1498 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A GNU-like <string.h>. - - Copyright (C) 1995-1996, 2001-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #if defined _GL_ALREADY_INCLUDING_STRING_H - /* Special invocation convention: - - On OS X/NetBSD we have a sequence of nested includes - <string.h> -> <strings.h> -> "string.h" - In this situation system _chk variants due to -D_FORTIFY_SOURCE - might be used after any replacements defined here. */ - - #include_next <string.h> - - #else - /* Normal invocation convention. */ - - #ifndef _GL_STRING_H - - #define _GL_ALREADY_INCLUDING_STRING_H - - /* The include_next requires a split double-inclusion guard. */ - #include_next <string.h> - - #undef _GL_ALREADY_INCLUDING_STRING_H - - #ifndef _GL_STRING_H - #define _GL_STRING_H - - /* NetBSD 5.0 mis-defines NULL. */ - #include <stddef.h> - - /* MirBSD defines mbslen as a macro. */ - #if 1 && defined __MirBSD__ - # include <wchar.h> - #endif - - /* The __attribute__ feature is available in gcc versions 2.5 and later. - The attribute __pure__ was added in gcc 2.96. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) - # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) - #else - # define _GL_ATTRIBUTE_PURE /* empty */ - #endif - - /* NetBSD 5.0 declares strsignal in <unistd.h>, not in <string.h>. */ - /* But in any case avoid namespace pollution on glibc systems. */ - #if (0 || defined GNULIB_POSIXCHECK) && defined __NetBSD__ \ - && ! defined __GLIBC__ - # include <unistd.h> - #endif - - /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ - /* C++ compatible function declaration macros. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _GL_CXXDEFS_H - #define _GL_CXXDEFS_H - - /* Begin/end the GNULIB_NAMESPACE namespace. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { - # define _GL_END_NAMESPACE } - #else - # define _GL_BEGIN_NAMESPACE - # define _GL_END_NAMESPACE - #endif - - /* The three most frequent use cases of these macros are: - - * For providing a substitute for a function that is missing on some - platforms, but is declared and works fine on the platforms on which - it exists: - - #if @GNULIB_FOO@ - # if !@HAVE_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on all platforms, - but is broken/insufficient and needs to be replaced on some platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on some platforms - but is broken/insufficient and needs to be replaced on some of them and - is additionally either missing or undeclared on some other platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - */ - - /* _GL_EXTERN_C declaration; - performs the declaration with C linkage. */ - #if defined __cplusplus - # define _GL_EXTERN_C extern "C" - #else - # define _GL_EXTERN_C extern - #endif - - /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); - declares a replacement function, named rpl_func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ - _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) - #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype rpl_func parameters_and_attributes - - /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); - declares the system function, named func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype func parameters_and_attributes - - /* _GL_CXXALIAS_RPL (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to rpl_func, if GNULIB_NAMESPACE is defined. - Example: - _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); - - Wrapping rpl_func in an object with an inline conversion operator - avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ - _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::rpl_func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); - is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); - except that the C function rpl_func may have a slightly different - declaration. A cast is used to silence the "invalid conversion" error - that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::rpl_func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to the system provided function func, if GNULIB_NAMESPACE - is defined. - Example: - _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); - - Wrapping func in an object with an inline conversion operator - avoids a reference to func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function func may have a slightly different declaration. - A cast is used to silence the "invalid conversion" error that would - otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function is picked among a set of overloaded functions, - namely the one with rettype2 and parameters2. Two consecutive casts - are used to silence the "cannot find a match" and "invalid conversion" - errors that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - /* The outer cast must be a reinterpret_cast. - The inner cast: When the function is defined as a set of overloaded - functions, it works as a static_cast<>, choosing the designated variant. - When the function is defined as a single variant, it works as a - reinterpret_cast<>. The parenthesized cast syntax works both ways. */ - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>((rettype2 (*) parameters2)(::func)); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN (func); - causes a warning to be emitted when ::func is used but not when - GNULIB_NAMESPACE::func is used. func must be defined without overloaded - variants. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN(func) \ - _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN_1(func,namespace) \ - _GL_CXXALIASWARN_2 (func, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_WARN_ON_USE (func, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN_2(func,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN(func) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); - causes a warning to be emitted when the given overloaded variant of ::func - is used but not when GNULIB_NAMESPACE::func is used. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ - GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ - _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - #endif /* _GL_CXXDEFS_H */ - - /* The definition of _GL_ARG_NONNULL is copied here. */ - /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools - that the values passed as arguments n, ..., m must be non-NULL pointers. - n = 1 stands for the first argument, n = 2 for the second argument etc. */ - #ifndef _GL_ARG_NONNULL - # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 - # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) - # else - # define _GL_ARG_NONNULL(params) - # endif - #endif - - /* The definition of _GL_WARN_ON_USE is copied here. */ - /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_WARN_ON_USE (function, "literal string") issues a declaration - for FUNCTION which will then trigger a compiler warning containing - the text of "literal string" anywhere that function is called, if - supported by the compiler. If the compiler does not support this - feature, the macro expands to an unused extern declaration. - - This macro is useful for marking a function as a potential - portability trap, with the intent that "literal string" include - instructions on the replacement function that should be used - instead. However, one of the reasons that a function is a - portability trap is if it has the wrong signature. Declaring - FUNCTION with a different signature in C is a compilation error, so - this macro must use the same type as any existing declaration so - that programs that avoid the problematic FUNCTION do not fail to - compile merely because they included a header that poisoned the - function. But this implies that _GL_WARN_ON_USE is only safe to - use if FUNCTION is known to already have a declaration. Use of - this macro implies that there must not be any other macro hiding - the declaration of FUNCTION; but undefining FUNCTION first is part - of the poisoning process anyway (although for symbols that are - provided only via a macro, the result is a compilation error rather - than a warning containing "literal string"). Also note that in - C++, it is only safe to use if FUNCTION has no overloads. - - For an example, it is possible to poison 'getline' by: - - adding a call to gl_WARN_ON_USE_PREPARE([[#include <stdio.h>]], - [getline]) in configure.ac, which potentially defines - HAVE_RAW_DECL_GETLINE - - adding this code to a header that wraps the system <stdio.h>: - #undef getline - #if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" - "not universally present; use the gnulib module getline"); - #endif - - It is not possible to directly poison global variables. But it is - possible to write a wrapper accessor function, and poison that - (less common usage, like &environ, will cause a compilation error - rather than issue the nice warning, but the end result of informing - the developer about their portability problem is still achieved): - #if HAVE_RAW_DECL_ENVIRON - static char ***rpl_environ (void) { return &environ; } - _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); - # undef environ - # define environ (*rpl_environ ()) - #endif - */ - #ifndef _GL_WARN_ON_USE - - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - /* A compiler attribute is available in gcc versions 4.3.0 and later. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function __attribute__ ((__warning__ (message))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function - # else /* Unsupported. */ - # define _GL_WARN_ON_USE(function, message) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") - is like _GL_WARN_ON_USE (function, "string"), except that the function is - declared with the given prototype, consisting of return type, parameters, - and attributes. - This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does - not work in this case. */ - #ifndef _GL_WARN_ON_USE_CXX - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes \ - __attribute__ ((__warning__ (msg))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes - # else /* Unsupported. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_EXTERN_C declaration; - performs the declaration with C linkage. */ - #ifndef _GL_WARN_EXTERN_C - # if defined __cplusplus - # define _GL_WARN_EXTERN_C extern "C" - # else - # define _GL_WARN_EXTERN_C extern - # endif - #endif - - - /* Find the index of the least-significant set bit. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (ffsl, int, (long int i)); - # endif - _GL_CXXALIAS_SYS (ffsl, int, (long int i)); - _GL_CXXALIASWARN (ffsl); - #elif defined GNULIB_POSIXCHECK - # undef ffsl - # if HAVE_RAW_DECL_FFSL - _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module"); - # endif - #endif - - - /* Find the index of the least-significant set bit. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (ffsll, int, (long long int i)); - # endif - _GL_CXXALIAS_SYS (ffsll, int, (long long int i)); - _GL_CXXALIASWARN (ffsll); - #elif defined GNULIB_POSIXCHECK - # undef ffsll - # if HAVE_RAW_DECL_FFSLL - _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module"); - # endif - #endif - - - /* Return the first instance of C within N bytes of S, or NULL. */ - #if 1 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define memchr rpl_memchr - # endif - _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C" { const void * std::memchr (const void *, int, size_t); } - extern "C++" { void * std::memchr (void *, int, size_t); } */ - _GL_CXXALIAS_SYS_CAST2 (memchr, - void *, (void const *__s, int __c, size_t __n), - void const *, (void const *__s, int __c, size_t __n)); - # endif - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n)); - _GL_CXXALIASWARN1 (memchr, void const *, - (void const *__s, int __c, size_t __n)); - # else - _GL_CXXALIASWARN (memchr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef memchr - /* Assume memchr is always declared. */ - _GL_WARN_ON_USE (memchr, "memchr has platform-specific bugs - " - "use gnulib module memchr for portability" ); - #endif - - /* Return the first occurrence of NEEDLE in HAYSTACK. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define memmem rpl_memmem - # endif - _GL_FUNCDECL_RPL (memmem, void *, - (void const *__haystack, size_t __haystack_len, - void const *__needle, size_t __needle_len) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 3))); - _GL_CXXALIAS_RPL (memmem, void *, - (void const *__haystack, size_t __haystack_len, - void const *__needle, size_t __needle_len)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (memmem, void *, - (void const *__haystack, size_t __haystack_len, - void const *__needle, size_t __needle_len) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 3))); - # endif - _GL_CXXALIAS_SYS (memmem, void *, - (void const *__haystack, size_t __haystack_len, - void const *__needle, size_t __needle_len)); - # endif - _GL_CXXALIASWARN (memmem); - #elif defined GNULIB_POSIXCHECK - # undef memmem - # if HAVE_RAW_DECL_MEMMEM - _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - " - "use gnulib module memmem-simple for portability, " - "and module memmem for speed" ); - # endif - #endif - - /* Copy N bytes of SRC to DEST, return pointer to bytes after the - last written byte. */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (mempcpy, void *, - (void *restrict __dest, void const *restrict __src, - size_t __n) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (mempcpy, void *, - (void *restrict __dest, void const *restrict __src, - size_t __n)); - _GL_CXXALIASWARN (mempcpy); - #elif defined GNULIB_POSIXCHECK - # undef mempcpy - # if HAVE_RAW_DECL_MEMPCPY - _GL_WARN_ON_USE (mempcpy, "mempcpy is unportable - " - "use gnulib module mempcpy for portability"); - # endif - #endif - - /* Search backwards through a block for a byte (specified as an int). */ - #if 1 - # if ! 1 - _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { const void * std::memrchr (const void *, int, size_t); } - extern "C++" { void * std::memrchr (void *, int, size_t); } */ - _GL_CXXALIAS_SYS_CAST2 (memrchr, - void *, (void const *, int, size_t), - void const *, (void const *, int, size_t)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t)); - _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t)); - # else - _GL_CXXALIASWARN (memrchr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef memrchr - # if HAVE_RAW_DECL_MEMRCHR - _GL_WARN_ON_USE (memrchr, "memrchr is unportable - " - "use gnulib module memrchr for portability"); - # endif - #endif - - /* Find the first occurrence of C in S. More efficient than - memchr(S,C,N), at the expense of undefined behavior if C does not - occur within N bytes. */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (rawmemchr, void *, (void const *__s, int __c_in) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { const void * std::rawmemchr (const void *, int); } - extern "C++" { void * std::rawmemchr (void *, int); } */ - _GL_CXXALIAS_SYS_CAST2 (rawmemchr, - void *, (void const *__s, int __c_in), - void const *, (void const *__s, int __c_in)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (rawmemchr, void *, (void *__s, int __c_in)); - _GL_CXXALIASWARN1 (rawmemchr, void const *, (void const *__s, int __c_in)); - # else - _GL_CXXALIASWARN (rawmemchr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef rawmemchr - # if HAVE_RAW_DECL_RAWMEMCHR - _GL_WARN_ON_USE (rawmemchr, "rawmemchr is unportable - " - "use gnulib module rawmemchr for portability"); - # endif - #endif - - /* Copy SRC to DST, returning the address of the terminating '\0' in DST. */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (stpcpy, char *, - (char *restrict __dst, char const *restrict __src) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (stpcpy, char *, - (char *restrict __dst, char const *restrict __src)); - _GL_CXXALIASWARN (stpcpy); - #elif defined GNULIB_POSIXCHECK - # undef stpcpy - # if HAVE_RAW_DECL_STPCPY - _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - " - "use gnulib module stpcpy for portability"); - # endif - #endif - - /* Copy no more than N bytes of SRC to DST, returning a pointer past the - last non-NUL byte written into DST. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef stpncpy - # define stpncpy rpl_stpncpy - # endif - _GL_FUNCDECL_RPL (stpncpy, char *, - (char *restrict __dst, char const *restrict __src, - size_t __n) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (stpncpy, char *, - (char *restrict __dst, char const *restrict __src, - size_t __n)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (stpncpy, char *, - (char *restrict __dst, char const *restrict __src, - size_t __n) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (stpncpy, char *, - (char *restrict __dst, char const *restrict __src, - size_t __n)); - # endif - _GL_CXXALIASWARN (stpncpy); - #elif defined GNULIB_POSIXCHECK - # undef stpncpy - # if HAVE_RAW_DECL_STPNCPY - _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - " - "use gnulib module stpncpy for portability"); - # endif - #endif - - #if defined GNULIB_POSIXCHECK - /* strchr() does not work with multibyte strings if the locale encoding is - GB18030 and the character to be searched is a digit. */ - # undef strchr - /* Assume strchr is always declared. */ - _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings " - "in some multibyte locales - " - "use mbschr if you care about internationalization"); - #endif - - /* Find the first occurrence of C in S or the final NUL byte. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define strchrnul rpl_strchrnul - # endif - _GL_FUNCDECL_RPL (strchrnul, char *, (const char *__s, int __c_in) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (strchrnul, char *, - (const char *str, int ch)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (strchrnul, char *, (char const *__s, int __c_in) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { const char * std::strchrnul (const char *, int); } - extern "C++" { char * std::strchrnul (char *, int); } */ - _GL_CXXALIAS_SYS_CAST2 (strchrnul, - char *, (char const *__s, int __c_in), - char const *, (char const *__s, int __c_in)); - # endif - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (strchrnul, char *, (char *__s, int __c_in)); - _GL_CXXALIASWARN1 (strchrnul, char const *, (char const *__s, int __c_in)); - # else - _GL_CXXALIASWARN (strchrnul); - # endif - #elif defined GNULIB_POSIXCHECK - # undef strchrnul - # if HAVE_RAW_DECL_STRCHRNUL - _GL_WARN_ON_USE (strchrnul, "strchrnul is unportable - " - "use gnulib module strchrnul for portability"); - # endif - #endif - - /* Duplicate S, returning an identical malloc'd string. */ - #if 1 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strdup - # define strdup rpl_strdup - # endif - _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (strdup, char *, (char const *__s)); - # else - # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup - /* strdup exists as a function and as a macro. Get rid of the macro. */ - # undef strdup - # endif - # if !(1 || defined strdup) - _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (strdup, char *, (char const *__s)); - # endif - _GL_CXXALIASWARN (strdup); - #elif defined GNULIB_POSIXCHECK - # undef strdup - # if HAVE_RAW_DECL_STRDUP - _GL_WARN_ON_USE (strdup, "strdup is unportable - " - "use gnulib module strdup for portability"); - # endif - #endif - - /* Append no more than N characters from SRC onto DEST. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strncat - # define strncat rpl_strncat - # endif - _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n)); - # else - _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n)); - # endif - _GL_CXXALIASWARN (strncat); - #elif defined GNULIB_POSIXCHECK - # undef strncat - # if HAVE_RAW_DECL_STRNCAT - _GL_WARN_ON_USE (strncat, "strncat is unportable - " - "use gnulib module strncat for portability"); - # endif - #endif - - /* Return a newly allocated copy of at most N bytes of STRING. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strndup - # define strndup rpl_strndup - # endif - _GL_FUNCDECL_RPL (strndup, char *, (char const *__s, size_t __n) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (strndup, char *, (char const *__s, size_t __n)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (strndup, char *, (char const *__s, size_t __n) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (strndup, char *, (char const *__s, size_t __n)); - # endif - _GL_CXXALIASWARN (strndup); - #elif defined GNULIB_POSIXCHECK - # undef strndup - # if HAVE_RAW_DECL_STRNDUP - _GL_WARN_ON_USE (strndup, "strndup is unportable - " - "use gnulib module strndup for portability"); - # endif - #endif - - /* Find the length (number of bytes) of STRING, but scan at most - MAXLEN bytes. If no '\0' terminator is found in that many bytes, - return MAXLEN. */ - #if 1 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strnlen - # define strnlen rpl_strnlen - # endif - _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__s, size_t __maxlen) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__s, size_t __maxlen)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__s, size_t __maxlen) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__s, size_t __maxlen)); - # endif - _GL_CXXALIASWARN (strnlen); - #elif defined GNULIB_POSIXCHECK - # undef strnlen - # if HAVE_RAW_DECL_STRNLEN - _GL_WARN_ON_USE (strnlen, "strnlen is unportable - " - "use gnulib module strnlen for portability"); - # endif - #endif - - #if defined GNULIB_POSIXCHECK - /* strcspn() assumes the second argument is a list of single-byte characters. - Even in this simple case, it does not work with multibyte strings if the - locale encoding is GB18030 and one of the characters to be searched is a - digit. */ - # undef strcspn - /* Assume strcspn is always declared. */ - _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings " - "in multibyte locales - " - "use mbscspn if you care about internationalization"); - #endif - - /* Find the first occurrence in S of any character in ACCEPT. */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C" { const char * strpbrk (const char *, const char *); } - extern "C++" { char * strpbrk (char *, const char *); } */ - _GL_CXXALIAS_SYS_CAST2 (strpbrk, - char *, (char const *__s, char const *__accept), - const char *, (char const *__s, char const *__accept)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept)); - _GL_CXXALIASWARN1 (strpbrk, char const *, - (char const *__s, char const *__accept)); - # else - _GL_CXXALIASWARN (strpbrk); - # endif - # if defined GNULIB_POSIXCHECK - /* strpbrk() assumes the second argument is a list of single-byte characters. - Even in this simple case, it does not work with multibyte strings if the - locale encoding is GB18030 and one of the characters to be searched is a - digit. */ - # undef strpbrk - _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings " - "in multibyte locales - " - "use mbspbrk if you care about internationalization"); - # endif - #elif defined GNULIB_POSIXCHECK - # undef strpbrk - # if HAVE_RAW_DECL_STRPBRK - _GL_WARN_ON_USE (strpbrk, "strpbrk is unportable - " - "use gnulib module strpbrk for portability"); - # endif - #endif - - #if defined GNULIB_POSIXCHECK - /* strspn() assumes the second argument is a list of single-byte characters. - Even in this simple case, it cannot work with multibyte strings. */ - # undef strspn - /* Assume strspn is always declared. */ - _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " - "in multibyte locales - " - "use mbsspn if you care about internationalization"); - #endif - - #if defined GNULIB_POSIXCHECK - /* strrchr() does not work with multibyte strings if the locale encoding is - GB18030 and the character to be searched is a digit. */ - # undef strrchr - /* Assume strrchr is always declared. */ - _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings " - "in some multibyte locales - " - "use mbsrchr if you care about internationalization"); - #endif - - /* Search the next delimiter (char listed in DELIM) starting at *STRINGP. - If one is found, overwrite it with a NUL, and advance *STRINGP - to point to the next char after it. Otherwise, set *STRINGP to NULL. - If *STRINGP was already NULL, nothing happens. - Return the old value of *STRINGP. - - This is a variant of strtok() that is multithread-safe and supports - empty fields. - - Caveat: It modifies the original string. - Caveat: These functions cannot be used on constant strings. - Caveat: The identity of the delimiting character is lost. - Caveat: It doesn't work with multibyte strings unless all of the delimiter - characters are ASCII characters < 0x30. - - See also strtok_r(). */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (strsep, char *, - (char **restrict __stringp, char const *restrict __delim) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (strsep, char *, - (char **restrict __stringp, char const *restrict __delim)); - _GL_CXXALIASWARN (strsep); - # if defined GNULIB_POSIXCHECK - # undef strsep - _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings " - "in multibyte locales - " - "use mbssep if you care about internationalization"); - # endif - #elif defined GNULIB_POSIXCHECK - # undef strsep - # if HAVE_RAW_DECL_STRSEP - _GL_WARN_ON_USE (strsep, "strsep is unportable - " - "use gnulib module strsep for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define strstr rpl_strstr - # endif - _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); - # else - /* On some systems, this function is defined as an overloaded function: - extern "C++" { const char * strstr (const char *, const char *); } - extern "C++" { char * strstr (char *, const char *); } */ - _GL_CXXALIAS_SYS_CAST2 (strstr, - char *, (const char *haystack, const char *needle), - const char *, (const char *haystack, const char *needle)); - # endif - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle)); - _GL_CXXALIASWARN1 (strstr, const char *, - (const char *haystack, const char *needle)); - # else - _GL_CXXALIASWARN (strstr); - # endif - #elif defined GNULIB_POSIXCHECK - /* strstr() does not work with multibyte strings if the locale encoding is - different from UTF-8: - POSIX says that it operates on "strings", and "string" in POSIX is defined - as a sequence of bytes, not of characters. */ - # undef strstr - /* Assume strstr is always declared. */ - _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot " - "work correctly on character strings in most " - "multibyte locales - " - "use mbsstr if you care about internationalization, " - "or use strstr if you care about speed"); - #endif - - /* Find the first occurrence of NEEDLE in HAYSTACK, using case-insensitive - comparison. */ - #if 1 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define strcasestr rpl_strcasestr - # endif - _GL_FUNCDECL_RPL (strcasestr, char *, - (const char *haystack, const char *needle) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (strcasestr, char *, - (const char *haystack, const char *needle)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (strcasestr, char *, - (const char *haystack, const char *needle) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { const char * strcasestr (const char *, const char *); } - extern "C++" { char * strcasestr (char *, const char *); } */ - _GL_CXXALIAS_SYS_CAST2 (strcasestr, - char *, (const char *haystack, const char *needle), - const char *, (const char *haystack, const char *needle)); - # endif - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (strcasestr, char *, (char *haystack, const char *needle)); - _GL_CXXALIASWARN1 (strcasestr, const char *, - (const char *haystack, const char *needle)); - # else - _GL_CXXALIASWARN (strcasestr); - # endif - #elif defined GNULIB_POSIXCHECK - /* strcasestr() does not work with multibyte strings: - It is a glibc extension, and glibc implements it only for unibyte - locales. */ - # undef strcasestr - # if HAVE_RAW_DECL_STRCASESTR - _GL_WARN_ON_USE (strcasestr, "strcasestr does work correctly on character " - "strings in multibyte locales - " - "use mbscasestr if you care about " - "internationalization, or use c-strcasestr if you want " - "a locale independent function"); - # endif - #endif - - /* Parse S into tokens separated by characters in DELIM. - If S is NULL, the saved pointer in SAVE_PTR is used as - the next starting point. For example: - char s[] = "-abc-=-def"; - char *sp; - x = strtok_r(s, "-", &sp); // x = "abc", sp = "=-def" - x = strtok_r(NULL, "-=", &sp); // x = "def", sp = NULL - x = strtok_r(NULL, "=", &sp); // x = NULL - // s = "abc\0-def\0" - - This is a variant of strtok() that is multithread-safe. - - For the POSIX documentation for this function, see: - http://www.opengroup.org/susv3xsh/strtok.html - - Caveat: It modifies the original string. - Caveat: These functions cannot be used on constant strings. - Caveat: The identity of the delimiting character is lost. - Caveat: It doesn't work with multibyte strings unless all of the delimiter - characters are ASCII characters < 0x30. - - See also strsep(). */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strtok_r - # define strtok_r rpl_strtok_r - # endif - _GL_FUNCDECL_RPL (strtok_r, char *, - (char *restrict s, char const *restrict delim, - char **restrict save_ptr) - _GL_ARG_NONNULL ((2, 3))); - _GL_CXXALIAS_RPL (strtok_r, char *, - (char *restrict s, char const *restrict delim, - char **restrict save_ptr)); - # else - # if 0 || defined GNULIB_POSIXCHECK - # undef strtok_r - # endif - # if ! 1 - _GL_FUNCDECL_SYS (strtok_r, char *, - (char *restrict s, char const *restrict delim, - char **restrict save_ptr) - _GL_ARG_NONNULL ((2, 3))); - # endif - _GL_CXXALIAS_SYS (strtok_r, char *, - (char *restrict s, char const *restrict delim, - char **restrict save_ptr)); - # endif - _GL_CXXALIASWARN (strtok_r); - # if defined GNULIB_POSIXCHECK - _GL_WARN_ON_USE (strtok_r, "strtok_r cannot work correctly on character " - "strings in multibyte locales - " - "use mbstok_r if you care about internationalization"); - # endif - #elif defined GNULIB_POSIXCHECK - # undef strtok_r - # if HAVE_RAW_DECL_STRTOK_R - _GL_WARN_ON_USE (strtok_r, "strtok_r is unportable - " - "use gnulib module strtok_r for portability"); - # endif - #endif - - - /* The following functions are not specified by POSIX. They are gnulib - extensions. */ - - #if 1 - /* Return the number of multibyte characters in the character string STRING. - This considers multibyte characters, unlike strlen, which counts bytes. */ - # ifdef __MirBSD__ /* MirBSD defines mbslen as a macro. Override it. */ - # undef mbslen - # endif - # if 0 /* AIX, OSF/1, MirBSD define mbslen already in libc. */ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define mbslen rpl_mbslen - # endif - _GL_FUNCDECL_RPL (mbslen, size_t, (const char *string) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (mbslen, size_t, (const char *string)); - # else - _GL_FUNCDECL_SYS (mbslen, size_t, (const char *string) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_SYS (mbslen, size_t, (const char *string)); - # endif - _GL_CXXALIASWARN (mbslen); - #endif - - #if 0 - /* Return the number of multibyte characters in the character string starting - at STRING and ending at STRING + LEN. */ - _GL_EXTERN_C size_t mbsnlen (const char *string, size_t len) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1)); - #endif - - #if 1 - /* Locate the first single-byte character C in the character string STRING, - and return a pointer to it. Return NULL if C is not found in STRING. - Unlike strchr(), this function works correctly in multibyte locales with - encodings such as GB18030. */ - # if defined __hpux - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define mbschr rpl_mbschr /* avoid collision with HP-UX function */ - # endif - _GL_FUNCDECL_RPL (mbschr, char *, (const char *string, int c) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (mbschr, char *, (const char *string, int c)); - # else - _GL_FUNCDECL_SYS (mbschr, char *, (const char *string, int c) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_SYS (mbschr, char *, (const char *string, int c)); - # endif - _GL_CXXALIASWARN (mbschr); - #endif - - #if 0 - /* Locate the last single-byte character C in the character string STRING, - and return a pointer to it. Return NULL if C is not found in STRING. - Unlike strrchr(), this function works correctly in multibyte locales with - encodings such as GB18030. */ - # if defined __hpux || defined __INTERIX - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define mbsrchr rpl_mbsrchr /* avoid collision with system function */ - # endif - _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (mbsrchr, char *, (const char *string, int c)); - # else - _GL_FUNCDECL_SYS (mbsrchr, char *, (const char *string, int c) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_SYS (mbsrchr, char *, (const char *string, int c)); - # endif - _GL_CXXALIASWARN (mbsrchr); - #endif - - #if 1 - /* Find the first occurrence of the character string NEEDLE in the character - string HAYSTACK. Return NULL if NEEDLE is not found in HAYSTACK. - Unlike strstr(), this function works correctly in multibyte locales with - encodings different from UTF-8. */ - _GL_EXTERN_C char * mbsstr (const char *haystack, const char *needle) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 1 - /* Compare the character strings S1 and S2, ignoring case, returning less than, - equal to or greater than zero if S1 is lexicographically less than, equal to - or greater than S2. - Note: This function may, in multibyte locales, return 0 for strings of - different lengths! - Unlike strcasecmp(), this function works correctly in multibyte locales. */ - _GL_EXTERN_C int mbscasecmp (const char *s1, const char *s2) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 1 - /* Compare the initial segment of the character string S1 consisting of at most - N characters with the initial segment of the character string S2 consisting - of at most N characters, ignoring case, returning less than, equal to or - greater than zero if the initial segment of S1 is lexicographically less - than, equal to or greater than the initial segment of S2. - Note: This function may, in multibyte locales, return 0 for initial segments - of different lengths! - Unlike strncasecmp(), this function works correctly in multibyte locales. - But beware that N is not a byte count but a character count! */ - _GL_EXTERN_C int mbsncasecmp (const char *s1, const char *s2, size_t n) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Compare the initial segment of the character string STRING consisting of - at most mbslen (PREFIX) characters with the character string PREFIX, - ignoring case. If the two match, return a pointer to the first byte - after this prefix in STRING. Otherwise, return NULL. - Note: This function may, in multibyte locales, return non-NULL if STRING - is of smaller length than PREFIX! - Unlike strncasecmp(), this function works correctly in multibyte - locales. */ - _GL_EXTERN_C char * mbspcasecmp (const char *string, const char *prefix) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Find the first occurrence of the character string NEEDLE in the character - string HAYSTACK, using case-insensitive comparison. - Note: This function may, in multibyte locales, return success even if - strlen (haystack) < strlen (needle) ! - Unlike strcasestr(), this function works correctly in multibyte locales. */ - _GL_EXTERN_C char * mbscasestr (const char *haystack, const char *needle) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Find the first occurrence in the character string STRING of any character - in the character string ACCEPT. Return the number of bytes from the - beginning of the string to this occurrence, or to the end of the string - if none exists. - Unlike strcspn(), this function works correctly in multibyte locales. */ - _GL_EXTERN_C size_t mbscspn (const char *string, const char *accept) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Find the first occurrence in the character string STRING of any character - in the character string ACCEPT. Return the pointer to it, or NULL if none - exists. - Unlike strpbrk(), this function works correctly in multibyte locales. */ - # if defined __hpux - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define mbspbrk rpl_mbspbrk /* avoid collision with HP-UX function */ - # endif - _GL_FUNCDECL_RPL (mbspbrk, char *, (const char *string, const char *accept) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (mbspbrk, char *, (const char *string, const char *accept)); - # else - _GL_FUNCDECL_SYS (mbspbrk, char *, (const char *string, const char *accept) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_SYS (mbspbrk, char *, (const char *string, const char *accept)); - # endif - _GL_CXXALIASWARN (mbspbrk); - #endif - - #if 0 - /* Find the first occurrence in the character string STRING of any character - not in the character string REJECT. Return the number of bytes from the - beginning of the string to this occurrence, or to the end of the string - if none exists. - Unlike strspn(), this function works correctly in multibyte locales. */ - _GL_EXTERN_C size_t mbsspn (const char *string, const char *reject) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Search the next delimiter (multibyte character listed in the character - string DELIM) starting at the character string *STRINGP. - If one is found, overwrite it with a NUL, and advance *STRINGP to point - to the next multibyte character after it. Otherwise, set *STRINGP to NULL. - If *STRINGP was already NULL, nothing happens. - Return the old value of *STRINGP. - - This is a variant of mbstok_r() that supports empty fields. - - Caveat: It modifies the original string. - Caveat: These functions cannot be used on constant strings. - Caveat: The identity of the delimiting character is lost. - - See also mbstok_r(). */ - _GL_EXTERN_C char * mbssep (char **stringp, const char *delim) - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Parse the character string STRING into tokens separated by characters in - the character string DELIM. - If STRING is NULL, the saved pointer in SAVE_PTR is used as - the next starting point. For example: - char s[] = "-abc-=-def"; - char *sp; - x = mbstok_r(s, "-", &sp); // x = "abc", sp = "=-def" - x = mbstok_r(NULL, "-=", &sp); // x = "def", sp = NULL - x = mbstok_r(NULL, "=", &sp); // x = NULL - // s = "abc\0-def\0" - - Caveat: It modifies the original string. - Caveat: These functions cannot be used on constant strings. - Caveat: The identity of the delimiting character is lost. - - See also mbssep(). */ - _GL_EXTERN_C char * mbstok_r (char *string, const char *delim, char **save_ptr) - _GL_ARG_NONNULL ((2, 3)); - #endif - - /* Map any int, typically from errno, into an error message. */ - #if 1 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strerror - # define strerror rpl_strerror - # endif - _GL_FUNCDECL_RPL (strerror, char *, (int)); - _GL_CXXALIAS_RPL (strerror, char *, (int)); - # else - _GL_CXXALIAS_SYS (strerror, char *, (int)); - # endif - _GL_CXXALIASWARN (strerror); - #elif defined GNULIB_POSIXCHECK - # undef strerror - /* Assume strerror is always declared. */ - _GL_WARN_ON_USE (strerror, "strerror is unportable - " - "use gnulib module strerror to guarantee non-NULL result"); - #endif - - /* Map any int, typically from errno, into an error message. Multithread-safe. - Uses the POSIX declaration, not the glibc declaration. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strerror_r - # define strerror_r rpl_strerror_r - # endif - _GL_FUNCDECL_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen)); - # else - # if !1 - _GL_FUNCDECL_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen)); - # endif - # if 1 - _GL_CXXALIASWARN (strerror_r); - # endif - #elif defined GNULIB_POSIXCHECK - # undef strerror_r - # if HAVE_RAW_DECL_STRERROR_R - _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - " - "use gnulib module strerror_r-posix for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define strsignal rpl_strsignal - # endif - _GL_FUNCDECL_RPL (strsignal, char *, (int __sig)); - _GL_CXXALIAS_RPL (strsignal, char *, (int __sig)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (strsignal, char *, (int __sig)); - # endif - /* Need to cast, because on Cygwin 1.5.x systems, the return type is - 'const char *'. */ - _GL_CXXALIAS_SYS_CAST (strsignal, char *, (int __sig)); - # endif - _GL_CXXALIASWARN (strsignal); - #elif defined GNULIB_POSIXCHECK - # undef strsignal - # if HAVE_RAW_DECL_STRSIGNAL - _GL_WARN_ON_USE (strsignal, "strsignal is unportable - " - "use gnulib module strsignal for portability"); - # endif - #endif - - #if 0 - # if !1 - _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *)); - _GL_CXXALIASWARN (strverscmp); - #elif defined GNULIB_POSIXCHECK - # undef strverscmp - # if HAVE_RAW_DECL_STRVERSCMP - _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - " - "use gnulib module strverscmp for portability"); - # endif - #endif - - - #endif /* _GL_STRING_H */ - #endif /* _GL_STRING_H */ - #endif --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/strings.h texinfo-6.5/gnulib/lib/strings.h *** texinfo-6.4/gnulib/lib/strings.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/strings.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,574 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A substitute <strings.h>. - - Copyright (C) 2007-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _GL_STRINGS_H - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - /* Minix 3.1.8 has a bug: <sys/types.h> must be included before <strings.h>. - But avoid namespace pollution on glibc systems. */ - #if defined __minix && !defined __GLIBC__ - # include <sys/types.h> - #endif - - /* The include_next requires a split double-inclusion guard. */ - #if 1 - # include_next <strings.h> - #endif - - #ifndef _GL_STRINGS_H - #define _GL_STRINGS_H - - #if ! 1 - /* Get size_t. */ - # include <stddef.h> - #endif - - - /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ - /* C++ compatible function declaration macros. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _GL_CXXDEFS_H - #define _GL_CXXDEFS_H - - /* Begin/end the GNULIB_NAMESPACE namespace. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { - # define _GL_END_NAMESPACE } - #else - # define _GL_BEGIN_NAMESPACE - # define _GL_END_NAMESPACE - #endif - - /* The three most frequent use cases of these macros are: - - * For providing a substitute for a function that is missing on some - platforms, but is declared and works fine on the platforms on which - it exists: - - #if @GNULIB_FOO@ - # if !@HAVE_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on all platforms, - but is broken/insufficient and needs to be replaced on some platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on some platforms - but is broken/insufficient and needs to be replaced on some of them and - is additionally either missing or undeclared on some other platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - */ - - /* _GL_EXTERN_C declaration; - performs the declaration with C linkage. */ - #if defined __cplusplus - # define _GL_EXTERN_C extern "C" - #else - # define _GL_EXTERN_C extern - #endif - - /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); - declares a replacement function, named rpl_func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ - _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) - #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype rpl_func parameters_and_attributes - - /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); - declares the system function, named func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype func parameters_and_attributes - - /* _GL_CXXALIAS_RPL (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to rpl_func, if GNULIB_NAMESPACE is defined. - Example: - _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); - - Wrapping rpl_func in an object with an inline conversion operator - avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ - _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::rpl_func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); - is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); - except that the C function rpl_func may have a slightly different - declaration. A cast is used to silence the "invalid conversion" error - that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::rpl_func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to the system provided function func, if GNULIB_NAMESPACE - is defined. - Example: - _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); - - Wrapping func in an object with an inline conversion operator - avoids a reference to func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function func may have a slightly different declaration. - A cast is used to silence the "invalid conversion" error that would - otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function is picked among a set of overloaded functions, - namely the one with rettype2 and parameters2. Two consecutive casts - are used to silence the "cannot find a match" and "invalid conversion" - errors that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - /* The outer cast must be a reinterpret_cast. - The inner cast: When the function is defined as a set of overloaded - functions, it works as a static_cast<>, choosing the designated variant. - When the function is defined as a single variant, it works as a - reinterpret_cast<>. The parenthesized cast syntax works both ways. */ - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>((rettype2 (*) parameters2)(::func)); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN (func); - causes a warning to be emitted when ::func is used but not when - GNULIB_NAMESPACE::func is used. func must be defined without overloaded - variants. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN(func) \ - _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN_1(func,namespace) \ - _GL_CXXALIASWARN_2 (func, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_WARN_ON_USE (func, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN_2(func,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN(func) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); - causes a warning to be emitted when the given overloaded variant of ::func - is used but not when GNULIB_NAMESPACE::func is used. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ - GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ - _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - #endif /* _GL_CXXDEFS_H */ - - /* The definition of _GL_ARG_NONNULL is copied here. */ - /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools - that the values passed as arguments n, ..., m must be non-NULL pointers. - n = 1 stands for the first argument, n = 2 for the second argument etc. */ - #ifndef _GL_ARG_NONNULL - # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 - # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) - # else - # define _GL_ARG_NONNULL(params) - # endif - #endif - - /* The definition of _GL_WARN_ON_USE is copied here. */ - /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_WARN_ON_USE (function, "literal string") issues a declaration - for FUNCTION which will then trigger a compiler warning containing - the text of "literal string" anywhere that function is called, if - supported by the compiler. If the compiler does not support this - feature, the macro expands to an unused extern declaration. - - This macro is useful for marking a function as a potential - portability trap, with the intent that "literal string" include - instructions on the replacement function that should be used - instead. However, one of the reasons that a function is a - portability trap is if it has the wrong signature. Declaring - FUNCTION with a different signature in C is a compilation error, so - this macro must use the same type as any existing declaration so - that programs that avoid the problematic FUNCTION do not fail to - compile merely because they included a header that poisoned the - function. But this implies that _GL_WARN_ON_USE is only safe to - use if FUNCTION is known to already have a declaration. Use of - this macro implies that there must not be any other macro hiding - the declaration of FUNCTION; but undefining FUNCTION first is part - of the poisoning process anyway (although for symbols that are - provided only via a macro, the result is a compilation error rather - than a warning containing "literal string"). Also note that in - C++, it is only safe to use if FUNCTION has no overloads. - - For an example, it is possible to poison 'getline' by: - - adding a call to gl_WARN_ON_USE_PREPARE([[#include <stdio.h>]], - [getline]) in configure.ac, which potentially defines - HAVE_RAW_DECL_GETLINE - - adding this code to a header that wraps the system <stdio.h>: - #undef getline - #if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" - "not universally present; use the gnulib module getline"); - #endif - - It is not possible to directly poison global variables. But it is - possible to write a wrapper accessor function, and poison that - (less common usage, like &environ, will cause a compilation error - rather than issue the nice warning, but the end result of informing - the developer about their portability problem is still achieved): - #if HAVE_RAW_DECL_ENVIRON - static char ***rpl_environ (void) { return &environ; } - _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); - # undef environ - # define environ (*rpl_environ ()) - #endif - */ - #ifndef _GL_WARN_ON_USE - - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - /* A compiler attribute is available in gcc versions 4.3.0 and later. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function __attribute__ ((__warning__ (message))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function - # else /* Unsupported. */ - # define _GL_WARN_ON_USE(function, message) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") - is like _GL_WARN_ON_USE (function, "string"), except that the function is - declared with the given prototype, consisting of return type, parameters, - and attributes. - This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does - not work in this case. */ - #ifndef _GL_WARN_ON_USE_CXX - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes \ - __attribute__ ((__warning__ (msg))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes - # else /* Unsupported. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_EXTERN_C declaration; - performs the declaration with C linkage. */ - #ifndef _GL_WARN_EXTERN_C - # if defined __cplusplus - # define _GL_WARN_EXTERN_C extern "C" - # else - # define _GL_WARN_EXTERN_C extern - # endif - #endif - - #ifdef __cplusplus - extern "C" { - #endif - - - /* Find the index of the least-significant set bit. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (ffs, int, (int i)); - # endif - _GL_CXXALIAS_SYS (ffs, int, (int i)); - _GL_CXXALIASWARN (ffs); - #elif defined GNULIB_POSIXCHECK - # undef ffs - # if HAVE_RAW_DECL_FFS - _GL_WARN_ON_USE (ffs, "ffs is not portable - use the ffs module"); - # endif - #endif - - /* Compare strings S1 and S2, ignoring case, returning less than, equal to or - greater than zero if S1 is lexicographically less than, equal to or greater - than S2. - Note: This function does not work in multibyte locales. */ - #if ! 1 - extern int strcasecmp (char const *s1, char const *s2) - _GL_ARG_NONNULL ((1, 2)); - #endif - #if defined GNULIB_POSIXCHECK - /* strcasecmp() does not work with multibyte strings: - POSIX says that it operates on "strings", and "string" in POSIX is defined - as a sequence of bytes, not of characters. */ - # undef strcasecmp - # if HAVE_RAW_DECL_STRCASECMP - _GL_WARN_ON_USE (strcasecmp, "strcasecmp cannot work correctly on character " - "strings in multibyte locales - " - "use mbscasecmp if you care about " - "internationalization, or use c_strcasecmp , " - "gnulib module c-strcase) if you want a locale " - "independent function"); - # endif - #endif - - /* Compare no more than N bytes of strings S1 and S2, ignoring case, - returning less than, equal to or greater than zero if S1 is - lexicographically less than, equal to or greater than S2. - Note: This function cannot work correctly in multibyte locales. */ - #if ! 1 - extern int strncasecmp (char const *s1, char const *s2, size_t n) - _GL_ARG_NONNULL ((1, 2)); - #endif - #if defined GNULIB_POSIXCHECK - /* strncasecmp() does not work with multibyte strings: - POSIX says that it operates on "strings", and "string" in POSIX is defined - as a sequence of bytes, not of characters. */ - # undef strncasecmp - # if HAVE_RAW_DECL_STRNCASECMP - _GL_WARN_ON_USE (strncasecmp, "strncasecmp cannot work correctly on character " - "strings in multibyte locales - " - "use mbsncasecmp or mbspcasecmp if you care about " - "internationalization, or use c_strncasecmp , " - "gnulib module c-strcase) if you want a locale " - "independent function"); - # endif - #endif - - - #ifdef __cplusplus - } - #endif - - #endif /* _GL_STRING_H */ - #endif /* _GL_STRING_H */ --- 0 ---- Binary files texinfo-6.4/gnulib/lib/stripslash.o and texinfo-6.5/gnulib/lib/stripslash.o differ Binary files texinfo-6.4/gnulib/lib/strnlen1.o and texinfo-6.5/gnulib/lib/strnlen1.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/sys/types.h texinfo-6.5/gnulib/lib/sys/types.h *** texinfo-6.4/gnulib/lib/sys/types.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/sys/types.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,54 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* Provide a more complete sys/types.h. - - Copyright (C) 2011-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #ifndef _GL_SYS_TYPES_H - - /* The include_next requires a split double-inclusion guard. */ - # define _GL_INCLUDING_SYS_TYPES_H - #include_next <sys/types.h> - # undef _GL_INCLUDING_SYS_TYPES_H - - #ifndef _GL_SYS_TYPES_H - #define _GL_SYS_TYPES_H - - /* Override off_t if Large File Support is requested on native Windows. */ - #if 0 - /* Same as int64_t in <stdint.h>. */ - # if defined _MSC_VER - # define off_t __int64 - # else - # define off_t long long int - # endif - /* Indicator, for gnulib internal purposes. */ - # define _GL_WINDOWS_64_BIT_OFF_T 1 - #endif - - /* MSVC 9 defines size_t in <stddef.h>, not in <sys/types.h>. */ - /* But avoid namespace pollution on glibc systems. */ - #if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ - && ! defined __GLIBC__ - # include <stddef.h> - #endif - - #endif /* _GL_SYS_TYPES_H */ - #endif /* _GL_SYS_TYPES_H */ --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/sys_types.in.h texinfo-6.5/gnulib/lib/sys_types.in.h *** texinfo-6.4/gnulib/lib/sys_types.in.h 2017-04-15 08:19:47.000000000 +0100 --- texinfo-6.5/gnulib/lib/sys_types.in.h 2017-07-10 19:33:48.000000000 +0100 *************** *** 43,46 **** --- 43,88 ---- #endif + /* Override dev_t and ino_t if distinguishable inodes support is requested + on native Windows. */ + #if @WINDOWS_STAT_INODES@ + + # if @WINDOWS_STAT_INODES@ == 2 + /* Experimental, not useful in Windows 10. */ + + /* Define dev_t to a 64-bit type. */ + # if !defined GNULIB_defined_dev_t + typedef unsigned long long int rpl_dev_t; + # undef dev_t + # define dev_t rpl_dev_t + # define GNULIB_defined_dev_t 1 + # endif + + /* Define ino_t to a 128-bit type. */ + # if !defined GNULIB_defined_ino_t + /* MSVC does not have a 128-bit integer type. + GCC has a 128-bit integer type __int128, but only on 64-bit targets. */ + typedef struct { unsigned long long int _gl_ino[2]; } rpl_ino_t; + # undef ino_t + # define ino_t rpl_ino_t + # define GNULIB_defined_ino_t 1 + # endif + + # else /* @WINDOWS_STAT_INODES@ == 1 */ + + /* Define ino_t to a 64-bit type. */ + # if !defined GNULIB_defined_ino_t + typedef unsigned long long int rpl_ino_t; + # undef ino_t + # define ino_t rpl_ino_t + # define GNULIB_defined_ino_t 1 + # endif + + # endif + + /* Indicator, for gnulib internal purposes. */ + # define _GL_WINDOWS_STAT_INODES @WINDOWS_STAT_INODES@ + + #endif + /* MSVC 9 defines size_t in <stddef.h>, not in <sys/types.h>. */ /* But avoid namespace pollution on glibc systems. */ diff -Nrc2 texinfo-6.4/gnulib/lib/unistd.h texinfo-6.5/gnulib/lib/unistd.h *** texinfo-6.4/gnulib/lib/unistd.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/unistd.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,2072 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* Substitute for and wrapper around <unistd.h>. - Copyright (C) 2003-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _GL_UNISTD_H - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #ifdef _GL_INCLUDING_UNISTD_H - /* Special invocation convention: - - On Mac OS X 10.3.9 we have a sequence of nested includes - <unistd.h> -> <signal.h> -> <pthread.h> -> <unistd.h> - In this situation, the functions are not yet declared, therefore we cannot - provide the C++ aliases. */ - - #include_next <unistd.h> - - #else - /* Normal invocation convention. */ - - /* The include_next requires a split double-inclusion guard. */ - #if 1 - # define _GL_INCLUDING_UNISTD_H - # include_next <unistd.h> - # undef _GL_INCLUDING_UNISTD_H - #endif - - /* Get all possible declarations of gethostname(). */ - #if 0 && 0 \ - && !defined _GL_INCLUDING_WINSOCK2_H - # define _GL_INCLUDING_WINSOCK2_H - # include <winsock2.h> - # undef _GL_INCLUDING_WINSOCK2_H - #endif - - #if !defined _GL_UNISTD_H && !defined _GL_INCLUDING_WINSOCK2_H - #define _GL_UNISTD_H - - /* NetBSD 5.0 mis-defines NULL. Also get size_t. */ - #include <stddef.h> - - /* mingw doesn't define the SEEK_* or *_FILENO macros in <unistd.h>. */ - /* MSVC declares 'unlink' in <stdio.h>, not in <unistd.h>. We must include - it before we #define unlink rpl_unlink. */ - /* Cygwin 1.7.1 declares symlinkat in <stdio.h>, not in <unistd.h>. */ - /* But avoid namespace pollution on glibc systems. */ - #if (!(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET) \ - || ((0 || defined GNULIB_POSIXCHECK) \ - && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) \ - || ((0 || defined GNULIB_POSIXCHECK) \ - && defined __CYGWIN__)) \ - && ! defined __GLIBC__ - # include <stdio.h> - #endif - - /* Cygwin 1.7.1 declares unlinkat in <fcntl.h>, not in <unistd.h>. */ - /* But avoid namespace pollution on glibc systems. */ - #if (0 || defined GNULIB_POSIXCHECK) && defined __CYGWIN__ \ - && ! defined __GLIBC__ - # include <fcntl.h> - #endif - - /* mingw fails to declare _exit in <unistd.h>. */ - /* mingw, MSVC, BeOS, Haiku declare environ in <stdlib.h>, not in - <unistd.h>. */ - /* Solaris declares getcwd not only in <unistd.h> but also in <stdlib.h>. */ - /* OSF Tru64 Unix cannot see gnulib rpl_strtod when system <stdlib.h> is - included here. */ - /* But avoid namespace pollution on glibc systems. */ - #if !defined __GLIBC__ && !defined __osf__ - # define __need_system_stdlib_h - # include <stdlib.h> - # undef __need_system_stdlib_h - #endif - - /* Native Windows platforms declare chdir, getcwd, rmdir in - <io.h> and/or <direct.h>, not in <unistd.h>. - They also declare access(), chmod(), close(), dup(), dup2(), isatty(), - lseek(), read(), unlink(), write() in <io.h>. */ - #if ((0 || 0 || 0 \ - || defined GNULIB_POSIXCHECK) \ - && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) - # include <io.h> /* mingw32, mingw64 */ - # include <direct.h> /* mingw64, MSVC 9 */ - #elif (0 || 0 || 0 || 0 \ - || 0 || 0 || 0 || 0 \ - || defined GNULIB_POSIXCHECK) \ - && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) - # include <io.h> - #endif - - /* AIX and OSF/1 5.1 declare getdomainname in <netdb.h>, not in <unistd.h>. - NonStop Kernel declares gethostname in <netdb.h>, not in <unistd.h>. */ - /* But avoid namespace pollution on glibc systems. */ - #if ((0 && (defined _AIX || defined __osf__)) \ - || (0 && defined __TANDEM)) \ - && !defined __GLIBC__ - # include <netdb.h> - #endif - - /* MSVC defines off_t in <sys/types.h>. - May also define off_t to a 64-bit type on native Windows. */ - #if !1 || 0 - /* Get off_t. */ - # include <sys/types.h> - #endif - - #if (0 || 0 \ - || 0 || 0 \ - || 0 || 0 || defined GNULIB_POSIXCHECK) - /* Get ssize_t. */ - # include <sys/types.h> - #endif - - /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ - /* C++ compatible function declaration macros. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _GL_CXXDEFS_H - #define _GL_CXXDEFS_H - - /* Begin/end the GNULIB_NAMESPACE namespace. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { - # define _GL_END_NAMESPACE } - #else - # define _GL_BEGIN_NAMESPACE - # define _GL_END_NAMESPACE - #endif - - /* The three most frequent use cases of these macros are: - - * For providing a substitute for a function that is missing on some - platforms, but is declared and works fine on the platforms on which - it exists: - - #if @GNULIB_FOO@ - # if !@HAVE_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on all platforms, - but is broken/insufficient and needs to be replaced on some platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on some platforms - but is broken/insufficient and needs to be replaced on some of them and - is additionally either missing or undeclared on some other platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - */ - - /* _GL_EXTERN_C declaration; - performs the declaration with C linkage. */ - #if defined __cplusplus - # define _GL_EXTERN_C extern "C" - #else - # define _GL_EXTERN_C extern - #endif - - /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); - declares a replacement function, named rpl_func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ - _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) - #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype rpl_func parameters_and_attributes - - /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); - declares the system function, named func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype func parameters_and_attributes - - /* _GL_CXXALIAS_RPL (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to rpl_func, if GNULIB_NAMESPACE is defined. - Example: - _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); - - Wrapping rpl_func in an object with an inline conversion operator - avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ - _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::rpl_func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); - is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); - except that the C function rpl_func may have a slightly different - declaration. A cast is used to silence the "invalid conversion" error - that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::rpl_func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to the system provided function func, if GNULIB_NAMESPACE - is defined. - Example: - _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); - - Wrapping func in an object with an inline conversion operator - avoids a reference to func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function func may have a slightly different declaration. - A cast is used to silence the "invalid conversion" error that would - otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function is picked among a set of overloaded functions, - namely the one with rettype2 and parameters2. Two consecutive casts - are used to silence the "cannot find a match" and "invalid conversion" - errors that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - /* The outer cast must be a reinterpret_cast. - The inner cast: When the function is defined as a set of overloaded - functions, it works as a static_cast<>, choosing the designated variant. - When the function is defined as a single variant, it works as a - reinterpret_cast<>. The parenthesized cast syntax works both ways. */ - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>((rettype2 (*) parameters2)(::func)); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN (func); - causes a warning to be emitted when ::func is used but not when - GNULIB_NAMESPACE::func is used. func must be defined without overloaded - variants. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN(func) \ - _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN_1(func,namespace) \ - _GL_CXXALIASWARN_2 (func, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_WARN_ON_USE (func, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN_2(func,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN(func) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); - causes a warning to be emitted when the given overloaded variant of ::func - is used but not when GNULIB_NAMESPACE::func is used. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ - GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ - _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - #endif /* _GL_CXXDEFS_H */ - - /* The definition of _GL_ARG_NONNULL is copied here. */ - /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools - that the values passed as arguments n, ..., m must be non-NULL pointers. - n = 1 stands for the first argument, n = 2 for the second argument etc. */ - #ifndef _GL_ARG_NONNULL - # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 - # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) - # else - # define _GL_ARG_NONNULL(params) - # endif - #endif - - /* The definition of _GL_WARN_ON_USE is copied here. */ - /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_WARN_ON_USE (function, "literal string") issues a declaration - for FUNCTION which will then trigger a compiler warning containing - the text of "literal string" anywhere that function is called, if - supported by the compiler. If the compiler does not support this - feature, the macro expands to an unused extern declaration. - - This macro is useful for marking a function as a potential - portability trap, with the intent that "literal string" include - instructions on the replacement function that should be used - instead. However, one of the reasons that a function is a - portability trap is if it has the wrong signature. Declaring - FUNCTION with a different signature in C is a compilation error, so - this macro must use the same type as any existing declaration so - that programs that avoid the problematic FUNCTION do not fail to - compile merely because they included a header that poisoned the - function. But this implies that _GL_WARN_ON_USE is only safe to - use if FUNCTION is known to already have a declaration. Use of - this macro implies that there must not be any other macro hiding - the declaration of FUNCTION; but undefining FUNCTION first is part - of the poisoning process anyway (although for symbols that are - provided only via a macro, the result is a compilation error rather - than a warning containing "literal string"). Also note that in - C++, it is only safe to use if FUNCTION has no overloads. - - For an example, it is possible to poison 'getline' by: - - adding a call to gl_WARN_ON_USE_PREPARE([[#include <stdio.h>]], - [getline]) in configure.ac, which potentially defines - HAVE_RAW_DECL_GETLINE - - adding this code to a header that wraps the system <stdio.h>: - #undef getline - #if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" - "not universally present; use the gnulib module getline"); - #endif - - It is not possible to directly poison global variables. But it is - possible to write a wrapper accessor function, and poison that - (less common usage, like &environ, will cause a compilation error - rather than issue the nice warning, but the end result of informing - the developer about their portability problem is still achieved): - #if HAVE_RAW_DECL_ENVIRON - static char ***rpl_environ (void) { return &environ; } - _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); - # undef environ - # define environ (*rpl_environ ()) - #endif - */ - #ifndef _GL_WARN_ON_USE - - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - /* A compiler attribute is available in gcc versions 4.3.0 and later. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function __attribute__ ((__warning__ (message))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function - # else /* Unsupported. */ - # define _GL_WARN_ON_USE(function, message) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") - is like _GL_WARN_ON_USE (function, "string"), except that the function is - declared with the given prototype, consisting of return type, parameters, - and attributes. - This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does - not work in this case. */ - #ifndef _GL_WARN_ON_USE_CXX - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes \ - __attribute__ ((__warning__ (msg))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes - # else /* Unsupported. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_EXTERN_C declaration; - performs the declaration with C linkage. */ - #ifndef _GL_WARN_EXTERN_C - # if defined __cplusplus - # define _GL_WARN_EXTERN_C extern "C" - # else - # define _GL_WARN_EXTERN_C extern - # endif - #endif - - - /* Get getopt(), optarg, optind, opterr, optopt. - But avoid namespace pollution on glibc systems. */ - #if 0 && !defined __GLIBC__ && !defined _GL_SYSTEM_GETOPT - # include <getopt-cdefs.h> - # include <getopt-pfx-core.h> - #endif - - #ifndef _GL_INLINE_HEADER_BEGIN - #error "Please include config.h first." - #endif - _GL_INLINE_HEADER_BEGIN - #ifndef _GL_UNISTD_INLINE - # define _GL_UNISTD_INLINE _GL_INLINE - #endif - - /* Hide some function declarations from <winsock2.h>. */ - - #if 0 && 0 - # if !defined _GL_SYS_SOCKET_H - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef socket - # define socket socket_used_without_including_sys_socket_h - # undef connect - # define connect connect_used_without_including_sys_socket_h - # undef accept - # define accept accept_used_without_including_sys_socket_h - # undef bind - # define bind bind_used_without_including_sys_socket_h - # undef getpeername - # define getpeername getpeername_used_without_including_sys_socket_h - # undef getsockname - # define getsockname getsockname_used_without_including_sys_socket_h - # undef getsockopt - # define getsockopt getsockopt_used_without_including_sys_socket_h - # undef listen - # define listen listen_used_without_including_sys_socket_h - # undef recv - # define recv recv_used_without_including_sys_socket_h - # undef send - # define send send_used_without_including_sys_socket_h - # undef recvfrom - # define recvfrom recvfrom_used_without_including_sys_socket_h - # undef sendto - # define sendto sendto_used_without_including_sys_socket_h - # undef setsockopt - # define setsockopt setsockopt_used_without_including_sys_socket_h - # undef shutdown - # define shutdown shutdown_used_without_including_sys_socket_h - # else - _GL_WARN_ON_USE (socket, - "socket() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (connect, - "connect() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (accept, - "accept() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (bind, - "bind() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (getpeername, - "getpeername() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (getsockname, - "getsockname() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (getsockopt, - "getsockopt() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (listen, - "listen() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (recv, - "recv() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (send, - "send() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (recvfrom, - "recvfrom() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (sendto, - "sendto() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (setsockopt, - "setsockopt() used without including <sys/socket.h>"); - _GL_WARN_ON_USE (shutdown, - "shutdown() used without including <sys/socket.h>"); - # endif - # endif - # if !defined _GL_SYS_SELECT_H - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef select - # define select select_used_without_including_sys_select_h - # else - _GL_WARN_ON_USE (select, - "select() used without including <sys/select.h>"); - # endif - # endif - #endif - - - /* OS/2 EMX lacks these macros. */ - #ifndef STDIN_FILENO - # define STDIN_FILENO 0 - #endif - #ifndef STDOUT_FILENO - # define STDOUT_FILENO 1 - #endif - #ifndef STDERR_FILENO - # define STDERR_FILENO 2 - #endif - - /* Ensure *_OK macros exist. */ - #ifndef F_OK - # define F_OK 0 - # define X_OK 1 - # define W_OK 2 - # define R_OK 4 - #endif - - - /* Declare overridden functions. */ - - - #if defined GNULIB_POSIXCHECK - /* The access() function is a security risk. */ - _GL_WARN_ON_USE (access, "the access function is a security risk - " - "use the gnulib module faccessat instead"); - #endif - - - #if 0 - _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1))); - _GL_CXXALIASWARN (chdir); - #elif defined GNULIB_POSIXCHECK - # undef chdir - # if HAVE_RAW_DECL_CHDIR - _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - " - "use gnulib module chdir for portability"); - # endif - #endif - - - #if 0 - /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE - to GID (if GID is not -1). Follow symbolic links. - Return 0 if successful, otherwise -1 and errno set. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/chown.html. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef chown - # define chown rpl_chown - # endif - _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)); - # else - # if !1 - _GL_FUNCDECL_SYS (chown, int, (const char *file, uid_t uid, gid_t gid) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)); - # endif - _GL_CXXALIASWARN (chown); - #elif defined GNULIB_POSIXCHECK - # undef chown - # if HAVE_RAW_DECL_CHOWN - _GL_WARN_ON_USE (chown, "chown fails to follow symlinks on some systems and " - "doesn't treat a uid or gid of -1 on some systems - " - "use gnulib module chown for portability"); - # endif - #endif - - - #if 0 - # if 0 - /* Automatically included by modules that need a replacement for close. */ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef close - # define close rpl_close - # endif - _GL_FUNCDECL_RPL (close, int, (int fd)); - _GL_CXXALIAS_RPL (close, int, (int fd)); - # else - _GL_CXXALIAS_SYS (close, int, (int fd)); - # endif - _GL_CXXALIASWARN (close); - #elif 0 - # undef close - # define close close_used_without_requesting_gnulib_module_close - #elif defined GNULIB_POSIXCHECK - # undef close - /* Assume close is always declared. */ - _GL_WARN_ON_USE (close, "close does not portably work on sockets - " - "use gnulib module close for portability"); - #endif - - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define dup rpl_dup - # endif - _GL_FUNCDECL_RPL (dup, int, (int oldfd)); - _GL_CXXALIAS_RPL (dup, int, (int oldfd)); - # else - _GL_CXXALIAS_SYS (dup, int, (int oldfd)); - # endif - _GL_CXXALIASWARN (dup); - #elif defined GNULIB_POSIXCHECK - # undef dup - # if HAVE_RAW_DECL_DUP - _GL_WARN_ON_USE (dup, "dup is unportable - " - "use gnulib module dup for portability"); - # endif - #endif - - - #if 0 - /* Copy the file descriptor OLDFD into file descriptor NEWFD. Do nothing if - NEWFD = OLDFD, otherwise close NEWFD first if it is open. - Return newfd if successful, otherwise -1 and errno set. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define dup2 rpl_dup2 - # endif - _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd)); - _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd)); - # else - # if !1 - _GL_FUNCDECL_SYS (dup2, int, (int oldfd, int newfd)); - # endif - _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd)); - # endif - _GL_CXXALIASWARN (dup2); - #elif defined GNULIB_POSIXCHECK - # undef dup2 - # if HAVE_RAW_DECL_DUP2 - _GL_WARN_ON_USE (dup2, "dup2 is unportable - " - "use gnulib module dup2 for portability"); - # endif - #endif - - - #if 0 - /* Copy the file descriptor OLDFD into file descriptor NEWFD, with the - specified flags. - The flags are a bitmask, possibly including O_CLOEXEC (defined in <fcntl.h>) - and O_TEXT, O_BINARY (defined in "binary-io.h"). - Close NEWFD first if it is open. - Return newfd if successful, otherwise -1 and errno set. - See the Linux man page at - <http://www.kernel.org/doc/man-pages/online/pages/man2/dup3.2.html>. */ - # if 1 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define dup3 rpl_dup3 - # endif - _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags)); - _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags)); - # else - _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags)); - _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags)); - # endif - _GL_CXXALIASWARN (dup3); - #elif defined GNULIB_POSIXCHECK - # undef dup3 - # if HAVE_RAW_DECL_DUP3 - _GL_WARN_ON_USE (dup3, "dup3 is unportable - " - "use gnulib module dup3 for portability"); - # endif - #endif - - - #if 0 - # if !1 - /* Set of environment variables and values. An array of strings of the form - "VARIABLE=VALUE", terminated with a NULL. */ - # if defined __APPLE__ && defined __MACH__ - # include <TargetConditionals.h> - # if !TARGET_OS_IPHONE && !TARGET_IPHONE_SIMULATOR - # define _GL_USE_CRT_EXTERNS - # endif - # endif - # ifdef _GL_USE_CRT_EXTERNS - # include <crt_externs.h> - # define environ (*_NSGetEnviron ()) - # else - # ifdef __cplusplus - extern "C" { - # endif - extern char **environ; - # ifdef __cplusplus - } - # endif - # endif - # endif - #elif defined GNULIB_POSIXCHECK - # if HAVE_RAW_DECL_ENVIRON - _GL_UNISTD_INLINE char *** - rpl_environ (void) - { - return &environ; - } - _GL_WARN_ON_USE (rpl_environ, "environ is unportable - " - "use gnulib module environ for portability"); - # undef environ - # define environ (*rpl_environ ()) - # endif - #endif - - - #if 0 - /* Like access(), except that it uses the effective user id and group id of - the current process. */ - # if !1 - _GL_FUNCDECL_SYS (euidaccess, int, (const char *filename, int mode) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (euidaccess, int, (const char *filename, int mode)); - _GL_CXXALIASWARN (euidaccess); - # if defined GNULIB_POSIXCHECK - /* Like access(), this function is a security risk. */ - _GL_WARN_ON_USE (euidaccess, "the euidaccess function is a security risk - " - "use the gnulib module faccessat instead"); - # endif - #elif defined GNULIB_POSIXCHECK - # undef euidaccess - # if HAVE_RAW_DECL_EUIDACCESS - _GL_WARN_ON_USE (euidaccess, "euidaccess is unportable - " - "use gnulib module euidaccess for portability"); - # endif - #endif - - - #if 0 - # if !1 - _GL_FUNCDECL_SYS (faccessat, int, - (int fd, char const *file, int mode, int flag) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (faccessat, int, - (int fd, char const *file, int mode, int flag)); - _GL_CXXALIASWARN (faccessat); - #elif defined GNULIB_POSIXCHECK - # undef faccessat - # if HAVE_RAW_DECL_FACCESSAT - _GL_WARN_ON_USE (faccessat, "faccessat is not portable - " - "use gnulib module faccessat for portability"); - # endif - #endif - - - #if 0 - /* Change the process' current working directory to the directory on which - the given file descriptor is open. - Return 0 if successful, otherwise -1 and errno set. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ - # if ! 1 - _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); - - /* Gnulib internal hooks needed to maintain the fchdir metadata. */ - _GL_EXTERN_C int _gl_register_fd (int fd, const char *filename) - _GL_ARG_NONNULL ((2)); - _GL_EXTERN_C void _gl_unregister_fd (int fd); - _GL_EXTERN_C int _gl_register_dup (int oldfd, int newfd); - _GL_EXTERN_C const char *_gl_directory_name (int fd); - - # else - # if !1 - _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); - # endif - # endif - _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); - _GL_CXXALIASWARN (fchdir); - #elif defined GNULIB_POSIXCHECK - # undef fchdir - # if HAVE_RAW_DECL_FCHDIR - _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " - "use gnulib module fchdir for portability"); - # endif - #endif - - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fchownat - # define fchownat rpl_fchownat - # endif - _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file, - uid_t owner, gid_t group, int flag) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file, - uid_t owner, gid_t group, int flag)); - # else - # if !1 - _GL_FUNCDECL_SYS (fchownat, int, (int fd, char const *file, - uid_t owner, gid_t group, int flag) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file, - uid_t owner, gid_t group, int flag)); - # endif - _GL_CXXALIASWARN (fchownat); - #elif defined GNULIB_POSIXCHECK - # undef fchownat - # if HAVE_RAW_DECL_FCHOWNAT - _GL_WARN_ON_USE (fchownat, "fchownat is not portable - " - "use gnulib module openat for portability"); - # endif - #endif - - - #if 0 - /* Synchronize changes to a file. - Return 0 if successful, otherwise -1 and errno set. - See POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html>. */ - # if !1 || !1 - _GL_FUNCDECL_SYS (fdatasync, int, (int fd)); - # endif - _GL_CXXALIAS_SYS (fdatasync, int, (int fd)); - _GL_CXXALIASWARN (fdatasync); - #elif defined GNULIB_POSIXCHECK - # undef fdatasync - # if HAVE_RAW_DECL_FDATASYNC - _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - " - "use gnulib module fdatasync for portability"); - # endif - #endif - - - #if 0 - /* Synchronize changes, including metadata, to a file. - Return 0 if successful, otherwise -1 and errno set. - See POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fsync.html>. */ - # if !1 - _GL_FUNCDECL_SYS (fsync, int, (int fd)); - # endif - _GL_CXXALIAS_SYS (fsync, int, (int fd)); - _GL_CXXALIASWARN (fsync); - #elif defined GNULIB_POSIXCHECK - # undef fsync - # if HAVE_RAW_DECL_FSYNC - _GL_WARN_ON_USE (fsync, "fsync is unportable - " - "use gnulib module fsync for portability"); - # endif - #endif - - - #if 0 - /* Change the size of the file to which FD is opened to become equal to LENGTH. - Return 0 if successful, otherwise -1 and errno set. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef ftruncate - # define ftruncate rpl_ftruncate - # endif - _GL_FUNCDECL_RPL (ftruncate, int, (int fd, off_t length)); - _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length)); - # else - # if !1 - _GL_FUNCDECL_SYS (ftruncate, int, (int fd, off_t length)); - # endif - _GL_CXXALIAS_SYS (ftruncate, int, (int fd, off_t length)); - # endif - _GL_CXXALIASWARN (ftruncate); - #elif defined GNULIB_POSIXCHECK - # undef ftruncate - # if HAVE_RAW_DECL_FTRUNCATE - _GL_WARN_ON_USE (ftruncate, "ftruncate is unportable - " - "use gnulib module ftruncate for portability"); - # endif - #endif - - - #if 0 - /* Get the name of the current working directory, and put it in SIZE bytes - of BUF. - Return BUF if successful, or NULL if the directory couldn't be determined - or SIZE was too small. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html>. - Additionally, the gnulib module 'getcwd' guarantees the following GNU - extension: If BUF is NULL, an array is allocated with 'malloc'; the array - is SIZE bytes long, unless SIZE == 0, in which case it is as big as - necessary. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define getcwd rpl_getcwd - # endif - _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size)); - _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size)); - # else - /* Need to cast, because on mingw, the second parameter is - int size. */ - _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size)); - # endif - _GL_CXXALIASWARN (getcwd); - #elif defined GNULIB_POSIXCHECK - # undef getcwd - # if HAVE_RAW_DECL_GETCWD - _GL_WARN_ON_USE (getcwd, "getcwd is unportable - " - "use gnulib module getcwd for portability"); - # endif - #endif - - - #if 0 - /* Return the NIS domain name of the machine. - WARNING! The NIS domain name is unrelated to the fully qualified host name - of the machine. It is also unrelated to email addresses. - WARNING! The NIS domain name is usually the empty string or "(none)" when - not using NIS. - - Put up to LEN bytes of the NIS domain name into NAME. - Null terminate it if the name is shorter than LEN. - If the NIS domain name is longer than LEN, set errno = EINVAL and return -1. - Return 0 if successful, otherwise set errno and return -1. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getdomainname - # define getdomainname rpl_getdomainname - # endif - _GL_FUNCDECL_RPL (getdomainname, int, (char *name, size_t len) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (getdomainname, int, (char *name, size_t len)); - # else - # if !1 - _GL_FUNCDECL_SYS (getdomainname, int, (char *name, size_t len) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (getdomainname, int, (char *name, size_t len)); - # endif - _GL_CXXALIASWARN (getdomainname); - #elif defined GNULIB_POSIXCHECK - # undef getdomainname - # if HAVE_RAW_DECL_GETDOMAINNAME - _GL_WARN_ON_USE (getdomainname, "getdomainname is unportable - " - "use gnulib module getdomainname for portability"); - # endif - #endif - - - #if 0 - /* Return the maximum number of file descriptors in the current process. - In POSIX, this is same as sysconf (_SC_OPEN_MAX). */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getdtablesize - # define getdtablesize rpl_getdtablesize - # endif - _GL_FUNCDECL_RPL (getdtablesize, int, (void)); - _GL_CXXALIAS_RPL (getdtablesize, int, (void)); - # else - # if !1 - _GL_FUNCDECL_SYS (getdtablesize, int, (void)); - # endif - _GL_CXXALIAS_SYS (getdtablesize, int, (void)); - # endif - _GL_CXXALIASWARN (getdtablesize); - #elif defined GNULIB_POSIXCHECK - # undef getdtablesize - # if HAVE_RAW_DECL_GETDTABLESIZE - _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - " - "use gnulib module getdtablesize for portability"); - # endif - #endif - - - #if 0 - /* Return the supplemental groups that the current process belongs to. - It is unspecified whether the effective group id is in the list. - If N is 0, return the group count; otherwise, N describes how many - entries are available in GROUPS. Return -1 and set errno if N is - not 0 and not large enough. Fails with ENOSYS on some systems. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getgroups - # define getgroups rpl_getgroups - # endif - _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups)); - _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups)); - # else - # if !1 - _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups)); - # endif - _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups)); - # endif - _GL_CXXALIASWARN (getgroups); - #elif defined GNULIB_POSIXCHECK - # undef getgroups - # if HAVE_RAW_DECL_GETGROUPS - _GL_WARN_ON_USE (getgroups, "getgroups is unportable - " - "use gnulib module getgroups for portability"); - # endif - #endif - - - #if 0 - /* Return the standard host name of the machine. - WARNING! The host name may or may not be fully qualified. - - Put up to LEN bytes of the host name into NAME. - Null terminate it if the name is shorter than LEN. - If the host name is longer than LEN, set errno = EINVAL and return -1. - Return 0 if successful, otherwise set errno and return -1. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef gethostname - # define gethostname rpl_gethostname - # endif - _GL_FUNCDECL_RPL (gethostname, int, (char *name, size_t len) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (gethostname, int, (char *name, size_t len)); - # else - # if !1 - _GL_FUNCDECL_SYS (gethostname, int, (char *name, size_t len) - _GL_ARG_NONNULL ((1))); - # endif - /* Need to cast, because on Solaris 10 and OSF/1 5.1 systems, the second - parameter is - int len. */ - _GL_CXXALIAS_SYS_CAST (gethostname, int, (char *name, size_t len)); - # endif - _GL_CXXALIASWARN (gethostname); - #elif 0 - # undef gethostname - # define gethostname gethostname_used_without_requesting_gnulib_module_gethostname - #elif defined GNULIB_POSIXCHECK - # undef gethostname - # if HAVE_RAW_DECL_GETHOSTNAME - _GL_WARN_ON_USE (gethostname, "gethostname is unportable - " - "use gnulib module gethostname for portability"); - # endif - #endif - - - #if 0 - /* Returns the user's login name, or NULL if it cannot be found. Upon error, - returns NULL with errno set. - - See <http://www.opengroup.org/susv3xsh/getlogin.html>. - - Most programs don't need to use this function, because the information is - available through environment variables: - ${LOGNAME-$USER} on Unix platforms, - $USERNAME on native Windows platforms. - */ - # if !1 - _GL_FUNCDECL_SYS (getlogin, char *, (void)); - # endif - _GL_CXXALIAS_SYS (getlogin, char *, (void)); - _GL_CXXALIASWARN (getlogin); - #elif defined GNULIB_POSIXCHECK - # undef getlogin - # if HAVE_RAW_DECL_GETLOGIN - _GL_WARN_ON_USE (getlogin, "getlogin is unportable - " - "use gnulib module getlogin for portability"); - # endif - #endif - - - #if 0 - /* Copies the user's login name to NAME. - The array pointed to by NAME has room for SIZE bytes. - - Returns 0 if successful. Upon error, an error number is returned, or -1 in - the case that the login name cannot be found but no specific error is - provided (this case is hopefully rare but is left open by the POSIX spec). - - See <http://www.opengroup.org/susv3xsh/getlogin.html>. - - Most programs don't need to use this function, because the information is - available through environment variables: - ${LOGNAME-$USER} on Unix platforms, - $USERNAME on native Windows platforms. - */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define getlogin_r rpl_getlogin_r - # endif - _GL_FUNCDECL_RPL (getlogin_r, int, (char *name, size_t size) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (getlogin_r, int, (char *name, size_t size)); - # else - # if !1 - _GL_FUNCDECL_SYS (getlogin_r, int, (char *name, size_t size) - _GL_ARG_NONNULL ((1))); - # endif - /* Need to cast, because on Solaris 10 systems, the second argument is - int size. */ - _GL_CXXALIAS_SYS_CAST (getlogin_r, int, (char *name, size_t size)); - # endif - _GL_CXXALIASWARN (getlogin_r); - #elif defined GNULIB_POSIXCHECK - # undef getlogin_r - # if HAVE_RAW_DECL_GETLOGIN_R - _GL_WARN_ON_USE (getlogin_r, "getlogin_r is unportable - " - "use gnulib module getlogin_r for portability"); - # endif - #endif - - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define getpagesize rpl_getpagesize - # endif - _GL_FUNCDECL_RPL (getpagesize, int, (void)); - _GL_CXXALIAS_RPL (getpagesize, int, (void)); - # else - # if !1 - # if !defined getpagesize - /* This is for POSIX systems. */ - # if !defined _gl_getpagesize && defined _SC_PAGESIZE - # if ! (defined __VMS && __VMS_VER < 70000000) - # define _gl_getpagesize() sysconf (_SC_PAGESIZE) - # endif - # endif - /* This is for older VMS. */ - # if !defined _gl_getpagesize && defined __VMS - # ifdef __ALPHA - # define _gl_getpagesize() 8192 - # else - # define _gl_getpagesize() 512 - # endif - # endif - /* This is for BeOS. */ - # if !defined _gl_getpagesize && 0 - # include <OS.h> - # if defined B_PAGE_SIZE - # define _gl_getpagesize() B_PAGE_SIZE - # endif - # endif - /* This is for AmigaOS4.0. */ - # if !defined _gl_getpagesize && defined __amigaos4__ - # define _gl_getpagesize() 2048 - # endif - /* This is for older Unix systems. */ - # if !defined _gl_getpagesize && 0 - # include <sys/param.h> - # ifdef EXEC_PAGESIZE - # define _gl_getpagesize() EXEC_PAGESIZE - # else - # ifdef NBPG - # ifndef CLSIZE - # define CLSIZE 1 - # endif - # define _gl_getpagesize() (NBPG * CLSIZE) - # else - # ifdef NBPC - # define _gl_getpagesize() NBPC - # endif - # endif - # endif - # endif - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define getpagesize() _gl_getpagesize () - # else - # if !GNULIB_defined_getpagesize_function - _GL_UNISTD_INLINE int - getpagesize () - { - return _gl_getpagesize (); - } - # define GNULIB_defined_getpagesize_function 1 - # endif - # endif - # endif - # endif - /* Need to cast, because on Cygwin 1.5.x systems, the return type is size_t. */ - _GL_CXXALIAS_SYS_CAST (getpagesize, int, (void)); - # endif - # if 1 - _GL_CXXALIASWARN (getpagesize); - # endif - #elif defined GNULIB_POSIXCHECK - # undef getpagesize - # if HAVE_RAW_DECL_GETPAGESIZE - _GL_WARN_ON_USE (getpagesize, "getpagesize is unportable - " - "use gnulib module getpagesize for portability"); - # endif - #endif - - - #if 0 - /* Return the next valid login shell on the system, or NULL when the end of - the list has been reached. */ - # if !1 - _GL_FUNCDECL_SYS (getusershell, char *, (void)); - # endif - _GL_CXXALIAS_SYS (getusershell, char *, (void)); - _GL_CXXALIASWARN (getusershell); - #elif defined GNULIB_POSIXCHECK - # undef getusershell - # if HAVE_RAW_DECL_GETUSERSHELL - _GL_WARN_ON_USE (getusershell, "getusershell is unportable - " - "use gnulib module getusershell for portability"); - # endif - #endif - - #if 0 - /* Rewind to pointer that is advanced at each getusershell() call. */ - # if !1 - _GL_FUNCDECL_SYS (setusershell, void, (void)); - # endif - _GL_CXXALIAS_SYS (setusershell, void, (void)); - _GL_CXXALIASWARN (setusershell); - #elif defined GNULIB_POSIXCHECK - # undef setusershell - # if HAVE_RAW_DECL_SETUSERSHELL - _GL_WARN_ON_USE (setusershell, "setusershell is unportable - " - "use gnulib module getusershell for portability"); - # endif - #endif - - #if 0 - /* Free the pointer that is advanced at each getusershell() call and - associated resources. */ - # if !1 - _GL_FUNCDECL_SYS (endusershell, void, (void)); - # endif - _GL_CXXALIAS_SYS (endusershell, void, (void)); - _GL_CXXALIASWARN (endusershell); - #elif defined GNULIB_POSIXCHECK - # undef endusershell - # if HAVE_RAW_DECL_ENDUSERSHELL - _GL_WARN_ON_USE (endusershell, "endusershell is unportable - " - "use gnulib module getusershell for portability"); - # endif - #endif - - - #if 0 - /* Determine whether group id is in calling user's group list. */ - # if !1 - _GL_FUNCDECL_SYS (group_member, int, (gid_t gid)); - # endif - _GL_CXXALIAS_SYS (group_member, int, (gid_t gid)); - _GL_CXXALIASWARN (group_member); - #elif defined GNULIB_POSIXCHECK - # undef group_member - # if HAVE_RAW_DECL_GROUP_MEMBER - _GL_WARN_ON_USE (group_member, "group_member is unportable - " - "use gnulib module group-member for portability"); - # endif - #endif - - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef isatty - # define isatty rpl_isatty - # endif - _GL_FUNCDECL_RPL (isatty, int, (int fd)); - _GL_CXXALIAS_RPL (isatty, int, (int fd)); - # else - _GL_CXXALIAS_SYS (isatty, int, (int fd)); - # endif - _GL_CXXALIASWARN (isatty); - #elif defined GNULIB_POSIXCHECK - # undef isatty - # if HAVE_RAW_DECL_ISATTY - _GL_WARN_ON_USE (isatty, "isatty has portability problems on native Windows - " - "use gnulib module isatty for portability"); - # endif - #endif - - - #if 0 - /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE - to GID (if GID is not -1). Do not follow symbolic links. - Return 0 if successful, otherwise -1 and errno set. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef lchown - # define lchown rpl_lchown - # endif - _GL_FUNCDECL_RPL (lchown, int, (char const *file, uid_t owner, gid_t group) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (lchown, int, (char const *file, uid_t owner, gid_t group)); - # else - # if !1 - _GL_FUNCDECL_SYS (lchown, int, (char const *file, uid_t owner, gid_t group) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_t group)); - # endif - _GL_CXXALIASWARN (lchown); - #elif defined GNULIB_POSIXCHECK - # undef lchown - # if HAVE_RAW_DECL_LCHOWN - _GL_WARN_ON_USE (lchown, "lchown is unportable to pre-POSIX.1-2001 systems - " - "use gnulib module lchown for portability"); - # endif - #endif - - - #if 0 - /* Create a new hard link for an existing file. - Return 0 if successful, otherwise -1 and errno set. - See POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/link.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define link rpl_link - # endif - _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2)); - # else - # if !1 - _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2)); - # endif - _GL_CXXALIASWARN (link); - #elif defined GNULIB_POSIXCHECK - # undef link - # if HAVE_RAW_DECL_LINK - _GL_WARN_ON_USE (link, "link is unportable - " - "use gnulib module link for portability"); - # endif - #endif - - - #if 0 - /* Create a new hard link for an existing file, relative to two - directories. FLAG controls whether symlinks are followed. - Return 0 if successful, otherwise -1 and errno set. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef linkat - # define linkat rpl_linkat - # endif - _GL_FUNCDECL_RPL (linkat, int, - (int fd1, const char *path1, int fd2, const char *path2, - int flag) - _GL_ARG_NONNULL ((2, 4))); - _GL_CXXALIAS_RPL (linkat, int, - (int fd1, const char *path1, int fd2, const char *path2, - int flag)); - # else - # if !1 - _GL_FUNCDECL_SYS (linkat, int, - (int fd1, const char *path1, int fd2, const char *path2, - int flag) - _GL_ARG_NONNULL ((2, 4))); - # endif - _GL_CXXALIAS_SYS (linkat, int, - (int fd1, const char *path1, int fd2, const char *path2, - int flag)); - # endif - _GL_CXXALIASWARN (linkat); - #elif defined GNULIB_POSIXCHECK - # undef linkat - # if HAVE_RAW_DECL_LINKAT - _GL_WARN_ON_USE (linkat, "linkat is unportable - " - "use gnulib module linkat for portability"); - # endif - #endif - - - #if 0 - /* Set the offset of FD relative to SEEK_SET, SEEK_CUR, or SEEK_END. - Return the new offset if successful, otherwise -1 and errno set. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define lseek rpl_lseek - # endif - _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence)); - _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence)); - # else - _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence)); - # endif - _GL_CXXALIASWARN (lseek); - #elif defined GNULIB_POSIXCHECK - # undef lseek - # if HAVE_RAW_DECL_LSEEK - _GL_WARN_ON_USE (lseek, "lseek does not fail with ESPIPE on pipes on some " - "systems - use gnulib module lseek for portability"); - # endif - #endif - - - #if 0 - /* Create a pipe, defaulting to O_BINARY mode. - Store the read-end as fd[0] and the write-end as fd[1]. - Return 0 upon success, or -1 with errno set upon failure. */ - # if !1 - _GL_FUNCDECL_SYS (pipe, int, (int fd[2]) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (pipe, int, (int fd[2])); - _GL_CXXALIASWARN (pipe); - #elif defined GNULIB_POSIXCHECK - # undef pipe - # if HAVE_RAW_DECL_PIPE - _GL_WARN_ON_USE (pipe, "pipe is unportable - " - "use gnulib module pipe-posix for portability"); - # endif - #endif - - - #if 0 - /* Create a pipe, applying the given flags when opening the read-end of the - pipe and the write-end of the pipe. - The flags are a bitmask, possibly including O_CLOEXEC (defined in <fcntl.h>) - and O_TEXT, O_BINARY (defined in "binary-io.h"). - Store the read-end as fd[0] and the write-end as fd[1]. - Return 0 upon success, or -1 with errno set upon failure. - See also the Linux man page at - <http://www.kernel.org/doc/man-pages/online/pages/man2/pipe2.2.html>. */ - # if 1 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define pipe2 rpl_pipe2 - # endif - _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); - # else - _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); - # endif - _GL_CXXALIASWARN (pipe2); - #elif defined GNULIB_POSIXCHECK - # undef pipe2 - # if HAVE_RAW_DECL_PIPE2 - _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - " - "use gnulib module pipe2 for portability"); - # endif - #endif - - - #if 0 - /* Read at most BUFSIZE bytes from FD into BUF, starting at OFFSET. - Return the number of bytes placed into BUF if successful, otherwise - set errno and return -1. 0 indicates EOF. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef pread - # define pread rpl_pread - # endif - _GL_FUNCDECL_RPL (pread, ssize_t, - (int fd, void *buf, size_t bufsize, off_t offset) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (pread, ssize_t, - (int fd, void *buf, size_t bufsize, off_t offset)); - # else - # if !1 - _GL_FUNCDECL_SYS (pread, ssize_t, - (int fd, void *buf, size_t bufsize, off_t offset) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (pread, ssize_t, - (int fd, void *buf, size_t bufsize, off_t offset)); - # endif - _GL_CXXALIASWARN (pread); - #elif defined GNULIB_POSIXCHECK - # undef pread - # if HAVE_RAW_DECL_PREAD - _GL_WARN_ON_USE (pread, "pread is unportable - " - "use gnulib module pread for portability"); - # endif - #endif - - - #if 0 - /* Write at most BUFSIZE bytes from BUF into FD, starting at OFFSET. - Return the number of bytes written if successful, otherwise - set errno and return -1. 0 indicates nothing written. See the - POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/pwrite.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef pwrite - # define pwrite rpl_pwrite - # endif - _GL_FUNCDECL_RPL (pwrite, ssize_t, - (int fd, const void *buf, size_t bufsize, off_t offset) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (pwrite, ssize_t, - (int fd, const void *buf, size_t bufsize, off_t offset)); - # else - # if !1 - _GL_FUNCDECL_SYS (pwrite, ssize_t, - (int fd, const void *buf, size_t bufsize, off_t offset) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (pwrite, ssize_t, - (int fd, const void *buf, size_t bufsize, off_t offset)); - # endif - _GL_CXXALIASWARN (pwrite); - #elif defined GNULIB_POSIXCHECK - # undef pwrite - # if HAVE_RAW_DECL_PWRITE - _GL_WARN_ON_USE (pwrite, "pwrite is unportable - " - "use gnulib module pwrite for portability"); - # endif - #endif - - - #if 0 - /* Read up to COUNT bytes from file descriptor FD into the buffer starting - at BUF. See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/read.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef read - # define read rpl_read - # endif - _GL_FUNCDECL_RPL (read, ssize_t, (int fd, void *buf, size_t count) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (read, ssize_t, (int fd, void *buf, size_t count)); - # else - /* Need to cast, because on mingw, the third parameter is - unsigned int count - and the return type is 'int'. */ - _GL_CXXALIAS_SYS_CAST (read, ssize_t, (int fd, void *buf, size_t count)); - # endif - _GL_CXXALIASWARN (read); - #endif - - - #if 0 - /* Read the contents of the symbolic link FILE and place the first BUFSIZE - bytes of it into BUF. Return the number of bytes placed into BUF if - successful, otherwise -1 and errno set. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define readlink rpl_readlink - # endif - _GL_FUNCDECL_RPL (readlink, ssize_t, - (const char *file, char *buf, size_t bufsize) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (readlink, ssize_t, - (const char *file, char *buf, size_t bufsize)); - # else - # if !1 - _GL_FUNCDECL_SYS (readlink, ssize_t, - (const char *file, char *buf, size_t bufsize) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (readlink, ssize_t, - (const char *file, char *buf, size_t bufsize)); - # endif - _GL_CXXALIASWARN (readlink); - #elif defined GNULIB_POSIXCHECK - # undef readlink - # if HAVE_RAW_DECL_READLINK - _GL_WARN_ON_USE (readlink, "readlink is unportable - " - "use gnulib module readlink for portability"); - # endif - #endif - - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define readlinkat rpl_readlinkat - # endif - _GL_FUNCDECL_RPL (readlinkat, ssize_t, - (int fd, char const *file, char *buf, size_t len) - _GL_ARG_NONNULL ((2, 3))); - _GL_CXXALIAS_RPL (readlinkat, ssize_t, - (int fd, char const *file, char *buf, size_t len)); - # else - # if !1 - _GL_FUNCDECL_SYS (readlinkat, ssize_t, - (int fd, char const *file, char *buf, size_t len) - _GL_ARG_NONNULL ((2, 3))); - # endif - _GL_CXXALIAS_SYS (readlinkat, ssize_t, - (int fd, char const *file, char *buf, size_t len)); - # endif - _GL_CXXALIASWARN (readlinkat); - #elif defined GNULIB_POSIXCHECK - # undef readlinkat - # if HAVE_RAW_DECL_READLINKAT - _GL_WARN_ON_USE (readlinkat, "readlinkat is not portable - " - "use gnulib module readlinkat for portability"); - # endif - #endif - - - #if 0 - /* Remove the directory DIR. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define rmdir rpl_rmdir - # endif - _GL_FUNCDECL_RPL (rmdir, int, (char const *name) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (rmdir, int, (char const *name)); - # else - _GL_CXXALIAS_SYS (rmdir, int, (char const *name)); - # endif - _GL_CXXALIASWARN (rmdir); - #elif defined GNULIB_POSIXCHECK - # undef rmdir - # if HAVE_RAW_DECL_RMDIR - _GL_WARN_ON_USE (rmdir, "rmdir is unportable - " - "use gnulib module rmdir for portability"); - # endif - #endif - - - #if 0 - /* Set the host name of the machine. - The host name may or may not be fully qualified. - - Put LEN bytes of NAME into the host name. - Return 0 if successful, otherwise, set errno and return -1. - - Platforms with no ability to set the hostname return -1 and set - errno = ENOSYS. */ - # if !1 || !1 - _GL_FUNCDECL_SYS (sethostname, int, (const char *name, size_t len) - _GL_ARG_NONNULL ((1))); - # endif - /* Need to cast, because on Solaris 11 2011-10, Mac OS X 10.5, IRIX 6.5 - and FreeBSD 6.4 the second parameter is int. On Solaris 11 - 2011-10, the first parameter is not const. */ - _GL_CXXALIAS_SYS_CAST (sethostname, int, (const char *name, size_t len)); - _GL_CXXALIASWARN (sethostname); - #elif defined GNULIB_POSIXCHECK - # undef sethostname - # if HAVE_RAW_DECL_SETHOSTNAME - _GL_WARN_ON_USE (sethostname, "sethostname is unportable - " - "use gnulib module sethostname for portability"); - # endif - #endif - - - #if 0 - /* Pause the execution of the current thread for N seconds. - Returns the number of seconds left to sleep. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef sleep - # define sleep rpl_sleep - # endif - _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n)); - _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n)); - # else - # if !1 - _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n)); - # endif - _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n)); - # endif - _GL_CXXALIASWARN (sleep); - #elif defined GNULIB_POSIXCHECK - # undef sleep - # if HAVE_RAW_DECL_SLEEP - _GL_WARN_ON_USE (sleep, "sleep is unportable - " - "use gnulib module sleep for portability"); - # endif - #endif - - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef symlink - # define symlink rpl_symlink - # endif - _GL_FUNCDECL_RPL (symlink, int, (char const *contents, char const *file) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (symlink, int, (char const *contents, char const *file)); - # else - # if !1 - _GL_FUNCDECL_SYS (symlink, int, (char const *contents, char const *file) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file)); - # endif - _GL_CXXALIASWARN (symlink); - #elif defined GNULIB_POSIXCHECK - # undef symlink - # if HAVE_RAW_DECL_SYMLINK - _GL_WARN_ON_USE (symlink, "symlink is not portable - " - "use gnulib module symlink for portability"); - # endif - #endif - - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef symlinkat - # define symlinkat rpl_symlinkat - # endif - _GL_FUNCDECL_RPL (symlinkat, int, - (char const *contents, int fd, char const *file) - _GL_ARG_NONNULL ((1, 3))); - _GL_CXXALIAS_RPL (symlinkat, int, - (char const *contents, int fd, char const *file)); - # else - # if !1 - _GL_FUNCDECL_SYS (symlinkat, int, - (char const *contents, int fd, char const *file) - _GL_ARG_NONNULL ((1, 3))); - # endif - _GL_CXXALIAS_SYS (symlinkat, int, - (char const *contents, int fd, char const *file)); - # endif - _GL_CXXALIASWARN (symlinkat); - #elif defined GNULIB_POSIXCHECK - # undef symlinkat - # if HAVE_RAW_DECL_SYMLINKAT - _GL_WARN_ON_USE (symlinkat, "symlinkat is not portable - " - "use gnulib module symlinkat for portability"); - # endif - #endif - - - #if 0 - /* Change the size of the file designated by FILENAME to become equal to LENGTH. - Return 0 if successful, otherwise -1 and errno set. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncate.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef truncate - # define truncate rpl_truncate - # endif - _GL_FUNCDECL_RPL (truncate, int, (const char *filename, off_t length) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (truncate, int, (const char *filename, off_t length)); - # else - # if !1 - _GL_FUNCDECL_SYS (truncate, int, (const char *filename, off_t length) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (truncate, int, (const char *filename, off_t length)); - # endif - _GL_CXXALIASWARN (truncate); - #elif defined GNULIB_POSIXCHECK - # undef truncate - # if HAVE_RAW_DECL_TRUNCATE - _GL_WARN_ON_USE (truncate, "truncate is unportable - " - "use gnulib module truncate for portability"); - # endif - #endif - - - #if 0 - /* Store at most BUFLEN characters of the pathname of the terminal FD is - open on in BUF. Return 0 on success, otherwise an error number. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef ttyname_r - # define ttyname_r rpl_ttyname_r - # endif - _GL_FUNCDECL_RPL (ttyname_r, int, - (int fd, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (ttyname_r, int, - (int fd, char *buf, size_t buflen)); - # else - # if !1 - _GL_FUNCDECL_SYS (ttyname_r, int, - (int fd, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (ttyname_r, int, - (int fd, char *buf, size_t buflen)); - # endif - _GL_CXXALIASWARN (ttyname_r); - #elif defined GNULIB_POSIXCHECK - # undef ttyname_r - # if HAVE_RAW_DECL_TTYNAME_R - _GL_WARN_ON_USE (ttyname_r, "ttyname_r is not portable - " - "use gnulib module ttyname_r for portability"); - # endif - #endif - - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef unlink - # define unlink rpl_unlink - # endif - _GL_FUNCDECL_RPL (unlink, int, (char const *file) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (unlink, int, (char const *file)); - # else - _GL_CXXALIAS_SYS (unlink, int, (char const *file)); - # endif - _GL_CXXALIASWARN (unlink); - #elif defined GNULIB_POSIXCHECK - # undef unlink - # if HAVE_RAW_DECL_UNLINK - _GL_WARN_ON_USE (unlink, "unlink is not portable - " - "use gnulib module unlink for portability"); - # endif - #endif - - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef unlinkat - # define unlinkat rpl_unlinkat - # endif - _GL_FUNCDECL_RPL (unlinkat, int, (int fd, char const *file, int flag) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (unlinkat, int, (int fd, char const *file, int flag)); - # else - # if !1 - _GL_FUNCDECL_SYS (unlinkat, int, (int fd, char const *file, int flag) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (unlinkat, int, (int fd, char const *file, int flag)); - # endif - _GL_CXXALIASWARN (unlinkat); - #elif defined GNULIB_POSIXCHECK - # undef unlinkat - # if HAVE_RAW_DECL_UNLINKAT - _GL_WARN_ON_USE (unlinkat, "unlinkat is not portable - " - "use gnulib module openat for portability"); - # endif - #endif - - - #if 0 - /* Pause the execution of the current thread for N microseconds. - Returns 0 on completion, or -1 on range error. - See the POSIX:2001 specification - <http://www.opengroup.org/susv3xsh/usleep.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef usleep - # define usleep rpl_usleep - # endif - _GL_FUNCDECL_RPL (usleep, int, (useconds_t n)); - _GL_CXXALIAS_RPL (usleep, int, (useconds_t n)); - # else - # if !1 - _GL_FUNCDECL_SYS (usleep, int, (useconds_t n)); - # endif - _GL_CXXALIAS_SYS (usleep, int, (useconds_t n)); - # endif - _GL_CXXALIASWARN (usleep); - #elif defined GNULIB_POSIXCHECK - # undef usleep - # if HAVE_RAW_DECL_USLEEP - _GL_WARN_ON_USE (usleep, "usleep is unportable - " - "use gnulib module usleep for portability"); - # endif - #endif - - - #if 0 - /* Write up to COUNT bytes starting at BUF to file descriptor FD. - See the POSIX:2008 specification - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/write.html>. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef write - # define write rpl_write - # endif - _GL_FUNCDECL_RPL (write, ssize_t, (int fd, const void *buf, size_t count) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (write, ssize_t, (int fd, const void *buf, size_t count)); - # else - /* Need to cast, because on mingw, the third parameter is - unsigned int count - and the return type is 'int'. */ - _GL_CXXALIAS_SYS_CAST (write, ssize_t, (int fd, const void *buf, size_t count)); - # endif - _GL_CXXALIASWARN (write); - #endif - - _GL_INLINE_HEADER_END - - #endif /* _GL_UNISTD_H */ - #endif /* _GL_INCLUDING_UNISTD_H */ - #endif /* _GL_UNISTD_H */ --- 0 ---- Binary files texinfo-6.4/gnulib/lib/unistd.o and texinfo-6.5/gnulib/lib/unistd.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/unitypes.h texinfo-6.5/gnulib/lib/unitypes.h *** texinfo-6.4/gnulib/lib/unitypes.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/unitypes.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,47 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* Elementary types and macros for the GNU UniString library. - Copyright (C) 2002, 2005-2006, 2009-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _UNITYPES_H - #define _UNITYPES_H - - /* Get uint8_t, uint16_t, uint32_t. */ - #include <stdint.h> - - /* Type representing a Unicode character. */ - typedef uint32_t ucs4_t; - - /* Attribute of a function whose result depends only on the arguments - (not pointers!) and which has no side effects. */ - #ifndef _UC_ATTRIBUTE_CONST - # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) - # define _UC_ATTRIBUTE_CONST __attribute__ ((__const__)) - # else - # define _UC_ATTRIBUTE_CONST - # endif - #endif - - /* Attribute of a function whose result depends only on the arguments - (possibly pointers) and global memory, and which has no side effects. */ - #ifndef _UC_ATTRIBUTE_PURE - # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) - # define _UC_ATTRIBUTE_PURE __attribute__ ((__pure__)) - # else - # define _UC_ATTRIBUTE_PURE - # endif - #endif - - #endif /* _UNITYPES_H */ --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/uniwidth/.deps/width.Po texinfo-6.5/gnulib/lib/uniwidth/.deps/width.Po *** texinfo-6.4/gnulib/lib/uniwidth/.deps/width.Po 2017-07-03 17:45:31.000000000 +0100 --- texinfo-6.5/gnulib/lib/uniwidth/.deps/width.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,101 **** - uniwidth/width.o: uniwidth/width.c /usr/include/stdc-predef.h \ - ../../config.h uniwidth.h unitypes.h stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/wchar.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h localcharset.h \ - uniwidth/cjk.h streq.h string.h /usr/include/string.h \ - /usr/include/xlocale.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/byteswap-16.h stdlib.h /usr/include/stdlib.h - - /usr/include/stdc-predef.h: - - ../../config.h: - - uniwidth.h: - - unitypes.h: - - stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/wchar.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - localcharset.h: - - uniwidth/cjk.h: - - streq.h: - - string.h: - - /usr/include/string.h: - - /usr/include/xlocale.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - stdlib.h: - - /usr/include/stdlib.h: --- 0 ---- Binary files texinfo-6.4/gnulib/lib/uniwidth/width.o and texinfo-6.5/gnulib/lib/uniwidth/width.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/uniwidth.h texinfo-6.5/gnulib/lib/uniwidth.h *** texinfo-6.4/gnulib/lib/uniwidth.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/uniwidth.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,73 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* Display width functions. - Copyright (C) 2001-2002, 2005, 2007, 2009-2017 Free Software Foundation, - Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _UNIWIDTH_H - #define _UNIWIDTH_H - - #include "unitypes.h" - - /* Get size_t. */ - #include <stddef.h> - - /* Get locale_charset() declaration. */ - #include "localcharset.h" - - #ifdef __cplusplus - extern "C" { - #endif - - - /* Display width. */ - - /* These functions are locale dependent. The encoding argument identifies - the encoding (e.g. "ISO-8859-2" for Polish). */ - - /* Determine number of column positions required for UC. */ - extern int - uc_width (ucs4_t uc, const char *encoding) - _UC_ATTRIBUTE_PURE; - - /* Determine number of column positions required for first N units - (or fewer if S ends before this) in S. */ - extern int - u8_width (const uint8_t *s, size_t n, const char *encoding) - _UC_ATTRIBUTE_PURE; - extern int - u16_width (const uint16_t *s, size_t n, const char *encoding) - _UC_ATTRIBUTE_PURE; - extern int - u32_width (const uint32_t *s, size_t n, const char *encoding) - _UC_ATTRIBUTE_PURE; - - /* Determine number of column positions required for S. */ - extern int - u8_strwidth (const uint8_t *s, const char *encoding) - _UC_ATTRIBUTE_PURE; - extern int - u16_strwidth (const uint16_t *s, const char *encoding) - _UC_ATTRIBUTE_PURE; - extern int - u32_strwidth (const uint32_t *s, const char *encoding) - _UC_ATTRIBUTE_PURE; - - - #ifdef __cplusplus - } - #endif - - #endif /* _UNIWIDTH_H */ --- 0 ---- diff -Nrc2 texinfo-6.4/gnulib/lib/vasnprintf.c texinfo-6.5/gnulib/lib/vasnprintf.c *** texinfo-6.4/gnulib/lib/vasnprintf.c 2017-04-29 19:44:00.000000000 +0100 --- texinfo-6.5/gnulib/lib/vasnprintf.c 2017-07-10 19:33:48.000000000 +0100 *************** *** 119,122 **** --- 119,130 ---- #endif + #ifndef FALLTHROUGH + # if __GNUC__ < 7 + # define FALLTHROUGH ((void) 0) + # else + # define FALLTHROUGH __attribute__ ((__fallthrough__)) + # endif + #endif + /* Default parameters. */ #ifndef VASNPRINTF *************** *** 4838,4842 **** # endif #endif ! /*FALLTHROUGH*/ case TYPE_LONGINT: case TYPE_ULONGINT: --- 4846,4850 ---- # endif #endif ! FALLTHROUGH; case TYPE_LONGINT: case TYPE_ULONGINT: *************** *** 4862,4866 **** *fbp = dp->conversion; #if USE_SNPRINTF ! # if !(((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) && !defined __UCLIBC__) || ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) fbp[1] = '%'; fbp[2] = 'n'; --- 4870,4877 ---- *fbp = dp->conversion; #if USE_SNPRINTF ! # if ! (((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) \ ! && !defined __UCLIBC__) \ ! || (defined __APPLE__ && defined __MACH__) \ ! || ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) fbp[1] = '%'; fbp[2] = 'n'; *************** *** 4876,4879 **** --- 4887,4897 ---- (if compiled with _FORTIFY_SOURCE=2), so we should avoid it in this situation. */ + /* On Mac OS X 10.3 or newer, we know that snprintf's return + value conforms to ISO C 99: the tests gl_SNPRINTF_RETVAL_C99 + and gl_SNPRINTF_TRUNCATION_C99 pass. + Therefore we can avoid using %n in this situation. + On Mac OS X 10.13 or newer, the use of %n in format strings + in writable memory by default crashes the program, so we + should avoid it in this situation. */ /* On native Windows systems (such as mingw), we can avoid using %n because: diff -Nrc2 texinfo-6.4/gnulib/lib/wchar.h texinfo-6.5/gnulib/lib/wchar.h *** texinfo-6.4/gnulib/lib/wchar.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/wchar.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1529 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A substitute for ISO C99 <wchar.h>, for platforms that have issues. - - Copyright (C) 2007-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ - - /* Written by Eric Blake. */ - - /* - * ISO C 99 <wchar.h> for platforms that have issues. - * <http://www.opengroup.org/susv3xbd/wchar.h.html> - * - * For now, this just ensures proper prerequisite inclusion order and - * the declaration of wcwidth(). - */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #if (((defined __need_mbstate_t || defined __need_wint_t) \ - && !defined __MINGW32__ && !defined __KLIBC__) \ - || (defined __hpux \ - && ((defined _INTTYPES_INCLUDED && !defined strtoimax) \ - || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) \ - || (defined __MINGW32__ && defined __STRING_H_SOURCED__) \ - || defined _GL_ALREADY_INCLUDING_WCHAR_H) - /* Special invocation convention: - - Inside glibc and uClibc header files, but not MinGW. - - On HP-UX 11.00 we have a sequence of nested includes - <wchar.h> -> <stdlib.h> -> <stdint.h>, and the latter includes <wchar.h>, - once indirectly <stdint.h> -> <sys/types.h> -> <inttypes.h> -> <wchar.h> - and once directly. In both situations 'wint_t' is not yet defined, - therefore we cannot provide the function overrides; instead include only - the system's <wchar.h>. - - With MinGW 3.22, when <string.h> includes <wchar.h>, only some part of - <wchar.h> is actually processed, and that doesn't include 'mbstate_t'. - - On IRIX 6.5, similarly, we have an include <wchar.h> -> <wctype.h>, and - the latter includes <wchar.h>. But here, we have no way to detect whether - <wctype.h> is completely included or is still being included. */ - - #include_next <wchar.h> - - #else - /* Normal invocation convention. */ - - #ifndef _GL_WCHAR_H - - #define _GL_ALREADY_INCLUDING_WCHAR_H - - #if 1 - # include <features.h> /* for __GLIBC__ */ - #endif - - /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before - <wchar.h>. - BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be - included before <wchar.h>. - In some builds of uClibc, <wchar.h> is nonexistent and wchar_t is defined - by <stddef.h>. - But avoid namespace pollution on glibc systems. */ - #if !(defined __GLIBC__ && !defined __UCLIBC__) - # include <stddef.h> - #endif - #ifndef __GLIBC__ - # include <stdio.h> - # include <time.h> - #endif - - /* Include the original <wchar.h> if it exists. - Some builds of uClibc lack it. */ - /* The include_next requires a split double-inclusion guard. */ - #if 1 - # include_next <wchar.h> - #endif - - #undef _GL_ALREADY_INCLUDING_WCHAR_H - - #ifndef _GL_WCHAR_H - #define _GL_WCHAR_H - - /* The __attribute__ feature is available in gcc versions 2.5 and later. - The attribute __pure__ was added in gcc 2.96. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) - # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) - #else - # define _GL_ATTRIBUTE_PURE /* empty */ - #endif - - /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ - /* C++ compatible function declaration macros. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _GL_CXXDEFS_H - #define _GL_CXXDEFS_H - - /* Begin/end the GNULIB_NAMESPACE namespace. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { - # define _GL_END_NAMESPACE } - #else - # define _GL_BEGIN_NAMESPACE - # define _GL_END_NAMESPACE - #endif - - /* The three most frequent use cases of these macros are: - - * For providing a substitute for a function that is missing on some - platforms, but is declared and works fine on the platforms on which - it exists: - - #if @GNULIB_FOO@ - # if !@HAVE_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on all platforms, - but is broken/insufficient and needs to be replaced on some platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on some platforms - but is broken/insufficient and needs to be replaced on some of them and - is additionally either missing or undeclared on some other platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - */ - - /* _GL_EXTERN_C declaration; - performs the declaration with C linkage. */ - #if defined __cplusplus - # define _GL_EXTERN_C extern "C" - #else - # define _GL_EXTERN_C extern - #endif - - /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); - declares a replacement function, named rpl_func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ - _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) - #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype rpl_func parameters_and_attributes - - /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); - declares the system function, named func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype func parameters_and_attributes - - /* _GL_CXXALIAS_RPL (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to rpl_func, if GNULIB_NAMESPACE is defined. - Example: - _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); - - Wrapping rpl_func in an object with an inline conversion operator - avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ - _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::rpl_func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); - is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); - except that the C function rpl_func may have a slightly different - declaration. A cast is used to silence the "invalid conversion" error - that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::rpl_func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to the system provided function func, if GNULIB_NAMESPACE - is defined. - Example: - _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); - - Wrapping func in an object with an inline conversion operator - avoids a reference to func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function func may have a slightly different declaration. - A cast is used to silence the "invalid conversion" error that would - otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function is picked among a set of overloaded functions, - namely the one with rettype2 and parameters2. Two consecutive casts - are used to silence the "cannot find a match" and "invalid conversion" - errors that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - /* The outer cast must be a reinterpret_cast. - The inner cast: When the function is defined as a set of overloaded - functions, it works as a static_cast<>, choosing the designated variant. - When the function is defined as a single variant, it works as a - reinterpret_cast<>. The parenthesized cast syntax works both ways. */ - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>((rettype2 (*) parameters2)(::func)); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN (func); - causes a warning to be emitted when ::func is used but not when - GNULIB_NAMESPACE::func is used. func must be defined without overloaded - variants. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN(func) \ - _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN_1(func,namespace) \ - _GL_CXXALIASWARN_2 (func, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_WARN_ON_USE (func, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN_2(func,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN(func) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); - causes a warning to be emitted when the given overloaded variant of ::func - is used but not when GNULIB_NAMESPACE::func is used. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ - GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ - _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - #endif /* _GL_CXXDEFS_H */ - - /* The definition of _GL_ARG_NONNULL is copied here. */ - /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools - that the values passed as arguments n, ..., m must be non-NULL pointers. - n = 1 stands for the first argument, n = 2 for the second argument etc. */ - #ifndef _GL_ARG_NONNULL - # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 - # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) - # else - # define _GL_ARG_NONNULL(params) - # endif - #endif - - /* The definition of _GL_WARN_ON_USE is copied here. */ - /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_WARN_ON_USE (function, "literal string") issues a declaration - for FUNCTION which will then trigger a compiler warning containing - the text of "literal string" anywhere that function is called, if - supported by the compiler. If the compiler does not support this - feature, the macro expands to an unused extern declaration. - - This macro is useful for marking a function as a potential - portability trap, with the intent that "literal string" include - instructions on the replacement function that should be used - instead. However, one of the reasons that a function is a - portability trap is if it has the wrong signature. Declaring - FUNCTION with a different signature in C is a compilation error, so - this macro must use the same type as any existing declaration so - that programs that avoid the problematic FUNCTION do not fail to - compile merely because they included a header that poisoned the - function. But this implies that _GL_WARN_ON_USE is only safe to - use if FUNCTION is known to already have a declaration. Use of - this macro implies that there must not be any other macro hiding - the declaration of FUNCTION; but undefining FUNCTION first is part - of the poisoning process anyway (although for symbols that are - provided only via a macro, the result is a compilation error rather - than a warning containing "literal string"). Also note that in - C++, it is only safe to use if FUNCTION has no overloads. - - For an example, it is possible to poison 'getline' by: - - adding a call to gl_WARN_ON_USE_PREPARE([[#include <stdio.h>]], - [getline]) in configure.ac, which potentially defines - HAVE_RAW_DECL_GETLINE - - adding this code to a header that wraps the system <stdio.h>: - #undef getline - #if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" - "not universally present; use the gnulib module getline"); - #endif - - It is not possible to directly poison global variables. But it is - possible to write a wrapper accessor function, and poison that - (less common usage, like &environ, will cause a compilation error - rather than issue the nice warning, but the end result of informing - the developer about their portability problem is still achieved): - #if HAVE_RAW_DECL_ENVIRON - static char ***rpl_environ (void) { return &environ; } - _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); - # undef environ - # define environ (*rpl_environ ()) - #endif - */ - #ifndef _GL_WARN_ON_USE - - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - /* A compiler attribute is available in gcc versions 4.3.0 and later. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function __attribute__ ((__warning__ (message))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function - # else /* Unsupported. */ - # define _GL_WARN_ON_USE(function, message) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") - is like _GL_WARN_ON_USE (function, "string"), except that the function is - declared with the given prototype, consisting of return type, parameters, - and attributes. - This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does - not work in this case. */ - #ifndef _GL_WARN_ON_USE_CXX - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes \ - __attribute__ ((__warning__ (msg))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes - # else /* Unsupported. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_EXTERN_C declaration; - performs the declaration with C linkage. */ - #ifndef _GL_WARN_EXTERN_C - # if defined __cplusplus - # define _GL_WARN_EXTERN_C extern "C" - # else - # define _GL_WARN_EXTERN_C extern - # endif - #endif - - - /* Define wint_t and WEOF. (Also done in wctype.in.h.) */ - #if !1 && !defined wint_t - # define wint_t int - # ifndef WEOF - # define WEOF -1 - # endif - #else - /* mingw and MSVC define wint_t as 'unsigned short' in <crtdefs.h> or - <stddef.h>. This is too small: ISO C 99 section 7.24.1.(2) says that - wint_t must be "unchanged by default argument promotions". Override it. */ - # if 0 - # if !GNULIB_defined_wint_t - # if 0 - # include <crtdefs.h> - # else - # include <stddef.h> - # endif - typedef unsigned int rpl_wint_t; - # undef wint_t - # define wint_t rpl_wint_t - # define GNULIB_defined_wint_t 1 - # endif - # endif - # ifndef WEOF - # define WEOF ((wint_t) -1) - # endif - #endif - - - /* Override mbstate_t if it is too small. - On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for - implementing mbrtowc for encodings like UTF-8. */ - #if !(1 && 1) || 0 - # if !GNULIB_defined_mbstate_t - typedef int rpl_mbstate_t; - # undef mbstate_t - # define mbstate_t rpl_mbstate_t - # define GNULIB_defined_mbstate_t 1 - # endif - #endif - - - /* Convert a single-byte character to a wide character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef btowc - # define btowc rpl_btowc - # endif - _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE); - _GL_CXXALIAS_RPL (btowc, wint_t, (int c)); - # else - # if !1 - _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (btowc, wint_t, (int c)); - # endif - _GL_CXXALIASWARN (btowc); - #elif defined GNULIB_POSIXCHECK - # undef btowc - # if HAVE_RAW_DECL_BTOWC - _GL_WARN_ON_USE (btowc, "btowc is unportable - " - "use gnulib module btowc for portability"); - # endif - #endif - - - /* Convert a wide character to a single-byte character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wctob - # define wctob rpl_wctob - # endif - _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); - _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); - # else - # if !defined wctob && !1 - /* wctob is provided by gnulib, or wctob exists but is not declared. */ - _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); - # endif - _GL_CXXALIASWARN (wctob); - #elif defined GNULIB_POSIXCHECK - # undef wctob - # if HAVE_RAW_DECL_WCTOB - _GL_WARN_ON_USE (wctob, "wctob is unportable - " - "use gnulib module wctob for portability"); - # endif - #endif - - - /* Test whether *PS is in the initial state. */ - #if 1 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbsinit - # define mbsinit rpl_mbsinit - # endif - _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps)); - _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps)); - # endif - _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (mbsinit); - #elif defined GNULIB_POSIXCHECK - # undef mbsinit - # if HAVE_RAW_DECL_MBSINIT - _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable - " - "use gnulib module mbsinit for portability"); - # endif - #endif - - - /* Convert a multibyte character to a wide character. */ - #if 1 - # if 1 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbrtowc - # define mbrtowc rpl_mbrtowc - # endif - _GL_FUNCDECL_RPL (mbrtowc, size_t, - (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); - _GL_CXXALIAS_RPL (mbrtowc, size_t, - (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (mbrtowc, size_t, - (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); - # endif - _GL_CXXALIAS_SYS (mbrtowc, size_t, - (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (mbrtowc); - #elif defined GNULIB_POSIXCHECK - # undef mbrtowc - # if HAVE_RAW_DECL_MBRTOWC - _GL_WARN_ON_USE (mbrtowc, "mbrtowc is unportable - " - "use gnulib module mbrtowc for portability"); - # endif - #endif - - - /* Recognize a multibyte character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbrlen - # define mbrlen rpl_mbrlen - # endif - _GL_FUNCDECL_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); - _GL_CXXALIAS_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); - # endif - _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (mbrlen); - #elif defined GNULIB_POSIXCHECK - # undef mbrlen - # if HAVE_RAW_DECL_MBRLEN - _GL_WARN_ON_USE (mbrlen, "mbrlen is unportable - " - "use gnulib module mbrlen for portability"); - # endif - #endif - - - /* Convert a string to a wide string. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbsrtowcs - # define mbsrtowcs rpl_mbsrtowcs - # endif - _GL_FUNCDECL_RPL (mbsrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (mbsrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t len, - mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (mbsrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (mbsrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t len, - mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (mbsrtowcs); - #elif defined GNULIB_POSIXCHECK - # undef mbsrtowcs - # if HAVE_RAW_DECL_MBSRTOWCS - _GL_WARN_ON_USE (mbsrtowcs, "mbsrtowcs is unportable - " - "use gnulib module mbsrtowcs for portability"); - # endif - #endif - - - /* Convert a string to a wide string. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbsnrtowcs - # define mbsnrtowcs rpl_mbsnrtowcs - # endif - _GL_FUNCDECL_RPL (mbsnrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t srclen, size_t len, - mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (mbsnrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t srclen, size_t len, - mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (mbsnrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t srclen, size_t len, - mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (mbsnrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t srclen, size_t len, - mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (mbsnrtowcs); - #elif defined GNULIB_POSIXCHECK - # undef mbsnrtowcs - # if HAVE_RAW_DECL_MBSNRTOWCS - _GL_WARN_ON_USE (mbsnrtowcs, "mbsnrtowcs is unportable - " - "use gnulib module mbsnrtowcs for portability"); - # endif - #endif - - - /* Convert a wide character to a multibyte character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcrtomb - # define wcrtomb rpl_wcrtomb - # endif - _GL_FUNCDECL_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); - _GL_CXXALIAS_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); - # endif - _GL_CXXALIAS_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (wcrtomb); - #elif defined GNULIB_POSIXCHECK - # undef wcrtomb - # if HAVE_RAW_DECL_WCRTOMB - _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - " - "use gnulib module wcrtomb for portability"); - # endif - #endif - - - /* Convert a wide string to a string. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcsrtombs - # define wcsrtombs rpl_wcsrtombs - # endif - _GL_FUNCDECL_RPL (wcsrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (wcsrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t len, - mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (wcsrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (wcsrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t len, - mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (wcsrtombs); - #elif defined GNULIB_POSIXCHECK - # undef wcsrtombs - # if HAVE_RAW_DECL_WCSRTOMBS - _GL_WARN_ON_USE (wcsrtombs, "wcsrtombs is unportable - " - "use gnulib module wcsrtombs for portability"); - # endif - #endif - - - /* Convert a wide string to a string. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcsnrtombs - # define wcsnrtombs rpl_wcsnrtombs - # endif - _GL_FUNCDECL_RPL (wcsnrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t srclen, size_t len, - mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (wcsnrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t srclen, size_t len, - mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (wcsnrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t srclen, size_t len, - mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (wcsnrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t srclen, size_t len, - mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (wcsnrtombs); - #elif defined GNULIB_POSIXCHECK - # undef wcsnrtombs - # if HAVE_RAW_DECL_WCSNRTOMBS - _GL_WARN_ON_USE (wcsnrtombs, "wcsnrtombs is unportable - " - "use gnulib module wcsnrtombs for portability"); - # endif - #endif - - - /* Return the number of screen columns needed for WC. */ - #if 1 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcwidth - # define wcwidth rpl_wcwidth - # endif - _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE); - _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t)); - # else - # if !1 - /* wcwidth exists but is not declared. */ - _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE); - # elif defined __KLIBC__ - /* On OS/2 kLIBC, wcwidth is a macro that expands to the name of a - static inline function. The implementation of wcwidth in wcwidth.c - causes a "conflicting types" error. */ - # undef wcwidth - # endif - _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t)); - # endif - _GL_CXXALIASWARN (wcwidth); - #elif defined GNULIB_POSIXCHECK - # undef wcwidth - # if HAVE_RAW_DECL_WCWIDTH - _GL_WARN_ON_USE (wcwidth, "wcwidth is unportable - " - "use gnulib module wcwidth for portability"); - # endif - #endif - - - /* Search N wide characters of S for C. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wmemchr, wchar_t *, (const wchar_t *s, wchar_t c, size_t n) - _GL_ATTRIBUTE_PURE); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { - const wchar_t * std::wmemchr (const wchar_t *, wchar_t, size_t); - wchar_t * std::wmemchr (wchar_t *, wchar_t, size_t); - } */ - _GL_CXXALIAS_SYS_CAST2 (wmemchr, - wchar_t *, (const wchar_t *, wchar_t, size_t), - const wchar_t *, (const wchar_t *, wchar_t, size_t)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (wmemchr, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); - _GL_CXXALIASWARN1 (wmemchr, const wchar_t *, - (const wchar_t *s, wchar_t c, size_t n)); - # else - _GL_CXXALIASWARN (wmemchr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef wmemchr - # if HAVE_RAW_DECL_WMEMCHR - _GL_WARN_ON_USE (wmemchr, "wmemchr is unportable - " - "use gnulib module wmemchr for portability"); - # endif - #endif - - - /* Compare N wide characters of S1 and S2. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wmemcmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wmemcmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n)); - _GL_CXXALIASWARN (wmemcmp); - #elif defined GNULIB_POSIXCHECK - # undef wmemcmp - # if HAVE_RAW_DECL_WMEMCMP - _GL_WARN_ON_USE (wmemcmp, "wmemcmp is unportable - " - "use gnulib module wmemcmp for portability"); - # endif - #endif - - - /* Copy N wide characters of SRC to DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wmemcpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - # endif - _GL_CXXALIAS_SYS (wmemcpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - _GL_CXXALIASWARN (wmemcpy); - #elif defined GNULIB_POSIXCHECK - # undef wmemcpy - # if HAVE_RAW_DECL_WMEMCPY - _GL_WARN_ON_USE (wmemcpy, "wmemcpy is unportable - " - "use gnulib module wmemcpy for portability"); - # endif - #endif - - - /* Copy N wide characters of SRC to DEST, guaranteeing correct behavior for - overlapping memory areas. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wmemmove, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - # endif - _GL_CXXALIAS_SYS (wmemmove, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - _GL_CXXALIASWARN (wmemmove); - #elif defined GNULIB_POSIXCHECK - # undef wmemmove - # if HAVE_RAW_DECL_WMEMMOVE - _GL_WARN_ON_USE (wmemmove, "wmemmove is unportable - " - "use gnulib module wmemmove for portability"); - # endif - #endif - - - /* Set N wide characters of S to C. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); - # endif - _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); - _GL_CXXALIASWARN (wmemset); - #elif defined GNULIB_POSIXCHECK - # undef wmemset - # if HAVE_RAW_DECL_WMEMSET - _GL_WARN_ON_USE (wmemset, "wmemset is unportable - " - "use gnulib module wmemset for portability"); - # endif - #endif - - - /* Return the number of wide characters in S. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcslen, size_t, (const wchar_t *s) _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcslen, size_t, (const wchar_t *s)); - _GL_CXXALIASWARN (wcslen); - #elif defined GNULIB_POSIXCHECK - # undef wcslen - # if HAVE_RAW_DECL_WCSLEN - _GL_WARN_ON_USE (wcslen, "wcslen is unportable - " - "use gnulib module wcslen for portability"); - # endif - #endif - - - /* Return the number of wide characters in S, but at most MAXLEN. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen)); - _GL_CXXALIASWARN (wcsnlen); - #elif defined GNULIB_POSIXCHECK - # undef wcsnlen - # if HAVE_RAW_DECL_WCSNLEN - _GL_WARN_ON_USE (wcsnlen, "wcsnlen is unportable - " - "use gnulib module wcsnlen for portability"); - # endif - #endif - - - /* Copy SRC to DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); - # endif - _GL_CXXALIAS_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); - _GL_CXXALIASWARN (wcscpy); - #elif defined GNULIB_POSIXCHECK - # undef wcscpy - # if HAVE_RAW_DECL_WCSCPY - _GL_WARN_ON_USE (wcscpy, "wcscpy is unportable - " - "use gnulib module wcscpy for portability"); - # endif - #endif - - - /* Copy SRC to DEST, returning the address of the terminating L'\0' in DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); - # endif - _GL_CXXALIAS_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); - _GL_CXXALIASWARN (wcpcpy); - #elif defined GNULIB_POSIXCHECK - # undef wcpcpy - # if HAVE_RAW_DECL_WCPCPY - _GL_WARN_ON_USE (wcpcpy, "wcpcpy is unportable - " - "use gnulib module wcpcpy for portability"); - # endif - #endif - - - /* Copy no more than N wide characters of SRC to DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsncpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - # endif - _GL_CXXALIAS_SYS (wcsncpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - _GL_CXXALIASWARN (wcsncpy); - #elif defined GNULIB_POSIXCHECK - # undef wcsncpy - # if HAVE_RAW_DECL_WCSNCPY - _GL_WARN_ON_USE (wcsncpy, "wcsncpy is unportable - " - "use gnulib module wcsncpy for portability"); - # endif - #endif - - - /* Copy no more than N characters of SRC to DEST, returning the address of - the last character written into DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcpncpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - # endif - _GL_CXXALIAS_SYS (wcpncpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - _GL_CXXALIASWARN (wcpncpy); - #elif defined GNULIB_POSIXCHECK - # undef wcpncpy - # if HAVE_RAW_DECL_WCPNCPY - _GL_WARN_ON_USE (wcpncpy, "wcpncpy is unportable - " - "use gnulib module wcpncpy for portability"); - # endif - #endif - - - /* Append SRC onto DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscat, wchar_t *, (wchar_t *dest, const wchar_t *src)); - # endif - _GL_CXXALIAS_SYS (wcscat, wchar_t *, (wchar_t *dest, const wchar_t *src)); - _GL_CXXALIASWARN (wcscat); - #elif defined GNULIB_POSIXCHECK - # undef wcscat - # if HAVE_RAW_DECL_WCSCAT - _GL_WARN_ON_USE (wcscat, "wcscat is unportable - " - "use gnulib module wcscat for portability"); - # endif - #endif - - - /* Append no more than N wide characters of SRC onto DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsncat, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - # endif - _GL_CXXALIAS_SYS (wcsncat, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - _GL_CXXALIASWARN (wcsncat); - #elif defined GNULIB_POSIXCHECK - # undef wcsncat - # if HAVE_RAW_DECL_WCSNCAT - _GL_WARN_ON_USE (wcsncat, "wcsncat is unportable - " - "use gnulib module wcsncat for portability"); - # endif - #endif - - - /* Compare S1 and S2. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)); - _GL_CXXALIASWARN (wcscmp); - #elif defined GNULIB_POSIXCHECK - # undef wcscmp - # if HAVE_RAW_DECL_WCSCMP - _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - " - "use gnulib module wcscmp for portability"); - # endif - #endif - - - /* Compare no more than N wide characters of S1 and S2. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsncmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcsncmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n)); - _GL_CXXALIASWARN (wcsncmp); - #elif defined GNULIB_POSIXCHECK - # undef wcsncmp - # if HAVE_RAW_DECL_WCSNCMP - _GL_WARN_ON_USE (wcsncmp, "wcsncmp is unportable - " - "use gnulib module wcsncmp for portability"); - # endif - #endif - - - /* Compare S1 and S2, ignoring case. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2)); - _GL_CXXALIASWARN (wcscasecmp); - #elif defined GNULIB_POSIXCHECK - # undef wcscasecmp - # if HAVE_RAW_DECL_WCSCASECMP - _GL_WARN_ON_USE (wcscasecmp, "wcscasecmp is unportable - " - "use gnulib module wcscasecmp for portability"); - # endif - #endif - - - /* Compare no more than N chars of S1 and S2, ignoring case. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsncasecmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcsncasecmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n)); - _GL_CXXALIASWARN (wcsncasecmp); - #elif defined GNULIB_POSIXCHECK - # undef wcsncasecmp - # if HAVE_RAW_DECL_WCSNCASECMP - _GL_WARN_ON_USE (wcsncasecmp, "wcsncasecmp is unportable - " - "use gnulib module wcsncasecmp for portability"); - # endif - #endif - - - /* Compare S1 and S2, both interpreted as appropriate to the LC_COLLATE - category of the current locale. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2)); - # endif - _GL_CXXALIAS_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2)); - _GL_CXXALIASWARN (wcscoll); - #elif defined GNULIB_POSIXCHECK - # undef wcscoll - # if HAVE_RAW_DECL_WCSCOLL - _GL_WARN_ON_USE (wcscoll, "wcscoll is unportable - " - "use gnulib module wcscoll for portability"); - # endif - #endif - - - /* Transform S2 into array pointed to by S1 such that if wcscmp is applied - to two transformed strings the result is the as applying 'wcscoll' to the - original strings. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsxfrm, size_t, (wchar_t *s1, const wchar_t *s2, size_t n)); - # endif - _GL_CXXALIAS_SYS (wcsxfrm, size_t, (wchar_t *s1, const wchar_t *s2, size_t n)); - _GL_CXXALIASWARN (wcsxfrm); - #elif defined GNULIB_POSIXCHECK - # undef wcsxfrm - # if HAVE_RAW_DECL_WCSXFRM - _GL_WARN_ON_USE (wcsxfrm, "wcsxfrm is unportable - " - "use gnulib module wcsxfrm for portability"); - # endif - #endif - - - /* Duplicate S, returning an identical malloc'd string. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsdup, wchar_t *, (const wchar_t *s)); - # endif - _GL_CXXALIAS_SYS (wcsdup, wchar_t *, (const wchar_t *s)); - _GL_CXXALIASWARN (wcsdup); - #elif defined GNULIB_POSIXCHECK - # undef wcsdup - # if HAVE_RAW_DECL_WCSDUP - _GL_WARN_ON_USE (wcsdup, "wcsdup is unportable - " - "use gnulib module wcsdup for portability"); - # endif - #endif - - - /* Find the first occurrence of WC in WCS. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc) - _GL_ATTRIBUTE_PURE); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { - const wchar_t * std::wcschr (const wchar_t *, wchar_t); - wchar_t * std::wcschr (wchar_t *, wchar_t); - } */ - _GL_CXXALIAS_SYS_CAST2 (wcschr, - wchar_t *, (const wchar_t *, wchar_t), - const wchar_t *, (const wchar_t *, wchar_t)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (wcschr, wchar_t *, (wchar_t *wcs, wchar_t wc)); - _GL_CXXALIASWARN1 (wcschr, const wchar_t *, (const wchar_t *wcs, wchar_t wc)); - # else - _GL_CXXALIASWARN (wcschr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef wcschr - # if HAVE_RAW_DECL_WCSCHR - _GL_WARN_ON_USE (wcschr, "wcschr is unportable - " - "use gnulib module wcschr for portability"); - # endif - #endif - - - /* Find the last occurrence of WC in WCS. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc) - _GL_ATTRIBUTE_PURE); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { - const wchar_t * std::wcsrchr (const wchar_t *, wchar_t); - wchar_t * std::wcsrchr (wchar_t *, wchar_t); - } */ - _GL_CXXALIAS_SYS_CAST2 (wcsrchr, - wchar_t *, (const wchar_t *, wchar_t), - const wchar_t *, (const wchar_t *, wchar_t)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (wcsrchr, wchar_t *, (wchar_t *wcs, wchar_t wc)); - _GL_CXXALIASWARN1 (wcsrchr, const wchar_t *, (const wchar_t *wcs, wchar_t wc)); - # else - _GL_CXXALIASWARN (wcsrchr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef wcsrchr - # if HAVE_RAW_DECL_WCSRCHR - _GL_WARN_ON_USE (wcsrchr, "wcsrchr is unportable - " - "use gnulib module wcsrchr for portability"); - # endif - #endif - - - /* Return the length of the initial segmet of WCS which consists entirely - of wide characters not in REJECT. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject)); - _GL_CXXALIASWARN (wcscspn); - #elif defined GNULIB_POSIXCHECK - # undef wcscspn - # if HAVE_RAW_DECL_WCSCSPN - _GL_WARN_ON_USE (wcscspn, "wcscspn is unportable - " - "use gnulib module wcscspn for portability"); - # endif - #endif - - - /* Return the length of the initial segmet of WCS which consists entirely - of wide characters in ACCEPT. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept)); - _GL_CXXALIASWARN (wcsspn); - #elif defined GNULIB_POSIXCHECK - # undef wcsspn - # if HAVE_RAW_DECL_WCSSPN - _GL_WARN_ON_USE (wcsspn, "wcsspn is unportable - " - "use gnulib module wcsspn for portability"); - # endif - #endif - - - /* Find the first occurrence in WCS of any character in ACCEPT. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcspbrk, wchar_t *, - (const wchar_t *wcs, const wchar_t *accept) - _GL_ATTRIBUTE_PURE); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { - const wchar_t * std::wcspbrk (const wchar_t *, const wchar_t *); - wchar_t * std::wcspbrk (wchar_t *, const wchar_t *); - } */ - _GL_CXXALIAS_SYS_CAST2 (wcspbrk, - wchar_t *, (const wchar_t *, const wchar_t *), - const wchar_t *, (const wchar_t *, const wchar_t *)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (wcspbrk, wchar_t *, - (wchar_t *wcs, const wchar_t *accept)); - _GL_CXXALIASWARN1 (wcspbrk, const wchar_t *, - (const wchar_t *wcs, const wchar_t *accept)); - # else - _GL_CXXALIASWARN (wcspbrk); - # endif - #elif defined GNULIB_POSIXCHECK - # undef wcspbrk - # if HAVE_RAW_DECL_WCSPBRK - _GL_WARN_ON_USE (wcspbrk, "wcspbrk is unportable - " - "use gnulib module wcspbrk for portability"); - # endif - #endif - - - /* Find the first occurrence of NEEDLE in HAYSTACK. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsstr, wchar_t *, - (const wchar_t *haystack, const wchar_t *needle) - _GL_ATTRIBUTE_PURE); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { - const wchar_t * std::wcsstr (const wchar_t *, const wchar_t *); - wchar_t * std::wcsstr (wchar_t *, const wchar_t *); - } */ - _GL_CXXALIAS_SYS_CAST2 (wcsstr, - wchar_t *, (const wchar_t *, const wchar_t *), - const wchar_t *, (const wchar_t *, const wchar_t *)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (wcsstr, wchar_t *, - (wchar_t *haystack, const wchar_t *needle)); - _GL_CXXALIASWARN1 (wcsstr, const wchar_t *, - (const wchar_t *haystack, const wchar_t *needle)); - # else - _GL_CXXALIASWARN (wcsstr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef wcsstr - # if HAVE_RAW_DECL_WCSSTR - _GL_WARN_ON_USE (wcsstr, "wcsstr is unportable - " - "use gnulib module wcsstr for portability"); - # endif - #endif - - - /* Divide WCS into tokens separated by characters in DELIM. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcstok, wchar_t *, - (wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)); - # endif - _GL_CXXALIAS_SYS (wcstok, wchar_t *, - (wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)); - _GL_CXXALIASWARN (wcstok); - #elif defined GNULIB_POSIXCHECK - # undef wcstok - # if HAVE_RAW_DECL_WCSTOK - _GL_WARN_ON_USE (wcstok, "wcstok is unportable - " - "use gnulib module wcstok for portability"); - # endif - #endif - - - /* Determine number of column positions required for first N wide - characters (or fewer if S ends before this) in S. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcswidth - # define wcswidth rpl_wcswidth - # endif - _GL_FUNCDECL_RPL (wcswidth, int, (const wchar_t *s, size_t n) - _GL_ATTRIBUTE_PURE); - _GL_CXXALIAS_RPL (wcswidth, int, (const wchar_t *s, size_t n)); - # else - # if !1 - _GL_FUNCDECL_SYS (wcswidth, int, (const wchar_t *s, size_t n) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcswidth, int, (const wchar_t *s, size_t n)); - # endif - _GL_CXXALIASWARN (wcswidth); - #elif defined GNULIB_POSIXCHECK - # undef wcswidth - # if HAVE_RAW_DECL_WCSWIDTH - _GL_WARN_ON_USE (wcswidth, "wcswidth is unportable - " - "use gnulib module wcswidth for portability"); - # endif - #endif - - - /* Convert *TP to a date and time wide string. See - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsftime.html>. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcsftime - # define wcsftime rpl_wcsftime - # endif - _GL_FUNCDECL_RPL (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize, - const wchar_t *__fmt, const struct tm *__tp) - _GL_ARG_NONNULL ((1, 3, 4))); - _GL_CXXALIAS_RPL (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize, - const wchar_t *__fmt, const struct tm *__tp)); - # else - # if !1 - _GL_FUNCDECL_SYS (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize, - const wchar_t *__fmt, const struct tm *__tp) - _GL_ARG_NONNULL ((1, 3, 4))); - # endif - _GL_CXXALIAS_SYS (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize, - const wchar_t *__fmt, const struct tm *__tp)); - # endif - _GL_CXXALIASWARN (wcsftime); - #elif defined GNULIB_POSIXCHECK - # undef wcsftime - # if HAVE_RAW_DECL_WCSFTIME - _GL_WARN_ON_USE (wcsftime, "wcsftime is unportable - " - "use gnulib module wcsftime for portability"); - # endif - #endif - - - #endif /* _GL_WCHAR_H */ - #endif /* _GL_WCHAR_H */ - #endif --- 0 ---- Binary files texinfo-6.4/gnulib/lib/wctype-h.o and texinfo-6.5/gnulib/lib/wctype-h.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/wctype.h texinfo-6.5/gnulib/lib/wctype.h *** texinfo-6.4/gnulib/lib/wctype.h 2017-07-03 17:45:28.000000000 +0100 --- texinfo-6.5/gnulib/lib/wctype.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,959 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A substitute for ISO C99 <wctype.h>, for platforms that lack it. - - Copyright (C) 2006-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ - - /* Written by Bruno Haible and Paul Eggert. */ - - /* - * ISO C 99 <wctype.h> for platforms that lack it. - * <http://www.opengroup.org/susv3xbd/wctype.h.html> - * - * iswctype, towctrans, towlower, towupper, wctrans, wctype, - * wctrans_t, and wctype_t are not yet implemented. - */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #if (defined __MINGW32__ && defined __CTYPE_H_SOURCED__) - - /* Special invocation convention: - - With MinGW 3.22, when <ctype.h> includes <wctype.h>, only some part of - <wctype.h> is being processed, which doesn't include the idempotency - guard. */ - - #include_next <wctype.h> - - #else - /* Normal invocation convention. */ - - #ifndef _GL_WCTYPE_H - - #if 1 - /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. - Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before - <wchar.h>. - BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be - included before <wchar.h>. */ - # include <stddef.h> - # include <stdio.h> - # include <time.h> - # include <wchar.h> - #endif - - /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and - isw* functions in <ctype.h>, <wchar.h> as well as in <wctype.h>. Include - <ctype.h>, <wchar.h> in advance to avoid rpl_ prefix being added to the - declarations. */ - #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ - # include <ctype.h> - # include <wchar.h> - #endif - - /* Include the original <wctype.h> if it exists. - BeOS 5 has the functions but no <wctype.h>. */ - /* The include_next requires a split double-inclusion guard. */ - #if 1 - # include_next <wctype.h> - #endif - - #ifndef _GL_WCTYPE_H - #define _GL_WCTYPE_H - - #ifndef _GL_INLINE_HEADER_BEGIN - #error "Please include config.h first." - #endif - _GL_INLINE_HEADER_BEGIN - #ifndef _GL_WCTYPE_INLINE - # define _GL_WCTYPE_INLINE _GL_INLINE - #endif - - /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ - /* C++ compatible function declaration macros. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - #ifndef _GL_CXXDEFS_H - #define _GL_CXXDEFS_H - - /* Begin/end the GNULIB_NAMESPACE namespace. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { - # define _GL_END_NAMESPACE } - #else - # define _GL_BEGIN_NAMESPACE - # define _GL_END_NAMESPACE - #endif - - /* The three most frequent use cases of these macros are: - - * For providing a substitute for a function that is missing on some - platforms, but is declared and works fine on the platforms on which - it exists: - - #if @GNULIB_FOO@ - # if !@HAVE_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on all platforms, - but is broken/insufficient and needs to be replaced on some platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on some platforms - but is broken/insufficient and needs to be replaced on some of them and - is additionally either missing or undeclared on some other platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - */ - - /* _GL_EXTERN_C declaration; - performs the declaration with C linkage. */ - #if defined __cplusplus - # define _GL_EXTERN_C extern "C" - #else - # define _GL_EXTERN_C extern - #endif - - /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); - declares a replacement function, named rpl_func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ - _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) - #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype rpl_func parameters_and_attributes - - /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); - declares the system function, named func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype func parameters_and_attributes - - /* _GL_CXXALIAS_RPL (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to rpl_func, if GNULIB_NAMESPACE is defined. - Example: - _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); - - Wrapping rpl_func in an object with an inline conversion operator - avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ - _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::rpl_func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); - is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); - except that the C function rpl_func may have a slightly different - declaration. A cast is used to silence the "invalid conversion" error - that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::rpl_func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to the system provided function func, if GNULIB_NAMESPACE - is defined. - Example: - _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); - - Wrapping func in an object with an inline conversion operator - avoids a reference to func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function func may have a slightly different declaration. - A cast is used to silence the "invalid conversion" error that would - otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>(::func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function is picked among a set of overloaded functions, - namely the one with rettype2 and parameters2. Two consecutive casts - are used to silence the "cannot find a match" and "invalid conversion" - errors that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - /* The outer cast must be a reinterpret_cast. - The inner cast: When the function is defined as a set of overloaded - functions, it works as a static_cast<>, choosing the designated variant. - When the function is defined as a single variant, it works as a - reinterpret_cast<>. The parenthesized cast syntax works both ways. */ - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast<type>((rettype2 (*) parameters2)(::func)); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN (func); - causes a warning to be emitted when ::func is used but not when - GNULIB_NAMESPACE::func is used. func must be defined without overloaded - variants. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN(func) \ - _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN_1(func,namespace) \ - _GL_CXXALIASWARN_2 (func, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_WARN_ON_USE (func, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN_2(func,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN(func) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); - causes a warning to be emitted when the given overloaded variant of ::func - is used but not when GNULIB_NAMESPACE::func is used. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ - GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ - _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) - /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - #endif /* _GL_CXXDEFS_H */ - - /* The definition of _GL_WARN_ON_USE is copied here. */ - /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - /* _GL_WARN_ON_USE (function, "literal string") issues a declaration - for FUNCTION which will then trigger a compiler warning containing - the text of "literal string" anywhere that function is called, if - supported by the compiler. If the compiler does not support this - feature, the macro expands to an unused extern declaration. - - This macro is useful for marking a function as a potential - portability trap, with the intent that "literal string" include - instructions on the replacement function that should be used - instead. However, one of the reasons that a function is a - portability trap is if it has the wrong signature. Declaring - FUNCTION with a different signature in C is a compilation error, so - this macro must use the same type as any existing declaration so - that programs that avoid the problematic FUNCTION do not fail to - compile merely because they included a header that poisoned the - function. But this implies that _GL_WARN_ON_USE is only safe to - use if FUNCTION is known to already have a declaration. Use of - this macro implies that there must not be any other macro hiding - the declaration of FUNCTION; but undefining FUNCTION first is part - of the poisoning process anyway (although for symbols that are - provided only via a macro, the result is a compilation error rather - than a warning containing "literal string"). Also note that in - C++, it is only safe to use if FUNCTION has no overloads. - - For an example, it is possible to poison 'getline' by: - - adding a call to gl_WARN_ON_USE_PREPARE([[#include <stdio.h>]], - [getline]) in configure.ac, which potentially defines - HAVE_RAW_DECL_GETLINE - - adding this code to a header that wraps the system <stdio.h>: - #undef getline - #if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" - "not universally present; use the gnulib module getline"); - #endif - - It is not possible to directly poison global variables. But it is - possible to write a wrapper accessor function, and poison that - (less common usage, like &environ, will cause a compilation error - rather than issue the nice warning, but the end result of informing - the developer about their portability problem is still achieved): - #if HAVE_RAW_DECL_ENVIRON - static char ***rpl_environ (void) { return &environ; } - _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); - # undef environ - # define environ (*rpl_environ ()) - #endif - */ - #ifndef _GL_WARN_ON_USE - - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - /* A compiler attribute is available in gcc versions 4.3.0 and later. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function __attribute__ ((__warning__ (message))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function - # else /* Unsupported. */ - # define _GL_WARN_ON_USE(function, message) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") - is like _GL_WARN_ON_USE (function, "string"), except that the function is - declared with the given prototype, consisting of return type, parameters, - and attributes. - This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does - not work in this case. */ - #ifndef _GL_WARN_ON_USE_CXX - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes \ - __attribute__ ((__warning__ (msg))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes - # else /* Unsupported. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_EXTERN_C declaration; - performs the declaration with C linkage. */ - #ifndef _GL_WARN_EXTERN_C - # if defined __cplusplus - # define _GL_WARN_EXTERN_C extern "C" - # else - # define _GL_WARN_EXTERN_C extern - # endif - #endif - - /* Solaris 2.6 <wctype.h> includes <widec.h> which includes <euc.h> which - #defines a number of identifiers in the application namespace. Revert - these #defines. */ - #ifdef __sun - # undef multibyte - # undef eucw1 - # undef eucw2 - # undef eucw3 - # undef scrw1 - # undef scrw2 - # undef scrw3 - #endif - - /* Define wint_t and WEOF. (Also done in wchar.in.h.) */ - #if !1 && !defined wint_t - # define wint_t int - # ifndef WEOF - # define WEOF -1 - # endif - #else - /* mingw and MSVC define wint_t as 'unsigned short' in <crtdefs.h> or - <stddef.h>. This is too small: ISO C 99 section 7.24.1.(2) says that - wint_t must be "unchanged by default argument promotions". Override it. */ - # if 0 - # if !GNULIB_defined_wint_t - # if 0 - # include <crtdefs.h> - # else - # include <stddef.h> - # endif - typedef unsigned int rpl_wint_t; - # undef wint_t - # define wint_t rpl_wint_t - # define GNULIB_defined_wint_t 1 - # endif - # endif - # ifndef WEOF - # define WEOF ((wint_t) -1) - # endif - #endif - - - #if !GNULIB_defined_wctype_functions - - /* FreeBSD 4.4 to 4.11 has <wctype.h> but lacks the functions. - Linux libc5 has <wctype.h> and the functions but they are broken. - Assume all 11 functions (all isw* except iswblank) are implemented the - same way, or not at all. */ - # if ! 1 || 0 - - /* IRIX 5.3 has macros but no functions, its isw* macros refer to an - undefined variable _ctmp_ and to <ctype.h> macros like _P, and they - refer to system functions like _iswctype that are not in the - standard C library. Rather than try to get ancient buggy - implementations like this to work, just disable them. */ - # undef iswalnum - # undef iswalpha - # undef iswblank - # undef iswcntrl - # undef iswdigit - # undef iswgraph - # undef iswlower - # undef iswprint - # undef iswpunct - # undef iswspace - # undef iswupper - # undef iswxdigit - # undef towlower - # undef towupper - - /* Linux libc5 has <wctype.h> and the functions but they are broken. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define iswalnum rpl_iswalnum - # define iswalpha rpl_iswalpha - # define iswblank rpl_iswblank - # define iswcntrl rpl_iswcntrl - # define iswdigit rpl_iswdigit - # define iswgraph rpl_iswgraph - # define iswlower rpl_iswlower - # define iswprint rpl_iswprint - # define iswpunct rpl_iswpunct - # define iswspace rpl_iswspace - # define iswupper rpl_iswupper - # define iswxdigit rpl_iswxdigit - # endif - # endif - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define towlower rpl_towlower - # define towupper rpl_towupper - # endif - # endif - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswalnum - # else - iswalnum - # endif - (wint_t wc) - { - return ((wc >= '0' && wc <= '9') - || ((wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'Z')); - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswalpha - # else - iswalpha - # endif - (wint_t wc) - { - return (wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'Z'; - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswblank - # else - iswblank - # endif - (wint_t wc) - { - return wc == ' ' || wc == '\t'; - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswcntrl - # else - iswcntrl - # endif - (wint_t wc) - { - return (wc & ~0x1f) == 0 || wc == 0x7f; - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswdigit - # else - iswdigit - # endif - (wint_t wc) - { - return wc >= '0' && wc <= '9'; - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswgraph - # else - iswgraph - # endif - (wint_t wc) - { - return wc >= '!' && wc <= '~'; - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswlower - # else - iswlower - # endif - (wint_t wc) - { - return wc >= 'a' && wc <= 'z'; - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswprint - # else - iswprint - # endif - (wint_t wc) - { - return wc >= ' ' && wc <= '~'; - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswpunct - # else - iswpunct - # endif - (wint_t wc) - { - return (wc >= '!' && wc <= '~' - && !((wc >= '0' && wc <= '9') - || ((wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'Z'))); - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswspace - # else - iswspace - # endif - (wint_t wc) - { - return (wc == ' ' || wc == '\t' - || wc == '\n' || wc == '\v' || wc == '\f' || wc == '\r'); - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswupper - # else - iswupper - # endif - (wint_t wc) - { - return wc >= 'A' && wc <= 'Z'; - } - - _GL_WCTYPE_INLINE int - # if 0 - rpl_iswxdigit - # else - iswxdigit - # endif - (wint_t wc) - { - return ((wc >= '0' && wc <= '9') - || ((wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'F')); - } - - _GL_WCTYPE_INLINE wint_t - # if 0 - rpl_towlower - # else - towlower - # endif - (wint_t wc) - { - return (wc >= 'A' && wc <= 'Z' ? wc - 'A' + 'a' : wc); - } - - _GL_WCTYPE_INLINE wint_t - # if 0 - rpl_towupper - # else - towupper - # endif - (wint_t wc) - { - return (wc >= 'a' && wc <= 'z' ? wc - 'a' + 'A' : wc); - } - - # elif 1 && (! 1 || 0) - /* Only the iswblank function is missing. */ - - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define iswblank rpl_iswblank - # endif - _GL_FUNCDECL_RPL (iswblank, int, (wint_t wc)); - # else - _GL_FUNCDECL_SYS (iswblank, int, (wint_t wc)); - # endif - - # endif - - # if defined __MINGW32__ - - /* On native Windows, wchar_t is uint16_t, and wint_t is uint32_t. - The functions towlower and towupper are implemented in the MSVCRT library - to take a wchar_t argument and return a wchar_t result. mingw declares - these functions to take a wint_t argument and return a wint_t result. - This means that: - 1. When the user passes an argument outside the range 0x0000..0xFFFF, the - function will look only at the lower 16 bits. This is allowed according - to POSIX. - 2. The return value is returned in the lower 16 bits of the result register. - The upper 16 bits are random: whatever happened to be in that part of the - result register. We need to fix this by adding a zero-extend from - wchar_t to wint_t after the call. */ - - _GL_WCTYPE_INLINE wint_t - rpl_towlower (wint_t wc) - { - return (wint_t) (wchar_t) towlower (wc); - } - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define towlower rpl_towlower - # endif - - _GL_WCTYPE_INLINE wint_t - rpl_towupper (wint_t wc) - { - return (wint_t) (wchar_t) towupper (wc); - } - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define towupper rpl_towupper - # endif - - # endif /* __MINGW32__ */ - - # define GNULIB_defined_wctype_functions 1 - #endif - - #if 0 - _GL_CXXALIAS_RPL (iswalnum, int, (wint_t wc)); - _GL_CXXALIAS_RPL (iswalpha, int, (wint_t wc)); - _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); - _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc)); - _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc)); - _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc)); - _GL_CXXALIAS_RPL (iswprint, int, (wint_t wc)); - _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc)); - _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc)); - _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc)); - _GL_CXXALIAS_RPL (iswxdigit, int, (wint_t wc)); - #else - _GL_CXXALIAS_SYS (iswalnum, int, (wint_t wc)); - _GL_CXXALIAS_SYS (iswalpha, int, (wint_t wc)); - _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); - _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc)); - _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc)); - _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc)); - _GL_CXXALIAS_SYS (iswprint, int, (wint_t wc)); - _GL_CXXALIAS_SYS (iswpunct, int, (wint_t wc)); - _GL_CXXALIAS_SYS (iswspace, int, (wint_t wc)); - _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc)); - _GL_CXXALIAS_SYS (iswxdigit, int, (wint_t wc)); - #endif - _GL_CXXALIASWARN (iswalnum); - _GL_CXXALIASWARN (iswalpha); - _GL_CXXALIASWARN (iswcntrl); - _GL_CXXALIASWARN (iswdigit); - _GL_CXXALIASWARN (iswgraph); - _GL_CXXALIASWARN (iswlower); - _GL_CXXALIASWARN (iswprint); - _GL_CXXALIASWARN (iswpunct); - _GL_CXXALIASWARN (iswspace); - _GL_CXXALIASWARN (iswupper); - _GL_CXXALIASWARN (iswxdigit); - - #if 1 - # if 0 || 0 - _GL_CXXALIAS_RPL (iswblank, int, (wint_t wc)); - # else - _GL_CXXALIAS_SYS (iswblank, int, (wint_t wc)); - # endif - _GL_CXXALIASWARN (iswblank); - #endif - - #if !1 - # if !GNULIB_defined_wctype_t - typedef void * wctype_t; - # define GNULIB_defined_wctype_t 1 - # endif - #endif - - /* Get a descriptor for a wide character property. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name)); - # endif - _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name)); - _GL_CXXALIASWARN (wctype); - #elif defined GNULIB_POSIXCHECK - # undef wctype - # if HAVE_RAW_DECL_WCTYPE - _GL_WARN_ON_USE (wctype, "wctype is unportable - " - "use gnulib module wctype for portability"); - # endif - #endif - - /* Test whether a wide character has a given property. - The argument WC must be either a wchar_t value or WEOF. - The argument DESC must have been returned by the wctype() function. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc)); - # endif - _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc)); - _GL_CXXALIASWARN (iswctype); - #elif defined GNULIB_POSIXCHECK - # undef iswctype - # if HAVE_RAW_DECL_ISWCTYPE - _GL_WARN_ON_USE (iswctype, "iswctype is unportable - " - "use gnulib module iswctype for portability"); - # endif - #endif - - #if 0 || defined __MINGW32__ - _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc)); - _GL_CXXALIAS_RPL (towupper, wint_t, (wint_t wc)); - #else - _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc)); - _GL_CXXALIAS_SYS (towupper, wint_t, (wint_t wc)); - #endif - _GL_CXXALIASWARN (towlower); - _GL_CXXALIASWARN (towupper); - - #if !1 - # if !GNULIB_defined_wctrans_t - typedef void * wctrans_t; - # define GNULIB_defined_wctrans_t 1 - # endif - #endif - - /* Get a descriptor for a wide character case conversion. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name)); - # endif - _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name)); - _GL_CXXALIASWARN (wctrans); - #elif defined GNULIB_POSIXCHECK - # undef wctrans - # if HAVE_RAW_DECL_WCTRANS - _GL_WARN_ON_USE (wctrans, "wctrans is unportable - " - "use gnulib module wctrans for portability"); - # endif - #endif - - /* Perform a given case conversion on a wide character. - The argument WC must be either a wchar_t value or WEOF. - The argument DESC must have been returned by the wctrans() function. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc)); - # endif - _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc)); - _GL_CXXALIASWARN (towctrans); - #elif defined GNULIB_POSIXCHECK - # undef towctrans - # if HAVE_RAW_DECL_TOWCTRANS - _GL_WARN_ON_USE (towctrans, "towctrans is unportable - " - "use gnulib module towctrans for portability"); - # endif - #endif - - _GL_INLINE_HEADER_END - - #endif /* _GL_WCTYPE_H */ - #endif /* _GL_WCTYPE_H */ - #endif --- 0 ---- Binary files texinfo-6.4/gnulib/lib/xalloc-die.o and texinfo-6.5/gnulib/lib/xalloc-die.o differ diff -Nrc2 texinfo-6.4/gnulib/lib/xalloc-oversized.h texinfo-6.5/gnulib/lib/xalloc-oversized.h *** texinfo-6.4/gnulib/lib/xalloc-oversized.h 2017-04-15 08:19:47.000000000 +0100 --- texinfo-6.5/gnulib/lib/xalloc-oversized.h 2017-07-10 19:33:48.000000000 +0100 *************** *** 45,49 **** # define xalloc_oversized(n, s) \ __builtin_mul_overflow_p (n, s, (__xalloc_count_type) 1) ! #elif 5 <= __GNUC__ && !__STRICT_ANSI__ # define xalloc_oversized(n, s) \ (__builtin_constant_p (n) && __builtin_constant_p (s) \ --- 45,49 ---- # define xalloc_oversized(n, s) \ __builtin_mul_overflow_p (n, s, (__xalloc_count_type) 1) ! #elif 5 <= __GNUC__ && !defined __ICC && !__STRICT_ANSI__ # define xalloc_oversized(n, s) \ (__builtin_constant_p (n) && __builtin_constant_p (s) \ Binary files texinfo-6.4/gnulib/lib/xmalloc.o and texinfo-6.5/gnulib/lib/xmalloc.o differ diff -Nrc2 texinfo-6.4/gnulib/m4/argz.m4 texinfo-6.5/gnulib/m4/argz.m4 *** texinfo-6.4/gnulib/m4/argz.m4 2017-04-15 08:19:47.000000000 +0100 --- texinfo-6.5/gnulib/m4/argz.m4 2017-07-10 19:33:49.000000000 +0100 *************** *** 8,12 **** # modifications, as long as this notice is preserved. ! # serial 11 argz.m4 AC_DEFUN([gl_FUNC_ARGZ], --- 8,12 ---- # modifications, as long as this notice is preserved. ! # serial 12 argz.m4 AC_DEFUN([gl_FUNC_ARGZ], *************** *** 14,17 **** --- 14,18 ---- AC_REQUIRE([AC_C_RESTRICT]) + AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT]) diff -Nrc2 texinfo-6.4/gnulib/m4/float_h.m4 texinfo-6.5/gnulib/m4/float_h.m4 *** texinfo-6.4/gnulib/m4/float_h.m4 2017-04-15 08:19:47.000000000 +0100 --- texinfo-6.5/gnulib/m4/float_h.m4 2017-07-15 09:50:31.000000000 +0100 *************** *** 1,3 **** ! # float_h.m4 serial 9 dnl Copyright (C) 2007, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation --- 1,3 ---- ! # float_h.m4 serial 10 dnl Copyright (C) 2007, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation *************** *** 15,19 **** FLOAT_H=float.h ;; ! freebsd*) case "$host_cpu" in changequote(,)dnl --- 15,19 ---- FLOAT_H=float.h ;; ! freebsd* | dragonfly*) case "$host_cpu" in changequote(,)dnl *************** *** 43,47 **** esac case "$host_os" in ! aix* | freebsd* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 --- 43,47 ---- esac case "$host_os" in ! aix* | freebsd* | dragonfly* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 diff -Nrc2 texinfo-6.4/gnulib/m4/iconv.m4 texinfo-6.5/gnulib/m4/iconv.m4 *** texinfo-6.4/gnulib/m4/iconv.m4 2017-06-18 12:26:54.000000000 +0100 --- texinfo-6.5/gnulib/m4/iconv.m4 2017-07-15 09:50:31.000000000 +0100 *************** *** 1,4 **** ! # iconv.m4 serial 20 ! dnl Copyright (C) 2000-2002, 2007-2014, 2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, --- 1,4 ---- ! # iconv.m4 serial 21 ! dnl Copyright (C) 2000-2002, 2007-2014, 2016-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, *************** *** 168,180 **** /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ ! if (/* Try standardized names. */ ! iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) ! /* Try IRIX, OSF/1 names. */ ! && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) ! /* Try AIX names. */ ! && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) ! /* Try HP-UX names. */ ! && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) ! result |= 16; return result; ]])], --- 168,192 ---- /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ ! { ! /* Try standardized names. */ ! iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP"); ! /* Try IRIX, OSF/1 names. */ ! iconv_t cd2 = iconv_open ("UTF-8", "eucJP"); ! /* Try AIX names. */ ! iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP"); ! /* Try HP-UX names. */ ! iconv_t cd4 = iconv_open ("utf8", "eucJP"); ! if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1) ! && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1)) ! result |= 16; ! if (cd1 != (iconv_t)(-1)) ! iconv_close (cd1); ! if (cd2 != (iconv_t)(-1)) ! iconv_close (cd2); ! if (cd3 != (iconv_t)(-1)) ! iconv_close (cd3); ! if (cd4 != (iconv_t)(-1)) ! iconv_close (cd4); ! } return result; ]])], diff -Nrc2 texinfo-6.4/gnulib/m4/intlmacosx.m4 texinfo-6.5/gnulib/m4/intlmacosx.m4 *** texinfo-6.4/gnulib/m4/intlmacosx.m4 1970-01-01 01:00:00.000000000 +0100 --- texinfo-6.5/gnulib/m4/intlmacosx.m4 2017-07-16 19:54:54.000000000 +0100 *************** *** 0 **** --- 1,56 ---- + # intlmacosx.m4 serial 5 (gettext-0.18.2) + dnl Copyright (C) 2004-2014, 2016 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. + dnl + dnl This file can be used in projects which are not available under + dnl the GNU General Public License or the GNU Library General Public + dnl License but which still want to provide support for the GNU gettext + dnl functionality. + dnl Please note that the actual code of the GNU gettext library is covered + dnl by the GNU Library General Public License, and the rest of the GNU + dnl gettext package is covered by the GNU General Public License. + dnl They are *not* in the public domain. + + dnl Checks for special options needed on Mac OS X. + dnl Defines INTL_MACOSX_LIBS. + AC_DEFUN([gt_INTL_MACOSX], + [ + dnl Check for API introduced in Mac OS X 10.2. + AC_CACHE_CHECK([for CFPreferencesCopyAppValue], + [gt_cv_func_CFPreferencesCopyAppValue], + [gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[#include <CoreFoundation/CFPreferences.h>]], + [[CFPreferencesCopyAppValue(NULL, NULL)]])], + [gt_cv_func_CFPreferencesCopyAppValue=yes], + [gt_cv_func_CFPreferencesCopyAppValue=no]) + LIBS="$gt_save_LIBS"]) + if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then + AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], + [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) + fi + dnl Check for API introduced in Mac OS X 10.3. + AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], + [gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[#include <CoreFoundation/CFLocale.h>]], + [[CFLocaleCopyCurrent();]])], + [gt_cv_func_CFLocaleCopyCurrent=yes], + [gt_cv_func_CFLocaleCopyCurrent=no]) + LIBS="$gt_save_LIBS"]) + if test $gt_cv_func_CFLocaleCopyCurrent = yes; then + AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], + [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) + fi + INTL_MACOSX_LIBS= + if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then + INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" + fi + AC_SUBST([INTL_MACOSX_LIBS]) + ]) diff -Nrc2 texinfo-6.4/gnulib/m4/printf.m4 texinfo-6.5/gnulib/m4/printf.m4 *** texinfo-6.4/gnulib/m4/printf.m4 2017-04-29 19:44:02.000000000 +0100 --- texinfo-6.5/gnulib/m4/printf.m4 2017-07-15 09:50:31.000000000 +0100 *************** *** 1,3 **** ! # printf.m4 serial 53 dnl Copyright (C) 2003, 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation --- 1,3 ---- ! # printf.m4 serial 54 dnl Copyright (C) 2003, 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation *************** *** 589,594 **** darwin*) gl_cv_func_printf_directive_f="guessing yes";; # Guess yes on Solaris >= 2.10. ! solaris2.[1-9][0-9]*) gl_cv_func_printf_sizes_c99="guessing yes";; ! solaris*) gl_cv_func_printf_sizes_c99="guessing no";; # If we don't know, assume the worst. *) gl_cv_func_printf_directive_f="guessing no";; --- 589,594 ---- darwin*) gl_cv_func_printf_directive_f="guessing yes";; # Guess yes on Solaris >= 2.10. ! solaris2.[1-9][0-9]*) gl_cv_func_printf_directive_f="guessing yes";; ! solaris*) gl_cv_func_printf_directive_f="guessing no";; # If we don't know, assume the worst. *) gl_cv_func_printf_directive_f="guessing no";; diff -Nrc2 texinfo-6.4/gnulib/m4/strcasestr.m4 texinfo-6.5/gnulib/m4/strcasestr.m4 *** texinfo-6.4/gnulib/m4/strcasestr.m4 2017-04-15 08:19:48.000000000 +0100 --- texinfo-6.5/gnulib/m4/strcasestr.m4 2017-07-15 09:50:31.000000000 +0100 *************** *** 1,3 **** ! # strcasestr.m4 serial 21 dnl Copyright (C) 2005, 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation --- 1,3 ---- ! # strcasestr.m4 serial 22 dnl Copyright (C) 2005, 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation *************** *** 103,106 **** --- 103,109 ---- result |= 1; } + /* Free allocated memory, in case some sanitizer is watching. */ + free (haystack); + free (needle); return result; ]])], diff -Nrc2 texinfo-6.4/gnulib/m4/strstr.m4 texinfo-6.5/gnulib/m4/strstr.m4 *** texinfo-6.4/gnulib/m4/strstr.m4 2017-04-15 08:19:48.000000000 +0100 --- texinfo-6.5/gnulib/m4/strstr.m4 2017-07-15 09:50:31.000000000 +0100 *************** *** 1,3 **** ! # strstr.m4 serial 17 dnl Copyright (C) 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation --- 1,3 ---- ! # strstr.m4 serial 18 dnl Copyright (C) 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation *************** *** 100,103 **** --- 100,106 ---- result |= 1; } + /* Free allocated memory, in case some sanitizer is watching. */ + free (haystack); + free (needle); return result; ]])], diff -Nrc2 texinfo-6.4/gnulib/m4/sys_types_h.m4 texinfo-6.5/gnulib/m4/sys_types_h.m4 *** texinfo-6.4/gnulib/m4/sys_types_h.m4 2017-04-15 08:19:48.000000000 +0100 --- texinfo-6.5/gnulib/m4/sys_types_h.m4 2017-07-10 19:33:50.000000000 +0100 *************** *** 1,3 **** ! # sys_types_h.m4 serial 6 dnl Copyright (C) 2011-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation --- 1,3 ---- ! # sys_types_h.m4 serial 8 dnl Copyright (C) 2011-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation *************** *** 7,10 **** --- 7,13 ---- AC_DEFUN_ONCE([gl_SYS_TYPES_H], [ + dnl Use sane struct stat types in OpenVMS 8.2 and later. + AC_DEFINE([_USE_STD_STAT], 1, [For standard stat data types on VMS.]) + AC_REQUIRE([gl_SYS_TYPES_H_DEFAULTS]) gl_NEXT_HEADERS([sys/types.h]) *************** *** 18,21 **** --- 21,32 ---- dnl Whether to override the 'off_t' type. AC_REQUIRE([gl_TYPE_OFF_T]) + + dnl Whether to override the 'dev_t' and 'ino_t' types. + m4_ifdef([gl_WINDOWS_STAT_INODES], [ + AC_REQUIRE([gl_WINDOWS_STAT_INODES]) + ], [ + WINDOWS_STAT_INODES=0 + ]) + AC_SUBST([WINDOWS_STAT_INODES]) ]) diff -Nrc2 texinfo-6.4/info/.deps/dir.Po texinfo-6.5/info/.deps/dir.Po *** texinfo-6.4/info/.deps/dir.Po 2017-07-03 17:45:32.000000000 +0100 --- texinfo-6.5/info/.deps/dir.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,260 **** - dir.o: dir.c /usr/include/stdc-predef.h info.h ../system.h ../config.h \ - /usr/include/locale.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h info-utils.h nodes.h window.h \ - doc.h infomap.h ../gnulib/lib/regex.h search.h /usr/include/iconv.h \ - filesys.h tilde.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: - - filesys.h: - - tilde.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/display.Po texinfo-6.5/info/.deps/display.Po *** texinfo-6.4/info/.deps/display.Po 2017-07-03 17:45:33.000000000 +0100 --- texinfo-6.5/info/.deps/display.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,291 **** - display.o: display.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h display.h info-utils.h \ - nodes.h window.h doc.h infomap.h ../gnulib/lib/regex.h search.h \ - /usr/include/iconv.h terminal.h session.h dribble.h tag.h signals.h \ - /usr/include/signal.h /usr/include/bits/signum.h \ - /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ - /usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \ - /usr/include/sys/ucontext.h /usr/include/bits/sigthread.h variables.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - display.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: - - terminal.h: - - session.h: - - dribble.h: - - tag.h: - - signals.h: - - /usr/include/signal.h: - - /usr/include/bits/signum.h: - - /usr/include/bits/siginfo.h: - - /usr/include/bits/sigaction.h: - - /usr/include/bits/sigcontext.h: - - /usr/include/bits/sigstack.h: - - /usr/include/sys/ucontext.h: - - /usr/include/bits/sigthread.h: - - variables.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/doc.Po texinfo-6.5/info/.deps/doc.Po *** texinfo-6.4/info/.deps/doc.Po 2017-07-03 17:45:45.000000000 +0100 --- texinfo-6.5/info/.deps/doc.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,251 **** - doc.o: doc.c /usr/include/stdc-predef.h info.h ../system.h ../config.h \ - /usr/include/locale.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h window.h doc.h infomap.h \ - nodes.h ../gnulib/lib/regex.h funs.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - window.h: - - doc.h: - - infomap.h: - - nodes.h: - - ../gnulib/lib/regex.h: - - funs.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/dribble.Po texinfo-6.5/info/.deps/dribble.Po *** texinfo-6.4/info/.deps/dribble.Po 2017-07-03 17:45:33.000000000 +0100 --- texinfo-6.5/info/.deps/dribble.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,241 **** - dribble.o: dribble.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h dribble.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - dribble.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/echo-area.Po texinfo-6.5/info/.deps/echo-area.Po *** texinfo-6.4/info/.deps/echo-area.Po 2017-07-03 17:45:34.000000000 +0100 --- texinfo-6.5/info/.deps/echo-area.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,270 **** - echo-area.o: echo-area.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h session.h window.h doc.h \ - infomap.h nodes.h ../gnulib/lib/regex.h dribble.h display.h info-utils.h \ - search.h /usr/include/iconv.h terminal.h echo-area.h \ - /usr/include/sys/time.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - session.h: - - window.h: - - doc.h: - - infomap.h: - - nodes.h: - - ../gnulib/lib/regex.h: - - dribble.h: - - display.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: - - terminal.h: - - echo-area.h: - - /usr/include/sys/time.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/filesys.Po texinfo-6.5/info/.deps/filesys.Po *** texinfo-6.4/info/.deps/filesys.Po 2017-07-03 17:45:34.000000000 +0100 --- texinfo-6.5/info/.deps/filesys.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,267 **** - filesys.o: filesys.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h tilde.h filesys.h tag.h \ - info-utils.h nodes.h window.h doc.h infomap.h ../gnulib/lib/regex.h \ - search.h /usr/include/iconv.h session.h dribble.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - tilde.h: - - filesys.h: - - tag.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: - - session.h: - - dribble.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/footnotes.Po texinfo-6.5/info/.deps/footnotes.Po *** texinfo-6.4/info/.deps/footnotes.Po 2017-07-03 17:45:34.000000000 +0100 --- texinfo-6.5/info/.deps/footnotes.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,263 **** - footnotes.o: footnotes.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h session.h window.h doc.h \ - infomap.h nodes.h ../gnulib/lib/regex.h dribble.h info-utils.h search.h \ - /usr/include/iconv.h footnotes.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - session.h: - - window.h: - - doc.h: - - infomap.h: - - nodes.h: - - ../gnulib/lib/regex.h: - - dribble.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: - - footnotes.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/indices.Po texinfo-6.5/info/.deps/indices.Po *** texinfo-6.4/info/.deps/indices.Po 2017-07-03 17:45:35.000000000 +0100 --- texinfo-6.5/info/.deps/indices.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,267 **** - indices.o: indices.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h info-utils.h nodes.h window.h \ - doc.h infomap.h ../gnulib/lib/regex.h search.h /usr/include/iconv.h \ - session.h dribble.h echo-area.h indices.h variables.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: - - session.h: - - dribble.h: - - echo-area.h: - - indices.h: - - variables.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/info-utils.Po texinfo-6.5/info/.deps/info-utils.Po *** texinfo-6.4/info/.deps/info-utils.Po 2017-07-03 17:48:38.000000000 +0100 --- texinfo-6.5/info/.deps/info-utils.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,268 **** - info-utils.o: info-utils.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h session.h window.h doc.h \ - infomap.h nodes.h ../gnulib/lib/regex.h dribble.h info-utils.h search.h \ - /usr/include/iconv.h tag.h /usr/include/langinfo.h \ - /usr/include/nl_types.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - session.h: - - window.h: - - doc.h: - - infomap.h: - - nodes.h: - - ../gnulib/lib/regex.h: - - dribble.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: - - tag.h: - - /usr/include/langinfo.h: - - /usr/include/nl_types.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/info.Po texinfo-6.5/info/.deps/info.Po *** texinfo-6.4/info/.deps/info.Po 2017-07-03 17:45:37.000000000 +0100 --- texinfo-6.5/info/.deps/info.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,268 **** - info.o: info.c /usr/include/stdc-predef.h info.h ../system.h ../config.h \ - /usr/include/locale.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h filesys.h info-utils.h \ - nodes.h window.h doc.h infomap.h ../gnulib/lib/regex.h search.h \ - /usr/include/iconv.h session.h dribble.h indices.h man.h variables.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - filesys.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: - - session.h: - - dribble.h: - - indices.h: - - man.h: - - variables.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/infodoc.Po texinfo-6.5/info/.deps/infodoc.Po *** texinfo-6.4/info/.deps/infodoc.Po 2017-07-03 17:45:37.000000000 +0100 --- texinfo-6.5/info/.deps/infodoc.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,265 **** - infodoc.o: infodoc.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h info-utils.h nodes.h window.h \ - doc.h infomap.h ../gnulib/lib/regex.h search.h /usr/include/iconv.h \ - filesys.h session.h dribble.h funs.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: - - filesys.h: - - session.h: - - dribble.h: - - funs.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/infokey.Po texinfo-6.5/info/.deps/infokey.Po *** texinfo-6.4/info/.deps/infokey.Po 2017-07-03 17:45:37.000000000 +0100 --- texinfo-6.5/info/.deps/infokey.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,265 **** - infokey.o: infokey.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h doc.h infomap.h session.h \ - window.h nodes.h ../gnulib/lib/regex.h dribble.h funs.h variables.h \ - info-utils.h search.h /usr/include/iconv.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - doc.h: - - infomap.h: - - session.h: - - window.h: - - nodes.h: - - ../gnulib/lib/regex.h: - - dribble.h: - - funs.h: - - variables.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/infomap.Po texinfo-6.5/info/.deps/infomap.Po *** texinfo-6.4/info/.deps/infomap.Po 2017-07-03 17:45:38.000000000 +0100 --- texinfo-6.5/info/.deps/infomap.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,267 **** - infomap.o: infomap.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h doc.h infomap.h funs.h \ - window.h nodes.h ../gnulib/lib/regex.h session.h dribble.h terminal.h \ - variables.h info-utils.h search.h /usr/include/iconv.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - doc.h: - - infomap.h: - - funs.h: - - window.h: - - nodes.h: - - ../gnulib/lib/regex.h: - - session.h: - - dribble.h: - - terminal.h: - - variables.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/infopath.Po texinfo-6.5/info/.deps/infopath.Po *** texinfo-6.4/info/.deps/infopath.Po 2017-07-03 17:45:38.000000000 +0100 --- texinfo-6.5/info/.deps/infopath.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,263 **** - infopath.o: infopath.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h info-utils.h nodes.h window.h \ - doc.h infomap.h ../gnulib/lib/regex.h search.h /usr/include/iconv.h \ - session.h dribble.h filesys.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: - - session.h: - - dribble.h: - - filesys.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/m-x.Po texinfo-6.5/info/.deps/m-x.Po *** texinfo-6.4/info/.deps/m-x.Po 2017-07-03 17:45:38.000000000 +0100 --- texinfo-6.5/info/.deps/m-x.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,268 **** - m-x.o: m-x.c /usr/include/stdc-predef.h info.h ../system.h ../config.h \ - /usr/include/locale.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h display.h info-utils.h \ - nodes.h window.h doc.h infomap.h ../gnulib/lib/regex.h search.h \ - /usr/include/iconv.h terminal.h session.h dribble.h echo-area.h funs.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - display.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: - - terminal.h: - - session.h: - - dribble.h: - - echo-area.h: - - funs.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/makedoc.Po texinfo-6.5/info/.deps/makedoc.Po *** texinfo-6.4/info/.deps/makedoc.Po 2017-07-03 17:45:20.000000000 +0100 --- texinfo-6.5/info/.deps/makedoc.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,218 **** - makedoc.o: makedoc.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h /usr/include/stdio.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h /usr/include/stdlib.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ - /usr/include/bits/stdlib-float.h /usr/include/string.h \ - /usr/include/bits/string.h /usr/include/bits/string2.h \ - /usr/include/ctype.h /usr/include/getopt.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - /usr/include/wctype.h ../gnulib/lib/mbiter.h /usr/include/assert.h \ - ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h ../gnulib/lib/xalloc.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/xalloc-oversized.h \ - /usr/include/errno.h /usr/include/bits/errno.h \ - /usr/include/linux/errno.h /usr/include/asm/errno.h \ - /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/sys/file.h \ - /usr/include/fcntl.h /usr/include/bits/fcntl.h \ - /usr/include/bits/fcntl-linux.h /usr/include/bits/uio.h \ - /usr/include/pwd.h doc.h infomap.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/include/alloca.h: - - /usr/include/bits/stdlib-float.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - doc.h: - - infomap.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/man.Po texinfo-6.5/info/.deps/man.Po *** texinfo-6.4/info/.deps/man.Po 2017-07-03 17:45:39.000000000 +0100 --- texinfo-6.5/info/.deps/man.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,289 **** - man.o: man.c /usr/include/stdc-predef.h info.h ../system.h ../config.h \ - /usr/include/locale.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h signals.h \ - /usr/include/signal.h /usr/include/bits/signum.h \ - /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ - /usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \ - /usr/include/sys/ucontext.h /usr/include/bits/sigthread.h \ - /usr/include/sys/time.h /usr/include/sys/wait.h tilde.h nodes.h man.h \ - variables.h window.h doc.h infomap.h ../gnulib/lib/regex.h info-utils.h \ - search.h /usr/include/iconv.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - signals.h: - - /usr/include/signal.h: - - /usr/include/bits/signum.h: - - /usr/include/bits/siginfo.h: - - /usr/include/bits/sigaction.h: - - /usr/include/bits/sigcontext.h: - - /usr/include/bits/sigstack.h: - - /usr/include/sys/ucontext.h: - - /usr/include/bits/sigthread.h: - - /usr/include/sys/time.h: - - /usr/include/sys/wait.h: - - tilde.h: - - nodes.h: - - man.h: - - variables.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/nodemenu.Po texinfo-6.5/info/.deps/nodemenu.Po *** texinfo-6.4/info/.deps/nodemenu.Po 2017-07-03 17:45:39.000000000 +0100 --- texinfo-6.5/info/.deps/nodemenu.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,265 **** - nodemenu.o: nodemenu.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h session.h window.h doc.h \ - infomap.h nodes.h ../gnulib/lib/regex.h dribble.h echo-area.h \ - variables.h info-utils.h search.h /usr/include/iconv.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - session.h: - - window.h: - - doc.h: - - infomap.h: - - nodes.h: - - ../gnulib/lib/regex.h: - - dribble.h: - - echo-area.h: - - variables.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/nodes.Po texinfo-6.5/info/.deps/nodes.Po *** texinfo-6.4/info/.deps/nodes.Po 2017-07-03 17:45:39.000000000 +0100 --- texinfo-6.5/info/.deps/nodes.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,265 **** - nodes.o: nodes.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h nodes.h search.h window.h \ - doc.h infomap.h ../gnulib/lib/regex.h filesys.h info-utils.h \ - /usr/include/iconv.h tag.h man.h variables.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - nodes.h: - - search.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - filesys.h: - - info-utils.h: - - /usr/include/iconv.h: - - tag.h: - - man.h: - - variables.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/pseudotty.Po texinfo-6.5/info/.deps/pseudotty.Po *** texinfo-6.4/info/.deps/pseudotty.Po 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/info/.deps/pseudotty.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/search.Po texinfo-6.5/info/.deps/search.Po *** texinfo-6.4/info/.deps/search.Po 2017-07-03 17:45:40.000000000 +0100 --- texinfo-6.5/info/.deps/search.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,261 **** - search.o: search.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h ../gnulib/lib/regex.h \ - session.h window.h doc.h infomap.h nodes.h dribble.h info-utils.h \ - search.h /usr/include/iconv.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - ../gnulib/lib/regex.h: - - session.h: - - window.h: - - doc.h: - - infomap.h: - - nodes.h: - - dribble.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/session.Po texinfo-6.5/info/.deps/session.Po *** texinfo-6.4/info/.deps/session.Po 2017-07-03 17:45:42.000000000 +0100 --- texinfo-6.5/info/.deps/session.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,299 **** - session.o: session.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h display.h info-utils.h \ - nodes.h window.h doc.h infomap.h ../gnulib/lib/regex.h search.h \ - /usr/include/iconv.h terminal.h session.h dribble.h echo-area.h \ - footnotes.h man.h variables.h /usr/include/sys/ioctl.h \ - /usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \ - /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ - /usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \ - /usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \ - /usr/include/sys/time.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - display.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: - - terminal.h: - - session.h: - - dribble.h: - - echo-area.h: - - footnotes.h: - - man.h: - - variables.h: - - /usr/include/sys/ioctl.h: - - /usr/include/bits/ioctls.h: - - /usr/include/asm/ioctls.h: - - /usr/include/asm-generic/ioctls.h: - - /usr/include/linux/ioctl.h: - - /usr/include/asm/ioctl.h: - - /usr/include/asm-generic/ioctl.h: - - /usr/include/bits/ioctl-types.h: - - /usr/include/sys/ttydefaults.h: - - /usr/include/sys/time.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/signals.Po texinfo-6.5/info/.deps/signals.Po *** texinfo-6.4/info/.deps/signals.Po 2017-07-03 17:45:43.000000000 +0100 --- texinfo-6.5/info/.deps/signals.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,285 **** - signals.o: signals.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h display.h info-utils.h \ - nodes.h window.h doc.h infomap.h ../gnulib/lib/regex.h search.h \ - /usr/include/iconv.h terminal.h footnotes.h signals.h \ - /usr/include/signal.h /usr/include/bits/signum.h \ - /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ - /usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \ - /usr/include/sys/ucontext.h /usr/include/bits/sigthread.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - display.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: - - terminal.h: - - footnotes.h: - - signals.h: - - /usr/include/signal.h: - - /usr/include/bits/signum.h: - - /usr/include/bits/siginfo.h: - - /usr/include/bits/sigaction.h: - - /usr/include/bits/sigcontext.h: - - /usr/include/bits/sigstack.h: - - /usr/include/sys/ucontext.h: - - /usr/include/bits/sigthread.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/tag.Po texinfo-6.5/info/.deps/tag.Po *** texinfo-6.4/info/.deps/tag.Po 2017-07-03 17:45:43.000000000 +0100 --- texinfo-6.5/info/.deps/tag.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,258 **** - tag.o: tag.c /usr/include/stdc-predef.h info.h ../system.h ../config.h \ - /usr/include/locale.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h tag.h info-utils.h nodes.h \ - window.h doc.h infomap.h ../gnulib/lib/regex.h search.h \ - /usr/include/iconv.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - tag.h: - - info-utils.h: - - nodes.h: - - window.h: - - doc.h: - - infomap.h: - - ../gnulib/lib/regex.h: - - search.h: - - /usr/include/iconv.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/terminal.Po texinfo-6.5/info/.deps/terminal.Po *** texinfo-6.4/info/.deps/terminal.Po 2017-07-03 17:45:43.000000000 +0100 --- texinfo-6.5/info/.deps/terminal.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,315 **** - terminal.o: terminal.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h terminal.h termdep.h \ - /usr/include/termios.h /usr/include/bits/termios.h \ - /usr/include/sys/ttydefaults.h /usr/include/sys/ioctl.h \ - /usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \ - /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ - /usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \ - /usr/include/bits/ioctl-types.h doc.h infomap.h variables.h window.h \ - nodes.h ../gnulib/lib/regex.h info-utils.h search.h /usr/include/iconv.h \ - /usr/include/signal.h /usr/include/bits/signum.h \ - /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ - /usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \ - /usr/include/sys/ucontext.h /usr/include/bits/sigthread.h \ - /usr/include/ncurses/termcap.h /usr/include/ncurses_dll.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - terminal.h: - - termdep.h: - - /usr/include/termios.h: - - /usr/include/bits/termios.h: - - /usr/include/sys/ttydefaults.h: - - /usr/include/sys/ioctl.h: - - /usr/include/bits/ioctls.h: - - /usr/include/asm/ioctls.h: - - /usr/include/asm-generic/ioctls.h: - - /usr/include/linux/ioctl.h: - - /usr/include/asm/ioctl.h: - - /usr/include/asm-generic/ioctl.h: - - /usr/include/bits/ioctl-types.h: - - doc.h: - - infomap.h: - - variables.h: - - window.h: - - nodes.h: - - ../gnulib/lib/regex.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: - - /usr/include/signal.h: - - /usr/include/bits/signum.h: - - /usr/include/bits/siginfo.h: - - /usr/include/bits/sigaction.h: - - /usr/include/bits/sigcontext.h: - - /usr/include/bits/sigstack.h: - - /usr/include/sys/ucontext.h: - - /usr/include/bits/sigthread.h: - - /usr/include/ncurses/termcap.h: - - /usr/include/ncurses_dll.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/tilde.Po texinfo-6.5/info/.deps/tilde.Po *** texinfo-6.4/info/.deps/tilde.Po 2017-07-03 17:45:44.000000000 +0100 --- texinfo-6.5/info/.deps/tilde.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,241 **** - tilde.o: tilde.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h tilde.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - tilde.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/variables.Po texinfo-6.5/info/.deps/variables.Po *** texinfo-6.4/info/.deps/variables.Po 2017-07-03 17:45:44.000000000 +0100 --- texinfo-6.5/info/.deps/variables.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,270 **** - variables.o: variables.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h session.h window.h doc.h \ - infomap.h nodes.h ../gnulib/lib/regex.h dribble.h echo-area.h \ - variables.h info-utils.h search.h /usr/include/iconv.h terminal.h \ - display.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - session.h: - - window.h: - - doc.h: - - infomap.h: - - nodes.h: - - ../gnulib/lib/regex.h: - - dribble.h: - - echo-area.h: - - variables.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: - - terminal.h: - - display.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/.deps/window.Po texinfo-6.5/info/.deps/window.Po *** texinfo-6.4/info/.deps/window.Po 2017-07-03 17:45:45.000000000 +0100 --- texinfo-6.5/info/.deps/window.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,269 **** - window.o: window.c /usr/include/stdc-predef.h info.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h session.h window.h doc.h \ - infomap.h nodes.h ../gnulib/lib/regex.h dribble.h display.h info-utils.h \ - search.h /usr/include/iconv.h terminal.h tag.h variables.h - - /usr/include/stdc-predef.h: - - info.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - session.h: - - window.h: - - doc.h: - - infomap.h: - - nodes.h: - - ../gnulib/lib/regex.h: - - dribble.h: - - display.h: - - info-utils.h: - - search.h: - - /usr/include/iconv.h: - - terminal.h: - - tag.h: - - variables.h: --- 0 ---- diff -Nrc2 texinfo-6.4/info/Makefile texinfo-6.5/info/Makefile *** texinfo-6.4/info/Makefile 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/info/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,2505 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # info/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # $Id: Makefile.am 7804 2017-05-20 15:51:33Z gavin $ - # Makefile.am for texinfo/info. - # - # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, - # 2013, 2014, 2015, 2016 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - bin_PROGRAMS = ginfo$(EXEEXT) - noinst_PROGRAMS = makedoc$(EXEEXT) - check_PROGRAMS = pseudotty$(EXEEXT) - subdir = info - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - am__installdirs = "$(DESTDIR)$(bindir)" - PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) - am_ginfo_OBJECTS = dir.$(OBJEXT) display.$(OBJEXT) dribble.$(OBJEXT) \ - echo-area.$(OBJEXT) filesys.$(OBJEXT) footnotes.$(OBJEXT) \ - indices.$(OBJEXT) info-utils.$(OBJEXT) info.$(OBJEXT) \ - infodoc.$(OBJEXT) infokey.$(OBJEXT) infomap.$(OBJEXT) \ - infopath.$(OBJEXT) m-x.$(OBJEXT) man.$(OBJEXT) \ - nodemenu.$(OBJEXT) nodes.$(OBJEXT) search.$(OBJEXT) \ - session.$(OBJEXT) signals.$(OBJEXT) tag.$(OBJEXT) \ - terminal.$(OBJEXT) tilde.$(OBJEXT) variables.$(OBJEXT) \ - window.$(OBJEXT) - nodist_ginfo_OBJECTS = doc.$(OBJEXT) - ginfo_OBJECTS = $(am_ginfo_OBJECTS) $(nodist_ginfo_OBJECTS) - ginfo_LDADD = $(LDADD) - am__DEPENDENCIES_1 = - ginfo_DEPENDENCIES = $(top_builddir)/gnulib/lib/libgnu.a \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_makedoc_OBJECTS = makedoc.$(OBJEXT) - makedoc_OBJECTS = $(am_makedoc_OBJECTS) - makedoc_LDADD = $(LDADD) - makedoc_DEPENDENCIES = $(top_builddir)/gnulib/lib/libgnu.a \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am__pseudotty_SOURCES_DIST = pseudotty.c - am_pseudotty_OBJECTS = pseudotty.$(OBJEXT) - pseudotty_OBJECTS = $(am_pseudotty_OBJECTS) - pseudotty_LDADD = $(LDADD) - pseudotty_DEPENDENCIES = $(top_builddir)/gnulib/lib/libgnu.a \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I. -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp - am__depfiles_maybe = depfiles - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - AM_V_CC = $(am__v_CC_$(V)) - am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) - am__v_CC_0 = @echo " CC " $@; - am__v_CC_1 = - CCLD = $(CC) - LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ - AM_V_CCLD = $(am__v_CCLD_$(V)) - am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = - SOURCES = $(ginfo_SOURCES) $(nodist_ginfo_SOURCES) $(makedoc_SOURCES) \ - $(pseudotty_SOURCES) - DIST_SOURCES = $(ginfo_SOURCES) $(makedoc_SOURCES) \ - $(am__pseudotty_SOURCES_DIST) - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is - # *not* preserved. - am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ - ' - # Make sure the list of sources is unique. This is necessary because, - # e.g., the same source file might be shared among _SOURCES variables - # for different programs/libraries. - am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` - ETAGS = etags - CTAGS = ctags - am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no - am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ - } - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; - am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; - am__install_max = 40 - am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` - am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" - am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } - am__recheck_rx = ^[ ]*:recheck:[ ]* - am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* - am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* - # A command that, given a newline-separated list of test names on the - # standard input, print the name of the tests that are to be re-run - # upon "make recheck". - am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ - }' - # A command that, given a newline-separated list of test names on the - # standard input, create the global log from their .trs and .log files. - am__create_global_log = $(AWK) ' \ - function fatal(msg) \ - { \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ - } \ - function rst_section(header) \ - { \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ - } \ - { \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ - }' - # Restructured Text title. - am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } - # Solaris 10 'make', and several other traditional 'make' implementations, - # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it - # by disabling -e (using the XSI extension "set +e") if it's set. - am__sh_e_setup = case $$- in *e*) set +e;; esac - # Default flags passed to test drivers. - am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" - # To be inserted before the command running the test. Creates the - # directory for the log if needed. Stores in $dir the directory - # containing $f, in $tst the test, in $log the log. Executes the - # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and - # passes TESTS_ENVIRONMENT. Set up options for the wrapper that - # will run the test scripts (or their associated LOG_COMPILER, if - # thy have one). - am__check_pre = \ - $(am__sh_e_setup); \ - $(am__vpath_adj_setup) $(am__vpath_adj) \ - $(am__tty_colors); \ - srcdir=$(srcdir); export srcdir; \ - case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ - esac; \ - test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ - if test -f "./$$f"; then dir=./; \ - elif test -f "$$f"; then dir=; \ - else dir="$(srcdir)/"; fi; \ - tst=$$dir$$f; log='$@'; \ - if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ - else \ - am__enable_hard_errors=yes; \ - fi; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ - esac; \ - $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) - # A shell command to get the names of the tests scripts with any registered - # extension removed (i.e., equivalently, the names of the test logs, with - # the '.log' extension removed). The result is saved in the shell variable - # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, - # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", - # since that might cause problem with VPATH rewrites for suffix-less tests. - # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. - am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` - RECHECK_LOGS = $(TEST_LOGS) - AM_RECURSIVE_TARGETS = check recheck - TEST_SUITE_LOG = test-suite.log - TEST_EXTENSIONS = .test - LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver - LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) - am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac - am__test_logs1 = $(TESTS:=.log) - am__test_logs2 = $(am__test_logs1:.log=.log) - TEST_LOGS = $(am__test_logs2:.test.log=.log) - TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver - TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) - am__DIST_COMMON = $(srcdir)/Makefile.in \ - $(top_srcdir)/build-aux/depcomp \ - $(top_srcdir)/build-aux/test-driver - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - pkglibexecdir = ${libexecdir}/${PACKAGE} - transform = s/ginfo/info/; $(program_transform_name) - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing makeinfo - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h> - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h> - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = <stddef.h> - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h> - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h> - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h> - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = <strings.h> - NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h> - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h> - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h> - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h> - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = <wctype.h> - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = <getopt.h> - NEXT_LANGINFO_H = - NEXT_LIMITS_H = <limits.h> - NEXT_LOCALE_H = - NEXT_STDARG_H = <stdarg.h> - NEXT_STDDEF_H = <stddef.h> - NEXT_STDINT_H = <stdint.h> - NEXT_STDIO_H = <stdio.h> - NEXT_STDLIB_H = <stdlib.h> - NEXT_STRINGS_H = <strings.h> - NEXT_STRING_H = <string.h> - NEXT_SYS_TYPES_H = <sys/types.h> - NEXT_UNISTD_H = <unistd.h> - NEXT_WCHAR_H = <wchar.h> - NEXT_WCTYPE_H = <wctype.h> - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/info - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/info - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../ - top_builddir = .. - top_srcdir = .. - AM_CPPFLAGS = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/gnulib/lib \ - -I$(top_builddir)/gnulib/lib \ - -DLOCALEDIR=\"$(datadir)/locale\" \ - -DINFODIR=\"$(infodir)\" \ - -DINFODIR2=\"$(datadir)/info\" - - LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(TERMLIBS) $(LIBINTL) $(LIBICONV) - EXTRA_DIST = pcterm.c $(TESTS) $(XFAIL_TESTS) t/README t/infodir \ - t/Init-inter.inc t/Init-test.inc t/Timeout-test.inc \ - t/Infokey-config t/node-target - ginfo_SOURCES = dir.c display.c display.h doc.h dribble.c dribble.h \ - echo-area.c echo-area.h \ - filesys.c filesys.h footnotes.c footnotes.h indices.c indices.h \ - info-utils.c info-utils.h info.c info.h infodoc.c infokey.c \ - infomap.c infomap.h infopath.c m-x.c man.c man.h nodemenu.c \ - nodes.c nodes.h search.c search.h session.c session.h signals.c signals.h \ - tag.c tag.h termdep.h terminal.c terminal.h tilde.c tilde.h \ - variables.c variables.h window.c window.h - - nodist_ginfo_SOURCES = doc.c funs.h - - # The files `doc.c' and `funs.h' are created by ./makedoc run over the - # source files which contain DECLARE_INFO_COMMAND. `funs.h' is a header file - # listing the functions found. `doc.c' is a structure containing pointers - # to those functions along with completable names and documentation strings. - # - generated_sources = doc.c funs.h - - # These files are not distributed. - DISTCLEANFILES = $(generated_sources) - makedoc_SOURCES = makedoc.c - - # Files with Info commands defined that makedoc should read. - cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \ - $(srcdir)/m-x.c $(srcdir)/indices.c $(srcdir)/nodemenu.c \ - $(srcdir)/footnotes.c $(srcdir)/variables.c - - - # The following hack is necessary to hint make before the automatic - # dependencies are built. - BUILT_SOURCES = funs.h - pseudotty_SOURCES = pseudotty.c - TESTS = \ - t/file.sh \ - t/file-node.sh \ - t/file-nodes.sh \ - t/file-node-with-dot.sh \ - t/file-index.sh \ - t/file-index-colons.sh \ - t/file-file-with-dot.sh \ - t/no-file.sh \ - t/node-no-file.sh \ - t/split.sh \ - t/relative-path.sh \ - t/file-relative-path.sh \ - t/dir.sh \ - t/dir-file.sh \ - t/dir-file-sloppily.sh \ - t/dir-merge.sh \ - t/dir-nondir.sh \ - t/dir-no-file.sh \ - t/dir-file-menu.sh \ - t/dir-file-no-menu.sh \ - t/dir-file-node.sh \ - t/dir-file-index.sh \ - t/dir-3-menus.sh \ - t/dir-menus-sloppily.sh \ - t/where-dir-file.sh \ - t/dir-dangling-entry.sh \ - t/dir-entry-to-subdir.sh \ - t/spec-file-node.sh \ - t/spec-no-node.sh \ - t/spec-menu.sh \ - t/all-only.sh \ - t/empty.sh \ - t/tab.sh \ - t/tab-argument.sh \ - t/tab-no-xref.sh \ - t/tab-skip-node.sh \ - t/xref-across-lines.sh \ - t/body-start.sh \ - t/end-of-line.sh \ - t/goal-column.sh \ - t/star-note-non-whitespace.sh \ - t/c-u-m-x-scroll-forward.sh \ - t/last-no-history.sh \ - t/split-footnotes.sh \ - t/window-split-dir.sh \ - t/last-node-not-top-level.sh \ - t/adjust-anchors.sh \ - t/xref-to-anchor.sh \ - t/search-after-tag.sh \ - t/split-file-menu.sh \ - t/search-split-after-index.sh \ - t/index.sh \ - t/no-index.sh \ - t/index-apropos.sh \ - t/index-search.sh \ - t/index-completing.sh \ - t/split-index.sh \ - t/index-long-nodeline.sh \ - t/empty-infopath.sh \ - t/menu-sequence.sh \ - t/relative-reference.sh \ - t/resize-in-completions.sh \ - t/replace-viewed.sh \ - t/search-skip-screen.sh \ - t/search-empty.sh \ - t/close-window-after-search.sh \ - t/inc-sea-forward.sh \ - t/inc-sea-forward-nonregex.sh \ - t/inc-sea-insensitive.sh \ - t/inc-sea-history.sh \ - t/gc-split.sh \ - t/anchor-positions.sh \ - t/quoted-label-as-target.sh \ - t/quoted-target.sh \ - t/quoted-label-and-target.sh \ - t/quoted-manual-in-target.sh \ - t/quoted-manual-in-label.sh \ - t/goto-quoted.sh \ - t/next-quoted.sh \ - t/help.sh - - all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - - .SUFFIXES: - .SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu info/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu info/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do echo "$$p $$p"; done | \ - sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p \ - ; then echo "$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n;h' \ - -e 's|.*|.|' \ - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ - sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) files[d] = files[d] " " $$1; \ - else { print "f", $$3 "/" $$4, $$1; } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - - uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' \ - `; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(bindir)" && rm -f $$files - - clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) - - clean-checkPROGRAMS: - -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) - - clean-noinstPROGRAMS: - -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) - - ginfo$(EXEEXT): $(ginfo_OBJECTS) $(ginfo_DEPENDENCIES) $(EXTRA_ginfo_DEPENDENCIES) - @rm -f ginfo$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ginfo_OBJECTS) $(ginfo_LDADD) $(LIBS) - - makedoc$(EXEEXT): $(makedoc_OBJECTS) $(makedoc_DEPENDENCIES) $(EXTRA_makedoc_DEPENDENCIES) - @rm -f makedoc$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(makedoc_OBJECTS) $(makedoc_LDADD) $(LIBS) - - pseudotty$(EXEEXT): $(pseudotty_OBJECTS) $(pseudotty_DEPENDENCIES) $(EXTRA_pseudotty_DEPENDENCIES) - @rm -f pseudotty$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(pseudotty_OBJECTS) $(pseudotty_LDADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) - - distclean-compile: - -rm -f *.tab.c - - include ./$(DEPDIR)/dir.Po - include ./$(DEPDIR)/display.Po - include ./$(DEPDIR)/doc.Po - include ./$(DEPDIR)/dribble.Po - include ./$(DEPDIR)/echo-area.Po - include ./$(DEPDIR)/filesys.Po - include ./$(DEPDIR)/footnotes.Po - include ./$(DEPDIR)/indices.Po - include ./$(DEPDIR)/info-utils.Po - include ./$(DEPDIR)/info.Po - include ./$(DEPDIR)/infodoc.Po - include ./$(DEPDIR)/infokey.Po - include ./$(DEPDIR)/infomap.Po - include ./$(DEPDIR)/infopath.Po - include ./$(DEPDIR)/m-x.Po - include ./$(DEPDIR)/makedoc.Po - include ./$(DEPDIR)/man.Po - include ./$(DEPDIR)/nodemenu.Po - include ./$(DEPDIR)/nodes.Po - include ./$(DEPDIR)/pseudotty.Po - include ./$(DEPDIR)/search.Po - include ./$(DEPDIR)/session.Po - include ./$(DEPDIR)/signals.Po - include ./$(DEPDIR)/tag.Po - include ./$(DEPDIR)/terminal.Po - include ./$(DEPDIR)/tilde.Po - include ./$(DEPDIR)/variables.Po - include ./$(DEPDIR)/window.Po - - .c.o: - $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< - $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - - .c.obj: - $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` - $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - - ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique - tags: tags-am - TAGS: tags - - tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi - ctags: ctags-am - - CTAGS: ctags - ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - - GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - cscopelist: cscopelist-am - - cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - - # Recover from deleted '.trs' file; this should ensure that - # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create - # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells - # to avoid problems with "make -n". - .log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - - # Leading 'am--fnord' is there to ensure the list of targets does not - # expand to empty, as could happen e.g. with make check TESTS=''. - am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) - am--force-recheck: - @: - - $(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - - check-TESTS: - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; - recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? - t/file.sh.log: t/file.sh - @p='t/file.sh'; \ - b='t/file.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/file-node.sh.log: t/file-node.sh - @p='t/file-node.sh'; \ - b='t/file-node.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/file-nodes.sh.log: t/file-nodes.sh - @p='t/file-nodes.sh'; \ - b='t/file-nodes.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/file-node-with-dot.sh.log: t/file-node-with-dot.sh - @p='t/file-node-with-dot.sh'; \ - b='t/file-node-with-dot.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/file-index.sh.log: t/file-index.sh - @p='t/file-index.sh'; \ - b='t/file-index.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/file-index-colons.sh.log: t/file-index-colons.sh - @p='t/file-index-colons.sh'; \ - b='t/file-index-colons.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/file-file-with-dot.sh.log: t/file-file-with-dot.sh - @p='t/file-file-with-dot.sh'; \ - b='t/file-file-with-dot.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/no-file.sh.log: t/no-file.sh - @p='t/no-file.sh'; \ - b='t/no-file.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/node-no-file.sh.log: t/node-no-file.sh - @p='t/node-no-file.sh'; \ - b='t/node-no-file.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/split.sh.log: t/split.sh - @p='t/split.sh'; \ - b='t/split.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/relative-path.sh.log: t/relative-path.sh - @p='t/relative-path.sh'; \ - b='t/relative-path.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/file-relative-path.sh.log: t/file-relative-path.sh - @p='t/file-relative-path.sh'; \ - b='t/file-relative-path.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir.sh.log: t/dir.sh - @p='t/dir.sh'; \ - b='t/dir.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-file.sh.log: t/dir-file.sh - @p='t/dir-file.sh'; \ - b='t/dir-file.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-file-sloppily.sh.log: t/dir-file-sloppily.sh - @p='t/dir-file-sloppily.sh'; \ - b='t/dir-file-sloppily.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-merge.sh.log: t/dir-merge.sh - @p='t/dir-merge.sh'; \ - b='t/dir-merge.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-nondir.sh.log: t/dir-nondir.sh - @p='t/dir-nondir.sh'; \ - b='t/dir-nondir.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-no-file.sh.log: t/dir-no-file.sh - @p='t/dir-no-file.sh'; \ - b='t/dir-no-file.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-file-menu.sh.log: t/dir-file-menu.sh - @p='t/dir-file-menu.sh'; \ - b='t/dir-file-menu.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-file-no-menu.sh.log: t/dir-file-no-menu.sh - @p='t/dir-file-no-menu.sh'; \ - b='t/dir-file-no-menu.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-file-node.sh.log: t/dir-file-node.sh - @p='t/dir-file-node.sh'; \ - b='t/dir-file-node.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-file-index.sh.log: t/dir-file-index.sh - @p='t/dir-file-index.sh'; \ - b='t/dir-file-index.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-3-menus.sh.log: t/dir-3-menus.sh - @p='t/dir-3-menus.sh'; \ - b='t/dir-3-menus.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-menus-sloppily.sh.log: t/dir-menus-sloppily.sh - @p='t/dir-menus-sloppily.sh'; \ - b='t/dir-menus-sloppily.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/where-dir-file.sh.log: t/where-dir-file.sh - @p='t/where-dir-file.sh'; \ - b='t/where-dir-file.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-dangling-entry.sh.log: t/dir-dangling-entry.sh - @p='t/dir-dangling-entry.sh'; \ - b='t/dir-dangling-entry.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/dir-entry-to-subdir.sh.log: t/dir-entry-to-subdir.sh - @p='t/dir-entry-to-subdir.sh'; \ - b='t/dir-entry-to-subdir.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/spec-file-node.sh.log: t/spec-file-node.sh - @p='t/spec-file-node.sh'; \ - b='t/spec-file-node.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/spec-no-node.sh.log: t/spec-no-node.sh - @p='t/spec-no-node.sh'; \ - b='t/spec-no-node.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/spec-menu.sh.log: t/spec-menu.sh - @p='t/spec-menu.sh'; \ - b='t/spec-menu.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/all-only.sh.log: t/all-only.sh - @p='t/all-only.sh'; \ - b='t/all-only.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/empty.sh.log: t/empty.sh - @p='t/empty.sh'; \ - b='t/empty.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/tab.sh.log: t/tab.sh - @p='t/tab.sh'; \ - b='t/tab.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/tab-argument.sh.log: t/tab-argument.sh - @p='t/tab-argument.sh'; \ - b='t/tab-argument.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/tab-no-xref.sh.log: t/tab-no-xref.sh - @p='t/tab-no-xref.sh'; \ - b='t/tab-no-xref.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/tab-skip-node.sh.log: t/tab-skip-node.sh - @p='t/tab-skip-node.sh'; \ - b='t/tab-skip-node.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/xref-across-lines.sh.log: t/xref-across-lines.sh - @p='t/xref-across-lines.sh'; \ - b='t/xref-across-lines.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/body-start.sh.log: t/body-start.sh - @p='t/body-start.sh'; \ - b='t/body-start.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/end-of-line.sh.log: t/end-of-line.sh - @p='t/end-of-line.sh'; \ - b='t/end-of-line.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/goal-column.sh.log: t/goal-column.sh - @p='t/goal-column.sh'; \ - b='t/goal-column.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/star-note-non-whitespace.sh.log: t/star-note-non-whitespace.sh - @p='t/star-note-non-whitespace.sh'; \ - b='t/star-note-non-whitespace.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/c-u-m-x-scroll-forward.sh.log: t/c-u-m-x-scroll-forward.sh - @p='t/c-u-m-x-scroll-forward.sh'; \ - b='t/c-u-m-x-scroll-forward.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/last-no-history.sh.log: t/last-no-history.sh - @p='t/last-no-history.sh'; \ - b='t/last-no-history.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/split-footnotes.sh.log: t/split-footnotes.sh - @p='t/split-footnotes.sh'; \ - b='t/split-footnotes.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/window-split-dir.sh.log: t/window-split-dir.sh - @p='t/window-split-dir.sh'; \ - b='t/window-split-dir.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/last-node-not-top-level.sh.log: t/last-node-not-top-level.sh - @p='t/last-node-not-top-level.sh'; \ - b='t/last-node-not-top-level.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/adjust-anchors.sh.log: t/adjust-anchors.sh - @p='t/adjust-anchors.sh'; \ - b='t/adjust-anchors.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/xref-to-anchor.sh.log: t/xref-to-anchor.sh - @p='t/xref-to-anchor.sh'; \ - b='t/xref-to-anchor.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/search-after-tag.sh.log: t/search-after-tag.sh - @p='t/search-after-tag.sh'; \ - b='t/search-after-tag.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/split-file-menu.sh.log: t/split-file-menu.sh - @p='t/split-file-menu.sh'; \ - b='t/split-file-menu.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/search-split-after-index.sh.log: t/search-split-after-index.sh - @p='t/search-split-after-index.sh'; \ - b='t/search-split-after-index.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/index.sh.log: t/index.sh - @p='t/index.sh'; \ - b='t/index.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/no-index.sh.log: t/no-index.sh - @p='t/no-index.sh'; \ - b='t/no-index.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/index-apropos.sh.log: t/index-apropos.sh - @p='t/index-apropos.sh'; \ - b='t/index-apropos.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/index-search.sh.log: t/index-search.sh - @p='t/index-search.sh'; \ - b='t/index-search.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/index-completing.sh.log: t/index-completing.sh - @p='t/index-completing.sh'; \ - b='t/index-completing.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/split-index.sh.log: t/split-index.sh - @p='t/split-index.sh'; \ - b='t/split-index.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/index-long-nodeline.sh.log: t/index-long-nodeline.sh - @p='t/index-long-nodeline.sh'; \ - b='t/index-long-nodeline.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/empty-infopath.sh.log: t/empty-infopath.sh - @p='t/empty-infopath.sh'; \ - b='t/empty-infopath.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/menu-sequence.sh.log: t/menu-sequence.sh - @p='t/menu-sequence.sh'; \ - b='t/menu-sequence.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/relative-reference.sh.log: t/relative-reference.sh - @p='t/relative-reference.sh'; \ - b='t/relative-reference.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/resize-in-completions.sh.log: t/resize-in-completions.sh - @p='t/resize-in-completions.sh'; \ - b='t/resize-in-completions.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/replace-viewed.sh.log: t/replace-viewed.sh - @p='t/replace-viewed.sh'; \ - b='t/replace-viewed.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/search-skip-screen.sh.log: t/search-skip-screen.sh - @p='t/search-skip-screen.sh'; \ - b='t/search-skip-screen.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/search-empty.sh.log: t/search-empty.sh - @p='t/search-empty.sh'; \ - b='t/search-empty.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/close-window-after-search.sh.log: t/close-window-after-search.sh - @p='t/close-window-after-search.sh'; \ - b='t/close-window-after-search.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/inc-sea-forward.sh.log: t/inc-sea-forward.sh - @p='t/inc-sea-forward.sh'; \ - b='t/inc-sea-forward.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/inc-sea-forward-nonregex.sh.log: t/inc-sea-forward-nonregex.sh - @p='t/inc-sea-forward-nonregex.sh'; \ - b='t/inc-sea-forward-nonregex.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/inc-sea-insensitive.sh.log: t/inc-sea-insensitive.sh - @p='t/inc-sea-insensitive.sh'; \ - b='t/inc-sea-insensitive.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/inc-sea-history.sh.log: t/inc-sea-history.sh - @p='t/inc-sea-history.sh'; \ - b='t/inc-sea-history.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/gc-split.sh.log: t/gc-split.sh - @p='t/gc-split.sh'; \ - b='t/gc-split.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/anchor-positions.sh.log: t/anchor-positions.sh - @p='t/anchor-positions.sh'; \ - b='t/anchor-positions.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/quoted-label-as-target.sh.log: t/quoted-label-as-target.sh - @p='t/quoted-label-as-target.sh'; \ - b='t/quoted-label-as-target.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/quoted-target.sh.log: t/quoted-target.sh - @p='t/quoted-target.sh'; \ - b='t/quoted-target.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/quoted-label-and-target.sh.log: t/quoted-label-and-target.sh - @p='t/quoted-label-and-target.sh'; \ - b='t/quoted-label-and-target.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/quoted-manual-in-target.sh.log: t/quoted-manual-in-target.sh - @p='t/quoted-manual-in-target.sh'; \ - b='t/quoted-manual-in-target.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/quoted-manual-in-label.sh.log: t/quoted-manual-in-label.sh - @p='t/quoted-manual-in-label.sh'; \ - b='t/quoted-manual-in-label.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/goto-quoted.sh.log: t/goto-quoted.sh - @p='t/goto-quoted.sh'; \ - b='t/goto-quoted.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/next-quoted.sh.log: t/next-quoted.sh - @p='t/next-quoted.sh'; \ - b='t/next-quoted.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - t/help.sh.log: t/help.sh - @p='t/help.sh'; \ - b='t/help.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - .test.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - #.test$(EXEEXT).log: - # @p='$<'; \ - # $(am__set_b); \ - # $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - # --log-file $$b.log --trs-file $$b.trs \ - # $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - # "$$tst" $(AM_TESTS_FD_REDIRECT) - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" distdir="$(distdir)" \ - dist-hook - check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS - check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am - all-am: Makefile $(PROGRAMS) - installdirs: - for dir in "$(DESTDIR)$(bindir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am - install-exec: install-exec-am - install-data: install-data-am - uninstall: uninstall-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-am - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - - clean-generic: - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) - clean: clean-am - - clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ - clean-noinstPROGRAMS mostlyclean-am - - distclean: distclean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - - dvi: dvi-am - - dvi-am: - - html: html-am - - html-am: - - info: info-am - - info-am: - - install-data-am: - - install-dvi: install-dvi-am - - install-dvi-am: - - install-exec-am: install-binPROGRAMS - - install-html: install-html-am - - install-html-am: - - install-info: install-info-am - - install-info-am: - - install-man: - - install-pdf: install-pdf-am - - install-pdf-am: - - install-ps: install-ps-am - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-am - - mostlyclean-am: mostlyclean-compile mostlyclean-generic - - pdf: pdf-am - - pdf-am: - - ps: ps-am - - ps-am: - - uninstall-am: uninstall-binPROGRAMS - - .MAKE: all check check-am install install-am install-strip - - .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ - clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ - clean-noinstPROGRAMS cscopelist-am ctags ctags-am dist-hook \ - distclean distclean-compile distclean-generic distclean-tags \ - distdir dvi dvi-am html html-am info info-am install \ - install-am install-binPROGRAMS install-data install-data-am \ - install-dvi install-dvi-am install-exec install-exec-am \ - install-html install-html-am install-info install-info-am \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ - ps ps-am recheck tags tags-am uninstall uninstall-am \ - uninstall-binPROGRAMS - - .PRECIOUS: Makefile - - - # We need a linear ordering to prevent race condition in parallel make. - # See the node ``(automake)Multiple Outputs'' for an explanation. - # Make sure this matches with order in which makedoc.c creates these - # files. - doc.c: funs.h - - # Make the target only funs.h even though we create all the - # $(generated_sources) so that parallel makes won't do the rm && makedoc - # more than once. - funs.h: makedoc$(EXEEXT) $(cmd_sources) - rm -f $(generated_sources) - $(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources) - dist-hook: - rm -rf `find $(distdir)/t/infodir -name '*~'` - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/info/Makefile.am texinfo-6.5/info/Makefile.am *** texinfo-6.4/info/Makefile.am 2017-05-20 16:52:09.000000000 +0100 --- texinfo-6.5/info/Makefile.am 2017-07-16 19:53:11.000000000 +0100 *************** *** 1,7 **** ! # $Id: Makefile.am 7804 2017-05-20 15:51:33Z gavin $ # Makefile.am for texinfo/info. # # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, ! # 2013, 2014, 2015, 2016 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives --- 1,7 ---- ! # $Id: Makefile.am 7921 2017-07-16 18:52:25Z gavin $ # Makefile.am for texinfo/info. # # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, ! # 2013, 2014, 2015, 2016, 2017 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives *************** *** 94,97 **** --- 94,98 ---- t/node-no-file.sh \ t/split.sh \ + t/malformed-split.sh \ t/relative-path.sh \ t/file-relative-path.sh \ *************** *** 121,124 **** --- 122,126 ---- t/tab-skip-node.sh \ t/xref-across-lines.sh \ + t/xref-across-lines-2.sh \ t/body-start.sh \ t/end-of-line.sh \ *************** *** 154,157 **** --- 156,160 ---- t/inc-sea-insensitive.sh \ t/inc-sea-history.sh \ + t/inc-sea-bs.sh \ t/gc-split.sh \ t/anchor-positions.sh \ *************** *** 167,171 **** EXTRA_DIST += $(TESTS) $(XFAIL_TESTS) \ t/README t/infodir \ ! t/Init-inter.inc t/Init-test.inc t/Timeout-test.inc \ t/Infokey-config t/node-target dist-hook: --- 170,174 ---- EXTRA_DIST += $(TESTS) $(XFAIL_TESTS) \ t/README t/infodir \ ! t/Init-inter.inc t/Init-test.inc \ t/Infokey-config t/node-target dist-hook: diff -Nrc2 texinfo-6.4/info/Makefile.in texinfo-6.5/info/Makefile.in *** texinfo-6.4/info/Makefile.in 2017-06-23 07:04:39.000000000 +0100 --- texinfo-6.5/info/Makefile.in 2017-09-12 19:50:13.000000000 +0100 *************** *** 15,23 **** @SET_MAKE@ ! # $Id: Makefile.am 7804 2017-05-20 15:51:33Z gavin $ # Makefile.am for texinfo/info. # # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, ! # 2013, 2014, 2015, 2016 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives --- 15,23 ---- @SET_MAKE@ ! # $Id: Makefile.am 7921 2017-07-16 18:52:25Z gavin $ # Makefile.am for texinfo/info. # # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, ! # 2013, 2014, 2015, 2016, 2017 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives *************** *** 133,136 **** --- 133,137 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 987,990 **** --- 988,992 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 1215,1218 **** --- 1217,1221 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ *************** *** 1289,1294 **** LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(TERMLIBS) $(LIBINTL) $(LIBICONV) EXTRA_DIST = pcterm.c $(TESTS) $(XFAIL_TESTS) t/README t/infodir \ ! t/Init-inter.inc t/Init-test.inc t/Timeout-test.inc \ ! t/Infokey-config t/node-target ginfo_SOURCES = dir.c display.c display.h doc.h dribble.c dribble.h \ echo-area.c echo-area.h \ --- 1292,1297 ---- LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(TERMLIBS) $(LIBINTL) $(LIBICONV) EXTRA_DIST = pcterm.c $(TESTS) $(XFAIL_TESTS) t/README t/infodir \ ! t/Init-inter.inc t/Init-test.inc t/Infokey-config \ ! t/node-target ginfo_SOURCES = dir.c display.c display.h doc.h dribble.c dribble.h \ echo-area.c echo-area.h \ *************** *** 1334,1337 **** --- 1337,1341 ---- t/node-no-file.sh \ t/split.sh \ + t/malformed-split.sh \ t/relative-path.sh \ t/file-relative-path.sh \ *************** *** 1361,1364 **** --- 1365,1369 ---- t/tab-skip-node.sh \ t/xref-across-lines.sh \ + t/xref-across-lines-2.sh \ t/body-start.sh \ t/end-of-line.sh \ *************** *** 1394,1397 **** --- 1399,1403 ---- t/inc-sea-insensitive.sh \ t/inc-sea-history.sh \ + t/inc-sea-bs.sh \ t/gc-split.sh \ t/anchor-positions.sh \ *************** *** 1812,1815 **** --- 1818,1828 ---- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) + t/malformed-split.sh.log: t/malformed-split.sh + @p='t/malformed-split.sh'; \ + b='t/malformed-split.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) t/relative-path.sh.log: t/relative-path.sh @p='t/relative-path.sh'; \ *************** *** 2001,2004 **** --- 2014,2024 ---- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) + t/xref-across-lines-2.sh.log: t/xref-across-lines-2.sh + @p='t/xref-across-lines-2.sh'; \ + b='t/xref-across-lines-2.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) t/body-start.sh.log: t/body-start.sh @p='t/body-start.sh'; \ *************** *** 2230,2233 **** --- 2250,2260 ---- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) + t/inc-sea-bs.sh.log: t/inc-sea-bs.sh + @p='t/inc-sea-bs.sh'; \ + b='t/inc-sea-bs.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) Binary files texinfo-6.4/info/dir.o and texinfo-6.5/info/dir.o differ Binary files texinfo-6.4/info/display.o and texinfo-6.5/info/display.o differ diff -Nrc2 texinfo-6.4/info/doc.c texinfo-6.5/info/doc.c *** texinfo-6.4/info/doc.c 2017-07-03 17:45:32.000000000 +0100 --- texinfo-6.5/info/doc.c 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,154 **** - /* doc.c -- Generated structure containing function names and doc strings. - - This file was automatically made from various source files with the - command `..//info/makedoc'. - DO NOT EDIT THIS FILE, only `..//info/makedoc.c'. - Source files groveled to make this file include: - - ./session.c - ./echo-area.c - ./infodoc.c - ./m-x.c - ./indices.c - ./nodemenu.c - ./footnotes.c - ./variables.c - - An entry in the array FUNCTION_DOC_ARRAY is made for each command - found in the above files; each entry consists of a function pointer, - a string which is the user-visible name of the function, - and a string which documents its purpose. */ - - #include "info.h" - #include "window.h" - #include "funs.h" - - FUNCTION_DOC function_doc_array[] = { - - /* Commands found in "./session.c". */ - { (VFunction *)info_all_files, "all-files", (FUNCTION_KEYSEQ *)0, "Show all matching files" }, - { (VFunction *)info_next_line, "next-line", (FUNCTION_KEYSEQ *)0, "Move down to the next line" }, - { (VFunction *)info_prev_line, "prev-line", (FUNCTION_KEYSEQ *)0, "Move up to the previous line" }, - { (VFunction *)info_move_to_window_line, "move-to-window-line", (FUNCTION_KEYSEQ *)0, "Move the cursor to a specific line of the window" }, - { (VFunction *)info_end_of_line, "end-of-line", (FUNCTION_KEYSEQ *)0, "Move to the end of the line" }, - { (VFunction *)info_beginning_of_line, "beginning-of-line", (FUNCTION_KEYSEQ *)0, "Move to the start of the line" }, - { (VFunction *)info_forward_char, "forward-char", (FUNCTION_KEYSEQ *)0, "Move forward a character" }, - { (VFunction *)info_backward_char, "backward-char", (FUNCTION_KEYSEQ *)0, "Move backward a character" }, - { (VFunction *)info_forward_word, "forward-word", (FUNCTION_KEYSEQ *)0, "Move forward a word" }, - { (VFunction *)info_backward_word, "backward-word", (FUNCTION_KEYSEQ *)0, "Move backward a word" }, - { (VFunction *)info_beginning_of_node, "beginning-of-node", (FUNCTION_KEYSEQ *)0, "Move to the start of this node" }, - { (VFunction *)info_end_of_node, "end-of-node", (FUNCTION_KEYSEQ *)0, "Move to the end of this node" }, - { (VFunction *)info_scroll_forward, "scroll-forward", (FUNCTION_KEYSEQ *)0, "Scroll forward in this window" }, - { (VFunction *)info_scroll_backward, "scroll-backward", (FUNCTION_KEYSEQ *)0, "Scroll backward in this window" }, - { (VFunction *)info_scroll_forward_set_window, "scroll-forward-set-window", (FUNCTION_KEYSEQ *)0, "Scroll forward in this window and set default window size" }, - { (VFunction *)info_scroll_backward_set_window, "scroll-backward-set-window", (FUNCTION_KEYSEQ *)0, "Scroll backward in this window and set default window size" }, - { (VFunction *)info_scroll_forward_page_only, "scroll-forward-page-only", (FUNCTION_KEYSEQ *)0, "Scroll forward in this window staying within node" }, - { (VFunction *)info_scroll_backward_page_only, "scroll-backward-page-only", (FUNCTION_KEYSEQ *)0, "Scroll backward in this window staying within node" }, - { (VFunction *)info_scroll_forward_page_only_set_window, "scroll-forward-page-only-set-window", (FUNCTION_KEYSEQ *)0, "Scroll forward in this window staying within node and set default window size" }, - { (VFunction *)info_scroll_backward_page_only_set_window, "scroll-backward-page-only-set-window", (FUNCTION_KEYSEQ *)0, "Scroll backward in this window staying within node and set default window size" }, - { (VFunction *)info_down_line, "down-line", (FUNCTION_KEYSEQ *)0, "Scroll down by lines" }, - { (VFunction *)info_up_line, "up-line", (FUNCTION_KEYSEQ *)0, "Scroll up by lines" }, - { (VFunction *)info_scroll_half_screen_down, "scroll-half-screen-down", (FUNCTION_KEYSEQ *)0, "Scroll down by half screen size" }, - { (VFunction *)info_scroll_half_screen_up, "scroll-half-screen-up", (FUNCTION_KEYSEQ *)0, "Scroll up by half screen size" }, - { (VFunction *)info_scroll_other_window, "scroll-other-window", (FUNCTION_KEYSEQ *)0, "Scroll the other window" }, - { (VFunction *)info_scroll_other_window_backward, "scroll-other-window-backward", (FUNCTION_KEYSEQ *)0, "Scroll the other window backward" }, - { (VFunction *)info_next_window, "next-window", (FUNCTION_KEYSEQ *)0, "Select the next window" }, - { (VFunction *)info_prev_window, "prev-window", (FUNCTION_KEYSEQ *)0, "Select the previous window" }, - { (VFunction *)info_split_window, "split-window", (FUNCTION_KEYSEQ *)0, "Split the current window" }, - { (VFunction *)info_delete_window, "delete-window", (FUNCTION_KEYSEQ *)0, "Delete the current window" }, - { (VFunction *)info_keep_one_window, "keep-one-window", (FUNCTION_KEYSEQ *)0, "Delete all other windows" }, - { (VFunction *)info_grow_window, "grow-window", (FUNCTION_KEYSEQ *)0, "Grow (or shrink) this window" }, - { (VFunction *)info_tile_windows, "tile-windows", (FUNCTION_KEYSEQ *)0, "Divide the available screen space among the visible windows" }, - { (VFunction *)info_toggle_wrap, "toggle-wrap", (FUNCTION_KEYSEQ *)0, "Toggle the state of line wrapping in the current window" }, - { (VFunction *)info_menu_digit, "menu-digit", (FUNCTION_KEYSEQ *)0, "Select this menu item" }, - { (VFunction *)info_last_menu_item, "last-menu-item", (FUNCTION_KEYSEQ *)0, "Select the last item in this node's menu" }, - { (VFunction *)info_menu_item, "menu-item", (FUNCTION_KEYSEQ *)0, "Read a menu item and select its node" }, - { (VFunction *)info_xref_item, "xref-item", (FUNCTION_KEYSEQ *)0, "Read a footnote or cross reference and select its node" }, - { (VFunction *)info_find_menu, "find-menu", (FUNCTION_KEYSEQ *)0, "Move to the start of this node's menu" }, - { (VFunction *)info_visit_menu, "visit-menu", (FUNCTION_KEYSEQ *)0, "Visit as many menu items at once as possible" }, - { (VFunction *)info_move_to_prev_xref, "move-to-prev-xref", (FUNCTION_KEYSEQ *)0, "Move to the previous cross reference" }, - { (VFunction *)info_move_to_next_xref, "move-to-next-xref", (FUNCTION_KEYSEQ *)0, "Move to the next cross reference" }, - { (VFunction *)info_select_reference_this_line, "select-reference-this-line", (FUNCTION_KEYSEQ *)0, "Select reference or menu item appearing on this line" }, - { (VFunction *)info_menu_sequence, "menu-sequence", (FUNCTION_KEYSEQ *)0, "Read a list of menus starting from dir and follow them" }, - { (VFunction *)info_next_node, "next-node", (FUNCTION_KEYSEQ *)0, "Select the Next node" }, - { (VFunction *)info_prev_node, "prev-node", (FUNCTION_KEYSEQ *)0, "Select the Prev node" }, - { (VFunction *)info_up_node, "up-node", (FUNCTION_KEYSEQ *)0, "Select the Up node" }, - { (VFunction *)info_last_node, "last-node", (FUNCTION_KEYSEQ *)0, "Select the last node in this file" }, - { (VFunction *)info_first_node, "first-node", (FUNCTION_KEYSEQ *)0, "Select the first node in this file" }, - { (VFunction *)info_global_next_node, "global-next-node", (FUNCTION_KEYSEQ *)0, "Move forwards or down through node structure" }, - { (VFunction *)info_global_prev_node, "global-prev-node", (FUNCTION_KEYSEQ *)0, "Move backwards or up through node structure" }, - { (VFunction *)info_goto_node, "goto-node", (FUNCTION_KEYSEQ *)0, "Read a node name and select it" }, - { (VFunction *)info_goto_invocation_node, "goto-invocation-node", (FUNCTION_KEYSEQ *)0, "Find the node describing program invocation" }, - { (VFunction *)info_man, "man", (FUNCTION_KEYSEQ *)0, "Read a manpage reference and select it" }, - { (VFunction *)info_top_node, "top-node", (FUNCTION_KEYSEQ *)0, "Select the node 'Top' in this file" }, - { (VFunction *)info_dir_node, "dir-node", (FUNCTION_KEYSEQ *)0, "Select the node '(dir)'" }, - { (VFunction *)info_display_file_info, "display-file-info", (FUNCTION_KEYSEQ *)0, "Show full file name of node being displayed" }, - { (VFunction *)info_history_node, "history-node", (FUNCTION_KEYSEQ *)0, "Select the most recently selected node" }, - { (VFunction *)info_view_file, "view-file", (FUNCTION_KEYSEQ *)0, "Read the name of a file and select it" }, - { (VFunction *)info_print_node, "print-node", (FUNCTION_KEYSEQ *)0, "Pipe the contents of this node through INFO_PRINT_COMMAND" }, - { (VFunction *)info_toggle_regexp, "toggle-regexp", (FUNCTION_KEYSEQ *)0, "Toggle the usage of regular expressions in searches" }, - { (VFunction *)info_tree_search, "tree-search", (FUNCTION_KEYSEQ *)0, "Search this node and subnodes for a string" }, - { (VFunction *)info_tree_search_next, "tree-search-next", (FUNCTION_KEYSEQ *)0, "Go to next match in Info sub-tree" }, - { (VFunction *)info_tree_search_previous, "tree-search-previous", (FUNCTION_KEYSEQ *)0, "Go to previous match in Info sub-tree" }, - { (VFunction *)info_search_case_sensitively, "search-case-sensitively", (FUNCTION_KEYSEQ *)0, "Read a string and search for it case-sensitively" }, - { (VFunction *)info_search, "search", (FUNCTION_KEYSEQ *)0, "Read a string and search for it" }, - { (VFunction *)info_search_backward, "search-backward", (FUNCTION_KEYSEQ *)0, "Read a string and search backward for it" }, - { (VFunction *)info_search_next, "search-next", (FUNCTION_KEYSEQ *)0, "Repeat last search in the same direction" }, - { (VFunction *)info_search_previous, "search-previous", (FUNCTION_KEYSEQ *)0, "Repeat last search in the reverse direction" }, - { (VFunction *)info_clear_search, "clear-search", (FUNCTION_KEYSEQ *)0, "Clear displayed search matches" }, - { (VFunction *)isearch_forward, "isearch-forward", (FUNCTION_KEYSEQ *)0, "Search interactively for a string as you type it" }, - { (VFunction *)isearch_backward, "isearch-backward", (FUNCTION_KEYSEQ *)0, "Search interactively for a string as you type it" }, - { (VFunction *)info_abort_key, "abort-key", (FUNCTION_KEYSEQ *)0, "Cancel current operation" }, - { (VFunction *)info_info_version, "info-version", (FUNCTION_KEYSEQ *)0, "Display version of Info being run" }, - { (VFunction *)info_redraw_display, "redraw-display", (FUNCTION_KEYSEQ *)0, "Redraw the display" }, - { (VFunction *)info_quit, "quit", (FUNCTION_KEYSEQ *)0, "Quit using Info" }, - { (VFunction *)info_do_lowercase_version, "do-lowercase-version", (FUNCTION_KEYSEQ *)0, "Run command bound to this key's lowercase variant" }, - { (VFunction *)info_add_digit_to_numeric_arg, "add-digit-to-numeric-arg", (FUNCTION_KEYSEQ *)0, "Add this digit to the current numeric argument" }, - { (VFunction *)info_universal_argument, "universal-argument", (FUNCTION_KEYSEQ *)0, "Start (or multiply by 4) the current numeric argument" }, - /* Commands found in "./echo-area.c". */ - { (VFunction *)ea_forward, "echo-area-forward", (FUNCTION_KEYSEQ *)0, "Move forward a character" }, - { (VFunction *)ea_backward, "echo-area-backward", (FUNCTION_KEYSEQ *)0, "Move backward a character" }, - { (VFunction *)ea_beg_of_line, "echo-area-beg-of-line", (FUNCTION_KEYSEQ *)0, "Move to the start of this line" }, - { (VFunction *)ea_end_of_line, "echo-area-end-of-line", (FUNCTION_KEYSEQ *)0, "Move to the end of this line" }, - { (VFunction *)ea_forward_word, "echo-area-forward-word", (FUNCTION_KEYSEQ *)0, "Move forward a word" }, - { (VFunction *)ea_backward_word, "echo-area-backward-word", (FUNCTION_KEYSEQ *)0, "Move backward a word" }, - { (VFunction *)ea_delete, "echo-area-delete", (FUNCTION_KEYSEQ *)0, "Delete the character under the cursor" }, - { (VFunction *)ea_rubout, "echo-area-rubout", (FUNCTION_KEYSEQ *)0, "Delete the character behind the cursor" }, - { (VFunction *)ea_abort, "echo-area-abort", (FUNCTION_KEYSEQ *)0, "Cancel or quit operation" }, - { (VFunction *)ea_newline, "echo-area-newline", (FUNCTION_KEYSEQ *)0, "Accept (or force completion of) this line" }, - { (VFunction *)ea_quoted_insert, "echo-area-quoted-insert", (FUNCTION_KEYSEQ *)0, "Insert next character verbatim" }, - { (VFunction *)ea_tab_insert, "echo-area-tab-insert", (FUNCTION_KEYSEQ *)0, "Insert a TAB character" }, - { (VFunction *)ea_transpose_chars, "echo-area-transpose-chars", (FUNCTION_KEYSEQ *)0, "Transpose characters at point" }, - { (VFunction *)ea_yank, "echo-area-yank", (FUNCTION_KEYSEQ *)0, "Yank back the contents of the last kill" }, - { (VFunction *)ea_yank_pop, "echo-area-yank-pop", (FUNCTION_KEYSEQ *)0, "Yank back a previous kill" }, - { (VFunction *)ea_kill_line, "echo-area-kill-line", (FUNCTION_KEYSEQ *)0, "Kill to the end of the line" }, - { (VFunction *)ea_backward_kill_line, "echo-area-backward-kill-line", (FUNCTION_KEYSEQ *)0, "Kill to the beginning of the line" }, - { (VFunction *)ea_kill_word, "echo-area-kill-word", (FUNCTION_KEYSEQ *)0, "Kill the word following the cursor" }, - { (VFunction *)ea_backward_kill_word, "echo-area-backward-kill-word", (FUNCTION_KEYSEQ *)0, "Kill the word preceding the cursor" }, - { (VFunction *)ea_possible_completions, "echo-area-possible-completions", (FUNCTION_KEYSEQ *)0, "List possible completions" }, - { (VFunction *)ea_complete, "echo-area-complete", (FUNCTION_KEYSEQ *)0, "Insert completion" }, - { (VFunction *)ea_scroll_completions_window, "echo-area-scroll-completions-window", (FUNCTION_KEYSEQ *)0, "Scroll the completions window" }, - /* Commands found in "./infodoc.c". */ - { (VFunction *)info_get_help_window, "get-help-window", (FUNCTION_KEYSEQ *)0, "Display help message" }, - { (VFunction *)info_get_info_help_node, "get-info-help-node", (FUNCTION_KEYSEQ *)0, "Visit Info node '(info)Help'" }, - { (VFunction *)describe_key, "describe-key", (FUNCTION_KEYSEQ *)0, "Print documentation for KEY" }, - { (VFunction *)info_where_is, "where-is", (FUNCTION_KEYSEQ *)0, "Show what to type to execute a given command" }, - /* Commands found in "./m-x.c". */ - { (VFunction *)describe_command, "describe-command", (FUNCTION_KEYSEQ *)0, "Read the name of an Info command and describe it" }, - { (VFunction *)info_execute_command, "execute-command", (FUNCTION_KEYSEQ *)0, "Read a command name in the echo area and execute it" }, - { (VFunction *)set_screen_height, "set-screen-height", (FUNCTION_KEYSEQ *)0, "Set the height of the displayed window" }, - /* Commands found in "./indices.c". */ - { (VFunction *)info_index_search, "index-search", (FUNCTION_KEYSEQ *)0, "Look up a string in the index for this file" }, - { (VFunction *)info_next_index_match, "next-index-match", (FUNCTION_KEYSEQ *)0, "Go to the next matching index item from the last '\\[index-search]' command" }, - { (VFunction *)info_index_apropos, "index-apropos", (FUNCTION_KEYSEQ *)0, "Grovel all known info file's indices for a string and build a menu" }, - { (VFunction *)info_virtual_index, "virtual-index", (FUNCTION_KEYSEQ *)0, "List all matches of a string in the index" }, - /* Commands found in "./nodemenu.c". */ - { (VFunction *)list_visited_nodes, "list-visited-nodes", (FUNCTION_KEYSEQ *)0, "Make a window containing a menu of all of the currently visited nodes" }, - { (VFunction *)select_visited_node, "select-visited-node", (FUNCTION_KEYSEQ *)0, "Select a node which has been previously visited in a visible window" }, - /* Commands found in "./footnotes.c". */ - { (VFunction *)info_show_footnotes, "show-footnotes", (FUNCTION_KEYSEQ *)0, "Show the footnotes associated with this node in another window" }, - /* Commands found in "./variables.c". */ - { (VFunction *)describe_variable, "describe-variable", (FUNCTION_KEYSEQ *)0, "Explain the use of a variable" }, - { (VFunction *)set_variable, "set-variable", (FUNCTION_KEYSEQ *)0, "Set the value of an Info variable" }, - { NULL, NULL, NULL, NULL } - }; --- 0 ---- Binary files texinfo-6.4/info/doc.o and texinfo-6.5/info/doc.o differ Binary files texinfo-6.4/info/dribble.o and texinfo-6.5/info/dribble.o differ Binary files texinfo-6.4/info/echo-area.o and texinfo-6.5/info/echo-area.o differ Binary files texinfo-6.4/info/filesys.o and texinfo-6.5/info/filesys.o differ Binary files texinfo-6.4/info/footnotes.o and texinfo-6.5/info/footnotes.o differ diff -Nrc2 texinfo-6.4/info/funs.h texinfo-6.5/info/funs.h *** texinfo-6.4/info/funs.h 2017-07-03 17:45:32.000000000 +0100 --- texinfo-6.5/info/funs.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,256 **** - /* funs.h -- Generated declarations for Info commands. */ - - #include "info.h" - #include "window.h" - - /* Functions declared in "./session.c". */ - #define A_info_all_files 0 - extern void info_all_files (WINDOW *window, int count); - #define A_info_next_line 1 - extern void info_next_line (WINDOW *window, int count); - #define A_info_prev_line 2 - extern void info_prev_line (WINDOW *window, int count); - #define A_info_move_to_window_line 3 - extern void info_move_to_window_line (WINDOW *window, int count); - #define A_info_end_of_line 4 - extern void info_end_of_line (WINDOW *window, int count); - #define A_info_beginning_of_line 5 - extern void info_beginning_of_line (WINDOW *window, int count); - #define A_info_forward_char 6 - extern void info_forward_char (WINDOW *window, int count); - #define A_info_backward_char 7 - extern void info_backward_char (WINDOW *window, int count); - #define A_info_forward_word 8 - extern void info_forward_word (WINDOW *window, int count); - #define A_info_backward_word 9 - extern void info_backward_word (WINDOW *window, int count); - #define A_info_beginning_of_node 10 - extern void info_beginning_of_node (WINDOW *window, int count); - #define A_info_end_of_node 11 - extern void info_end_of_node (WINDOW *window, int count); - #define A_info_scroll_forward 12 - extern void info_scroll_forward (WINDOW *window, int count); - #define A_info_scroll_backward 13 - extern void info_scroll_backward (WINDOW *window, int count); - #define A_info_scroll_forward_set_window 14 - extern void info_scroll_forward_set_window (WINDOW *window, int count); - #define A_info_scroll_backward_set_window 15 - extern void info_scroll_backward_set_window (WINDOW *window, int count); - #define A_info_scroll_forward_page_only 16 - extern void info_scroll_forward_page_only (WINDOW *window, int count); - #define A_info_scroll_backward_page_only 17 - extern void info_scroll_backward_page_only (WINDOW *window, int count); - #define A_info_scroll_forward_page_only_set_window 18 - extern void info_scroll_forward_page_only_set_window (WINDOW *window, int count); - #define A_info_scroll_backward_page_only_set_window 19 - extern void info_scroll_backward_page_only_set_window (WINDOW *window, int count); - #define A_info_down_line 20 - extern void info_down_line (WINDOW *window, int count); - #define A_info_up_line 21 - extern void info_up_line (WINDOW *window, int count); - #define A_info_scroll_half_screen_down 22 - extern void info_scroll_half_screen_down (WINDOW *window, int count); - #define A_info_scroll_half_screen_up 23 - extern void info_scroll_half_screen_up (WINDOW *window, int count); - #define A_info_scroll_other_window 24 - extern void info_scroll_other_window (WINDOW *window, int count); - #define A_info_scroll_other_window_backward 25 - extern void info_scroll_other_window_backward (WINDOW *window, int count); - #define A_info_next_window 26 - extern void info_next_window (WINDOW *window, int count); - #define A_info_prev_window 27 - extern void info_prev_window (WINDOW *window, int count); - #define A_info_split_window 28 - extern void info_split_window (WINDOW *window, int count); - #define A_info_delete_window 29 - extern void info_delete_window (WINDOW *window, int count); - #define A_info_keep_one_window 30 - extern void info_keep_one_window (WINDOW *window, int count); - #define A_info_grow_window 31 - extern void info_grow_window (WINDOW *window, int count); - #define A_info_tile_windows 32 - extern void info_tile_windows (WINDOW *window, int count); - #define A_info_toggle_wrap 33 - extern void info_toggle_wrap (WINDOW *window, int count); - #define A_info_menu_digit 34 - extern void info_menu_digit (WINDOW *window, int count); - #define A_info_last_menu_item 35 - extern void info_last_menu_item (WINDOW *window, int count); - #define A_info_menu_item 36 - extern void info_menu_item (WINDOW *window, int count); - #define A_info_xref_item 37 - extern void info_xref_item (WINDOW *window, int count); - #define A_info_find_menu 38 - extern void info_find_menu (WINDOW *window, int count); - #define A_info_visit_menu 39 - extern void info_visit_menu (WINDOW *window, int count); - #define A_info_move_to_prev_xref 40 - extern void info_move_to_prev_xref (WINDOW *window, int count); - #define A_info_move_to_next_xref 41 - extern void info_move_to_next_xref (WINDOW *window, int count); - #define A_info_select_reference_this_line 42 - extern void info_select_reference_this_line (WINDOW *window, int count); - #define A_info_menu_sequence 43 - extern void info_menu_sequence (WINDOW *window, int count); - #define A_info_next_node 44 - extern void info_next_node (WINDOW *window, int count); - #define A_info_prev_node 45 - extern void info_prev_node (WINDOW *window, int count); - #define A_info_up_node 46 - extern void info_up_node (WINDOW *window, int count); - #define A_info_last_node 47 - extern void info_last_node (WINDOW *window, int count); - #define A_info_first_node 48 - extern void info_first_node (WINDOW *window, int count); - #define A_info_global_next_node 49 - extern void info_global_next_node (WINDOW *window, int count); - #define A_info_global_prev_node 50 - extern void info_global_prev_node (WINDOW *window, int count); - #define A_info_goto_node 51 - extern void info_goto_node (WINDOW *window, int count); - #define A_info_goto_invocation_node 52 - extern void info_goto_invocation_node (WINDOW *window, int count); - #define A_info_man 53 - extern void info_man (WINDOW *window, int count); - #define A_info_top_node 54 - extern void info_top_node (WINDOW *window, int count); - #define A_info_dir_node 55 - extern void info_dir_node (WINDOW *window, int count); - #define A_info_display_file_info 56 - extern void info_display_file_info (WINDOW *window, int count); - #define A_info_history_node 57 - extern void info_history_node (WINDOW *window, int count); - #define A_info_view_file 58 - extern void info_view_file (WINDOW *window, int count); - #define A_info_print_node 59 - extern void info_print_node (WINDOW *window, int count); - #define A_info_toggle_regexp 60 - extern void info_toggle_regexp (WINDOW *window, int count); - #define A_info_tree_search 61 - extern void info_tree_search (WINDOW *window, int count); - #define A_info_tree_search_next 62 - extern void info_tree_search_next (WINDOW *window, int count); - #define A_info_tree_search_previous 63 - extern void info_tree_search_previous (WINDOW *window, int count); - #define A_info_search_case_sensitively 64 - extern void info_search_case_sensitively (WINDOW *window, int count); - #define A_info_search 65 - extern void info_search (WINDOW *window, int count); - #define A_info_search_backward 66 - extern void info_search_backward (WINDOW *window, int count); - #define A_info_search_next 67 - extern void info_search_next (WINDOW *window, int count); - #define A_info_search_previous 68 - extern void info_search_previous (WINDOW *window, int count); - #define A_info_clear_search 69 - extern void info_clear_search (WINDOW *window, int count); - #define A_isearch_forward 70 - extern void isearch_forward (WINDOW *window, int count); - #define A_isearch_backward 71 - extern void isearch_backward (WINDOW *window, int count); - #define A_info_abort_key 72 - extern void info_abort_key (WINDOW *window, int count); - #define A_info_info_version 73 - extern void info_info_version (WINDOW *window, int count); - #define A_info_redraw_display 74 - extern void info_redraw_display (WINDOW *window, int count); - #define A_info_quit 75 - extern void info_quit (WINDOW *window, int count); - #define A_info_do_lowercase_version 76 - extern void info_do_lowercase_version (WINDOW *window, int count); - #define A_info_add_digit_to_numeric_arg 77 - extern void info_add_digit_to_numeric_arg (WINDOW *window, int count); - #define A_info_universal_argument 78 - extern void info_universal_argument (WINDOW *window, int count); - - /* Functions declared in "./echo-area.c". */ - #define A_ea_forward 79 - extern void ea_forward (WINDOW *window, int count); - #define A_ea_backward 80 - extern void ea_backward (WINDOW *window, int count); - #define A_ea_beg_of_line 81 - extern void ea_beg_of_line (WINDOW *window, int count); - #define A_ea_end_of_line 82 - extern void ea_end_of_line (WINDOW *window, int count); - #define A_ea_forward_word 83 - extern void ea_forward_word (WINDOW *window, int count); - #define A_ea_backward_word 84 - extern void ea_backward_word (WINDOW *window, int count); - #define A_ea_delete 85 - extern void ea_delete (WINDOW *window, int count); - #define A_ea_rubout 86 - extern void ea_rubout (WINDOW *window, int count); - #define A_ea_abort 87 - extern void ea_abort (WINDOW *window, int count); - #define A_ea_newline 88 - extern void ea_newline (WINDOW *window, int count); - #define A_ea_quoted_insert 89 - extern void ea_quoted_insert (WINDOW *window, int count); - #define A_ea_tab_insert 90 - extern void ea_tab_insert (WINDOW *window, int count); - #define A_ea_transpose_chars 91 - extern void ea_transpose_chars (WINDOW *window, int count); - #define A_ea_yank 92 - extern void ea_yank (WINDOW *window, int count); - #define A_ea_yank_pop 93 - extern void ea_yank_pop (WINDOW *window, int count); - #define A_ea_kill_line 94 - extern void ea_kill_line (WINDOW *window, int count); - #define A_ea_backward_kill_line 95 - extern void ea_backward_kill_line (WINDOW *window, int count); - #define A_ea_kill_word 96 - extern void ea_kill_word (WINDOW *window, int count); - #define A_ea_backward_kill_word 97 - extern void ea_backward_kill_word (WINDOW *window, int count); - #define A_ea_possible_completions 98 - extern void ea_possible_completions (WINDOW *window, int count); - #define A_ea_complete 99 - extern void ea_complete (WINDOW *window, int count); - #define A_ea_scroll_completions_window 100 - extern void ea_scroll_completions_window (WINDOW *window, int count); - - /* Functions declared in "./infodoc.c". */ - #define A_info_get_help_window 101 - extern void info_get_help_window (WINDOW *window, int count); - #define A_info_get_info_help_node 102 - extern void info_get_info_help_node (WINDOW *window, int count); - #define A_describe_key 103 - extern void describe_key (WINDOW *window, int count); - #define A_info_where_is 104 - extern void info_where_is (WINDOW *window, int count); - - /* Functions declared in "./m-x.c". */ - #define A_describe_command 105 - extern void describe_command (WINDOW *window, int count); - #define A_info_execute_command 106 - extern void info_execute_command (WINDOW *window, int count); - #define A_set_screen_height 107 - extern void set_screen_height (WINDOW *window, int count); - - /* Functions declared in "./indices.c". */ - #define A_info_index_search 108 - extern void info_index_search (WINDOW *window, int count); - #define A_info_next_index_match 109 - extern void info_next_index_match (WINDOW *window, int count); - #define A_info_index_apropos 110 - extern void info_index_apropos (WINDOW *window, int count); - #define A_info_virtual_index 111 - extern void info_virtual_index (WINDOW *window, int count); - - /* Functions declared in "./nodemenu.c". */ - #define A_list_visited_nodes 112 - extern void list_visited_nodes (WINDOW *window, int count); - #define A_select_visited_node 113 - extern void select_visited_node (WINDOW *window, int count); - - /* Functions declared in "./footnotes.c". */ - #define A_info_show_footnotes 114 - extern void info_show_footnotes (WINDOW *window, int count); - - /* Functions declared in "./variables.c". */ - #define A_describe_variable 115 - extern void describe_variable (WINDOW *window, int count); - #define A_set_variable 116 - extern void set_variable (WINDOW *window, int count); - - #define A_NCOMMANDS 117 --- 0 ---- Binary files texinfo-6.4/info/ginfo and texinfo-6.5/info/ginfo differ Binary files texinfo-6.4/info/indices.o and texinfo-6.5/info/indices.o differ diff -Nrc2 texinfo-6.4/info/info-utils.c texinfo-6.5/info/info-utils.c *** texinfo-6.4/info/info-utils.c 2017-06-03 21:52:39.000000000 +0100 --- texinfo-6.5/info/info-utils.c 2017-07-05 20:15:34.000000000 +0100 *************** *** 1,4 **** /* info-utils.c -- miscellanous. ! $Id: info-utils.c 7818 2017-06-03 20:52:27Z gavin $ Copyright 1993, 1998, 2003, 2004, 2007, 2008, 2009, 2011, 2012, --- 1,4 ---- /* info-utils.c -- miscellanous. ! $Id: info-utils.c 7888 2017-07-01 13:51:33Z gavin $ Copyright 1993, 1998, 2003, 2004, 2007, 2008, 2009, 2011, 2012, *************** *** 1279,1282 **** --- 1279,1283 ---- len = read_quoted_string (inptr + label_len, ":", max_lines, &entry->nodename); + canonicalize_whitespace (entry->nodename); if (!len) return 0; /* Input invalid. */ diff -Nrc2 texinfo-6.4/info/info-utils.c.old texinfo-6.5/info/info-utils.c.old *** texinfo-6.4/info/info-utils.c.old 2017-07-03 17:47:23.000000000 +0100 --- texinfo-6.5/info/info-utils.c.old 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,2064 **** - /* info-utils.c -- miscellanous. - $Id: info-utils.c 7818 2017-06-03 20:52:27Z gavin $ - - Copyright 1993, 1998, 2003, 2004, 2007, 2008, 2009, 2011, 2012, - 2013, 2014, 2015, 2016, 2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - - Originally written by Brian Fox. */ - - #include "info.h" - #include "session.h" - #include "info-utils.h" - #include "tag.h" - - #include <langinfo.h> - #if HAVE_ICONV - # include <iconv.h> - #endif - #include <wchar.h> - #ifdef __MINGW32__ - /* MinGW uses a replacement nl_langinfo, see pcterm.c. */ - # define nl_langinfo rpl_nl_langinfo - extern char * rpl_nl_langinfo (nl_item); - /* MinGW uses its own replacement wcwidth, see pcterm.c for the - reasons. Since Gnulib's wchar.h might redirect wcwidth to - rpl_wcwidth, we explicitly undo that here. */ - #undef wcwidth - #endif - - #ifdef __hpux - #define va_copy(ap1,ap2) memcpy((&ap1),(&ap2),sizeof(va_list)) - #endif - - /* Variable which holds the most recent filename parsed as a result of - calling info_parse_xxx (). */ - char *info_parsed_filename = NULL; - - /* Variable which holds the most recent nodename parsed as a result of - calling info_parse_xxx (). */ - char *info_parsed_nodename = NULL; - - /* Read a filename surrounded by "(" and ")", accounting for matching - characters, and place it in *FILENAME if FILENAME is not null. Return - length of read filename. On error, set *FILENAME to null and return 0. */ - int - read_bracketed_filename (char *string, char **filename) - { - register int i = 0; - int count = 0; /* Level of nesting. */ - int first_close = -1; /* First ")" encountered. */ - - if (*string != '(') - return 0; - - string++; - count = 1; - for (i = 0; string[i]; i++) - { - if (string[i] == '(') - count++; - else if (string[i] == ')') - { - if (first_close == -1) - first_close = i; - - count--; - if (count == 0) - break; - } - } - - /* If string ended before brackets were balanced, take the first ")" as - terminating the filename. */ - if (count > 0) - { - if (first_close == -1) - { - if (filename) - *filename = 0; - return 0; - } - i = first_close; - } - - if (filename) - { - *filename = xcalloc (1, i + 1); - memcpy (*filename, string, i); - } - - return i + 2; /* Length of filename plus "(" and ")". */ - } - - /* Parse the filename and nodename out of STRING, saving in - INFO_PARSED_FILENAME and INFO_PARSED_NODENAME. These variables should not - be freed by calling code. If either is missing, the relevant variable is - set to a null pointer. */ - void - info_parse_node (char *string) - { - int nodename_len; - - free (info_parsed_filename); - free (info_parsed_nodename); - info_parsed_filename = 0; - info_parsed_nodename = 0; - - /* Special case of nothing passed. Return nothing. */ - if (!string || !*string) - return; - - string += skip_whitespace_and_newlines (string); - - string += read_bracketed_filename (string, &info_parsed_filename); - - /* Parse out nodename. */ - string += skip_whitespace_and_newlines (string); - nodename_len = read_quoted_string (string, "", 0, &info_parsed_nodename); - - if (nodename_len != 0) - { - canonicalize_whitespace (info_parsed_nodename); - } - } - - /* Set *OUTPUT to a copy of the string starting at START and finishing at - a character in TERMINATOR, unless START[0] == INFO_QUOTE, in which case - copy string from START+1 until the next occurence of INFO_QUOTE. If - TERMINATOR is an empty string, finish at a null character. LINES is - the number of lines that the string can span. If LINES is zero, there is no - limit. Return length of string including any quoting characters. Return - 0 if input was invalid. */ - long - read_quoted_string (char *start, char *terminator, int lines, char **output) - { - long len; - char *nl = 0, saved_char; - - if (lines) - { - int i; - nl = start; - for (i = 0; i < lines; i++) - { - nl = strchr (nl, '\n'); - if (!nl) - break; /* End of input string reached. */ - nl++; - } - if (nl) - { - saved_char = *nl; - *nl = '\0'; - } - } - - if (start[0] != '\177') - { - len = strcspn (start, terminator); - - if (*terminator && !start[len]) - { - len = 0; - *output = 0; - } - else - { - *output = xmalloc (len + 1); - strncpy (*output, start, len); - (*output)[len] = '\0'; - } - } - else - { - len = strcspn (start + 1, "\177"); - - if (*terminator && !(start + 1)[len]) - { - /* No closing 177 byte. */ - len = 0; - *output = 0; - } - else - { - *output = xmalloc (len + 1); - strncpy (*output, start + 1, len); - (*output)[len] = '\0'; - len += 2; /* Count the two 177 bytes. */ - } - - } - - if (nl) - *nl = saved_char; - return len; - } - - - /* **************************************************************** */ - /* */ - /* Finding and Building Menus */ - /* */ - /* **************************************************************** */ - - /* Get the entry associated with LABEL in the menu of NODE. Return a - pointer to the ENTRY if found, or null. Return value should not - be freed by caller. If SLOPPY, allow initial matches, like - "Buffers" for a LABEL "buffer". */ - REFERENCE * - info_get_menu_entry_by_label (NODE *node, char *label, int sloppy) - { - register int i; - int best_guess = -1; - REFERENCE *entry; - REFERENCE **references = node->references; - - if (!references) - return 0; - - for (i = 0; (entry = references[i]); i++) - { - if (entry->type != REFERENCE_MENU_ITEM) - continue; - if (mbscasecmp (label, entry->label) == 0) - return entry; /* Exact, case-insensitive match. */ - else if (sloppy && best_guess == -1 - && (mbsncasecmp (entry->label, label, strlen (label)) == 0)) - best_guess = i; - } - - if (sloppy && best_guess != -1) - return references[best_guess]; - - return 0; - } - - /* A utility function for concatenating REFERENCE **. Returns a new - REFERENCE ** which is the concatenation of REF1 and REF2. */ - REFERENCE ** - info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2) - { - register int i, j; - REFERENCE **result; - int size = 0; - - /* Get the total size of the slots that we will need. */ - if (ref1) - { - for (i = 0; ref1[i]; i++); - size += i; - } - - if (ref2) - { - for (i = 0; ref2[i]; i++); - size += i; - } - - result = xmalloc ((1 + size) * sizeof (REFERENCE *)); - - /* Copy the contents over. */ - - j = 0; - if (ref1) - { - for (i = 0; ref1[i]; i++) - result[j++] = ref1[i]; - } - - if (ref2) - { - for (i = 0; ref2[i]; i++) - result[j++] = ref2[i]; - } - - result[j] = NULL; - return result; - } - - /* Copy a reference structure. Copy each field into new memory. */ - REFERENCE * - info_copy_reference (REFERENCE *src) - { - REFERENCE *dest = xmalloc (sizeof (REFERENCE)); - dest->label = src->label ? xstrdup (src->label) : NULL; - dest->filename = src->filename ? xstrdup (src->filename) : NULL; - dest->nodename = src->nodename ? xstrdup (src->nodename) : NULL; - dest->start = src->start; - dest->end = src->end; - dest->line_number = src->line_number; - dest->type = src->type; - - return dest; - } - - /* Copy a list of references, copying in reference in turn with - info_copy_reference. */ - REFERENCE ** - info_copy_references (REFERENCE **ref1) - { - int i; - REFERENCE **result; - int size; - - if (!ref1) - return 0; - - /* Get the total size of the slots that we will need. */ - for (i = 0; ref1[i]; i++); - size = i; - - result = xmalloc ((1 + size) * sizeof (REFERENCE *)); - - /* Copy the contents over. */ - for (i = 0; ref1[i]; i++) - result[i] = info_copy_reference (ref1[i]); - result[i] = NULL; - - return result; - } - - void - info_reference_free (REFERENCE *ref) - { - if (ref) - { - free (ref->label); - free (ref->filename); - free (ref->nodename); - free (ref); - } - } - - /* Free the data associated with REFERENCES. */ - void - info_free_references (REFERENCE **references) - { - register int i; - REFERENCE *entry; - - if (references) - { - for (i = 0; references && (entry = references[i]); i++) - info_reference_free (entry); - - free (references); - } - } - - /* Return new REFERENCE with filename and nodename fields set. */ - REFERENCE * - info_new_reference (char *filename, char *nodename) - { - REFERENCE *r = xmalloc (sizeof (REFERENCE)); - r->label = 0; - r->filename = filename ? xstrdup (filename) : 0; - r->nodename = nodename ? xstrdup (nodename) : 0; - r->start = 0; - r->end = 0; - r->line_number = 0; - r->type = 0; - return r; - } - - - /* Search for sequences of whitespace or newlines in STRING, replacing - all such sequences with just a single space. Remove whitespace from - start and end of string. */ - void - canonicalize_whitespace (char *string) - { - register int i, j; - int len, whitespace_found, whitespace_loc = 0; - char *temp; - - if (!string) - return; - - len = strlen (string); - temp = xmalloc (1 + len); - - /* Search for sequences of whitespace or newlines. Replace all such - sequences in the string with just a single space. */ - - whitespace_found = 0; - for (i = 0, j = 0; string[i]; i++) - { - if (whitespace_or_newline (string[i])) - { - whitespace_found++; - whitespace_loc = i; - continue; - } - else - { - if (whitespace_found && whitespace_loc) - { - whitespace_found = 0; - - /* Suppress whitespace at start of string. */ - if (j) - temp[j++] = ' '; - } - - temp[j++] = string[i]; - } - } - - /* Kill trailing whitespace. */ - if (j && whitespace (temp[j - 1])) - j--; - - temp[j] = '\0'; - strcpy (string, temp); - free (temp); - } - - /* If ITER points to an ANSI escape sequence, process it, set PLEN to its - length in bytes, and return 1. - Otherwise, return 0. - */ - int - ansi_escape (mbi_iterator_t iter, size_t *plen) - { - if (raw_escapes_p && *mbi_cur_ptr (iter) == '\033' && mbi_avail (iter)) - { - mbi_advance (iter); - if (*mbi_cur_ptr (iter) == '[' && mbi_avail (iter)) - { - ITER_SETBYTES (iter, 1); - mbi_advance (iter); - if (isdigit (*mbi_cur_ptr (iter)) && mbi_avail (iter)) - { - ITER_SETBYTES (iter, 1); - mbi_advance (iter); - if (*mbi_cur_ptr (iter) == 'm') - { - *plen = 4; - return 1; - } - else if (isdigit (*mbi_cur_ptr (iter)) && mbi_avail (iter)) - { - ITER_SETBYTES (iter, 1); - mbi_advance (iter); - if (*mbi_cur_ptr (iter) == 'm') - { - *plen = 5; - return 1; - } - } - } - } - } - - return 0; - } - - static struct text_buffer printed_rep = { 0 }; - - /* Return pointer to string that is the printed representation of character - (or other logical unit) at ITER if it were printed at screen column - PL_CHARS. Use ITER_SETBYTES (info-utils.h) on ITER if we need to advance - past a unit that the multibyte iteractor doesn't know about (like an ANSI - escape sequence). If ITER points at an end-of-line character, set *DELIM to - this character. *PCHARS gets the number of screen columns taken up by - outputting the return value, and *PBYTES the number of bytes in returned - string. Return value is not null-terminated. Return value must not be - freed by caller. */ - char * - printed_representation (mbi_iterator_t *iter, int *delim, size_t pl_chars, - size_t *pchars, size_t *pbytes) - { - struct text_buffer *rep = &printed_rep; - - char *cur_ptr = (char *) mbi_cur_ptr (*iter); - size_t cur_len = mb_len (mbi_cur (*iter)); - - text_buffer_reset (&printed_rep); - - if (mb_isprint (mbi_cur (*iter))) - { - /* cur.wc gives a wchar_t object. See mbiter.h in the - gnulib/lib directory. */ - *pchars = wcwidth ((*iter).cur.wc); - *pbytes = cur_len; - return cur_ptr; - } - else if (cur_len == 1) - { - if (*cur_ptr == '\n' || *cur_ptr == '\r') - { - /* If this is a CRLF line ending, ignore this character. */ - if (*cur_ptr == '\r' && cur_ptr[1] == '\n') - { - *pchars = 0; - *pbytes = 0; - return cur_ptr; - } - - *pchars = 1; - *pbytes = cur_len; - *delim = *cur_ptr; - text_buffer_add_char (rep, ' '); - return cur_ptr; - } - else if (ansi_escape (*iter, &cur_len)) - { - *pchars = 0; - *pbytes = cur_len; - ITER_SETBYTES (*iter, cur_len); - - return cur_ptr; - } - else if (*cur_ptr == '\t') - { - int i = 0; - - *pchars = ((pl_chars + 8) & 0xf8) - pl_chars; - *pbytes = *pchars; - - /* We must output spaces instead of the tab because a tab may - not clear characters already on the screen. */ - for (i = 0; i < *pbytes; i++) - text_buffer_add_char (rep, ' '); - return text_buffer_base (rep); - } - } - - /* Show CTRL-x as "^X". */ - if (iscntrl (*cur_ptr) && *(unsigned char *)cur_ptr < 127) - { - *pchars = 2; - *pbytes = 2; - text_buffer_add_char (rep, '^'); - text_buffer_add_char (rep, *cur_ptr | 0x40); - return text_buffer_base (rep); - } - else if (*cur_ptr == DEL) - { - *pchars = 0; - *pbytes = 0; - return text_buffer_base (rep); - } - else - { - /* Original byte was not recognized as anything. Display its octal - value. This could happen in the C locale for bytes above 128, - or for bytes 128-159 in an ISO-8859-1 locale. Don't output the bytes - as they are, because they could have special meaning to the - terminal. */ - *pchars = 4; - *pbytes = 4; - text_buffer_printf (rep, "\\%o", *(unsigned char *)cur_ptr); - return text_buffer_base (rep); - } - } - - - /* **************************************************************** */ - /* */ - /* Scanning node */ - /* */ - /* **************************************************************** */ - - /* Whether to strip syntax from the text of nodes. */ - int preprocess_nodes_p; - - /* Whether contents of nodes should be rewritten. */ - static int rewrite_p; - - /* inptr is moved forward through the body of a node. */ - static char *inptr; - - /* Pointer to first byte of node (after node separator). */ - static char *input_start; - - /* Number of bytes in node contents. */ - static size_t input_length; - - struct text_buffer output_buf; - - /* Pointer into a tags table for the file to the anchor we need to adjust as - a result of byte counts changing due to character encoding conversion or - inserted/deleted text. */ - static TAG **anchor_to_adjust; - /* Offset within file buffer of first byte of node, used for anchor - adjustment. */ - static int node_offset; - - /* Difference so far between the number of bytes input in the file and - bytes output. Used to adjust the values of anchors in nodes. */ - static long int output_bytes_difference; - - /* Whether we are converting the character encoding of the file. */ - static int convert_encoding_p; - - #if HAVE_ICONV - - /* Whether text in file is encoded in UTF-8. */ - static int file_is_in_utf8; - - /* Used for conversion from file encoding to output encoding. */ - static iconv_t iconv_to_output; - - /* Conversion from file encoding to UTF-8. */ - static iconv_t iconv_to_utf8; - - #endif /* HAVE_ICONV */ - - void - init_conversion (FILE_BUFFER *fb) - { - char *target_encoding; - - convert_encoding_p = 0; - - /* Node being processed does not come from an Info file. */ - if (!fb) - return; - - #if !HAVE_ICONV - return; - #else - file_is_in_utf8 = 0; - - /* Don't process file if encoding is unknown. */ - if (!fb->encoding) - return; - - /* Read name of character encoding from environment locale */ - target_encoding = nl_langinfo (CODESET); - - /* Don't convert the contents if the locale - uses the same character encoding as the file */ - if (!strcasecmp(target_encoding, fb->encoding)) - return; - - /* Check if an iconv conversion from file locale to system - locale exists */ - iconv_to_output = iconv_open (target_encoding, fb->encoding); - if (iconv_to_output == (iconv_t) -1) - return; /* Return if no conversion function implemented */ - - if ( !strcasecmp ("UTF8", fb->encoding) - || !strcasecmp ("UTF-8", fb->encoding)) - file_is_in_utf8 = 1; - - if (!file_is_in_utf8) - { - iconv_to_utf8 = iconv_open ("UTF-8", fb->encoding); - if (iconv_to_utf8 == (iconv_t) -1) - { - /* Return if no conversion function implemented */ - iconv_close (iconv_to_output); - return; - } - } - - convert_encoding_p = 1; - rewrite_p = 1; - #endif /* HAVE_ICONV */ - } - - void close_conversion (void) - { - #if HAVE_ICONV - if (convert_encoding_p) - { - iconv_close (iconv_to_output); - if (!file_is_in_utf8) iconv_close (iconv_to_utf8); - } - #endif - } - - static void - init_output_stream (FILE_BUFFER *fb) - { - init_conversion (fb); - output_bytes_difference = 0; - - if (rewrite_p) - text_buffer_init (&output_buf); - } - - static size_t saved_offset; - static char *saved_inptr; - static long saved_difference; - - void - save_conversion_state (void) - { - saved_offset = text_buffer_off (&output_buf); - saved_inptr = inptr; - saved_difference = output_bytes_difference; - } - - /* Go back to the saved state of the output stream. */ - void - reset_conversion (void) - { - text_buffer_off (&output_buf) = saved_offset; - inptr = saved_inptr; - output_bytes_difference = saved_difference; - } - - /* Copy bytes from input to output with no encoding conversion. */ - static void - copy_direct (long n) - { - text_buffer_add_string (&output_buf, inptr, n); - inptr += n; - } - - /* Read one character at *FROM and write out a sequence - of bytes representing that character in ASCII. *FROM - is advanced past the read character. */ - static int - degrade_utf8 (char **from, size_t *from_left) - { - static struct encoding_replacement - { - char *from_string; - char *to_string; - } er[] = { - {"\xE2\x80\x98","'"}, /* Opening single quote */ - {"\xE2\x80\x99","'"}, /* Closing single quote */ - {"\xE2\x80\x9C","\""},/* Opening double quote */ - {"\xE2\x80\x9D","\""},/* Closing double quote */ - {"\xC2\xA9","(C)"}, /* Copyright symbol */ - {"\xC2\xBB",">>"}, /* Closing double angle brackets */ - - {"\xE2\x86\x92","->"},/* Right arrow */ - {"\xE2\x87\x92","=>"},/* Right double arrow */ - {"\xE2\x8A\xA3","-|"},/* Print symbol */ - {"\xE2\x98\x85","-!-"}, /* Point symbol */ - {"\xE2\x86\xA6","==>"}, /* Expansion symbol */ - - {"\xE2\x80\x90","-"}, /* Hyphen */ - {"\xE2\x80\x91","-"}, /* Non-breaking hyphen */ - {"\xE2\x80\x92","-"}, /* Figure dash */ - {"\xE2\x80\x93","-"}, /* En dash */ - {"\xE2\x80\x94","--"}, /* Em dash */ - {"\xE2\x88\x92","-"}, /* Minus sign */ - {"\xE2\x80\xA6","..."}, /* Ellipsis */ - {"\xE2\x80\xA2","*"}, /* Bullet */ - - {"\xC3\xA0","a`"}, /* Lower case letter a with grave accent */ - {"\xC3\xA2","a^"}, /* Lower case letter a with circumflex */ - {"\xC3\xA4","a\""}, /* Lower case letter a with diaeresis */ - {"\xC3\xA6","ae"}, /* Lower case letter ae ligature */ - {"\xC3\xA9","e'"}, /* Lower case letter e with acute accent */ - {"\xC3\xA8","e`"}, /* Lower case letter e with grave accent */ - {"\xC3\xAA","e^"}, /* Lower case letter e with circumflex */ - {"\xC3\xAB","e\""}, /* Lower case letter e with diaeresis */ - {"\xC3\xB6","o\""}, /* Lower case letter o with diaeresis */ - {"\xC3\xBC","u\""}, /* Lower case letter u with diaeresis */ - {"\xC3\x84", "A\""}, /* Upper case letter A with diaeresis. */ - {"\xC3\x96", "O\""}, /* Upper case letter O with diaeresis. */ - {"\xC3\x9c", "U\""}, /* Upper case letter U with diaeresis. */ - - {"\xC3\xB1","n~"}, /* Lower case letter n with tilde */ - {"\xC3\x87","C,"}, /* Upper case letter C with cedilla */ - {"\xC3\xA7","c,"}, /* Lower case letter c with cedilla */ - {"\xC3\x9f","ss"}, /* Lower case letter sharp s */ - - {0, 0} - }; - - struct encoding_replacement *erp; - - for (erp = er; erp->from_string != 0; erp++) - { - /* Avoid reading past end of input. */ - int width = strlen (erp->from_string); - if (width > *from_left) - continue; - - if (!strncmp (erp->from_string, *from, width)) - { - text_buffer_add_string (&output_buf, erp->to_string, - strlen(erp->to_string)); - *from += width; - *from_left -= width; - return 1; - } - } - - /* Failing this, just print a question mark. Maybe we should use SUB - (^Z) (ASCII substitute character code) instead, or pass through the - original bytes. */ - text_buffer_add_string (&output_buf, "?", 1); - - /* Ideally we would advance one UTF-8 character. This would - require knowing its length in bytes. */ - (*from)++; - (*from_left)--; - - return 0; - } - - /* Convert N bytes from input to output encoding and write to - output buffer. Return number of bytes over N written. */ - static int - copy_converting (long n) - { - #if !HAVE_ICONV - return 0; - #else - size_t bytes_left, orig_bytes_left; - int extra_at_end; - size_t iconv_ret; - long output_start; - - size_t utf8_char_free; - char utf8_char[4]; /* Maximum 4 bytes in a UTF-8 character */ - char *utf8_char_ptr, *orig_inptr; - size_t i; - - /* Use n as an estimate of how many bytes will be required - in target encoding. */ - text_buffer_alloc (&output_buf, (size_t) n); - - output_start = text_buffer_off (&output_buf); - bytes_left = n; - extra_at_end = 0; - while (1) - { - iconv_ret = text_buffer_iconv (&output_buf, iconv_to_output, - (ICONV_CONST char **)&inptr, &bytes_left); - - /* Make sure libiconv flushes out the last converted character. - This is required when the conversion is stateful, in which - case libiconv might not output the last character, waiting to - see whether it should be combined with the next one. */ - if (iconv_ret != (size_t) -1 - && text_buffer_iconv (&output_buf, iconv_to_output, - NULL, NULL) != (size_t) -1) - /* Success: all of input converted. */ - break; - - /* There's been an error while converting. */ - switch (errno) - { - case E2BIG: - /* Ran out of space in output buffer. Allocate more - and try again. */ - text_buffer_alloc (&output_buf, n); - continue; - case EINVAL: - /* Incomplete byte sequence at end of input buffer. Try to read - more. */ - - /* input_length - 2 is offset of last-but-one byte within input. - This checks if there is at least one more byte within node - contents. */ - if (inptr - input_start + (bytes_left - 1) <= input_length - 2) - { - bytes_left++; - extra_at_end++; - } - else - { - copy_direct (bytes_left); - bytes_left = 0; - } - continue; - default: /* Unknown error */ - info_error (_("Error converting file character encoding")); - - /* Skip past current input and hope we don't get an - error next time. */ - inptr += bytes_left; - return 0; - case EILSEQ: - /* Byte sequence in input not recognized. Degrade to ASCII. */ - break; - } - - /* Flush any waiting input in iconv_to_output and enter the - default shift state. */ - text_buffer_iconv (&output_buf, iconv_to_output, NULL, NULL); - - if (file_is_in_utf8) - { - degrade_utf8 (&inptr, &bytes_left); - continue; - } - - /* If file is not in UTF-8, we degrade to ASCII in two steps: - first convert the character to UTF-8, then look up a replacement - string. Note that mixing iconv_to_output and iconv_to_utf8 - on the same input may not work well if the input encoding - is stateful. We could deal with this by always converting to - UTF-8 first; then we could mix conversions on the UTF-8 stream. */ - - /* We want to read exactly one character. Do this by - restricting size of output buffer. */ - utf8_char_ptr = utf8_char; - orig_inptr = inptr; - orig_bytes_left = bytes_left; - for (i = 1; i <= 4; i++) - { - utf8_char_free = i; - errno = 0; - iconv_ret = iconv (iconv_to_utf8, (ICONV_CONST char **)&inptr, - &bytes_left, &utf8_char_ptr, &utf8_char_free); - if ((iconv_ret == (size_t) -1 && errno != E2BIG) - /* If we managed to convert a character: */ - || utf8_char_ptr > utf8_char) - break; - } - - /* errno == E2BIG if iconv ran out of output buffer, - which is expected. */ - if (iconv_ret == (size_t) -1 && errno != E2BIG) - { - /* Character is not recognized. Copy a single byte. */ - inptr = orig_inptr; /* iconv might have incremented inptr */ - copy_direct (1); - bytes_left = orig_bytes_left - 1; - } - else - { - utf8_char_ptr = utf8_char; - /* i is width of UTF-8 character */ - degrade_utf8 (&utf8_char_ptr, &i); - /* If we are done, make sure iconv flushes the last character. */ - if (bytes_left <= 0) - { - utf8_char_ptr = utf8_char; - i = 4; - iconv (iconv_to_utf8, NULL, NULL, - &utf8_char_ptr, &utf8_char_free); - if (utf8_char_ptr > utf8_char) - { - utf8_char_ptr = utf8_char; - degrade_utf8 (&utf8_char_ptr, &i); - } - } - } - } - - /* Must cast because the difference between unsigned size_t is always - positive. */ - output_bytes_difference += - n - ((signed long) text_buffer_off (&output_buf) - output_start); - - return extra_at_end; - #endif /* HAVE_ICONV */ - } - - /* Functions below are named from the perspective of the preprocess_nodes_p - flag being on. */ - - /* Copy text from input node contents, possibly converting the - character encoding and adjusting anchor offsets at the same time. */ - static void - copy_input_to_output (long n) - { - if (rewrite_p) - { - long bytes_left; - - bytes_left = n; - while (bytes_left > 0) - { - if (!convert_encoding_p) - { - copy_direct (bytes_left); - bytes_left = 0; - } - else - { - long bytes_to_convert; - long extra_written; - - bytes_to_convert = bytes_left; - - if (anchor_to_adjust) - { - char *first_anchor = input_start - + (*anchor_to_adjust)->nodestart - node_offset; - - /* If there is an anchor in the input: */ - if (first_anchor < inptr + bytes_left) - { - /* Convert enough to pass the first anchor in input. */ - bytes_to_convert = first_anchor - inptr + 1; - - /* Shouldn't happen because we should have already - have adjusted this anchor. */ - if (bytes_to_convert < 0) - { - anchor_to_adjust = 0; /* Abandon anchor adjustment.*/ - bytes_to_convert = bytes_left; - } - } - } - - /* copy_converting may read more than bytes_to_convert - bytes if its input ends in an incomplete byte sequence. */ - extra_written = copy_converting (bytes_to_convert); - - bytes_left -= bytes_to_convert + extra_written; - } - - /* Check if we have gone past any anchors and - adjust with output_bytes_difference. */ - if (anchor_to_adjust) - while ((*anchor_to_adjust)->nodestart - node_offset - <= inptr - input_start) - { - (*anchor_to_adjust)->nodestart_adjusted - = (*anchor_to_adjust)->nodestart - output_bytes_difference; - - anchor_to_adjust++; - if (!*anchor_to_adjust - || (*anchor_to_adjust)->cache.nodelen != 0) - { - anchor_to_adjust = 0; - break; - } - } - } - } - else - inptr += n; - } - - static void - skip_input (long n) - { - if (preprocess_nodes_p) - { - inptr += n; - output_bytes_difference += n; - } - else if (rewrite_p) - { - /* We are expanding tags only. Do not skip input. */ - copy_input_to_output (n); - } - else - { - inptr += n; - } - } - - static void - write_extra_bytes_to_output (char *input, long n) - { - if (preprocess_nodes_p) - { - text_buffer_add_string (&output_buf, input, n); - output_bytes_difference -= n; - } - } - - /* Like write_extra_bytes_to_output, but writes bytes even when - preprocess_nodes=Off. */ - static void - write_tag_contents (char *input, long n) - { - if (rewrite_p) - { - text_buffer_add_string (&output_buf, input, n); - output_bytes_difference -= n; - } - } - - /* Like skip_input, but skip even when !preprocess_nodes_p. */ - static void - skip_tag_contents (long n) - { - if (rewrite_p) - { - inptr += n; - output_bytes_difference += n; - } - } - - /* Read first line of node and set next, prev and up. */ - static void - parse_top_node_line (NODE *node) - { - char **store_in = 0; - char *nodename; - char *ptr; - int value_length; - - /* If the first line is empty, leave it in. This is the case - in the index-apropos window. */ - if (*node->contents == '\n') - return; - - node->next = node->prev = node->up = 0; - ptr = node->contents; - - while (1) - { - store_in = 0; - - ptr += skip_whitespace (ptr); - - /* Check what field we are looking at */ - if (!strncasecmp (ptr, INFO_FILE_LABEL, strlen(INFO_FILE_LABEL))) - { - ptr += strlen (INFO_FILE_LABEL); - } - else if (!strncasecmp (ptr, INFO_NODE_LABEL, strlen(INFO_NODE_LABEL))) - { - ptr += strlen (INFO_NODE_LABEL); - } - else if (!strncasecmp (ptr, INFO_PREV_LABEL, strlen(INFO_PREV_LABEL))) - { - ptr += strlen (INFO_PREV_LABEL); - store_in = &node->prev; - } - else if (!strncasecmp (ptr, INFO_ALTPREV_LABEL, - strlen(INFO_ALTPREV_LABEL))) - { - ptr += strlen (INFO_ALTPREV_LABEL); - store_in = &node->prev; - } - else if (!strncasecmp (ptr, INFO_NEXT_LABEL, strlen(INFO_NEXT_LABEL))) - { - ptr += strlen (INFO_NEXT_LABEL); - store_in = &node->next; - } - else if (!strncasecmp (ptr, INFO_UP_LABEL, strlen(INFO_UP_LABEL))) - { - ptr += strlen (INFO_UP_LABEL); - store_in = &node->up; - } - else - { - store_in = 0; - /* Not recognized - code below will skip to next comma */ - } - ptr += skip_whitespace (ptr); - - /* Get length of a bracketed filename component. */ - if (*ptr != '(') - value_length = 0; - else - value_length = read_bracketed_filename (ptr, 0); - - /* Get length of node name, or filename if following "File:". Note - that . is not included in the second argument here in order to - support this character in file names. */ - value_length += read_quoted_string (ptr + value_length, - "\n\r\t,", 1, &nodename); - if (store_in) - { - *store_in = xmalloc (value_length + 1); - strncpy (*store_in, ptr, value_length); - (*store_in)[value_length] = '\0'; - } - - free (nodename); - ptr += value_length; - - if (*ptr == '\n' || !*ptr) - break; - - ptr += 1; /* Point after field terminator */ - } - } - - /* Output, replace or hide text introducing a reference. INPTR starts on - the first byte of a sequence introducing a reference and finishes on the - first (non-whitespace) byte of the reference label. */ - static int - scan_reference_marker (REFERENCE *entry, int in_parentheses) - { - /* When preprocess_nodes is Off, we position the cursor on - the "*" when moving between references. */ - if (!preprocess_nodes_p) - { - if (rewrite_p) - entry->start = text_buffer_off(&output_buf); - else - entry->start = inptr - input_start; - } - - /* Check what we found based on first character of match */ - if (inptr[0] == '\n') - { - entry->type = REFERENCE_MENU_ITEM; - if (!preprocess_nodes_p) - entry->start++; - } - else - entry->type = REFERENCE_XREF; - - if (entry->type == REFERENCE_MENU_ITEM) - copy_input_to_output (strlen ("\n* ")); - else - { - /* Only match "*Note" if it is followed by a whitespace character so that - it will not be recognized if, e.g., it is surrounded in inverted - commas. */ - if (!strchr (" \t\r\n", inptr[strlen ("*Note")])) - { - copy_input_to_output (strlen ("*Note:")); - return 0; - } - - /* Cross-references can be generated by four different Texinfo - commands. @inforef and @xref output "*Note " in Info format, - and "See" in HTML and print. @ref and @pxref output "*note " - in Info format, and either nothing at all or "see" in HTML - and print. Unfortunately, there is no easy way to distinguish - between these latter two cases. */ - /* TODO: Internationalize these strings, but only if we know the - language of the document. */ - if (inptr[1] == 'N') - { - write_extra_bytes_to_output ("See", 3); - in_parentheses = 1; - } - else if (in_parentheses) - { - write_extra_bytes_to_output ("see", 3); - /* Only output the "see" for input like "(*note ...)", which - would have come from a use of @pxref. We used to output "see" for - "*note" in more circumstances, with a list of words where to - suppress it (to avoid "see *note" turning into "see see"), but - such a list can't be complete or reliable. It's better to remove - it with more enthusiasm, then if the document writer wants a "see" - to appear, they can add one themselves. */ - } - - skip_input (strlen ("*Note")); - if (!in_parentheses) - skip_input (skip_whitespace (inptr)); - } - - /* Copy any white space before label. */ - copy_input_to_output (skip_whitespace_and_newlines (inptr)); - - return 1; - } - - /* Output reference label and update ENTRY. INPTR should be on the first - non-whitespace byte of label when this function is called. It is left - at the first character after the colon terminating the label. Return 0 if - invalid syntax is encountered. */ - static int - scan_reference_label (REFERENCE *entry, int in_index) - { - int max_lines; - int len, label_len = 0; - - /* Handle case of cross-reference like (FILE)NODE::. */ - if (inptr[0] == '(') - label_len = read_bracketed_filename (inptr, &entry->filename); - - /* Search forward to ":" to get label name. Cross-references may have - a newline in the middle. */ - if (entry->type == REFERENCE_MENU_ITEM) - max_lines = 1; - else - max_lines = 2; - if (!in_index || inptr[label_len] == '\177') - { - len = read_quoted_string (inptr + label_len, ":", max_lines, - &entry->nodename); - if (!len) - return 0; /* Input invalid. */ - label_len += len; - } - else - { - /* If in an index node, go forward to the last colon on the line - (not preceded by a newline, NUL or DEL). This is in order to - support index entries containing colons. This should work fine - as long as the node name does not contain a colon as well. */ - - char *p; - int n, m = 0; - p = inptr + label_len; - - while (1) - { - n = strcspn (p, ":\n\177"); - if (p[n] == ':') - { - m += n + 1; - p += n + 1; - continue; - } - break; - } - if (m == 0) - return 0; /* no : found */ - label_len += m - 1; - } - - entry->label = xmalloc (label_len + 1); - memcpy (entry->label, inptr, label_len); - entry->label[label_len] = '\0'; - canonicalize_whitespace (entry->label); - - if (preprocess_nodes_p) - entry->start = text_buffer_off (&output_buf); - - /* Write text of label. */ - copy_input_to_output (label_len); - - if (rewrite_p) - entry->end = text_buffer_off (&output_buf); - else - entry->end = inptr - input_start; - - /* Colon after label. */ - skip_input (1); - /* Don't mess up the margin of a menu description. */ - if (entry->type == REFERENCE_MENU_ITEM) - write_extra_bytes_to_output (" ", 1); - - return 1; - } - - /* INPTR should be at the first character after the colon - terminating the label. Return 0 on syntax error. */ - static int - scan_reference_target (REFERENCE *entry, NODE *node, int in_parentheses) - { - int i; - - /* This entry continues with a specific target. Parse the - file name and node name from the specification. */ - - if (entry->type == REFERENCE_XREF) - { - int length = 0; /* Length of specification */ - char *target_start = inptr; - char *nl_off = 0; - int space_at_start_of_line = 0; - - length += skip_whitespace_and_newlines (inptr); - - length += read_bracketed_filename (inptr + length, &entry->filename); - - length += skip_whitespace_and_newlines (inptr + length); - - /* Get the node name. */ - length += read_quoted_string (inptr + length, ",.", 2, &entry->nodename); - - skip_input (length); - - /* Check if there is a newline in the target. */ - nl_off = strchr (target_start, '\n'); - if (nl_off) - { - if (nl_off < inptr) - space_at_start_of_line = skip_whitespace (nl_off + 1); - else - nl_off = 0; - } - canonicalize_whitespace (entry->nodename); - - if (entry->filename) - { - /* Heuristic of whether it's worth outputing a newline before the - filename. This checks whether the newline appears more - than half way through the text, and therefore which side is - longer. */ - if (nl_off - && nl_off < target_start + (length - space_at_start_of_line) / 2) - { - int i; - write_extra_bytes_to_output ("\n", 1); - - for (i = 0; i < space_at_start_of_line; i++) - write_extra_bytes_to_output (" ", 1); - skip_input (strspn (inptr, " ")); - nl_off = 0; - } - else - - if (*inptr != '\n') - { - write_extra_bytes_to_output (" ", 1); - } - write_extra_bytes_to_output ("(", 1); - write_extra_bytes_to_output (entry->filename, - strlen (entry->filename)); - write_extra_bytes_to_output (" manual)", - strlen (" manual)")); - } - - /* Hide terminating punctuation if we are in a reference - like "(*note Label:(file)node.)". */ - if (in_parentheses && inptr[0] == '.') - skip_input (1); - - /* Copy any terminating punctuation before the optional newline. */ - copy_input_to_output (strspn (inptr, ".),")); - - /* Output a newline if one is needed. Don't do it at the end of - a paragraph. */ - if (nl_off && *inptr != '\n') - { - int i; - - write_extra_bytes_to_output ("\n", 1); - for (i = 0; i < space_at_start_of_line; i++) - write_extra_bytes_to_output (" ", 1); - skip_input (strspn (inptr, " ")); - } - } - else /* entry->type == REFERENCE_MENU_ITEM */ - { - int line_len; - int length = 0; /* Length of specification */ - - length = skip_whitespace (inptr); - length += read_bracketed_filename (inptr + length, &entry->filename); - length += strspn (inptr + length, " "); - - /* Get the node name. */ - length += read_quoted_string (inptr + length, ",.\t\n", 2, - &entry->nodename); - if (inptr[length] == '.') /* A '.' terminating the entry. */ - length++; - - if (node->flags & N_IsDir) - { - /* Set line_len to length of line so far. */ - - char *linestart; - linestart = memrchr (input_start, '\n', inptr - input_start); - if (!linestart) - linestart = input_start; - else - linestart++; /* Point to first character after newline. */ - line_len = inptr - linestart; - } - - if (node->flags & N_IsIndex) - /* Show the name of the node the index entry refers to. */ - copy_input_to_output (length); - else - { - skip_input (length); - - if ((node->flags & N_IsDir) && inptr[strspn (inptr, " ")] == '\n') - { - /* For a dir node, if there is no more text in this line, - check if there is a menu entry description in the next - line to the right of the end of the label, and display it - in this line. */ - skip_input (strspn (inptr, " ")); - if (line_len <= strspn (inptr + 1, " ")) - skip_input (1 + line_len); - } - else - { - for (i = 0; i < length; i++) - write_extra_bytes_to_output (" ", 1); - } - } - - /* Parse "(line ...)" part of menus, if any. */ - { - char *lineptr = inptr; - /* Skip any whitespace first, and then a newline in case the item - was so long to contain the ``(line ...)'' string in the same - physical line. */ - lineptr += skip_whitespace (inptr); - if (*lineptr == '\n') - lineptr += 1 + skip_whitespace (lineptr + 1); - - if (!strncmp (lineptr, "(line ", strlen ("(line "))) - { - lineptr += strlen ("(line "); - entry->line_number = strtol (lineptr, 0, 0); - } - else - entry->line_number = 0; - } - } - - return 1; - } - - /* BASE is earlier in a block of allocated memory than PTR, and the block - extends until at least BASE + LEN - 1. Return PTR[INDEX], unless this - could be outside the allocated block, in which case return 0. */ - static char - safe_string_index (char *ptr, long index, char *base, long len) - { - long offset = ptr - base; - - if ( offset + index < 0 - || offset + index >= len) - return 0; - - return ptr[index]; - } - - /* Process an in index marker ("^@^H[index^@^H]") or an image marker - ("^@^H[image ...^@^H]"). */ - static void - scan_info_tag (NODE *node, int *in_index, FILE_BUFFER *fb) - { - char *p, *p1; - struct text_buffer *expansion = xmalloc (sizeof (struct text_buffer)); - - p = inptr; - p1 = p; - - text_buffer_init (expansion); - - if (tag_expand (&p1, input_start + input_length, expansion, in_index)) - { - if (*in_index) - node->flags |= N_IsIndex; - - if (!rewrite_p) - { - rewrite_p = 1; - init_output_stream (fb); - - /* Put inptr back to start so that - copy_input_to_output below gets all - preceding contents. */ - inptr = node->contents; - } - - /* Write out up to tag. */ - copy_input_to_output (p - inptr); - - write_tag_contents (text_buffer_base (expansion), - text_buffer_off (expansion)); - /* Skip past body of tag. */ - skip_tag_contents (p1 - inptr); - } - else - { - /* It was not a valid tag. */ - copy_input_to_output (p - inptr + 1); - } - - text_buffer_free (expansion); - free (expansion); - } - - #define looking_at_string(contents, string) \ - (!strncasecmp (contents, string, strlen (string))) - - static char * - forward_to_info_syntax (char *contents) - { - /* Loop until just before the end of the input. The '- 3' prevents us - accessing memory after the end of the input, and none of the strings we - are looking for are shorter than 3 bytes. */ - while (contents < input_start + input_length - 3) - { - /* Menu entry comes first to optimize for the case of looking through a - long index node. */ - if (looking_at_string (contents, INFO_MENU_ENTRY_LABEL) - || looking_at_string (contents, INFO_XREF_LABEL) - || !memcmp (contents, "\0\b[", 3)) - return contents; - contents++; - } - return 0; - } - - /* Scan contents of NODE, recording cross-references and similar. - - Convert character encoding of node contents to that of the user if the two - are known to be different. If PREPROCESS_NODES_P == 1, remove Info syntax - in contents. - - If FB is non-null, it is the file containing the node, and TAG_PTR is an - offset into FB->tags. If the node contents are rewritten, adjust anchors - that occur in the node and store adjusted value as TAG->nodestart_adjusted, - otherwise simply copy TAG->nodestart to TAG->nodestart_adjusted for each - anchor in the node. */ - void - scan_node_contents (NODE *node, FILE_BUFFER *fb, TAG **tag_ptr) - { - int in_menu = 0; - char *match; - - REFERENCE **refs = NULL; - size_t refs_index = 0, refs_slots = 0; - - /* Whether an index tag was seen. */ - int in_index = 0; - - rewrite_p = preprocess_nodes_p; - - init_output_stream (fb); - - if (fb) - { - char *file_contents; - - /* Set anchor_to_adjust to first anchor in node, if any. */ - anchor_to_adjust = tag_ptr + 1; - if (!*anchor_to_adjust) - anchor_to_adjust = 0; - else if (*anchor_to_adjust - && (*anchor_to_adjust)->cache.nodelen != 0) - anchor_to_adjust = 0; - - if (!node->subfile) - file_contents = fb->contents; - else - { - FILE_BUFFER *f = info_find_subfile (node->subfile); - if (!f) - return; /* This shouldn't happen. */ - file_contents = f->contents; - } - node_offset = (*tag_ptr)->nodestart - + skip_node_separator (file_contents + (*tag_ptr)->nodestart); - } - else - anchor_to_adjust = 0; - - /* Initialize refs to point to array of one null pointer in case - there are no results. This way we know if refs has been initialized - even if it is empty. */ - refs = calloc (1, sizeof *refs); - refs_slots = 1; - - parse_top_node_line (node); - - /* This should be the only time we assign to inptr in this function - - all other assignment should be done with the helper functions above. */ - inptr = node->contents; - input_start = node->contents; - input_length = node->nodelen; - - - while ((match = forward_to_info_syntax (inptr)) - && match < node->contents + node->nodelen) - { - int in_parentheses = 0; - REFERENCE *entry; - - /* Write out up to match */ - copy_input_to_output (match - inptr); - - if ((in_menu && match[0] == '\n') || match[0] == '*') - { - /* Menu entry or cross reference. */ - /* Create REFERENCE entity. */ - entry = info_new_reference (0, 0); - - if (safe_string_index (inptr, -1, input_start, input_length) == '(' - && safe_string_index (inptr, 1, input_start, input_length) == 'n') - in_parentheses = 1; - - save_conversion_state (); - - if (!scan_reference_marker (entry, in_parentheses)) - goto not_a_reference; - - if (!scan_reference_label (entry, in_index)) - goto not_a_reference; - - /* If this reference entry continues with another ':' then the target - of the reference is given by the label. */ - if (*inptr == ':') - { - int label_len; - skip_input (1); - if (entry->type == REFERENCE_MENU_ITEM) - write_extra_bytes_to_output (" ", 1); - - /* Remove the DEL bytes from a label like "(FOO)^?BAR^?::". */ - label_len = strlen (entry->label); - if (label_len >= 2 && entry->label[label_len - 1] == 0177) - { - char *p = strchr (entry->label, '\177'); - memmove (p, p + 1, label_len - (p - entry->label) - 1); - entry->label[label_len - 2] = '\0'; - } - } - else - { - /* Proceed to read the rest of the reference. */ - /* TODO: we should probably not allow references of the form - "(file)node1:node2." or "(file1)node1:(file2)node2", so - bail out here if entry->filename is non-null. */ - - free (entry->filename); entry->filename = 0; - free (entry->nodename); entry->nodename = 0; - if (!scan_reference_target (entry, node, in_parentheses)) - goto not_a_reference; - } - - if (0) - { - char *cur_inptr; - - not_a_reference: - /* This is not a menu entry or reference. Do not add to our - list. */ - cur_inptr = inptr; - reset_conversion (); - copy_input_to_output (cur_inptr - inptr); - - info_reference_free (entry); - continue; - } - - add_pointer_to_array (entry, refs_index, refs, refs_slots, 50); - } - /* Was "* Menu:" seen? If so, search for menu entries hereafter. */ - else if (!in_menu && !strncmp (match, INFO_MENU_LABEL, - strlen (INFO_MENU_LABEL))) - { - in_menu = 1; - skip_input (strlen ("\n* Menu:")); - if (*inptr == '\n') - skip_input (strspn (inptr, "\n") - 1); /* Keep one newline. */ - - } - else if (match[0] == '\0') /* Info tag */ - { - scan_info_tag (node, &in_index, fb); - } - else - copy_input_to_output (1); - } - - /* If we haven't accidentally gone past the end of the node, write - out the rest of it. */ - if (inptr < node->contents + node->nodelen) - copy_input_to_output ((node->contents + node->nodelen) - inptr); - - /* Null to terminate buffer. */ - if (rewrite_p) - text_buffer_add_string (&output_buf, "\0", 1); - - /* Free resources used in character encoding conversion. */ - close_conversion (); - - node->references = refs; - - if (rewrite_p) - { - node->contents = text_buffer_base (&output_buf); - node->flags |= N_WasRewritten; - - /* output_buf.off is the offset of the next character to be - written. Subtracting 1 gives the offset of our terminating - null, that is, the length. */ - node->nodelen = text_buffer_off (&output_buf) - 1; - } - else if (fb && tag_ptr) - { - /* Set nodestart_adjusted for all of the anchors in this node. */ - tag_ptr++; - while (*tag_ptr && (*tag_ptr)->cache.nodelen == 0) - { - (*tag_ptr)->nodestart_adjusted = (*tag_ptr)->nodestart - - output_bytes_difference; - tag_ptr++; - } - } - } - - - /* Various utility functions */ - - /* Return the file buffer which belongs to WINDOW's node. */ - FILE_BUFFER * - file_buffer_of_window (WINDOW *window) - { - /* If this window has no node, then it has no file buffer. */ - if (!window->node) - return NULL; - - if (window->node->fullpath) - return info_find_file (window->node->fullpath); - - return NULL; - } - - /* Return "(FILENAME)NODENAME" for NODE, or just "NODENAME" if NODE's - filename is not set. Return value should not be freed. */ - char * - node_printed_rep (NODE *node) - { - static char *rep; - - if (node->fullpath) - { - char *filename = filename_non_directory (node->fullpath); - rep = xrealloc (rep, 1 + strlen (filename) + 1 + strlen (node->nodename) + 1); - sprintf (rep, "(%s)%s", filename, node->nodename); - return rep; - } - else - return node->nodename; - } - - - /* Return a pointer to the part of PATHNAME that simply defines the file. */ - char * - filename_non_directory (char *pathname) - { - register char *filename = pathname + strlen (pathname); - - if (HAVE_DRIVE (pathname)) - pathname += 2; - - while (filename > pathname && !IS_SLASH (filename[-1])) - filename--; - - return filename; - } - - /* Return non-zero if NODE is one especially created by Info. */ - int - internal_info_node_p (NODE *node) - { - return (node != NULL) && (node->flags & N_IsInternal); - } - - /* Make NODE appear to be one especially created by Info. */ - void - name_internal_node (NODE *node, char *name) - { - if (!node) - return; - - node->fullpath = ""; - node->subfile = 0; - node->nodename = name; - node->flags |= N_IsInternal; - } - - /* Return the window displaying NAME, the name of an internally created - Info window. */ - WINDOW * - get_internal_info_window (char *name) - { - WINDOW *win; - - for (win = windows; win; win = win->next) - if (internal_info_node_p (win->node) && - (strcmp (win->node->nodename, name) == 0)) - break; - - return win; - } - - /* Flexible Text Buffer */ - - void - text_buffer_init (struct text_buffer *buf) - { - memset (buf, 0, sizeof *buf); - } - - void - text_buffer_free (struct text_buffer *buf) - { - free (buf->base); - } - - size_t - text_buffer_vprintf (struct text_buffer *buf, const char *format, va_list ap) - { - ssize_t n; - va_list ap_copy; - - if (!buf->base) - { - if (buf->size == 0) - buf->size = MIN_TEXT_BUF_ALLOC; /* Initial allocation */ - - buf->base = xmalloc (buf->size); - } - - for (;;) - { - va_copy (ap_copy, ap); - n = vsnprintf (buf->base + buf->off, buf->size - buf->off, - format, ap_copy); - va_end (ap_copy); - if (n < 0 || buf->off + n >= buf->size || - !memchr (buf->base + buf->off, '\0', buf->size - buf->off + 1)) - { - size_t newlen = buf->size * 2; - if (newlen < buf->size) - xalloc_die (); - buf->size = newlen; - buf->base = xrealloc (buf->base, buf->size); - } - else - { - buf->off += n; - break; - } - } - return n; - } - - /* Make sure there are LEN free bytes at end of BUF. */ - void - text_buffer_alloc (struct text_buffer *buf, size_t len) - { - if (buf->off + len > buf->size) - { - buf->size = buf->off + len; - if (buf->size < MIN_TEXT_BUF_ALLOC) - buf->size = MIN_TEXT_BUF_ALLOC; - buf->base = xrealloc (buf->base, buf->size); - } - } - - /* Return number of bytes that can be written to text buffer without - reallocating the text buffer. */ - size_t - text_buffer_space_left (struct text_buffer *buf) - { - /* buf->size is the offset of the first byte after the allocated space. - buf->off is the offset of the first byte to be written to. */ - return buf->size - buf->off; - } - - #if HAVE_ICONV - - /* Run iconv using text buffer as output buffer. */ - size_t - text_buffer_iconv (struct text_buffer *buf, iconv_t iconv_state, - ICONV_CONST char **inbuf, size_t *inbytesleft) - { - size_t out_bytes_left; - char *outptr; - size_t iconv_ret; - - outptr = text_buffer_base (buf) + text_buffer_off (buf); - out_bytes_left = text_buffer_space_left (buf); - iconv_ret = iconv (iconv_state, inbuf, inbytesleft, - &outptr, &out_bytes_left); - - text_buffer_off (buf) = outptr - text_buffer_base (buf); - - return iconv_ret; - } - - #endif /* HAVE_ICONV */ - - size_t - text_buffer_add_string (struct text_buffer *buf, const char *str, size_t len) - { - text_buffer_alloc (buf, len); - memcpy (buf->base + buf->off, str, len); - buf->off += len; - return len; - } - - size_t - text_buffer_fill (struct text_buffer *buf, int c, size_t len) - { - char *p; - int i; - - text_buffer_alloc (buf, len); - - for (i = 0, p = buf->base + buf->off; i < len; i++) - *p++ = c; - buf->off += len; - - return len; - } - - void - text_buffer_add_char (struct text_buffer *buf, int c) - { - char ch = c; - text_buffer_add_string (buf, &ch, 1); - } - - size_t - text_buffer_printf (struct text_buffer *buf, const char *format, ...) - { - va_list ap; - size_t n; - - va_start (ap, format); - n = text_buffer_vprintf (buf, format, ap); - va_end (ap); - return n; - } - - #if defined(__MSDOS__) || defined(__MINGW32__) - /* Cannot use FILENAME_CMP here, since that does not consider forward- - and back-slash characters equal. */ - int - fncmp (const char *fn1, const char *fn2) - { - const char *s1 = fn1, *s2 = fn2; - - while (tolower (*s1) == tolower (*s2) - || (IS_SLASH (*s1) && IS_SLASH (*s2))) - { - if (*s1 == 0) - return 0; - s1++; - s2++; - } - - return tolower (*s1) - tolower (*s2); - } - #endif - - struct info_namelist_entry - { - struct info_namelist_entry *next; - char name[1]; - }; - - int - info_namelist_add (struct info_namelist_entry **ptop, const char *name) - { - struct info_namelist_entry *p; - - for (p = *ptop; p; p = p->next) - if (fncmp (p->name, name) == 0) - return 1; - - p = xmalloc (sizeof (*p) + strlen (name)); - strcpy (p->name, name); - p->next = *ptop; - *ptop = p; - return 0; - } - - void - info_namelist_free (struct info_namelist_entry *top) - { - while (top) - { - struct info_namelist_entry *next = top->next; - free (top); - top = next; - } - } - --- 0 ---- diff -Nrc2 texinfo-6.4/info/info-utils.c~ texinfo-6.5/info/info-utils.c~ *** texinfo-6.4/info/info-utils.c~ 2017-07-03 17:48:12.000000000 +0100 --- texinfo-6.5/info/info-utils.c~ 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,2065 **** - /* info-utils.c -- miscellanous. - $Id: info-utils.c 7818 2017-06-03 20:52:27Z gavin $ - - Copyright 1993, 1998, 2003, 2004, 2007, 2008, 2009, 2011, 2012, - 2013, 2014, 2015, 2016, 2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - - Originally written by Brian Fox. */ - - #include "info.h" - #include "session.h" - #include "info-utils.h" - #include "tag.h" - - #include <langinfo.h> - #if HAVE_ICONV - # include <iconv.h> - #endif - #include <wchar.h> - #ifdef __MINGW32__ - /* MinGW uses a replacement nl_langinfo, see pcterm.c. */ - # define nl_langinfo rpl_nl_langinfo - extern char * rpl_nl_langinfo (nl_item); - /* MinGW uses its own replacement wcwidth, see pcterm.c for the - reasons. Since Gnulib's wchar.h might redirect wcwidth to - rpl_wcwidth, we explicitly undo that here. */ - #undef wcwidth - #endif - - #ifdef __hpux - #define va_copy(ap1,ap2) memcpy((&ap1),(&ap2),sizeof(va_list)) - #endif - - /* Variable which holds the most recent filename parsed as a result of - calling info_parse_xxx (). */ - char *info_parsed_filename = NULL; - - /* Variable which holds the most recent nodename parsed as a result of - calling info_parse_xxx (). */ - char *info_parsed_nodename = NULL; - - /* Read a filename surrounded by "(" and ")", accounting for matching - characters, and place it in *FILENAME if FILENAME is not null. Return - length of read filename. On error, set *FILENAME to null and return 0. */ - int - read_bracketed_filename (char *string, char **filename) - { - register int i = 0; - int count = 0; /* Level of nesting. */ - int first_close = -1; /* First ")" encountered. */ - - if (*string != '(') - return 0; - - string++; - count = 1; - for (i = 0; string[i]; i++) - { - if (string[i] == '(') - count++; - else if (string[i] == ')') - { - if (first_close == -1) - first_close = i; - - count--; - if (count == 0) - break; - } - } - - /* If string ended before brackets were balanced, take the first ")" as - terminating the filename. */ - if (count > 0) - { - if (first_close == -1) - { - if (filename) - *filename = 0; - return 0; - } - i = first_close; - } - - if (filename) - { - *filename = xcalloc (1, i + 1); - memcpy (*filename, string, i); - } - - return i + 2; /* Length of filename plus "(" and ")". */ - } - - /* Parse the filename and nodename out of STRING, saving in - INFO_PARSED_FILENAME and INFO_PARSED_NODENAME. These variables should not - be freed by calling code. If either is missing, the relevant variable is - set to a null pointer. */ - void - info_parse_node (char *string) - { - int nodename_len; - - free (info_parsed_filename); - free (info_parsed_nodename); - info_parsed_filename = 0; - info_parsed_nodename = 0; - - /* Special case of nothing passed. Return nothing. */ - if (!string || !*string) - return; - - string += skip_whitespace_and_newlines (string); - - string += read_bracketed_filename (string, &info_parsed_filename); - - /* Parse out nodename. */ - string += skip_whitespace_and_newlines (string); - nodename_len = read_quoted_string (string, "", 0, &info_parsed_nodename); - - if (nodename_len != 0) - { - canonicalize_whitespace (info_parsed_nodename); - } - } - - /* Set *OUTPUT to a copy of the string starting at START and finishing at - a character in TERMINATOR, unless START[0] == INFO_QUOTE, in which case - copy string from START+1 until the next occurence of INFO_QUOTE. If - TERMINATOR is an empty string, finish at a null character. LINES is - the number of lines that the string can span. If LINES is zero, there is no - limit. Return length of string including any quoting characters. Return - 0 if input was invalid. */ - long - read_quoted_string (char *start, char *terminator, int lines, char **output) - { - long len; - char *nl = 0, saved_char; - - if (lines) - { - int i; - nl = start; - for (i = 0; i < lines; i++) - { - nl = strchr (nl, '\n'); - if (!nl) - break; /* End of input string reached. */ - nl++; - } - if (nl) - { - saved_char = *nl; - *nl = '\0'; - } - } - - if (start[0] != '\177') - { - len = strcspn (start, terminator); - - if (*terminator && !start[len]) - { - len = 0; - *output = 0; - } - else - { - *output = xmalloc (len + 1); - strncpy (*output, start, len); - (*output)[len] = '\0'; - } - } - else - { - len = strcspn (start + 1, "\177"); - - if (*terminator && !(start + 1)[len]) - { - /* No closing 177 byte. */ - len = 0; - *output = 0; - } - else - { - *output = xmalloc (len + 1); - strncpy (*output, start + 1, len); - (*output)[len] = '\0'; - len += 2; /* Count the two 177 bytes. */ - } - - } - - if (nl) - *nl = saved_char; - return len; - } - - - /* **************************************************************** */ - /* */ - /* Finding and Building Menus */ - /* */ - /* **************************************************************** */ - - /* Get the entry associated with LABEL in the menu of NODE. Return a - pointer to the ENTRY if found, or null. Return value should not - be freed by caller. If SLOPPY, allow initial matches, like - "Buffers" for a LABEL "buffer". */ - REFERENCE * - info_get_menu_entry_by_label (NODE *node, char *label, int sloppy) - { - register int i; - int best_guess = -1; - REFERENCE *entry; - REFERENCE **references = node->references; - - if (!references) - return 0; - - for (i = 0; (entry = references[i]); i++) - { - if (entry->type != REFERENCE_MENU_ITEM) - continue; - if (mbscasecmp (label, entry->label) == 0) - return entry; /* Exact, case-insensitive match. */ - else if (sloppy && best_guess == -1 - && (mbsncasecmp (entry->label, label, strlen (label)) == 0)) - best_guess = i; - } - - if (sloppy && best_guess != -1) - return references[best_guess]; - - return 0; - } - - /* A utility function for concatenating REFERENCE **. Returns a new - REFERENCE ** which is the concatenation of REF1 and REF2. */ - REFERENCE ** - info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2) - { - register int i, j; - REFERENCE **result; - int size = 0; - - /* Get the total size of the slots that we will need. */ - if (ref1) - { - for (i = 0; ref1[i]; i++); - size += i; - } - - if (ref2) - { - for (i = 0; ref2[i]; i++); - size += i; - } - - result = xmalloc ((1 + size) * sizeof (REFERENCE *)); - - /* Copy the contents over. */ - - j = 0; - if (ref1) - { - for (i = 0; ref1[i]; i++) - result[j++] = ref1[i]; - } - - if (ref2) - { - for (i = 0; ref2[i]; i++) - result[j++] = ref2[i]; - } - - result[j] = NULL; - return result; - } - - /* Copy a reference structure. Copy each field into new memory. */ - REFERENCE * - info_copy_reference (REFERENCE *src) - { - REFERENCE *dest = xmalloc (sizeof (REFERENCE)); - dest->label = src->label ? xstrdup (src->label) : NULL; - dest->filename = src->filename ? xstrdup (src->filename) : NULL; - dest->nodename = src->nodename ? xstrdup (src->nodename) : NULL; - dest->start = src->start; - dest->end = src->end; - dest->line_number = src->line_number; - dest->type = src->type; - - return dest; - } - - /* Copy a list of references, copying in reference in turn with - info_copy_reference. */ - REFERENCE ** - info_copy_references (REFERENCE **ref1) - { - int i; - REFERENCE **result; - int size; - - if (!ref1) - return 0; - - /* Get the total size of the slots that we will need. */ - for (i = 0; ref1[i]; i++); - size = i; - - result = xmalloc ((1 + size) * sizeof (REFERENCE *)); - - /* Copy the contents over. */ - for (i = 0; ref1[i]; i++) - result[i] = info_copy_reference (ref1[i]); - result[i] = NULL; - - return result; - } - - void - info_reference_free (REFERENCE *ref) - { - if (ref) - { - free (ref->label); - free (ref->filename); - free (ref->nodename); - free (ref); - } - } - - /* Free the data associated with REFERENCES. */ - void - info_free_references (REFERENCE **references) - { - register int i; - REFERENCE *entry; - - if (references) - { - for (i = 0; references && (entry = references[i]); i++) - info_reference_free (entry); - - free (references); - } - } - - /* Return new REFERENCE with filename and nodename fields set. */ - REFERENCE * - info_new_reference (char *filename, char *nodename) - { - REFERENCE *r = xmalloc (sizeof (REFERENCE)); - r->label = 0; - r->filename = filename ? xstrdup (filename) : 0; - r->nodename = nodename ? xstrdup (nodename) : 0; - r->start = 0; - r->end = 0; - r->line_number = 0; - r->type = 0; - return r; - } - - - /* Search for sequences of whitespace or newlines in STRING, replacing - all such sequences with just a single space. Remove whitespace from - start and end of string. */ - void - canonicalize_whitespace (char *string) - { - register int i, j; - int len, whitespace_found, whitespace_loc = 0; - char *temp; - - if (!string) - return; - - len = strlen (string); - temp = xmalloc (1 + len); - - /* Search for sequences of whitespace or newlines. Replace all such - sequences in the string with just a single space. */ - - whitespace_found = 0; - for (i = 0, j = 0; string[i]; i++) - { - if (whitespace_or_newline (string[i])) - { - whitespace_found++; - whitespace_loc = i; - continue; - } - else - { - if (whitespace_found && whitespace_loc) - { - whitespace_found = 0; - - /* Suppress whitespace at start of string. */ - if (j) - temp[j++] = ' '; - } - - temp[j++] = string[i]; - } - } - - /* Kill trailing whitespace. */ - if (j && whitespace (temp[j - 1])) - j--; - - temp[j] = '\0'; - strcpy (string, temp); - free (temp); - } - - /* If ITER points to an ANSI escape sequence, process it, set PLEN to its - length in bytes, and return 1. - Otherwise, return 0. - */ - int - ansi_escape (mbi_iterator_t iter, size_t *plen) - { - if (raw_escapes_p && *mbi_cur_ptr (iter) == '\033' && mbi_avail (iter)) - { - mbi_advance (iter); - if (*mbi_cur_ptr (iter) == '[' && mbi_avail (iter)) - { - ITER_SETBYTES (iter, 1); - mbi_advance (iter); - if (isdigit (*mbi_cur_ptr (iter)) && mbi_avail (iter)) - { - ITER_SETBYTES (iter, 1); - mbi_advance (iter); - if (*mbi_cur_ptr (iter) == 'm') - { - *plen = 4; - return 1; - } - else if (isdigit (*mbi_cur_ptr (iter)) && mbi_avail (iter)) - { - ITER_SETBYTES (iter, 1); - mbi_advance (iter); - if (*mbi_cur_ptr (iter) == 'm') - { - *plen = 5; - return 1; - } - } - } - } - } - - return 0; - } - - static struct text_buffer printed_rep = { 0 }; - - /* Return pointer to string that is the printed representation of character - (or other logical unit) at ITER if it were printed at screen column - PL_CHARS. Use ITER_SETBYTES (info-utils.h) on ITER if we need to advance - past a unit that the multibyte iteractor doesn't know about (like an ANSI - escape sequence). If ITER points at an end-of-line character, set *DELIM to - this character. *PCHARS gets the number of screen columns taken up by - outputting the return value, and *PBYTES the number of bytes in returned - string. Return value is not null-terminated. Return value must not be - freed by caller. */ - char * - printed_representation (mbi_iterator_t *iter, int *delim, size_t pl_chars, - size_t *pchars, size_t *pbytes) - { - struct text_buffer *rep = &printed_rep; - - char *cur_ptr = (char *) mbi_cur_ptr (*iter); - size_t cur_len = mb_len (mbi_cur (*iter)); - - text_buffer_reset (&printed_rep); - - if (mb_isprint (mbi_cur (*iter))) - { - /* cur.wc gives a wchar_t object. See mbiter.h in the - gnulib/lib directory. */ - *pchars = wcwidth ((*iter).cur.wc); - *pbytes = cur_len; - return cur_ptr; - } - else if (cur_len == 1) - { - if (*cur_ptr == '\n' || *cur_ptr == '\r') - { - /* If this is a CRLF line ending, ignore this character. */ - if (*cur_ptr == '\r' && cur_ptr[1] == '\n') - { - *pchars = 0; - *pbytes = 0; - return cur_ptr; - } - - *pchars = 1; - *pbytes = cur_len; - *delim = *cur_ptr; - text_buffer_add_char (rep, ' '); - return cur_ptr; - } - else if (ansi_escape (*iter, &cur_len)) - { - *pchars = 0; - *pbytes = cur_len; - ITER_SETBYTES (*iter, cur_len); - - return cur_ptr; - } - else if (*cur_ptr == '\t') - { - int i = 0; - - *pchars = ((pl_chars + 8) & 0xf8) - pl_chars; - *pbytes = *pchars; - - /* We must output spaces instead of the tab because a tab may - not clear characters already on the screen. */ - for (i = 0; i < *pbytes; i++) - text_buffer_add_char (rep, ' '); - return text_buffer_base (rep); - } - } - - /* Show CTRL-x as "^X". */ - if (iscntrl (*cur_ptr) && *(unsigned char *)cur_ptr < 127) - { - *pchars = 2; - *pbytes = 2; - text_buffer_add_char (rep, '^'); - text_buffer_add_char (rep, *cur_ptr | 0x40); - return text_buffer_base (rep); - } - else if (*cur_ptr == DEL) - { - *pchars = 0; - *pbytes = 0; - return text_buffer_base (rep); - } - else - { - /* Original byte was not recognized as anything. Display its octal - value. This could happen in the C locale for bytes above 128, - or for bytes 128-159 in an ISO-8859-1 locale. Don't output the bytes - as they are, because they could have special meaning to the - terminal. */ - *pchars = 4; - *pbytes = 4; - text_buffer_printf (rep, "\\%o", *(unsigned char *)cur_ptr); - return text_buffer_base (rep); - } - } - - - /* **************************************************************** */ - /* */ - /* Scanning node */ - /* */ - /* **************************************************************** */ - - /* Whether to strip syntax from the text of nodes. */ - int preprocess_nodes_p; - - /* Whether contents of nodes should be rewritten. */ - static int rewrite_p; - - /* inptr is moved forward through the body of a node. */ - static char *inptr; - - /* Pointer to first byte of node (after node separator). */ - static char *input_start; - - /* Number of bytes in node contents. */ - static size_t input_length; - - struct text_buffer output_buf; - - /* Pointer into a tags table for the file to the anchor we need to adjust as - a result of byte counts changing due to character encoding conversion or - inserted/deleted text. */ - static TAG **anchor_to_adjust; - /* Offset within file buffer of first byte of node, used for anchor - adjustment. */ - static int node_offset; - - /* Difference so far between the number of bytes input in the file and - bytes output. Used to adjust the values of anchors in nodes. */ - static long int output_bytes_difference; - - /* Whether we are converting the character encoding of the file. */ - static int convert_encoding_p; - - #if HAVE_ICONV - - /* Whether text in file is encoded in UTF-8. */ - static int file_is_in_utf8; - - /* Used for conversion from file encoding to output encoding. */ - static iconv_t iconv_to_output; - - /* Conversion from file encoding to UTF-8. */ - static iconv_t iconv_to_utf8; - - #endif /* HAVE_ICONV */ - - void - init_conversion (FILE_BUFFER *fb) - { - char *target_encoding; - - convert_encoding_p = 0; - - /* Node being processed does not come from an Info file. */ - if (!fb) - return; - - #if !HAVE_ICONV - return; - #else - file_is_in_utf8 = 0; - - /* Don't process file if encoding is unknown. */ - if (!fb->encoding) - return; - - /* Read name of character encoding from environment locale */ - target_encoding = nl_langinfo (CODESET); - - /* Don't convert the contents if the locale - uses the same character encoding as the file */ - if (!strcasecmp(target_encoding, fb->encoding)) - return; - - /* Check if an iconv conversion from file locale to system - locale exists */ - iconv_to_output = iconv_open (target_encoding, fb->encoding); - if (iconv_to_output == (iconv_t) -1) - return; /* Return if no conversion function implemented */ - - if ( !strcasecmp ("UTF8", fb->encoding) - || !strcasecmp ("UTF-8", fb->encoding)) - file_is_in_utf8 = 1; - - if (!file_is_in_utf8) - { - iconv_to_utf8 = iconv_open ("UTF-8", fb->encoding); - if (iconv_to_utf8 == (iconv_t) -1) - { - /* Return if no conversion function implemented */ - iconv_close (iconv_to_output); - return; - } - } - - convert_encoding_p = 1; - rewrite_p = 1; - #endif /* HAVE_ICONV */ - } - - void close_conversion (void) - { - #if HAVE_ICONV - if (convert_encoding_p) - { - iconv_close (iconv_to_output); - if (!file_is_in_utf8) iconv_close (iconv_to_utf8); - } - #endif - } - - static void - init_output_stream (FILE_BUFFER *fb) - { - init_conversion (fb); - output_bytes_difference = 0; - - if (rewrite_p) - text_buffer_init (&output_buf); - } - - static size_t saved_offset; - static char *saved_inptr; - static long saved_difference; - - void - save_conversion_state (void) - { - saved_offset = text_buffer_off (&output_buf); - saved_inptr = inptr; - saved_difference = output_bytes_difference; - } - - /* Go back to the saved state of the output stream. */ - void - reset_conversion (void) - { - text_buffer_off (&output_buf) = saved_offset; - inptr = saved_inptr; - output_bytes_difference = saved_difference; - } - - /* Copy bytes from input to output with no encoding conversion. */ - static void - copy_direct (long n) - { - text_buffer_add_string (&output_buf, inptr, n); - inptr += n; - } - - /* Read one character at *FROM and write out a sequence - of bytes representing that character in ASCII. *FROM - is advanced past the read character. */ - static int - degrade_utf8 (char **from, size_t *from_left) - { - static struct encoding_replacement - { - char *from_string; - char *to_string; - } er[] = { - {"\xE2\x80\x98","'"}, /* Opening single quote */ - {"\xE2\x80\x99","'"}, /* Closing single quote */ - {"\xE2\x80\x9C","\""},/* Opening double quote */ - {"\xE2\x80\x9D","\""},/* Closing double quote */ - {"\xC2\xA9","(C)"}, /* Copyright symbol */ - {"\xC2\xBB",">>"}, /* Closing double angle brackets */ - - {"\xE2\x86\x92","->"},/* Right arrow */ - {"\xE2\x87\x92","=>"},/* Right double arrow */ - {"\xE2\x8A\xA3","-|"},/* Print symbol */ - {"\xE2\x98\x85","-!-"}, /* Point symbol */ - {"\xE2\x86\xA6","==>"}, /* Expansion symbol */ - - {"\xE2\x80\x90","-"}, /* Hyphen */ - {"\xE2\x80\x91","-"}, /* Non-breaking hyphen */ - {"\xE2\x80\x92","-"}, /* Figure dash */ - {"\xE2\x80\x93","-"}, /* En dash */ - {"\xE2\x80\x94","--"}, /* Em dash */ - {"\xE2\x88\x92","-"}, /* Minus sign */ - {"\xE2\x80\xA6","..."}, /* Ellipsis */ - {"\xE2\x80\xA2","*"}, /* Bullet */ - - {"\xC3\xA0","a`"}, /* Lower case letter a with grave accent */ - {"\xC3\xA2","a^"}, /* Lower case letter a with circumflex */ - {"\xC3\xA4","a\""}, /* Lower case letter a with diaeresis */ - {"\xC3\xA6","ae"}, /* Lower case letter ae ligature */ - {"\xC3\xA9","e'"}, /* Lower case letter e with acute accent */ - {"\xC3\xA8","e`"}, /* Lower case letter e with grave accent */ - {"\xC3\xAA","e^"}, /* Lower case letter e with circumflex */ - {"\xC3\xAB","e\""}, /* Lower case letter e with diaeresis */ - {"\xC3\xB6","o\""}, /* Lower case letter o with diaeresis */ - {"\xC3\xBC","u\""}, /* Lower case letter u with diaeresis */ - {"\xC3\x84", "A\""}, /* Upper case letter A with diaeresis. */ - {"\xC3\x96", "O\""}, /* Upper case letter O with diaeresis. */ - {"\xC3\x9c", "U\""}, /* Upper case letter U with diaeresis. */ - - {"\xC3\xB1","n~"}, /* Lower case letter n with tilde */ - {"\xC3\x87","C,"}, /* Upper case letter C with cedilla */ - {"\xC3\xA7","c,"}, /* Lower case letter c with cedilla */ - {"\xC3\x9f","ss"}, /* Lower case letter sharp s */ - - {0, 0} - }; - - struct encoding_replacement *erp; - - for (erp = er; erp->from_string != 0; erp++) - { - /* Avoid reading past end of input. */ - int width = strlen (erp->from_string); - if (width > *from_left) - continue; - - if (!strncmp (erp->from_string, *from, width)) - { - text_buffer_add_string (&output_buf, erp->to_string, - strlen(erp->to_string)); - *from += width; - *from_left -= width; - return 1; - } - } - - /* Failing this, just print a question mark. Maybe we should use SUB - (^Z) (ASCII substitute character code) instead, or pass through the - original bytes. */ - text_buffer_add_string (&output_buf, "?", 1); - - /* Ideally we would advance one UTF-8 character. This would - require knowing its length in bytes. */ - (*from)++; - (*from_left)--; - - return 0; - } - - /* Convert N bytes from input to output encoding and write to - output buffer. Return number of bytes over N written. */ - static int - copy_converting (long n) - { - #if !HAVE_ICONV - return 0; - #else - size_t bytes_left, orig_bytes_left; - int extra_at_end; - size_t iconv_ret; - long output_start; - - size_t utf8_char_free; - char utf8_char[4]; /* Maximum 4 bytes in a UTF-8 character */ - char *utf8_char_ptr, *orig_inptr; - size_t i; - - /* Use n as an estimate of how many bytes will be required - in target encoding. */ - text_buffer_alloc (&output_buf, (size_t) n); - - output_start = text_buffer_off (&output_buf); - bytes_left = n; - extra_at_end = 0; - while (1) - { - iconv_ret = text_buffer_iconv (&output_buf, iconv_to_output, - (ICONV_CONST char **)&inptr, &bytes_left); - - /* Make sure libiconv flushes out the last converted character. - This is required when the conversion is stateful, in which - case libiconv might not output the last character, waiting to - see whether it should be combined with the next one. */ - if (iconv_ret != (size_t) -1 - && text_buffer_iconv (&output_buf, iconv_to_output, - NULL, NULL) != (size_t) -1) - /* Success: all of input converted. */ - break; - - /* There's been an error while converting. */ - switch (errno) - { - case E2BIG: - /* Ran out of space in output buffer. Allocate more - and try again. */ - text_buffer_alloc (&output_buf, n); - continue; - case EINVAL: - /* Incomplete byte sequence at end of input buffer. Try to read - more. */ - - /* input_length - 2 is offset of last-but-one byte within input. - This checks if there is at least one more byte within node - contents. */ - if (inptr - input_start + (bytes_left - 1) <= input_length - 2) - { - bytes_left++; - extra_at_end++; - } - else - { - copy_direct (bytes_left); - bytes_left = 0; - } - continue; - default: /* Unknown error */ - info_error (_("Error converting file character encoding")); - - /* Skip past current input and hope we don't get an - error next time. */ - inptr += bytes_left; - return 0; - case EILSEQ: - /* Byte sequence in input not recognized. Degrade to ASCII. */ - break; - } - - /* Flush any waiting input in iconv_to_output and enter the - default shift state. */ - text_buffer_iconv (&output_buf, iconv_to_output, NULL, NULL); - - if (file_is_in_utf8) - { - degrade_utf8 (&inptr, &bytes_left); - continue; - } - - /* If file is not in UTF-8, we degrade to ASCII in two steps: - first convert the character to UTF-8, then look up a replacement - string. Note that mixing iconv_to_output and iconv_to_utf8 - on the same input may not work well if the input encoding - is stateful. We could deal with this by always converting to - UTF-8 first; then we could mix conversions on the UTF-8 stream. */ - - /* We want to read exactly one character. Do this by - restricting size of output buffer. */ - utf8_char_ptr = utf8_char; - orig_inptr = inptr; - orig_bytes_left = bytes_left; - for (i = 1; i <= 4; i++) - { - utf8_char_free = i; - errno = 0; - iconv_ret = iconv (iconv_to_utf8, (ICONV_CONST char **)&inptr, - &bytes_left, &utf8_char_ptr, &utf8_char_free); - if ((iconv_ret == (size_t) -1 && errno != E2BIG) - /* If we managed to convert a character: */ - || utf8_char_ptr > utf8_char) - break; - } - - /* errno == E2BIG if iconv ran out of output buffer, - which is expected. */ - if (iconv_ret == (size_t) -1 && errno != E2BIG) - { - /* Character is not recognized. Copy a single byte. */ - inptr = orig_inptr; /* iconv might have incremented inptr */ - copy_direct (1); - bytes_left = orig_bytes_left - 1; - } - else - { - utf8_char_ptr = utf8_char; - /* i is width of UTF-8 character */ - degrade_utf8 (&utf8_char_ptr, &i); - /* If we are done, make sure iconv flushes the last character. */ - if (bytes_left <= 0) - { - utf8_char_ptr = utf8_char; - i = 4; - iconv (iconv_to_utf8, NULL, NULL, - &utf8_char_ptr, &utf8_char_free); - if (utf8_char_ptr > utf8_char) - { - utf8_char_ptr = utf8_char; - degrade_utf8 (&utf8_char_ptr, &i); - } - } - } - } - - /* Must cast because the difference between unsigned size_t is always - positive. */ - output_bytes_difference += - n - ((signed long) text_buffer_off (&output_buf) - output_start); - - return extra_at_end; - #endif /* HAVE_ICONV */ - } - - /* Functions below are named from the perspective of the preprocess_nodes_p - flag being on. */ - - /* Copy text from input node contents, possibly converting the - character encoding and adjusting anchor offsets at the same time. */ - static void - copy_input_to_output (long n) - { - if (rewrite_p) - { - long bytes_left; - - bytes_left = n; - while (bytes_left > 0) - { - if (!convert_encoding_p) - { - copy_direct (bytes_left); - bytes_left = 0; - } - else - { - long bytes_to_convert; - long extra_written; - - bytes_to_convert = bytes_left; - - if (anchor_to_adjust) - { - char *first_anchor = input_start - + (*anchor_to_adjust)->nodestart - node_offset; - - /* If there is an anchor in the input: */ - if (first_anchor < inptr + bytes_left) - { - /* Convert enough to pass the first anchor in input. */ - bytes_to_convert = first_anchor - inptr + 1; - - /* Shouldn't happen because we should have already - have adjusted this anchor. */ - if (bytes_to_convert < 0) - { - anchor_to_adjust = 0; /* Abandon anchor adjustment.*/ - bytes_to_convert = bytes_left; - } - } - } - - /* copy_converting may read more than bytes_to_convert - bytes if its input ends in an incomplete byte sequence. */ - extra_written = copy_converting (bytes_to_convert); - - bytes_left -= bytes_to_convert + extra_written; - } - - /* Check if we have gone past any anchors and - adjust with output_bytes_difference. */ - if (anchor_to_adjust) - while ((*anchor_to_adjust)->nodestart - node_offset - <= inptr - input_start) - { - (*anchor_to_adjust)->nodestart_adjusted - = (*anchor_to_adjust)->nodestart - output_bytes_difference; - - anchor_to_adjust++; - if (!*anchor_to_adjust - || (*anchor_to_adjust)->cache.nodelen != 0) - { - anchor_to_adjust = 0; - break; - } - } - } - } - else - inptr += n; - } - - static void - skip_input (long n) - { - if (preprocess_nodes_p) - { - inptr += n; - output_bytes_difference += n; - } - else if (rewrite_p) - { - /* We are expanding tags only. Do not skip input. */ - copy_input_to_output (n); - } - else - { - inptr += n; - } - } - - static void - write_extra_bytes_to_output (char *input, long n) - { - if (preprocess_nodes_p) - { - text_buffer_add_string (&output_buf, input, n); - output_bytes_difference -= n; - } - } - - /* Like write_extra_bytes_to_output, but writes bytes even when - preprocess_nodes=Off. */ - static void - write_tag_contents (char *input, long n) - { - if (rewrite_p) - { - text_buffer_add_string (&output_buf, input, n); - output_bytes_difference -= n; - } - } - - /* Like skip_input, but skip even when !preprocess_nodes_p. */ - static void - skip_tag_contents (long n) - { - if (rewrite_p) - { - inptr += n; - output_bytes_difference += n; - } - } - - /* Read first line of node and set next, prev and up. */ - static void - parse_top_node_line (NODE *node) - { - char **store_in = 0; - char *nodename; - char *ptr; - int value_length; - - /* If the first line is empty, leave it in. This is the case - in the index-apropos window. */ - if (*node->contents == '\n') - return; - - node->next = node->prev = node->up = 0; - ptr = node->contents; - - while (1) - { - store_in = 0; - - ptr += skip_whitespace (ptr); - - /* Check what field we are looking at */ - if (!strncasecmp (ptr, INFO_FILE_LABEL, strlen(INFO_FILE_LABEL))) - { - ptr += strlen (INFO_FILE_LABEL); - } - else if (!strncasecmp (ptr, INFO_NODE_LABEL, strlen(INFO_NODE_LABEL))) - { - ptr += strlen (INFO_NODE_LABEL); - } - else if (!strncasecmp (ptr, INFO_PREV_LABEL, strlen(INFO_PREV_LABEL))) - { - ptr += strlen (INFO_PREV_LABEL); - store_in = &node->prev; - } - else if (!strncasecmp (ptr, INFO_ALTPREV_LABEL, - strlen(INFO_ALTPREV_LABEL))) - { - ptr += strlen (INFO_ALTPREV_LABEL); - store_in = &node->prev; - } - else if (!strncasecmp (ptr, INFO_NEXT_LABEL, strlen(INFO_NEXT_LABEL))) - { - ptr += strlen (INFO_NEXT_LABEL); - store_in = &node->next; - } - else if (!strncasecmp (ptr, INFO_UP_LABEL, strlen(INFO_UP_LABEL))) - { - ptr += strlen (INFO_UP_LABEL); - store_in = &node->up; - } - else - { - store_in = 0; - /* Not recognized - code below will skip to next comma */ - } - ptr += skip_whitespace (ptr); - - /* Get length of a bracketed filename component. */ - if (*ptr != '(') - value_length = 0; - else - value_length = read_bracketed_filename (ptr, 0); - - /* Get length of node name, or filename if following "File:". Note - that . is not included in the second argument here in order to - support this character in file names. */ - value_length += read_quoted_string (ptr + value_length, - "\n\r\t,", 1, &nodename); - if (store_in) - { - *store_in = xmalloc (value_length + 1); - strncpy (*store_in, ptr, value_length); - (*store_in)[value_length] = '\0'; - } - - free (nodename); - ptr += value_length; - - if (*ptr == '\n' || !*ptr) - break; - - ptr += 1; /* Point after field terminator */ - } - } - - /* Output, replace or hide text introducing a reference. INPTR starts on - the first byte of a sequence introducing a reference and finishes on the - first (non-whitespace) byte of the reference label. */ - static int - scan_reference_marker (REFERENCE *entry, int in_parentheses) - { - /* When preprocess_nodes is Off, we position the cursor on - the "*" when moving between references. */ - if (!preprocess_nodes_p) - { - if (rewrite_p) - entry->start = text_buffer_off(&output_buf); - else - entry->start = inptr - input_start; - } - - /* Check what we found based on first character of match */ - if (inptr[0] == '\n') - { - entry->type = REFERENCE_MENU_ITEM; - if (!preprocess_nodes_p) - entry->start++; - } - else - entry->type = REFERENCE_XREF; - - if (entry->type == REFERENCE_MENU_ITEM) - copy_input_to_output (strlen ("\n* ")); - else - { - /* Only match "*Note" if it is followed by a whitespace character so that - it will not be recognized if, e.g., it is surrounded in inverted - commas. */ - if (!strchr (" \t\r\n", inptr[strlen ("*Note")])) - { - copy_input_to_output (strlen ("*Note:")); - return 0; - } - - /* Cross-references can be generated by four different Texinfo - commands. @inforef and @xref output "*Note " in Info format, - and "See" in HTML and print. @ref and @pxref output "*note " - in Info format, and either nothing at all or "see" in HTML - and print. Unfortunately, there is no easy way to distinguish - between these latter two cases. */ - /* TODO: Internationalize these strings, but only if we know the - language of the document. */ - if (inptr[1] == 'N') - { - write_extra_bytes_to_output ("See", 3); - in_parentheses = 1; - } - else if (in_parentheses) - { - write_extra_bytes_to_output ("see", 3); - /* Only output the "see" for input like "(*note ...)", which - would have come from a use of @pxref. We used to output "see" for - "*note" in more circumstances, with a list of words where to - suppress it (to avoid "see *note" turning into "see see"), but - such a list can't be complete or reliable. It's better to remove - it with more enthusiasm, then if the document writer wants a "see" - to appear, they can add one themselves. */ - } - - skip_input (strlen ("*Note")); - if (!in_parentheses) - skip_input (skip_whitespace (inptr)); - } - - /* Copy any white space before label. */ - copy_input_to_output (skip_whitespace_and_newlines (inptr)); - - return 1; - } - - /* Output reference label and update ENTRY. INPTR should be on the first - non-whitespace byte of label when this function is called. It is left - at the first character after the colon terminating the label. Return 0 if - invalid syntax is encountered. */ - static int - scan_reference_label (REFERENCE *entry, int in_index) - { - int max_lines; - int len, label_len = 0; - - /* Handle case of cross-reference like (FILE)NODE::. */ - if (inptr[0] == '(') - label_len = read_bracketed_filename (inptr, &entry->filename); - - /* Search forward to ":" to get label name. Cross-references may have - a newline in the middle. */ - if (entry->type == REFERENCE_MENU_ITEM) - max_lines = 1; - else - max_lines = 2; - if (!in_index || inptr[label_len] == '\177') - { - len = read_quoted_string (inptr + label_len, ":", max_lines, - &entry->nodename); - canonicalize_whitespace (&entry->nodename); - if (!len) - return 0; /* Input invalid. */ - label_len += len; - } - else - { - /* If in an index node, go forward to the last colon on the line - (not preceded by a newline, NUL or DEL). This is in order to - support index entries containing colons. This should work fine - as long as the node name does not contain a colon as well. */ - - char *p; - int n, m = 0; - p = inptr + label_len; - - while (1) - { - n = strcspn (p, ":\n\177"); - if (p[n] == ':') - { - m += n + 1; - p += n + 1; - continue; - } - break; - } - if (m == 0) - return 0; /* no : found */ - label_len += m - 1; - } - - entry->label = xmalloc (label_len + 1); - memcpy (entry->label, inptr, label_len); - entry->label[label_len] = '\0'; - canonicalize_whitespace (entry->label); - - if (preprocess_nodes_p) - entry->start = text_buffer_off (&output_buf); - - /* Write text of label. */ - copy_input_to_output (label_len); - - if (rewrite_p) - entry->end = text_buffer_off (&output_buf); - else - entry->end = inptr - input_start; - - /* Colon after label. */ - skip_input (1); - /* Don't mess up the margin of a menu description. */ - if (entry->type == REFERENCE_MENU_ITEM) - write_extra_bytes_to_output (" ", 1); - - return 1; - } - - /* INPTR should be at the first character after the colon - terminating the label. Return 0 on syntax error. */ - static int - scan_reference_target (REFERENCE *entry, NODE *node, int in_parentheses) - { - int i; - - /* This entry continues with a specific target. Parse the - file name and node name from the specification. */ - - if (entry->type == REFERENCE_XREF) - { - int length = 0; /* Length of specification */ - char *target_start = inptr; - char *nl_off = 0; - int space_at_start_of_line = 0; - - length += skip_whitespace_and_newlines (inptr); - - length += read_bracketed_filename (inptr + length, &entry->filename); - - length += skip_whitespace_and_newlines (inptr + length); - - /* Get the node name. */ - length += read_quoted_string (inptr + length, ",.", 2, &entry->nodename); - - skip_input (length); - - /* Check if there is a newline in the target. */ - nl_off = strchr (target_start, '\n'); - if (nl_off) - { - if (nl_off < inptr) - space_at_start_of_line = skip_whitespace (nl_off + 1); - else - nl_off = 0; - } - canonicalize_whitespace (entry->nodename); - - if (entry->filename) - { - /* Heuristic of whether it's worth outputing a newline before the - filename. This checks whether the newline appears more - than half way through the text, and therefore which side is - longer. */ - if (nl_off - && nl_off < target_start + (length - space_at_start_of_line) / 2) - { - int i; - write_extra_bytes_to_output ("\n", 1); - - for (i = 0; i < space_at_start_of_line; i++) - write_extra_bytes_to_output (" ", 1); - skip_input (strspn (inptr, " ")); - nl_off = 0; - } - else - - if (*inptr != '\n') - { - write_extra_bytes_to_output (" ", 1); - } - write_extra_bytes_to_output ("(", 1); - write_extra_bytes_to_output (entry->filename, - strlen (entry->filename)); - write_extra_bytes_to_output (" manual)", - strlen (" manual)")); - } - - /* Hide terminating punctuation if we are in a reference - like "(*note Label:(file)node.)". */ - if (in_parentheses && inptr[0] == '.') - skip_input (1); - - /* Copy any terminating punctuation before the optional newline. */ - copy_input_to_output (strspn (inptr, ".),")); - - /* Output a newline if one is needed. Don't do it at the end of - a paragraph. */ - if (nl_off && *inptr != '\n') - { - int i; - - write_extra_bytes_to_output ("\n", 1); - for (i = 0; i < space_at_start_of_line; i++) - write_extra_bytes_to_output (" ", 1); - skip_input (strspn (inptr, " ")); - } - } - else /* entry->type == REFERENCE_MENU_ITEM */ - { - int line_len; - int length = 0; /* Length of specification */ - - length = skip_whitespace (inptr); - length += read_bracketed_filename (inptr + length, &entry->filename); - length += strspn (inptr + length, " "); - - /* Get the node name. */ - length += read_quoted_string (inptr + length, ",.\t\n", 2, - &entry->nodename); - if (inptr[length] == '.') /* A '.' terminating the entry. */ - length++; - - if (node->flags & N_IsDir) - { - /* Set line_len to length of line so far. */ - - char *linestart; - linestart = memrchr (input_start, '\n', inptr - input_start); - if (!linestart) - linestart = input_start; - else - linestart++; /* Point to first character after newline. */ - line_len = inptr - linestart; - } - - if (node->flags & N_IsIndex) - /* Show the name of the node the index entry refers to. */ - copy_input_to_output (length); - else - { - skip_input (length); - - if ((node->flags & N_IsDir) && inptr[strspn (inptr, " ")] == '\n') - { - /* For a dir node, if there is no more text in this line, - check if there is a menu entry description in the next - line to the right of the end of the label, and display it - in this line. */ - skip_input (strspn (inptr, " ")); - if (line_len <= strspn (inptr + 1, " ")) - skip_input (1 + line_len); - } - else - { - for (i = 0; i < length; i++) - write_extra_bytes_to_output (" ", 1); - } - } - - /* Parse "(line ...)" part of menus, if any. */ - { - char *lineptr = inptr; - /* Skip any whitespace first, and then a newline in case the item - was so long to contain the ``(line ...)'' string in the same - physical line. */ - lineptr += skip_whitespace (inptr); - if (*lineptr == '\n') - lineptr += 1 + skip_whitespace (lineptr + 1); - - if (!strncmp (lineptr, "(line ", strlen ("(line "))) - { - lineptr += strlen ("(line "); - entry->line_number = strtol (lineptr, 0, 0); - } - else - entry->line_number = 0; - } - } - - return 1; - } - - /* BASE is earlier in a block of allocated memory than PTR, and the block - extends until at least BASE + LEN - 1. Return PTR[INDEX], unless this - could be outside the allocated block, in which case return 0. */ - static char - safe_string_index (char *ptr, long index, char *base, long len) - { - long offset = ptr - base; - - if ( offset + index < 0 - || offset + index >= len) - return 0; - - return ptr[index]; - } - - /* Process an in index marker ("^@^H[index^@^H]") or an image marker - ("^@^H[image ...^@^H]"). */ - static void - scan_info_tag (NODE *node, int *in_index, FILE_BUFFER *fb) - { - char *p, *p1; - struct text_buffer *expansion = xmalloc (sizeof (struct text_buffer)); - - p = inptr; - p1 = p; - - text_buffer_init (expansion); - - if (tag_expand (&p1, input_start + input_length, expansion, in_index)) - { - if (*in_index) - node->flags |= N_IsIndex; - - if (!rewrite_p) - { - rewrite_p = 1; - init_output_stream (fb); - - /* Put inptr back to start so that - copy_input_to_output below gets all - preceding contents. */ - inptr = node->contents; - } - - /* Write out up to tag. */ - copy_input_to_output (p - inptr); - - write_tag_contents (text_buffer_base (expansion), - text_buffer_off (expansion)); - /* Skip past body of tag. */ - skip_tag_contents (p1 - inptr); - } - else - { - /* It was not a valid tag. */ - copy_input_to_output (p - inptr + 1); - } - - text_buffer_free (expansion); - free (expansion); - } - - #define looking_at_string(contents, string) \ - (!strncasecmp (contents, string, strlen (string))) - - static char * - forward_to_info_syntax (char *contents) - { - /* Loop until just before the end of the input. The '- 3' prevents us - accessing memory after the end of the input, and none of the strings we - are looking for are shorter than 3 bytes. */ - while (contents < input_start + input_length - 3) - { - /* Menu entry comes first to optimize for the case of looking through a - long index node. */ - if (looking_at_string (contents, INFO_MENU_ENTRY_LABEL) - || looking_at_string (contents, INFO_XREF_LABEL) - || !memcmp (contents, "\0\b[", 3)) - return contents; - contents++; - } - return 0; - } - - /* Scan contents of NODE, recording cross-references and similar. - - Convert character encoding of node contents to that of the user if the two - are known to be different. If PREPROCESS_NODES_P == 1, remove Info syntax - in contents. - - If FB is non-null, it is the file containing the node, and TAG_PTR is an - offset into FB->tags. If the node contents are rewritten, adjust anchors - that occur in the node and store adjusted value as TAG->nodestart_adjusted, - otherwise simply copy TAG->nodestart to TAG->nodestart_adjusted for each - anchor in the node. */ - void - scan_node_contents (NODE *node, FILE_BUFFER *fb, TAG **tag_ptr) - { - int in_menu = 0; - char *match; - - REFERENCE **refs = NULL; - size_t refs_index = 0, refs_slots = 0; - - /* Whether an index tag was seen. */ - int in_index = 0; - - rewrite_p = preprocess_nodes_p; - - init_output_stream (fb); - - if (fb) - { - char *file_contents; - - /* Set anchor_to_adjust to first anchor in node, if any. */ - anchor_to_adjust = tag_ptr + 1; - if (!*anchor_to_adjust) - anchor_to_adjust = 0; - else if (*anchor_to_adjust - && (*anchor_to_adjust)->cache.nodelen != 0) - anchor_to_adjust = 0; - - if (!node->subfile) - file_contents = fb->contents; - else - { - FILE_BUFFER *f = info_find_subfile (node->subfile); - if (!f) - return; /* This shouldn't happen. */ - file_contents = f->contents; - } - node_offset = (*tag_ptr)->nodestart - + skip_node_separator (file_contents + (*tag_ptr)->nodestart); - } - else - anchor_to_adjust = 0; - - /* Initialize refs to point to array of one null pointer in case - there are no results. This way we know if refs has been initialized - even if it is empty. */ - refs = calloc (1, sizeof *refs); - refs_slots = 1; - - parse_top_node_line (node); - - /* This should be the only time we assign to inptr in this function - - all other assignment should be done with the helper functions above. */ - inptr = node->contents; - input_start = node->contents; - input_length = node->nodelen; - - - while ((match = forward_to_info_syntax (inptr)) - && match < node->contents + node->nodelen) - { - int in_parentheses = 0; - REFERENCE *entry; - - /* Write out up to match */ - copy_input_to_output (match - inptr); - - if ((in_menu && match[0] == '\n') || match[0] == '*') - { - /* Menu entry or cross reference. */ - /* Create REFERENCE entity. */ - entry = info_new_reference (0, 0); - - if (safe_string_index (inptr, -1, input_start, input_length) == '(' - && safe_string_index (inptr, 1, input_start, input_length) == 'n') - in_parentheses = 1; - - save_conversion_state (); - - if (!scan_reference_marker (entry, in_parentheses)) - goto not_a_reference; - - if (!scan_reference_label (entry, in_index)) - goto not_a_reference; - - /* If this reference entry continues with another ':' then the target - of the reference is given by the label. */ - if (*inptr == ':') - { - int label_len; - skip_input (1); - if (entry->type == REFERENCE_MENU_ITEM) - write_extra_bytes_to_output (" ", 1); - - /* Remove the DEL bytes from a label like "(FOO)^?BAR^?::". */ - label_len = strlen (entry->label); - if (label_len >= 2 && entry->label[label_len - 1] == 0177) - { - char *p = strchr (entry->label, '\177'); - memmove (p, p + 1, label_len - (p - entry->label) - 1); - entry->label[label_len - 2] = '\0'; - } - } - else - { - /* Proceed to read the rest of the reference. */ - /* TODO: we should probably not allow references of the form - "(file)node1:node2." or "(file1)node1:(file2)node2", so - bail out here if entry->filename is non-null. */ - - free (entry->filename); entry->filename = 0; - free (entry->nodename); entry->nodename = 0; - if (!scan_reference_target (entry, node, in_parentheses)) - goto not_a_reference; - } - - if (0) - { - char *cur_inptr; - - not_a_reference: - /* This is not a menu entry or reference. Do not add to our - list. */ - cur_inptr = inptr; - reset_conversion (); - copy_input_to_output (cur_inptr - inptr); - - info_reference_free (entry); - continue; - } - - add_pointer_to_array (entry, refs_index, refs, refs_slots, 50); - } - /* Was "* Menu:" seen? If so, search for menu entries hereafter. */ - else if (!in_menu && !strncmp (match, INFO_MENU_LABEL, - strlen (INFO_MENU_LABEL))) - { - in_menu = 1; - skip_input (strlen ("\n* Menu:")); - if (*inptr == '\n') - skip_input (strspn (inptr, "\n") - 1); /* Keep one newline. */ - - } - else if (match[0] == '\0') /* Info tag */ - { - scan_info_tag (node, &in_index, fb); - } - else - copy_input_to_output (1); - } - - /* If we haven't accidentally gone past the end of the node, write - out the rest of it. */ - if (inptr < node->contents + node->nodelen) - copy_input_to_output ((node->contents + node->nodelen) - inptr); - - /* Null to terminate buffer. */ - if (rewrite_p) - text_buffer_add_string (&output_buf, "\0", 1); - - /* Free resources used in character encoding conversion. */ - close_conversion (); - - node->references = refs; - - if (rewrite_p) - { - node->contents = text_buffer_base (&output_buf); - node->flags |= N_WasRewritten; - - /* output_buf.off is the offset of the next character to be - written. Subtracting 1 gives the offset of our terminating - null, that is, the length. */ - node->nodelen = text_buffer_off (&output_buf) - 1; - } - else if (fb && tag_ptr) - { - /* Set nodestart_adjusted for all of the anchors in this node. */ - tag_ptr++; - while (*tag_ptr && (*tag_ptr)->cache.nodelen == 0) - { - (*tag_ptr)->nodestart_adjusted = (*tag_ptr)->nodestart - - output_bytes_difference; - tag_ptr++; - } - } - } - - - /* Various utility functions */ - - /* Return the file buffer which belongs to WINDOW's node. */ - FILE_BUFFER * - file_buffer_of_window (WINDOW *window) - { - /* If this window has no node, then it has no file buffer. */ - if (!window->node) - return NULL; - - if (window->node->fullpath) - return info_find_file (window->node->fullpath); - - return NULL; - } - - /* Return "(FILENAME)NODENAME" for NODE, or just "NODENAME" if NODE's - filename is not set. Return value should not be freed. */ - char * - node_printed_rep (NODE *node) - { - static char *rep; - - if (node->fullpath) - { - char *filename = filename_non_directory (node->fullpath); - rep = xrealloc (rep, 1 + strlen (filename) + 1 + strlen (node->nodename) + 1); - sprintf (rep, "(%s)%s", filename, node->nodename); - return rep; - } - else - return node->nodename; - } - - - /* Return a pointer to the part of PATHNAME that simply defines the file. */ - char * - filename_non_directory (char *pathname) - { - register char *filename = pathname + strlen (pathname); - - if (HAVE_DRIVE (pathname)) - pathname += 2; - - while (filename > pathname && !IS_SLASH (filename[-1])) - filename--; - - return filename; - } - - /* Return non-zero if NODE is one especially created by Info. */ - int - internal_info_node_p (NODE *node) - { - return (node != NULL) && (node->flags & N_IsInternal); - } - - /* Make NODE appear to be one especially created by Info. */ - void - name_internal_node (NODE *node, char *name) - { - if (!node) - return; - - node->fullpath = ""; - node->subfile = 0; - node->nodename = name; - node->flags |= N_IsInternal; - } - - /* Return the window displaying NAME, the name of an internally created - Info window. */ - WINDOW * - get_internal_info_window (char *name) - { - WINDOW *win; - - for (win = windows; win; win = win->next) - if (internal_info_node_p (win->node) && - (strcmp (win->node->nodename, name) == 0)) - break; - - return win; - } - - /* Flexible Text Buffer */ - - void - text_buffer_init (struct text_buffer *buf) - { - memset (buf, 0, sizeof *buf); - } - - void - text_buffer_free (struct text_buffer *buf) - { - free (buf->base); - } - - size_t - text_buffer_vprintf (struct text_buffer *buf, const char *format, va_list ap) - { - ssize_t n; - va_list ap_copy; - - if (!buf->base) - { - if (buf->size == 0) - buf->size = MIN_TEXT_BUF_ALLOC; /* Initial allocation */ - - buf->base = xmalloc (buf->size); - } - - for (;;) - { - va_copy (ap_copy, ap); - n = vsnprintf (buf->base + buf->off, buf->size - buf->off, - format, ap_copy); - va_end (ap_copy); - if (n < 0 || buf->off + n >= buf->size || - !memchr (buf->base + buf->off, '\0', buf->size - buf->off + 1)) - { - size_t newlen = buf->size * 2; - if (newlen < buf->size) - xalloc_die (); - buf->size = newlen; - buf->base = xrealloc (buf->base, buf->size); - } - else - { - buf->off += n; - break; - } - } - return n; - } - - /* Make sure there are LEN free bytes at end of BUF. */ - void - text_buffer_alloc (struct text_buffer *buf, size_t len) - { - if (buf->off + len > buf->size) - { - buf->size = buf->off + len; - if (buf->size < MIN_TEXT_BUF_ALLOC) - buf->size = MIN_TEXT_BUF_ALLOC; - buf->base = xrealloc (buf->base, buf->size); - } - } - - /* Return number of bytes that can be written to text buffer without - reallocating the text buffer. */ - size_t - text_buffer_space_left (struct text_buffer *buf) - { - /* buf->size is the offset of the first byte after the allocated space. - buf->off is the offset of the first byte to be written to. */ - return buf->size - buf->off; - } - - #if HAVE_ICONV - - /* Run iconv using text buffer as output buffer. */ - size_t - text_buffer_iconv (struct text_buffer *buf, iconv_t iconv_state, - ICONV_CONST char **inbuf, size_t *inbytesleft) - { - size_t out_bytes_left; - char *outptr; - size_t iconv_ret; - - outptr = text_buffer_base (buf) + text_buffer_off (buf); - out_bytes_left = text_buffer_space_left (buf); - iconv_ret = iconv (iconv_state, inbuf, inbytesleft, - &outptr, &out_bytes_left); - - text_buffer_off (buf) = outptr - text_buffer_base (buf); - - return iconv_ret; - } - - #endif /* HAVE_ICONV */ - - size_t - text_buffer_add_string (struct text_buffer *buf, const char *str, size_t len) - { - text_buffer_alloc (buf, len); - memcpy (buf->base + buf->off, str, len); - buf->off += len; - return len; - } - - size_t - text_buffer_fill (struct text_buffer *buf, int c, size_t len) - { - char *p; - int i; - - text_buffer_alloc (buf, len); - - for (i = 0, p = buf->base + buf->off; i < len; i++) - *p++ = c; - buf->off += len; - - return len; - } - - void - text_buffer_add_char (struct text_buffer *buf, int c) - { - char ch = c; - text_buffer_add_string (buf, &ch, 1); - } - - size_t - text_buffer_printf (struct text_buffer *buf, const char *format, ...) - { - va_list ap; - size_t n; - - va_start (ap, format); - n = text_buffer_vprintf (buf, format, ap); - va_end (ap); - return n; - } - - #if defined(__MSDOS__) || defined(__MINGW32__) - /* Cannot use FILENAME_CMP here, since that does not consider forward- - and back-slash characters equal. */ - int - fncmp (const char *fn1, const char *fn2) - { - const char *s1 = fn1, *s2 = fn2; - - while (tolower (*s1) == tolower (*s2) - || (IS_SLASH (*s1) && IS_SLASH (*s2))) - { - if (*s1 == 0) - return 0; - s1++; - s2++; - } - - return tolower (*s1) - tolower (*s2); - } - #endif - - struct info_namelist_entry - { - struct info_namelist_entry *next; - char name[1]; - }; - - int - info_namelist_add (struct info_namelist_entry **ptop, const char *name) - { - struct info_namelist_entry *p; - - for (p = *ptop; p; p = p->next) - if (fncmp (p->name, name) == 0) - return 1; - - p = xmalloc (sizeof (*p) + strlen (name)); - strcpy (p->name, name); - p->next = *ptop; - *ptop = p; - return 0; - } - - void - info_namelist_free (struct info_namelist_entry *top) - { - while (top) - { - struct info_namelist_entry *next = top->next; - free (top); - top = next; - } - } - --- 0 ---- Binary files texinfo-6.4/info/info-utils.o and texinfo-6.5/info/info-utils.o differ diff -Nrc2 texinfo-6.4/info/info.c texinfo-6.5/info/info.c *** texinfo-6.4/info/info.c 2017-05-27 18:01:06.000000000 +0100 --- texinfo-6.5/info/info.c 2017-07-09 16:12:57.000000000 +0100 *************** *** 1,4 **** /* info.c -- Display nodes of Info files in multiple windows. ! $Id: info.c 7817 2017-05-27 17:01:01Z gavin $ Copyright 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, --- 1,4 ---- /* info.c -- Display nodes of Info files in multiple windows. ! $Id: info.c 7911 2017-07-09 15:12:16Z gavin $ Copyright 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, *************** *** 376,379 **** --- 376,381 ---- file_buffer = info_find_file (node_filename); + if (!file_buffer) + continue; /* First look for an exact match. */ Binary files texinfo-6.4/info/info.o and texinfo-6.5/info/info.o differ Binary files texinfo-6.4/info/infodoc.o and texinfo-6.5/info/infodoc.o differ diff -Nrc2 texinfo-6.4/info/infokey.c texinfo-6.5/info/infokey.c *** texinfo-6.4/info/infokey.c 2016-09-07 01:43:16.000000000 +0100 --- texinfo-6.5/info/infokey.c 2017-09-02 14:08:45.000000000 +0100 *************** *** 1,4 **** /* infokey.c -- compile ~/.infokey to ~/.info. ! $Id: infokey.c 7040 2016-03-04 19:33:07Z gavin $ Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, --- 1,4 ---- /* infokey.c -- compile ~/.infokey to ~/.info. ! $Id: infokey.c 7947 2017-09-02 13:07:20Z gavin $ Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, *************** *** 441,452 **** else { act[alen] = '\0'; a = lookup_action (act); if (a == A_info_menu_digit) { ! /* It does not make sense for menu-digit to be anything ! other than '0' .. '9'. */ ! syntax_error (filename, lnum, ! _("cannot bind key sequence to menu-digit")); } else if (a == -1) --- 441,474 ---- else { + int keymap_bind_keyseq (Keymap, int *, KEYMAP_ENTRY *); + act[alen] = '\0'; a = lookup_action (act); if (a == A_info_menu_digit) { ! /* Only allow "1 menu-digit". (This is useful if ! this default binding is disabled with "#stop".) ! E.g. do not allow "b menu-digit". */ ! if (seq[0] != '1' || seq[1] != '\0' ! || section != info) ! { ! syntax_error (filename, lnum, ! _("cannot bind key sequence to menu-digit")); ! } ! else ! { ! /* Bind each key from '1' to '9' to 'menu-digit'. */ ! KEYMAP_ENTRY ke; ! int i; ! ! ke.type = ISFUNC; ! ke.value.function = &function_doc_array[a]; ! ! for (i = '1'; i <= '9'; i++) ! { ! seq[0] = i; ! keymap_bind_keyseq (info_keymap, seq, &ke); ! } ! } } else if (a == -1) *************** *** 461,466 **** else { - int keymap_bind_keyseq (Keymap, int *, KEYMAP_ENTRY *); - KEYMAP_ENTRY ke; static InfoCommand invalid_function = { 0 }; --- 483,486 ---- Binary files texinfo-6.4/info/infokey.o and texinfo-6.5/info/infokey.o differ Binary files texinfo-6.4/info/infomap.o and texinfo-6.5/info/infomap.o differ Binary files texinfo-6.4/info/infopath.o and texinfo-6.5/info/infopath.o differ Binary files texinfo-6.4/info/m-x.o and texinfo-6.5/info/m-x.o differ Binary files texinfo-6.4/info/makedoc and texinfo-6.5/info/makedoc differ Binary files texinfo-6.4/info/makedoc.o and texinfo-6.5/info/makedoc.o differ Binary files texinfo-6.4/info/man.o and texinfo-6.5/info/man.o differ Binary files texinfo-6.4/info/nodemenu.o and texinfo-6.5/info/nodemenu.o differ diff -Nrc2 texinfo-6.4/info/nodes.c texinfo-6.5/info/nodes.c *** texinfo-6.4/info/nodes.c 2017-06-18 13:50:42.000000000 +0100 --- texinfo-6.5/info/nodes.c 2017-07-09 19:51:40.000000000 +0100 *************** *** 1,4 **** /* nodes.c -- how to get an Info file and node. ! $Id: nodes.c 7831 2017-06-18 12:50:18Z gavin $ Copyright 1993, 1998, 1999, 2000, 2002, 2003, 2004, 2006, 2007, --- 1,4 ---- /* nodes.c -- how to get an Info file and node. ! $Id: nodes.c 7915 2017-07-09 18:51:00Z gavin $ Copyright 1993, 1998, 1999, 2000, 2002, 2003, 2004, 2006, 2007, *************** *** 130,133 **** --- 130,134 ---- /* Skip "Indirect:" line. */ + position += skip_node_separator (file_buffer->contents + position); position += strlen (INDIRECT_TABLE_LABEL); position += strspn (file_buffer->contents + position, "\r\n"); *************** *** 632,664 **** fullpath = xstrdup (filename); - /* FIXME: Put the following in info_find_fullpath, or remove - it altogether. */ - /* If the file referenced by the name returned from info_find_fullpath () - doesn't exist, then try again with the last part of the filename - appearing in lowercase. */ - /* This is probably not needed at all on those systems which define - FILENAME_CMP to be mbscasecmp. But let's do it anyway, lest some - network redirector supports case sensitivity. */ - if (!fullpath) - { - char *lowered_name; - char *tmp_basename; - - lowered_name = xstrdup (filename); - tmp_basename = filename_non_directory (lowered_name); - - while (*tmp_basename) - { - if (isupper (*tmp_basename)) - *tmp_basename = tolower (*tmp_basename); - - tmp_basename++; - } - - fullpath = info_find_fullpath (lowered_name, 0); - - free (lowered_name); - } - /* If the file wasn't found, give up, returning a NULL pointer. */ if (!fullpath) --- 633,636 ---- *************** *** 679,682 **** --- 651,655 ---- int i; FILE_BUFFER *file_buffer = 0; + int fullpath_len = strlen (fullpath); /* First try to find the file in our list of already loaded files. */ *************** *** 686,690 **** /* Check if fullpath starts the name of the recorded file (extra extensions like ".info.gz" could be added.) */ ! if (!strncmp (file_buffer->fullpath, fullpath, strlen (fullpath))) { struct stat new_info, *old_info; --- 659,665 ---- /* Check if fullpath starts the name of the recorded file (extra extensions like ".info.gz" could be added.) */ ! if (!strncmp (file_buffer->fullpath, fullpath, fullpath_len) ! && (file_buffer->fullpath[fullpath_len] == '\0' ! || file_buffer->fullpath[fullpath_len] == '.')) { struct stat new_info, *old_info; *************** *** 755,759 **** if (!is_subfile) ! build_tags_and_nodes (file_buffer); else file_buffer->flags |= N_Subfile; --- 730,743 ---- if (!is_subfile) ! { ! build_tags_and_nodes (file_buffer); ! if (!file_buffer->tags) ! { ! free (file_buffer->fullpath); ! free (file_buffer->filename); ! free (file_buffer); ! return 0; ! } ! } else file_buffer->flags |= N_Subfile; *************** *** 862,868 **** static long get_node_length (SEARCH_BINDING *binding); - static void get_filename_and_nodename (NODE *node, - char **filename, char **nodename, - char *filename_in, char *nodename_in); static void node_set_body_start (NODE *node); static int adjust_nodestart (FILE_BUFFER *file_buffer, TAG *tag); --- 846,849 ---- *************** *** 944,949 **** info_recent_file_error = NULL; ! get_filename_and_nodename (defaults, &filename, &nodename, ! filename_in, nodename_in); /* If the file to be looked up is "dir", build the contents from all of --- 925,972 ---- info_recent_file_error = NULL; ! filename = filename_in; ! if (filename_in) ! { ! filename = xstrdup (filename_in); ! if (follow_strategy == FOLLOW_REMAIN ! && defaults && defaults->fullpath ! && filename_in) ! { ! /* Find the directory in the filename for defaults, and look in ! that directory first. */ ! char *file_in_same_dir; ! char saved_char, *p; ! ! p = defaults->fullpath + strlen (defaults->fullpath); ! while (p > defaults->fullpath && !IS_SLASH (*p)) ! p--; ! ! if (p > defaults->fullpath) ! { ! saved_char = *p; ! *p = 0; ! ! file_in_same_dir = info_add_extension (defaults->fullpath, ! filename, 0); ! if (file_in_same_dir) ! file_buffer = info_find_file (file_in_same_dir); ! free (file_in_same_dir); ! *p = saved_char; ! } ! } ! } ! else ! { ! if (defaults) ! filename = xstrdup (defaults->fullpath); ! else ! filename = xstrdup ("dir"); ! } ! ! if (nodename_in && *nodename_in) ! nodename = xstrdup (nodename_in); ! else ! /* If NODENAME is not specified, it defaults to "Top". */ ! nodename = xstrdup ("Top"); /* If the file to be looked up is "dir", build the contents from all of *************** *** 961,991 **** } - - if (follow_strategy == FOLLOW_REMAIN - && defaults && defaults->fullpath) - { - /* Find the directory in the filename for defaults, and look in - that directory first. */ - char *file_in_same_dir; - char saved_char, *p; - - p = defaults->fullpath + strlen (defaults->fullpath); - while (p > defaults->fullpath && !IS_SLASH (*p)) - p--; - - if (p > defaults->fullpath) - { - saved_char = *p; - *p = 0; - - file_in_same_dir = info_add_extension (defaults->fullpath, - filename, 0); - if (file_in_same_dir) - file_buffer = info_find_file (file_in_same_dir); - free (file_in_same_dir); - *p = saved_char; - } - } - if (!file_buffer) file_buffer = info_find_file (filename); --- 984,987 ---- *************** *** 997,1012 **** } - if (!file_buffer) - { - /* Try to find a man page with this name as a fall back. */ - node = get_manpage_node (filename); - if (!node) - { - if (filesys_error_number) - info_recent_file_error = - filesys_error_string (filename, filesys_error_number); - } - } - /* If the node not found was "Top", try again with different case. */ if (!node && (nodename && mbscasecmp (nodename, "Top") == 0)) --- 993,996 ---- *************** *** 1032,1062 **** } - /* Get filename and nodename of node to load using defaults from NODE. - Output values should be freed by caller. */ - static void - get_filename_and_nodename (NODE *node, - char **filename, char **nodename, - char *filename_in, char *nodename_in) - { - *filename = filename_in; - - /* If FILENAME is not specified, it defaults to "dir". */ - if (filename_in) - *filename = xstrdup (filename_in); - else - { - if (node) - *filename = xstrdup (node->fullpath); - else - *filename = xstrdup ("dir"); - } - - if (nodename_in && *nodename_in) - *nodename = xstrdup (nodename_in); - else - /* If NODENAME is not specified, it defaults to "Top". */ - *nodename = xstrdup ("Top"); - } - static void node_set_body_start (NODE *node) --- 1016,1019 ---- Binary files texinfo-6.4/info/nodes.o and texinfo-6.5/info/nodes.o differ diff -Nrc2 texinfo-6.4/info/pseudotty.c texinfo-6.5/info/pseudotty.c *** texinfo-6.4/info/pseudotty.c 2016-01-31 11:42:56.000000000 +0000 --- texinfo-6.5/info/pseudotty.c 2017-08-28 21:43:36.000000000 +0100 *************** *** 3,7 **** is so we can run tests interactively without messing up the screen. ! Copyright 2014, 2015, 2016 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify --- 3,7 ---- is so we can run tests interactively without messing up the screen. ! Copyright 2014, 2015, 2016, 2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify *************** *** 65,73 **** error (0, 0, "%s", name); - #ifdef HAVE_STROPTS_H error (0, 0, "opening slave device"); slave = open (name, O_RDWR); if (slave == -1) exit (1); if (!isatty (slave)) { --- 65,74 ---- error (0, 0, "%s", name); error (0, 0, "opening slave device"); slave = open (name, O_RDWR); if (slave == -1) exit (1); + + #ifdef HAVE_STROPTS_H if (!isatty (slave)) { diff -Nrc2 texinfo-6.4/info/search.c texinfo-6.5/info/search.c *** texinfo-6.4/info/search.c 2017-04-17 08:39:56.000000000 +0100 --- texinfo-6.5/info/search.c 2017-07-06 19:49:26.000000000 +0100 *************** *** 1,4 **** /* search.c -- searching large bodies of text. ! $Id: search.c 7714 2017-04-11 06:40:52Z gavin $ Copyright 1993, 1997, 1998, 2002, 2004, 2007, 2008, 2009, 2011, 2013, --- 1,4 ---- /* search.c -- searching large bodies of text. ! $Id: search.c 7907 2017-07-05 19:16:44Z gavin $ Copyright 1993, 1997, 1998, 2002, 2004, 2007, 2008, 2009, 2011, 2013, *************** *** 175,180 **** } ! /* Search BUFFER for REGEXP. Pass back the list of matches ! in MATCH_STATE. */ enum search_result regexp_search (char *regexp, int is_literal, int is_insensitive, --- 175,180 ---- } ! /* Search BUFFER for REGEXP. If matches are found, pass back the list of ! matches in MATCH_STATE. */ enum search_result regexp_search (char *regexp, int is_literal, int is_insensitive, *************** *** 202,205 **** --- 202,206 ---- regerror (result, &preg, buf, size); info_error (_("regexp error: %s"), buf); + free (buf); return search_invalid; } *************** *** 216,220 **** if (match_state->match_count == 0) ! return search_not_found; else return search_success; --- 217,224 ---- if (match_state->match_count == 0) ! { ! free_matches (match_state); ! return search_not_found; ! } else return search_success; Binary files texinfo-6.4/info/search.o and texinfo-6.5/info/search.o differ diff -Nrc2 texinfo-6.4/info/session.c texinfo-6.5/info/session.c *** texinfo-6.4/info/session.c 2017-05-24 07:58:15.000000000 +0100 --- texinfo-6.5/info/session.c 2017-07-06 19:49:26.000000000 +0100 *************** *** 1,4 **** /* session.c -- user windowing interface to Info. ! $Id: session.c 7812 2017-05-24 06:58:11Z gavin $ Copyright 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, --- 1,4 ---- /* session.c -- user windowing interface to Info. ! $Id: session.c 7907 2017-07-05 19:16:44Z gavin $ Copyright 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, *************** *** 3954,3961 **** if (result != search_success) ! { ! free_matches (&matches); ! return result; ! } if (node->flags & N_Simple) --- 3954,3958 ---- if (result != search_success) ! return result; if (node->flags & N_Simple) Binary files texinfo-6.4/info/session.o and texinfo-6.5/info/session.o differ Binary files texinfo-6.4/info/signals.o and texinfo-6.5/info/signals.o differ diff -Nrc2 texinfo-6.4/info/t/Init-inter.inc texinfo-6.5/info/t/Init-inter.inc *** texinfo-6.4/info/t/Init-inter.inc 2017-06-03 20:37:59.000000000 +0100 --- texinfo-6.5/info/t/Init-inter.inc 2017-07-09 16:00:10.000000000 +0100 *************** *** 52,57 **** TERM=vt100; export TERM - FINISHEDFIFO=t/`basename $0.finished` - # See cleanup in Init-test.inc. findprog stty && { STTY=stty ; reset_required=yes ; } --- 52,55 ---- *************** *** 95,155 **** run_ginfo () { ! rm -f $FINISHEDFIFO ! mkfifo $FINISHEDFIFO ! { # Close fd opened to control FIFO in subshell so pseudotty can exit ! # for an EOF. This prevents lingering processes if a test is ! # interrupted. ! exec 7>&- ; ! exec 8>$FINISHEDFIFO ; ! $GINFO $GINFO_OPTIONS "$@" ; ! test $? -eq 0 || echo failure >$FINISHEDFIFO ; ! echo finished >$FINISHEDFIFO ; } 0<>$PTS_DEVICE 1<&0 & ! SUBSHELL=$! ! exec 8<$FINISHEDFIFO ! ! # Although we don't write to the FIFO in this process, we still need ! # to open it for writing, because if the above subshell exits before ! # we read from it, we won't be able to open it - even though ! # "finished" is buffered. ! exec 9>$FINISHEDFIFO ! ! # Check for pgrep ! if findprog pgrep; then ! # Get the PID of the running ginfo process. Look for a process called ! # "ginfo" whose parent process is the subshell executed by the previous ! # command. ! echo 'Fetching PID of ginfo process under test...' >&2 ! GINFO_PID= ! ! # Try 3 times and then give up. The process may never have started, ! # have started under a different name, or have already exited. ! for i in 1 2 3; do ! GINFO_PID=`pgrep -P $SUBSHELL $GINFO_NAME ; \ ! test $? -eq 0 || test $? -eq 1 || exit 99` ! ! # This use of pgrep is likely not portable (works on procps). ! # Check if it is likely to have worked. ! ! # Exit status was anything other than 0 or 1 ! test $? -eq 99 && { GINFO_PID=unknown; break; } ! ! # More than one line in output ! echo $GINFO_PID | wc -l | grep '^0$\|^1$' >/dev/null \ ! || { GINFO_PID=unknown; break; } ! ! # Non-numeral characters present ! echo $GINFO_PID | grep -v '^[0-9]*$' >/dev/null ! test $? -eq 0 && { GINFO_PID=unknown; break; } ! ! GINFO_PID=`echo $GINFO_PID | tr -d '\n'` ! ! test "$GINFO_PID" = "" || break ! sleep 1 # Give subshell time to spawn ginfo process ! done ! test "$GINFO_PID" = "" && GINFO_PID=unknown ! echo ...$GINFO_PID >&2 ! else ! echo 'pgrep program not found - cannot get PID of ginfo process' >&2 ! GINFO_PID=unknown ! fi } --- 93,102 ---- run_ginfo () { ! sh -c " ! exec 7>&- ; # Close fd from parent shell ! ! (sleep 3 ; kill \$\$) & ! exec $GINFO $GINFO_OPTIONS $* 0<>$PTS_DEVICE 1<&0 ;" & ! ! GINFO_PID=$! } diff -Nrc2 texinfo-6.4/info/t/Init-test.inc texinfo-6.5/info/t/Init-test.inc *** texinfo-6.4/info/t/Init-test.inc 2017-06-18 13:54:41.000000000 +0100 --- texinfo-6.5/info/t/Init-test.inc 2017-06-26 21:28:04.000000000 +0100 *************** *** 1,3 **** ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,3 ---- ! # Copyright (C) 2014, 2015, 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 51,55 **** # Not an interactive test PTY_PID=0 - SUBSHELL=0 # Get error messages in English --- 51,54 ---- *************** *** 72,80 **** # Delete created files and kill spawned processes if any. test $PTY_PID -ne 0 && kill $PTY_PID - test $SUBSHELL -ne 0 && kill $SUBSHELL rm -f $GINFO_OUTPUT rm -f $PIPEIN $PTY_TYPE - rm -f $FINISHEDFIFO # We do this because some versions of ksh93 (including that in --- 71,77 ---- *************** *** 84,91 **** test $reset_required = yes && { $STTY | grep '[-]echo' ; } && $STTY sane - if test -n "$TIMED_OUT"; then - exit 1 - fi - #killall `basename $0` # see below exit $RETVAL --- 81,84 ---- *************** *** 97,98 **** --- 90,105 ---- #cleanup + timeout_test () + { + wait $GINFO_PID + status=$? + + RETVAL=0 + if test $status != 0; then + RETVAL=1 + fi + + # Program is gone, so avoid trying to kill it in cleanup + GINFO_PID=0 + } + diff -Nrc2 texinfo-6.4/info/t/Timeout-test.inc texinfo-6.5/info/t/Timeout-test.inc *** texinfo-6.4/info/t/Timeout-test.inc 2017-06-03 20:37:59.000000000 +0100 --- texinfo-6.5/info/t/Timeout-test.inc 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,75 **** - # Copyright (C) 2014, 2015 Free Software Foundation, Inc. - # - # This program is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 3, or (at your option) - # any later version. - # - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program. If not, see <http://www.gnu.org/licenses/>. - - # Shell script snippet. Wait for program to finish. - - # Not timed out yet - TIMED_OUT= - - # Attempt to test if "read -t" works. Under Solaris 10, read -t below - # should exit the subshell with an error exit status. Under some other - # shells the subshell will not exit but the "read -t" will have an exit - # status of 2, representing a syntax error. - status=0 - (read -t 0 ; test $? != 2 ; exit $?) - if test $? != 0; then - # skip test below - status=2 - fi - - # If that succeeded, now check that "read -t 0" has no output, which could - # be an error message. - if test $status != 2; then - (read -t 0 2>&1 ) | grep . - test $? = 0 && status=2 - fi - # This last test was needed under OpenBSD 5.5, where - # "read -t 0" has an exit status of 1, not 2 - - if test $status != 2; then - read -t 3 FINISHED <$FINISHEDFIFO - status=$? - fi - - RETVAL=0 - if test $status = 1; then - echo 'read -t failed - probably end-of-file' >&2 - RETVAL=1 - - elif test $status != 0 -a $status -le 128 ; then - # Exit status of 'read' should be 0 on a successful read, or - # greater than 128 if it timed out. - rm -f $FINISHEDFIFO - echo 'read -t not supported - test skipped' >&2 - RETVAL=77 - cleanup - elif test "$FINISHED" = failure; then - echo 'Program exited unsuccessfully' >&2 - RETVAL=1 - - elif test "$FINISHED" != finished; then - # Kill ginfo if we have its PID. Failing this, it will probably exit - # with an I/O error when pseudotty is killed in Cleanup.inc. - test "$GINFO_PID" != unknown && kill $GINFO_PID - - echo 'Program timed out after 3 seconds' >&2 - TIMED_OUT=1 - fi - - # Subshell is gone, so avoid trying to kill it in cleanup - SUBSHELL=0 - - rm -f $FINISHEDFIFO - --- 0 ---- diff -Nrc2 texinfo-6.4/info/t/adjust-anchors.sh texinfo-6.5/info/t/adjust-anchors.sh *** texinfo-6.4/info/t/adjust-anchors.sh 2015-06-05 16:47:04.000000000 +0100 --- texinfo-6.5/info/t/adjust-anchors.sh 2017-06-26 21:43:16.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 31,35 **** printf '\002\002\002\002\002\002\002\002\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 31,35 ---- printf '\002\002\002\002\002\002\002\002\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/all-only.sh texinfo-6.5/info/t/all-only.sh *** texinfo-6.4/info/t/all-only.sh 2015-01-30 01:49:27.000000000 +0000 --- texinfo-6.5/info/t/all-only.sh 2017-06-26 21:43:15.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 27,31 **** run_ginfo --all intera printf 'Dq' >$PTY_TYPE ! . $t/Timeout-test.inc grep '^File: intera.info, Node: Top' $GINFO_OUTPUT --- 27,31 ---- run_ginfo --all intera printf 'Dq' >$PTY_TYPE ! timeout_test grep '^File: intera.info, Node: Top' $GINFO_OUTPUT diff -Nrc2 texinfo-6.4/info/t/anchor-positions.sh texinfo-6.5/info/t/anchor-positions.sh *** texinfo-6.4/info/t/anchor-positions.sh 2015-01-30 01:49:46.000000000 +0000 --- texinfo-6.5/info/t/anchor-positions.sh 2017-06-26 21:43:20.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 25,29 **** printf q >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 25,29 ---- printf q >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/body-start.sh texinfo-6.5/info/t/body-start.sh *** texinfo-6.4/info/t/body-start.sh 2015-01-30 01:49:53.000000000 +0000 --- texinfo-6.5/info/t/body-start.sh 2017-06-26 21:43:21.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** printf 'sPotential match\r\rDq' >$PTY_TYPE & ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 23,27 ---- printf 'sPotential match\r\rDq' >$PTY_TYPE & ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/c-u-m-x-scroll-forward.sh texinfo-6.5/info/t/c-u-m-x-scroll-forward.sh *** texinfo-6.4/info/t/c-u-m-x-scroll-forward.sh 2016-01-13 12:32:36.000000000 +0000 --- texinfo-6.5/info/t/c-u-m-x-scroll-forward.sh 2017-07-01 15:31:46.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015, 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 29,33 **** COLUMNS=80; export COLUMNS ! run_ginfo -f intera -n 'Scroll four lines' # C-u M-x scroll-forward should scroll four lines, not four screens --- 29,33 ---- COLUMNS=80; export COLUMNS ! run_ginfo "-f intera -n 'Scroll four lines'" # C-u M-x scroll-forward should scroll four lines, not four screens *************** *** 35,39 **** printf '\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc # Return non-zero (test failure) if files differ --- 35,39 ---- printf '\rDq' >$PTY_TYPE ! timeout_test # Return non-zero (test failure) if files differ diff -Nrc2 texinfo-6.4/info/t/close-window-after-search.sh texinfo-6.5/info/t/close-window-after-search.sh *** texinfo-6.4/info/t/close-window-after-search.sh 2017-05-20 16:38:31.000000000 +0100 --- texinfo-6.5/info/t/close-window-after-search.sh 2017-06-26 21:43:26.000000000 +0100 *************** *** 25,29 **** printf '\0302sblah\r\0300q' >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 25,29 ---- printf '\0302sblah\r\0300q' >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/dir-3-menus.sh texinfo-6.5/info/t/dir-3-menus.sh *** texinfo-6.4/info/t/dir-3-menus.sh 2015-05-18 13:46:30.000000000 +0100 --- texinfo-6.5/info/t/dir-3-menus.sh 2017-06-26 21:43:27.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir-dangling-entry.sh texinfo-6.5/info/t/dir-dangling-entry.sh *** texinfo-6.4/info/t/dir-dangling-entry.sh 2016-10-12 19:31:57.000000000 +0100 --- texinfo-6.5/info/t/dir-dangling-entry.sh 2017-06-26 21:43:28.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir-entry-to-subdir.sh texinfo-6.5/info/t/dir-entry-to-subdir.sh *** texinfo-6.4/info/t/dir-entry-to-subdir.sh 2015-07-15 14:06:41.000000000 +0100 --- texinfo-6.5/info/t/dir-entry-to-subdir.sh 2017-06-26 21:43:29.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 22,26 **** run_ginfo subdir printf 'Dq' >$PTY_TYPE ! . $t/Timeout-test.inc cat $GINFO_OUTPUT --- 22,26 ---- run_ginfo subdir printf 'Dq' >$PTY_TYPE ! timeout_test cat $GINFO_OUTPUT diff -Nrc2 texinfo-6.4/info/t/dir-file-index.sh texinfo-6.5/info/t/dir-file-index.sh *** texinfo-6.4/info/t/dir-file-index.sh 2015-05-18 13:47:21.000000000 +0100 --- texinfo-6.5/info/t/dir-file-index.sh 2017-06-26 21:43:32.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir-file-menu.sh texinfo-6.5/info/t/dir-file-menu.sh *** texinfo-6.4/info/t/dir-file-menu.sh 2015-05-18 13:47:24.000000000 +0100 --- texinfo-6.5/info/t/dir-file-menu.sh 2017-06-26 21:43:32.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir-file-no-menu.sh texinfo-6.5/info/t/dir-file-no-menu.sh *** texinfo-6.4/info/t/dir-file-no-menu.sh 2015-05-18 13:47:27.000000000 +0100 --- texinfo-6.5/info/t/dir-file-no-menu.sh 2017-06-26 21:43:33.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir-file-node.sh texinfo-6.5/info/t/dir-file-node.sh *** texinfo-6.4/info/t/dir-file-node.sh 2015-05-18 13:47:34.000000000 +0100 --- texinfo-6.5/info/t/dir-file-node.sh 2017-06-26 21:43:34.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir-file-sloppily.sh texinfo-6.5/info/t/dir-file-sloppily.sh *** texinfo-6.4/info/t/dir-file-sloppily.sh 2015-05-18 13:47:40.000000000 +0100 --- texinfo-6.5/info/t/dir-file-sloppily.sh 2017-06-26 21:43:35.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir-file.sh texinfo-6.5/info/t/dir-file.sh *** texinfo-6.4/info/t/dir-file.sh 2015-05-18 13:47:43.000000000 +0100 --- texinfo-6.5/info/t/dir-file.sh 2017-06-26 21:43:36.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir-menus-sloppily.sh texinfo-6.5/info/t/dir-menus-sloppily.sh *** texinfo-6.4/info/t/dir-menus-sloppily.sh 2015-05-18 13:47:58.000000000 +0100 --- texinfo-6.5/info/t/dir-menus-sloppily.sh 2017-06-26 21:43:37.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir-merge.sh texinfo-6.5/info/t/dir-merge.sh *** texinfo-6.4/info/t/dir-merge.sh 2016-09-07 01:43:16.000000000 +0100 --- texinfo-6.5/info/t/dir-merge.sh 2017-06-26 21:43:37.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015, 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 25,29 **** printf q >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 25,29 ---- printf q >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/dir-no-file.sh texinfo-6.5/info/t/dir-no-file.sh *** texinfo-6.4/info/t/dir-no-file.sh 2015-05-18 13:50:01.000000000 +0100 --- texinfo-6.5/info/t/dir-no-file.sh 2017-06-26 21:43:38.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir-nondir.sh texinfo-6.5/info/t/dir-nondir.sh *** texinfo-6.4/info/t/dir-nondir.sh 2015-05-18 13:48:58.000000000 +0100 --- texinfo-6.5/info/t/dir-nondir.sh 2017-06-26 21:43:40.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/dir.sh texinfo-6.5/info/t/dir.sh *** texinfo-6.4/info/t/dir.sh 2015-05-18 13:49:48.000000000 +0100 --- texinfo-6.5/info/t/dir.sh 2017-06-26 21:43:45.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/empty-infopath.sh texinfo-6.5/info/t/empty-infopath.sh *** texinfo-6.4/info/t/empty-infopath.sh 2015-05-17 10:07:17.000000000 +0100 --- texinfo-6.5/info/t/empty-infopath.sh 2017-06-26 21:43:46.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 26,30 **** run_ginfo printf q >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 26,30 ---- run_ginfo printf q >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/empty.sh texinfo-6.5/info/t/empty.sh *** texinfo-6.4/info/t/empty.sh 2014-10-15 17:10:26.000000000 +0100 --- texinfo-6.5/info/t/empty.sh 2017-06-26 21:43:47.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/end-of-line.sh texinfo-6.5/info/t/end-of-line.sh *** texinfo-6.4/info/t/end-of-line.sh 2015-01-30 01:51:15.000000000 +0000 --- texinfo-6.5/info/t/end-of-line.sh 2017-06-26 21:43:48.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** printf '\x0e\x0e\x0e\x0e\x0e\x05\x0e\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 23,27 ---- printf '\x0e\x0e\x0e\x0e\x0e\x05\x0e\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/file-file-with-dot.sh texinfo-6.5/info/t/file-file-with-dot.sh *** texinfo-6.4/info/t/file-file-with-dot.sh 2015-05-18 13:48:46.000000000 +0100 --- texinfo-6.5/info/t/file-file-with-dot.sh 2017-06-26 21:43:49.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/file-index.sh texinfo-6.5/info/t/file-index.sh *** texinfo-6.4/info/t/file-index.sh 2015-01-14 20:24:14.000000000 +0000 --- texinfo-6.5/info/t/file-index.sh 2017-06-26 21:43:52.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/file-node-with-dot.sh texinfo-6.5/info/t/file-node-with-dot.sh *** texinfo-6.4/info/t/file-node-with-dot.sh 2015-01-14 20:24:14.000000000 +0000 --- texinfo-6.5/info/t/file-node-with-dot.sh 2017-06-26 21:43:53.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/file-node.sh texinfo-6.5/info/t/file-node.sh *** texinfo-6.4/info/t/file-node.sh 2015-01-14 20:24:14.000000000 +0000 --- texinfo-6.5/info/t/file-node.sh 2017-06-26 21:43:55.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/file-nodes.sh texinfo-6.5/info/t/file-nodes.sh *** texinfo-6.4/info/t/file-nodes.sh 2015-01-30 01:51:44.000000000 +0000 --- texinfo-6.5/info/t/file-nodes.sh 2017-06-26 21:43:55.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/file-relative-path.sh texinfo-6.5/info/t/file-relative-path.sh *** texinfo-6.4/info/t/file-relative-path.sh 2014-05-18 14:52:41.000000000 +0100 --- texinfo-6.5/info/t/file-relative-path.sh 2017-06-26 21:43:56.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/file.sh texinfo-6.5/info/t/file.sh *** texinfo-6.4/info/t/file.sh 2015-05-18 13:48:35.000000000 +0100 --- texinfo-6.5/info/t/file.sh 2017-06-26 21:43:57.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/gc-split.sh texinfo-6.5/info/t/gc-split.sh *** texinfo-6.4/info/t/gc-split.sh 2016-01-13 12:33:11.000000000 +0000 --- texinfo-6.5/info/t/gc-split.sh 2017-06-26 21:43:58.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015, 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 24,28 **** # chances of trying to access freed file contents. printf '\023aa\033[B\014q' >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 24,28 ---- # chances of trying to access freed file contents. printf '\023aa\033[B\014q' >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/goal-column.sh texinfo-6.5/info/t/goal-column.sh *** texinfo-6.4/info/t/goal-column.sh 2015-01-30 01:51:53.000000000 +0000 --- texinfo-6.5/info/t/goal-column.sh 2017-06-26 21:43:59.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 24,28 **** printf '\005\016\016\006\006' >$PTY_TYPE printf '\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc diff $GINFO_OUTPUT $t/node-target --- 24,28 ---- printf '\005\016\016\006\006' >$PTY_TYPE printf '\rDq' >$PTY_TYPE ! timeout_test diff $GINFO_OUTPUT $t/node-target diff -Nrc2 texinfo-6.4/info/t/goto-quoted.sh texinfo-6.5/info/t/goto-quoted.sh *** texinfo-6.4/info/t/goto-quoted.sh 2015-01-30 01:51:54.000000000 +0000 --- texinfo-6.5/info/t/goto-quoted.sh 2017-06-26 21:44:00.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** printf 'g\tColo\t\r\t\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 23,27 ---- printf 'g\tColo\t\r\t\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/inc-sea-bs.sh texinfo-6.5/info/t/inc-sea-bs.sh *** texinfo-6.4/info/t/inc-sea-bs.sh 1970-01-01 01:00:00.000000000 +0100 --- texinfo-6.5/info/t/inc-sea-bs.sh 2017-07-06 19:48:19.000000000 +0100 *************** *** 0 **** --- 1,32 ---- + #!/bin/sh + # Copyright (C) 2017 Free Software Foundation, Inc. + # + # This program is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License as published by + # the Free Software Foundation; either version 3, or (at your option) + # any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. + + srcdir=${srcdir:-.} + . $srcdir/t/Init-test.inc + . $t/Init-inter.inc + + run_ginfo -f intera -n Top + + # Do a incremental search and enter a single backslash. This is to + # test that it doesn't crash when the input is not valid. + printf '\023' >$PTY_TYPE + printf '\\\n' >$PTY_TYPE + printf q >$PTY_TYPE + + timeout_test + + cleanup + diff -Nrc2 texinfo-6.4/info/t/inc-sea-forward-nonregex.sh texinfo-6.5/info/t/inc-sea-forward-nonregex.sh *** texinfo-6.4/info/t/inc-sea-forward-nonregex.sh 2016-01-13 12:31:57.000000000 +0000 --- texinfo-6.5/info/t/inc-sea-forward-nonregex.sh 2017-06-26 21:44:04.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015, 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 28,32 **** printf '\023\023\023\r\006\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc # Return non-zero (test failure) if files differ --- 28,32 ---- printf '\023\023\023\r\006\rDq' >$PTY_TYPE ! timeout_test # Return non-zero (test failure) if files differ diff -Nrc2 texinfo-6.4/info/t/inc-sea-forward.sh texinfo-6.5/info/t/inc-sea-forward.sh *** texinfo-6.4/info/t/inc-sea-forward.sh 2016-01-13 12:32:54.000000000 +0000 --- texinfo-6.5/info/t/inc-sea-forward.sh 2017-06-26 21:44:04.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015, 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 28,32 **** printf '\023\023\023\r\006\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc # Return non-zero (test failure) if files differ --- 28,32 ---- printf '\023\023\023\r\006\rDq' >$PTY_TYPE ! timeout_test # Return non-zero (test failure) if files differ diff -Nrc2 texinfo-6.4/info/t/inc-sea-history.sh texinfo-6.5/info/t/inc-sea-history.sh *** texinfo-6.4/info/t/inc-sea-history.sh 2016-01-13 12:32:59.000000000 +0000 --- texinfo-6.5/info/t/inc-sea-history.sh 2017-06-26 21:44:05.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015, 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 31,35 **** printf 'lDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test $RETVAL = 0; then --- 31,35 ---- printf 'lDq' >$PTY_TYPE ! timeout_test if test $RETVAL = 0; then diff -Nrc2 texinfo-6.4/info/t/inc-sea-insensitive.sh texinfo-6.5/info/t/inc-sea-insensitive.sh *** texinfo-6.4/info/t/inc-sea-insensitive.sh 2016-01-13 12:33:06.000000000 +0000 --- texinfo-6.5/info/t/inc-sea-insensitive.sh 2017-07-01 15:32:25.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015, 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 19,23 **** . $t/Init-inter.inc ! run_ginfo -f intera -n 'Incremental search case-insensitive' # Search for "match" with incremental search, adding an upper-case character --- 19,23 ---- . $t/Init-inter.inc ! run_ginfo "-f intera -n 'Incremental search case-insensitive'" # Search for "match" with incremental search, adding an upper-case character *************** *** 27,31 **** printf '\023\023\r\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc # Return non-zero (test failure) if files differ --- 27,31 ---- printf '\023\023\r\rDq' >$PTY_TYPE ! timeout_test # Return non-zero (test failure) if files differ diff -Nrc2 texinfo-6.4/info/t/index-apropos.sh texinfo-6.5/info/t/index-apropos.sh *** texinfo-6.4/info/t/index-apropos.sh 2015-09-30 14:20:23.000000000 +0100 --- texinfo-6.5/info/t/index-apropos.sh 2017-06-26 21:44:06.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 29,33 **** # C-g leads typeahead to be discarded so it would not be reliable. ! . $t/Timeout-test.inc cleanup --- 29,33 ---- # C-g leads typeahead to be discarded so it would not be reliable. ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/index-completing.sh texinfo-6.5/info/t/index-completing.sh *** texinfo-6.4/info/t/index-completing.sh 2015-01-30 01:52:07.000000000 +0000 --- texinfo-6.5/info/t/index-completing.sh 2017-06-26 21:44:07.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 22,26 **** # Check that pressing tab to complete works for index search printf 'i\t\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc grep '^Node: Node 2' $GINFO_OUTPUT --- 22,26 ---- # Check that pressing tab to complete works for index search printf 'i\t\rDq' >$PTY_TYPE ! timeout_test grep '^Node: Node 2' $GINFO_OUTPUT diff -Nrc2 texinfo-6.4/info/t/index-long-nodeline.sh texinfo-6.5/info/t/index-long-nodeline.sh *** texinfo-6.4/info/t/index-long-nodeline.sh 2015-01-30 01:52:09.000000000 +0000 --- texinfo-6.5/info/t/index-long-nodeline.sh 2017-06-26 21:44:08.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** # don't match logical lines. printf 'gIndex\r\t\t\r\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 23,27 ---- # don't match logical lines. printf 'gIndex\r\t\t\r\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/index-search.sh texinfo-6.5/info/t/index-search.sh *** texinfo-6.4/info/t/index-search.sh 2015-01-30 01:52:11.000000000 +0000 --- texinfo-6.5/info/t/index-search.sh 2017-06-26 21:44:09.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 24,28 **** printf 'Ibc\r\016\016\016\016\016\016\016\016\016\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc # Return non-zero (test failure) if files differ --- 24,28 ---- printf 'Ibc\r\016\016\016\016\016\016\016\016\016\rDq' >$PTY_TYPE ! timeout_test # Return non-zero (test failure) if files differ diff -Nrc2 texinfo-6.4/info/t/index.sh texinfo-6.5/info/t/index.sh *** texinfo-6.4/info/t/index.sh 2015-01-30 01:52:12.000000000 +0000 --- texinfo-6.5/info/t/index.sh 2017-06-26 21:44:10.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** printf 'iabc\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 23,27 ---- printf 'iabc\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then Binary files texinfo-6.4/info/t/infodir/intera.info and texinfo-6.5/info/t/infodir/intera.info differ diff -Nrc2 texinfo-6.4/info/t/infodir/malformed-split.info texinfo-6.5/info/t/infodir/malformed-split.info *** texinfo-6.4/info/t/infodir/malformed-split.info 1970-01-01 01:00:00.000000000 +0100 --- texinfo-6.5/info/t/infodir/malformed-split.info 2017-07-09 15:55:26.000000000 +0100 *************** *** 0 **** --- 1,4 ---- +  + Indirect: + split-1: 1000 + split-10: 2000 diff -Nrc2 texinfo-6.4/info/t/infodir/subfile-initial-match-1 texinfo-6.5/info/t/infodir/subfile-initial-match-1 *** texinfo-6.4/info/t/infodir/subfile-initial-match-1 1970-01-01 01:00:00.000000000 +0100 --- texinfo-6.5/info/t/infodir/subfile-initial-match-1 2017-07-09 19:02:39.000000000 +0100 *************** *** 0 **** --- 1,4 ---- +  + Node: One + + This is node one. diff -Nrc2 texinfo-6.4/info/t/infodir/subfile-initial-match-10 texinfo-6.5/info/t/infodir/subfile-initial-match-10 *** texinfo-6.4/info/t/infodir/subfile-initial-match-10 1970-01-01 01:00:00.000000000 +0100 --- texinfo-6.5/info/t/infodir/subfile-initial-match-10 2017-07-09 19:02:39.000000000 +0100 *************** *** 0 **** --- 1,4 ---- +  + Node: Two + + This is node two. diff -Nrc2 texinfo-6.4/info/t/infodir/subfile-initial-match.info texinfo-6.5/info/t/infodir/subfile-initial-match.info *** texinfo-6.4/info/t/infodir/subfile-initial-match.info 1970-01-01 01:00:00.000000000 +0100 --- texinfo-6.5/info/t/infodir/subfile-initial-match.info 2017-07-09 19:09:25.000000000 +0100 *************** *** 0 **** --- 1,11 ---- +  + Indirect: + subfile-initial-match-1: 1000 + subfile-initial-match-10: 2000 +  + Tag Table: + (Indirect) + Node: One1000 + Node: Two2000 +  + End Tag Table diff -Nrc2 texinfo-6.4/info/t/last-no-history.sh texinfo-6.5/info/t/last-no-history.sh *** texinfo-6.4/info/t/last-no-history.sh 2015-03-03 15:18:23.000000000 +0000 --- texinfo-6.5/info/t/last-no-history.sh 2017-06-26 21:44:10.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** # Try to go back in history when there is no earlier node printf lq >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 23,27 ---- # Try to go back in history when there is no earlier node printf lq >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/last-node-not-top-level.sh texinfo-6.5/info/t/last-node-not-top-level.sh *** texinfo-6.4/info/t/last-node-not-top-level.sh 2015-01-30 01:52:15.000000000 +0000 --- texinfo-6.5/info/t/last-node-not-top-level.sh 2017-06-26 21:44:11.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** # Wrap round to top node when last node does not have Top as Up printf ']]]Dq' >$PTY_TYPE ! . $t/Timeout-test.inc grep 'Node: Top' $GINFO_OUTPUT --- 23,27 ---- # Wrap round to top node when last node does not have Top as Up printf ']]]Dq' >$PTY_TYPE ! timeout_test grep 'Node: Top' $GINFO_OUTPUT diff -Nrc2 texinfo-6.4/info/t/malformed-split.sh texinfo-6.5/info/t/malformed-split.sh *** texinfo-6.4/info/t/malformed-split.sh 1970-01-01 01:00:00.000000000 +0100 --- texinfo-6.5/info/t/malformed-split.sh 2017-07-09 16:11:45.000000000 +0100 *************** *** 0 **** --- 1,28 ---- + #!/bin/sh + # Copyright (C) 2017 Free Software Foundation, Inc. + # + # This program is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License as published by + # the Free Software Foundation; either version 3, or (at your option) + # any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. + + srcdir=${srcdir:-.} + . $srcdir/t/Init-test.inc + . $t/Init-inter.inc + + # Load a split file with a malformed or missing tag table. + + run_ginfo --file malformed-split --node Two + printf q >$PTY_TYPE + + timeout_test + + cleanup diff -Nrc2 texinfo-6.4/info/t/menu-sequence.sh texinfo-6.5/info/t/menu-sequence.sh *** texinfo-6.4/info/t/menu-sequence.sh 2015-01-30 01:52:16.000000000 +0000 --- texinfo-6.5/info/t/menu-sequence.sh 2017-06-26 21:44:12.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 22,26 **** # M-x menu-sequence printf '\033xmenu-sequence\rfile-menu,first,no,nod\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 22,26 ---- # M-x menu-sequence printf '\033xmenu-sequence\rfile-menu,first,no,nod\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/next-quoted.sh texinfo-6.5/info/t/next-quoted.sh *** texinfo-6.4/info/t/next-quoted.sh 2015-03-03 15:18:50.000000000 +0000 --- texinfo-6.5/info/t/next-quoted.sh 2017-06-26 21:44:14.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 22,26 **** # Go to a node with colons and commas in its name with "n" printf 'n\t\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 22,26 ---- # Go to a node with colons and commas in its name with "n" printf 'n\t\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/no-file.sh texinfo-6.5/info/t/no-file.sh *** texinfo-6.4/info/t/no-file.sh 2014-05-18 14:36:26.000000000 +0100 --- texinfo-6.5/info/t/no-file.sh 2017-06-26 21:44:15.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/no-index.sh texinfo-6.5/info/t/no-index.sh *** texinfo-6.4/info/t/no-index.sh 2015-01-30 01:52:25.000000000 +0000 --- texinfo-6.5/info/t/no-index.sh 2017-06-26 21:44:16.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 22,26 **** # Try to search in the indices when there aren't any printf 'ia\rq' >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 22,26 ---- # Try to search in the indices when there aren't any printf 'ia\rq' >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/node-no-file.sh texinfo-6.5/info/t/node-no-file.sh *** texinfo-6.4/info/t/node-no-file.sh 2016-09-07 01:43:16.000000000 +0100 --- texinfo-6.5/info/t/node-no-file.sh 2017-06-26 21:44:17.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/quoted-label-and-target.sh texinfo-6.5/info/t/quoted-label-and-target.sh *** texinfo-6.4/info/t/quoted-label-and-target.sh 2015-03-03 15:21:53.000000000 +0000 --- texinfo-6.5/info/t/quoted-label-and-target.sh 2017-06-26 21:44:17.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** # Follow a cross-reference with both the label and destination quoted. printf '\t\t\t\r\t\rDq' >$PTY_TYPE & ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 23,27 ---- # Follow a cross-reference with both the label and destination quoted. printf '\t\t\t\r\t\rDq' >$PTY_TYPE & ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/quoted-label-as-target.sh texinfo-6.5/info/t/quoted-label-as-target.sh *** texinfo-6.4/info/t/quoted-label-as-target.sh 2015-03-03 15:17:19.000000000 +0000 --- texinfo-6.5/info/t/quoted-label-as-target.sh 2017-06-26 21:44:18.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 22,26 **** # Follow a cross-reference to a node with colons and commas in its name printf '\t\r\t\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 22,26 ---- # Follow a cross-reference to a node with colons and commas in its name printf '\t\r\t\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/quoted-manual-in-label.sh texinfo-6.5/info/t/quoted-manual-in-label.sh *** texinfo-6.4/info/t/quoted-manual-in-label.sh 2015-07-23 11:54:53.000000000 +0100 --- texinfo-6.5/info/t/quoted-manual-in-label.sh 2017-06-26 21:44:19.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 22,26 **** # Follow a cross-reference with a manual and quoted nodename in the label. printf '\t\t\t\t\t\r\t\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 22,26 ---- # Follow a cross-reference with a manual and quoted nodename in the label. printf '\t\t\t\t\t\r\t\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/quoted-manual-in-target.sh texinfo-6.5/info/t/quoted-manual-in-target.sh *** texinfo-6.4/info/t/quoted-manual-in-target.sh 2015-07-23 11:56:59.000000000 +0100 --- texinfo-6.5/info/t/quoted-manual-in-target.sh 2017-06-26 21:44:20.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** # after the colon. printf '\t\t\t\t\r\t\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 23,27 ---- # after the colon. printf '\t\t\t\t\r\t\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/quoted-target.sh texinfo-6.5/info/t/quoted-target.sh *** texinfo-6.4/info/t/quoted-target.sh 2015-03-03 15:21:27.000000000 +0000 --- texinfo-6.5/info/t/quoted-target.sh 2017-06-26 21:44:21.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 22,26 **** # Follow a cross-reference to a node with colons and commas in its name printf '\t\t\r\t\r\Dq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 22,26 ---- # Follow a cross-reference to a node with colons and commas in its name printf '\t\t\r\t\r\Dq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/relative-path.sh texinfo-6.5/info/t/relative-path.sh *** texinfo-6.4/info/t/relative-path.sh 2014-05-18 14:37:28.000000000 +0100 --- texinfo-6.5/info/t/relative-path.sh 2017-06-26 21:44:22.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/relative-reference.sh texinfo-6.5/info/t/relative-reference.sh *** texinfo-6.4/info/t/relative-reference.sh 2016-01-30 12:02:32.000000000 +0000 --- texinfo-6.5/info/t/relative-reference.sh 2017-06-26 21:44:22.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 26,30 **** printf '\030o\0301\t\t\t\rq' >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 26,30 ---- printf '\030o\0301\t\t\t\rq' >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/replace-viewed.sh texinfo-6.5/info/t/replace-viewed.sh *** texinfo-6.4/info/t/replace-viewed.sh 2017-05-20 15:36:47.000000000 +0100 --- texinfo-6.5/info/t/replace-viewed.sh 2017-06-26 21:44:23.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 46,50 **** rm -f t/replace-viewed.info ! . $t/Timeout-test.inc cleanup --- 46,50 ---- rm -f t/replace-viewed.info ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/resize-in-completions.sh texinfo-6.5/info/t/resize-in-completions.sh *** texinfo-6.4/info/t/resize-in-completions.sh 2015-06-06 15:11:40.000000000 +0100 --- texinfo-6.5/info/t/resize-in-completions.sh 2017-06-26 21:44:24.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 35,39 **** fi ! . $t/Timeout-test.inc cleanup --- 35,39 ---- fi ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/search-after-tag.sh texinfo-6.5/info/t/search-after-tag.sh *** texinfo-6.4/info/t/search-after-tag.sh 2015-01-30 01:52:56.000000000 +0000 --- texinfo-6.5/info/t/search-after-tag.sh 2017-06-26 21:44:25.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** printf '/match\r\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 23,27 ---- printf '/match\r\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/search-empty.sh texinfo-6.5/info/t/search-empty.sh *** texinfo-6.4/info/t/search-empty.sh 2015-01-30 01:52:58.000000000 +0000 --- texinfo-6.5/info/t/search-empty.sh 2017-06-26 21:44:25.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** printf 's\rq' >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 23,27 ---- printf 's\rq' >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/search-skip-screen.sh texinfo-6.5/info/t/search-skip-screen.sh *** texinfo-6.4/info/t/search-skip-screen.sh 2015-01-30 01:52:59.000000000 +0000 --- texinfo-6.5/info/t/search-skip-screen.sh 2017-06-26 21:44:26.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 24,28 **** printf 'smatch\r}{Dq' >$PTY_TYPE ! . $t/Timeout-test.inc # Check we went back to the right node. --- 24,28 ---- printf 'smatch\r}{Dq' >$PTY_TYPE ! timeout_test # Check we went back to the right node. diff -Nrc2 texinfo-6.4/info/t/search-split-after-index.sh texinfo-6.5/info/t/search-split-after-index.sh *** texinfo-6.4/info/t/search-split-after-index.sh 2016-09-07 01:43:16.000000000 +0100 --- texinfo-6.5/info/t/search-split-after-index.sh 2017-07-01 15:33:23.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2016, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 21,28 **** # Search for text in a split file after loading an index entry from the # command-line. ! run_ginfo -f split 'Link to node' printf '/node\r}}}}}q' >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 21,28 ---- # Search for text in a split file after loading an index entry from the # command-line. ! run_ginfo "-f split 'Link to node'" printf '/node\r}}}}}q' >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/spec-file-node.sh texinfo-6.5/info/t/spec-file-node.sh *** texinfo-6.4/info/t/spec-file-node.sh 2014-10-13 19:38:35.000000000 +0100 --- texinfo-6.5/info/t/spec-file-node.sh 2017-06-26 21:44:28.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/spec-menu.sh texinfo-6.5/info/t/spec-menu.sh *** texinfo-6.4/info/t/spec-menu.sh 2014-10-13 19:42:53.000000000 +0100 --- texinfo-6.5/info/t/spec-menu.sh 2017-06-26 21:44:28.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/spec-no-node.sh texinfo-6.5/info/t/spec-no-node.sh *** texinfo-6.4/info/t/spec-no-node.sh 2014-10-13 19:37:20.000000000 +0100 --- texinfo-6.5/info/t/spec-no-node.sh 2017-06-26 21:44:29.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/split-file-menu.sh texinfo-6.5/info/t/split-file-menu.sh *** texinfo-6.4/info/t/split-file-menu.sh 2015-01-30 01:53:06.000000000 +0000 --- texinfo-6.5/info/t/split-file-menu.sh 2017-06-26 21:44:30.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 25,29 **** # that we are in a split file by going back to "Top" with "t". printf tDq >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 25,29 ---- # that we are in a split file by going back to "Top" with "t". printf tDq >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/split-footnotes.sh texinfo-6.5/info/t/split-footnotes.sh *** texinfo-6.4/info/t/split-footnotes.sh 2015-09-30 14:24:12.000000000 +0100 --- texinfo-6.5/info/t/split-footnotes.sh 2017-07-01 15:33:49.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 19,26 **** . $t/Init-inter.inc ! run_ginfo -f intera -n 'Node with footnotes' -v automatic-footnotes=On # Move to automatic footnotes window and split it. Check we don't crash. printf '\030o\0302qqqq' >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 19,26 ---- . $t/Init-inter.inc ! run_ginfo "-f intera -n 'Node with footnotes' -v automatic-footnotes=On" # Move to automatic footnotes window and split it. Check we don't crash. printf '\030o\0302qqqq' >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/split-index.sh texinfo-6.5/info/t/split-index.sh *** texinfo-6.4/info/t/split-index.sh 2015-01-30 01:53:11.000000000 +0000 --- texinfo-6.5/info/t/split-index.sh 2017-06-26 21:44:32.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** run_ginfo -f split printf 'ientry text\r\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 23,27 ---- run_ginfo -f split printf 'ientry text\r\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/split.sh texinfo-6.5/info/t/split.sh *** texinfo-6.4/info/t/split.sh 2014-05-18 14:37:51.000000000 +0100 --- texinfo-6.5/info/t/split.sh 2017-06-26 21:44:33.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/star-note-non-whitespace.sh texinfo-6.5/info/t/star-note-non-whitespace.sh *** texinfo-6.4/info/t/star-note-non-whitespace.sh 2015-01-30 01:53:15.000000000 +0000 --- texinfo-6.5/info/t/star-note-non-whitespace.sh 2017-07-01 15:34:00.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 19,23 **** . $t/Init-inter.inc ! run_ginfo -f intera -n 'Star note non-whitespace' # Check that "*note" is not interpreted as a cross-reference marker if --- 19,23 ---- . $t/Init-inter.inc ! run_ginfo "-f intera -n 'Star note non-whitespace'" # Check that "*note" is not interpreted as a cross-reference marker if *************** *** 25,29 **** printf '\t\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc # Return non-zero (test failure) if files differ --- 25,29 ---- printf '\t\rDq' >$PTY_TYPE ! timeout_test # Return non-zero (test failure) if files differ diff -Nrc2 texinfo-6.4/info/t/tab-argument.sh texinfo-6.5/info/t/tab-argument.sh *** texinfo-6.4/info/t/tab-argument.sh 2015-01-30 01:53:18.000000000 +0000 --- texinfo-6.5/info/t/tab-argument.sh 2017-07-01 15:34:06.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 19,26 **** . $t/Init-inter.inc ! run_ginfo -f intera -n 'Argument to tab' # C-u 2 TAB to go to second link printf '\0252\t\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc diff $GINFO_OUTPUT $t/node-target --- 19,26 ---- . $t/Init-inter.inc ! run_ginfo "-f intera -n 'Argument to tab'" # C-u 2 TAB to go to second link printf '\0252\t\rDq' >$PTY_TYPE ! timeout_test diff $GINFO_OUTPUT $t/node-target diff -Nrc2 texinfo-6.4/info/t/tab-no-xref.sh texinfo-6.5/info/t/tab-no-xref.sh *** texinfo-6.4/info/t/tab-no-xref.sh 2015-02-21 10:00:16.000000000 +0000 --- texinfo-6.5/info/t/tab-no-xref.sh 2017-06-26 21:44:35.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** # doesn't cause an infinite loop printf '\tq' >$PTY_TYPE ! . $t/Timeout-test.inc cleanup --- 23,27 ---- # doesn't cause an infinite loop printf '\tq' >$PTY_TYPE ! timeout_test cleanup diff -Nrc2 texinfo-6.4/info/t/tab-skip-node.sh texinfo-6.5/info/t/tab-skip-node.sh *** texinfo-6.4/info/t/tab-skip-node.sh 2015-02-21 12:13:53.000000000 +0000 --- texinfo-6.5/info/t/tab-skip-node.sh 2017-06-26 21:44:35.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 25,29 **** # skipped node. printf '\t\t\tlDq' >$PTY_TYPE ! . $t/Timeout-test.inc grep 'Node: Top' $GINFO_OUTPUT --- 25,29 ---- # skipped node. printf '\t\t\tlDq' >$PTY_TYPE ! timeout_test grep 'Node: Top' $GINFO_OUTPUT diff -Nrc2 texinfo-6.4/info/t/tab.sh texinfo-6.5/info/t/tab.sh *** texinfo-6.4/info/t/tab.sh 2015-03-03 16:35:08.000000000 +0000 --- texinfo-6.5/info/t/tab.sh 2017-06-26 21:44:36.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014, 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 22,26 **** # Tab to first link and follow it printf '\t\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 22,26 ---- # Tab to first link and follow it printf '\t\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then diff -Nrc2 texinfo-6.4/info/t/where-dir-file.sh texinfo-6.5/info/t/where-dir-file.sh *** texinfo-6.4/info/t/where-dir-file.sh 2014-05-18 14:57:12.000000000 +0100 --- texinfo-6.5/info/t/where-dir-file.sh 2017-06-26 21:44:36.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff -Nrc2 texinfo-6.4/info/t/window-split-dir.sh texinfo-6.5/info/t/window-split-dir.sh *** texinfo-6.4/info/t/window-split-dir.sh 2015-07-14 13:42:33.000000000 +0100 --- texinfo-6.5/info/t/window-split-dir.sh 2017-06-26 21:44:37.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2014, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** # Split it in two, go to the new window, and make it the only window. printf '\0302\030o\0301Dq' >$PTY_TYPE ! . $t/Timeout-test.inc grep '^File: dir' $GINFO_OUTPUT --- 23,27 ---- # Split it in two, go to the new window, and make it the only window. printf '\0302\030o\0301Dq' >$PTY_TYPE ! timeout_test grep '^File: dir' $GINFO_OUTPUT diff -Nrc2 texinfo-6.4/info/t/xref-across-lines-2.sh texinfo-6.5/info/t/xref-across-lines-2.sh *** texinfo-6.4/info/t/xref-across-lines-2.sh 1970-01-01 01:00:00.000000000 +0100 --- texinfo-6.5/info/t/xref-across-lines-2.sh 2017-07-01 15:30:20.000000000 +0100 *************** *** 0 **** --- 1,28 ---- + #!/bin/sh + # Copyright (C) 2017 Free Software Foundation, Inc. + # + # This program is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License as published by + # the Free Software Foundation; either version 3, or (at your option) + # any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. + + srcdir=${srcdir:-.} + . $srcdir/t/Init-test.inc + . $t/Init-inter.inc + + run_ginfo '-f intera -n "Xref target crosses lines 2"' + printf '\t\rDq' >$PTY_TYPE + timeout_test + + grep 'Node: target node two' $GINFO_OUTPUT + RETVAL=$? + + cleanup diff -Nrc2 texinfo-6.4/info/t/xref-across-lines.sh texinfo-6.5/info/t/xref-across-lines.sh *** texinfo-6.4/info/t/xref-across-lines.sh 2015-08-12 21:33:16.000000000 +0100 --- texinfo-6.5/info/t/xref-across-lines.sh 2017-07-01 15:34:27.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 19,25 **** . $t/Init-inter.inc ! run_ginfo -f intera -n 'Xref target crosses lines' printf '\t\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc diff $GINFO_OUTPUT $t/node-target --- 19,25 ---- . $t/Init-inter.inc ! run_ginfo "-f intera -n 'Xref target crosses lines'" printf '\t\rDq' >$PTY_TYPE ! timeout_test diff $GINFO_OUTPUT $t/node-target diff -Nrc2 texinfo-6.4/info/t/xref-to-anchor.sh texinfo-6.5/info/t/xref-to-anchor.sh *** texinfo-6.4/info/t/xref-to-anchor.sh 2015-07-14 13:02:25.000000000 +0100 --- texinfo-6.5/info/t/xref-to-anchor.sh 2017-06-26 21:44:38.000000000 +0100 *************** *** 1,4 **** #!/bin/sh ! # Copyright (C) 2015 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,4 ---- #!/bin/sh ! # Copyright (C) 2015, 2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 26,30 **** printf '\6\6\rDq' >$PTY_TYPE ! . $t/Timeout-test.inc if test ! -f $GINFO_OUTPUT; then --- 26,30 ---- printf '\6\6\rDq' >$PTY_TYPE ! timeout_test if test ! -f $GINFO_OUTPUT; then Binary files texinfo-6.4/info/tag.o and texinfo-6.5/info/tag.o differ Binary files texinfo-6.4/info/terminal.o and texinfo-6.5/info/terminal.o differ Binary files texinfo-6.4/info/tilde.o and texinfo-6.5/info/tilde.o differ Binary files texinfo-6.4/info/variables.o and texinfo-6.5/info/variables.o differ Binary files texinfo-6.4/info/window.o and texinfo-6.5/info/window.o differ diff -Nrc2 texinfo-6.4/install-info/.deps/install-info.Po texinfo-6.5/install-info/.deps/install-info.Po *** texinfo-6.4/install-info/.deps/install-info.Po 2017-07-03 17:45:46.000000000 +0100 --- texinfo-6.5/install-info/.deps/install-info.Po 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,242 **** - install-info.o: install-info.c /usr/include/stdc-predef.h ../system.h \ - ../config.h /usr/include/locale.h /usr/include/features.h \ - /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ - ../gnulib/lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/locale.h /usr/include/xlocale.h ../gnulib/lib/stdio.h \ - /usr/include/stdio.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h ../gnulib/lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/bits/stdio.h ../gnulib/lib/sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h ../gnulib/lib/stdlib.h \ - /usr/include/stdlib.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h ../gnulib/lib/alloca.h \ - /usr/include/bits/stdlib-float.h ../gnulib/lib/string.h \ - /usr/include/string.h /usr/include/bits/string.h \ - /usr/include/bits/string2.h /usr/include/ctype.h /usr/include/getopt.h \ - ../gnulib/lib/unistd.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h ../gnulib/lib/gettext.h \ - /usr/include/libintl.h ../gnulib/lib/mbchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/bits/timex.h /usr/include/bits/wchar.h \ - ../gnulib/lib/wctype.h /usr/include/wctype.h ../gnulib/lib/mbiter.h \ - /usr/include/assert.h ../gnulib/lib/mbchar.h ../gnulib/lib/mbswidth.h \ - ../gnulib/lib/xalloc.h ../gnulib/lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h ../gnulib/lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - ../gnulib/lib/xalloc-oversized.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/sys/file.h /usr/include/fcntl.h \ - /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ - /usr/include/bits/uio.h /usr/include/pwd.h ../gnulib/lib/regex.h \ - /usr/include/argz.h - - /usr/include/stdc-predef.h: - - ../system.h: - - ../config.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - ../gnulib/lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - ../gnulib/lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - ../gnulib/lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - ../gnulib/lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - ../gnulib/lib/stdlib.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - ../gnulib/lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - ../gnulib/lib/string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/ctype.h: - - /usr/include/getopt.h: - - ../gnulib/lib/unistd.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - ../gnulib/lib/gettext.h: - - /usr/include/libintl.h: - - ../gnulib/lib/mbchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/bits/timex.h: - - /usr/include/bits/wchar.h: - - ../gnulib/lib/wctype.h: - - /usr/include/wctype.h: - - ../gnulib/lib/mbiter.h: - - /usr/include/assert.h: - - ../gnulib/lib/mbchar.h: - - ../gnulib/lib/mbswidth.h: - - ../gnulib/lib/xalloc.h: - - ../gnulib/lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - ../gnulib/lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - ../gnulib/lib/xalloc-oversized.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/include/bits/uio.h: - - /usr/include/pwd.h: - - ../gnulib/lib/regex.h: - - /usr/include/argz.h: --- 0 ---- diff -Nrc2 texinfo-6.4/install-info/Makefile texinfo-6.5/install-info/Makefile *** texinfo-6.4/install-info/Makefile 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/install-info/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1560 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # install-info/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # $Id: Makefile.am 6906 2016-01-01 18:33:45Z karl $ - # Makefile.am for texinfo/install-info. - # - # Copyright 2008, 2009, 2010, 2012, 2013, 2015, 2016 - # Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - bin_PROGRAMS = ginstall-info$(EXEEXT) - subdir = install-info - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_bin_SCRIPTS_DIST) \ - $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" - PROGRAMS = $(bin_PROGRAMS) - am_ginstall_info_OBJECTS = install-info.$(OBJEXT) - ginstall_info_OBJECTS = $(am_ginstall_info_OBJECTS) - ginstall_info_LDADD = $(LDADD) - am__DEPENDENCIES_1 = - ginstall_info_DEPENDENCIES = $(top_builddir)/gnulib/lib/libgnu.a \ - $(am__DEPENDENCIES_1) - am__dist_bin_SCRIPTS_DIST = ginstall-info.exe.manifest - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; - am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; - am__install_max = 40 - am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` - am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" - am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } - SCRIPTS = $(dist_bin_SCRIPTS) - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I. -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp - am__depfiles_maybe = depfiles - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - AM_V_CC = $(am__v_CC_$(V)) - am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) - am__v_CC_0 = @echo " CC " $@; - am__v_CC_1 = - CCLD = $(CC) - LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ - AM_V_CCLD = $(am__v_CCLD_$(V)) - am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = - SOURCES = $(ginstall_info_SOURCES) - DIST_SOURCES = $(ginstall_info_SOURCES) - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ - install-exec-recursive install-html-recursive \ - install-info-recursive install-pdf-recursive \ - install-ps-recursive install-recursive installcheck-recursive \ - installdirs-recursive pdf-recursive ps-recursive \ - tags-recursive uninstall-recursive - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive - am__recursive_targets = \ - $(RECURSIVE_TARGETS) \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is - # *not* preserved. - am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ - ' - # Make sure the list of sources is unique. This is necessary because, - # e.g., the same source file might be shared among _SOURCES variables - # for different programs/libraries. - am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` - ETAGS = etags - CTAGS = ctags - DIST_SUBDIRS = $(SUBDIRS) - am__DIST_COMMON = $(srcdir)/Makefile.in \ - $(top_srcdir)/build-aux/depcomp README - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" - pkglibexecdir = ${libexecdir}/${PACKAGE} - - # Transform `ginstall-info' to `install-info' before applying any - # user-specified name transformations. - transform = s/ginstall-info/install-info/; $(program_transform_name) - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing makeinfo - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h> - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h> - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = <stddef.h> - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h> - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h> - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h> - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = <strings.h> - NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h> - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h> - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h> - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h> - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = <wctype.h> - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = <getopt.h> - NEXT_LANGINFO_H = - NEXT_LIMITS_H = <limits.h> - NEXT_LOCALE_H = - NEXT_STDARG_H = <stdarg.h> - NEXT_STDDEF_H = <stddef.h> - NEXT_STDINT_H = <stdint.h> - NEXT_STDIO_H = <stdio.h> - NEXT_STDLIB_H = <stdlib.h> - NEXT_STRINGS_H = <strings.h> - NEXT_STRING_H = <string.h> - NEXT_SYS_TYPES_H = <sys/types.h> - NEXT_UNISTD_H = <unistd.h> - NEXT_WCHAR_H = <wchar.h> - NEXT_WCTYPE_H = <wctype.h> - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/install-info - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/install-info - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = $(datadir)/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../ - top_builddir = .. - top_srcdir = .. - SUBDIRS = . tests - w32_script = ginstall-info.exe.manifest - #dist_bin_SCRIPTS = $(w32_script) - - # Use `ginstall-info' in the definition of PROGRAMS and in dependencies - # because automake generates an install-info target in every Makefile - # (this is easier than changing Automake.) - ginstall_info_SOURCES = install-info.c - AM_CPPFLAGS = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/gnulib/lib \ - -I$(top_builddir)/gnulib/lib \ - -DLOCALEDIR=\"$(localedir)\" - - LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(LIBINTL) - all: all-recursive - - .SUFFIXES: - .SUFFIXES: .c .o .obj - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu install-info/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu install-info/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do echo "$$p $$p"; done | \ - sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p \ - ; then echo "$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n;h' \ - -e 's|.*|.|' \ - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ - sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) files[d] = files[d] " " $$1; \ - else { print "f", $$3 "/" $$4, $$1; } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - - uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' \ - `; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(bindir)" && rm -f $$files - - clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) - - ginstall-info$(EXEEXT): $(ginstall_info_OBJECTS) $(ginstall_info_DEPENDENCIES) $(EXTRA_ginstall_info_DEPENDENCIES) - @rm -f ginstall-info$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ginstall_info_OBJECTS) $(ginstall_info_LDADD) $(LIBS) - install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) - @$(NORMAL_INSTALL) - @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n' \ - -e 'h;s|.*|.|' \ - -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) { files[d] = files[d] " " $$1; \ - if (++n[d] == $(am__install_max)) { \ - print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ - else { print "f", d "/" $$4, $$1 } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - - uninstall-dist_binSCRIPTS: - @$(NORMAL_UNINSTALL) - @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 's,.*/,,;$(transform)'`; \ - dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) - - distclean-compile: - -rm -f *.tab.c - - include ./$(DEPDIR)/install-info.Po - - .c.o: - $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< - $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - - .c.obj: - $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` - $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - - # This directory's subdirectories are mostly independent; you can cd - # into them and run 'make' without going through this Makefile. - # To change the values of 'make' variables: instead of editing Makefiles, - # (1) if the variable is set in 'config.status', edit 'config.status' - # (which will cause the Makefiles to be regenerated when you run 'make'); - # (2) otherwise, pass the desired values on the 'make' command line. - $(am__recursive_targets): - @fail=; \ - if $(am__make_keepgoing); then \ - failcom='fail=yes'; \ - else \ - failcom='exit 1'; \ - fi; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - - ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique - tags: tags-recursive - TAGS: tags - - tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi - ctags: ctags-recursive - - CTAGS: ctags - ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - - GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - cscopelist: cscopelist-recursive - - cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - $(am__make_dryrun) \ - || test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done - check-am: all-am - check: check-recursive - all-am: Makefile $(PROGRAMS) $(SCRIPTS) - installdirs: installdirs-recursive - installdirs-am: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive - uninstall: uninstall-recursive - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-recursive - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - - clean-generic: - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - clean: clean-recursive - - clean-am: clean-binPROGRAMS clean-generic mostlyclean-am - - distclean: distclean-recursive - -rm -rf ./$(DEPDIR) - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - - dvi: dvi-recursive - - dvi-am: - - html: html-recursive - - html-am: - - info: info-recursive - - info-am: - - install-data-am: - - install-dvi: install-dvi-recursive - - install-dvi-am: - - install-exec-am: install-binPROGRAMS install-dist_binSCRIPTS - - install-html: install-html-recursive - - install-html-am: - - install-info: install-info-recursive - - install-info-am: - - install-man: - - install-pdf: install-pdf-recursive - - install-pdf-am: - - install-ps: install-ps-recursive - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-recursive - -rm -rf ./$(DEPDIR) - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-recursive - - mostlyclean-am: mostlyclean-compile mostlyclean-generic - - pdf: pdf-recursive - - pdf-am: - - ps: ps-recursive - - ps-am: - - uninstall-am: uninstall-binPROGRAMS uninstall-dist_binSCRIPTS - - .MAKE: $(am__recursive_targets) install-am install-strip - - .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ - check-am clean clean-binPROGRAMS clean-generic cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-binPROGRAMS install-data \ - install-data-am install-dist_binSCRIPTS install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ - ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-binPROGRAMS uninstall-dist_binSCRIPTS - - .PRECIOUS: Makefile - - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/install-info/Makefile.in texinfo-6.5/install-info/Makefile.in *** texinfo-6.4/install-info/Makefile.in 2017-06-23 07:04:39.000000000 +0100 --- texinfo-6.5/install-info/Makefile.in 2017-09-12 19:50:13.000000000 +0100 *************** *** 132,135 **** --- 132,136 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 831,834 **** --- 832,836 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 1059,1062 **** --- 1061,1065 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ Binary files texinfo-6.4/install-info/ginstall-info and texinfo-6.5/install-info/ginstall-info differ Binary files texinfo-6.4/install-info/install-info.o and texinfo-6.5/install-info/install-info.o differ diff -Nrc2 texinfo-6.4/install-info/tests/Makefile texinfo-6.5/install-info/tests/Makefile *** texinfo-6.4/install-info/tests/Makefile 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/install-info/tests/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,2202 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # install-info/tests/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # $Id: Makefile.am 6868 2015-12-16 11:58:14Z gavin $ - # Makefile.am for texinfo/install-info/tests. - # - # Copyright 2008, 2009, 2010, 2013, 2014, 2015 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - subdir = install-info/tests - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = defs - CONFIG_CLEAN_VPATH_FILES = - SCRIPTS = $(noinst_SCRIPTS) - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - SOURCES = - DIST_SOURCES = - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no - am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ - } - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; - am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; - am__install_max = 40 - am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` - am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" - am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } - am__recheck_rx = ^[ ]*:recheck:[ ]* - am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* - am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* - # A command that, given a newline-separated list of test names on the - # standard input, print the name of the tests that are to be re-run - # upon "make recheck". - am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ - }' - # A command that, given a newline-separated list of test names on the - # standard input, create the global log from their .trs and .log files. - am__create_global_log = $(AWK) ' \ - function fatal(msg) \ - { \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ - } \ - function rst_section(header) \ - { \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ - } \ - { \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ - }' - # Restructured Text title. - am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } - # Solaris 10 'make', and several other traditional 'make' implementations, - # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it - # by disabling -e (using the XSI extension "set +e") if it's set. - am__sh_e_setup = case $$- in *e*) set +e;; esac - # Default flags passed to test drivers. - am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" - # To be inserted before the command running the test. Creates the - # directory for the log if needed. Stores in $dir the directory - # containing $f, in $tst the test, in $log the log. Executes the - # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and - # passes TESTS_ENVIRONMENT. Set up options for the wrapper that - # will run the test scripts (or their associated LOG_COMPILER, if - # thy have one). - am__check_pre = \ - $(am__sh_e_setup); \ - $(am__vpath_adj_setup) $(am__vpath_adj) \ - $(am__tty_colors); \ - srcdir=$(srcdir); export srcdir; \ - case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ - esac; \ - test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ - if test -f "./$$f"; then dir=./; \ - elif test -f "$$f"; then dir=; \ - else dir="$(srcdir)/"; fi; \ - tst=$$dir$$f; log='$@'; \ - if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ - else \ - am__enable_hard_errors=yes; \ - fi; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ - esac; \ - $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) - # A shell command to get the names of the tests scripts with any registered - # extension removed (i.e., equivalently, the names of the test logs, with - # the '.log' extension removed). The result is saved in the shell variable - # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, - # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", - # since that might cause problem with VPATH rewrites for suffix-less tests. - # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. - am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` - RECHECK_LOGS = $(TEST_LOGS) - AM_RECURSIVE_TARGETS = check recheck - TEST_SUITE_LOG = test-suite.log - TEST_EXTENSIONS = .test - LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver - LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) - am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac - am__test_logs1 = $(TESTS:=.log) - am__test_logs2 = $(am__test_logs1:.log=.log) - TEST_LOGS = $(am__test_logs2:.test.log=.log) - TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver - TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) - am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/defs.in \ - $(top_srcdir)/build-aux/test-driver README - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - pkglibexecdir = ${libexecdir}/${PACKAGE} - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing makeinfo - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h> - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h> - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = <stddef.h> - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h> - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h> - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h> - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = <strings.h> - NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h> - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h> - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h> - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h> - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = <wctype.h> - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = <getopt.h> - NEXT_LANGINFO_H = - NEXT_LIMITS_H = <limits.h> - NEXT_LOCALE_H = - NEXT_STDARG_H = <stdarg.h> - NEXT_STDDEF_H = <stddef.h> - NEXT_STDINT_H = <stdint.h> - NEXT_STDIO_H = <stdio.h> - NEXT_STDLIB_H = <stdlib.h> - NEXT_STRINGS_H = <strings.h> - NEXT_STRING_H = <string.h> - NEXT_SYS_TYPES_H = <sys/types.h> - NEXT_UNISTD_H = <unistd.h> - NEXT_WCHAR_H = <wchar.h> - NEXT_WCTYPE_H = <wctype.h> - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/install-info/tests - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/install-info/tests - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../../ - top_builddir = ../.. - top_srcdir = ../.. - TESTS = ii-0001-test ii-0002-test ii-0003-test ii-0004-test ii-0005-test \ - ii-0006-test ii-0007-test ii-0008-test ii-0009-test ii-0010-test \ - ii-0011-test ii-0012-test ii-0013-test ii-0014-test ii-0015-test \ - ii-0016-test ii-0017-test ii-0018-test ii-0019-test ii-0020-test \ - ii-0021-test ii-0022-test ii-0023-test ii-0024-test ii-0025-test \ - ii-0026-test ii-0027-test ii-0028-test ii-0029-test ii-0030-test \ - ii-0031-test ii-0032-test ii-0033-test ii-0034-test ii-0035-test \ - ii-0036-test ii-0037-test ii-0038-test ii-0039-test ii-0040-test \ - ii-0041-test ii-0042-test ii-0043-test ii-0044-test ii-0045-test \ - ii-0046-test ii-0047-test ii-0048-test ii-0049-test ii-0050-test \ - ii-0051-test ii-0052-test ii-0053-test ii-0054-test ii-0055-test \ - ii-0056-test ii-0057-test - - noinst_SCRIPTS = $(TESTS) - EXTRA_DIST = $(TESTS) \ - ii-0001-input-dir-file \ - ii-0001-input-info-file \ - ii-0001-expected-dir-file \ - \ - ii-0002-input-dir-file \ - ii-0002-input-info-file \ - ii-0002-expected-dir-file \ - \ - ii-0003-input-dir-file \ - ii-0003-input-info-file \ - ii-0003-expected-dir-file \ - \ - ii-0004-input-dir-file \ - ii-0004-input-info-file \ - ii-0004-expected-dir-file \ - \ - ii-0005-input-dir-file \ - ii-0005-input-info-file \ - ii-0005-expected-dir-file \ - \ - ii-0006-input-dir-file \ - ii-0006-input-info-file \ - ii-0006-expected-dir-file \ - \ - ii-0007-input-dir-file \ - ii-0007-input-info-file \ - ii-0007-expected-dir-file \ - \ - ii-0008-input-dir-file \ - ii-0008-input-info-file \ - ii-0008-expected-dir-file \ - \ - ii-0009-input-dir-file \ - ii-0009-input-info-file \ - ii-0009-expected-dir-file \ - \ - ii-0010-input-dir-file \ - ii-0010-input-info-file \ - ii-0010-expected-dir-file \ - \ - ii-0011-input-dir-file \ - ii-0011-input-info-file \ - ii-0011-expected-dir-file \ - \ - ii-0012-input-dir-file \ - ii-0012-input-info-file \ - ii-0012-expected-dir-file \ - \ - ii-0013-input-dir-file \ - ii-0013-input-info-file \ - ii-0013-expected-dir-file \ - \ - ii-0014-input-dir-file \ - ii-0014-input-info-file \ - ii-0014-expected-dir-file \ - \ - ii-0015-input-dir-file \ - ii-0015-input-info-file \ - ii-0015-expected-dir-file \ - \ - ii-0016-input-dir-file \ - ii-0016-input-info-file \ - ii-0016-expected-dir-file \ - \ - ii-0017-input-dir-file \ - ii-0017-input-info-file \ - ii-0017-expected-dir-file \ - \ - ii-0018-input-dir-file \ - ii-0018-input-info-file \ - ii-0018-expected-dir-file \ - \ - ii-0019-input-dir-file \ - ii-0019-input-info-file \ - ii-0019-expected-dir-file \ - \ - ii-0020-input-dir-file \ - ii-0020-input-info-file \ - ii-0020-expected-dir-file \ - \ - ii-0021-input-dir-file \ - ii-0021-input-info-file \ - ii-0021-expected-dir-file \ - \ - ii-0022-input-dir-file \ - ii-0022-input-info-file \ - ii-0022-expected-dir-file \ - \ - ii-0023-input-dir-file \ - ii-0023-input-info-file \ - ii-0023-expected-dir-file \ - \ - ii-0024-input-dir-file \ - ii-0024-input-info-file \ - ii-0024-expected-dir-file \ - \ - ii-0025-input-dir-file \ - ii-0025-input-info-file \ - ii-0025-expected-dir-file \ - \ - ii-0026-input-dir-file \ - ii-0026-input-info-file \ - ii-0026-expected-dir-file \ - \ - ii-0027-input-dir-file \ - ii-0027-input-info-file \ - ii-0027-expected-dir-file \ - \ - ii-0028-input-dir-file \ - ii-0028-input-info-file \ - ii-0028-expected-dir-file \ - \ - ii-0029-input-dir-file \ - ii-0029-input-info-file \ - ii-0029-expected-dir-file \ - \ - ii-0030-input-dir-file \ - ii-0030-input-info-file \ - ii-0030-expected-dir-file \ - \ - ii-0031-input-dir-file \ - ii-0031-input-info-file \ - ii-0031-expected-dir-file \ - \ - ii-0032-input-dir-file \ - ii-0032-input-info-file \ - ii-0032-expected-dir-file \ - \ - ii-0033-input-dir-file \ - ii-0033-input-info-file \ - ii-0033-expected-dir-file \ - \ - ii-0034-input-dir-file \ - ii-0034-input-info-file \ - ii-0034-expected-dir-file \ - \ - ii-0035-input-dir-file \ - ii-0035-input-info-file \ - ii-0035-expected-dir-file \ - \ - ii-0036-input-dir-file \ - ii-0036-input-info-file \ - ii-0036-expected-dir-file \ - \ - ii-0037-input-dir-file \ - ii-0037-input-info-file \ - ii-0037-expected-dir-file \ - \ - ii-0038-input-dir-file \ - ii-0038-input-info-file \ - ii-0038-expected-dir-file \ - \ - ii-0039-input-dir-file \ - ii-0039-input-info-file \ - ii-0039-expected-dir-file \ - \ - ii-0040-input-dir-file \ - ii-0040-input-info-file \ - ii-0040-expected-dir-file \ - \ - ii-0041-input-dir-file.gz \ - ii-0041-input-info-file \ - ii-0041-expected-dir-file.gz \ - \ - ii-0042-input-dir-file \ - ii-0042-input-info-file \ - ii-0042-expected-dir-file \ - \ - ii-0043-input-dir-file \ - ii-0043-input-info-file \ - ii-0043-expected-dir-file \ - \ - ii-0044-input-dir-file \ - ii-0044-input-info-file \ - ii-0044-expected-dir-file \ - \ - ii-0045-input-dir-file \ - ii-0045-input-info-file \ - ii-0045-expected-dir-file \ - \ - ii-0046-input-dir-file \ - ii-0046-expected-dir-file \ - \ - ii-0047-input-dir-file \ - ii-0047-input-info-file \ - ii-0047-expected-dir-file \ - \ - ii-0048-input-dir-file \ - ii-0048-input-info-file \ - ii-0048-expected-dir-file \ - \ - ii-0049-input-dir-file \ - ii-0049-input-info-file \ - ii-0049-expected-dir-file \ - \ - ii-0050-input-dir-file.gz \ - ii-0050-input-info-file \ - ii-0050-expected-dir-file.gz \ - \ - ii-0051-input-dir-file \ - ii-0051-input-info-file \ - ii-0051-expected-dir-file \ - \ - ii-0052-input-dir-file \ - ii-0052-input-info-file \ - ii-0052-expected-dir-file \ - \ - ii-0053-input-dir-file \ - ii-0053-input-info-file \ - ii-0053-expected-dir-file \ - \ - ii-0054-input-dir-file \ - ii-0054-input-info-file.gz \ - ii-0054-expected-dir-file \ - \ - ii-0055-input-dir-file \ - ii-0055-input-info-file \ - ii-0055-expected-dir-file \ - \ - ii-0056-input-dir-file \ - ii-0056-input-info-file \ - ii-0056-expected-dir-file \ - \ - ii-0057-input-dir-file \ - ii-0057-input-info-file \ - ii-0057-expected-dir-file \ - README - - all: all-am - - .SUFFIXES: - .SUFFIXES: .log .test .test$(EXEEXT) .trs - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu install-info/tests/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu install-info/tests/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - defs: $(top_builddir)/config.status $(srcdir)/defs.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - tags TAGS: - - ctags CTAGS: - - cscope cscopelist: - - - # Recover from deleted '.trs' file; this should ensure that - # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create - # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells - # to avoid problems with "make -n". - .log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - - # Leading 'am--fnord' is there to ensure the list of targets does not - # expand to empty, as could happen e.g. with make check TESTS=''. - am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) - am--force-recheck: - @: - - $(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - - check-TESTS: - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; - recheck: all - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? - ii-0001-test.log: ii-0001-test - @p='ii-0001-test'; \ - b='ii-0001-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0002-test.log: ii-0002-test - @p='ii-0002-test'; \ - b='ii-0002-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0003-test.log: ii-0003-test - @p='ii-0003-test'; \ - b='ii-0003-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0004-test.log: ii-0004-test - @p='ii-0004-test'; \ - b='ii-0004-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0005-test.log: ii-0005-test - @p='ii-0005-test'; \ - b='ii-0005-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0006-test.log: ii-0006-test - @p='ii-0006-test'; \ - b='ii-0006-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0007-test.log: ii-0007-test - @p='ii-0007-test'; \ - b='ii-0007-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0008-test.log: ii-0008-test - @p='ii-0008-test'; \ - b='ii-0008-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0009-test.log: ii-0009-test - @p='ii-0009-test'; \ - b='ii-0009-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0010-test.log: ii-0010-test - @p='ii-0010-test'; \ - b='ii-0010-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0011-test.log: ii-0011-test - @p='ii-0011-test'; \ - b='ii-0011-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0012-test.log: ii-0012-test - @p='ii-0012-test'; \ - b='ii-0012-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0013-test.log: ii-0013-test - @p='ii-0013-test'; \ - b='ii-0013-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0014-test.log: ii-0014-test - @p='ii-0014-test'; \ - b='ii-0014-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0015-test.log: ii-0015-test - @p='ii-0015-test'; \ - b='ii-0015-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0016-test.log: ii-0016-test - @p='ii-0016-test'; \ - b='ii-0016-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0017-test.log: ii-0017-test - @p='ii-0017-test'; \ - b='ii-0017-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0018-test.log: ii-0018-test - @p='ii-0018-test'; \ - b='ii-0018-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0019-test.log: ii-0019-test - @p='ii-0019-test'; \ - b='ii-0019-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0020-test.log: ii-0020-test - @p='ii-0020-test'; \ - b='ii-0020-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0021-test.log: ii-0021-test - @p='ii-0021-test'; \ - b='ii-0021-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0022-test.log: ii-0022-test - @p='ii-0022-test'; \ - b='ii-0022-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0023-test.log: ii-0023-test - @p='ii-0023-test'; \ - b='ii-0023-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0024-test.log: ii-0024-test - @p='ii-0024-test'; \ - b='ii-0024-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0025-test.log: ii-0025-test - @p='ii-0025-test'; \ - b='ii-0025-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0026-test.log: ii-0026-test - @p='ii-0026-test'; \ - b='ii-0026-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0027-test.log: ii-0027-test - @p='ii-0027-test'; \ - b='ii-0027-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0028-test.log: ii-0028-test - @p='ii-0028-test'; \ - b='ii-0028-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0029-test.log: ii-0029-test - @p='ii-0029-test'; \ - b='ii-0029-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0030-test.log: ii-0030-test - @p='ii-0030-test'; \ - b='ii-0030-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0031-test.log: ii-0031-test - @p='ii-0031-test'; \ - b='ii-0031-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0032-test.log: ii-0032-test - @p='ii-0032-test'; \ - b='ii-0032-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0033-test.log: ii-0033-test - @p='ii-0033-test'; \ - b='ii-0033-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0034-test.log: ii-0034-test - @p='ii-0034-test'; \ - b='ii-0034-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0035-test.log: ii-0035-test - @p='ii-0035-test'; \ - b='ii-0035-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0036-test.log: ii-0036-test - @p='ii-0036-test'; \ - b='ii-0036-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0037-test.log: ii-0037-test - @p='ii-0037-test'; \ - b='ii-0037-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0038-test.log: ii-0038-test - @p='ii-0038-test'; \ - b='ii-0038-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0039-test.log: ii-0039-test - @p='ii-0039-test'; \ - b='ii-0039-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0040-test.log: ii-0040-test - @p='ii-0040-test'; \ - b='ii-0040-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0041-test.log: ii-0041-test - @p='ii-0041-test'; \ - b='ii-0041-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0042-test.log: ii-0042-test - @p='ii-0042-test'; \ - b='ii-0042-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0043-test.log: ii-0043-test - @p='ii-0043-test'; \ - b='ii-0043-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0044-test.log: ii-0044-test - @p='ii-0044-test'; \ - b='ii-0044-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0045-test.log: ii-0045-test - @p='ii-0045-test'; \ - b='ii-0045-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0046-test.log: ii-0046-test - @p='ii-0046-test'; \ - b='ii-0046-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0047-test.log: ii-0047-test - @p='ii-0047-test'; \ - b='ii-0047-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0048-test.log: ii-0048-test - @p='ii-0048-test'; \ - b='ii-0048-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0049-test.log: ii-0049-test - @p='ii-0049-test'; \ - b='ii-0049-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0050-test.log: ii-0050-test - @p='ii-0050-test'; \ - b='ii-0050-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0051-test.log: ii-0051-test - @p='ii-0051-test'; \ - b='ii-0051-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0052-test.log: ii-0052-test - @p='ii-0052-test'; \ - b='ii-0052-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0053-test.log: ii-0053-test - @p='ii-0053-test'; \ - b='ii-0053-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0054-test.log: ii-0054-test - @p='ii-0054-test'; \ - b='ii-0054-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0055-test.log: ii-0055-test - @p='ii-0055-test'; \ - b='ii-0055-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0056-test.log: ii-0056-test - @p='ii-0056-test'; \ - b='ii-0056-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - ii-0057-test.log: ii-0057-test - @p='ii-0057-test'; \ - b='ii-0057-test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - .test.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - #.test$(EXEEXT).log: - # @p='$<'; \ - # $(am__set_b); \ - # $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - # --log-file $$b.log --trs-file $$b.trs \ - # $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - # "$$tst" $(AM_TESTS_FD_REDIRECT) - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-TESTS - check: check-am - all-am: Makefile $(SCRIPTS) - installdirs: - install: install-am - install-exec: install-exec-am - install-data: install-data-am - uninstall: uninstall-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-am - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - - clean-generic: - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - clean: clean-am - - clean-am: clean-generic mostlyclean-am - - distclean: distclean-am - -rm -f Makefile - distclean-am: clean-am distclean-generic - - dvi: dvi-am - - dvi-am: - - html: html-am - - html-am: - - info: info-am - - info-am: - - install-data-am: - - install-dvi: install-dvi-am - - install-dvi-am: - - install-exec-am: - - install-html: install-html-am - - install-html-am: - - install-info: install-info-am - - install-info-am: - - install-man: - - install-pdf: install-pdf-am - - install-pdf-am: - - install-ps: install-ps-am - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-am - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-am - - mostlyclean-am: mostlyclean-generic - - pdf: pdf-am - - pdf-am: - - ps: ps-am - - ps-am: - - uninstall-am: - - .MAKE: check-am install-am install-strip - - .PHONY: all all-am check check-TESTS check-am clean clean-generic \ - cscopelist-am ctags-am distclean distclean-generic distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am recheck tags-am uninstall uninstall-am - - .PRECIOUS: Makefile - - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/install-info/tests/Makefile.in texinfo-6.5/install-info/tests/Makefile.in *** texinfo-6.4/install-info/tests/Makefile.in 2017-06-23 07:04:40.000000000 +0100 --- texinfo-6.5/install-info/tests/Makefile.in 2017-09-12 19:50:13.000000000 +0100 *************** *** 130,133 **** --- 130,134 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 916,919 **** --- 917,921 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 1144,1147 **** --- 1146,1150 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ diff -Nrc2 texinfo-6.4/install-info/tests/defs texinfo-6.5/install-info/tests/defs *** texinfo-6.4/install-info/tests/defs 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/install-info/tests/defs 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,115 **** - # install-info/tests/defs. Generated from defs.in by configure. - # $Id: defs.in 6888 2015-12-23 13:11:54Z gavin $ - # - # Copyright 2008, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. - # - # This program is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 3 of the License, or (at - # your option) any later version. - # - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program. If not, see <http://www.gnu.org/licenses/>. - - # (Some snippets copied from Autoconf and/or util/defs.in.) - # Make sure we override the user shell. - SHELL='/bin/sh' - export SHELL - - # unsetting an already-unset variable fails with BSD sh. - CDPATH= - unset CDPATH - - # Ensure we are running from the right directory. - if test ! -f ./defs; then - echo "$0: defs: not found in current directory." 1>&2 - exit 1 - fi - - # If srcdir is not set, then we are not running from `make check'. - if test -z "$srcdir"; then - VERBOSE=x - # compute $srcdir. - srcdir=`echo "$0" | sed -e 's,/[^\\/]*$,,'` - test $srcdir = $0 && srcdir=. - fi - - # Get messages in English - LC_ALL=C ; export LC_ALL - - # Use first line to run valgrind on the tests. After "make check", - # check for errors with "grep ERROR\ SUM *.log". - #valgrind='valgrind ' - valgrind= - - # Two variables we use in the test scripts: - top_builddir='../..' - install_info=${valgrind}${top_builddir}/install-info/ginstall-info - export install_info - # - top_srcdir='../..' - testdir=${top_srcdir}/install-info/tests - export testdir - - if test -z "$TMPDIR"; then - TMPDIR=/tmp - export TMPDIR - fi - - # In case someone pedantic insists on using grep -E. - : ${EGREP=egrep} - - # Systems which define $COMSPEC or $ComSpec use semicolons to separate - # directories in TEXINPUTS -- except for Cygwin et al., where COMSPEC - # might be inherited, but : is used. - if test -n "$COMSPEC$ComSpec" \ - && uname | $EGREP -iv 'cygwin|mingw|djgpp' >/dev/null; then - path_sep=";" - else - path_sep=":" - fi - - # Return true if PROG is somewhere in PATH, else false. - findprog () - { - local saveIFS="$IFS" - IFS=$path_sep # break path components at the path separator - for dir in $PATH; do - IFS=$saveIFS - # The basic test for an executable is `test -f $f && test -x $f'. - # (`test -x' is not enough, because it can also be true for directories.) - # We have to try this both for $1 and $1.exe. - # - # On Cygwin and DJGPP, `test -x' also looks for .exe. On Cygwin, - # also `test -f' has this enhancement, but not on DJGPP. Both are - # design decisions, so there is little chance to make them consistent. - # So we must check for .exe explicitly. - # - if { test -f "$dir/$1" && test -x "$dir/$1"; } \ - || { test -f "$dir/$1.exe" && test -x "$dir/$1.exe"; }; then - return 0 - fi - done - return 1 - } - - if findprog mktemp; then :; else - # Some deficient proprietary systems lack mktemp; kowtow to them. - # Our mktemp substitute doesn't need all the features of real mktemp; - # our tests here only use it in the most simplistic way, to create a - # temp file. The autoconf manual suggests doing it in a temporary - # directory (mode 700), so do that. ($RANDOM may expand to nothing, but - # that's ok.) We do not even bother to expand the X's in the template ... - mktemp () - { - dir=$TMPDIR/iimktemp$$-$RANDOM - (umask 077 && mkdir "$dir") - touch "$dir/$1" || return 1 - echo "$dir/$1" - } - fi --- 0 ---- diff -Nrc2 texinfo-6.4/man/Makefile texinfo-6.5/man/Makefile *** texinfo-6.4/man/Makefile 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/man/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1404 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # man/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # $Id: Makefile.am 6772 2015-11-09 22:46:37Z gavin $ - # Makefile.am for texinfo/man. - # - # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, - # 2012, 2013, 2014, 2015 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - - # These require the build in info/, thus can't do if we failed to find a - # terminal library. - am__append_1 = info.1 - subdir = man - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - SOURCES = - DIST_SOURCES = - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; - am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; - am__install_max = 40 - am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` - am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" - am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } - man1dir = $(mandir)/man1 - am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" - man5dir = $(mandir)/man5 - NROFF = nroff - MANS = $(man_MANS) - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - am__DIST_COMMON = $(srcdir)/Makefile.in - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - pkglibexecdir = ${libexecdir}/${PACKAGE} - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - MAKEINFO = $(MAKEINFO_ENVIRIONMENT) $(PERL) "$(tpdir)"/texi2any.pl - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h> - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h> - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = <stddef.h> - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h> - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h> - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h> - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = <strings.h> - NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h> - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h> - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h> - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h> - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = <wctype.h> - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = <getopt.h> - NEXT_LANGINFO_H = - NEXT_LIMITS_H = <limits.h> - NEXT_LOCALE_H = - NEXT_STDARG_H = <stdarg.h> - NEXT_STDDEF_H = <stddef.h> - NEXT_STDINT_H = <stdint.h> - NEXT_STDIO_H = <stdio.h> - NEXT_STDLIB_H = <stdlib.h> - NEXT_STRINGS_H = <strings.h> - NEXT_STRING_H = <string.h> - NEXT_SYS_TYPES_H = <sys/types.h> - NEXT_UNISTD_H = <unistd.h> - NEXT_WCHAR_H = <wchar.h> - NEXT_WCTYPE_H = <wctype.h> - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/man - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/man - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../ - top_builddir = .. - top_srcdir = .. - - # These are generated using help2man. - - # These are hand-written. - - # This is generated by pod2man, but let's just run it by hand. - - # These are just .so's to the common program. - man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1 \ - $(am__append_1) info.5 texinfo.5 pod2texi.1 texi2any.1 \ - texi2pdf.1 pdftexi2dvi.1 - EXTRA_DIST = $(man_MANS) ginfo.h2m - - # Maintainers should be able to regenerate. - MAINTAINERCLEANFILES = $(man_MANS) - - # - # Use the programs built in our distribution, taking account of possible - # cross-compiling. makeinfo needs a bunch of our included modules. - tpdir = $(top_srcdir)/tp - MAKEINFO_ENVIRONMENT = TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; \ - top_srcdir="$(top_srcdir)" ; export top_srcdir ; \ - top_builddir="$(top_builddir)" ; export top_builddir ; - - # - mi_env = \ - TEXINFO_DEV_SOURCE=1; export TEXINFO_DEV_SOURCE; ${MAKEINFO_ENVIRONMENT} - - - # Set up the variables. makeinfo, texindex are no longer a .exe(cutable). - man_rule_0 = \ - exe_ext="$(EXEEXT)" \ - && program=`expr '/$@' : '.*/\(.*\)\.1'` \ - && case $$program in \ - makeinfo) dir=tp; $(mi_env) exe_ext="";; \ - info*) dir=info; test $$program != info || program=g$$program;; \ - *install-info) dir=install-info; program=g$$program;; \ - *texindex) dir=texindex; exe_ext="";; \ - *) dir=util;; esac \ - && dir="$(top_builddir)/$(native_tools)/$$dir" \ - && h2m="$(srcdir)/$$program.h2m" - - - # Update the man page for a binary program; set up the variables, - # make sure the binary is up-to-date and then generate the man page. - man_rule_bin = echo "Updating man page $@" \ - && $(man_rule_0) \ - && echo cd "$$dir" '&&' $(MAKE) $(AM_MAKEFLAGS) $$program$$exe_ext \ - && (cd "$$dir" && $(MAKE) $(AM_MAKEFLAGS) $$program$$exe_ext) \ - && echo $(HELP2MAN) --name=\""$$name"\" -I "$$h2m" "$$dir/$$program" -o '$@'\ - && $(HELP2MAN) --name="$$name" -I "$$h2m" "$$dir/$$program" -o '$@' - - - # Using help2man depends on the package version number. - common_mandeps = $(top_srcdir)/configure.ac - - # - # For texi2dvi, do not depend on the current user's settings. - texi2dvi_envvars = unset TEXI2DVI_BUILD_MODE; unset TEXI2DVI_BUILD_DIRECTORY - all: all-am - - .SUFFIXES: - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu man/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - install-man1: $(man_MANS) - @$(NORMAL_INSTALL) - @list1=''; \ - list2='$(man_MANS)'; \ - test -n "$(man1dir)" \ - && test -n "`echo $$list1$$list2`" \ - || exit 0; \ - echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ - { for i in $$list1; do echo "$$i"; done; \ - if test -n "$$list2"; then \ - for i in $$list2; do echo "$$i"; done \ - | sed -n '/\.1[a-z]*$$/p'; \ - fi; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ - done; } - - uninstall-man1: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man1dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) - install-man5: $(man_MANS) - @$(NORMAL_INSTALL) - @list1=''; \ - list2='$(man_MANS)'; \ - test -n "$(man5dir)" \ - && test -n "`echo $$list1$$list2`" \ - || exit 0; \ - echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ - { for i in $$list1; do echo "$$i"; done; \ - if test -n "$$list2"; then \ - for i in $$list2; do echo "$$i"; done \ - | sed -n '/\.5[a-z]*$$/p'; \ - fi; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ - done; } - - uninstall-man5: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man5dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.5[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) - tags TAGS: - - ctags CTAGS: - - cscope cscopelist: - - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - check-am: all-am - check: check-am - all-am: Makefile $(MANS) - installdirs: - for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-am - install-exec: install-exec-am - install-data: install-data-am - uninstall: uninstall-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-am - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - - clean-generic: - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) - clean: clean-am - - clean-am: clean-generic mostlyclean-am - - distclean: distclean-am - -rm -f Makefile - distclean-am: clean-am distclean-generic - - dvi: dvi-am - - dvi-am: - - html: html-am - - html-am: - - info: info-am - - info-am: - - install-data-am: install-man - - install-dvi: install-dvi-am - - install-dvi-am: - - install-exec-am: - - install-html: install-html-am - - install-html-am: - - install-info: install-info-am - - install-info-am: - - install-man: install-man1 install-man5 - - install-pdf: install-pdf-am - - install-pdf-am: - - install-ps: install-ps-am - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-am - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-am - - mostlyclean-am: mostlyclean-generic - - pdf: pdf-am - - pdf-am: - - ps: ps-am - - ps-am: - - uninstall-am: uninstall-man - - uninstall-man: uninstall-man1 uninstall-man5 - - .MAKE: install-am install-strip - - .PHONY: all all-am check check-am clean clean-generic cscopelist-am \ - ctags-am distclean distclean-generic distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-man1 install-man5 \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ - uninstall-am uninstall-man uninstall-man1 uninstall-man5 - - .PRECIOUS: Makefile - - - # for Info, we have an additional help2man file since the standard - # SEE ALSO text from help2man does not fit. - info.1: $(top_srcdir)/info/info.c $(srcdir)/ginfo.h2m \ - $(common_mandeps) - @name="read Info documents" && $(man_rule_bin) - - install-info.1: $(top_srcdir)/install-info/install-info.c \ - $(common_mandeps) - @name="update info/dir entries" && $(man_rule_bin) - - # Here we need some postprocessing to avoid man misformatting. - makeinfo.1: $(tpdir)/texi2any.pl $(common_mandeps) - @name="translate Texinfo documents" && $(man_rule_bin) - mv $@ $@.tmp - sed '/^\.IP$$/N;/\nAlso/s/I//;/\nThe/s/I//' $@.tmp >$@ - rm $@.tmp - - texindex.1: $(top_srcdir)/texindex/ti.twjr $(common_mandeps) - @name="sort Texinfo index files" && $(man_rule_bin) - - texi2dvi.1: $(top_srcdir)/util/texi2dvi $(common_mandeps) - $(texi2dvi_envvars); $(HELP2MAN) \ - --name="convert Texinfo documents to DVI or PDF" \ - $(top_srcdir)/util/texi2dvi >$@ - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/man/Makefile.in texinfo-6.5/man/Makefile.in *** texinfo-6.4/man/Makefile.in 2017-06-23 07:04:40.000000000 +0100 --- texinfo-6.5/man/Makefile.in 2017-09-12 19:50:14.000000000 +0100 *************** *** 134,137 **** --- 134,138 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 746,749 **** --- 747,751 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 974,977 **** --- 976,980 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ diff -Nrc2 texinfo-6.4/man/info.1 texinfo-6.5/man/info.1 *** texinfo-6.4/man/info.1 2017-06-23 07:06:02.000000000 +0100 --- texinfo-6.5/man/info.1 2017-09-12 19:59:49.000000000 +0100 *************** *** 1,4 **** .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. ! .TH INFO "1" "June 2017" "info 6.4" "User Commands" .SH NAME info \- read Info documents --- 1,4 ---- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. ! .TH INFO "1" "September 2017" "info 6.5" "User Commands" .SH NAME info \- read Info documents diff -Nrc2 texinfo-6.4/man/install-info.1 texinfo-6.5/man/install-info.1 *** texinfo-6.4/man/install-info.1 2017-06-23 07:05:56.000000000 +0100 --- texinfo-6.5/man/install-info.1 2017-09-12 19:59:43.000000000 +0100 *************** *** 1,4 **** .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. ! .TH INSTALL-INFO "1" "June 2017" "install-info 6.4" "User Commands" .SH NAME install-info \- update info/dir entries --- 1,4 ---- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. ! .TH INSTALL-INFO "1" "September 2017" "install-info 6.5" "User Commands" .SH NAME install-info \- update info/dir entries diff -Nrc2 texinfo-6.4/man/makeinfo.1 texinfo-6.5/man/makeinfo.1 *** texinfo-6.4/man/makeinfo.1 2017-06-23 07:05:57.000000000 +0100 --- texinfo-6.5/man/makeinfo.1 2017-09-12 19:59:44.000000000 +0100 *************** *** 1,4 **** .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. ! .TH TEXI2ANY "1" "June 2017" "texi2any 6.4" "User Commands" .SH NAME texi2any \- translate Texinfo documents --- 1,4 ---- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. ! .TH TEXI2ANY "1" "September 2017" "texi2any 6.5" "User Commands" .SH NAME texi2any \- translate Texinfo documents diff -Nrc2 texinfo-6.4/man/texi2dvi.1 texinfo-6.5/man/texi2dvi.1 *** texinfo-6.4/man/texi2dvi.1 2017-06-23 07:05:57.000000000 +0100 --- texinfo-6.5/man/texi2dvi.1 2017-09-12 19:59:44.000000000 +0100 *************** *** 1,4 **** .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. ! .TH TEXI2DVI "1" "June 2017" "texi2dvi 7840" "User Commands" .SH NAME texi2dvi \- convert Texinfo documents to DVI or PDF --- 1,4 ---- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. ! .TH TEXI2DVI "1" "September 2017" "texi2dvi 7906" "User Commands" .SH NAME texi2dvi \- convert Texinfo documents to DVI or PDF diff -Nrc2 texinfo-6.4/man/texindex.1 texinfo-6.5/man/texindex.1 *** texinfo-6.4/man/texindex.1 2017-06-23 07:05:57.000000000 +0100 --- texinfo-6.5/man/texindex.1 2017-09-12 19:59:44.000000000 +0100 *************** *** 1,4 **** .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. ! .TH TEXINDEX "1" "June 2017" "texindex 6.4" "User Commands" .SH NAME texindex \- sort Texinfo index files --- 1,4 ---- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. ! .TH TEXINDEX "1" "September 2017" "texindex 6.5" "User Commands" .SH NAME texindex \- sort Texinfo index files diff -Nrc2 texinfo-6.4/po/Makefile texinfo-6.5/po/Makefile *** texinfo-6.4/po/Makefile 2017-07-03 17:44:30.000000000 +0100 --- texinfo-6.5/po/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,687 **** - # Makefile for PO directory in any package using GNU gettext. - # Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu> - # - # Copying and distribution of this file, with or without modification, - # are permitted in any medium without royalty provided the copyright - # notice and this notice are preserved. This file is offered as-is, - # without any warranty. - # - # Origin: gettext-0.19.8 - GETTEXT_MACRO_VERSION = 0.19 - - PACKAGE = texinfo - VERSION = 6.4 - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - - SED = /usr/bin/sed - SHELL = /bin/sh - - - srcdir = . - top_srcdir = .. - - - prefix = /usr/local - exec_prefix = ${prefix} - datarootdir = ${prefix}/share - datadir = ${datarootdir} - localedir = ${datarootdir}/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - - # We use $(mkdir_p). - # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as - # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, - # ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh does not start with $(SHELL), so we add it. - # In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined - # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake - # versions, $(mkinstalldirs) and $(install_sh) are unused. - mkinstalldirs = $(SHELL) ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh -d - install_sh = $(SHELL) ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - MKDIR_P = /usr/bin/mkdir -p - mkdir_p = $(MKDIR_P) - - # When building gettext-tools, we prefer to use the built programs - # rather than installed programs. However, we can't do that when we - # are cross compiling. - CROSS_COMPILING = @CROSS_COMPILING@ - - GMSGFMT_ = /usr/local/bin/msgfmt - GMSGFMT_no = /usr/local/bin/msgfmt - GMSGFMT_yes = /usr/local/bin/msgfmt - GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) - MSGFMT_ = /usr/local/bin/msgfmt - MSGFMT_no = /usr/local/bin/msgfmt - MSGFMT_yes = /usr/local/bin/msgfmt - MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) - XGETTEXT_ = /usr/local/bin/xgettext - XGETTEXT_no = /usr/local/bin/xgettext - XGETTEXT_yes = /usr/local/bin/xgettext - XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) - MSGMERGE = msgmerge - MSGMERGE_UPDATE = /usr/local/bin/msgmerge --update - MSGINIT = msginit - MSGCONV = msgconv - MSGFILTER = msgfilter - - POFILES = ca.po cs.po da.po de.po de_AT.po el.po eo.po es.po fr.po he.po hr.po hu.po id.po it.po ja.po nb.po nl.po pl.po pt_BR.po ro.po ru.po rw.po sl.po sv.po tr.po uk.po vi.po zh_CN.po zh_TW.po - GMOFILES = ca.gmo cs.gmo da.gmo de.gmo de_AT.gmo el.gmo eo.gmo es.gmo fr.gmo he.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo nb.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo - UPDATEPOFILES = ca.po-update cs.po-update da.po-update de.po-update de_AT.po-update el.po-update eo.po-update es.po-update fr.po-update he.po-update hr.po-update hu.po-update id.po-update it.po-update ja.po-update nb.po-update nl.po-update pl.po-update pt_BR.po-update ro.po-update ru.po-update rw.po-update sl.po-update sv.po-update tr.po-update uk.po-update vi.po-update zh_CN.po-update zh_TW.po-update - DUMMYPOFILES = ca.nop cs.nop da.nop de.nop de_AT.nop el.nop eo.nop es.nop fr.nop he.nop hr.nop hu.nop id.nop it.nop ja.nop nb.nop nl.nop pl.nop pt_BR.nop ro.nop ru.nop rw.nop sl.nop sv.nop tr.nop uk.nop vi.nop zh_CN.nop zh_TW.nop - DISTFILES.common = Makefile.in.in remove-potcdate.sin \ - $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) - DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ - $(POFILES) $(GMOFILES) \ - $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) - - POTFILES = \ - ../gnulib/lib/error.c \ - ../gnulib/lib/getopt.c \ - ../gnulib/lib/regcomp.c \ - ../gnulib/lib/xalloc-die.c \ - ../info/echo-area.c \ - ../info/filesys.c \ - ../info/footnotes.c \ - ../info/footnotes.h \ - ../info/indices.c \ - ../info/indices.h \ - ../info/info-utils.c \ - ../info/info.c \ - ../info/infodoc.c \ - ../info/infomap.c \ - ../info/infokey.c \ - ../info/m-x.c \ - ../info/makedoc.c \ - ../info/nodemenu.c \ - ../info/pcterm.c \ - ../info/search.c \ - ../info/session.c \ - ../info/variables.c \ - ../info/window.c \ - ../install-info/install-info.c \ - ../tp/DebugTexinfo/DebugTree.pm \ - ../tp/Texinfo/Common.pm \ - ../tp/Texinfo/Convert/Converter.pm \ - ../tp/Texinfo/Convert/DocBook.pm \ - ../tp/Texinfo/Convert/HTML.pm \ - ../tp/Texinfo/Convert/IXIN.pm \ - ../tp/Texinfo/Convert/Info.pm \ - ../tp/Texinfo/Convert/Plaintext.pm \ - ../tp/Texinfo/Convert/Text.pm \ - ../tp/Texinfo/Convert/TexinfoXML.pm \ - ../tp/Texinfo/Parser.pm \ - ../tp/Texinfo/Report.pm \ - ../tp/Texinfo/Structuring.pm \ - ../tp/init/chm.pm \ - ../tp/init/latex2html.pm \ - ../tp/init/tex4ht.pm \ - ../tp/texi2any.pl - - CATALOGS = ca.gmo cs.gmo da.gmo de.gmo de_AT.gmo el.gmo eo.gmo es.gmo fr.gmo he.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo nb.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo - - POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot - POFILESDEPS_yes = $(POFILESDEPS_) - POFILESDEPS_no = - POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT)) - - DISTFILESDEPS_ = update-po - DISTFILESDEPS_yes = $(DISTFILESDEPS_) - DISTFILESDEPS_no = - DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_UPDATE_PO)) - - # Makevars gets inserted here. (Don't remove this line!) - # Makefile variables for PO directory in any package using GNU gettext. - - # Usually the message domain is the same as the package name. - DOMAIN = $(PACKAGE) - - # These two variables depend on the location of this directory. - subdir = po - top_builddir = .. - - # These options get passed to xgettext. "$" is escaped as "$$" here. - XGETTEXT_OPTIONS = \ - -cTRANSLATORS\ - --keyword=_\ - --keyword=N_\ - --keyword=__\ - -k__\ - -k\$$__\ - -k%__\ - -k__x\ - -k__n:1,2\ - -k__nx:1,2\ - -k__xn:1,2\ - -kN__\ - --flag=error:1:c-format\ - --flag=warning:1:c-format\ - --flag=fatal:1:c-format\ - --flag=file_line_error:3:c-format\ - --flag=line_error:1:c-format\ - --flag=add_word_args:1:c-format\ - --flag=printf_to_message_buffer:1:c-format\ - --flag=syntax_error:3:c-format\ - --flag=error_message:2:c-format\ - --flag=printf_to_message_buffer:1:c-format\ - --flag=info_error:1:c-format\ - --flag=window_message_in_echo_area:1:c-format\ - --flag=message_in_echo_area:1:c-format\ - --flag=format_message_node:1:c-format - --flag=format_message_buffer:1:c-format - - # This is the copyright holder that gets inserted into the header of the - # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding - # package. (Note that the msgstr strings, extracted from the package's - # sources, belong to the copyright holder of the package.) Translators are - # expected to transfer the copyright for their translations to this person - # or entity, or to disclaim their copyright. The empty string stands for - # the public domain; in this case the translators are expected to disclaim - # their copyright. - COPYRIGHT_HOLDER = Free Software Foundation, Inc. - - # This tells whether or not to prepend "GNU " prefix to the package - # name that gets inserted into the header of the $(DOMAIN).pot file. - # Possible values are "yes", "no", or empty. If it is empty, try to - # detect it automatically by scanning the files in $(top_srcdir) for - # "GNU packagename" string. - PACKAGE_GNU = yes - - # This is the email address or URL to which the translators shall report - # bugs in the untranslated strings: - # - Strings which are not entire sentences, see the maintainer guidelines - # in the GNU gettext documentation, section 'Preparing Strings'. - # - Strings which use unclear terms or require additional context to be - # understood. - # - Strings which make invalid assumptions about notation of date, time or - # money. - # - Pluralisation problems. - # - Incorrect English spelling. - # - Incorrect formatting. - # It can be your email address, or a mailing list address where translators - # can write to without being subscribed, or the URL of a web page through - # which the translators can contact you. - MSGID_BUGS_ADDRESS = bug-texinfo@gnu.org - - # This is the list of locale categories, beyond LC_MESSAGES, for which the - # message catalogs shall be used. It is usually empty. - EXTRA_LOCALE_CATEGORIES = - - # This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt' - # context. Possible values are "yes" and "no". Set this to yes if the - # package uses functions taking also a message context, like pgettext(), or - # if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. - USE_MSGCTXT = no - - # These options get passed to msgmerge. - # Useful options are in particular: - # --previous to keep previous msgids of translated messages, - # --quiet to reduce the verbosity. - MSGMERGE_OPTIONS = - - # These options get passed to msginit. - # If you want to disable line wrapping when writing PO files, add - # --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and - # MSGINIT_OPTIONS. - MSGINIT_OPTIONS = - - # This tells whether or not to regenerate a PO file when $(DOMAIN).pot - # has changed. Possible values are "yes" and "no". Set this to no if - # the POT file is checked in the repository and the version control - # program ignores timestamps. - PO_DEPENDS_ON_POT = yes - - # This tells whether or not to forcibly update $(DOMAIN).pot and - # regenerate PO files on "make dist". Possible values are "yes" and - # "no". Set this to no if the POT file and PO files are maintained - # externally. - DIST_DEPENDS_ON_UPDATE_PO = no - - .SUFFIXES: - .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update - - .po.mo: - @echo "$(MSGFMT) -c -o $@ $<"; \ - $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ - - .po.gmo: - @lang=`echo $* | sed -e 's,.*/,,'`; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ - cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo - - .sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - - - all: all-yes - - all-yes: stamp-po - all-no: - - # Ensure that the gettext macros and this Makefile.in.in are in sync. - CHECK_MACRO_VERSION = \ - test "$(GETTEXT_MACRO_VERSION)" = "0.19" \ - || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version 0.19" 1>&2; \ - exit 1; \ - } - - # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no - # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because - # we don't want to bother translators with empty POT files). We assume that - # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. - # In this case, stamp-po is a nop (i.e. a phony target). - - # stamp-po is a timestamp denoting the last time at which the CATALOGS have - # been loosely updated. Its purpose is that when a developer or translator - # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, - # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent - # invocations of "make" will do nothing. This timestamp would not be necessary - # if updating the $(CATALOGS) would always touch them; however, the rule for - # $(POFILES) has been designed to not touch files that don't need to be - # changed. - stamp-po: $(srcdir)/$(DOMAIN).pot - @$(CHECK_MACRO_VERSION) - test ! -f $(srcdir)/$(DOMAIN).pot || \ - test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) - @test ! -f $(srcdir)/$(DOMAIN).pot || { \ - echo "touch stamp-po" && \ - echo timestamp > stamp-poT && \ - mv stamp-poT stamp-po; \ - } - - # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', - # otherwise packages like GCC can not be built if only parts of the source - # have been downloaded. - - # This target rebuilds $(DOMAIN).pot; it is an expensive operation. - # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. - # The determination of whether the package xyz is a GNU one is based on the - # heuristic whether some file in the top level directory mentions "GNU xyz". - # If GNU 'find' is available, we avoid grepping through monster files. - $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed - package_gnu="$(PACKAGE_GNU)"; \ - test -n "$$package_gnu" || { \ - if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ - LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f \ - -size -10000000c -exec grep 'GNU texinfo' \ - /dev/null '{}' ';' 2>/dev/null; \ - else \ - LC_ALL=C grep 'GNU texinfo' $(top_srcdir)/* 2>/dev/null; \ - fi; \ - } | grep -v 'libtool:' >/dev/null; then \ - package_gnu=yes; \ - else \ - package_gnu=no; \ - fi; \ - }; \ - if test "$$package_gnu" = "yes"; then \ - package_prefix='GNU '; \ - else \ - package_prefix=''; \ - fi; \ - if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ - msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ - else \ - msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ - fi; \ - case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ - $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ - --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ - --files-from=$(srcdir)/POTFILES.in \ - --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address="$$msgid_bugs_address" \ - ;; \ - *) \ - $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ - --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ - --files-from=$(srcdir)/POTFILES.in \ - --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --package-name="$${package_prefix}texinfo" \ - --package-version='6.4' \ - --msgid-bugs-address="$$msgid_bugs_address" \ - ;; \ - esac - test ! -f $(DOMAIN).po || { \ - if test -f $(srcdir)/$(DOMAIN).pot-header; then \ - sed -e '1,/^#$$/d' < $(DOMAIN).po > $(DOMAIN).1po && \ - cat $(srcdir)/$(DOMAIN).pot-header $(DOMAIN).1po > $(DOMAIN).po; \ - rm -f $(DOMAIN).1po; \ - fi; \ - if test -f $(srcdir)/$(DOMAIN).pot; then \ - sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ - sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ - if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ - rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ - else \ - rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ - mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ - fi; \ - else \ - mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ - fi; \ - } - - # This rule has no dependencies: we don't need to update $(DOMAIN).pot at - # every "make" invocation, only create it when it is missing. - # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. - $(srcdir)/$(DOMAIN).pot: - $(MAKE) $(DOMAIN).pot-update - - # This target rebuilds a PO file if $(DOMAIN).pot has changed. - # Note that a PO file is not touched if it doesn't need to be changed. - $(POFILES): $(POFILESDEPS) - @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ - if test -f "$(srcdir)/$${lang}.po"; then \ - test -f $(srcdir)/$(DOMAIN).pot || $(MAKE) $(srcdir)/$(DOMAIN).pot; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ - cd $(srcdir) \ - && { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ - $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ - *) \ - $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ - esac; \ - }; \ - else \ - $(MAKE) $${lang}.po-create; \ - fi - - - install: install-exec install-data - install-exec: - install-data: install-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ - for file in $(DISTFILES.common) Makevars.template; do \ - $(INSTALL_DATA) $(srcdir)/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - for file in Makevars; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - install-data-no: all - install-data-yes: all - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $(DESTDIR)$$dir; \ - if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ - $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ - echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ - link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ - mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ - for file in *; do \ - if test -f $$file; then \ - ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ - fi; \ - done); \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - else \ - if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ - :; \ - else \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - fi; \ - fi; \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ - ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ - cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ - fi; \ - done; \ - done - - install-strip: install - - installdirs: installdirs-exec installdirs-data - installdirs-exec: - installdirs-data: installdirs-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ - else \ - : ; \ - fi - installdirs-data-no: - installdirs-data-yes: - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $(DESTDIR)$$dir; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ - link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ - mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ - for file in *; do \ - if test -f $$file; then \ - ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ - fi; \ - done); \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - else \ - if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ - :; \ - else \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - fi; \ - fi; \ - fi; \ - done; \ - done - - # Define this as empty until I found a useful application. - installcheck: - - uninstall: uninstall-exec uninstall-data - uninstall-exec: - uninstall-data: uninstall-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - for file in $(DISTFILES.common) Makevars.template; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - uninstall-data-no: - uninstall-data-yes: - catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - done; \ - done - - check: all - - info dvi ps pdf html tags TAGS ctags CTAGS ID: - - mostlyclean: - rm -f remove-potcdate.sed - rm -f stamp-poT - rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po - rm -fr *.o - - clean: mostlyclean - - distclean: clean - rm -f Makefile Makefile.in POTFILES *.mo - - maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - rm -f stamp-po $(GMOFILES) - - distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) - dist distdir: - test -z "$(DISTFILESDEPS)" || $(MAKE) $(DISTFILESDEPS) - @$(MAKE) dist2 - # This is a separate target because 'update-po' must be executed before. - dist2: stamp-po $(DISTFILES) - dists="$(DISTFILES)"; \ - if test "$(PACKAGE)" = "gettext-tools"; then \ - dists="$$dists Makevars.template"; \ - fi; \ - if test -f $(srcdir)/$(DOMAIN).pot; then \ - dists="$$dists $(DOMAIN).pot stamp-po"; \ - fi; \ - if test -f $(srcdir)/ChangeLog; then \ - dists="$$dists ChangeLog"; \ - fi; \ - for i in 0 1 2 3 4 5 6 7 8 9; do \ - if test -f $(srcdir)/ChangeLog.$$i; then \ - dists="$$dists ChangeLog.$$i"; \ - fi; \ - done; \ - if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ - for file in $$dists; do \ - if test -f $$file; then \ - cp -p $$file $(distdir) || exit 1; \ - else \ - cp -p $(srcdir)/$$file $(distdir) || exit 1; \ - fi; \ - done - - update-po: Makefile - $(MAKE) $(DOMAIN).pot-update - test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) - $(MAKE) update-gmo - - # General rule for creating PO files. - - .nop.po-create: - @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ - echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ - exit 1 - - # General rule for updating PO files. - - .nop.po-update: - @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ - if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; fi; \ - tmpdir=`pwd`; \ - echo "$$lang:"; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ - cd $(srcdir); \ - if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ - $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ - *) \ - $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ - esac; \ - }; then \ - if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "msgmerge for $$lang.po failed!" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi - - $(DUMMYPOFILES): - - update-gmo: Makefile $(GMOFILES) - @: - - # Recreate Makefile by invoking config.status. Explicitly invoke the shell, - # because execution permission bits may not work on the current file system. - # Use /bin/sh, which is the shell determined by autoconf for the use by its - # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. - Makefile: Makefile.in.in Makevars $(top_builddir)/config.status POTFILES.in LINGUAS - cd $(top_builddir) \ - && /bin/sh ./config.status $(subdir)/$@.in po-directories - - force: - - # Tell versions [3.59,3.63) of GNU make not to export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: - # This file, Rules-quot, can be copied and used freely without restrictions. - # Special Makefile rules for English message catalogs with quotation marks. - - DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot - - .SUFFIXES: .insert-header .po-update-en - - en@quot.po-create: - $(MAKE) en@quot.po-update - en@boldquot.po-create: - $(MAKE) en@boldquot.po-update - - en@quot.po-update: en@quot.po-update-en - en@boldquot.po-update: en@boldquot.po-update-en - - .insert-header.po-update-en: - @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ - if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ - tmpdir=`pwd`; \ - echo "$$lang:"; \ - ll=`echo $$lang | sed -e 's/@.*//'`; \ - LC_ALL=C; export LC_ALL; \ - cd $(srcdir); \ - if $(MSGINIT) $(MSGINIT_OPTIONS) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null \ - | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \ - { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \ - $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \ - ;; \ - *) \ - $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \ - ;; \ - esac } 2>/dev/null > $$tmpdir/$$lang.new.po \ - ; then \ - if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "creation of $$lang.po failed!" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi - - en@quot.insert-header: insert-header.sin - sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header - - en@boldquot.insert-header: insert-header.sin - sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header - - mostlyclean: mostlyclean-quot - mostlyclean-quot: - rm -f *.insert-header --- 0 ---- diff -Nrc2 texinfo-6.4/po/Makefile.in texinfo-6.5/po/Makefile.in *** texinfo-6.4/po/Makefile.in 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/po/Makefile.in 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,483 **** - # Makefile for PO directory in any package using GNU gettext. - # Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu> - # - # Copying and distribution of this file, with or without modification, - # are permitted in any medium without royalty provided the copyright - # notice and this notice are preserved. This file is offered as-is, - # without any warranty. - # - # Origin: gettext-0.19.8 - GETTEXT_MACRO_VERSION = 0.19 - - PACKAGE = texinfo - VERSION = 6.4 - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - - SED = /usr/bin/sed - SHELL = /bin/sh - - - srcdir = . - top_srcdir = .. - - - prefix = /usr/local - exec_prefix = ${prefix} - datarootdir = ${prefix}/share - datadir = ${datarootdir} - localedir = ${datarootdir}/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - - # We use $(mkdir_p). - # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as - # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, - # ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh does not start with $(SHELL), so we add it. - # In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined - # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake - # versions, $(mkinstalldirs) and $(install_sh) are unused. - mkinstalldirs = $(SHELL) ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh -d - install_sh = $(SHELL) ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - MKDIR_P = /usr/bin/mkdir -p - mkdir_p = $(MKDIR_P) - - # When building gettext-tools, we prefer to use the built programs - # rather than installed programs. However, we can't do that when we - # are cross compiling. - CROSS_COMPILING = @CROSS_COMPILING@ - - GMSGFMT_ = /usr/local/bin/msgfmt - GMSGFMT_no = /usr/local/bin/msgfmt - GMSGFMT_yes = /usr/local/bin/msgfmt - GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) - MSGFMT_ = /usr/local/bin/msgfmt - MSGFMT_no = /usr/local/bin/msgfmt - MSGFMT_yes = /usr/local/bin/msgfmt - MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) - XGETTEXT_ = /usr/local/bin/xgettext - XGETTEXT_no = /usr/local/bin/xgettext - XGETTEXT_yes = /usr/local/bin/xgettext - XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) - MSGMERGE = msgmerge - MSGMERGE_UPDATE = /usr/local/bin/msgmerge --update - MSGINIT = msginit - MSGCONV = msgconv - MSGFILTER = msgfilter - - POFILES = @POFILES@ - GMOFILES = @GMOFILES@ - UPDATEPOFILES = @UPDATEPOFILES@ - DUMMYPOFILES = @DUMMYPOFILES@ - DISTFILES.common = Makefile.in.in remove-potcdate.sin \ - $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) - DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ - $(POFILES) $(GMOFILES) \ - $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) - - POTFILES = \ - - CATALOGS = @CATALOGS@ - - POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot - POFILESDEPS_yes = $(POFILESDEPS_) - POFILESDEPS_no = - POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT)) - - DISTFILESDEPS_ = update-po - DISTFILESDEPS_yes = $(DISTFILESDEPS_) - DISTFILESDEPS_no = - DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_UPDATE_PO)) - - # Makevars gets inserted here. (Don't remove this line!) - - .SUFFIXES: - .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update - - .po.mo: - @echo "$(MSGFMT) -c -o $@ $<"; \ - $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ - - .po.gmo: - @lang=`echo $* | sed -e 's,.*/,,'`; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ - cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo - - .sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - - - all: all-yes - - all-yes: stamp-po - all-no: - - # Ensure that the gettext macros and this Makefile.in.in are in sync. - CHECK_MACRO_VERSION = \ - test "$(GETTEXT_MACRO_VERSION)" = "0.19" \ - || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version 0.19" 1>&2; \ - exit 1; \ - } - - # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no - # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because - # we don't want to bother translators with empty POT files). We assume that - # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. - # In this case, stamp-po is a nop (i.e. a phony target). - - # stamp-po is a timestamp denoting the last time at which the CATALOGS have - # been loosely updated. Its purpose is that when a developer or translator - # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, - # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent - # invocations of "make" will do nothing. This timestamp would not be necessary - # if updating the $(CATALOGS) would always touch them; however, the rule for - # $(POFILES) has been designed to not touch files that don't need to be - # changed. - stamp-po: $(srcdir)/$(DOMAIN).pot - @$(CHECK_MACRO_VERSION) - test ! -f $(srcdir)/$(DOMAIN).pot || \ - test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) - @test ! -f $(srcdir)/$(DOMAIN).pot || { \ - echo "touch stamp-po" && \ - echo timestamp > stamp-poT && \ - mv stamp-poT stamp-po; \ - } - - # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', - # otherwise packages like GCC can not be built if only parts of the source - # have been downloaded. - - # This target rebuilds $(DOMAIN).pot; it is an expensive operation. - # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. - # The determination of whether the package xyz is a GNU one is based on the - # heuristic whether some file in the top level directory mentions "GNU xyz". - # If GNU 'find' is available, we avoid grepping through monster files. - $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed - package_gnu="$(PACKAGE_GNU)"; \ - test -n "$$package_gnu" || { \ - if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ - LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f \ - -size -10000000c -exec grep 'GNU texinfo' \ - /dev/null '{}' ';' 2>/dev/null; \ - else \ - LC_ALL=C grep 'GNU texinfo' $(top_srcdir)/* 2>/dev/null; \ - fi; \ - } | grep -v 'libtool:' >/dev/null; then \ - package_gnu=yes; \ - else \ - package_gnu=no; \ - fi; \ - }; \ - if test "$$package_gnu" = "yes"; then \ - package_prefix='GNU '; \ - else \ - package_prefix=''; \ - fi; \ - if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ - msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ - else \ - msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ - fi; \ - case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ - $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ - --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ - --files-from=$(srcdir)/POTFILES.in \ - --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address="$$msgid_bugs_address" \ - ;; \ - *) \ - $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ - --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ - --files-from=$(srcdir)/POTFILES.in \ - --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --package-name="$${package_prefix}texinfo" \ - --package-version='6.4' \ - --msgid-bugs-address="$$msgid_bugs_address" \ - ;; \ - esac - test ! -f $(DOMAIN).po || { \ - if test -f $(srcdir)/$(DOMAIN).pot-header; then \ - sed -e '1,/^#$$/d' < $(DOMAIN).po > $(DOMAIN).1po && \ - cat $(srcdir)/$(DOMAIN).pot-header $(DOMAIN).1po > $(DOMAIN).po; \ - rm -f $(DOMAIN).1po; \ - fi; \ - if test -f $(srcdir)/$(DOMAIN).pot; then \ - sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ - sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ - if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ - rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ - else \ - rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ - mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ - fi; \ - else \ - mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ - fi; \ - } - - # This rule has no dependencies: we don't need to update $(DOMAIN).pot at - # every "make" invocation, only create it when it is missing. - # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. - $(srcdir)/$(DOMAIN).pot: - $(MAKE) $(DOMAIN).pot-update - - # This target rebuilds a PO file if $(DOMAIN).pot has changed. - # Note that a PO file is not touched if it doesn't need to be changed. - $(POFILES): $(POFILESDEPS) - @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ - if test -f "$(srcdir)/$${lang}.po"; then \ - test -f $(srcdir)/$(DOMAIN).pot || $(MAKE) $(srcdir)/$(DOMAIN).pot; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ - cd $(srcdir) \ - && { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ - $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ - *) \ - $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ - esac; \ - }; \ - else \ - $(MAKE) $${lang}.po-create; \ - fi - - - install: install-exec install-data - install-exec: - install-data: install-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ - for file in $(DISTFILES.common) Makevars.template; do \ - $(INSTALL_DATA) $(srcdir)/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - for file in Makevars; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - install-data-no: all - install-data-yes: all - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $(DESTDIR)$$dir; \ - if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ - $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ - echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ - link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ - mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ - for file in *; do \ - if test -f $$file; then \ - ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ - fi; \ - done); \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - else \ - if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ - :; \ - else \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - fi; \ - fi; \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ - ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ - cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ - fi; \ - done; \ - done - - install-strip: install - - installdirs: installdirs-exec installdirs-data - installdirs-exec: - installdirs-data: installdirs-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ - else \ - : ; \ - fi - installdirs-data-no: - installdirs-data-yes: - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $(DESTDIR)$$dir; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ - link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ - mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ - for file in *; do \ - if test -f $$file; then \ - ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ - fi; \ - done); \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - else \ - if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ - :; \ - else \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - fi; \ - fi; \ - fi; \ - done; \ - done - - # Define this as empty until I found a useful application. - installcheck: - - uninstall: uninstall-exec uninstall-data - uninstall-exec: - uninstall-data: uninstall-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - for file in $(DISTFILES.common) Makevars.template; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - uninstall-data-no: - uninstall-data-yes: - catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - done; \ - done - - check: all - - info dvi ps pdf html tags TAGS ctags CTAGS ID: - - mostlyclean: - rm -f remove-potcdate.sed - rm -f stamp-poT - rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po - rm -fr *.o - - clean: mostlyclean - - distclean: clean - rm -f Makefile Makefile.in POTFILES *.mo - - maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - rm -f stamp-po $(GMOFILES) - - distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) - dist distdir: - test -z "$(DISTFILESDEPS)" || $(MAKE) $(DISTFILESDEPS) - @$(MAKE) dist2 - # This is a separate target because 'update-po' must be executed before. - dist2: stamp-po $(DISTFILES) - dists="$(DISTFILES)"; \ - if test "$(PACKAGE)" = "gettext-tools"; then \ - dists="$$dists Makevars.template"; \ - fi; \ - if test -f $(srcdir)/$(DOMAIN).pot; then \ - dists="$$dists $(DOMAIN).pot stamp-po"; \ - fi; \ - if test -f $(srcdir)/ChangeLog; then \ - dists="$$dists ChangeLog"; \ - fi; \ - for i in 0 1 2 3 4 5 6 7 8 9; do \ - if test -f $(srcdir)/ChangeLog.$$i; then \ - dists="$$dists ChangeLog.$$i"; \ - fi; \ - done; \ - if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ - for file in $$dists; do \ - if test -f $$file; then \ - cp -p $$file $(distdir) || exit 1; \ - else \ - cp -p $(srcdir)/$$file $(distdir) || exit 1; \ - fi; \ - done - - update-po: Makefile - $(MAKE) $(DOMAIN).pot-update - test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) - $(MAKE) update-gmo - - # General rule for creating PO files. - - .nop.po-create: - @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ - echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ - exit 1 - - # General rule for updating PO files. - - .nop.po-update: - @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ - if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; fi; \ - tmpdir=`pwd`; \ - echo "$$lang:"; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ - cd $(srcdir); \ - if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ - $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ - *) \ - $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ - esac; \ - }; then \ - if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "msgmerge for $$lang.po failed!" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi - - $(DUMMYPOFILES): - - update-gmo: Makefile $(GMOFILES) - @: - - # Recreate Makefile by invoking config.status. Explicitly invoke the shell, - # because execution permission bits may not work on the current file system. - # Use /bin/sh, which is the shell determined by autoconf for the use by its - # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. - Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ - cd $(top_builddir) \ - && /bin/sh ./config.status $(subdir)/$@.in po-directories - - force: - - # Tell versions [3.59,3.63) of GNU make not to export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: --- 0 ---- diff -Nrc2 texinfo-6.4/po/POTFILES texinfo-6.5/po/POTFILES *** texinfo-6.4/po/POTFILES 2017-07-03 17:44:30.000000000 +0100 --- texinfo-6.5/po/POTFILES 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - ../gnulib/lib/error.c \ - ../gnulib/lib/getopt.c \ - ../gnulib/lib/regcomp.c \ - ../gnulib/lib/xalloc-die.c \ - ../info/echo-area.c \ - ../info/filesys.c \ - ../info/footnotes.c \ - ../info/footnotes.h \ - ../info/indices.c \ - ../info/indices.h \ - ../info/info-utils.c \ - ../info/info.c \ - ../info/infodoc.c \ - ../info/infomap.c \ - ../info/infokey.c \ - ../info/m-x.c \ - ../info/makedoc.c \ - ../info/nodemenu.c \ - ../info/pcterm.c \ - ../info/search.c \ - ../info/session.c \ - ../info/variables.c \ - ../info/window.c \ - ../install-info/install-info.c \ - ../tp/DebugTexinfo/DebugTree.pm \ - ../tp/Texinfo/Common.pm \ - ../tp/Texinfo/Convert/Converter.pm \ - ../tp/Texinfo/Convert/DocBook.pm \ - ../tp/Texinfo/Convert/HTML.pm \ - ../tp/Texinfo/Convert/IXIN.pm \ - ../tp/Texinfo/Convert/Info.pm \ - ../tp/Texinfo/Convert/Plaintext.pm \ - ../tp/Texinfo/Convert/Text.pm \ - ../tp/Texinfo/Convert/TexinfoXML.pm \ - ../tp/Texinfo/Parser.pm \ - ../tp/Texinfo/Report.pm \ - ../tp/Texinfo/Structuring.pm \ - ../tp/init/chm.pm \ - ../tp/init/latex2html.pm \ - ../tp/init/tex4ht.pm \ - ../tp/texi2any.pl --- 0 ---- Binary files texinfo-6.4/po/ca.gmo and texinfo-6.5/po/ca.gmo differ diff -Nrc2 texinfo-6.4/po/ca.po texinfo-6.5/po/ca.po *** texinfo-6.4/po/ca.po 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/ca.po 2017-08-19 19:55:13.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo 6.1.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2016-12-30 07:10+0100\n" "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n" --- 8,12 ---- "Project-Id-Version: texinfo 6.1.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2016-12-30 07:10+0100\n" "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n" *************** *** 390,429 **** msgstr "No hi ha un element de menú `%s' al node `%s'." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "No es pot trobar el node `%s'." ! #: info/info.c:437 #, fuzzy, c-format msgid "No program name given" msgstr "No s'ha donat un nom de programa." ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "número no vàlid: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "Assignació mal format de variable: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: la variable no existeix" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "el valor %s no és vàlid per a la variable %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Proveu --help per a més informació.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 390,429 ---- msgstr "No hi ha un element de menú `%s' al node `%s'." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "No es pot trobar el node `%s'." ! #: info/info.c:439 #, fuzzy, c-format msgid "No program name given" msgstr "No s'ha donat un nom de programa." ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "número no vàlid: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "Assignació mal format de variable: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: la variable no existeix" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "el valor %s no és vàlid per a la variable %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Proveu --help per a més informació.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 441,450 **** "No hi ha CAP GARANTIA, en la mesura que ho permet la llei.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "no s'han trobat entrades d'índex per a `%s'\n" ! #: info/info.c:1089 #, c-format msgid "" --- 441,450 ---- "No hi ha CAP GARANTIA, en la mesura que ho permet la llei.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "no s'han trobat entrades d'índex per a `%s'\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 457,461 **** "Llegiu la informació en format Info.\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 457,461 ---- "Llegiu la informació en format Info.\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 475,479 **** " -f, --file=MANUAL especifiqueu al manual INFO a visitar." ! #: info/info.c:1102 #, fuzzy msgid "" --- 475,479 ---- " -f, --file=MANUAL especifiqueu al manual INFO a visitar." ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 490,498 **** " -o, --output=FITXER bolca els nodes escollits a FITXER." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" --- 490,498 ---- " -o, --output=FITXER bolca els nodes escollits a FITXER." ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" *************** *** 500,504 **** " -b, --speech-friendly sigues amigable amb els sintetitzadors de veu." ! #: info/info.c:1116 #, fuzzy msgid "" --- 500,504 ---- " -b, --speech-friendly sigues amigable amb els sintetitzadors de veu." ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 520,524 **** "tot).\n" ! #: info/info.c:1122 msgid "" "\n" --- 520,524 ---- "tot).\n" ! #: info/info.c:1124 msgid "" "\n" *************** *** 538,542 **** "de menú relatius al node inicial que s'ha visitat." ! #: info/info.c:1129 msgid "" "\n" --- 538,542 ---- "de menú relatius al node inicial que s'ha visitat." ! #: info/info.c:1131 msgid "" "\n" *************** *** 546,550 **** "Per a un resum de les assignacions de tecles, entreu H dins d'Info." ! #: info/info.c:1132 #, fuzzy msgid "" --- 546,550 ---- "Per a un resum de les assignacions de tecles, entreu H dins d'Info." ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 582,586 **** " info -f ./bla.info mostra el fitxer ./bla.info, sense buscar a dir" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 582,586 ---- " info -f ./bla.info mostra el fitxer ./bla.info, sense buscar a dir" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 592,664 **** "Pàgina d'inici de texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "No es pot trobar el node '(%s)%s'." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "No es pot trobar una finestra!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "El punt no apareix dins del node d'aquesta finestra!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "No es pot eliminar l'última finestra." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "No hi ha un menú a aquest node." ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "No hi ha notes a peu de pàgina a aquest node." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "No hi ha referències creuades a aquest node." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "No hi ha un punter '%s' per a aquest node." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Ordre `%c' d'Info desconeguda; proveu `?' per a ajuda." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "La terminal tipus `%s' no és prou intel·ligent per executar Info." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Ja esteu a l'última pàgina d'aquest node." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Ja esteu a la primera pàgina d'aquest node." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "Sols una finestra." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "La finestra resultant seria massa petita." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 592,664 ---- "Pàgina d'inici de texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "No es pot trobar el node '(%s)%s'." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "No es pot trobar una finestra!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "El punt no apareix dins del node d'aquesta finestra!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "No es pot eliminar l'última finestra." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "No hi ha un menú a aquest node." ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "No hi ha notes a peu de pàgina a aquest node." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "No hi ha referències creuades a aquest node." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "No hi ha un punter '%s' per a aquest node." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Ordre `%c' d'Info desconeguda; proveu `?' per a ajuda." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "La terminal tipus `%s' no és prou intel·ligent per executar Info." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Ja esteu a l'última pàgina d'aquest node." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Ja esteu a la primera pàgina d'aquest node." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "Sols una finestra." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "La finestra resultant seria massa petita." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1471,1535 **** msgstr "S'estan usant cadenes literals de caràcters per a les cerques." ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "Es continuarà la cerca des del final del document." ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Es continuarà la cerca des del principi del document." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "S'està buscant el subfitxer %s..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "La cerca ha fallat." ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Cerca d'expressió regular" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Cerca" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr "respectant majúscules i minúscules" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " cap endarrere" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "La cadena de caràcters de cerca és massa curta" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Es retornarà a l'última concordança des de %s" ! #: info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "No more matches" msgstr "No hi ha més concordances" ! #: info/session.c:4577 #, fuzzy msgid "Search this node and subnodes for a string" --- 1471,1535 ---- msgstr "S'estan usant cadenes literals de caràcters per a les cerques." ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "Es continuarà la cerca des del final del document." ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Es continuarà la cerca des del principi del document." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "S'està buscant el subfitxer %s..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "La cerca ha fallat." ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Cerca d'expressió regular" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Cerca" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr "respectant majúscules i minúscules" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " cap endarrere" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "La cadena de caràcters de cerca és massa curta" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Es retornarà a l'última concordança des de %s" ! #: info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "No more matches" msgstr "No hi ha més concordances" ! #: info/session.c:4574 #, fuzzy msgid "Search this node and subnodes for a string" *************** *** 1537,1661 **** #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "S'està buscant el subfitxer %s..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Ves a la concordança següent del subarbre Info" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "No hi ha cap cerca activa" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Ves a la concordança anterior al subarbre Info" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "" "Llegeix una cadena de caràcters i busca-la respectant majúscules i minúscules" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Llegeix una cadena de caràcters i busca-la" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Llegeix una cadena de caràcters i busca cap endarrere per ella" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Repeteix l'última cerca en la mateixa direcció" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "No hi ha una cadena de caràcters de cerca prèvia" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Repeteix l'última cerca en la direcció inversa" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Neteja les concordances mostrades de cerca" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "" "Cerca interactivament per una cadena de caràcters a mesura que l'escriviu" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "I-cerca l'expressió regular cap endarrere: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-cerca cap endarrere: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "I-cerca l'expressió regular: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-cerca: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Està fallant " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Cancel·la l'operació actual" ! #: info/session.c:5281 msgid "Quit" msgstr "Surt" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Mostra la informació de versió de l'Info que s'està executant" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info versió %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Torna a dibuixar la pantalla" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Surt d'Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Executa l'ordre lligada a la variant minúscula d'aquesta tecla" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Ordre desconeguda (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" no és vàlid" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "'%s' no és vàlid" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Afegeix aquest dígit a l'argument numèric actual" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Inicia (o multiplica per 4) l'argument numèric actual" --- 1537,1661 ---- #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "S'està buscant el subfitxer %s..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Ves a la concordança següent del subarbre Info" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "No hi ha cap cerca activa" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Ves a la concordança anterior al subarbre Info" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "" "Llegeix una cadena de caràcters i busca-la respectant majúscules i minúscules" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Llegeix una cadena de caràcters i busca-la" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Llegeix una cadena de caràcters i busca cap endarrere per ella" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Repeteix l'última cerca en la mateixa direcció" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "No hi ha una cadena de caràcters de cerca prèvia" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Repeteix l'última cerca en la direcció inversa" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Neteja les concordances mostrades de cerca" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "" "Cerca interactivament per una cadena de caràcters a mesura que l'escriviu" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "I-cerca l'expressió regular cap endarrere: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-cerca cap endarrere: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "I-cerca l'expressió regular: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-cerca: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Està fallant " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Cancel·la l'operació actual" ! #: info/session.c:5278 msgid "Quit" msgstr "Surt" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Mostra la informació de versió de l'Info que s'està executant" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info versió %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Torna a dibuixar la pantalla" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Surt d'Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Executa l'ordre lligada a la variant minúscula d'aquesta tecla" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Ordre desconeguda (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" no és vàlid" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "'%s' no és vàlid" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Afegeix aquest dígit a l'argument numèric actual" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Inicia (o multiplica per 4) l'argument numèric actual" *************** *** 2088,2096 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2088,2096 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2098,2110 **** msgstr "no s'ha pogut obrir %s per escriure: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "sempre es permet la recursivitat" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "els arguments estan entre cometes de forma predeterminada" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2098,2110 ---- msgstr "no s'ha pogut obrir %s per escriure: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "sempre es permet la recursivitat" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "els arguments estan entre cometes de forma predeterminada" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2113,2117 **** "de títol" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2113,2117 ---- "de títol" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2121,2168 **** "després de la pàgina de títol" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s no és un codi vàlid" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s no es un codi vàlid de regió" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s no és una possibilitat vàlida de divisió" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "no s'ha pogut llegir %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "error en tancar fitxer @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: no s'ha pogut trobar %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "no hi ha un node a reanomenar" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "hi ha nodes sense un nom nou al final del fitxer" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "no s'ha pogut obrir %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2121,2168 ---- "després de la pàgina de títol" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s no és un codi vàlid" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s no es un codi vàlid de regió" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s no és una possibilitat vàlida de divisió" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "no s'ha pogut llegir %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "error en tancar fitxer @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: no s'ha pogut trobar %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "no hi ha un node a reanomenar" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "hi ha nodes sense un nom nou al final del fitxer" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "no s'ha pogut obrir %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2180,2188 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2180,2188 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2204,2208 **** msgstr "no s'ha trobar el fitxer @image `%s', s'usarà `%s'" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "no s'ha especificat un argument per a @U" --- 2204,2208 ---- msgstr "no s'ha trobar el fitxer @image `%s', s'usarà `%s'" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "no s'ha especificat un argument per a @U" *************** *** 2213,2222 **** msgstr "no s'ha trobat el fitxer @image `%s' (for HTML), s'usarà `%s'" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "el format en cru %s no es convertirà" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" --- 2213,2222 ---- msgstr "no s'ha trobat el fitxer @image `%s' (for HTML), s'usarà `%s'" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "el format en cru %s no es convertirà" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" *************** *** 2224,2322 **** "no s'ha pogut obrir el fitxer de configuració de referències html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "tipus que falta" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "tipus no reconegut: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "error en tancar el fitxer de configuració de referències html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "la cadena de caràcters no està tancada al fitxer css" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-include ha finalitzat en un comentari" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import no ha acabat a un fitxer css" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "No s'ha trobat el fitxer CSS %s" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "no s'ha pogut obrir --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "error en tancar el fitxer CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "no s'ha trobat una entrada htmlxref.cnf per a `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "error en tancar el fitxer marc %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "error en tancar el fitxer marc taula de continguts %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "ha fallat el gestor %s de l'etapa %s amb prioritat %s" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "heu d'especificar un títol amb una ordre de títol o @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "error en tancar el fitxer de node de redirecció %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "el nom antic per a `%s' és un node del document" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "el fitxer està buit per al node reanomenat `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "el node destí (nou nom per a `%s') no està al document: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "error en tancar el fitxer reanomenat de node de redirecció %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "nom buit de node" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2224,2322 ---- "no s'ha pogut obrir el fitxer de configuració de referències html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "tipus que falta" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "tipus no reconegut: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "error en tancar el fitxer de configuració de referències html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "la cadena de caràcters no està tancada al fitxer css" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-include ha finalitzat en un comentari" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import no ha acabat a un fitxer css" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "No s'ha trobat el fitxer CSS %s" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "no s'ha pogut obrir --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "error en tancar el fitxer CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "no s'ha trobat una entrada htmlxref.cnf per a `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "error en tancar el fitxer marc %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "error en tancar el fitxer marc taula de continguts %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "ha fallat el gestor %s de l'etapa %s amb prioritat %s" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "heu d'especificar un títol amb una ordre de títol o @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "error en tancar el fitxer de node de redirecció %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "el nom antic per a `%s' és un node del document" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "el fitxer està buit per al node reanomenat `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "el node destí (nou nom per a `%s') no està al document: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "error en tancar el fitxer reanomenat de node de redirecció %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "nom buit de node" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2356,2360 **** msgstr "L'entrada d'índex a @%s amb : productio Info invàlid: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2356,2360 ---- msgstr "L'entrada d'índex a @%s amb : productio Info invàlid: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2422,2550 **** msgstr "el nom d'entrada de menú no hauria de contenir `:'" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "nom de node buit després d'expansió `%s'" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s `%s' definit prèviament" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "aquí està la definició prèvia de @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "argument buit a @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "@%s múltiple" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "argument formal @%s incorrecte o buit: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "sintaxi incorrecta per a argument @%s: %s " ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s requereix un nom" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "nom incorrecte per a @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s vist abans @%s claudàtor de tancada" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s vist abans @%s claudàtor de tancada" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s claudàtor de tancada que falta" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s seqüència de delimitació de tancada que falta: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx no hauria de començar @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx ha de seguir @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s té text però no @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' esperava `%s', però ha vist `%s'" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "s'ha vist @%s abans de @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "no hi ha `%cend %s' concordant" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "%c fora de lloc" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "`%c%s' no concordat" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "el macro `%s' s'ha cridat amb massa arguments" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s claudàtor de tancada que falta" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "el macro `%s' s'ha declarat sense un argument cridat amb un argument" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" --- 2422,2550 ---- msgstr "el nom d'entrada de menú no hauria de contenir `:'" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "nom de node buit després d'expansió `%s'" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s `%s' definit prèviament" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "aquí està la definició prèvia de @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "argument buit a @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "@%s múltiple" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "argument formal @%s incorrecte o buit: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "sintaxi incorrecta per a argument @%s: %s " ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s requereix un nom" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "nom incorrecte per a @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s vist abans @%s claudàtor de tancada" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s vist abans @%s claudàtor de tancada" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s claudàtor de tancada que falta" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s seqüència de delimitació de tancada que falta: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx no hauria de començar @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx ha de seguir @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s té text però no @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' esperava `%s', però ha vist `%s'" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "s'ha vist @%s abans de @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "no hi ha `%cend %s' concordant" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "%c fora de lloc" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "`%c%s' no concordat" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "el macro `%s' s'ha cridat amb massa arguments" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s claudàtor de tancada que falta" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "el macro `%s' s'ha declarat sense un argument cridat amb un argument" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" *************** *** 2552,2591 **** "\\ a expansió @%s seguida de `%s' en comptes del nom de paràmetre o \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "nom que falta per a @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "categoria que falta per a @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argument inesperat sobre @%s a la línia: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "multitaula buida" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "argument superflu a @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "argument incorrecte a @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s requereix un argument: el formatejador per a %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2552,2591 ---- "\\ a expansió @%s seguida de `%s' en comptes del nom de paràmetre o \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "nom que falta per a @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "categoria que falta per a @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argument inesperat sobre @%s a la línia: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "multitaula buida" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "argument superflu a @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "argument incorrecte a @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s requereix un argument: el formatejador per a %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2594,2657 **** "estar a la línia @%s" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "l'ordre d'accent `@%s' no està permesa com argument @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s argument que falta" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "@end desconegut %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "argument superflu a @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "argument incorrecte a @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: no s'ha pogut obrir %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "la codificació `%s' no és una codificació de texinfo canònica" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nom `%s' de codificació no reconegut" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s després del primer element" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s sols té sentit a una línia @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s no hauria d'estar associat amb @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" --- 2594,2652 ---- "estar a la línia @%s" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "l'ordre d'accent `@%s' no està permesa com argument @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s argument que falta" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "@end desconegut %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "argument superflu a @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "argument incorrecte a @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: no s'ha pogut obrir %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "la codificació `%s' no és una codificació de texinfo canònica" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nom `%s' de codificació no reconegut" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s després del primer element" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s sols té sentit a una línia @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" *************** *** 2659,2702 **** "@node precedeix @%s, però les parts no haurien d'estar associades amb nodes" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "nom buit d'entrada de menú a `%s'" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "nom buit de node a entrada de menú" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s no hauria d'aparèixer a @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s hauria d'aparèixer únicament a un principi de línia" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "el macro `%s' ha estat definit prèviament" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "aquí està la definició prèvia de `%s'" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "s'està redefinint l'ordre de llenguatge Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s sense un caràcter associat" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2654,2697 ---- "@node precedeix @%s, però les parts no haurien d'estar associades amb nodes" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "nom buit d'entrada de menú a `%s'" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "nom buit de node a entrada de menú" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s no hauria d'aparèixer a @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s hauria d'aparèixer únicament a un principi de línia" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "el macro `%s' ha estat definit prèviament" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "aquí està la definició prèvia de `%s'" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "s'està redefinint l'ordre de llenguatge Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s sense un caràcter associat" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2704,2708 **** msgstr "@%s definit amb zero o més d'un argument hauria de ser invocat amb {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2699,2703 ---- msgstr "@%s definit amb zero o més d'un argument hauria de ser invocat amb {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2713,2717 **** "per anul·lar-ho: el valor actual és %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2708,2712 ---- "per anul·lar-ho: el valor actual és %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2719,2843 **** "no està permès la crida recursiva del macro %s; useu @rmacro si es necessita" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "l'ordre d'accent `@%s' no ha de ser seguida per espai en blanc" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "useu claudàtors per donar una ordre com argument per a @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s espera `i' o `j' com argument, no `%s'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "l'ordre d'accent `@%s' no ha de ser seguida per una línia nova" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s esperava claudàtors" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "etiqueta no definida: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "sintaxi incorrecta per a @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s és obsolet." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s és obsolet; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s hauria d'aparèixer únicament a un començament de línia" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s no està permès dins d'un bloc `@%s'" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s hauria d'aparèixer únicament a la capçalera o al peu" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s no té sentit dins d'un bloc `@%s'" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s a una multitaula buida" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab abans de @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "massa columnes a element multitaula (max %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "s'ignorarà @tab fora d'una multitaula" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s fora d'una taula o una llista" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "ha d'estar a darrera de `@%s' per usar `@%s'" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s no té sentit fora d'entorns `@titlepage' i `@quotation'" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory després del primer node" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "no es permet una regió %s dins d'una regió %s" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry després del primer node" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "s'ha vist @%s abans del primer @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2714,2838 ---- "no està permès la crida recursiva del macro %s; useu @rmacro si es necessita" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "l'ordre d'accent `@%s' no ha de ser seguida per espai en blanc" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "useu claudàtors per donar una ordre com argument per a @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s espera `i' o `j' com argument, no `%s'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "l'ordre d'accent `@%s' no ha de ser seguida per una línia nova" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s esperava claudàtors" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "etiqueta no definida: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "sintaxi incorrecta per a @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s és obsolet." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s és obsolet; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s hauria d'aparèixer únicament a un començament de línia" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s no està permès dins d'un bloc `@%s'" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s hauria d'aparèixer únicament a la capçalera o al peu" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s no té sentit dins d'un bloc `@%s'" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s a una multitaula buida" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab abans de @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "massa columnes a element multitaula (max %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "s'ignorarà @tab fora d'una multitaula" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s fora d'una taula o una llista" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "ha d'estar a darrera de `@%s' per usar `@%s'" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s no té sentit fora d'entorns `@titlepage' i `@quotation'" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory després del primer node" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "no es permet una regió %s dins d'una regió %s" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry després del primer node" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "s'ha vist @%s abans del primer @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2846,3037 **** "comptes de @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s no hauria d'aparèixer a un context de matemàtiques" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "ordre `%s' desconeguda" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "@ no esperat" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s no té sentit fora d'un entorn `@float'" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s hauria de estar just a sota de `@float'" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "s'ignoraran @%s múltiples" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "l'ordre @%s no accepta arguments" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "a l'ordre @%s li falta un node o un argument manual extern" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "a @%s nom buit de referència creuada després de l'expansió `%s'" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "a @%s títol buit de referència creuada després de l'expansió `%s'" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "argument de nom de fitxer que falta a @image" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "primer argument que falta a @%s" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "digits que no són hex a l'argument de @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "menys de quatre dígits hex a l'argument per a @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "l'argument per a @U excedeix al máxim d'Unicode 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "arguments superflus per a node" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "s'esperava @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s hauria d'acceptar únicament una ordre amb @ com argument, no `%s'" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "argument restant a la línia @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "ordre d'entorn %s com argument per a @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "@%s buit" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "la fracció de columna no és un número: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "argument @sp ha de ser numèric, no `%s'" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "nom d'índex reservat %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "índex desconegut de font a @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "índex desconegut de destinació a @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s porta a una fusió de %s en sí mateix, s'ignorarà" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "índex desconegut `%s' a @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "s'està imprimint un índex `%s' fusionat en un altre `%s'" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex abans del principi del document: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "l'argument de @%s ha de ser `top' o `bottom', no `%s'" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Sols se suporta @%s 10 o 11, no `%s'" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "l'argument de @%s ha de ser `separate' o `end', no `%s'" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "l'argument @%s ha de ser `on', `off' o `odd', no `%s'" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "l'argument @paragraphindent ha de ser numèric/`none'/`asis', no `%s'" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "l'argument @firstparagraphindent ha de ser `none' o `insert', no `%s'" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "l'argument @exampleindent ha de ser numèric/`asis', no `%s'" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "s'esperava @%s activat o desactivat, no `%s'" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 2841,3032 ---- "comptes de @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s no hauria d'aparèixer a un context de matemàtiques" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "ordre `%s' desconeguda" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "@ no esperat" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s no té sentit fora d'un entorn `@float'" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s hauria de estar just a sota de `@float'" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "s'ignoraran @%s múltiples" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "l'ordre @%s no accepta arguments" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "a l'ordre @%s li falta un node o un argument manual extern" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "a @%s nom buit de referència creuada després de l'expansió `%s'" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "a @%s títol buit de referència creuada després de l'expansió `%s'" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "argument de nom de fitxer que falta a @image" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "primer argument que falta a @%s" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "digits que no són hex a l'argument de @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "menys de quatre dígits hex a l'argument per a @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "l'argument per a @U excedeix al máxim d'Unicode 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "arguments superflus per a node" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "s'esperava @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s hauria d'acceptar únicament una ordre amb @ com argument, no `%s'" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "argument restant a la línia @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "ordre d'entorn %s com argument per a @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "@%s buit" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "la fracció de columna no és un número: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "argument @sp ha de ser numèric, no `%s'" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "nom d'índex reservat %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "índex desconegut de font a @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "índex desconegut de destinació a @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s porta a una fusió de %s en sí mateix, s'ignorarà" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "índex desconegut `%s' a @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, fuzzy, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "s'està imprimint un índex `%s' fusionat en un altre `%s'" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex abans del principi del document: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "l'argument de @%s ha de ser `top' o `bottom', no `%s'" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Sols se suporta @%s 10 o 11, no `%s'" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "l'argument de @%s ha de ser `separate' o `end', no `%s'" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "l'argument @%s ha de ser `on', `off' o `odd', no `%s'" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "l'argument @paragraphindent ha de ser numèric/`none'/`asis', no `%s'" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "l'argument @firstparagraphindent ha de ser `none' o `insert', no `%s'" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "l'argument @exampleindent ha de ser numèric/`asis', no `%s'" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "s'esperava @%s activat o desactivat, no `%s'" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 3039,3048 **** "l'argument de @kbdinputstyle ha de ser `code'/`example'/`distinct', no `%s'" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "l'argument de @allowcodebreaks ha de ser `true' o `false', no `%s'" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3034,3043 ---- "l'argument de @kbdinputstyle ha de ser `code'/`example'/`distinct', no `%s'" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "l'argument de @allowcodebreaks ha de ser `true' o `false', no `%s'" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3050,3064 **** "l'argument de @urefbreakstyle ha de ser `after'/`before'/`none', no `%s'" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "s'elevarà el nivell de la secció de @%s que és massa baix" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "no hi ha una ordre de nivell de capítol abans de @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" --- 3045,3059 ---- "l'argument de @urefbreakstyle ha de ser `after'/`before'/`none', no `%s'" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "s'elevarà el nivell de la secció de @%s que és massa baix" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "no hi ha una ordre de nivell de capítol abans de @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" *************** *** 3067,3096 **** "inferior" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "no hi ha una ordre de secció associada amb @%s" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s no buit" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "referència @%s a node no existent `%s'" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s el nom de node d'entrada `%s' és diferent de %s amb nom `%s'" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "node sense referenciar `%s'" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" --- 3062,3091 ---- "inferior" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "no hi ha una ordre de secció associada amb @%s" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s no buit" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "referència @%s a node no existent `%s'" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s el nom de node d'entrada `%s' és diferent de %s amb nom `%s'" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "node sense referenciar `%s'" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" *************** *** 3098,3102 **** "el node `%s' és %s per a `%s' a la determinació de seccions però no al menú" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" --- 3093,3097 ---- "el node `%s' és %s per a `%s' a la determinació de seccions però no al menú" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" *************** *** 3104,3123 **** "el node %s `%s' al menú `%s' i en el procediment de seccions `%s' difereixen" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "el node `%s' és %s per a `%s' al menú però no a les seccions" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s punter `%s' (per al node `%s') diferent de %s nom `%s'" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referència per a `%s' inexistent" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3099,3118 ---- "el node %s `%s' al menú `%s' i en el procediment de seccions `%s' difereixen" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "el node `%s' és %s per a `%s' al menú però no a les seccions" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s punter `%s' (per al node `%s') diferent de %s nom `%s'" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referència per a `%s' inexistent" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3126,3140 **** "destí Amunt" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "per a `%s', amunt al menú `%s' i amunt `%s' no concorden" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s a `%s', diferent de %s nom `%s'" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3121,3135 ---- "destí Amunt" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "per a `%s', amunt al menú `%s' i amunt `%s' no concorden" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s a `%s', diferent de %s nom `%s'" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3306,3320 **** msgstr "no s'ha pogut llegir el fitxer d'inicialització %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "s'ignorarà l'ordre no reconeguda TEXINFO_OUTPUT_FORMAT valor `%s'\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Ús: %s [OPCIÓ]... FITXER-TEXINFO...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3301,3315 ---- msgstr "no s'ha pogut llegir el fitxer d'inicialització %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "s'ignorarà l'ordre no reconeguda TEXINFO_OUTPUT_FORMAT valor `%s'\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Ús: %s [OPCIÓ]... FITXER-TEXINFO...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3332,3336 **** "\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3327,3331 ---- "\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3372,3376 **** " --version mostra la informació de versió i surt.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3367,3371 ---- " --version mostra la informació de versió i surt.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3392,3396 **** "TEXINFO.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3387,3391 ---- "TEXINFO.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3444,3448 **** "sortida.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3439,3443 ---- "sortida.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3486,3490 **** "(predeterminat %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3481,3485 ---- "(predeterminat %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3513,3517 **** "àncores; de forma predeterminada està activat sols si hi ha divisió.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3508,3512 ---- "àncores; de forma predeterminada està activat sols si hi ha divisió.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3521,3525 **** " --output-indent=VAL no fa res, es manté per compatibilitat.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3516,3520 ---- " --output-indent=VAL no fa res, es manté per compatibilitat.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3529,3533 **** " --Xopt=OPT passa OPT a texi2dvi: es pot repetir.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3524,3528 ---- " --Xopt=OPT passa OPT a texi2dvi: es pot repetir.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3550,3554 **** "igual que amb @clear\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3545,3549 ---- "igual que amb @clear\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3589,3593 **** "@ifnotFORMAT.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3584,3588 ---- "@ifnotFORMAT.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3613,3617 **** "desactivats\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3608,3612 ---- "desactivats\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3644,3648 **** "importa la mida\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3639,3643 ---- "importa la mida\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3650,3654 **** "%s: l'argument --footnote-style ha de ser `separate' o `end', no `%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3645,3649 ---- "%s: l'argument --footnote-style ha de ser `separate' o `end', no `%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3657,3661 **** "%s'.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3652,3656 ---- "%s'.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3663,3691 **** "%s: quan s'estigui generant %s, sols es pot especificar un FITXER amb -o\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "opció --Xopt sense sortida impresa" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "transformació d'arbre desconeguda %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "s'ignorarà la divisió per al format %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: falta l'argument de fitxer.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Proveu `%s --help' per a més informació.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" --- 3658,3686 ---- "%s: quan s'estigui generant %s, sols es pot especificar un FITXER amb -o\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "opció --Xopt sense sortida impresa" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "transformació d'arbre desconeguda %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "s'ignorarà la divisió per al format %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: falta l'argument de fitxer.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Proveu `%s --help' per a més informació.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" *************** *** 3693,3707 **** "ha cap secció?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "error en tancar el fitxer d'expansió de macros %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "no s'ha pogut obrir %s per a escriptura: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3688,3702 ---- "ha cap secció?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "error en tancar el fitxer d'expansió de macros %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "no s'ha pogut obrir %s per a escriptura: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3711,3725 **** "resultat. No hi ha cap secció?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: error en tancar %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: error en tancar els fitxers d'enllaços interns %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3706,3720 ---- "resultat. No hi ha cap secció?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: error en tancar %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: error en tancar els fitxers d'enllaços interns %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" *************** *** 3765,3768 **** --- 3760,3766 ---- #~ "@%s hauria d'aparèixer únicament al principi o al final del document" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s no hauria d'estar associat amb @top" + #~ msgid "No file given for node '%s'." #~ msgstr "No s'ha donat un fitxer per al node `%s'." Binary files texinfo-6.4/po/cs.gmo and texinfo-6.5/po/cs.gmo differ diff -Nrc2 texinfo-6.4/po/cs.po texinfo-6.5/po/cs.po *** texinfo-6.4/po/cs.po 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/cs.po 2017-08-19 19:55:14.000000000 +0100 *************** *** 20,24 **** "Project-Id-Version: texinfo 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-04-24 18:04+02:00\n" "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n" --- 20,24 ---- "Project-Id-Version: texinfo 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-04-24 18:04+02:00\n" "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n" *************** *** 402,441 **** msgstr "V uzlu „%2$s“ žádná položka nabídky „%1$s“ není." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Uzel „%s“ nelze nalézt." ! #: info/info.c:437 #, fuzzy, c-format msgid "No program name given" msgstr "Nezadán žádný název programu." ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "neplatné číslo: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "špatně zapsané přiřazení do proměnné: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: taková proměnná neexistuje" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "hodnota %s není platná pro proměnnou %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Více informací můžete získat pomocí přepínače --help.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 402,441 ---- msgstr "V uzlu „%2$s“ žádná položka nabídky „%1$s“ není." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Uzel „%s“ nelze nalézt." ! #: info/info.c:439 #, fuzzy, c-format msgid "No program name given" msgstr "Nezadán žádný název programu." ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "neplatné číslo: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "špatně zapsané přiřazení do proměnné: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: taková proměnná neexistuje" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "hodnota %s není platná pro proměnnou %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Více informací můžete získat pomocí přepínače --help.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 452,461 **** "Není zde ŽÁDNÁ ZÁRUKA, jak jen zákon dovoluje.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "odpovídající položky rejstříku nebyly pro „%s“ nalezeny\n" ! #: info/info.c:1089 #, c-format msgid "" --- 452,461 ---- "Není zde ŽÁDNÁ ZÁRUKA, jak jen zákon dovoluje.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "odpovídající položky rejstříku nebyly pro „%s“ nalezeny\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 468,472 **** "Čte dokumentaci ve formátu info.\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 468,472 ---- "Čte dokumentaci ve formátu info.\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 486,490 **** " -f, --file=MANUÁL otevře tento info manuál." ! #: info/info.c:1102 #, fuzzy msgid "" --- 486,490 ---- " -f, --file=MANUÁL otevře tento info manuál." ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 500,513 **** " -o, --output=SOUBOR vybrané uzly vypíše do SOUBORU." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly režim pro hlasové syntetizátory." ! #: info/info.c:1116 #, fuzzy msgid "" --- 500,513 ---- " -o, --output=SOUBOR vybrané uzly vypíše do SOUBORU." ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly režim pro hlasové syntetizátory." ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 527,531 **** " -x, --debug=ČÍSLO nastaví úroveň ladění (-1 pro vše).\n" ! #: info/info.c:1122 msgid "" "\n" --- 527,531 ---- " -x, --debug=ČÍSLO nastaví úroveň ladění (-1 pro vše).\n" ! #: info/info.c:1124 msgid "" "\n" *************** *** 544,548 **** "relativně k prvně navštívenému uzlu." ! #: info/info.c:1129 msgid "" "\n" --- 544,548 ---- "relativně k prvně navštívenému uzlu." ! #: info/info.c:1131 msgid "" "\n" *************** *** 552,556 **** "Přehled klávesových zkratek je dostupný klávesou H." ! #: info/info.c:1132 #, fuzzy msgid "" --- 552,556 ---- "Přehled klávesových zkratek je dostupný klávesou H." ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 584,588 **** "neprohledává" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 584,588 ---- "neprohledává" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 596,668 **** "Domovská stránka texinfa je <http://www.gnu.org/software/texinfo/>." ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Uzel „(%s)%s“ nelze nalézt." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Nelze nalézt okno!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Bod se v okně tohoto uzlu nevyskytuje!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Poslední okno nelze smazat." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "V tomto uzlu není menu." ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "V tomto nejsou poznámky pod čarou." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "V tomto uzlu není křížový odkaz." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Pro tento uzel není „%s“ ukazatel." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Neznámý Info příkaz „%c“; zkuste „?“ pro nápovědu." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Typ terminálu „%s“ není dostatečně inteligentní pro provoz Infa." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Již jste na poslední stránce tohoto uzlu." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Již jste na první stránce tohoto uzlu." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "Pouze jedno okno." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "Výsledné okno by bylo příliš malé." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 596,668 ---- "Domovská stránka texinfa je <http://www.gnu.org/software/texinfo/>." ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Uzel „(%s)%s“ nelze nalézt." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Nelze nalézt okno!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Bod se v okně tohoto uzlu nevyskytuje!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Poslední okno nelze smazat." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "V tomto uzlu není menu." ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "V tomto nejsou poznámky pod čarou." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "V tomto uzlu není křížový odkaz." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Pro tento uzel není „%s“ ukazatel." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Neznámý Info příkaz „%c“; zkuste „?“ pro nápovědu." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Typ terminálu „%s“ není dostatečně inteligentní pro provoz Infa." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Již jste na poslední stránce tohoto uzlu." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Již jste na první stránce tohoto uzlu." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "Pouze jedno okno." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "Výsledné okno by bylo příliš malé." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1461,1525 **** msgstr "Vyhledávání doslovným řetězcem." ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "Hledání pokračovalo od konce dokumentu." ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Hledání pokračovalo od začátku dokumentu." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Probíhá hledání podsouboru %s…" ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "Nebylo nalezeno." ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Hledání regulárním výrazem" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Hledání" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " velikost rozhoduje" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " zpětné" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Hledaný řetězec je příliš krátký" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Návrat zpět na poslední shodu %s" ! #: info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "No more matches" msgstr "Žádné další shody." ! #: info/session.c:4577 #, fuzzy msgid "Search this node and subnodes for a string" --- 1461,1525 ---- msgstr "Vyhledávání doslovným řetězcem." ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "Hledání pokračovalo od konce dokumentu." ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Hledání pokračovalo od začátku dokumentu." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Probíhá hledání podsouboru %s…" ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "Nebylo nalezeno." ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Hledání regulárním výrazem" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Hledání" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " velikost rozhoduje" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " zpětné" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Hledaný řetězec je příliš krátký" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Návrat zpět na poslední shodu %s" ! #: info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "No more matches" msgstr "Žádné další shody." ! #: info/session.c:4574 #, fuzzy msgid "Search this node and subnodes for a string" *************** *** 1527,1649 **** #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Probíhá hledání podsouboru %s…" ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Přesun na další shodu v podstromě Infa" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Hledání není aktivní" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Přesun na předchozí shodu v podstromě Infa" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Přečtení řetězce a jeho vyhledání (záleží na velikosti písmen)" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Přečtení řetězce a jeho vyhledání" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Přečtení řetězce a jeho vyhledání (zpětné)" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Opakování posledního hledání tím samým směrem" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Není předchozí hledaný řetězec" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Opakování posledního hledání opačným směrem" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Odstraní zobrazené výsledky hledání" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Vyhledávání zadávaného řetězce hned při zadávání" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Zpětné interaktivní hledání regulárním výrazem: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "Zpětné interaktivní hledání: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Interaktivní hledání regulárním výrazem: " ! #: info/session.c:4881 msgid "I-search: " msgstr "Interaktivní hledání: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Bezvýsledné " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Zrušení aktuální operace" ! #: info/session.c:5281 msgid "Quit" msgstr "Ukončení operace" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Zobrazí verzi spuštěného Infa" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info verze %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Překreslení obrazovky" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Ukončení Infa" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Spuštění příkazu navázaného na malý znak této klávesy" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Neznámý příkaz (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "„%s“ je neplatné" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "„%s“ je neplatné" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Přidání této číslice do aktuálního číselného argumentu" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Začátek (nebo dělení čtyřmi) aktuálního číselného argumentu" --- 1527,1649 ---- #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Probíhá hledání podsouboru %s…" ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Přesun na další shodu v podstromě Infa" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Hledání není aktivní" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Přesun na předchozí shodu v podstromě Infa" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Přečtení řetězce a jeho vyhledání (záleží na velikosti písmen)" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Přečtení řetězce a jeho vyhledání" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Přečtení řetězce a jeho vyhledání (zpětné)" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Opakování posledního hledání tím samým směrem" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Není předchozí hledaný řetězec" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Opakování posledního hledání opačným směrem" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Odstraní zobrazené výsledky hledání" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Vyhledávání zadávaného řetězce hned při zadávání" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Zpětné interaktivní hledání regulárním výrazem: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "Zpětné interaktivní hledání: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Interaktivní hledání regulárním výrazem: " ! #: info/session.c:4878 msgid "I-search: " msgstr "Interaktivní hledání: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Bezvýsledné " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Zrušení aktuální operace" ! #: info/session.c:5278 msgid "Quit" msgstr "Ukončení operace" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Zobrazí verzi spuštěného Infa" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info verze %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Překreslení obrazovky" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Ukončení Infa" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Spuštění příkazu navázaného na malý znak této klávesy" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Neznámý příkaz (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "„%s“ je neplatné" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "„%s“ je neplatné" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Přidání této číslice do aktuálního číselného argumentu" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Začátek (nebo dělení čtyřmi) aktuálního číselného argumentu" *************** *** 2063,2071 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2063,2071 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2073,2090 **** msgstr "%s nebylo možno otevřít pro zápis: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "rekurze je vždy dovolena" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "argumenty se standardně uzavírají do uvozovek" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "přesune příkaz @contents, chcete-li obsah za stránkou s nadpisem" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2073,2090 ---- msgstr "%s nebylo možno otevřít pro zápis: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "rekurze je vždy dovolena" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "argumenty se standardně uzavírají do uvozovek" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "přesune příkaz @contents, chcete-li obsah za stránkou s nadpisem" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2094,2141 **** "s nadpisem" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s není platný kód jazyka" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s není platný kód oblasti" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s není platná možnost dělení" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "%s nebylo možné přečíst: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "chyba při zavírání @verbatiminclude souboru %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: nebylo možné nalézt %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "žádný uzel nemá být přejmenován" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "uzly bez nového názvu na konci souboru" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "%s nebylo možné otevřít: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2094,2141 ---- "s nadpisem" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s není platný kód jazyka" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s není platný kód oblasti" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s není platná možnost dělení" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "%s nebylo možné přečíst: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "chyba při zavírání @verbatiminclude souboru %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: nebylo možné nalézt %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "žádný uzel nemá být přejmenován" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "uzly bez nového názvu na konci souboru" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "%s nebylo možné otevřít: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2153,2161 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2153,2161 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2177,2181 **** msgstr "@image soubor „%s“ nenalezen, použije se „%s“" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "pro @U nebyl zadán žádný argument" --- 2177,2181 ---- msgstr "@image soubor „%s“ nenalezen, použije se „%s“" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "pro @U nebyl zadán žádný argument" *************** *** 2186,2294 **** msgstr "@image soubor „%s“ (pro HTML) nenalezen, použije se „%s“" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "syrový formát %s není převeden" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "nebylo možné otevřít konfigurační soubor s HTML odkazy %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "chybí typ" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "nerozpoznaný typ: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "chyba při zavírání konfiguračního souboru s HTML odkazy %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "řetězec nebí uzavřen v souboru CSS" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-include končil v komentáři" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import nebyl dokončen v souboru CSS" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "CSS soubor %s nenalezen" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "nebylo možné otevřít --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "chyba při zavírání CSS souboru %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "pro „%s“ nenalezena žádná položka htmlxref.cnf" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "chyba při zavírání rámcového souboru %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "chyba při zavírání rámcového souboru s obsahem %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "deskriptor %s úrovně %s priority %s selhal" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "je třeba určit název pomocí příkazu title nebo @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "chyba při zavírání souboru s uzly přesměrování %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "starý název pro „%s“ je uzel dokumentu" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "soubor pro přejmenovaný uzel „%s“ je prázdný" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "cílový uzel (nový název pro „%s“ není v dokumentu: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "chyba při zavírání souboru %s s přejmenovanými uzly přesměrování: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "prázdný název uzlu" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2186,2294 ---- msgstr "@image soubor „%s“ (pro HTML) nenalezen, použije se „%s“" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "syrový formát %s není převeden" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "nebylo možné otevřít konfigurační soubor s HTML odkazy %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "chybí typ" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "nerozpoznaný typ: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "chyba při zavírání konfiguračního souboru s HTML odkazy %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "řetězec nebí uzavřen v souboru CSS" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-include končil v komentáři" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import nebyl dokončen v souboru CSS" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "CSS soubor %s nenalezen" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "nebylo možné otevřít --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "chyba při zavírání CSS souboru %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "pro „%s“ nenalezena žádná položka htmlxref.cnf" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "chyba při zavírání rámcového souboru %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "chyba při zavírání rámcového souboru s obsahem %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "deskriptor %s úrovně %s priority %s selhal" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "je třeba určit název pomocí příkazu title nebo @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "chyba při zavírání souboru s uzly přesměrování %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "starý název pro „%s“ je uzel dokumentu" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "soubor pro přejmenovaný uzel „%s“ je prázdný" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "cílový uzel (nový název pro „%s“ není v dokumentu: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "chyba při zavírání souboru %s s přejmenovanými uzly přesměrování: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "prázdný název uzlu" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2328,2332 **** msgstr "Položka rejstříku v @%s s : vytváří neplatné Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2328,2332 ---- msgstr "Položka rejstříku v @%s s : vytváří neplatné Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2392,2668 **** msgstr "název položky nabídky by neměl obsahovat „:“" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "prázdný název uzly po expanzi „%s“" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s „%s“ již bylo definováno" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "zde je předchozí definice jako @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "špatný argument v @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "násobný @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "chybný nebo prázdný formální argument @%s: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "chybná syntaxe v argumentu @%s: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s požaduje jméno" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "chybný název pro @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s se vyskytuje přes uzavírací závorkou @%s" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s se vyskytuje před uzavírací závorkou @%s" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s chybějící uzavírací závorka" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s chybějící uzavírací oddělovací posloupnost: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx by nemělo začínat příkazem @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx musí následovat příkaz @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s má text ale nemá @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "„@end“ vyžadoval „%s“, ale viděl „%s“" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s viděn před @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "chybí odpovídající „%cend %s“" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "špatně umístěný znak %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "nepárový „%c%s“" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "makro „%s“ volané s příliš mnoha argumenty" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s chybějící uzavírací závorka" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makro „%s“ deklarované bez argumentu volané s argumentem" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ při expanzi @%s následováno „%s“ místo názvu parametru nebo \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "chybí název pro @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "chybí kategorie pro @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "neočekávaný argument na řádku @%s: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "prázdná multitabulka" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "přebývající argument u @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "špatný argument u @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s vyžaduje argument : formátovač pro %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "příkaz @%s nepřijímající argument v závorce by neměl být na řádku @%s" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "zdůrazňovací příkaz „@%s“ není dovolen jako argument @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s postrádá argument" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "neznámý @end %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "přebývající argument u @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "špatný argument u @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: nebylo možné otevřít %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "kódování „%s“ není kanonické kódování texinfa" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nerozpoznaný název kódování „%s“" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s po prvním elementu" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s má smysl jen na řádku @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s by neměl být spojen s @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node předchází @%s, ale části nesmí být spojeny s uzly" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "prázdný název položky nabídky v „%s“" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "prázdný název uzlu v položce nabídky" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s by se neměl objevit v @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s by se měl objevit pouze na začátku řádku" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "makro „%s“ již bylo definováno" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "zde je předchozí definice „%s“" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "předefinovává se příkaz jazyka Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s bez spojeného znaku" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2392,2663 ---- msgstr "název položky nabídky by neměl obsahovat „:“" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "prázdný název uzly po expanzi „%s“" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s „%s“ již bylo definováno" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "zde je předchozí definice jako @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "špatný argument v @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "násobný @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "chybný nebo prázdný formální argument @%s: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "chybná syntaxe v argumentu @%s: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s požaduje jméno" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "chybný název pro @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s se vyskytuje přes uzavírací závorkou @%s" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s se vyskytuje před uzavírací závorkou @%s" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s chybějící uzavírací závorka" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s chybějící uzavírací oddělovací posloupnost: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx by nemělo začínat příkazem @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx musí následovat příkaz @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s má text ale nemá @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "„@end“ vyžadoval „%s“, ale viděl „%s“" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s viděn před @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "chybí odpovídající „%cend %s“" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "špatně umístěný znak %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "nepárový „%c%s“" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "makro „%s“ volané s příliš mnoha argumenty" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s chybějící uzavírací závorka" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makro „%s“ deklarované bez argumentu volané s argumentem" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ při expanzi @%s následováno „%s“ místo názvu parametru nebo \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "chybí název pro @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "chybí kategorie pro @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "neočekávaný argument na řádku @%s: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "prázdná multitabulka" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "přebývající argument u @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "špatný argument u @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s vyžaduje argument : formátovač pro %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "příkaz @%s nepřijímající argument v závorce by neměl být na řádku @%s" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "zdůrazňovací příkaz „@%s“ není dovolen jako argument @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s postrádá argument" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "neznámý @end %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "přebývající argument u @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "špatný argument u @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: nebylo možné otevřít %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "kódování „%s“ není kanonické kódování texinfa" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nerozpoznaný název kódování „%s“" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s po prvním elementu" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s má smysl jen na řádku @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node předchází @%s, ale části nesmí být spojeny s uzly" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "prázdný název položky nabídky v „%s“" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "prázdný název uzlu v položce nabídky" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s by se neměl objevit v @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s by se měl objevit pouze na začátku řádku" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "makro „%s“ již bylo definováno" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "zde je předchozí definice „%s“" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "předefinovává se příkaz jazyka Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s bez spojeného znaku" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2671,2675 **** "@%s definováno s nula nebo více jak jedním argumentem by se mělo volat s {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2666,2670 ---- "@%s definováno s nula nebo více jak jedním argumentem by se mělo volat s {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2680,2684 **** "současná hodnota %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2675,2679 ---- "současná hodnota %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2686,2810 **** "rekurzivní volání makra %s není dovoleno; je-li třeba, použijte @rmacro" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "zdůrazňovací příkaz „@%s“ nesmí být následován bílým místem" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "použijte závorky k zadání příkazu jako argumentu @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s vyžaduje „i“ nebo „j“ jako argument, ne „%s“" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "zdůrazňovací příkaz „@%s“ nesmí být následován novým řádkem" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s očekávalo závorky" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "nedefinovaný příznak: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "chybná skladba ve @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s je zastaralé." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s je zastaralé; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s by se mělo pouze objevit na začátku řádku" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s není dovoleno uvnitř bloku „@%s“" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s by se měl objevit pouze záhlaví nebo zápatí" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s není myslitelné uvnitř bloku „@%s“" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s v prázdné multitabulce" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab před @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "příliš mnoho sloupců v multitabulkové položce (max. %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "příkaz @tab ignorován, je mimo multitabulku" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s mimo tabulku nebo seznam" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "musí následovat po „@%s“, aby šlo použít „@%s“" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s nemá smysl mimo prostředí „@titlepage“ a „@quotation“" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory po prvním uzlu" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "oblast %s uvnitř oblasti %s není dovolena" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry po prvním uzlu" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu v neplatném kontextu" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s spatřeno před prvním @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2681,2805 ---- "rekurzivní volání makra %s není dovoleno; je-li třeba, použijte @rmacro" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "zdůrazňovací příkaz „@%s“ nesmí být následován bílým místem" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "použijte závorky k zadání příkazu jako argumentu @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s vyžaduje „i“ nebo „j“ jako argument, ne „%s“" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "zdůrazňovací příkaz „@%s“ nesmí být následován novým řádkem" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s očekávalo závorky" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "nedefinovaný příznak: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "chybná skladba ve @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s je zastaralé." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s je zastaralé; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s by se mělo pouze objevit na začátku řádku" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s není dovoleno uvnitř bloku „@%s“" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s by se měl objevit pouze záhlaví nebo zápatí" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s není myslitelné uvnitř bloku „@%s“" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s v prázdné multitabulce" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab před @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "příliš mnoho sloupců v multitabulkové položce (max. %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "příkaz @tab ignorován, je mimo multitabulku" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s mimo tabulku nebo seznam" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "musí následovat po „@%s“, aby šlo použít „@%s“" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s nemá smysl mimo prostředí „@titlepage“ a „@quotation“" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory po prvním uzlu" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "oblast %s uvnitř oblasti %s není dovolena" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry po prvním uzlu" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu v neplatném kontextu" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s spatřeno před prvním @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2812,3003 **** "protože váš uzel @top by měl být uzavřen v @ifnottex spíše než v @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s by se mělo objevit jen v matematickém kontextu" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "neznámý příkaz „%s“" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "neočekávaný @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s nemá smysl mimo prostředí „@float“" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s by mělo být právě pod „@float" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "ignoruje se násobný @%s" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "příkaz @%s nepřijímá argumenty" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "příkaz @%s postrádá uzel nebo argument externího manuálu" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "v @%s prázdný název křížového odkazu po expanzi „%s“" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "v @%s prázdný nadpis křížkového odkazu po expanzi „%s“" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "příkaz @image postrádá jméno souboru" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s postrádá první argument" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "argument u @U nemá žádné šestnáctkové číslice: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "argument u @U má méně než čtyři šestnáctkové číslice: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argument u @U přesahuje maximám Unicodu 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "nadbytečné argumenty uzlu" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "očekáváno @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s by pouze mělo přijímat příkaz @ jako argument, nikoliv „%s“" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "zbývající argumenty na řádku @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "příkaz prostředí %s jako argument @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "prázdné @%s" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "podíl sloupce není číslo: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp argument musí být číslo, ne „%s“" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "vyhrazený název rejstříku %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "neznámý rejstřík zdrojů v @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "neznámý rejstřík cílů v @%s: %s " ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s vede ke spojení %s do sebe, ignoruje se" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "neznámý rejstřík „%s“ v @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "vypisuje se rejstřík „%s“ spojený do jiného „%s“" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex před začátkem dokumentu: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s argument musí být „top“ nebo „bottom“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Je podporováno pouze @%s 10 nebo 11, ne %s“" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s argument musí být „separate“ nebo „end“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s argument musí být „on“, „off“ nebo „odd“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "argument @paragraphindent musí být číslo, „none“ nebo „asis“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "argument @firstparagraphindent musí být „none“ nebo „insert“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "argument @exampleindent musí být číslo nebo „asis“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "očekáváno @%s on nebo off, ne „%s“" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 2807,2998 ---- "protože váš uzel @top by měl být uzavřen v @ifnottex spíše než v @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s by se mělo objevit jen v matematickém kontextu" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "neznámý příkaz „%s“" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "neočekávaný @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s nemá smysl mimo prostředí „@float“" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s by mělo být právě pod „@float" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "ignoruje se násobný @%s" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "příkaz @%s nepřijímá argumenty" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "příkaz @%s postrádá uzel nebo argument externího manuálu" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "v @%s prázdný název křížového odkazu po expanzi „%s“" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "v @%s prázdný nadpis křížkového odkazu po expanzi „%s“" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "příkaz @image postrádá jméno souboru" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s postrádá první argument" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "argument u @U nemá žádné šestnáctkové číslice: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "argument u @U má méně než čtyři šestnáctkové číslice: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argument u @U přesahuje maximám Unicodu 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "nadbytečné argumenty uzlu" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "očekáváno @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s by pouze mělo přijímat příkaz @ jako argument, nikoliv „%s“" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "zbývající argumenty na řádku @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "příkaz prostředí %s jako argument @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "prázdné @%s" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "podíl sloupce není číslo: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp argument musí být číslo, ne „%s“" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "vyhrazený název rejstříku %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "neznámý rejstřík zdrojů v @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "neznámý rejstřík cílů v @%s: %s " ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s vede ke spojení %s do sebe, ignoruje se" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "neznámý rejstřík „%s“ v @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "vypisuje se rejstřík „%s“ spojený do jiného „%s“" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex před začátkem dokumentu: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s argument musí být „top“ nebo „bottom“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Je podporováno pouze @%s 10 nebo 11, ne %s“" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s argument musí být „separate“ nebo „end“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s argument musí být „on“, „off“ nebo „odd“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "argument @paragraphindent musí být číslo, „none“ nebo „asis“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "argument @firstparagraphindent musí být „none“ nebo „insert“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "argument @exampleindent musí být číslo nebo „asis“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "očekáváno @%s on nebo off, ne „%s“" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 3005,3014 **** "argument @kbdinputstyle musí být „code“, „example“ nebo „distinct“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "argument @allowcodebreaks musí být „true“ nebo „false“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3000,3009 ---- "argument @kbdinputstyle musí být „code“, „example“ nebo „distinct“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "argument @allowcodebreaks musí být „true“ nebo „false“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3016,3085 **** "argument @urefbreakstyle musí být „after“, „before“ nebo „none“, ne „%s“" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "zvyšuje se úroveň oddílu @%s, která je příliš nízká" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "před @%s není příkaz udávající úroveň kapitoly" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "snižuje se úroveň oddílu @%s, který se vyskytuje po nižším elementu" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "s @%s se nepojí žádný příkaz oddílu" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s není prázdný" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s odkazuje na neexistující uzel „%s“" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "název uzlu položky @%s „%s“ se liší od %s názvu „%s“" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "na uzel „%s“ nesměřuje žádný odkaz" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "uzel „%s“ je %s pro „%s“ v oddílech, ale ne v nabídce" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "uzel %s „%s“ v nabídce „%s“ se liší od toho v oddílech „%s“" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "uzel „%s“ je %s pro „%s“ v nabídce ale ne v oddílech" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s ukazatel „%s“ (pro uzel „%s“) se liší od %s názvu „%s“" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s se odkazuje na neexistující „%s“" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3011,3080 ---- "argument @urefbreakstyle musí být „after“, „before“ nebo „none“, ne „%s“" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "zvyšuje se úroveň oddílu @%s, která je příliš nízká" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "před @%s není příkaz udávající úroveň kapitoly" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "snižuje se úroveň oddílu @%s, který se vyskytuje po nižším elementu" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "s @%s se nepojí žádný příkaz oddílu" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s není prázdný" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s odkazuje na neexistující uzel „%s“" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "název uzlu položky @%s „%s“ se liší od %s názvu „%s“" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "na uzel „%s“ nesměřuje žádný odkaz" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "uzel „%s“ je %s pro „%s“ v oddílech, ale ne v nabídce" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "uzel %s „%s“ v nabídce „%s“ se liší od toho v oddílech „%s“" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "uzel „%s“ je %s pro „%s“ v nabídce ale ne v oddílech" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s ukazatel „%s“ (pro uzel „%s“) se liší od %s názvu „%s“" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s se odkazuje na neexistující „%s“" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3088,3102 **** "nadřazeným uzlem" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "u „%s“ nahoru v menu „%s“ a nahoru „%s“ se neshodují" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s do „%s“ se liší od %s názvu „%s“" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3083,3097 ---- "nadřazeným uzlem" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "u „%s“ nahoru v menu „%s“ a nahoru „%s“ se neshodují" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s do „%s“ se liší od %s názvu „%s“" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3266,3280 **** msgstr "inicializační soubor %s nebylo možné přečíst" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "nerozpoznaná hodnota TEXINFO_OUTPUT_FORMAT „%s“ se ignoruje\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Použití: %s [PŘEPÍNAČ]… SOUBOR_TEXINFA…\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3261,3275 ---- msgstr "inicializační soubor %s nebylo možné přečíst" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "nerozpoznaná hodnota TEXINFO_OUTPUT_FORMAT „%s“ se ignoruje\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Použití: %s [PŘEPÍNAČ]… SOUBOR_TEXINFA…\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3292,3296 **** "Jejich chování je shodné a nezávisí na názvu.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3287,3291 ---- "Jejich chování je shodné a nezávisí na názvu.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3326,3330 **** " --version zobrazí údaje o verzi a skončí.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3321,3325 ---- " --version zobrazí údaje o verzi a skončí.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3346,3350 **** "SOUBORU_TEXINFA.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3341,3345 ---- "SOUBORU_TEXINFA.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3394,3398 **** " Jinak CÍL určuje název výstupního souboru.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3389,3393 ---- " Jinak CÍL určuje název výstupního souboru.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3435,3439 **** " (výchozí %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3430,3434 ---- " (výchozí %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3463,3467 **** " standardně je zapnuto jen při dělení.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3458,3462 ---- " standardně je zapnuto jen při dělení.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3471,3475 **** " --output-indent=HODNOTA nic nedělá, zachováno pro kompatibilitu.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3466,3470 ---- " --output-indent=HODNOTA nic nedělá, zachováno pro kompatibilitu.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3480,3484 **** "opakovat.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3475,3479 ---- "opakovat.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3504,3508 **** "@clear.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3499,3503 ---- "@clear.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3540,3544 **** " Rovněž přepínače --no-ifFORMÁT zpracují text podmíněný @ifnotFORMÁT.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3535,3539 ---- " Rovněž přepínače --no-ifFORMÁT zpracují text podmíněný @ifnotFORMÁT.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3556,3560 **** " vytváří-li se XML, --ifxml se zapne a ostatní se vypnou.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3551,3555 ---- " vytváří-li se XML, --ifxml se zapne a ostatní se vypnou.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3587,3591 **** " makeinfo --no-split foo.texi zapíše jeden velký soubor Info\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3582,3586 ---- " makeinfo --no-split foo.texi zapíše jeden velký soubor Info\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3593,3597 **** "%s: argument k --footnote-style musí být „separate“ nebo „end“, ne „%s“.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3588,3592 ---- "%s: argument k --footnote-style musí být „separate“ nebo „end“, ne „%s“.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3600,3648 **** "„%s“.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "%s: při vytváření %s lze pomocí -o zadat pouze jeden vstupní SOUBOR\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "přepínač --Xopt bez tisknutelného výstupu" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "neznámá transformace stromu %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "dělení u formátu %s se ignoruje" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: chybí argument jména souboru.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Více informací získáte příkazem „%s --help“.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "Transformace fill_gaps_in_sectioning nevrátila žádný výsledek. Nechybí oddíl?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "chyba při zavírání makrem expandovaného souboru %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s nebylo možné otevřít pro zápis: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3595,3643 ---- "„%s“.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "%s: při vytváření %s lze pomocí -o zadat pouze jeden vstupní SOUBOR\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "přepínač --Xopt bez tisknutelného výstupu" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "neznámá transformace stromu %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "dělení u formátu %s se ignoruje" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: chybí argument jména souboru.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Více informací získáte příkazem „%s --help“.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "Transformace fill_gaps_in_sectioning nevrátila žádný výsledek. Nechybí oddíl?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "chyba při zavírání makrem expandovaného souboru %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s nebylo možné otevřít pro zápis: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3652,3666 **** "Nechybí oddíl?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: chyba při zavírání %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: chyba při zavírání souboru %s s vnitřními odkazy: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3647,3661 ---- "Nechybí oddíl?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: chyba při zavírání %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: chyba při zavírání souboru %s s vnitřními odkazy: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" *************** *** 3680,3683 **** --- 3675,3681 ---- #~ "řádek." + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s by neměl být spojen s @top" + #~ msgid "%s: option '--%s' doesn't allow an argument\n" #~ msgstr "%s: přepínač „--%s“ nedovoluje argument\n" Binary files texinfo-6.4/po/da.gmo and texinfo-6.5/po/da.gmo differ diff -Nrc2 texinfo-6.4/po/da.po texinfo-6.5/po/da.po *** texinfo-6.4/po/da.po 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/da.po 2017-08-19 19:55:14.000000000 +0100 *************** *** 17,24 **** msgid "" msgstr "" ! "Project-Id-Version: texinfo 6.3.91\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" ! "PO-Revision-Date: 2017-06-05 10:09+0100\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" --- 17,24 ---- msgid "" msgstr "" ! "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" ! "PO-Revision-Date: 2017-07-09 10:09+0100\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" *************** *** 402,441 **** msgstr "Intet menupunkt »%s« i emne »%s«" ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "Kan ikke finde emnet »%s«" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "Intet programnavn angivet" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "ugyldigt nummer: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "forkert udformet variabeludtryk: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: ingen sådan variabel" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "værdien %s er ikke gyldig for variabel %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Prøv --help for yderligere information.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 402,441 ---- msgstr "Intet menupunkt »%s« i emne »%s«" ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "Kan ikke finde emnet »%s«" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "Intet programnavn angivet" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "ugyldigt nummer: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "forkert udformet variabeludtryk: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: ingen sådan variabel" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "værdien %s er ikke gyldig for variabel %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Prøv --help for yderligere information.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 454,463 **** "\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "ingen indeksposter fundet for «%s»\n" ! #: info/info.c:1089 #, c-format msgid "" --- 454,463 ---- "\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "ingen indeksposter fundet for «%s»\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 470,475 **** "Læs dokumentationen i Info-formatet.\n" ! #: info/info.c:1095 ! #, fuzzy msgid "" "Frequently-used options:\n" --- 470,474 ---- "Læs dokumentationen i Info-formatet.\n" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 479,492 **** " -f, --file=MANUAL specify Info manual to visit" msgstr "" ! "Tilvalg:\n" ! " -a, --all brug alle matchende manualer.\n" " -k, --apropos=STRENG slå STRENG op i alle indeks for alle " ! "manualer.\n" ! " -d, --directory=MAPPE tilføj MAPPE til INFOSTI.\n" ! " --dribble=FIL husk brugertast i FILNAVN.\n" ! " -f, --file=MANUAL specificer Info-manual der skal besøges." ! #: info/info.c:1102 ! #, fuzzy msgid "" " -h, --help display this help and exit\n" --- 478,489 ---- " -f, --file=MANUAL specify Info manual to visit" msgstr "" ! "Ofte anvendte tilvalg:\n" ! " -a, --all brug alle matchende manualer\n" " -k, --apropos=STRENG slå STRENG op i alle indeks for alle " ! "manualer\n" ! " -d, --directory=MAPPE tilføj MAPPE til INFOSTI\n" ! " -f, --file=MANUAL specificer Info-manual der skal besøges" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 495,515 **** " -o, --output=FILE output selected nodes to FILE" msgstr "" ! " -h, --help vis denne hjælpetekst og afslut.\n" " --index-search=STRENG gå til emne som peget på af indekspost-\n" ! " STRENG.\n" ! " -n, --node=EMNENAVN specificer emner i først besøgte Info-fil.\n" ! " -o, --output=FIL dan valgte emner i FIL." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" ! msgstr "" ! #: info/info.c:1112 ! #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" ! msgstr " -b, --speech-friendly vær talesyntese-venlig." ! #: info/info.c:1116 ! #, fuzzy msgid "" " --subnodes recursively output menu items\n" --- 492,510 ---- " -o, --output=FILE output selected nodes to FILE" msgstr "" ! " -h, --help vis denne hjælpetekst og afslut\n" " --index-search=STRENG gå til emne som peget på af indekspost-\n" ! " STRENG\n" ! " -n, --node=EMNENAVN specificer emner i først besøgte Info-fil\n" ! " -o, --output=FIL dan valgte emner i FIL" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" ! msgstr " -O, --show-options, --usage gå til emnets tilvalg på kommandolinjen" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" ! msgstr " -b, --speech-friendly vær talesyntese-venlig" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 518,532 **** " -w, --where, --location print physical location of Info file" msgstr "" ! " --strict-node-location (for fejlsøgning) brug Info-filpegere som de " ! "er.\n" ! " --subnodes rekursive uddatamenuelementer.\n" ! " -v, --variable VAR=VÆRDI tildel VÆRDI til Info-variablen VAR.\n" ! " --vi-keys brug vi-lignende og less-lignende " ! "genvejstaster.\n" ! " --version vis versionsinformation og afslut.\n" ! " -w, --where, --location udskriv fysisk placering for Info-fil.\n" ! " -x, --debug=NUMMER angiv fejlsøgningsniveau (-1 for alle).\n" ! #: info/info.c:1122 msgid "" "\n" --- 513,522 ---- " -w, --where, --location print physical location of Info file" msgstr "" ! " --subnodes rekursive uddatamenuelementer\n" ! " -v, --variable VAR=VÆRDI tildel VÆRDI til Info-variablen VAR\n" ! " --version vis versionsinformation og afslut\n" ! " -w, --where, --location udskriv fysisk placering for Info-fil" ! #: info/info.c:1124 msgid "" "\n" *************** *** 546,550 **** "for det oprindeligt besøgte emne." ! #: info/info.c:1129 msgid "" "\n" --- 536,540 ---- "for det oprindeligt besøgte emne." ! #: info/info.c:1131 msgid "" "\n" *************** *** 554,559 **** "Tast H inde fra Info for et overblik over genvejstaster." ! #: info/info.c:1132 ! #, fuzzy msgid "" "\n" --- 544,548 ---- "Tast H inde fra Info for et overblik over genvejstaster." ! #: info/info.c:1134 msgid "" "\n" *************** *** 574,578 **** "Eksempler:\n" " info vis mappemenu på øverste niveau\n" - " info info vis den generelle manual for Info-læsere\n" " info info-stnd vis manualen specifikt for dette Info-program\n" " info emacs start ved emacs-emne fra mappe på øverste " --- 563,566 ---- *************** *** 582,589 **** " info '(emacs)filer' alternativ måde at starte ved filer-emne\n" " info --show-options emacs start ved emne med emacs' kommandolinjetilvalg\n" ! " info --subnodes -o ud.txt emacs skriv hele manualen til ud.txt\n" " info -f ./foo.info vis filen ./foo.info, uden at søge i mapper" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 570,578 ---- " info '(emacs)filer' alternativ måde at starte ved filer-emne\n" " info --show-options emacs start ved emne med emacs' kommandolinjetilvalg\n" ! " info --subnodes -o ud.txt emacs\n" ! " skriv hele manualen til ud.txt\n" " info -f ./foo.info vis filen ./foo.info, uden at søge i mapper" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 596,660 **** "Texinfos hjemmeside: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Kan ikke finde emne »(%s)%s«" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Kan ikke finde et vindue!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Punktet optræder ikke i dette vindues emne!" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "Kan ikke slette det sidste vindue" ! #: info/info.c:1186 msgid "No menu in this node" msgstr "Ingen menu i dette emne" ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "Ingen fodnoter i dette emne" ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "Ingen krydsreferencer i dette emne" ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "Ingen »%s«-peger mod dette emne" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Ukendt Info-kommando »%c«; prøv »?« for hjælp" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminaltypen »%s« er ikke smart nok til at køre Info" ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "Du er i forvejen ved emnets sidste side" ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "Du er i forvejen ved emnets første side" ! #: info/info.c:1194 msgid "Only one window" msgstr "Kun ét vindue" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "Det resulterende vindue ville være for lille" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "Ikke nok plads til et hjælpevindue. Fjern venligst et vindue" --- 585,649 ---- "Texinfos hjemmeside: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Kan ikke finde emne »(%s)%s«" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Kan ikke finde et vindue!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Punktet optræder ikke i dette vindues emne!" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "Kan ikke slette det sidste vindue" ! #: info/info.c:1188 msgid "No menu in this node" msgstr "Ingen menu i dette emne" ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "Ingen fodnoter i dette emne" ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "Ingen krydsreferencer i dette emne" ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "Ingen »%s«-peger mod dette emne" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Ukendt Info-kommando »%c«; prøv »?« for hjælp" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminaltypen »%s« er ikke smart nok til at køre Info" ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "Du er i forvejen ved emnets sidste side" ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "Du er i forvejen ved emnets første side" ! #: info/info.c:1196 msgid "Only one window" msgstr "Kun ét vindue" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "Det resulterende vindue ville være for lille" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "Ikke nok plads til et hjælpevindue. Fjern venligst et vindue" *************** *** 1439,1501 **** msgstr "Brug af bogstavelige strenge for søgninger" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "Søgning fortsat fra slutningen af dokumentet" ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "Søgning fortsat fra begyndelsen af dokumentet" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Søger i underfilen %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "Søgning mislykkedes" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Regulært udtrykssøgning" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Søg" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " versalfølsomhed" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " baglæns" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Søgestreng er for kort" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Går tilbage til sidste match fra %s" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "Ikke flere match" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Søg i dette emne og underemner efter en streng" --- 1428,1490 ---- msgstr "Brug af bogstavelige strenge for søgninger" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "Søgning fortsat fra slutningen af dokumentet" ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "Søgning fortsat fra begyndelsen af dokumentet" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Søger i underfilen %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "Søgning mislykkedes" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Regulært udtrykssøgning" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Søg" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " versalfølsomhed" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " baglæns" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Søgestreng er for kort" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Går tilbage til sidste match fra %s" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "Ikke flere match" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Søg i dette emne og underemner efter en streng" *************** *** 1503,1625 **** # Uklart om det skal være Søg, Søger eller Søgning. #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "Søgning under %s: " ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Gå til næste match i informationsundertræet" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Ingen aktiv søgning" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Gå til forrige match i informationsundertræet" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Indlæs en tekst og søg efter den uden versalfølsomhed" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Indlæs en tekst og søg for den" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Indlæs en tekst og søg baglæns efter den" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Gentag sidste søgning i samme retning" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Ingen tidligere søgestreng" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Gentag sidste søgning i modsat retning" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Ryd viste søgeresultater" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Søg interaktivt efter en tekst, mens du skriver den" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Regulært udtryk I-søgning baglæns: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-søgning baglæns: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Regulært udtryk I-søgning" ! #: info/session.c:4881 msgid "I-search: " msgstr "I-søgning: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Fejler " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Afbryd nuværende handling" ! #: info/session.c:5281 msgid "Quit" msgstr "Afslut" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Vis version for Info der køres" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info-version %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Gentegn skærmen" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Afslut Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Kør kommandoen, der er bundet til denne tasts småbogstavsvariant" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "Ukendt kommando (%s)" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "»%s« er ikke gyldig" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "»%s« er ugyldig" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Tilføj dette tegn til det nuværende numeriske parameter" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Start (eller gang med 4) det nuværende numeriske parameter" --- 1492,1614 ---- # Uklart om det skal være Søg, Søger eller Søgning. #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "Søgning under %s: " ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Gå til næste match i informationsundertræet" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Ingen aktiv søgning" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Gå til forrige match i informationsundertræet" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Indlæs en tekst og søg efter den uden versalfølsomhed" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Indlæs en tekst og søg for den" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Indlæs en tekst og søg baglæns efter den" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Gentag sidste søgning i samme retning" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Ingen tidligere søgestreng" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Gentag sidste søgning i modsat retning" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Ryd viste søgeresultater" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Søg interaktivt efter en tekst, mens du skriver den" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Regulært udtryk I-søgning baglæns: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-søgning baglæns: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Regulært udtryk I-søgning" ! #: info/session.c:4878 msgid "I-search: " msgstr "I-søgning: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Fejler " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Afbryd nuværende handling" ! #: info/session.c:5278 msgid "Quit" msgstr "Afslut" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Vis version for Info der køres" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info-version %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Gentegn skærmen" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Afslut Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Kør kommandoen, der er bundet til denne tasts småbogstavsvariant" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "Ukendt kommando (%s)" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "»%s« er ikke gyldig" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "»%s« er ugyldig" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Tilføj dette tegn til det nuværende numeriske parameter" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Start (eller gang med 4) det nuværende numeriske parameter" *************** *** 2027,2035 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2016,2024 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2037,2054 **** msgstr "kunne ikke åbne %s for skrivning: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "rekursion er altid tilladt" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "parametre placeres som standard i citationstegn" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "flyt din @contents-kommando hvis du ønsker indholdet efter titelsiden" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2026,2043 ---- msgstr "kunne ikke åbne %s for skrivning: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "rekursion er altid tilladt" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "parametre placeres som standard i citationstegn" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "flyt din @contents-kommando hvis du ønsker indholdet efter titelsiden" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2058,2105 **** "efter titelsiden" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s er ikke en gyldig sprogkode" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s er ikke en gyldig regionskode" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s er ikke en gyldig opdelingsmulighed" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "kunne ikke læse %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "fejl under lukning af @verbatiminclude-filen %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: kunne ikke finde: %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "intet navn at omdøbe" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "emner uden et navn i slutningen af filen" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "kunne ikke åbne %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2047,2094 ---- "efter titelsiden" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s er ikke en gyldig sprogkode" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s er ikke en gyldig regionskode" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s er ikke en gyldig opdelingsmulighed" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "kunne ikke læse %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "fejl under lukning af @verbatiminclude-filen %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: kunne ikke finde: %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "intet navn at omdøbe" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "emner uden et navn i slutningen af filen" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "kunne ikke åbne %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2118,2126 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2107,2115 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2142,2146 **** msgstr "@image-filen »%s« blev ikke fundet, anvender »%s«" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "Ingen parameter angivet for @U" --- 2131,2135 ---- msgstr "@image-filen »%s« blev ikke fundet, anvender »%s«" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "Ingen parameter angivet for @U" *************** *** 2151,2174 **** msgstr "@image-filen »%s« (for HTML) blev ikke fundet, anvender »%s«" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "rå format %s er ikke konverteret" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "kunne ikke åbne html-referencekonfigurationsfilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "manglende type" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "typen blev ikke genkendt: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" --- 2140,2163 ---- msgstr "@image-filen »%s« (for HTML) blev ikke fundet, anvender »%s«" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "rå format %s er ikke konverteret" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "kunne ikke åbne html-referencekonfigurationsfilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "manglende type" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "typen blev ikke genkendt: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" *************** *** 2176,2217 **** "der opstod en fejl under lukning af html-referencekonfigurationsfilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "streng ikke lukket i css-fil" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-include afsluttet i kommentar" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import er ikke færdig i css-fil" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "CSS-filen %s blev ikke fundet" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "kunne ikke åbne --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "der opstod en fejl under lukning af CSS-filen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "ingen htmlxref.cnf-poster blev fundet for »%s«" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "der opstod en fejl under lukning af frame-filen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" --- 2165,2206 ---- "der opstod en fejl under lukning af html-referencekonfigurationsfilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "streng ikke lukket i css-fil" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-include afsluttet i kommentar" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import er ikke færdig i css-fil" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "CSS-filen %s blev ikke fundet" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "kunne ikke åbne --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "der opstod en fejl under lukning af CSS-filen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "ingen htmlxref.cnf-poster blev fundet for »%s«" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "der opstod en fejl under lukning af frame-filen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" *************** *** 2219,2252 **** "der opstod en fejl under lukning af indholdsfortegnelsens frame-fil %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "håndtering %s for trin %s prioritet %s mislykkedes" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "skal angive en titel med en titelkommando eller @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "der opstod en fejl under lukning af videresendelsesemnefilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "gammelt navn for »%s« er et emne for dokumentet" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "fil tom for omdøbt emne »%s«" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "målemne (nyt navn for »%s«) er ikke i dokument: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" --- 2208,2241 ---- "der opstod en fejl under lukning af indholdsfortegnelsens frame-fil %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "håndtering %s for trin %s prioritet %s mislykkedes" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "skal angive en titel med en titelkommando eller @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "der opstod en fejl under lukning af videresendelsesemnefilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "gammelt navn for »%s« er et emne for dokumentet" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "fil tom for omdøbt emne »%s«" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "målemne (nyt navn for »%s«) er ikke i dokument: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" *************** *** 2254,2262 **** "der opstod en fejl under lukning af omdøbt emnevideresendelsesfil %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "tomt emnenavn" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2243,2251 ---- "der opstod en fejl under lukning af omdøbt emnevideresendelsesfil %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "tomt emnenavn" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2298,2302 **** msgstr "Indekspost i @%s med : fremstiller ugyldig Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2287,2291 ---- msgstr "Indekspost i @%s med : fremstiller ugyldig Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2363,2531 **** msgstr "menupostens navn må ikke indeholde »:«" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "tomt emnenavn efter udfoldning »%s«" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s »%s« er allerede defineret" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "her er den tidligere definition som @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "tom parameter i @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "flere @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "ugyldig eller tom formel @%s-parameter: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "ugyldig syntaks for @%s-parameter: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s kræver et navn" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "ugyldigt navn for @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s set før @%s-afsluttende tuborgklamme" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s set før @%s-afsluttende tuborgklamme" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s mangler afsluttende tuborgklamme" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s mangler afsluttende afgrænsningssekvens: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx må ikke begynde @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx skal følge @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s har tekst men intet @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "»@end« forventede »%s«, men fandt »%s«" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s set før @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "ingen matchende »%cend %s«" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "fejlplaceret %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "uparret »%c%s«" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "makro »%s« kaldt med for mange parametre" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s mangler afsluttende tuborgklamme" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makro »%s« erklæret uden parameter kaldt med en parameter" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ i @%s-udfoldning fulgt af »%s« i stedet for parameternavn eller \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "mangler navn for @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "mangler kategori for @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "uventet parameter på @%s-linje: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "tom multitable" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "overflødig parameter til @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "ugyldig parameter til @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s kræver en parameter: formateringsprogrammet for %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2352,2520 ---- msgstr "menupostens navn må ikke indeholde »:«" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "tomt emnenavn efter udfoldning »%s«" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s »%s« er allerede defineret" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "her er den tidligere definition som @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "tom parameter i @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "flere @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "ugyldig eller tom formel @%s-parameter: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "ugyldig syntaks for @%s-parameter: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s kræver et navn" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "ugyldigt navn for @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s set før @%s-afsluttende tuborgklamme" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s set før @%s-afsluttende tuborgklamme" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s mangler afsluttende tuborgklamme" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s mangler afsluttende afgrænsningssekvens: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx må ikke begynde @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx skal følge @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s har tekst men intet @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "»@end« forventede »%s«, men fandt »%s«" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s set før @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "ingen matchende »%cend %s«" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "fejlplaceret %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "uparret »%c%s«" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "makro »%s« kaldt med for mange parametre" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s mangler afsluttende tuborgklamme" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makro »%s« erklæret uden parameter kaldt med en parameter" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ i @%s-udfoldning fulgt af »%s« i stedet for parameternavn eller \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "mangler navn for @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "mangler kategori for @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "uventet parameter på @%s-linje: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "tom multitable" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "overflødig parameter til @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "ugyldig parameter til @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s kræver en parameter: formateringsprogrammet for %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2534,2641 **** "@%s linje" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "accent-kommandoen »@%s« er ikke tilladt som parameter for @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s mangler parameter" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "ukendt @end %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "overflødig parameter for @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "ugyldig parameter for @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: kunne ikke åbne %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "kodningen »%s« er ikke en kanonisk texinfo-kodning" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "ukendt kodningsnavn »%s«" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s efter det første element" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s er kun meningsfuldt på en @multitable-linje" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s bør ikke associeres med @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node går forud for @%s, men dele er måske ikke tilknyttet emner" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "tomt menupunktnavn i »%s«" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "tomt emnenavn i menupunkt" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s bør ikke fremgå i @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s bør kun fremgå i begyndelsen af en linje" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "makroen »%s« er allerede defineret" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "her er den tidligere definition af »%s«" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "ændrer definition på Texinfo-sprogkommando: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s uden associeret tegn" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2523,2625 ---- "@%s linje" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "accent-kommandoen »@%s« er ikke tilladt som parameter for @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s mangler parameter" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "ukendt @end %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "overflødig parameter for @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "ugyldig parameter for @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: kunne ikke åbne %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "kodningen »%s« er ikke en kanonisk texinfo-kodning" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "ukendt kodningsnavn »%s«" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s efter det første element" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s er kun meningsfuldt på en @multitable-linje" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node går forud for @%s, men dele er måske ikke tilknyttet emner" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "tomt menupunktnavn i »%s«" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "tomt emnenavn i menupunkt" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s bør ikke fremgå i @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s bør kun fremgå i begyndelsen af en linje" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "makroen »%s« er allerede defineret" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "her er den tidligere definition af »%s«" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "ændrer definition på Texinfo-sprogkommando: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s uden associeret tegn" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2643,2647 **** msgstr "@%s defineret med nul eller mere end en parameter skal startes med {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2627,2631 ---- msgstr "@%s defineret med nul eller mere end en parameter skal startes med {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2652,2958 **** "nuværende værdi %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "rekursivt kald af makro %s er ikke tilladt; brug @rmacro hvis krævet" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "accent-kommandoen »@%s« må ikke efterfølges af mellemrum" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "benyt tuborgklammer til at angive en kommando som parameter til @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s kræver »i« eller »j« som parameter, ikke »%s«" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "accent-kommandoen »@%s« skal efterfølges af en ny linje" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s forventede tuborgklammer" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "flag er ikke defineret: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "ugyldig syntaks for @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s er forældet." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s er forældet; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s bør kun fremgå ved en linjes begyndelse" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s er ikke tilladt i en »@%s«-blok" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s bør ikke fremgå i teksthoved eller tekstfod" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s giver ingen mening i en »@%s«-blok" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s i tom multitable" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab før @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "for mange kolonner i »multitable«-element (maks %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "ignorerer @tab udenfor »multitable«" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s uden for tabel eller liste" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "skal være efter »@%s« for at bruge »@%s«" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s giver ikke mening uden for miljøerne »@titlepage« og »@quotation«" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory efter første emne" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "regionen %s inden i region %s er ikke tilladt" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry efter første emne" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu i ugyldig kontekst" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s fundet før første @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "måske skulle dit @top emne indsættes i @ifnottex i stedet for @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s bør ikke fremgå i matematisk kontekst" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "ukendt kommando »%s«" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "uventet @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s giver ingen mening uden for »@float«-miljøet" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s skal være lige under »@float«" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "ignorerer flere @%s" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "kommandoen @%s tillader ikke parametre" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "kommandoen @%s mangler et emne eller en ekstern manuel parameter" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "i @%s tomt krydsreferencenavn efter udfoldning »%s«" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "i @%s tom krydsreferencetitel efter udfoldning »%s«" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image mangler filnavnparameter" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s mangler første parameter" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "ikke-hex cifre i parameter for @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "færre end fire hex-cifre i parameter for @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "parameter for @U overgår Unicodemaksimum 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "overflødige parametre for emne" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "forventede @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s bør kun acceptere en @-kommando som parameter, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "tilbageværende parameter på @%s linje: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "miljøkommandoen %s som parameter til @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "tom @%s" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "kolonnefraktion er ikke et tal: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp-parameter skal være numerisk, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "reserveret indeksnavn %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "ukendt kildeindeks i @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "ukendt destinatinsindeks i @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s fører til en sammenføjning af %s i sig selv; ignorerer" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "ukendt indeks »%s« i @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "udskriver et indeks »%s« flettet i et andet, »%s«" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex før dokumentbegyndelse: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s-parameter skal være »top« eller »bottom«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Kun @%s 10 eller 11 er understøttet, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s-parameter skal være »separate« eller »end«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s-parameter skal være »on«, »off« eller »odd«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "@paragraphindent-parameter skal være numerisk/»none«/»asis«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2636,2942 ---- "nuværende værdi %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "rekursivt kald af makro %s er ikke tilladt; brug @rmacro hvis krævet" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "accent-kommandoen »@%s« må ikke efterfølges af mellemrum" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "benyt tuborgklammer til at angive en kommando som parameter til @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s kræver »i« eller »j« som parameter, ikke »%s«" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "accent-kommandoen »@%s« skal efterfølges af en ny linje" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s forventede tuborgklammer" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "flag er ikke defineret: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "ugyldig syntaks for @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s er forældet." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s er forældet; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s bør kun fremgå ved en linjes begyndelse" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s er ikke tilladt i en »@%s«-blok" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s bør ikke fremgå i teksthoved eller tekstfod" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s giver ingen mening i en »@%s«-blok" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s i tom multitable" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab før @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "for mange kolonner i »multitable«-element (maks %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "ignorerer @tab udenfor »multitable«" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s uden for tabel eller liste" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "skal være efter »@%s« for at bruge »@%s«" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s giver ikke mening uden for miljøerne »@titlepage« og »@quotation«" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory efter første emne" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "regionen %s inden i region %s er ikke tilladt" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry efter første emne" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu i ugyldig kontekst" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s fundet før første @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "måske skulle dit @top emne indsættes i @ifnottex i stedet for @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s bør ikke fremgå i matematisk kontekst" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "ukendt kommando »%s«" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "uventet @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s giver ingen mening uden for »@float«-miljøet" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s skal være lige under »@float«" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "ignorerer flere @%s" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "kommandoen @%s tillader ikke parametre" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "kommandoen @%s mangler et emne eller en ekstern manuel parameter" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "i @%s tomt krydsreferencenavn efter udfoldning »%s«" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "i @%s tom krydsreferencetitel efter udfoldning »%s«" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image mangler filnavnparameter" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s mangler første parameter" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "ikke-hex cifre i parameter for @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "færre end fire hex-cifre i parameter for @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "parameter for @U overgår Unicodemaksimum 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "overflødige parametre for emne" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "forventede @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s bør kun acceptere en @-kommando som parameter, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "tilbageværende parameter på @%s linje: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "miljøkommandoen %s som parameter til @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "tom @%s" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "kolonnefraktion er ikke et tal: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp-parameter skal være numerisk, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "reserveret indeksnavn %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "ukendt kildeindeks i @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "ukendt destinatinsindeks i @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s fører til en sammenføjning af %s i sig selv; ignorerer" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "ukendt indeks »%s« i @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "udskriver et indeks »%s« flettet i et andet, »%s«" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex før dokumentbegyndelse: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s-parameter skal være »top« eller »bottom«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Kun @%s 10 eller 11 er understøttet, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s-parameter skal være »separate« eller »end«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s-parameter skal være »on«, »off« eller »odd«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "@paragraphindent-parameter skal være numerisk/»none«/»asis«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2960,2974 **** "@firstparagraphindent-parameter skal være »none« eller »insert«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent-parameter skal være numeric/»asis«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "forventede @%s aktiveret eller deaktiveret, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 2944,2958 ---- "@firstparagraphindent-parameter skal være »none« eller »insert«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent-parameter skal være numeric/»asis«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "forventede @%s aktiveret eller deaktiveret, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 2976,3000 **** "@kbdinputstyle-parameter skal være »code«/»example«/»distinct«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks-parameter skal være »true« eller »false«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "@urefbreakstyle-parameter skal være »after«/»before«/»none«, ikke »%s«" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "forøger afsnitniveauet for @%s, der er for lavt" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "ingen afsnitsniveaukommando før @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" --- 2960,2984 ---- "@kbdinputstyle-parameter skal være »code«/»example«/»distinct«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks-parameter skal være »true« eller »false«, ikke »%s«" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "@urefbreakstyle-parameter skal være »after«/»before«/»none«, ikke »%s«" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "forøger afsnitniveauet for @%s, der er for lavt" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "ingen afsnitsniveaukommando før @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" *************** *** 3002,3056 **** "formindsker afsnitniveauet for @%s, der fremgår efter et lavere element" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "ingen afsnitsopdeling associeret med @%s" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s er ikke tom" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s-reference til ikkeeksisterende emne »%s«" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s-postemnenavn »%s« er forskellig fra %s-navn »%s«" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "ikkerefereret emne »%s«" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "emne »%s« er %s for »%s« i afsnitsopdeling men ikke i menu" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "emne %s »%s« i menu »%s« og i afsnitsopdeling »%s« er forskellige" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "emne »%s« er %s for »%s« i menu men ikke i afsnitsopdeling" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s-peger »%s« (for emne »%s«) er forskellig fra %s-navn »%s«" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s-reference til ikkeeksisterende »%s«" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 2986,3040 ---- "formindsker afsnitniveauet for @%s, der fremgår efter et lavere element" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "ingen afsnitsopdeling associeret med @%s" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s er ikke tom" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s-reference til ikkeeksisterende emne »%s«" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s-postemnenavn »%s« er forskellig fra %s-navn »%s«" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "ikkerefereret emne »%s«" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "emne »%s« er %s for »%s« i afsnitsopdeling men ikke i menu" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "emne %s »%s« i menu »%s« og i afsnitsopdeling »%s« er forskellige" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "emne »%s« er %s for »%s« i menu men ikke i afsnitsopdeling" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s-peger »%s« (for emne »%s«) er forskellig fra %s-navn »%s«" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s-reference til ikkeeksisterende »%s«" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3058,3072 **** "emnet »%s« mangler menupunkt for »%s« på trods af at det er dens »Op«-mål" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "for »%s«, op i menu »%s« og op »%s« matcher ikke" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s til »%s«, forskellig fra %s-navn »%s«" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3042,3056 ---- "emnet »%s« mangler menupunkt for »%s« på trods af at det er dens »Op«-mål" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "for »%s«, op i menu »%s« og op »%s« matcher ikke" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s til »%s«, forskellig fra %s-navn »%s«" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3236,3250 **** msgstr "kunne ikke læse init-filen %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignorerer ej genkendt TEXINFO_OUTPUT_FORMAT-værdi »%s«\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Brug: %s [TILVALG] ... TEXINFO-FIL ...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3220,3234 ---- msgstr "kunne ikke læse init-filen %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignorerer ej genkendt TEXINFO_OUTPUT_FORMAT-værdi »%s«\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Brug: %s [TILVALG] ... TEXINFO-FIL ...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3262,3266 **** "opførslen er identisk, og afhænger ikke af det installerede navn.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3246,3250 ---- "opførslen er identisk, og afhænger ikke af det installerede navn.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3297,3301 **** " --version vis versionsoplysninger og afslut.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3281,3285 ---- " --version vis versionsoplysninger og afslut.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3316,3320 **** " TEXINFO-FIL.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3300,3304 ---- " TEXINFO-FIL.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3363,3367 **** " Ellers navngiver DEST uddatafilen.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3347,3351 ---- " Ellers navngiver DEST uddatafilen.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3405,3409 **** "(standard %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3389,3393 ---- "(standard %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3432,3436 **** "opdelt.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3416,3420 ---- "opdelt.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3440,3444 **** " --output-indent=VÆRDI gør intet, bevaret for kompatibilitet.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3424,3428 ---- " --output-indent=VÆRDI gør intet, bevaret for kompatibilitet.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3448,3452 **** " --Xopt=OPT send OPT til texi2dvi; kan gentages.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3432,3436 ---- " --Xopt=OPT send OPT til texi2dvi; kan gentages.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3467,3471 **** " med @clear.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3451,3455 ---- " med @clear.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3501,3505 **** " --no-ifxml behandl ikke @ifxml og @xml-tekst.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3485,3489 ---- " --no-ifxml behandl ikke @ifxml og @xml-tekst.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3520,3524 **** " hvis der laves XML, er --ifxml aktiveret, mens de andre er deaktiverede.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3504,3508 ---- " hvis der laves XML, er --ifxml aktiveret, mens de andre er deaktiverede.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3551,3555 **** "størrelsen\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3535,3539 ---- "størrelsen\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3557,3561 **** "%s: --footnote-style parameter skal være 'separate' eller 'end', ikke '%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3541,3545 ---- "%s: --footnote-style parameter skal være 'separate' eller 'end', ikke '%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3563,3611 **** "%s: --paragraph-indent parameter skal være tal/»none«/»asis«, ikke »%s«.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "%s: under oprettelse af %s, kan kun en inddata-FIL angivet med -o\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "tilvalget --Xopt uden udskrevne uddata" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "ukendt trætransformation %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "ignorerer opdeling for format %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: mangler filparameter.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Prøv »%s --help« for yderligere information.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "fill_gaps_in_sectioning-transformering gav intet resultat. Ingen sektion?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "der opstod en fejl under lukning af makro udvid-filen %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "kunne ikke åbne %s for skrivning: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3547,3595 ---- "%s: --paragraph-indent parameter skal være tal/»none«/»asis«, ikke »%s«.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "%s: under oprettelse af %s, kan kun en inddata-FIL angivet med -o\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "tilvalget --Xopt uden udskrevne uddata" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "ukendt trætransformation %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "ignorerer opdeling for format %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: mangler filparameter.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Prøv »%s --help« for yderligere information.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "fill_gaps_in_sectioning-transformering gav intet resultat. Ingen sektion?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "der opstod en fejl under lukning af makro udvid-filen %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "kunne ikke åbne %s for skrivning: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3615,3633 **** "resultat. Manglende afsnit?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: der opstod en fejl under lukning af %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: der opstod en fejl under lukning af intern henvisningsfil %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: kunne ikke åbne %s for skrivning: %s\n" #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" --- 3599,3620 ---- "resultat. Manglende afsnit?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: der opstod en fejl under lukning af %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: der opstod en fejl under lukning af intern henvisningsfil %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: kunne ikke åbne %s for skrivning: %s\n" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s bør ikke associeres med @top" + #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" Binary files texinfo-6.4/po/de.gmo and texinfo-6.5/po/de.gmo differ diff -Nrc2 texinfo-6.4/po/de.po texinfo-6.5/po/de.po *** texinfo-6.4/po/de.po 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/de.po 2017-08-19 19:55:14.000000000 +0100 *************** *** 36,40 **** "Project-Id-Version: texinfo 5.9.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2015-03-02 13:41+0100\n" "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n" --- 36,40 ---- "Project-Id-Version: texinfo 5.9.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2015-03-02 13:41+0100\n" "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n" *************** *** 417,456 **** msgstr "Kein Menüeintrag „%s“ im Knoten „%s“." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Knoten „%s“ wurde nicht gefunden." ! #: info/info.c:437 #, fuzzy, c-format msgid "No program name given" msgstr "Es wurde kein Programmname angegeben." ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "ungültige Zahl: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "fehlgeformte Variablenzuweisung: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: unbekannte Variable" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "Wert %s ist nicht gültig für Variable %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "„--help“ gibt weitere Informationen.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 417,456 ---- msgstr "Kein Menüeintrag „%s“ im Knoten „%s“." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Knoten „%s“ wurde nicht gefunden." ! #: info/info.c:439 #, fuzzy, c-format msgid "No program name given" msgstr "Es wurde kein Programmname angegeben." ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "ungültige Zahl: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "fehlgeformte Variablenzuweisung: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: unbekannte Variable" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "Wert %s ist nicht gültig für Variable %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "„--help“ gibt weitere Informationen.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 467,476 **** "Es gibt KEINERLEI Garantie, soweit es das Gesetz erlaubt.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "Keine Indexeinträge für „%s“ gefunden\n" ! #: info/info.c:1089 #, c-format msgid "" --- 467,476 ---- "Es gibt KEINERLEI Garantie, soweit es das Gesetz erlaubt.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "Keine Indexeinträge für „%s“ gefunden\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 483,487 **** "Zum Lesen von Dokumentation, die im Info-Format vorliegt.\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 483,487 ---- "Zum Lesen von Dokumentation, die im Info-Format vorliegt.\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 499,503 **** " -f, --file=DATEI zu öffnende Info-DATEI angeben" ! #: info/info.c:1102 #, fuzzy msgid "" --- 499,503 ---- " -f, --file=DATEI zu öffnende Info-DATEI angeben" ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 514,527 **** " -o, --output=DATEI ausgewählte Knoten nach DATEI ausgeben" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly nett zu Sprachsynthesizern sein" ! #: info/info.c:1116 #, fuzzy msgid "" --- 514,527 ---- " -o, --output=DATEI ausgewählte Knoten nach DATEI ausgeben" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly nett zu Sprachsynthesizern sein" ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 540,544 **** " -x, --debug=ZAHL Debugging-Level setzen (-1 für alles)\n" ! #: info/info.c:1122 msgid "" "\n" --- 540,544 ---- " -x, --debug=ZAHL Debugging-Level setzen (-1 für alles)\n" ! #: info/info.c:1124 msgid "" "\n" *************** *** 558,562 **** "besuchenden Knotens angesehen." ! #: info/info.c:1129 msgid "" "\n" --- 558,562 ---- "besuchenden Knotens angesehen." ! #: info/info.c:1131 msgid "" "\n" *************** *** 566,570 **** "Für eine Zusammenfassung möglicher Tastenkombinationen in Info „h“ tippen." ! #: info/info.c:1132 #, fuzzy msgid "" --- 566,570 ---- "Für eine Zusammenfassung möglicher Tastenkombinationen in Info „h“ tippen." ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 604,608 **** " info -f ./foo.info datei ./foo.info anzeigen" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 604,608 ---- " info -f ./foo.info datei ./foo.info anzeigen" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 617,689 **** "<translation-team-de@lists.sourceforge.net>" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Knoten „(%s)%s“ kann nicht gefunden werden." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Kein Fenster gefunden!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Momentane Position erscheint nicht in dem Knoten dieses Fensters!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Das letzte Fenster kann nicht gelöscht werden." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "Kein Menü in diesem Knoten." ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "Keine Fußnoten in diesem Knoten." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "Keine Querverweise in diesem Knoten." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Kein „%s“-Verweis für diesen Knoten." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Unbekannter Info-Befehl „%c“. Geben Sie „?“ ein, um Hilfe zu bekommen." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Der Terminaltyp „%s“ ist nicht fähig genug, um Info auszuführen." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Sie sind bereits auf der letzten Seite dieses Knotens." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Sie sind bereits auf der ersten Seite dieses Knotens." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "Nur ein Fenster." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "Das entstehende Fenster wäre zu klein." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 617,689 ---- "<translation-team-de@lists.sourceforge.net>" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Knoten „(%s)%s“ kann nicht gefunden werden." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Kein Fenster gefunden!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Momentane Position erscheint nicht in dem Knoten dieses Fensters!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Das letzte Fenster kann nicht gelöscht werden." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "Kein Menü in diesem Knoten." ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "Keine Fußnoten in diesem Knoten." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "Keine Querverweise in diesem Knoten." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Kein „%s“-Verweis für diesen Knoten." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Unbekannter Info-Befehl „%c“. Geben Sie „?“ ein, um Hilfe zu bekommen." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Der Terminaltyp „%s“ ist nicht fähig genug, um Info auszuführen." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Sie sind bereits auf der letzten Seite dieses Knotens." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Sie sind bereits auf der ersten Seite dieses Knotens." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "Nur ein Fenster." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "Das entstehende Fenster wäre zu klein." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1494,1659 **** msgstr "Für Suchen werden wortwörtliche Zeichenketten benutzt" ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "Suche vom Ende des Dokuments fortgesetzt." ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Suche vom Anfang des Dokuments fortgesetzt." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Unterdatei „%s“ wird durchsucht …" ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "Suche fehlgeschlagen." ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Suche mit regulärem Ausdruck" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Suche" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " gemäß Groß-/Kleinschreibung" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " in Rückwärtsrichtung" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Suchzeichenkette zu kurz" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "No more matches" msgstr "Keine Übereinstimmung" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Unterdatei „%s“ wird durchsucht …" ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "" "Eine Zeichenkette einlesen und danach gemäß Groß-/Kleinschreibung suchen" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Eine Zeichenkette einlesen und danach suchen" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Eine Zeichenkette einlesen und danach in Rückwärtsrichtung suchen" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Letzte Suche in der gleichen Richtung wiederholen" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Keine vorherige Such-Zeichenkette." ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Letzte Suche in der entgegengesetzten Richtung wiederholen" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Die angezeigten Suchtreffer nicht mehr anzeigen" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Interaktiv eine Zeichenkette während der Eingabe suchen" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Interaktive Suche mit regulärem Ausdruck in Rückwärtsrichtung: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "Interaktive Suche in Rückwärtsrichtung: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Interaktive Suche mit regulärem Ausdruck: " ! #: info/session.c:4881 msgid "I-search: " msgstr "Interaktive Suche: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Fehlschlagende " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Momentane Operation abbrechen" ! #: info/session.c:5281 msgid "Quit" msgstr "Beenden" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Programmversion anzeigen" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info Version %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Anzeige erneut darstellen" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Info beenden" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "" --- 1494,1659 ---- msgstr "Für Suchen werden wortwörtliche Zeichenketten benutzt" ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "Suche vom Ende des Dokuments fortgesetzt." ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Suche vom Anfang des Dokuments fortgesetzt." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Unterdatei „%s“ wird durchsucht …" ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "Suche fehlgeschlagen." ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Suche mit regulärem Ausdruck" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Suche" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " gemäß Groß-/Kleinschreibung" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " in Rückwärtsrichtung" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Suchzeichenkette zu kurz" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "No more matches" msgstr "Keine Übereinstimmung" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Unterdatei „%s“ wird durchsucht …" ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "" "Eine Zeichenkette einlesen und danach gemäß Groß-/Kleinschreibung suchen" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Eine Zeichenkette einlesen und danach suchen" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Eine Zeichenkette einlesen und danach in Rückwärtsrichtung suchen" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Letzte Suche in der gleichen Richtung wiederholen" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Keine vorherige Such-Zeichenkette." ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Letzte Suche in der entgegengesetzten Richtung wiederholen" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Die angezeigten Suchtreffer nicht mehr anzeigen" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Interaktiv eine Zeichenkette während der Eingabe suchen" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Interaktive Suche mit regulärem Ausdruck in Rückwärtsrichtung: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "Interaktive Suche in Rückwärtsrichtung: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Interaktive Suche mit regulärem Ausdruck: " ! #: info/session.c:4878 msgid "I-search: " msgstr "Interaktive Suche: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Fehlschlagende " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Momentane Operation abbrechen" ! #: info/session.c:5278 msgid "Quit" msgstr "Beenden" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Programmversion anzeigen" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info Version %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Anzeige erneut darstellen" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Info beenden" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "" *************** *** 1661,1684 **** " Taste gebunden ist" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Unbekannter Befehl (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "„%s“ ist ungültig" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "„%s“ ist ungültig" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Diese Zahl dem aktuellen numerischen Argument hinzufügen" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Das aktuelle numerische Argument beginnen (oder mit 4 multiplizieren)" --- 1661,1684 ---- " Taste gebunden ist" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Unbekannter Befehl (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "„%s“ ist ungültig" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "„%s“ ist ungültig" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Diese Zahl dem aktuellen numerischen Argument hinzufügen" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Das aktuelle numerische Argument beginnen (oder mit 4 multiplizieren)" *************** *** 2103,2111 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2103,2111 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2113,2130 **** msgstr "%s konnte nicht zum Schreiben geöffnet werden: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "Rekursion ist immer erlaubt" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "Argumente werden standardmäßig in Anführungszeichen eingeschlossen" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2113,2130 ---- msgstr "%s konnte nicht zum Schreiben geöffnet werden: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "Rekursion ist immer erlaubt" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "Argumente werden standardmäßig in Anführungszeichen eingeschlossen" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2132,2179 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s ist kein gültiges Sprachkürzel" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s ist kein gültiges Regionskürzel" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s is keine gültige Aufspaltmöglichkeit" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "%s konnte nicht gelesen werden: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "Fehler beim Schließen von @verbatiminclude-Datei %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: %s konnte nicht gefunden werden" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "kein Knoten zum Umbenennen" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "Knoten ohne einen neuen Namen am Ende der Datei" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "%s konnte nicht geöffnet werden: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2132,2179 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s ist kein gültiges Sprachkürzel" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s ist kein gültiges Regionskürzel" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s is keine gültige Aufspaltmöglichkeit" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "%s konnte nicht gelesen werden: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "Fehler beim Schließen von @verbatiminclude-Datei %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: %s konnte nicht gefunden werden" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "kein Knoten zum Umbenennen" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "Knoten ohne einen neuen Namen am Ende der Datei" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "%s konnte nicht geöffnet werden: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2191,2199 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2191,2199 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2215,2219 **** msgstr "@image-Datei „%s“ nicht gefunden, „%s“ wird benutzt" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "es wurde kein Argument für @U angegeben" --- 2215,2219 ---- msgstr "@image-Datei „%s“ nicht gefunden, „%s“ wird benutzt" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "es wurde kein Argument für @U angegeben" *************** *** 2224,2323 **** msgstr "@image-Datei „%s“ (für HTML) nicht gefunden, „%s“ wird benutzt" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "rohes Format %s wird nicht konvertiert" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "HTML-Refs-Konfigurationsdatei %s konnte nicht gefunden werden: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "fehlender Typ" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "nicht erkannter Typ: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "Fehler beim Schließen derHTML-Refs-Konfigurationsdatei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "Zeichenkette in CSS-Datei nicht geschlossen" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-include endete inmitten eines Kommentars" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import in CSS-Datei nicht abgeschlossen" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "CSS-Datei %s nicht gefunden" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "--include-file %s konnte nicht geöffnet werden: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "Fehler beim Schließen der CSS-Datei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "kein Eintrag htmlxref.cnf für „%s“ gefunden" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "Fehler beim Schließen der Rahmendatei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "Fehler beim Schließen der Inhaltsverzeichnis-Rahmendatei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "Verarbeitung %s der Stufe %s %s-Pritorität ist fehlgeschlagen" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "Titel muss mit dem Titelbefehl oder @top angegeben werden" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "Fehler beim Schließen der umbenannten Knotendatei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "alter Name für „%s“ ist ein Knoten dieses Dokuments." ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "Datei leer für umbenannten Knoten „%s“" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "Zielknoten (neuer Name für „%s“) ist nicht im Dokument: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" --- 2224,2323 ---- msgstr "@image-Datei „%s“ (für HTML) nicht gefunden, „%s“ wird benutzt" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "rohes Format %s wird nicht konvertiert" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "HTML-Refs-Konfigurationsdatei %s konnte nicht gefunden werden: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "fehlender Typ" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "nicht erkannter Typ: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "Fehler beim Schließen derHTML-Refs-Konfigurationsdatei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "Zeichenkette in CSS-Datei nicht geschlossen" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-include endete inmitten eines Kommentars" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import in CSS-Datei nicht abgeschlossen" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "CSS-Datei %s nicht gefunden" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "--include-file %s konnte nicht geöffnet werden: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "Fehler beim Schließen der CSS-Datei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "kein Eintrag htmlxref.cnf für „%s“ gefunden" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "Fehler beim Schließen der Rahmendatei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "Fehler beim Schließen der Inhaltsverzeichnis-Rahmendatei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "Verarbeitung %s der Stufe %s %s-Pritorität ist fehlgeschlagen" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "Titel muss mit dem Titelbefehl oder @top angegeben werden" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "Fehler beim Schließen der umbenannten Knotendatei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "alter Name für „%s“ ist ein Knoten dieses Dokuments." ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "Datei leer für umbenannten Knoten „%s“" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "Zielknoten (neuer Name für „%s“) ist nicht im Dokument: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" *************** *** 2325,2333 **** "Fehler beim Schließen der umbenannten Knoten-Weiterleitungsdatei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "leerer Knotenname" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2325,2333 ---- "Fehler beim Schließen der umbenannten Knoten-Weiterleitungsdatei %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "leerer Knotenname" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2367,2371 **** msgstr "Der Indexeintrag in @%s mit „:“ erzeugt ungültigen Info-Code: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2367,2371 ---- msgstr "Der Indexeintrag in @%s mit „:“ erzeugt ungültigen Info-Code: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2433,2561 **** msgstr "Menüeintrag-Name sollte keinen „:“ enthalten" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "Leerer Knotenname nach der Erweiterung „%s“" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s „%s“ früher definiert" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "hier ist die frühere Definition als @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "leeres Argument in @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "mehrfache @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "Fehlerhaftes oder leeres formales Argument @%s: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "Fehlerhafte Syntax für Argument @%s: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s erfordert einen Namen" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "fehlerhafter Name für @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s gesehen vor @%s schließender Klammer" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s gesehen vor schließender Klammer von @%s" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s fehlende schließende Klammer" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s fehlende schließende Trennsequenz: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx sollte nicht @%s beginnen" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx muss nach @item kommen" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s hat Text aber kein @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "„@end“ erwartete „%s“, jedoch „%s“ erhalten" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s gesehen vor @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "kein übereinstimmendes „%cend %s“" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "fehlplatziertes %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "nicht übereinstimmendes „%c%s“" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "Makro „%s“ mit zu vielen Argumenten aufgerufen" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "@%s fehlende schließende Klammer" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "Makro „%s“ deklariert ohne Argument, aber mit Argument aufgerufen" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" --- 2433,2561 ---- msgstr "Menüeintrag-Name sollte keinen „:“ enthalten" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "Leerer Knotenname nach der Erweiterung „%s“" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s „%s“ früher definiert" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "hier ist die frühere Definition als @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "leeres Argument in @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "mehrfache @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "Fehlerhaftes oder leeres formales Argument @%s: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "Fehlerhafte Syntax für Argument @%s: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s erfordert einen Namen" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "fehlerhafter Name für @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s gesehen vor @%s schließender Klammer" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s gesehen vor schließender Klammer von @%s" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s fehlende schließende Klammer" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s fehlende schließende Trennsequenz: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx sollte nicht @%s beginnen" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx muss nach @item kommen" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s hat Text aber kein @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "„@end“ erwartete „%s“, jedoch „%s“ erhalten" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s gesehen vor @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "kein übereinstimmendes „%cend %s“" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "fehlplatziertes %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "nicht übereinstimmendes „%c%s“" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "Makro „%s“ mit zu vielen Argumenten aufgerufen" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "@%s fehlende schließende Klammer" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "Makro „%s“ deklariert ohne Argument, aber mit Argument aufgerufen" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" *************** *** 2564,2593 **** "\\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "fehlender Name für @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "fehlende Kategorie für @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "unerwartetes Argument auf @%s-Zeile: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "leere Mehrfachtabelle" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "überflüssiges Argument für @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" --- 2564,2593 ---- "\\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "fehlender Name für @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "fehlende Kategorie für @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "unerwartetes Argument auf @%s-Zeile: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "leere Mehrfachtabelle" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "überflüssiges Argument für @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" *************** *** 2595,2604 **** # %citem ist ein Texinfo-Befehl ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s benötigt ein Argument: den Formatierer für %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2595,2604 ---- # %citem ist ein Texinfo-Befehl ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s benötigt ein Argument: den Formatierer für %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2607,2670 **** "%s-Zeile sein" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "Akzent-Befehl „@%s“ ist als @%s-Argument nicht erlaubt" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s fehlendes Argument" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "unbekanntes @end %s“" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "überflüssiges Argument für @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "fehlerhaftes Argument für @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: %s konnte nicht geöffnet werden: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "Kodierung „%s“ ist keine kanonische texinfo-Zeichenkodierung" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nicht erkannter Kodierungsname „%s“" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s nach dem ersten Element" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s nur sinnvoll auf einer „@multitable“-Zeile" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s sollte nicht mit @top assoziiert sein" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" --- 2607,2665 ---- "%s-Zeile sein" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "Akzent-Befehl „@%s“ ist als @%s-Argument nicht erlaubt" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s fehlendes Argument" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "unbekanntes @end %s“" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "überflüssiges Argument für @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "fehlerhaftes Argument für @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: %s konnte nicht geöffnet werden: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "Kodierung „%s“ ist keine kanonische texinfo-Zeichenkodierung" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nicht erkannter Kodierungsname „%s“" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s nach dem ersten Element" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s nur sinnvoll auf einer „@multitable“-Zeile" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" *************** *** 2672,2715 **** "@node ist @%s vorangestellt, aber Teile dürfen nicht Knoten zugeordnet werden" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "Leerer Menüeintrag-Name in „%s“" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "leerer Knotenname im Menüeintrag" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s sollte nicht in @%s erscheinen" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s sollte nur an einem Zeilenanfang erscheinen" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "Makro „%s“ früher definiert" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "hier ist die frühere Definition von „%s“" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "Texinfo-Sprachbefehl erneut definiert: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s ohne zugehöriges Zeichen" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2667,2710 ---- "@node ist @%s vorangestellt, aber Teile dürfen nicht Knoten zugeordnet werden" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "Leerer Menüeintrag-Name in „%s“" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "leerer Knotenname im Menüeintrag" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s sollte nicht in @%s erscheinen" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s sollte nur an einem Zeilenanfang erscheinen" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "Makro „%s“ früher definiert" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "hier ist die frühere Definition von „%s“" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "Texinfo-Sprachbefehl erneut definiert: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s ohne zugehöriges Zeichen" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2719,2723 **** "aufgerufen werden" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2714,2718 ---- "aufgerufen werden" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2728,2732 **** "außer Kraft zu setzen; aktueller Wert ist %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2723,2727 ---- "außer Kraft zu setzen; aktueller Wert ist %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2735,2832 **** "falls nötig" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "Auf den Akzent-Befehl „@%s“ muss ein Leerzeichen folgen" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Klammern verwenden, um einen Befehl als Argument an „@%s“ zu übergeben" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s erwartet „i“ oder „j“ als Argument, nicht „%s“" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "Auf den Akzent-Befehl „@%s“ darf kein Zeilenumbruch folgen" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s erwartete geschweifte Klammern" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "undefiniertes Flag: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "Fehlerhafte Syntax für @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s ist obsolet." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s ist obsolet; %s" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s sollte nur am Zeilenanfang erscheinen" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s nicht erlaubt innerhalb eines „@%s“-Blocks" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s sollte nur in Kopf- oder Fußzeilen erscheinen" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s nicht sinnvoll innerhalb eines „@%s“-Blocks" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s in leerer Multitabelle" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab vor @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "zu viele Spalten im „@multitable“-Eintrag (maximal %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "@tab außerhalb einer „multitable“ wird ignoriert" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s außerhalb der Tabelle oder Liste" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Muss hinter „@%s“ sein, um „@%s“ zu benutzen" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" --- 2730,2827 ---- "falls nötig" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "Auf den Akzent-Befehl „@%s“ muss ein Leerzeichen folgen" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Klammern verwenden, um einen Befehl als Argument an „@%s“ zu übergeben" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s erwartet „i“ oder „j“ als Argument, nicht „%s“" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "Auf den Akzent-Befehl „@%s“ darf kein Zeilenumbruch folgen" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s erwartete geschweifte Klammern" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "undefiniertes Flag: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "Fehlerhafte Syntax für @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s ist obsolet." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s ist obsolet; %s" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s sollte nur am Zeilenanfang erscheinen" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s nicht erlaubt innerhalb eines „@%s“-Blocks" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s sollte nur in Kopf- oder Fußzeilen erscheinen" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s nicht sinnvoll innerhalb eines „@%s“-Blocks" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s in leerer Multitabelle" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab vor @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "zu viele Spalten im „@multitable“-Eintrag (maximal %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "@tab außerhalb einer „multitable“ wird ignoriert" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s außerhalb der Tabelle oder Liste" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Muss hinter „@%s“ sein, um „@%s“ zu benutzen" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" *************** *** 2834,2860 **** "@%s nicht sinnvoll außerhalb von „@titlepage“- und „@quotation“-Umgebungen" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory nach dem ersten Knoten" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "Region %s innerhalb Region %s ist nicht erlaubt" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry nach dem ersten Knoten" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s vor erstem @node gefunden" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2829,2855 ---- "@%s nicht sinnvoll außerhalb von „@titlepage“- und „@quotation“-Umgebungen" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory nach dem ersten Knoten" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "Region %s innerhalb Region %s ist nicht erlaubt" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry nach dem ersten Knoten" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s vor erstem @node gefunden" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2863,2935 **** "umschlossen werden?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s sollte nur in mathematischem Kontext erscheinen" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "unbekannter Befehl „%s“" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "unerwartetes @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s nicht sinnvoll außerhalb einer „@float“-Umgebung" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s sollte sich genau vor „@float“ befinden" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "mehrfache @%s werden ignoriert" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "Befehl @%s akzeptiert keine Argumente" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "Befehl @%s ohne Knoten oder Argument für ein externes Handbuch" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "in @%s leerer Querverweis-Name nach der Erweiterung von „%s“" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "in @%s leerer Querverweis-Titel nach der Erweiterung von „%s“" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image fehlt als Argument ein Dateiname" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s erstes Argument fehlt" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "nicht-hexadezimale Ziffern im Argument für @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "weniger als vier hexadezimale Ziffern im Argument für @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" --- 2858,2930 ---- "umschlossen werden?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s sollte nur in mathematischem Kontext erscheinen" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "unbekannter Befehl „%s“" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "unerwartetes @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s nicht sinnvoll außerhalb einer „@float“-Umgebung" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s sollte sich genau vor „@float“ befinden" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "mehrfache @%s werden ignoriert" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "Befehl @%s akzeptiert keine Argumente" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "Befehl @%s ohne Knoten oder Argument für ein externes Handbuch" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "in @%s leerer Querverweis-Name nach der Erweiterung von „%s“" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "in @%s leerer Querverweis-Titel nach der Erweiterung von „%s“" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image fehlt als Argument ein Dateiname" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s erstes Argument fehlt" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "nicht-hexadezimale Ziffern im Argument für @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "weniger als vier hexadezimale Ziffern im Argument für @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" *************** *** 2937,3035 **** "das Argument für @U übersteigt das Maximum für Unicode von 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "überflüssige Argumente für Knoten" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "@end %s wurde erwartet" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s sollte nur einen @-Befehl als Argument akzeptieren, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "Verbleibendes Argument in Zeile @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "Umgebungsbefehl %s als Argument zu @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "leeres @%s" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "Spaltenteilung keine Zahl: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "Argument für @sp muss numerisch sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "reservierte Index-Name %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "Unbekannter Quell-Index @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "Unbekannter Ziel-Index @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s ergibt eine Zusammenführung von %s mit sich selbst, wird ignoriert" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "Unbekannter Index „%s“ in @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "Ausgabe eines Index „%s“ wurde in einen anderen „%s“ zusammengeführt" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex vor dem Anfang des Dokuments: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "Argument für @%s muss „top“oder „bottom“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Nur @%s 10 oder 11 unterstützt, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "Argument für @%s muss „separate“ oder „end“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "Argument für @%s muss „on“, „off“ oder „odd“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2932,3030 ---- "das Argument für @U übersteigt das Maximum für Unicode von 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "überflüssige Argumente für Knoten" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "@end %s wurde erwartet" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s sollte nur einen @-Befehl als Argument akzeptieren, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "Verbleibendes Argument in Zeile @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "Umgebungsbefehl %s als Argument zu @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "leeres @%s" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "Spaltenteilung keine Zahl: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "Argument für @sp muss numerisch sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "reservierte Index-Name %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "Unbekannter Quell-Index @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "Unbekannter Ziel-Index @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s ergibt eine Zusammenführung von %s mit sich selbst, wird ignoriert" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "Unbekannter Index „%s“ in @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, fuzzy, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "Ausgabe eines Index „%s“ wurde in einen anderen „%s“ zusammengeführt" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex vor dem Anfang des Dokuments: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "Argument für @%s muss „top“oder „bottom“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Nur @%s 10 oder 11 unterstützt, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "Argument für @%s muss „separate“ oder „end“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "Argument für @%s muss „on“, „off“ oder „odd“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 3038,3042 **** "„%s“" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 3033,3037 ---- "„%s“" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 3044,3048 **** "Argument für @firstparagraphindent muss „none“ oder „insert“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" --- 3039,3043 ---- "Argument für @firstparagraphindent muss „none“ oder „insert“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" *************** *** 3050,3059 **** "Argument für @exampleindent muss „numeric“ oder „asis“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s „on“ oder „off“ wurde erwartet, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 3045,3054 ---- "Argument für @exampleindent muss „numeric“ oder „asis“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s „on“ oder „off“ wurde erwartet, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 3062,3066 **** "nicht „%s“" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" --- 3057,3061 ---- "nicht „%s“" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" *************** *** 3068,3072 **** "Argument für @allowcodebreaks muss „true“ oder „false“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3063,3067 ---- "Argument für @allowcodebreaks muss „true“ oder „false“ sein, nicht „%s“" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3075,3079 **** "„%s“" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" --- 3070,3074 ---- "„%s“" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" *************** *** 3082,3091 **** "ist" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "kein chapter-level-Befehl vor @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" --- 3077,3086 ---- "ist" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "kein chapter-level-Befehl vor @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" *************** *** 3094,3148 **** "Ebene abgesenkt" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "kein Abschnittsbefehl mit @%s verknüpft" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s ist nicht leer" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s-Referenz auf nicht existierenden Knoten „%s“" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s Name des Eintragsknotens „%s“ unterscheidet sich vom %s-Namen „%s“" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "Nicht referenzierter Knoten „%s“" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "Knoten „%s“ ist %s für „%s“ im Abschnitt, aber nicht im Menü" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "%s-Knoten „%s“ im Menü „%s“ und im Abschnitt „%s“ sind unterschiedlich" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "„%s“-Knoten ist %s für „%s“ im Menü, aber nicht im Abschnitt" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s-Zeiger „%s„ (für Knoten „%s“) unterscheidet sich vom %s-Namen „%s“" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s-Referenz zu nicht existierendem „%s“" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3089,3143 ---- "Ebene abgesenkt" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "kein Abschnittsbefehl mit @%s verknüpft" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s ist nicht leer" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s-Referenz auf nicht existierenden Knoten „%s“" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s Name des Eintragsknotens „%s“ unterscheidet sich vom %s-Namen „%s“" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "Nicht referenzierter Knoten „%s“" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "Knoten „%s“ ist %s für „%s“ im Abschnitt, aber nicht im Menü" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "%s-Knoten „%s“ im Menü „%s“ und im Abschnitt „%s“ sind unterschiedlich" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "„%s“-Knoten ist %s für „%s“ im Menü, aber nicht im Abschnitt" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s-Zeiger „%s„ (für Knoten „%s“) unterscheidet sich vom %s-Namen „%s“" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s-Referenz zu nicht existierendem „%s“" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3151,3155 **** "„aufwärts“ (Up) ist" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" --- 3146,3150 ---- "„aufwärts“ (Up) ist" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" *************** *** 3157,3166 **** "für „%s“, nach oben im Menü „%s“ und nach oben zu „%s“ sind unterschiedlich" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s zu „%s“, unterscheidet sich vom %s-Namen „%s“" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3152,3161 ---- "für „%s“, nach oben im Menü „%s“ und nach oben zu „%s“ sind unterschiedlich" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s zu „%s“, unterscheidet sich vom %s-Namen „%s“" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3331,3345 **** msgstr "Initialisierungsdatei %s konnte nicht gelesen werden." ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "nicht erkannter Wert „%s“ für TEXINFO_OUTPUT_FORMAT wird ignoriert\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Aufruf: %s [OPTION]... TEXINFO-DATEI...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3326,3340 ---- msgstr "Initialisierungsdatei %s konnte nicht gelesen werden." ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "nicht erkannter Wert „%s“ für TEXINFO_OUTPUT_FORMAT wird ignoriert\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Aufruf: %s [OPTION]... TEXINFO-DATEI...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3353,3357 **** "GNU Info (oder auch Emacs, TkInfo, etc.) gelesen werden können.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3348,3352 ---- "GNU Info (oder auch Emacs, TkInfo, etc.) gelesen werden können.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3389,3393 **** " --version Programmversion anzeigen und beenden\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3384,3388 ---- " --version Programmversion anzeigen und beenden\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3407,3411 **** "nutzen.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3402,3406 ---- "nutzen.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3459,3463 **** " Anderenfalls ist ZIEL die Ausgabedatei.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3454,3458 ---- " Anderenfalls ist ZIEL die Ausgabedatei.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3503,3507 **** "%d)\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3498,3502 ---- "%d)\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3529,3533 **** " (ist Standard bei Aufteilung)\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3524,3528 ---- " (ist Standard bei Aufteilung)\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3538,3542 **** "erhalten.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3533,3537 ---- "erhalten.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3547,3551 **** "werden.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3542,3546 ---- "werden.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3567,3571 **** " -U VAR eine Variable aufheben (wie mit @clear)\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3562,3566 ---- " -U VAR eine Variable aufheben (wie mit @clear)\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3607,3611 **** " @ifnoFORMAT-Abschnitte bearbeitet.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3602,3606 ---- " @ifnoFORMAT-Abschnitte bearbeitet.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3624,3628 **** " wird XML erzeugt, ist --ifxml an und die anderen sind aus.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3619,3623 ---- " wird XML erzeugt, ist --ifxml an und die anderen sind aus.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3657,3661 **** "sein)\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3652,3656 ---- "sein)\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3664,3668 **** "„%s“.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3659,3663 ---- "„%s“.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3671,3675 **** "nicht „%s“.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3666,3670 ---- "nicht „%s“.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3677,3720 **** "%s: beim Erzeugen von %s kann nur eine Ausgabedatei mit -o angegeben werden\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "Option --Xopt ohne gedruckte Ausgabe" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "unbekannte Baumumformung %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "Splitten für Format %s wird ignoriert" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: Datei-Angabe fehlt.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "„%s --help“ gibt weitere Informationen.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "fill_gaps_in_sectioning-Umwandlung liefert kein Ergebnis. Kein Abschnitt?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "Fehler beim Schließen der Makro-Erweiterungsdatei %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s konnte nicht zum Schreiben geöffnet werden: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3672,3715 ---- "%s: beim Erzeugen von %s kann nur eine Ausgabedatei mit -o angegeben werden\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "Option --Xopt ohne gedruckte Ausgabe" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "unbekannte Baumumformung %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "Splitten für Format %s wird ignoriert" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: Datei-Angabe fehlt.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "„%s --help“ gibt weitere Informationen.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "fill_gaps_in_sectioning-Umwandlung liefert kein Ergebnis. Kein Abschnitt?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "Fehler beim Schließen der Makro-Erweiterungsdatei %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s konnte nicht zum Schreiben geöffnet werden: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3724,3738 **** "Abschnitt?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: Fehler beim Schließen von %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: Fehler beim Schließen der internen Verknüpfungsdatei %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3719,3733 ---- "Abschnitt?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: Fehler beim Schließen von %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: Fehler beim Schließen der internen Verknüpfungsdatei %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" *************** *** 3807,3810 **** --- 3802,3808 ---- #~ msgstr "@%s sollte nur am Anfang oder Ende eines Dokuments erscheinen" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s sollte nicht mit @top assoziiert sein" + #~ msgid "argument for @U exceeds size of integer: %s" #~ msgstr "das Argument für @U übersteigt die Grenze einer Ganzzahl: %s" Binary files texinfo-6.4/po/de_AT.gmo and texinfo-6.5/po/de_AT.gmo differ diff -Nrc2 texinfo-6.4/po/de_AT.po texinfo-6.5/po/de_AT.po *** texinfo-6.4/po/de_AT.po 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/de_AT.po 2017-08-19 19:55:14.000000000 +0100 *************** *** 10,14 **** "Project-Id-Version: texinfo 3.12d\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 1999-02-16 21:14+01:00\n" "Last-Translator: Karl Eichwalder <ke@suse.de>\n" --- 10,14 ---- "Project-Id-Version: texinfo 3.12d\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 1999-02-16 21:14+01:00\n" "Last-Translator: Karl Eichwalder <ke@suse.de>\n" *************** *** 381,420 **** msgstr "" ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 381,420 ---- msgstr "" ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 426,435 **** msgstr "" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "" ! #: info/info.c:1089 #, c-format msgid "" --- 426,435 ---- msgstr "" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 439,443 **** msgstr "" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 439,443 ---- msgstr "" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 448,452 **** msgstr "" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 448,452 ---- msgstr "" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 456,468 **** msgstr "" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 456,468 ---- msgstr "" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 472,476 **** msgstr "" ! #: info/info.c:1122 msgid "" "\n" --- 472,476 ---- msgstr "" ! #: info/info.c:1124 msgid "" "\n" *************** *** 482,486 **** msgstr "" ! #: info/info.c:1129 msgid "" "\n" --- 482,486 ---- msgstr "" ! #: info/info.c:1131 msgid "" "\n" *************** *** 488,492 **** msgstr "" ! #: info/info.c:1132 msgid "" "\n" --- 488,492 ---- msgstr "" ! #: info/info.c:1134 msgid "" "\n" *************** *** 505,509 **** msgstr "" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 505,509 ---- msgstr "" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 512,576 **** msgstr "" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "" ! #: info/info.c:1186 msgid "No menu in this node" msgstr "" ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "" ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "" ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "" ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "" ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "" ! #: info/info.c:1194 msgid "Only one window" msgstr "" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "" --- 512,576 ---- msgstr "" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "" ! #: info/info.c:1188 msgid "No menu in this node" msgstr "" ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "" ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "" ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "" ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "" ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "" ! #: info/info.c:1196 msgid "Only one window" msgstr "" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "" *************** *** 1333,1518 **** msgstr "" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "" ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "" ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr "" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr "" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "" ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "" ! #: info/session.c:4878 msgid "I-search backward: " msgstr "" ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "" ! #: info/session.c:4881 msgid "I-search: " msgstr "" ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "" ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "" ! #: info/session.c:5281 msgid "Quit" msgstr "" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "" --- 1333,1518 ---- msgstr "" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "" ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "" ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr "" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr "" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "" ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "" ! #: info/session.c:4875 msgid "I-search backward: " msgstr "" ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "" ! #: info/session.c:4878 msgid "I-search: " msgstr "" ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "" ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "" ! #: info/session.c:5278 msgid "Quit" msgstr "" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "" *************** *** 1846,1854 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 1846,1854 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 1856,1873 **** msgstr "" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 1856,1873 ---- msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 1875,1922 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 1875,1922 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 1934,1942 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 1934,1942 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 1958,1962 **** msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "" --- 1958,1962 ---- msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "" *************** *** 1967,2075 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 1967,2075 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2109,2113 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2109,2113 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2172,2448 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2172,2443 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2450,2454 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2445,2449 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2457,2873 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "" ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 2452,2868 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "" ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3030,3044 **** msgstr "" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3025,3039 ---- msgstr "" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3049,3053 **** msgstr "" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3044,3048 ---- msgstr "" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3068,3072 **** msgstr "" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3063,3067 ---- msgstr "" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3079,3083 **** msgstr "" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3074,3078 ---- msgstr "" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3106,3110 **** msgstr "" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3101,3105 ---- msgstr "" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3128,3132 **** msgstr "" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3123,3127 ---- msgstr "" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3142,3146 **** msgstr "" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3137,3141 ---- msgstr "" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3148,3152 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3143,3147 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3154,3158 **** msgstr "" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3149,3153 ---- msgstr "" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3165,3169 **** msgstr "" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3160,3164 ---- msgstr "" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3185,3189 **** msgstr "" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3180,3184 ---- msgstr "" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3195,3199 **** msgstr "" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3190,3194 ---- msgstr "" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3212,3269 **** msgstr "" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3207,3264 ---- msgstr "" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3271,3285 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3266,3280 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" Binary files texinfo-6.4/po/el.gmo and texinfo-6.5/po/el.gmo differ diff -Nrc2 texinfo-6.4/po/el.po texinfo-6.5/po/el.po *** texinfo-6.4/po/el.po 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/el.po 2017-08-19 19:55:14.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: GNU texinfo 6.0.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2015-12-28 00:59+0200\n" "Last-Translator: Tsiolkas Michail <cs112152@cs.uoi.gr>\n" --- 8,12 ---- "Project-Id-Version: GNU texinfo 6.0.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2015-12-28 00:59+0200\n" "Last-Translator: Tsiolkas Michail <cs112152@cs.uoi.gr>\n" *************** *** 382,421 **** msgstr "" ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 382,421 ---- msgstr "" ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 427,436 **** msgstr "" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "" ! #: info/info.c:1089 #, c-format msgid "" --- 427,436 ---- msgstr "" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 440,444 **** msgstr "" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 440,444 ---- msgstr "" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 449,453 **** msgstr "" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 449,453 ---- msgstr "" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 457,469 **** msgstr "" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 457,469 ---- msgstr "" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 473,477 **** msgstr "" ! #: info/info.c:1122 msgid "" "\n" --- 473,477 ---- msgstr "" ! #: info/info.c:1124 msgid "" "\n" *************** *** 483,487 **** msgstr "" ! #: info/info.c:1129 msgid "" "\n" --- 483,487 ---- msgstr "" ! #: info/info.c:1131 msgid "" "\n" *************** *** 489,493 **** msgstr "" ! #: info/info.c:1132 msgid "" "\n" --- 489,493 ---- msgstr "" ! #: info/info.c:1134 msgid "" "\n" *************** *** 506,510 **** msgstr "" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 506,510 ---- msgstr "" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 513,577 **** msgstr "" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "" ! #: info/info.c:1186 msgid "No menu in this node" msgstr "" ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "" ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "" ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "" ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "" ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "" ! #: info/info.c:1194 msgid "Only one window" msgstr "" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "" --- 513,577 ---- msgstr "" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "" ! #: info/info.c:1188 msgid "No menu in this node" msgstr "" ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "" ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "" ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "" ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "" ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "" ! #: info/info.c:1196 msgid "Only one window" msgstr "" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "" *************** *** 1354,1539 **** msgstr "" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "" ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "" ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr "" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr "" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "No more matches" msgstr "Δε βρέθηκε" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "" ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "" ! #: info/session.c:4878 msgid "I-search backward: " msgstr "" ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "" ! #: info/session.c:4881 msgid "I-search: " msgstr "" ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "" ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "" ! #: info/session.c:5281 msgid "Quit" msgstr "" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "" --- 1354,1539 ---- msgstr "" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "" ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "" ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr "" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr "" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "No more matches" msgstr "Δε βρέθηκε" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "" ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "" ! #: info/session.c:4875 msgid "I-search backward: " msgstr "" ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "" ! #: info/session.c:4878 msgid "I-search: " msgstr "" ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "" ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "" ! #: info/session.c:5278 msgid "Quit" msgstr "" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "" *************** *** 1867,1875 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 1867,1875 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 1877,1894 **** msgstr "" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 1877,1894 ---- msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 1896,1943 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 1896,1943 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 1955,1963 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 1955,1963 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 1979,1983 **** msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "" --- 1979,1983 ---- msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "" *************** *** 1988,2096 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 1988,2096 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2130,2134 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2130,2134 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2193,2469 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2193,2464 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2471,2475 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2466,2470 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2478,2894 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "" ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 2473,2889 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "" ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3051,3065 **** msgstr "" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3046,3060 ---- msgstr "" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3070,3074 **** msgstr "" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3065,3069 ---- msgstr "" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3089,3093 **** msgstr "" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3084,3088 ---- msgstr "" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3100,3104 **** msgstr "" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3095,3099 ---- msgstr "" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3127,3131 **** msgstr "" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3122,3126 ---- msgstr "" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3149,3153 **** msgstr "" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3144,3148 ---- msgstr "" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3163,3167 **** msgstr "" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3158,3162 ---- msgstr "" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3169,3173 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3164,3168 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3175,3179 **** msgstr "" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3170,3174 ---- msgstr "" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3186,3190 **** msgstr "" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3181,3185 ---- msgstr "" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3206,3210 **** msgstr "" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3201,3205 ---- msgstr "" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3216,3220 **** msgstr "" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3211,3215 ---- msgstr "" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3233,3290 **** msgstr "" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3228,3285 ---- msgstr "" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3292,3306 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3287,3301 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" Binary files texinfo-6.4/po/eo.gmo and texinfo-6.5/po/eo.gmo differ diff -Nrc2 texinfo-6.4/po/eo.po texinfo-6.5/po/eo.po *** texinfo-6.4/po/eo.po 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/eo.po 2017-08-19 19:55:14.000000000 +0100 *************** *** 11,15 **** "Project-Id-Version: texinfo 6.3.91\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-05-21 18:07+0200\n" "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n" --- 11,15 ---- "Project-Id-Version: texinfo 6.3.91\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-05-21 18:07+0200\n" "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n" *************** *** 390,429 **** msgstr "Malestas menuero «%s» en nodo «%s»." ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "Nodo «%s» ne troveblas." ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "Programnomo ne indikatas." ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "nevalida numero: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "nevalida valorizo de variablo: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: nekonata variablo" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "valoro %s ne estas valida por variablo %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Por ricevi pli da informoj uzu la opcion “--help”.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 390,429 ---- msgstr "Malestas menuero «%s» en nodo «%s»." ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "Nodo «%s» ne troveblas." ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "Programnomo ne indikatas." ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "nevalida numero: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "nevalida valorizo de variablo: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: nekonata variablo" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "valoro %s ne estas valida por variablo %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Por ricevi pli da informoj uzu la opcion “--help”.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 440,449 **** "NENIA garantio estas donita, kiom la leĝo tion toleras.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "neniu indeksero troviĝas por «%s»\n" ! #: info/info.c:1089 #, c-format msgid "" --- 440,449 ---- "NENIA garantio estas donita, kiom la leĝo tion toleras.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "neniu indeksero troviĝas por «%s»\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 456,460 **** "Prezentas dokumentojn en Info-aranĝo.\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 456,460 ---- "Prezentas dokumentojn en Info-aranĝo.\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 474,478 **** " -f, --file=MANLIBRO viziti ĉi tiun Info-dosieron" ! #: info/info.c:1102 #, fuzzy msgid "" --- 474,478 ---- " -f, --file=MANLIBRO viziti ĉi tiun Info-dosieron" ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 489,502 **** " -o, --output=DOSIERO eligi la elektotajn nodojn al DOSIERO" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly esti afabla al la parolsinteziloj." ! #: info/info.c:1116 #, fuzzy msgid "" --- 489,502 ---- " -o, --output=DOSIERO eligi la elektotajn nodojn al DOSIERO" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly esti afabla al la parolsinteziloj." ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 516,520 **** " -x, --debug=NUMERO erarserĉa nivelo (-1 por ciuj mesaĝoj)\n" ! #: info/info.c:1122 msgid "" "\n" --- 516,520 ---- " -x, --debug=NUMERO erarserĉa nivelo (-1 por ciuj mesaĝoj)\n" ! #: info/info.c:1124 msgid "" "\n" *************** *** 533,537 **** "vizitenda nodo. Eblas mallongigi tiujn nomojn se ili restas unikaj." ! #: info/info.c:1129 msgid "" "\n" --- 533,537 ---- "vizitenda nodo. Eblas mallongigi tiujn nomojn se ili restas unikaj." ! #: info/info.c:1131 msgid "" "\n" *************** *** 541,545 **** "Por prezento de la komandoklavoj, tajpu «H» ene de 'info'." ! #: info/info.c:1132 #, fuzzy msgid "" --- 541,545 ---- "Por prezento de la komandoklavoj, tajpu «H» ene de 'info'." ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 572,576 **** " info -f ./UMO.info eligi la dosieron ./UMO.info sen atenti «dir»" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 572,576 ---- " info -f ./UMO.info eligi la dosieron ./UMO.info sen atenti «dir»" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 583,647 **** "Diskutu Esperantotradukon je <translation-team-eo@lists.sourceforge.net>." ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Nodo «(%s)%s» ne troveblas." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Ne eblas trovi fenestron!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "La muskursoro ne estas en ĉi-fenestra nodo!" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "Maleblas forigi la lastan fenestron." ! #: info/info.c:1186 msgid "No menu in this node" msgstr "Malestas menuo en ĉi tiu nodo." ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "Malestas piednotoj en ĉi tiu nodo." ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "Neniu referenco en ĉi tiu nodo." ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "Mankas ligo “%s” por ĉi tiu nodo." ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Nekonata Info-komando “%c”; tajpu «?» por helpo." ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminalo de tipo «%s» ne estas sufiĉe inteligenta por Info." ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "Ĉi tiu jam estas la lasta paĝo en ĉi tiu nodo." ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "Ĉi tiu jam estas la unua paĝo en ĉi tiu nodo." ! #: info/info.c:1194 msgid "Only one window" msgstr "Nur unu fenestro." ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "La fenestro rezultus tro malgranda." ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "Mankas spaco por helpa fenestro; bonvolu forigi iun fenestron." --- 583,647 ---- "Diskutu Esperantotradukon je <translation-team-eo@lists.sourceforge.net>." ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Nodo «(%s)%s» ne troveblas." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Ne eblas trovi fenestron!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "La muskursoro ne estas en ĉi-fenestra nodo!" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "Maleblas forigi la lastan fenestron." ! #: info/info.c:1188 msgid "No menu in this node" msgstr "Malestas menuo en ĉi tiu nodo." ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "Malestas piednotoj en ĉi tiu nodo." ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "Neniu referenco en ĉi tiu nodo." ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "Mankas ligo “%s” por ĉi tiu nodo." ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Nekonata Info-komando “%c”; tajpu «?» por helpo." ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminalo de tipo «%s» ne estas sufiĉe inteligenta por Info." ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "Ĉi tiu jam estas la lasta paĝo en ĉi tiu nodo." ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "Ĉi tiu jam estas la unua paĝo en ĉi tiu nodo." ! #: info/info.c:1196 msgid "Only one window" msgstr "Nur unu fenestro." ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "La fenestro rezultus tro malgranda." ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "Mankas spaco por helpa fenestro; bonvolu forigi iun fenestron." *************** *** 1437,1623 **** msgstr "Laŭliteraj signoĉenoj uzatos en serĉoj." ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "Serĉo kontinuis ekde la fino de la dokumento." ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "Serĉo kontinuis ekde la komenco de la dokumento." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Serĉado en subdosiero «%s»..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "Serĉo fiaskis." ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Serĉi regulesprime" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Serĉi" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " usklecodistinge" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " malantaŭen" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Serĉoĉeno tro mallongas." ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Reirante al lasta kongruo en %s." ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "Malestas pluaj kongruoj." ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Serĉi signoĉenon en ĉi tiu nodo kaj subnodoj" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "Serĉi sub «%s»: " ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Iri al sekva kongruo en Info-subarbo" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Neniu aktiva serĉo." ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Iri al antaŭa kongruo en Info-subarbo" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Legi ĉenon kaj serĉi ĝin usklecodistinge" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Legi ĉenon kaj serĉi ĝin" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Legi ĉenon kaj serĉi ĝin malantaŭen" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Ripeti la ĵusan serĉon samdirekte" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Malestas pli frua serĉoĉeno." ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Ripeti la ĵusan serĉon alidirekte" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Viŝi la montratajn serĉajn kongruojn" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Serĉi signoĉenon dum vi tajpas ĝin" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Serĉi tajpante regulesprime malantaŭen: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "Serĉi tajpante malantaŭen: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Serĉi tajpante regulesprime: " ! #: info/session.c:4881 msgid "I-search: " msgstr "Serĉi tajpante: " # La vorto metiĝas antaŭ la kvar antaŭaj mesaĝoj kiam la serĉo fiaskas. ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "*Fiaskas* " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Ĉesigi la kurantan operacion" ! #: info/session.c:5281 msgid "Quit" msgstr "Nuligita" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Montri la version de la rulanta Info" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info, versio %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Refreŝigi la ekranon" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Eliri el Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Plenumi komandon asociitan kun ĉi tiu klavo minuskligita" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "Komando nekonata (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "«%s» ne validas." ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "'%s' ne validas." ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Aldoni ĉi tiun ciferon al la kuranta nombra argumento" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Komenci (aŭ 4-obligi) la kurantan nombran argumenton" --- 1437,1623 ---- msgstr "Laŭliteraj signoĉenoj uzatos en serĉoj." ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "Serĉo kontinuis ekde la fino de la dokumento." ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "Serĉo kontinuis ekde la komenco de la dokumento." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Serĉado en subdosiero «%s»..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "Serĉo fiaskis." ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Serĉi regulesprime" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Serĉi" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " usklecodistinge" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " malantaŭen" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Serĉoĉeno tro mallongas." ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Reirante al lasta kongruo en %s." ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "Malestas pluaj kongruoj." ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Serĉi signoĉenon en ĉi tiu nodo kaj subnodoj" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "Serĉi sub «%s»: " ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Iri al sekva kongruo en Info-subarbo" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Neniu aktiva serĉo." ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Iri al antaŭa kongruo en Info-subarbo" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Legi ĉenon kaj serĉi ĝin usklecodistinge" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Legi ĉenon kaj serĉi ĝin" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Legi ĉenon kaj serĉi ĝin malantaŭen" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Ripeti la ĵusan serĉon samdirekte" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Malestas pli frua serĉoĉeno." ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Ripeti la ĵusan serĉon alidirekte" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Viŝi la montratajn serĉajn kongruojn" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Serĉi signoĉenon dum vi tajpas ĝin" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Serĉi tajpante regulesprime malantaŭen: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "Serĉi tajpante malantaŭen: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Serĉi tajpante regulesprime: " ! #: info/session.c:4878 msgid "I-search: " msgstr "Serĉi tajpante: " # La vorto metiĝas antaŭ la kvar antaŭaj mesaĝoj kiam la serĉo fiaskas. ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "*Fiaskas* " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Ĉesigi la kurantan operacion" ! #: info/session.c:5278 msgid "Quit" msgstr "Nuligita" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Montri la version de la rulanta Info" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info, versio %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Refreŝigi la ekranon" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Eliri el Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Plenumi komandon asociitan kun ĉi tiu klavo minuskligita" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "Komando nekonata (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "«%s» ne validas." ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "'%s' ne validas." ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Aldoni ĉi tiun ciferon al la kuranta nombra argumento" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Komenci (aŭ 4-obligi) la kurantan nombran argumenton" *************** *** 2029,2037 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2029,2037 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2039,2051 **** msgstr "ne eblas malfermi %s por skribi: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "rikuro ĉiam permesatas" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "argumentoj citatas defaŭlte" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2039,2051 ---- msgstr "ne eblas malfermi %s por skribi: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "rikuro ĉiam permesatas" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "argumentoj citatas defaŭlte" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2053,2057 **** "movu la @contents-komandon se vi deziras la enhavon post la titola paĝo" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2053,2057 ---- "movu la @contents-komandon se vi deziras la enhavon post la titola paĝo" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2061,2108 **** "post la titola paĝo" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s ne estas valida lingvokodo" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s ne estas valida regiona kodo" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s ne estas valida fenda elekto" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "ne eblas legi %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "eraro dum fermo de '@verbatiminclude'-dosiero %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: ne eblas trovi %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "neniu nodo por alinomi" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "nodoj sen novaj nomoj je la fino de dosiero" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "ne eblas malfermi %s por skribi: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2061,2108 ---- "post la titola paĝo" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s ne estas valida lingvokodo" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s ne estas valida regiona kodo" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s ne estas valida fenda elekto" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "ne eblas legi %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "eraro dum fermo de '@verbatiminclude'-dosiero %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: ne eblas trovi %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "neniu nodo por alinomi" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "nodoj sen novaj nomoj je la fino de dosiero" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "ne eblas malfermi %s por skribi: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2120,2128 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2120,2128 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2144,2148 **** msgstr "'@image'-dosiero «%s» ne troviĝas; «%s» uziĝas" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "mankas argumento je @U" --- 2144,2148 ---- msgstr "'@image'-dosiero «%s» ne troviĝas; «%s» uziĝas" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "mankas argumento je @U" *************** *** 2153,2252 **** msgstr "'@image'-dosiero «%s» (por HTML) ne troviĝas; «%s» uziĝas" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "kruda aranĝo %s ne konvertiĝas" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "ne eblas malfermi %s (dosiero de HTML-referencaj agordoj): %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "mankas tipo" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "nerekonata tipo: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "eraro dum fermo de %s (dosiero de HTML-referencaj agordoj): %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "nefermita signoĉeno en CSS-dosiero" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "'--css-include' finiĝas en komento" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "nefinita komando '@import' en CSS-dosiero" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "CSS-dosiero %s ne troviĝas" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "ne eblas malfermi '--include-file' %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "eraro dum fermo de CSS-dosiero %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "ne troviĝas ero en 'htmlxref.cnf' por '%s'" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "eraro dum fermo de %s (dosiero de kadro): %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "eraro dum fermo de %s (dosiero de enhavtabela kadro): %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "fiaskis traktilo %s de fazo %s prioritato %s" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "necesas indiki titolon je komando '@title' aŭ '@top'" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "eraro dum fermo de %s (dosiero de aldirektigoj): %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "malnova nomo por '%s' estas nodo en la dokumento" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "vakas la dosiero por alinomita nodo '%s'" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "celnodo (nova nomo por '%s') ne estas en dokumento: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" --- 2153,2252 ---- msgstr "'@image'-dosiero «%s» (por HTML) ne troviĝas; «%s» uziĝas" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "kruda aranĝo %s ne konvertiĝas" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "ne eblas malfermi %s (dosiero de HTML-referencaj agordoj): %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "mankas tipo" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "nerekonata tipo: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "eraro dum fermo de %s (dosiero de HTML-referencaj agordoj): %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "nefermita signoĉeno en CSS-dosiero" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "'--css-include' finiĝas en komento" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "nefinita komando '@import' en CSS-dosiero" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "CSS-dosiero %s ne troviĝas" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "ne eblas malfermi '--include-file' %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "eraro dum fermo de CSS-dosiero %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "ne troviĝas ero en 'htmlxref.cnf' por '%s'" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "eraro dum fermo de %s (dosiero de kadro): %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "eraro dum fermo de %s (dosiero de enhavtabela kadro): %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "fiaskis traktilo %s de fazo %s prioritato %s" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "necesas indiki titolon je komando '@title' aŭ '@top'" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "eraro dum fermo de %s (dosiero de aldirektigoj): %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "malnova nomo por '%s' estas nodo en la dokumento" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "vakas la dosiero por alinomita nodo '%s'" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "celnodo (nova nomo por '%s') ne estas en dokumento: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" *************** *** 2254,2262 **** "eraro dum fermo de %s (dosiero de aldirektigoj por alinomitaj nodoj): %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "vaka nodnomo" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2254,2262 ---- "eraro dum fermo de %s (dosiero de aldirektigoj por alinomitaj nodoj): %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "vaka nodnomo" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2296,2300 **** msgstr "Indeksero en @%s kun «:» produktas nevalidan Info-on: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2296,2300 ---- msgstr "Indeksero en @%s kun «:» produktas nevalidan Info-on: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2362,2490 **** msgstr "menuernomo ne devus enteni «:»" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "vaka nodnomo post etendo '%s'" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s '%s' jam difiniĝis antaŭe" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "ĉi tie estas la antaŭa difino kiel '@%s'" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "vaka argumento en '@%s'" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "pluraj '@%s'" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "misa aŭ vaka formala argumento de '@%s': %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "misa sintakso por argumento de '@%s': %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s bezonas nomon" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "misa nomo por '@%s'" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "'@end %s' renkontiĝis antaŭ ferma '}' de '@%s'" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "'@%s' renkontiĝis antaŭ ferma '}' de '@%s'" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s sen “}”" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "Al @%s mankas ferma disigila sekvenco: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "'@itemx' ne devus esti je komenco de '@%s'" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "'@itemx' devas sekvi '@item'" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "'@%s' havas tekston sed neniun '@item'" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "“@end” atendis “%s”, sed renkontis “%s”" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "'@%s' renkontiĝis antaŭ '@end %s'" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "mankas para '%cend %s'" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "misloka %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "senpara '%c%s'" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "makroo «%s» havas troajn argumentojn" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s sen “}”" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makroo «%s» deklariĝis sen argumento sed alvokiĝas kun argumento" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" --- 2362,2490 ---- msgstr "menuernomo ne devus enteni «:»" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "vaka nodnomo post etendo '%s'" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s '%s' jam difiniĝis antaŭe" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "ĉi tie estas la antaŭa difino kiel '@%s'" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "vaka argumento en '@%s'" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "pluraj '@%s'" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "misa aŭ vaka formala argumento de '@%s': %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "misa sintakso por argumento de '@%s': %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s bezonas nomon" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "misa nomo por '@%s'" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "'@end %s' renkontiĝis antaŭ ferma '}' de '@%s'" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "'@%s' renkontiĝis antaŭ ferma '}' de '@%s'" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s sen “}”" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "Al @%s mankas ferma disigila sekvenco: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "'@itemx' ne devus esti je komenco de '@%s'" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "'@itemx' devas sekvi '@item'" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "'@%s' havas tekston sed neniun '@item'" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "“@end” atendis “%s”, sed renkontis “%s”" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "'@%s' renkontiĝis antaŭ '@end %s'" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "mankas para '%cend %s'" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "misloka %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "senpara '%c%s'" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "makroo «%s» havas troajn argumentojn" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s sen “}”" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makroo «%s» deklariĝis sen argumento sed alvokiĝas kun argumento" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" *************** *** 2492,2531 **** "\\ en etendo de '@%s' sekvas post '%s' anstataŭ post nomo de parametro aŭ \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "mankas nomo por '@%s'" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "mankas kategorio por '@%s'" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "neatendita argumento sur '@%s'-linio: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "vaka plurtabelo" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "troa argumento por '@%s'" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "misa argumento por '@%s'" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s bezonas argumenton: la aranĝilon por %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2492,2531 ---- "\\ en etendo de '@%s' sekvas post '%s' anstataŭ post nomo de parametro aŭ \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "mankas nomo por '@%s'" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "mankas kategorio por '@%s'" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "neatendita argumento sur '@%s'-linio: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "vaka plurtabelo" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "troa argumento por '@%s'" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "misa argumento por '@%s'" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s bezonas argumenton: la aranĝilon por %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2534,2641 **** "'@%s'" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "akcentkomando '@%s' ne permesatas kiel argumento de '@%s'" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "Al '@%s' mankas argumento" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "nekonata '@end %s'" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "troa argumento por '@%s %s': %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "misa argumento por '@%s': %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: ne eblas malfermi %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "kodo «%s» ne estas kanonika Texinfo-kodo" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nekonata nomo de kodosistemo: «%s»" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "'@%s' post la unua elemento" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "'@%s' nur sencas en '@multitable'-linio" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "'@%s' ne devus esti rilatita al '@top'" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "'@node' antaŭ '@%s', sed partoj ne rajtas rilati al nodoj" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "vaka menuernomo en '%s'" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "vaka nodnomo en menuero" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s ne devus aperi en @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s devus aperi nur je komenco de linio" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "makroo «%s» jam difiniĝis antaŭe" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "ĉi tie estas la antaŭa difino de «%s»" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "redifino de Texinfo-komando: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s sen rilatata signo" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2534,2636 ---- "'@%s'" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "akcentkomando '@%s' ne permesatas kiel argumento de '@%s'" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "Al '@%s' mankas argumento" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "nekonata '@end %s'" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "troa argumento por '@%s %s': %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "misa argumento por '@%s': %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: ne eblas malfermi %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "kodo «%s» ne estas kanonika Texinfo-kodo" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nekonata nomo de kodosistemo: «%s»" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "'@%s' post la unua elemento" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "'@%s' nur sencas en '@multitable'-linio" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "'@node' antaŭ '@%s', sed partoj ne rajtas rilati al nodoj" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "vaka menuernomo en '%s'" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "vaka nodnomo en menuero" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s ne devus aperi en @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s devus aperi nur je komenco de linio" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "makroo «%s» jam difiniĝis antaŭe" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "ĉi tie estas la antaŭa difino de «%s»" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "redifino de Texinfo-komando: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s sen rilatata signo" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2643,2647 **** msgstr "'@%s' kiu difiniĝis kun nula aŭ pluraj argumentoj alvokiĝendus kun {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2638,2642 ---- msgstr "'@%s' kiu difiniĝis kun nula aŭ pluraj argumentoj alvokiĝendus kun {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2652,2953 **** "valoro estas %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "rikura alvoko de makroo %s malpermesetas; uzu '@rmacro' se necesas" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "post akcentkomando '@%s' ne devus sekvi blankspaco" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "uzu vinkulojn {} por pasigi komandan argumenton al '@%s'" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s atendas argumenton 'i' aŭ 'j', ne '%s'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "post akcentkomando '@%s' ne devus sekvi linifino" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s postulas vinkulojn {}" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "Nedifinita flago: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "misa sintakso por '@value'" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s arkaikiĝis." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s arkaikiĝis; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s devus aperi nur je komenco de linio" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s ne permesatas ene de bloko '@%s'" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s devus aperi nur en ĉapo aŭ subumo" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s estas sensenca ene de bloko '@%s'" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s en vaka plurtabelo" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "'@tab' antaŭ '@item'" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "tro da kolumnoj en elemento de plurtabelo (%d maksimume)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "ignoriĝas komando '@tab' ekster plurtabelo" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s ekster tabelo aŭ listo" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "nur post '@%s' eblas uzi '@%s'" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s sensencas ekster blokoj '@titlepage' aŭ '@quotation'" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "'@dircategory' post la unua nodo" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "regiono %s ene de regiono %s malpermesatas" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "'@direntry' post la unua nodo" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "'@menu' en nevalida kunteksto" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "'@%s' renkontiĝis jam antaŭ la unua '@node'" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "eble via @top-nodo staru sub @ifnottex anstataŭ sub @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s devus aperi nur en matematika kunteksto" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "nekonata komando '%s'" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "neatendita '@'" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s sensencas ekster bloko '@float'" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s devus esti tuj sub '@float'" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "pluraj '@%s' ignoriĝas" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "komando @%s ne toleras argumentojn" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "al komando '@%s' mankas nodo aŭ ekstera manlibra argumento" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "vaka referenca nomo en '@%s' post etendo '%s'" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "vaka referenca titolo en '@%s' post etendo '%s'" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "mankas dosiera argumento en komando '@image'" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "al '@%s' mankas unua argumento" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "nedeksesumaj ciferoj en argumento por @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "malpli ol kvar deksesumaj ciferoj en argumento por @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argumento por @U preterpasas Unikodan maksimumon 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "troaj argumentoj por nodo" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "atendatas '@end %s'" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s devas toleri nur @-komando kiel argumento, ne '%s'" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "restanta argumento sur @%s-linio: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "media komando %s uziĝas kiel argumento de @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "vaka '@%s'" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "kolumna frakcio ne estas nombro: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "argumento de @sp devas esti nombro, ne '%s'" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "rezervita indeksnomo %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "nekonata fontindekso en @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "nekonata celindekso en @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s kondukus al kunfando de %s en si mem; ignoriĝas" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "nekonata indekso «%s» en @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "presiĝas indekso '%s' kiu kunfandiĝis en alia, '%s'" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "preskomando antaŭ komenco de dokumento: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "argumento de '@%s' devus esti 'top' aŭ 'bottom', ne '%s'" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "por '@%s' nur '10' aŭ '11' eblas, ne '%s'" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "argumento de '@%s' devus esti 'separate' aŭ 'end', ne '%s'" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "argumento de '@%s' devus esti 'on' aŭ 'off' aŭ 'odd', ne '%s'" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2647,2948 ---- "valoro estas %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "rikura alvoko de makroo %s malpermesetas; uzu '@rmacro' se necesas" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "post akcentkomando '@%s' ne devus sekvi blankspaco" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "uzu vinkulojn {} por pasigi komandan argumenton al '@%s'" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s atendas argumenton 'i' aŭ 'j', ne '%s'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "post akcentkomando '@%s' ne devus sekvi linifino" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s postulas vinkulojn {}" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "Nedifinita flago: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "misa sintakso por '@value'" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s arkaikiĝis." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s arkaikiĝis; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s devus aperi nur je komenco de linio" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s ne permesatas ene de bloko '@%s'" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s devus aperi nur en ĉapo aŭ subumo" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s estas sensenca ene de bloko '@%s'" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s en vaka plurtabelo" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "'@tab' antaŭ '@item'" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "tro da kolumnoj en elemento de plurtabelo (%d maksimume)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "ignoriĝas komando '@tab' ekster plurtabelo" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s ekster tabelo aŭ listo" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "nur post '@%s' eblas uzi '@%s'" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s sensencas ekster blokoj '@titlepage' aŭ '@quotation'" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "'@dircategory' post la unua nodo" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "regiono %s ene de regiono %s malpermesatas" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "'@direntry' post la unua nodo" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "'@menu' en nevalida kunteksto" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "'@%s' renkontiĝis jam antaŭ la unua '@node'" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "eble via @top-nodo staru sub @ifnottex anstataŭ sub @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s devus aperi nur en matematika kunteksto" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "nekonata komando '%s'" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "neatendita '@'" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s sensencas ekster bloko '@float'" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s devus esti tuj sub '@float'" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "pluraj '@%s' ignoriĝas" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "komando @%s ne toleras argumentojn" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "al komando '@%s' mankas nodo aŭ ekstera manlibra argumento" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "vaka referenca nomo en '@%s' post etendo '%s'" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "vaka referenca titolo en '@%s' post etendo '%s'" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "mankas dosiera argumento en komando '@image'" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "al '@%s' mankas unua argumento" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "nedeksesumaj ciferoj en argumento por @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "malpli ol kvar deksesumaj ciferoj en argumento por @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argumento por @U preterpasas Unikodan maksimumon 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "troaj argumentoj por nodo" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "atendatas '@end %s'" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s devas toleri nur @-komando kiel argumento, ne '%s'" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "restanta argumento sur @%s-linio: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "media komando %s uziĝas kiel argumento de @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "vaka '@%s'" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "kolumna frakcio ne estas nombro: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "argumento de @sp devas esti nombro, ne '%s'" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "rezervita indeksnomo %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "nekonata fontindekso en @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "nekonata celindekso en @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s kondukus al kunfando de %s en si mem; ignoriĝas" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "nekonata indekso «%s» en @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "presiĝas indekso '%s' kiu kunfandiĝis en alia, '%s'" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "preskomando antaŭ komenco de dokumento: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "argumento de '@%s' devus esti 'top' aŭ 'bottom', ne '%s'" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "por '@%s' nur '10' aŭ '11' eblas, ne '%s'" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "argumento de '@%s' devus esti 'separate' aŭ 'end', ne '%s'" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "argumento de '@%s' devus esti 'on' aŭ 'off' aŭ 'odd', ne '%s'" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2956,2960 **** "'%s'" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2951,2955 ---- "'%s'" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2962,2976 **** "argumento de '@firstparagraphindent' devus esti 'none' aŭ 'insert', ne '%s'" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "argumento de '@exampleindent' devus esti numera aŭ 'asis', ne '%s'" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "post @%s devas sekvi 'on' aŭ 'off', ne '%s'" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 2957,2971 ---- "argumento de '@firstparagraphindent' devus esti 'none' aŭ 'insert', ne '%s'" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "argumento de '@exampleindent' devus esti numera aŭ 'asis', ne '%s'" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "post @%s devas sekvi 'on' aŭ 'off', ne '%s'" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 2978,2987 **** "argumento de '@kbdinputstyle' devus esti 'code'/'example'/'distinct', ne '%s'" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "argumento de '@allowcodebreaks' devus esti 'true' aŭ 'false', ne '%s'" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 2973,2982 ---- "argumento de '@kbdinputstyle' devus esti 'code'/'example'/'distinct', ne '%s'" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "argumento de '@allowcodebreaks' devus esti 'true' aŭ 'false', ne '%s'" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 2989,3003 **** "argumento de '@urefbreakstyle' devus esti 'after'/'before'/'none', ne '%s'" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "kreskigo de sekcia nivelo de '@%s', kiu tro malaltas" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "neniu ĉapitronivela komando antaŭ '@%s'" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" --- 2984,2998 ---- "argumento de '@urefbreakstyle' devus esti 'after'/'before'/'none', ne '%s'" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "kreskigo de sekcia nivelo de '@%s', kiu tro malaltas" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "neniu ĉapitronivela komando antaŭ '@%s'" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" *************** *** 3005,3074 **** "malkreskigo de sekcia nivelo de '@%s', kiu aperas post pli malalta elemento" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "neniu sekciada komando estas rilatata al '@%s'" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s ne vakas" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s referenco al neekzistanta nodo «%s»" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s-era nodnomo '%s' malsamas de %s-nomo '%s'" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "nodo «%s» ne estas referencita" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "nodo «%s» estas %s por '%s' en sekciado sed ne en menuo" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "nodo «%s» '%s' malsamas en menuo '%s' kaj en sekciado '%s'" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "nodo «%s» estas %s por '%s' en menuo sed ne en sekciado" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s-ligo '%s' (por nodo «%s») malsamas de %s-nomo '%s'" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referenco al neekzistanta «%s»" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "en nodo «%s» mankas menuero por '%s', malgraŭ esti ties ligo 'Up'" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "por '%s', supren en menuo '%s' kaj supren en '%s' ne kongruas" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s al '%s', malsamas de %s-nomo '%s'" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3000,3069 ---- "malkreskigo de sekcia nivelo de '@%s', kiu aperas post pli malalta elemento" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "neniu sekciada komando estas rilatata al '@%s'" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s ne vakas" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s referenco al neekzistanta nodo «%s»" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s-era nodnomo '%s' malsamas de %s-nomo '%s'" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "nodo «%s» ne estas referencita" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "nodo «%s» estas %s por '%s' en sekciado sed ne en menuo" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "nodo «%s» '%s' malsamas en menuo '%s' kaj en sekciado '%s'" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "nodo «%s» estas %s por '%s' en menuo sed ne en sekciado" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s-ligo '%s' (por nodo «%s») malsamas de %s-nomo '%s'" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referenco al neekzistanta «%s»" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "en nodo «%s» mankas menuero por '%s', malgraŭ esti ties ligo 'Up'" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "por '%s', supren en menuo '%s' kaj supren en '%s' ne kongruas" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s al '%s', malsamas de %s-nomo '%s'" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3238,3252 **** msgstr "ne eblas legi agordan dosieron %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignoriĝas nekonata valoro de TEXINFO_OUTPUT_FORMAT: «%s»\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Uzmaniero: %s [OPCIO...] TEXINFO-DOSIERO...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3233,3247 ---- msgstr "ne eblas legi agordan dosieron %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignoriĝas nekonata valoro de TEXINFO_OUTPUT_FORMAT: «%s»\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Uzmaniero: %s [OPCIO...] TEXINFO-DOSIERO...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3262,3266 **** "ilia konduto tute samas kaj ne dependas je la nomo.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3257,3261 ---- "ilia konduto tute samas kaj ne dependas je la nomo.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3296,3300 **** " --version montri informon pri versio kaj fini\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3291,3295 ---- " --version montri informon pri versio kaj fini\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3317,3321 **** "DOSIERO\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3312,3316 ---- "DOSIERO\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3363,3367 **** " alikaze, CELO estas la eligdosiero\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3358,3362 ---- " alikaze, CELO estas la eligdosiero\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3401,3405 **** "%d)\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3396,3400 ---- "%d)\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3429,3433 **** "disfendado\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3424,3428 ---- "disfendado\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3437,3441 **** " --output-indent=VALORO (faras nenion; rekoniĝas por kongruo)\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3432,3436 ---- " --output-indent=VALORO (faras nenion; rekoniĝas por kongruo)\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3445,3449 **** " --Xopt=OPCIO doni tiu OPCIO al 'texi2dvi'; ripeteblas\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3440,3444 ---- " --Xopt=OPCIO doni tiu OPCIO al 'texi2dvi'; ripeteblas\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3463,3467 **** " -U VAR maldifini la variablon VAR, kiel per @clear\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3458,3462 ---- " -U VAR maldifini la variablon VAR, kiel per @clear\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3501,3505 **** " Krome, ĉe la opcioj --no-ifFORMO, ja traktiĝas la pecoj sub @ifnotFORMO.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3496,3500 ---- " Krome, ĉe la opcioj --no-ifFORMO, ja traktiĝas la pecoj sub @ifnotFORMO.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3518,3522 **** " kiam XML generiĝas, --ifxml aktivas kaj la ceteraj malaktivas.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3513,3517 ---- " kiam XML generiĝas, --ifxml aktivas kaj la ceteraj malaktivas.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3551,3560 **** "grandan.\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s: Post “--footnote-style” estu “separate” aŭ “end”, ne “%s”.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3546,3555 ---- "grandan.\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s: Post “--footnote-style” estu “separate” aŭ “end”, ne “%s”.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3562,3566 **** "%s: Post “--paragraph-indent” estu nombro, “none” aŭ “asis”, ne “%s”.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3557,3561 ---- "%s: Post “--paragraph-indent” estu nombro, “none” aŭ “asis”, ne “%s”.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3568,3611 **** "%s: dum generado de %s, eblas indiki nur unu enigan DOSIEROn kun opcio '-o'\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "opcio '--Xopt' indikatas sed ne fariĝas preseligo" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "nekonata arbotransformo %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "ignoriĝas disfendo por aranĝo %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: mankas dosiera argumento.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Por pluaj detaloj tajpu “%s --help”.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "Transformo 'fill_gaps_in_sectioning()' ne donis rezulton. Neniu sekcio?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "eraro dum fermo de %s (dosiero de makroaj etendoj): %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "ne eblas malfermi %s por skribi: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3563,3606 ---- "%s: dum generado de %s, eblas indiki nur unu enigan DOSIEROn kun opcio '-o'\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "opcio '--Xopt' indikatas sed ne fariĝas preseligo" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "nekonata arbotransformo %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "ignoriĝas disfendo por aranĝo %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: mankas dosiera argumento.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Por pluaj detaloj tajpu “%s --help”.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "Transformo 'fill_gaps_in_sectioning()' ne donis rezulton. Neniu sekcio?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "eraro dum fermo de %s (dosiero de makroaj etendoj): %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "ne eblas malfermi %s por skribi: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3615,3629 **** "Neniu sekcio?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: eraro dum fermo de %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: eraro dum fermo de %s (dosiero de internaj ligoj): %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3610,3624 ---- "Neniu sekcio?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: eraro dum fermo de %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: eraro dum fermo de %s (dosiero de internaj ligoj): %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" *************** *** 3643,3646 **** --- 3638,3644 ---- #~ " -O, --show-options, --usage montri la nodon pri komandliniaj opcioj" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "'@%s' ne devus esti rilatita al '@top'" + #~ msgid "readline: Out of virtual memory!\n" #~ msgstr "readline: Mankas sufiĉa virtuala memoro!\n" Binary files texinfo-6.4/po/es.gmo and texinfo-6.5/po/es.gmo differ diff -Nrc2 texinfo-6.4/po/es.po texinfo-6.5/po/es.po *** texinfo-6.4/po/es.po 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/es.po 2017-08-19 19:55:14.000000000 +0100 *************** *** 9,13 **** "Project-Id-Version: texinfo-6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-06-23 00:05+0200\n" "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n" --- 9,13 ---- "Project-Id-Version: texinfo-6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-06-23 00:05+0200\n" "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n" *************** *** 402,441 **** msgstr "No existe ningún elemento de menú llamado '%s' en el nodo '%s'" ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "El nodo '%s' no se ha encontrado" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "No se ha especificado ningún nombre de programa" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "número no válido: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "asignación de variable mal formada: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: no hay tal variable" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "el valor %s no es válido para la variable %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Pruebe la opción `--help' para obtener más información.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 402,441 ---- msgstr "No existe ningún elemento de menú llamado '%s' en el nodo '%s'" ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "El nodo '%s' no se ha encontrado" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "No se ha especificado ningún nombre de programa" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "número no válido: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "asignación de variable mal formada: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: no hay tal variable" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "el valor %s no es válido para la variable %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Pruebe la opción `--help' para obtener más información.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 452,456 **** "Dicho software es provisto SIN GARANTÍA, hasta donde permite la ley.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" --- 452,456 ---- "Dicho software es provisto SIN GARANTÍA, hasta donde permite la ley.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" *************** *** 458,462 **** "No se encontraron entradas de índice que concuerden con la palabra '%s'\n" ! #: info/info.c:1089 #, c-format msgid "" --- 458,462 ---- "No se encontraron entradas de índice que concuerden con la palabra '%s'\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 469,473 **** "Muestra documentación escrita en formato Info.\n" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 469,473 ---- "Muestra documentación escrita en formato Info.\n" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 484,488 **** " -f, --file=MANUAL especifica el MANUAL Info que puede visitarse" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 484,488 ---- " -f, --file=MANUAL especifica el MANUAL Info que puede visitarse" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 498,507 **** "FICHERO" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" " -O, --show-options, --usage va al nodo de opciones de la línea de órdenes" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" --- 498,507 ---- "FICHERO" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" " -O, --show-options, --usage va al nodo de opciones de la línea de órdenes" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" *************** *** 511,515 **** " usan" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 511,515 ---- " usan" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 528,532 **** " todos)" ! #: info/info.c:1122 msgid "" "\n" --- 528,532 ---- " todos)" ! #: info/info.c:1124 msgid "" "\n" *************** *** 548,552 **** "como nombres de elementos del menú con respecto al nodo inicial visitado." ! #: info/info.c:1129 msgid "" "\n" --- 548,552 ---- "como nombres de elementos del menú con respecto al nodo inicial visitado." ! #: info/info.c:1131 msgid "" "\n" *************** *** 556,560 **** "Para un resumen de las combinaciones de teclas, teclee 'H' dentro de 'Info'." ! #: info/info.c:1132 msgid "" "\n" --- 556,560 ---- "Para un resumen de las combinaciones de teclas, teclee 'H' dentro de 'Info'." ! #: info/info.c:1134 msgid "" "\n" *************** *** 596,600 **** " el directorio" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 596,600 ---- " el directorio" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 608,647 **** "El sitio web de Texinfo es: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "El nodo '(%s)%s' no se ha encontrado" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "¡No se ha podido encontrar una ventana!" # TODO review point=cursor ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "¡El cursor no parece estar sobre nodo alguno en esta ventana!" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "No se puede eliminar la última ventana" ! #: info/info.c:1186 msgid "No menu in this node" msgstr "No existe un menú en este nodo" ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "No hay notas de pie de página en este nodo" ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "No hay referencias cruzadas en este nodo" ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "Este nodo no contiene enlace alguno a '%s'" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" --- 608,647 ---- "El sitio web de Texinfo es: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "El nodo '(%s)%s' no se ha encontrado" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "¡No se ha podido encontrar una ventana!" # TODO review point=cursor ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "¡El cursor no parece estar sobre nodo alguno en esta ventana!" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "No se puede eliminar la última ventana" ! #: info/info.c:1188 msgid "No menu in this node" msgstr "No existe un menú en este nodo" ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "No hay notas de pie de página en este nodo" ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "No hay referencias cruzadas en este nodo" ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "Este nodo no contiene enlace alguno a '%s'" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" *************** *** 649,674 **** "'%c' no es una orden de Info conocida; pruebe con '?' para obtener ayuda" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "El tipo de terminal '%s' es incapaz de ejecutar Info" ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "Usted ya se encuentra en la última página de este nodo" ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "Usted ya se encuentra en la primera página de este nodo" ! #: info/info.c:1194 msgid "Only one window" msgstr "Una única ventana" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "La ventana resultante sería demasiado pequeña" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "" --- 649,674 ---- "'%c' no es una orden de Info conocida; pruebe con '?' para obtener ayuda" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "El tipo de terminal '%s' es incapaz de ejecutar Info" ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "Usted ya se encuentra en la última página de este nodo" ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "Usted ya se encuentra en la primera página de este nodo" ! #: info/info.c:1196 msgid "Only one window" msgstr "Una única ventana" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "La ventana resultante sería demasiado pequeña" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "" *************** *** 1480,1643 **** msgstr "Usando texto literal en las búsquedas" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "La búsqueda continuó desde el final del documento" ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "La búsqueda continuó desde el principio del documento" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Buscando sub-fichero %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "La búsqueda finalizó sin resultados" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Buscar (exp.reg.)" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Buscar" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " distinguiendo mayús./minús." ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " hacia atrás" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "El texto de búsqueda es demasiado corto." # TODO review ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Vuelta atrás hasta la última coincidencia desde %s" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "No hay más coincidencia" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Buscar cadena en este nodo y sus subnodos" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "Buscar bajo %s: " ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Ir a la siguiente coincidencia en el subárbol de Info" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Ninguna búsqueda activa" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Ir a la coincidencia anterior en el subárbol de Info" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Leer un texto y buscarlo (mayúsculas y minúsculas son significativas)" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Leer una cadena de texto y buscarla" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Leer una cadena de texto y buscarla hacia atrás" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Repetir la última búsqueda en la misma dirección que la anterior" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "No existe constancia de búsqueda anterior" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Repetir la última búsqueda en dirección contraria" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Borra las coincidencias de búsqueda visualizadas" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Buscar de forma interactiva un texto según se escribe" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Búsqueda interactiva hacia atrás (exp.reg.): " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "Búsqueda interactiva hacia atrás: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Búsqueda interactiva (exp.reg.): " ! #: info/session.c:4881 msgid "I-search: " msgstr "Búsqueda interactiva: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Falló " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Cancelar la operación en curso" ! #: info/session.c:5281 msgid "Quit" msgstr "Cancelado" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Mostrar la versión de Info que se está ejecutando" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "Versión de GNU Info %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Redibujar los contenidos de la pantalla" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Salir de Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "" --- 1480,1643 ---- msgstr "Usando texto literal en las búsquedas" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "La búsqueda continuó desde el final del documento" ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "La búsqueda continuó desde el principio del documento" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Buscando sub-fichero %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "La búsqueda finalizó sin resultados" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Buscar (exp.reg.)" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Buscar" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " distinguiendo mayús./minús." ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " hacia atrás" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "El texto de búsqueda es demasiado corto." # TODO review ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Vuelta atrás hasta la última coincidencia desde %s" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "No hay más coincidencia" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Buscar cadena en este nodo y sus subnodos" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "Buscar bajo %s: " ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Ir a la siguiente coincidencia en el subárbol de Info" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Ninguna búsqueda activa" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Ir a la coincidencia anterior en el subárbol de Info" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Leer un texto y buscarlo (mayúsculas y minúsculas son significativas)" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Leer una cadena de texto y buscarla" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Leer una cadena de texto y buscarla hacia atrás" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Repetir la última búsqueda en la misma dirección que la anterior" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "No existe constancia de búsqueda anterior" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Repetir la última búsqueda en dirección contraria" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Borra las coincidencias de búsqueda visualizadas" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Buscar de forma interactiva un texto según se escribe" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Búsqueda interactiva hacia atrás (exp.reg.): " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "Búsqueda interactiva hacia atrás: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Búsqueda interactiva (exp.reg.): " ! #: info/session.c:4878 msgid "I-search: " msgstr "Búsqueda interactiva: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Falló " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Cancelar la operación en curso" ! #: info/session.c:5278 msgid "Quit" msgstr "Cancelado" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Mostrar la versión de Info que se está ejecutando" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "Versión de GNU Info %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Redibujar los contenidos de la pantalla" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Salir de Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "" *************** *** 1645,1668 **** "combinación de teclas" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "Orden desconocida (%s)" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" no es válida" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "'%s' no es válida" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Sumar este dígito al argumento numérico actual" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Comenzar (o multiplicar por 4) el argumento numérico actual" --- 1645,1668 ---- "combinación de teclas" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "Orden desconocida (%s)" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" no es válida" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "'%s' no es válida" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Sumar este dígito al argumento numérico actual" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Comenzar (o multiplicar por 4) el argumento numérico actual" *************** *** 2132,2140 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2132,2140 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2142,2154 **** msgstr "no se pudo abrir %s para escribir: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "la recursividad está siempre permitida" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "los argumentos son entrecomillados por defecto" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2142,2154 ---- msgstr "no se pudo abrir %s para escribir: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "la recursividad está siempre permitida" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "los argumentos son entrecomillados por defecto" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2157,2161 **** "título" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2157,2161 ---- "título" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2165,2212 **** "después de la página del título" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "'%s' no es válido como código de lenguaje" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "'%s' no es válido como código de región" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "'%s' no es una posibilidad de división válida" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "no se pudo leer %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "error cerrando el fichero @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: no se pudo encontrar %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "ningún nodo que renombrar" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "hay nodos sin nombre nuevo al final del fichero" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "no se pudo abrir %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2165,2212 ---- "después de la página del título" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "'%s' no es válido como código de lenguaje" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "'%s' no es válido como código de región" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "'%s' no es una posibilidad de división válida" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "no se pudo leer %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "error cerrando el fichero @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: no se pudo encontrar %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "ningún nodo que renombrar" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "hay nodos sin nombre nuevo al final del fichero" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "no se pudo abrir %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2224,2232 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2224,2232 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2248,2252 **** msgstr "El fichero @image '%s' no se ha encontrado; se utilizará '%s'" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "no se ha especificado argumento alguno para @U" --- 2248,2252 ---- msgstr "El fichero @image '%s' no se ha encontrado; se utilizará '%s'" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "no se ha especificado argumento alguno para @U" *************** *** 2258,2267 **** "El fichero @image '%s' (para HTML) no se ha encontrado; se utilizará '%s'" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "el formato en bruto %s no se ha convertido" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" --- 2258,2267 ---- "El fichero @image '%s' (para HTML) no se ha encontrado; se utilizará '%s'" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "el formato en bruto %s no se ha convertido" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" *************** *** 2269,2368 **** "no se pudo abrir el fichero de configuración de referencias html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "tipo ausente" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "tipo desconocido: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "error cerrando el fichero de configuración de referencias html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "cadena de texto sin cerrar en el fichero css" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "'--css-include' finaliza con un comentario" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import no finalizado en el fichero css" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "No se ha encontrado el fichero CSS %s" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "no se pudo abrir '--include-file' %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "error cerrando el fichero CSS '%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "no se encontraron entradas htmlxref.cnf para `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "error al cerrar el fichero marco %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "error al cerrar el fichero de tabla de contenidos %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "el manejador %s de la etapa %s con prioridad %s ha fallado" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" "hay que especificar un título mediante una orden de título o mediante @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "error al cerrar el fichero de redirección de nodos %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "el antiguo nombre de '%s' es un nodo del documento" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "fichero vacío para el nodo renombrado '%s'" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "el nodo objetivo (nuevo nombre para '%s') no está en el documento: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "error al cerrar el fichero de redirección de nodos renombrados %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "nombre de nodo vacío" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2269,2368 ---- "no se pudo abrir el fichero de configuración de referencias html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "tipo ausente" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "tipo desconocido: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "error cerrando el fichero de configuración de referencias html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "cadena de texto sin cerrar en el fichero css" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "'--css-include' finaliza con un comentario" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import no finalizado en el fichero css" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "No se ha encontrado el fichero CSS %s" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "no se pudo abrir '--include-file' %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "error cerrando el fichero CSS '%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "no se encontraron entradas htmlxref.cnf para `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "error al cerrar el fichero marco %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "error al cerrar el fichero de tabla de contenidos %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "el manejador %s de la etapa %s con prioridad %s ha fallado" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" "hay que especificar un título mediante una orden de título o mediante @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "error al cerrar el fichero de redirección de nodos %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "el antiguo nombre de '%s' es un nodo del documento" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "fichero vacío para el nodo renombrado '%s'" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "el nodo objetivo (nuevo nombre para '%s') no está en el documento: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "error al cerrar el fichero de redirección de nodos renombrados %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "nombre de nodo vacío" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2402,2406 **** msgstr "La entrada de índice en @%s con : produce un Info no válido: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2402,2406 ---- msgstr "La entrada de índice en @%s con : produce un Info no válido: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2470,2552 **** msgstr "el nombre de una entrada de menú no debe contener ':'" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "nombre de nodo vacío tras expandir `%s'" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s '%s' ya ha sido definido anteriormente" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "la definición previa de `@%s' se encuentra aquí" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "argumento vacío en @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "@%s múltiple" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "argumento formal @%s incorrecto o vacío: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "sintaxis del argumento @%s incorrecta: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "la construcción `%c%s' requiere un nombre" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "nombre inaceptable para @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "hay un @end %s antes de la llave de cierre de @%s" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "hay un @%s antes de la llave de cierre de @%s" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s se esperaba leer `}'" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s sin secuencia delimitadora de cierre: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx no debe comenzar @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx tiene que estar después de @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" --- 2470,2552 ---- msgstr "el nombre de una entrada de menú no debe contener ':'" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "nombre de nodo vacío tras expandir `%s'" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s '%s' ya ha sido definido anteriormente" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "la definición previa de `@%s' se encuentra aquí" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "argumento vacío en @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "@%s múltiple" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "argumento formal @%s incorrecto o vacío: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "sintaxis del argumento @%s incorrecta: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "la construcción `%c%s' requiere un nombre" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "nombre inaceptable para @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "hay un @end %s antes de la llave de cierre de @%s" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "hay un @%s antes de la llave de cierre de @%s" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s se esperaba leer `}'" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s sin secuencia delimitadora de cierre: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx no debe comenzar @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx tiene que estar después de @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" *************** *** 2554,2594 **** # TODO review ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "Se esperaba ver `@end' '%s', pero se ha leído '%s'" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s aparece antes de @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "no hay un '%cend %s' correspondiente" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "carácter `%c' fuera de lugar" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "`%c%s' desemparejado" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "La llamada a la macro '%s' contiene demasiados argumentos" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s se esperaba leer `}'" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" --- 2554,2594 ---- # TODO review ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "Se esperaba ver `@end' '%s', pero se ha leído '%s'" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s aparece antes de @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "no hay un '%cend %s' correspondiente" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "carácter `%c' fuera de lugar" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "`%c%s' desemparejado" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "La llamada a la macro '%s' contiene demasiados argumentos" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s se esperaba leer `}'" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" *************** *** 2596,2600 **** "La llamada a la macro '%s', declarada sin argumentos, contiene un argumento" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" --- 2596,2600 ---- "La llamada a la macro '%s', declarada sin argumentos, contiene un argumento" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" *************** *** 2602,2611 **** "se leyó \\, al expandir @%s, tras '%s' en vez de un nombre de parámetro o \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "falta un nombre para @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" --- 2602,2611 ---- "se leyó \\, al expandir @%s, tras '%s' en vez de un nombre de parámetro o \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "falta un nombre para @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" *************** *** 2613,2642 **** # TODO review ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argumento erróneo en una línea @%s: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "multi-tabla vacía" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "argumento superfluo para @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "argumento erróneo para @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "`%s' requiere un argumento: el procesador de formato para %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2613,2642 ---- # TODO review ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argumento erróneo en una línea @%s: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "multi-tabla vacía" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "argumento superfluo para @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "argumento erróneo para @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "`%s' requiere un argumento: el procesador de formato para %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2645,2708 **** "línea @%s" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "la orden de acentuación `@%s' no se permite como argumento de @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "a @%s le falta argumento" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "@end %s desconocido" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "argumento superfluo para @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "argumento erróneo para @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: no se pudo abrir %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "la codificación `%s' no es una codificación canónica de texinfo" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "`%s' no se corresponde con ningún tipo de codificación conocido" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s después del primer elemento" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s carece de sentido fuera de una línea @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s no debe estar asociado con @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" --- 2645,2703 ---- "línea @%s" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "la orden de acentuación `@%s' no se permite como argumento de @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "a @%s le falta argumento" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "@end %s desconocido" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "argumento superfluo para @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "argumento erróneo para @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: no se pudo abrir %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "la codificación `%s' no es una codificación canónica de texinfo" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "`%s' no se corresponde con ningún tipo de codificación conocido" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s después del primer elemento" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s carece de sentido fuera de una línea @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" *************** *** 2710,2753 **** "@node precede a @%s, pero las partes no pueden estar asociadas con los nodos" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "nombre de entrada de menú vacío en `%s'" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "nombre de nodo vacío en una entrada de menú" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s no puede aparecer en @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s solo puede aparecer al comienzo de una línea" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "la macro '%s' ya ha sido definida en este documento" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "la definición previa de '%s' se encuentra aquí" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "se redefine la orden del lenguaje Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s sin carácter asociado" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2705,2748 ---- "@node precede a @%s, pero las partes no pueden estar asociadas con los nodos" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "nombre de entrada de menú vacío en `%s'" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "nombre de nodo vacío en una entrada de menú" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s no puede aparecer en @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s solo puede aparecer al comienzo de una línea" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "la macro '%s' ya ha sido definida en este documento" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "la definición previa de '%s' se encuentra aquí" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "se redefine la orden del lenguaje Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s sin carácter asociado" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2757,2761 **** "con {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2752,2756 ---- "con {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2766,2770 **** "MAX_NESTED_MACROS; su valor actual es %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2761,2765 ---- "MAX_NESTED_MACROS; su valor actual es %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2773,2870 **** "necesita" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "la orden de acentuación `@%s' no puede ir seguida de espacio en blanco" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "use llaves para pasar una orden como argumento de @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "el uso de `%c%s' presupone como argumentos `i' o `j', no `%s'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "la orden de acentuación `@%s' no puede ir seguida de nueva línea" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s esperaba llaves" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "etiqueta indefinida: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "sintaxis de @value incorrecta" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s es una sintaxis ya obsoleta." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s es una sintaxis ya obsoleta; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s solo puede aparecer al comienzo de una línea" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s no está permitido en un bloque `@%s'" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s solo puede aparecer en el encabezado o al pie" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "`@%s' carece de sentido bajo la influencia de un bloque `@%s'" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s en multi-tabla vacía" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab antes de @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "demasiadas columnas para el elemento multi-tabla (max %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "ignorando `@tab' no influenciado por el entorno `multitable'" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s fuera de tabla o lista" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "tiene que ir después de `@%s' para poder usar `@%s'" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" --- 2768,2865 ---- "necesita" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "la orden de acentuación `@%s' no puede ir seguida de espacio en blanco" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "use llaves para pasar una orden como argumento de @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "el uso de `%c%s' presupone como argumentos `i' o `j', no `%s'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "la orden de acentuación `@%s' no puede ir seguida de nueva línea" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s esperaba llaves" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "etiqueta indefinida: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "sintaxis de @value incorrecta" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s es una sintaxis ya obsoleta." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s es una sintaxis ya obsoleta; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s solo puede aparecer al comienzo de una línea" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s no está permitido en un bloque `@%s'" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s solo puede aparecer en el encabezado o al pie" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "`@%s' carece de sentido bajo la influencia de un bloque `@%s'" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s en multi-tabla vacía" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab antes de @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "demasiadas columnas para el elemento multi-tabla (max %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "ignorando `@tab' no influenciado por el entorno `multitable'" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s fuera de tabla o lista" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "tiene que ir después de `@%s' para poder usar `@%s'" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" *************** *** 2873,2899 **** "`@quotation'" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory después del primer nodo" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "una región %s no está permitida dentro de una región %s" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry después del primer nodo" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu en un contexto que no es válido" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "se ha encontrado un @%s antes del primer @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2868,2894 ---- "`@quotation'" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory después del primer nodo" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "una región %s no está permitida dentro de una región %s" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry después del primer nodo" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu en un contexto que no es válido" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "se ha encontrado un @%s antes del primer @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2902,2935 **** "`@ifnottex' en vez de la de un bloque `@ifinfo'?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s solo puede aparecer en un contexto matemático" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "orden desconocida `%s'" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "no se esperaba @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s carece de sentido si se da fuera de entornos `@float'" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s debe estar inmediatamente debajo de `@float'" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "se ignora @%s múltiple" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" --- 2897,2930 ---- "`@ifnottex' en vez de la de un bloque `@ifinfo'?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s solo puede aparecer en un contexto matemático" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "orden desconocida `%s'" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "no se esperaba @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s carece de sentido si se da fuera de entornos `@float'" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s debe estar inmediatamente debajo de `@float'" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "se ignora @%s múltiple" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" *************** *** 2937,3074 **** # TODO review ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "a la orden @%s le falta un nodo o un argumento manual externo" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "en @%s nombre de referencia cruzada vacío tras expansión `%s'" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "en @%s título de referencia cruzada vacío tras expansión `%s'" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "la primitiva `@image' carece de referencia a fichero alguno" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s falta el primer argumento" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "dígitos no hexadecimales en el argumento de @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "menos de cuatro dígitos hexadecimales en el argumento de @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "el argumento de @U excede el Unicode máximo 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "argumentos de nodo superfluos" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "se esperaba @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s solo debe aceptar una orden-@ como argumento, no `%s'" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "argumento restante en la línea @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "orden de entorno %s como argumento de @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "@%s vacío" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "fracción de columna no numérica: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "el argumento de @sp tiene que ser numérico, así que '%s' no es válido" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "nombre de índice reservado %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "índice de origen desconocido en @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "índice de destino desconocido en @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s llevaría a fusionar %s consigo mismo; ignorar" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "índice desconocido `%s' en `@printindex'" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "imprimiendo un índice `%s' fusionado en otro, `%s'" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex antes del comienzo del documento: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "el argumento de @%s debe ser `top' o `bottom', no '%s'" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Sólo @%s 10 or 11 está soportado, no '%s'" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "el argumento de @%s debe ser `separate' o `end', no '%s'" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "el argumento de @%s debe ser `on', `off' o `odd', no '%s'" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2932,3069 ---- # TODO review ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "a la orden @%s le falta un nodo o un argumento manual externo" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "en @%s nombre de referencia cruzada vacío tras expansión `%s'" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "en @%s título de referencia cruzada vacío tras expansión `%s'" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "la primitiva `@image' carece de referencia a fichero alguno" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s falta el primer argumento" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "dígitos no hexadecimales en el argumento de @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "menos de cuatro dígitos hexadecimales en el argumento de @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "el argumento de @U excede el Unicode máximo 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "argumentos de nodo superfluos" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "se esperaba @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s solo debe aceptar una orden-@ como argumento, no `%s'" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "argumento restante en la línea @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "orden de entorno %s como argumento de @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "@%s vacío" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "fracción de columna no numérica: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "el argumento de @sp tiene que ser numérico, así que '%s' no es válido" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "nombre de índice reservado %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "índice de origen desconocido en @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "índice de destino desconocido en @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s llevaría a fusionar %s consigo mismo; ignorar" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "índice desconocido `%s' en `@printindex'" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "imprimiendo un índice `%s' fusionado en otro, `%s'" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex antes del comienzo del documento: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "el argumento de @%s debe ser `top' o `bottom', no '%s'" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Sólo @%s 10 or 11 está soportado, no '%s'" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "el argumento de @%s debe ser `separate' o `end', no '%s'" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "el argumento de @%s debe ser `on', `off' o `odd', no '%s'" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 3076,3080 **** "el argumento de @paragraphindent debe ser numérico/`none'/`asis', no '%s'" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 3071,3075 ---- "el argumento de @paragraphindent debe ser numérico/`none'/`asis', no '%s'" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 3082,3096 **** "el argumento de @firstparagraphindent debe ser `none' o `insert', no '%s'" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "el argumento de @exampleindent debe ser numérico/`asis', no '%s'" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "Se esperaba leer @%s \"on\" u \"off\", no '%s'" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 3077,3091 ---- "el argumento de @firstparagraphindent debe ser `none' o `insert', no '%s'" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "el argumento de @exampleindent debe ser numérico/`asis', no '%s'" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "Se esperaba leer @%s \"on\" u \"off\", no '%s'" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 3098,3107 **** "el argumento de @kbdinputstyle debe ser `code'/`example'/`distinct', no '%s'" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "el argumento de @allowcodebreaks debe ser `true' o `false', no '%s'" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3093,3102 ---- "el argumento de @kbdinputstyle debe ser `code'/`example'/`distinct', no '%s'" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "el argumento de @allowcodebreaks debe ser `true' o `false', no '%s'" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3109,3123 **** "el argumento de @urefbreakstyle debe ser `after'/`before'/`none', no '%s'" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "se sube el nivel de sección de @%s, que es demasiado bajo" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "no hay órdenes de nivel de capítulo antes de @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" --- 3104,3118 ---- "el argumento de @urefbreakstyle debe ser `after'/`before'/`none', no '%s'" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "se sube el nivel de sección de @%s, que es demasiado bajo" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "no hay órdenes de nivel de capítulo antes de @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" *************** *** 3125,3169 **** "se desciende el nivel de sección de @%s que aparece tras un elemento inferior" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "no hay ninguna orden de seccionamiento asociada a @%s" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s no vacío" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s hace referencia a un nodo inexistente (`%s')" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "el nombre de nodo `%s' de la entrada @%s difiere del nombre de %s `%s'" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "Nodo '%s' no referenciado" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "el nodo `%s' es %s para `%s' en el seccionamiento pero no en el menú" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "el nodo %s `%s' en el menú `%s' y en el seccionamiento `%s' difieren" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "el nodo `%s' es %s para `%s' en menú pero no en seccionamiento" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" --- 3120,3164 ---- "se desciende el nivel de sección de @%s que aparece tras un elemento inferior" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "no hay ninguna orden de seccionamiento asociada a @%s" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s no vacío" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s hace referencia a un nodo inexistente (`%s')" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "el nombre de nodo `%s' de la entrada @%s difiere del nombre de %s `%s'" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "Nodo '%s' no referenciado" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "el nodo `%s' es %s para `%s' en el seccionamiento pero no en el menú" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "el nodo %s `%s' en el menú `%s' y en el seccionamiento `%s' difieren" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "el nodo `%s' es %s para `%s' en menú pero no en seccionamiento" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" *************** *** 3171,3180 **** "el puntero %s `%s' (para el nodo `%s') es diferente del nombre de %s `%s'" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s hace referencia a algo que no existe (`%s')" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3166,3175 ---- "el puntero %s `%s' (para el nodo `%s') es diferente del nombre de %s `%s'" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s hace referencia a algo que no existe (`%s')" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3183,3197 **** "su destino para `Up'" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "para `%s', subir en el menú `%s' y subir `%s' no concuerdan" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s para `%s', diferente del nombre de %s `%s'" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3178,3192 ---- "su destino para `Up'" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "para `%s', subir en el menú `%s' y subir `%s' no concuerdan" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s para `%s', diferente del nombre de %s `%s'" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3362,3376 **** msgstr "no se ha podido leer el fichero de inicialización %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignorando valor desconocido de TEXINFO_OUTPUT_FORMAT ('%s').\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Modo de empleo: %s [OPCIÓN]... FICHERO-TEXINFO...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3357,3371 ---- msgstr "no se ha podido leer el fichero de inicialización %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignorando valor desconocido de TEXINFO_OUTPUT_FORMAT ('%s').\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Modo de empleo: %s [OPCIÓN]... FICHERO-TEXINFO...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3390,3394 **** "instalado.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3385,3389 ---- "instalado.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3438,3442 **** " aplicación informática.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3433,3437 ---- " aplicación informática.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3459,3463 **** " FICHERO-TEXINFO.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3454,3458 ---- " FICHERO-TEXINFO.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3515,3519 **** " fichero.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3510,3514 ---- " fichero.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3569,3573 **** "%d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3564,3568 ---- "%d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3599,3603 **** " si hay división.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3594,3598 ---- " si hay división.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3607,3611 **** " --output-indent=VAL no hace nada; se mantiene por compatibilidad.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3602,3606 ---- " --output-indent=VAL no hace nada; se mantiene por compatibilidad.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3616,3620 **** # TODO review shell ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3611,3615 ---- # TODO review shell ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3651,3655 **** " `@clear VARIABLE'.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3646,3650 ---- " `@clear VARIABLE'.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3695,3699 **** "`@ifnotFORMATO'.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3690,3694 ---- "`@ifnotFORMATO'.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3713,3717 **** " si este es XML, --ifxml estará activo, mientras que el resto no;\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3708,3712 ---- " si este es XML, --ifxml estará activo, mientras que el resto no;\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3790,3794 **** " grande sea.\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3785,3789 ---- " grande sea.\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3796,3800 **** "%s: `--footnote-style' toma como argumentos `separate' o `end', no '%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3791,3795 ---- "%s: `--footnote-style' toma como argumentos `separate' o `end', no '%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3803,3807 **** "'%s'.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3798,3802 ---- "'%s'.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3809,3837 **** "%s: al generar %s, solo puede especificarse un FICHERO de entrada con -o\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "opción --Xopt sin salida impresa" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "transformación de árbol desconocida '%s'" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "no se realiza división para el formato %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: se necesita nombre de fichero que procesar.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Pruebe `%s --help' para obtener más información.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" --- 3804,3832 ---- "%s: al generar %s, solo puede especificarse un FICHERO de entrada con -o\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "opción --Xopt sin salida impresa" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "transformación de árbol desconocida '%s'" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "no se realiza división para el formato %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: se necesita nombre de fichero que procesar.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Pruebe `%s --help' para obtener más información.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" *************** *** 3839,3853 **** "¿No hay ninguna sección?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "error al cerrar el fichero de expansión de macros '%s': %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "no se pudo abrir %s para escriturea: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3834,3848 ---- "¿No hay ninguna sección?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "error al cerrar el fichero de expansión de macros '%s': %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "no se pudo abrir %s para escriturea: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3858,3876 **** "¿No hay ninguna sección?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: error cerrando %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: error al cerrar el fichero de enlaces internos %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: no se pudo abrir %s para escritura: %s\n" #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" --- 3853,3874 ---- "¿No hay ninguna sección?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: error cerrando %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: error al cerrar el fichero de enlaces internos %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: no se pudo abrir %s para escritura: %s\n" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s no debe estar asociado con @top" + #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" Binary files texinfo-6.4/po/fr.gmo and texinfo-6.5/po/fr.gmo differ diff -Nrc2 texinfo-6.4/po/fr.po texinfo-6.5/po/fr.po *** texinfo-6.4/po/fr.po 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/fr.po 2017-08-19 19:55:14.000000000 +0100 *************** *** 16,20 **** "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-06-19 19:03+0200\n" "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n" --- 16,20 ---- "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-06-19 19:03+0200\n" "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n" *************** *** 397,436 **** msgstr "Aucune entrée de menu « %s » dans le nœud « %s »." ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "Impossible de trouver le nœud « %s »." ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "Aucun nom de programme donné." ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "nombre invalide : %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "assignation de variable mal formée : %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s : variable inconnue" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "la valeur %s est invalide pour une variable %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Utilisez --help pour plus d'informations.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 397,436 ---- msgstr "Aucune entrée de menu « %s » dans le nœud « %s »." ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "Impossible de trouver le nœud « %s »." ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "Aucun nom de programme donné." ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "nombre invalide : %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "assignation de variable mal formée : %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s : variable inconnue" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "la valeur %s est invalide pour une variable %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Utilisez --help pour plus d'informations.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 448,457 **** "Aucune garantie n'est offerte, dans les limites permises par la loi.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "aucune entrée d'index trouvée pour « %s »\n" ! #: info/info.c:1089 #, c-format msgid "" --- 448,457 ---- "Aucune garantie n'est offerte, dans les limites permises par la loi.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "aucune entrée d'index trouvée pour « %s »\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 464,468 **** "Lit un document au format Info.\n" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 464,468 ---- "Lit un document au format Info.\n" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 479,483 **** " -f, --file=FICHIER Indique quel fichier Info visiter." ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 479,483 ---- " -f, --file=FICHIER Indique quel fichier Info visiter." ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 493,497 **** " -o, --output=FICHIER Écrit les nœuds sélectionnés dans FICHIER." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" --- 493,497 ---- " -o, --output=FICHIER Écrit les nœuds sélectionnés dans FICHIER." ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" *************** *** 499,508 **** " de commande." ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" " -b, --speech-friendly Compatibilité avec les synthétiseurs vocaux." ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 499,508 ---- " de commande." ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" " -b, --speech-friendly Compatibilité avec les synthétiseurs vocaux." ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 516,520 **** " -w, --where, --location Affiche l'emplacement du fichier Info." ! #: info/info.c:1122 msgid "" "\n" --- 516,520 ---- " -w, --where, --location Affiche l'emplacement du fichier Info." ! #: info/info.c:1124 msgid "" "\n" *************** *** 534,538 **** "relatif au premier nœud visité." ! #: info/info.c:1129 msgid "" "\n" --- 534,538 ---- "relatif au premier nœud visité." ! #: info/info.c:1131 msgid "" "\n" *************** *** 543,547 **** "le programme." ! #: info/info.c:1132 msgid "" "\n" --- 543,547 ---- "le programme." ! #: info/info.c:1134 msgid "" "\n" *************** *** 577,581 **** " l'arborescence." ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 577,581 ---- " l'arborescence." ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 588,626 **** "Site Texinfo : http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Impossible de trouver le nœud « (%s)%s »." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Impossible de trouver une fenêtre !" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Le point n'apparaît pas dans le nœud de cette fenêtre !" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "Impossible de détruire la dernière fenêtre." ! #: info/info.c:1186 msgid "No menu in this node" msgstr "Aucun menu dans ce nœud." ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "Aucune note de bas de page dans ce nœud." ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "Aucun renvoi dans ce nœud." ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "Aucun pointeur « %s » pour ce nœud." ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" --- 588,626 ---- "Site Texinfo : http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Impossible de trouver le nœud « (%s)%s »." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Impossible de trouver une fenêtre !" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Le point n'apparaît pas dans le nœud de cette fenêtre !" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "Impossible de détruire la dernière fenêtre." ! #: info/info.c:1188 msgid "No menu in this node" msgstr "Aucun menu dans ce nœud." ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "Aucune note de bas de page dans ce nœud." ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "Aucun renvoi dans ce nœud." ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "Aucun pointeur « %s » pour ce nœud." ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" *************** *** 628,653 **** # TERM=tty info ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Le terminal « %s » n'est pas assez évolué pour lancer Info." ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "Vous êtes déjà à la dernière page de ce nœud." ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "Vous êtes déjà à la première page de ce nœud." ! #: info/info.c:1194 msgid "Only one window" msgstr "Une seule fenêtre." ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "La fenêtre résultante serait trop petite." ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "" --- 628,653 ---- # TERM=tty info ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Le terminal « %s » n'est pas assez évolué pour lancer Info." ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "Vous êtes déjà à la dernière page de ce nœud." ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "Vous êtes déjà à la première page de ce nœud." ! #: info/info.c:1196 msgid "Only one window" msgstr "Une seule fenêtre." ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "La fenêtre résultante serait trop petite." ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "" *************** *** 1440,1625 **** msgstr "La recherche utilise des chaînes littérales." ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "Poursuite de la recherche depuis la fin du document." ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "Poursuite de la recherche depuis le début du document." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Recherche dans le sous-fichier « %s »..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "Échec de la recherche." ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s] : " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Recherche une expr. rationnelle" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Recherche" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " respectant la casse" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " vers l'arrière" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s : " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Chaîne à rechercher trop courte" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Va à la dernière correspondance à partir de %s" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "Pas d'autre correspondance." ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Recherche une chaîne dans ce nœud et ses enfants." #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "Recherche dans le sous-fichier « %s »..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Va à la correspondance suivante dans l'arborescence Info" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Pas de recherche en cours" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Va à la correspondance précédante dans l'arborescence Info" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Lit une chaîne et la recherche en respectant la casse" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Lit une chaîne et la recherche" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Lit une chaîne et la recherche vers l'arrière" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Recommence la dernière recherche dans la même direction" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Aucune chaîne de recherche antérieure" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Répète la dernière recherche dans la direction opposée" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Efface les mises en surbrillance" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Recherche interactive de la chaîne en cours de frappe" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Recherche arrière interactive d'exp. ration. : " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "Recherche arrière interactive : " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Recherche interactive d'exp. ration. : " ! #: info/session.c:4881 msgid "I-search: " msgstr "Recherche interactive : " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Échec " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Annule l'opération en cours" ! #: info/session.c:5281 msgid "Quit" msgstr "Quitte" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Affiche la version d'Info en cours" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "\"GNU Info version %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Redessine l'écran" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Quitte Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Exécute la commande liée à la minuscule associée à cette touche" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "Commande inconnue (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "« %s » est invalide" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "« %s » est invalide" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Ajouter ce chiffre à l'argument numérique courant" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Démarre (ou multiplie par 4) l'argument numérique courant" --- 1440,1625 ---- msgstr "La recherche utilise des chaînes littérales." ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "Poursuite de la recherche depuis la fin du document." ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "Poursuite de la recherche depuis le début du document." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Recherche dans le sous-fichier « %s »..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "Échec de la recherche." ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s] : " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Recherche une expr. rationnelle" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Recherche" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " respectant la casse" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " vers l'arrière" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s : " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Chaîne à rechercher trop courte" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Va à la dernière correspondance à partir de %s" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "Pas d'autre correspondance." ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Recherche une chaîne dans ce nœud et ses enfants." #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "Recherche dans le sous-fichier « %s »..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Va à la correspondance suivante dans l'arborescence Info" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Pas de recherche en cours" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Va à la correspondance précédante dans l'arborescence Info" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Lit une chaîne et la recherche en respectant la casse" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Lit une chaîne et la recherche" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Lit une chaîne et la recherche vers l'arrière" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Recommence la dernière recherche dans la même direction" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Aucune chaîne de recherche antérieure" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Répète la dernière recherche dans la direction opposée" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Efface les mises en surbrillance" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Recherche interactive de la chaîne en cours de frappe" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Recherche arrière interactive d'exp. ration. : " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "Recherche arrière interactive : " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Recherche interactive d'exp. ration. : " ! #: info/session.c:4878 msgid "I-search: " msgstr "Recherche interactive : " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Échec " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Annule l'opération en cours" ! #: info/session.c:5278 msgid "Quit" msgstr "Quitte" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Affiche la version d'Info en cours" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "\"GNU Info version %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Redessine l'écran" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Quitte Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Exécute la commande liée à la minuscule associée à cette touche" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "Commande inconnue (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "« %s » est invalide" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "« %s » est invalide" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Ajouter ce chiffre à l'argument numérique courant" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Démarre (ou multiplie par 4) l'argument numérique courant" *************** *** 2044,2052 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2044,2052 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2054,2066 **** msgstr "impossible d'ouvrir %s en écriture : %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "la récursivité est toujours autorisée" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "les arguments sont entre guillemets par défaut" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2054,2066 ---- msgstr "impossible d'ouvrir %s en écriture : %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "la récursivité est toujours autorisée" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "les arguments sont entre guillemets par défaut" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2069,2073 **** "à la suite de la page de titre." ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2069,2073 ---- "à la suite de la page de titre." ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2077,2124 **** "pour que le contenu soit à la suite de la page de titre." ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s n'est pas un code de langue" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s n'est pas un code de zone géographique" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s n'est pas une division valable" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "impossible de lire %s : %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "erreur de fermeture du fichier @verbatiminclude %s : %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s : impossible de trouver %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "aucun nœud à renommer" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "nœuds sans nouveau nom à la fin du fichier" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "impossible d'ouvrir %s : %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2077,2124 ---- "pour que le contenu soit à la suite de la page de titre." ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s n'est pas un code de langue" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s n'est pas un code de zone géographique" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s n'est pas une division valable" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "impossible de lire %s : %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "erreur de fermeture du fichier @verbatiminclude %s : %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s : impossible de trouver %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "aucun nœud à renommer" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "nœuds sans nouveau nom à la fin du fichier" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "impossible d'ouvrir %s : %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2136,2144 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2136,2144 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2160,2164 **** msgstr "fichier @image « %s » non trouvé ; utilisation de « %s »" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "aucun argument spécifié à @U" --- 2160,2164 ---- msgstr "fichier @image « %s » non trouvé ; utilisation de « %s »" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "aucun argument spécifié à @U" *************** *** 2170,2235 **** "fichier @image « %s » (pour le HTML) non trouvé ; utilisation de « %s »" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "le format brut %s n'est pas converti" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "impossible d'ouvrir le fichier de param. des réf. html %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "type manquant" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "type inconnu : %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "erreur de fermeture du fichier de param. des réf. html %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "chaîne non terminée dans le fichier css" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-include s'est terminé dans un commentaire" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import non terminé dans le fichier css" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "fichier CSS %s non trouvé" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "impossible d'ouvrir --include-file %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "erreur de fermeture du fichier CSS %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "aucune entrée htmlxref.cnf trouvée pour « %s »" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "erreur de fermeture du fichier-cadre HTML %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" --- 2170,2235 ---- "fichier @image « %s » (pour le HTML) non trouvé ; utilisation de « %s »" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "le format brut %s n'est pas converti" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "impossible d'ouvrir le fichier de param. des réf. html %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "type manquant" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "type inconnu : %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "erreur de fermeture du fichier de param. des réf. html %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "chaîne non terminée dans le fichier css" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-include s'est terminé dans un commentaire" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import non terminé dans le fichier css" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "fichier CSS %s non trouvé" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "impossible d'ouvrir --include-file %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "erreur de fermeture du fichier CSS %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "aucune entrée htmlxref.cnf trouvée pour « %s »" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "erreur de fermeture du fichier-cadre HTML %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" *************** *** 2237,2270 **** "erreur de fermeture du fichier-cadre de table des matières (TOC) %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "échec du gestionnaire %s de l'étape %s priorité %s" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "vous devez indiquer un titre avec @top ou une commande de titrage" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "erreur de fermeture du fichier de redirection des nœuds %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "l'ancien nom de « %s » est un nœud de ce document" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "le nœud renommé « %s » est un fichier vide" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "nœud cible (nouveau nom de « %s ») absent du document : %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" --- 2237,2270 ---- "erreur de fermeture du fichier-cadre de table des matières (TOC) %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "échec du gestionnaire %s de l'étape %s priorité %s" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "vous devez indiquer un titre avec @top ou une commande de titrage" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "erreur de fermeture du fichier de redirection des nœuds %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "l'ancien nom de « %s » est un nœud de ce document" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "le nœud renommé « %s » est un fichier vide" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "nœud cible (nouveau nom de « %s ») absent du document : %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" *************** *** 2272,2280 **** "erreur de fermeture du fichier de redirection des nœuds renommés %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "nom de nœud vide" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2272,2280 ---- "erreur de fermeture du fichier de redirection des nœuds renommés %s : %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "nom de nœud vide" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2315,2319 **** "Une entrée d'index dans @%s comporte un : qui produit de l'Info invalide : %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2315,2319 ---- "Une entrée d'index dans @%s comporte un : qui produit de l'Info invalide : %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2380,2508 **** msgstr "une entrée de menu ne devrait pas contenir de « : »" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "nom de nœud vide après expansion de « %s »" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s « %s » déjà défini" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "voici la définition précédente de @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "argument vide dans @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "@%s multiples" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "argument formel @%s erroné ou vide : %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "syntaxe incorrecte de l'argument de @%s : %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s a besoin d'un nom" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "mauvais nom pour @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s présent avant l'accolade clôturant @%s" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s présent avant l'accolade clôturant @%s" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s sans accolade fermante" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s sans séquence de délimiteur de fermeture : %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx ne doit pas débuter @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx doit suivre @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s contient du texte mais pas d'@item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "« @end » attendait « %s », mais a eu « %s »" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s présent avant @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "aucun « %cend %s » correspondant" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "%c mal placée" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "« %c%s » sans correspondance" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "macro « %s » appelée avec trop d'arguments" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s sans accolade fermante" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "macro « %s » déclarée sans argument, mais appelée avec un argument" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" --- 2380,2508 ---- msgstr "une entrée de menu ne devrait pas contenir de « : »" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "nom de nœud vide après expansion de « %s »" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s « %s » déjà défini" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "voici la définition précédente de @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "argument vide dans @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "@%s multiples" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "argument formel @%s erroné ou vide : %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "syntaxe incorrecte de l'argument de @%s : %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s a besoin d'un nom" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "mauvais nom pour @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s présent avant l'accolade clôturant @%s" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s présent avant l'accolade clôturant @%s" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s sans accolade fermante" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s sans séquence de délimiteur de fermeture : %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx ne doit pas débuter @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx doit suivre @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s contient du texte mais pas d'@item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "« @end » attendait « %s », mais a eu « %s »" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s présent avant @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "aucun « %cend %s » correspondant" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "%c mal placée" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "« %c%s » sans correspondance" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "macro « %s » appelée avec trop d'arguments" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s sans accolade fermante" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "macro « %s » déclarée sans argument, mais appelée avec un argument" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" *************** *** 2511,2550 **** "ou de \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "@%s sans nom" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "@%s sans catégorie" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argument inattendu à la ligne @%s : %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "multitable vide" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "argument superflu à @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "mauvais argument à @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s nécessite un argument : le formateur %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2511,2550 ---- "ou de \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "@%s sans nom" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "@%s sans catégorie" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argument inattendu à la ligne @%s : %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "multitable vide" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "argument superflu à @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "mauvais argument à @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s nécessite un argument : le formateur %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2553,2616 **** "pas se trouver sur une ligne @%s" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "commande d'accentuation « @%s » interdite en argument à @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s sans d'argument" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "@end %s inconnu" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "argument superflu à @%s %s : %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "mauvais argument à @%s : %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s : impossible d'ouvrir %s : %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "le codage « %s » n'est pas accepté par texinfo" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "codage « %s » non reconnu" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s après le premier élément" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s n'a de sens que sur une ligne @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s ne devrait pas être associé à @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" --- 2553,2611 ---- "pas se trouver sur une ligne @%s" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "commande d'accentuation « @%s » interdite en argument à @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s sans d'argument" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "@end %s inconnu" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "argument superflu à @%s %s : %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "mauvais argument à @%s : %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s : impossible d'ouvrir %s : %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "le codage « %s » n'est pas accepté par texinfo" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "codage « %s » non reconnu" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s après le premier élément" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s n'a de sens que sur une ligne @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" *************** *** 2618,2661 **** "@node précède @%s, mais des parties ne peuvent être associées à des nœuds" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "entrée de menu vide dans « %s »." ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "nœud vide dans l'entrée de menu" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s ne devrait pas apparaître dans @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s ne peut apparaître qu'en début de ligne" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "macro « %s » déjà définie" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "voici la définition précédente de « %s »" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "redéfinition de la commande Texinfo : %s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s sans caractère associé" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2613,2656 ---- "@node précède @%s, mais des parties ne peuvent être associées à des nœuds" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "entrée de menu vide dans « %s »." ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "nœud vide dans l'entrée de menu" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s ne devrait pas apparaître dans @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s ne peut apparaître qu'en début de ligne" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "macro « %s » déjà définie" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "voici la définition précédente de « %s »" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "redéfinition de la commande Texinfo : %s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s sans caractère associé" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2663,2667 **** msgstr "@%s défini sans ou avec plus d'un argument s'invoque avec {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2658,2662 ---- msgstr "@%s défini sans ou avec plus d'un argument s'invoque avec {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2672,2696 **** "MAX_NESTED_MACROS ; valeur actuelle %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "appel récursif de la macro %s interdit ; utiliser @rmacro si besoin" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "la commande d'accentuation « @%s » doit être suivie d'une espace" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "utiliser des accolades pour passer une commande en argument à « @%s »" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s attend l'argument « i » ou « j », pas « %s »" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" --- 2667,2691 ---- "MAX_NESTED_MACROS ; valeur actuelle %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "appel récursif de la macro %s interdit ; utiliser @rmacro si besoin" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "la commande d'accentuation « @%s » doit être suivie d'une espace" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "utiliser des accolades pour passer une commande en argument à « @%s »" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s attend l'argument « i » ou « j », pas « %s »" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" *************** *** 2698,2775 **** "la commande d'accentuation « @%s » ne doit pas être suivie d'un saut de ligne" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s accolades attendues" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "drapeau indéfini : %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "syntaxe de @value incorrecte" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s est obsolète." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s est obsolète ; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s ne doit apparaître qu'en début de ligne" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s interdit dans un bloc « @%s »" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s ne peut apparaître qu'en en-tête ou en pied de page" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s n'a aucun sens dans un bloc « %s »" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s dans une multitable vide" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab avant @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "trop de colonnes dans une entrée de multitable (%d max)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "@tab non pris en compte hors de multitable" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s en dehors d'une table ou d'une liste" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "il faut être après « @%s » pour utiliser « @%s »" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" --- 2693,2770 ---- "la commande d'accentuation « @%s » ne doit pas être suivie d'un saut de ligne" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s accolades attendues" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "drapeau indéfini : %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "syntaxe de @value incorrecte" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s est obsolète." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s est obsolète ; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s ne doit apparaître qu'en début de ligne" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s interdit dans un bloc « @%s »" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s ne peut apparaître qu'en en-tête ou en pied de page" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s n'a aucun sens dans un bloc « %s »" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s dans une multitable vide" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab avant @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "trop de colonnes dans une entrée de multitable (%d max)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "@tab non pris en compte hors de multitable" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s en dehors d'une table ou d'une liste" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "il faut être après « @%s » pour utiliser « @%s »" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" *************** *** 2777,2803 **** "@%s n'a aucun sens hors des environnements « @titlepage » et « @quotation »" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory après le premier nœud" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "il n'est pas possible de placer une région %s dans une région %s" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry après le premier nœud" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu au sein d'un contexte non valide" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s vu avant le premier @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2772,2798 ---- "@%s n'a aucun sens hors des environnements « @titlepage » et « @quotation »" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory après le premier nœud" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "il n'est pas possible de placer une région %s dans une région %s" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry après le premier nœud" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu au sein d'un contexte non valide" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s vu avant le premier @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2805,2971 **** "votre nœud @top ne devrait-il pas être dans @ifnottex plutôt que @ifinfo ?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s est réservé au contexte math" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "commande « %s » inconnue" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "@ inattendu" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s n'a aucun sens hors de l'environnement « @float »" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s se place juste en dessous de « @float »" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "@%s multiples ignorés" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "la commande @%s s'emploie sans argument" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "la commande @%s doit avoir un argument nœud ou manuel externe" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "dans @%s, nom de renvoi vide après expansion de « %s »" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "dans @%s, titre du renvoi vide après expansion de « %s »" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image sans nom de fichier" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s sans premier argument" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "nombre non hex en argument à @U : %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "moins de quatre nombres hex en argument à @U : %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "l'argument à @U dépasse la limite Unicode de 0x10FFFF : %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "arguments de nœud superflus" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "@end %s attendu" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s ne devrait accepter en argument qu'une @-commande, pas « %s »" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "argument restant à la ligne @%s : %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "commande d'environnement %s en argument de @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "@%s vide" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "fraction de colonne non numérique : %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "l'argument de @sp doit être numérique, pas « %s »" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "%s est un nom d'index réservé" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "source d'index inconnue dans @%s : %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "destination d'index inconnue dans @%s : %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s conduit à une fusion de %s avec lui-même ; ignoré" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "index « %s » inconnu dans @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "impression d'un index « %s » fusionné dans un autre, « %s »" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex avant le début du document : @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "l'argument de @%s doit être « top » ou « bottom », pas « %s »" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Seuls @%s 10 ou 11 sont autorisés, pas « %s »" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "l'argument à @%s doit être « separate » ou « end », pas « %s »" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" --- 2800,2966 ---- "votre nœud @top ne devrait-il pas être dans @ifnottex plutôt que @ifinfo ?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s est réservé au contexte math" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "commande « %s » inconnue" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "@ inattendu" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s n'a aucun sens hors de l'environnement « @float »" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s se place juste en dessous de « @float »" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "@%s multiples ignorés" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "la commande @%s s'emploie sans argument" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "la commande @%s doit avoir un argument nœud ou manuel externe" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "dans @%s, nom de renvoi vide après expansion de « %s »" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "dans @%s, titre du renvoi vide après expansion de « %s »" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image sans nom de fichier" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s sans premier argument" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "nombre non hex en argument à @U : %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "moins de quatre nombres hex en argument à @U : %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "l'argument à @U dépasse la limite Unicode de 0x10FFFF : %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "arguments de nœud superflus" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "@end %s attendu" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s ne devrait accepter en argument qu'une @-commande, pas « %s »" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "argument restant à la ligne @%s : %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "commande d'environnement %s en argument de @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "@%s vide" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "fraction de colonne non numérique : %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "l'argument de @sp doit être numérique, pas « %s »" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "%s est un nom d'index réservé" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "source d'index inconnue dans @%s : %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "destination d'index inconnue dans @%s : %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s conduit à une fusion de %s avec lui-même ; ignoré" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "index « %s » inconnu dans @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "impression d'un index « %s » fusionné dans un autre, « %s »" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex avant le début du document : @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "l'argument de @%s doit être « top » ou « bottom », pas « %s »" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Seuls @%s 10 ou 11 sont autorisés, pas « %s »" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "l'argument à @%s doit être « separate » ou « end », pas « %s »" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" *************** *** 2973,2977 **** "l'argument de @%s doit être « on », « off » ou « odd », mais pas « %s »" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2968,2972 ---- "l'argument de @%s doit être « on », « off » ou « odd », mais pas « %s »" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2980,2984 **** "pas « %s »" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2975,2979 ---- "pas « %s »" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2987,2991 **** "« %s »" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" --- 2982,2986 ---- "« %s »" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" *************** *** 2993,3002 **** "l'argument de @exampleindent doit être numérique ou « asis », pas « %s »" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s peut être « on » ou « off », pas « %s »" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 2988,2997 ---- "l'argument de @exampleindent doit être numérique ou « asis », pas « %s »" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s peut être « on » ou « off », pas « %s »" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 3005,3009 **** "« distinct », pas « %s »" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" --- 3000,3004 ---- "« distinct », pas « %s »" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" *************** *** 3011,3015 **** "l'argument de @allowcodebreaks doit être « true » ou « false », pas « %s »" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3006,3010 ---- "l'argument de @allowcodebreaks doit être « true » ou « false », pas « %s »" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3018,3062 **** "pas « %s »" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "remontée de la section de @%s qui est trop basse" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "pas de commande niveau chapitre avant @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "descente de la section de @%s qui apparaît après un élément subalterne" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "aucune commande de sectionnement associée à @%s" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s n'est pas vide" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s pointe vers un nœud « %s » inexistant" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "entrée @%s du nœud nommé « %s » différente du nom de %s « %s »" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "nœud « %s » non référencé" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" --- 3013,3057 ---- "pas « %s »" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "remontée de la section de @%s qui est trop basse" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "pas de commande niveau chapitre avant @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "descente de la section de @%s qui apparaît après un élément subalterne" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "aucune commande de sectionnement associée à @%s" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s n'est pas vide" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s pointe vers un nœud « %s » inexistant" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "entrée @%s du nœud nommé « %s » différente du nom de %s « %s »" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "nœud « %s » non référencé" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" *************** *** 3065,3069 **** "menu" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" --- 3060,3064 ---- "menu" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" *************** *** 3072,3076 **** "« %s »" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" --- 3067,3071 ---- "« %s »" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" *************** *** 3078,3092 **** "le nœud « %s » est %s pour « %s » dans le menu mais pas dans le sectionnement" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "le pointeur %s « %s » (pour le nœud « %s ») diffère de %s nommé « %s »" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s fait référence à « %s » qui n'existe pas" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3073,3087 ---- "le nœud « %s » est %s pour « %s » dans le menu mais pas dans le sectionnement" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "le pointeur %s « %s » (pour le nœud « %s ») diffère de %s nommé « %s »" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s fait référence à « %s » qui n'existe pas" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3095,3099 **** "désigne" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" --- 3090,3094 ---- "désigne" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" *************** *** 3102,3111 **** "correspondent pas" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s pour « %s », différent de %s nommé « %s »" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3097,3106 ---- "correspondent pas" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s pour « %s », différent de %s nommé « %s »" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3276,3290 **** msgstr "impossible de lire le fichier init %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "valeur « %s » de TEXINFO_OUTPUT_FORMAT non reconnue, ignorée.\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Utilisation : %s [OPTION]... FICHIER-TEXINFO...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3271,3285 ---- msgstr "impossible de lire le fichier init %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "valeur « %s » de TEXINFO_OUTPUT_FORMAT non reconnue, ignorée.\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Utilisation : %s [OPTION]... FICHIER-TEXINFO...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3301,3305 **** "le comportement est identique et ne dépend pas du nom de l'installation.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3296,3300 ---- "le comportement est identique et ne dépend pas du nom de l'installation.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3338,3342 **** " --version Affiche la version du logiciel et s'arrête.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3333,3337 ---- " --version Affiche la version du logiciel et s'arrête.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3357,3361 **** " validité de FICHIER-TEXINFO.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3352,3356 ---- " validité de FICHIER-TEXINFO.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3409,3413 **** " Sinon, DEST sera le nom du fichier.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3404,3408 ---- " Sinon, DEST sera le nom du fichier.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3451,3455 **** " défaut %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3446,3450 ---- " défaut %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3480,3484 **** " uniquement avec l'option « split ».\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3475,3479 ---- " uniquement avec l'option « split ».\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3488,3492 **** " --output-indent=VAL sans objet (conservé pour compatibilité).\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3483,3487 ---- " --output-indent=VAL sans objet (conservé pour compatibilité).\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3496,3500 **** " --Xopt=OPTION Passe OPTION à texi2dvi ; peut être répété.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3491,3495 ---- " --Xopt=OPTION Passe OPTION à texi2dvi ; peut être répété.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3518,3522 **** "@clear.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3513,3517 ---- "@clear.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3555,3559 **** " De plus, pour les options --no-ifFORMAT, traite les @ifnotFORMAT.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3550,3554 ---- " De plus, pour les options --no-ifFORMAT, traite les @ifnotFORMAT.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3573,3577 **** " Si on produit du format XML, --ifxml est « on » et les autres « off ».\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3568,3572 ---- " Si on produit du format XML, --ifxml est « on » et les autres « off ».\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3608,3617 **** " quelque soit sa taille\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s: --footnote-style est « separate » ou « end », pas « %s ».\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3603,3612 ---- " quelque soit sa taille\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s: --footnote-style est « separate » ou « end », pas « %s ».\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3619,3623 **** "%s : --paragraph-indent est numérique, « none » ou « asis », pas « %s ».\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3614,3618 ---- "%s : --paragraph-indent est numérique, « none » ou « asis », pas « %s ».\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3625,3668 **** "%s : pour produire %s, un seul fichier d'entrée peut être spécifié par -o\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "option --Xopt sans sortie imprimée" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "transformation d'arbre inconnue %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "découpage sans objet pour le format %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s : argument fichier absent.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Consultez « %s --help » pour plus d'informations.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "la transformation fill_gaps_in_sectioning ne renvoie rien. Pas de section ?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "erreur de fermeture du fichier d'expansion de macros %s : %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "impossible d'ouvrir %s en écriture : %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3620,3663 ---- "%s : pour produire %s, un seul fichier d'entrée peut être spécifié par -o\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "option --Xopt sans sortie imprimée" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "transformation d'arbre inconnue %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "découpage sans objet pour le format %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s : argument fichier absent.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Consultez « %s --help » pour plus d'informations.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "la transformation fill_gaps_in_sectioning ne renvoie rien. Pas de section ?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "erreur de fermeture du fichier d'expansion de macros %s : %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "impossible d'ouvrir %s en écriture : %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3672,3687 **** "de section ?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s : erreur de fermeture de %s : %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s : erreur de fermeture du fichiers de liens internes %s : %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s : impossible d'ouvrir %s en écriture : %s\n" --- 3667,3685 ---- "de section ?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s : erreur de fermeture de %s : %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s : erreur de fermeture du fichiers de liens internes %s : %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s : impossible d'ouvrir %s en écriture : %s\n" + + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s ne devrait pas être associé à @top" Binary files texinfo-6.4/po/he.gmo and texinfo-6.5/po/he.gmo differ diff -Nrc2 texinfo-6.4/po/he.po texinfo-6.5/po/he.po *** texinfo-6.4/po/he.po 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/he.po 2017-08-19 19:55:14.000000000 +0100 *************** *** 7,11 **** "Project-Id-Version: texinfo 4.2\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2002-04-03 12:31+0300\n" "Last-Translator: Eli Zaretskii <eliz@gnu.org>\n" --- 7,11 ---- "Project-Id-Version: texinfo 4.2\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2002-04-03 12:31+0300\n" "Last-Translator: Eli Zaretskii <eliz@gnu.org>\n" *************** *** 392,431 **** msgstr ".`%s' `%s' " ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr ". `%s' " ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, fuzzy, c-format msgid "invalid number: %s\n" msgstr "`%s' : (node) " ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:828 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "Info " ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr ". --help \n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 392,431 ---- msgstr ".`%s' `%s' " ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr ". `%s' " ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, fuzzy, c-format msgid "invalid number: %s\n" msgstr "`%s' : (node) " ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:830 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "Info " ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr ". --help \n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 437,446 **** msgstr "" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "`%s' \n" ! #: info/info.c:1089 #, c-format msgid "" --- 437,446 ---- msgstr "" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "`%s' \n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 450,454 **** msgstr "" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 450,454 ---- msgstr "" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 459,463 **** msgstr "" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 459,463 ---- msgstr "" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 467,475 **** msgstr "" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" --- 467,475 ---- msgstr "" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" *************** *** 477,481 **** " . -b, --speech-friendly\n" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 477,481 ---- " . -b, --speech-friendly\n" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 485,489 **** msgstr "" ! #: info/info.c:1122 msgid "" "\n" --- 485,489 ---- msgstr "" ! #: info/info.c:1124 msgid "" "\n" *************** *** 495,499 **** msgstr "" ! #: info/info.c:1129 msgid "" "\n" --- 495,499 ---- msgstr "" ! #: info/info.c:1131 msgid "" "\n" *************** *** 501,505 **** msgstr "" ! #: info/info.c:1132 msgid "" "\n" --- 501,505 ---- msgstr "" ! #: info/info.c:1134 msgid "" "\n" *************** *** 518,522 **** msgstr "" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 #, fuzzy msgid "" --- 518,522 ---- msgstr "" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 #, fuzzy msgid "" *************** *** 530,602 **** " .http://www.gnu.org/software/texinfo/ :Texinfo " ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr ". `%s' `%s' " ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "! " ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "! " ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr ". " ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr ". " ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr ". " ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr ". " ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr ".%s " ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr ". `?' ;Info- `%c' " ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr ".Info `%s' " ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr ". /" ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr ". /" ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr ". " ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr ". " ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 530,602 ---- " .http://www.gnu.org/software/texinfo/ :Texinfo " ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr ". `%s' `%s' " ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "! " ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "! " ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr ". " ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr ". " ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr ". " ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr ". " ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr ".%s " ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr ". `?' ;Info- `%c' " ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr ".Info `%s' " ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr ". /" ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr ". /" ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr ". " ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr ". " ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1418,1454 **** msgstr "" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr " " ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "... %s - " ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr ". " ! #: info/session.c:4191 #, fuzzy, c-format msgid "%s%s%s [%s]: " msgstr "%s%sfor string [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Search" ! #: info/session.c:4193 info/session.c:4199 #, fuzzy msgid " case-sensitively" --- 1418,1454 ---- msgstr "" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr " " ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "... %s - " ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr ". " ! #: info/session.c:4188 #, fuzzy, c-format msgid "%s%s%s [%s]: " msgstr "%s%sfor string [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Search" ! #: info/session.c:4190 info/session.c:4196 #, fuzzy msgid " case-sensitively" *************** *** 1457,1612 **** # The following 4 are untranslated because they are used with the # format string above in a prompt, and we don't translate prompts. ! #: info/session.c:4194 info/session.c:4200 #, fuzzy msgid " backward" msgstr "Search backward" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "... %s - " ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr " " ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr " " ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr " " ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr " " ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr " " ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr " " ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr " / / " ! #: info/session.c:4877 #, fuzzy msgid "Regexp I-search backward: " msgstr "I-search backward: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-search backward: " ! #: info/session.c:4880 #, fuzzy msgid "Regexp I-search: " msgstr "I-search: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-search: " # Untranslated because is used with the I-search: prompt. ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Failing " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr " " ! #: info/session.c:5281 msgid "Quit" msgstr "" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr " " ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr " " ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Info " ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr " " ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr ".(%s) - " ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" " ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "\"%s\" " ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr " " ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "4- , " --- 1457,1612 ---- # The following 4 are untranslated because they are used with the # format string above in a prompt, and we don't translate prompts. ! #: info/session.c:4191 info/session.c:4197 #, fuzzy msgid " backward" msgstr "Search backward" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "... %s - " ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr " " ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr " " ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr " " ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr " " ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr " " ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr " " ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr " / / " ! #: info/session.c:4874 #, fuzzy msgid "Regexp I-search backward: " msgstr "I-search backward: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-search backward: " ! #: info/session.c:4877 #, fuzzy msgid "Regexp I-search: " msgstr "I-search: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-search: " # Untranslated because is used with the I-search: prompt. ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Failing " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr " " ! #: info/session.c:5278 msgid "Quit" msgstr "" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr " " ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr " " ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Info " ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr " " ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr ".(%s) - " ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" " ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "\"%s\" " ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr " " ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "4- , " *************** *** 1958,1966 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 1958,1966 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 1968,1985 **** msgstr "" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 1968,1985 ---- msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 1987,2034 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "ISO 639 \" %s" ! #: tp/Texinfo/Common.pm:1100 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "ISO 639 \" %s" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1160 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 1987,2034 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "ISO 639 \" %s" ! #: tp/Texinfo/Common.pm:1101 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "ISO 639 \" %s" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1162 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2046,2054 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, fuzzy, perl-format msgid "error on closing %s: %s" --- 2046,2054 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, fuzzy, perl-format msgid "error on closing %s: %s" *************** *** 2070,2074 **** msgstr "@image `%s' (%s) " ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 #, fuzzy msgid "no argument specified for @U" --- 2070,2074 ---- msgstr "@image `%s' (%s) " ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 #, fuzzy msgid "no argument specified for @U" *************** *** 2080,2189 **** msgstr "(HTML ) @image `%s' (%s) " ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4708 #, fuzzy msgid "missing type" msgstr " " ! #: tp/Texinfo/Convert/HTML.pm:4711 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s `--%s' - \n" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:5059 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "`%s' \n" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:6594 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:7150 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr ". `Up'- `Prev' " ! #: tp/Texinfo/Convert/HTML.pm:7156 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr " `%s' " ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2080,2189 ---- msgstr "(HTML ) @image `%s' (%s) " ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4710 #, fuzzy msgid "missing type" msgstr " " ! #: tp/Texinfo/Convert/HTML.pm:4713 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s `--%s' - \n" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:5061 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "`%s' \n" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:6596 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "`%s' " ! #: tp/Texinfo/Convert/HTML.pm:7152 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr ". `Up'- `Prev' " ! #: tp/Texinfo/Convert/HTML.pm:7158 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr " `%s' " ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2224,2228 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" --- 2224,2228 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2288,2565 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr " `%s' " ! #: tp/Texinfo/Parser.pm:1109 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr " `%s' " ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr " %c%s" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "bad name for @%s" msgstr " for %s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`%s' ,`%s' \" `@end' " ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr " `%cend %s' " ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, fuzzy, perl-format msgid "misplaced %c" msgstr " %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "- `%c%s'" ! #: tp/Texinfo/Parser.pm:2130 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr " `%s' %d " ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:2160 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr " `%s' %d " ! #: tp/Texinfo/Parser.pm:2193 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr " \\ , \\ `%s'" ! #: tp/Texinfo/Parser.pm:2834 #, fuzzy, perl-format msgid "missing name for @%s" msgstr " " ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:2889 #, fuzzy msgid "empty multitable" msgstr " %s " ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s %citem : " ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s `--%s' \n" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, fuzzy, perl-format msgid "@%s missing argument" msgstr ". %s \n" ! #: tp/Texinfo/Parser.pm:3120 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "`%s' - " ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, fuzzy, perl-format msgid "unrecognized encoding name `%s'" msgstr "`%s' - " ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr ". `%s' " ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr " " ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr " `%s' " ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr " `%s' " ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2288,2560 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr " `%s' " ! #: tp/Texinfo/Parser.pm:1028 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr " `%s' " ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr " %c%s" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, fuzzy, perl-format msgid "bad name for @%s" msgstr " for %s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`%s' ,`%s' \" `@end' " ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr " `%cend %s' " ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, fuzzy, perl-format msgid "misplaced %c" msgstr " %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "- `%c%s'" ! #: tp/Texinfo/Parser.pm:2049 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr " `%s' %d " ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:2079 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr " `%s' %d " ! #: tp/Texinfo/Parser.pm:2112 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr " \\ , \\ `%s'" ! #: tp/Texinfo/Parser.pm:2753 #, fuzzy, perl-format msgid "missing name for @%s" msgstr " " ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:2808 #, fuzzy msgid "empty multitable" msgstr " %s " ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s %citem : " ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s `--%s' \n" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, fuzzy, perl-format msgid "@%s missing argument" msgstr ". %s \n" ! #: tp/Texinfo/Parser.pm:3039 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "`%s' - " ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "%c%s- " ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, fuzzy, perl-format msgid "unrecognized encoding name `%s'" msgstr "`%s' - " ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr ". `%s' " ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr " " ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr " `%s' " ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr " `%s' " ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2567,2571 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2562,2566 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2574,2866 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr " ,@%s- " ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "`j' `i' ,%c%s `%c'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "`{...}'- %c%s" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr " %c%s" ! #: tp/Texinfo/Parser.pm:4237 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr " %c%s" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr " " ! #: tp/Texinfo/Parser.pm:4337 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "`@%s' @%s- " ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "`@%s' @%s- " ! #: tp/Texinfo/Parser.pm:4497 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr " %s " ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "(%d ) multitable @item- " ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "multitable- @tab- " ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "`%s' `%sx'" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr " " ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "`Top' , @menu" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "?@ifinfo @ifnottex- @top " ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "`%s' - " ! #: tp/Texinfo/Parser.pm:4953 #, fuzzy msgid "unexpected @" msgstr "`%s' " ! #: tp/Texinfo/Parser.pm:4981 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "`@%s' @%s- " ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image " ! #: tp/Texinfo/Parser.pm:5213 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr ". %s \n" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, fuzzy, perl-format msgid "expected @end %s" msgstr "`%s' " ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr " ,@%s- " ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5703 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr " ,@%s- " ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr ".%s %s \" , `%s'\n" ! #: tp/Texinfo/Parser.pm:5754 #, fuzzy, perl-format msgid "reserved index name %s" msgstr "`%s' : (node) " ! #: tp/Texinfo/Parser.pm:5780 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "`%s' - " ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "@printindex- `%s' - " ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr ".%s %s \" , `%s'\n" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5872 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" --- 2569,2861 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr " ,@%s- " ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "`j' `i' ,%c%s `%c'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "`{...}'- %c%s" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr " %c%s" ! #: tp/Texinfo/Parser.pm:4131 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr " %c%s" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr " " ! #: tp/Texinfo/Parser.pm:4231 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "`@%s' @%s- " ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "`@%s' @%s- " ! #: tp/Texinfo/Parser.pm:4391 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr " %s " ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "(%d ) multitable @item- " ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "multitable- @tab- " ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "`%s' `%sx'" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr " " ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "`Top' , @menu" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "?@ifinfo @ifnottex- @top " ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "`%s' - " ! #: tp/Texinfo/Parser.pm:4843 #, fuzzy msgid "unexpected @" msgstr "`%s' " ! #: tp/Texinfo/Parser.pm:4871 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "`@%s' @%s- " ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image " ! #: tp/Texinfo/Parser.pm:5103 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr ". %s \n" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, fuzzy, perl-format msgid "expected @end %s" msgstr "`%s' " ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr " ,@%s- " ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5569 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr " ,@%s- " ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr ".%s %s \" , `%s'\n" ! #: tp/Texinfo/Parser.pm:5620 #, fuzzy, perl-format msgid "reserved index name %s" msgstr "`%s' : (node) " ! #: tp/Texinfo/Parser.pm:5646 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "`%s' - " ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "@printindex- `%s' - " ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr ".%s %s \" , `%s'\n" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5738 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" *************** *** 2868,2877 **** "%s: `%s' ,`end' `separate' --footnote-style \n" ! #: tp/Texinfo/Parser.pm:5880 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr ".%s %s \" , `%s'\n" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2863,2872 ---- "%s: `%s' ,`end' `separate' --footnote-style \n" ! #: tp/Texinfo/Parser.pm:5746 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr ".%s %s \" , `%s'\n" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2879,2883 **** "%s: `%s' ,`asis'/`none'/ --paragraph-indent \n" ! #: tp/Texinfo/Parser.pm:5911 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2874,2878 ---- "%s: `%s' ,`asis'/`none'/ --paragraph-indent \n" ! #: tp/Texinfo/Parser.pm:5777 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2885,2889 **** "%s: `%s' ,`asis'/`none'/ --paragraph-indent \n" ! #: tp/Texinfo/Parser.pm:5921 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" --- 2880,2884 ---- "%s: `%s' ,`asis'/`none'/ --paragraph-indent \n" ! #: tp/Texinfo/Parser.pm:5787 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" *************** *** 2891,2905 **** "%s: `%s' ,`asis'/`none'/ --paragraph-indent \n" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" --- 2886,2900 ---- "%s: `%s' ,`asis'/`none'/ --paragraph-indent \n" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" *************** *** 2907,2911 **** "%s: `%s' ,`end' `separate' --footnote-style \n" ! #: tp/Texinfo/Parser.pm:5958 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 2902,2906 ---- "%s: `%s' ,`end' `separate' --footnote-style \n" ! #: tp/Texinfo/Parser.pm:5824 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 2913,2997 **** "%s: `%s' ,`end' `separate' --footnote-style \n" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%s `%s' " ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr " `%s' " ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s `%s' " ! #: tp/Texinfo/Structuring.pm:670 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr " ,`%s' `%s' Up " ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 2908,2992 ---- "%s: `%s' ,`end' `separate' --footnote-style \n" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%s `%s' " ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr " `%s' " ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s `%s' " ! #: tp/Texinfo/Structuring.pm:696 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr " ,`%s' `%s' Up " ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3154,3168 **** msgstr ".`%s' " ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "%s []... TEXINFO-... : \n" ! #: tp/texi2any.pl:748 #, fuzzy msgid "" --- 3149,3163 ---- msgstr ".`%s' " ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "%s []... TEXINFO-... : \n" ! #: tp/texi2any.pl:743 #, fuzzy msgid "" *************** *** 3176,3180 **** ".GNU Info Emacs Info \n" ! #: tp/texi2any.pl:754 #, fuzzy, perl-format msgid "" --- 3171,3175 ---- ".GNU Info Emacs Info \n" ! #: tp/texi2any.pl:749 #, fuzzy, perl-format msgid "" *************** *** 3204,3208 **** " . --version\n" ! #: tp/texi2any.pl:770 #, fuzzy msgid "" --- 3199,3203 ---- " . --version\n" ! #: tp/texi2any.pl:765 #, fuzzy msgid "" *************** *** 3220,3224 **** " .Info XML --xml\n" ! #: tp/texi2any.pl:778 #, fuzzy msgid "" --- 3215,3219 ---- " .Info XML --xml\n" ! #: tp/texi2any.pl:773 #, fuzzy msgid "" *************** *** 3258,3262 **** " .(HTML ) FILE -o, --output=FILE\n" ! #: tp/texi2any.pl:798 #, fuzzy, perl-format msgid "" --- 3253,3257 ---- " .(HTML ) FILE -o, --output=FILE\n" ! #: tp/texi2any.pl:793 #, fuzzy, perl-format msgid "" *************** *** 3292,3296 **** " .(%d \") NUM - Info --split-size=NUM\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3287,3291 ---- " .(%d \") NUM - Info --split-size=NUM\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3306,3310 **** msgstr "" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3301,3305 ---- msgstr "" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3312,3316 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3307,3311 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3318,3322 **** msgstr "" ! #: tp/texi2any.pl:832 #, fuzzy msgid "" --- 3313,3317 ---- msgstr "" ! #: tp/texi2any.pl:827 #, fuzzy msgid "" *************** *** 3336,3340 **** " .@clear ,VAR -U VAR\n" ! #: tp/texi2any.pl:840 #, fuzzy msgid "" --- 3331,3335 ---- " .@clear ,VAR -U VAR\n" ! #: tp/texi2any.pl:835 #, fuzzy msgid "" *************** *** 3366,3370 **** " .@tex- @iftex- --no-iftex\n" ! #: tp/texi2any.pl:857 #, fuzzy msgid "" --- 3361,3365 ---- " .@tex- @iftex- --no-iftex\n" ! #: tp/texi2any.pl:852 #, fuzzy msgid "" *************** *** 3381,3385 **** " . --ifplaintext , \n" ! #: tp/texi2any.pl:864 #, fuzzy msgid "" --- 3376,3380 ---- " . --ifplaintext , \n" ! #: tp/texi2any.pl:859 #, fuzzy msgid "" *************** *** 3409,3413 **** " , Info makeinfo --no-split foo.texi\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3404,3408 ---- " , Info makeinfo --no-split foo.texi\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3415,3419 **** "%s: `%s' ,`end' `separate' --footnote-style \n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3410,3414 ---- "%s: `%s' ,`end' `separate' --footnote-style \n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3421,3468 **** "%s: `%s' ,`asis'/`none'/ --paragraph-indent \n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr " `%s' " ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr ". %s \n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr ".`%s --help' \n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "`%s' " ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3416,3463 ---- "%s: `%s' ,`asis'/`none'/ --paragraph-indent \n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr " `%s' " ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr ". %s \n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr ".`%s --help' \n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "`%s' " ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3470,3484 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3465,3479 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" Binary files texinfo-6.4/po/hr.gmo and texinfo-6.5/po/hr.gmo differ diff -Nrc2 texinfo-6.4/po/hr.po texinfo-6.5/po/hr.po *** texinfo-6.4/po/hr.po 2017-06-23 06:53:06.000000000 +0100 --- texinfo-6.5/po/hr.po 2017-08-19 19:55:14.000000000 +0100 *************** *** 11,15 **** "Project-Id-Version: texinfo-6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-06-18 12:41-0700\n" "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n" --- 11,15 ---- "Project-Id-Version: texinfo-6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-06-18 12:41-0700\n" "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n" *************** *** 393,432 **** msgstr "Stavke izbornika ‘%s’ nema u čvoru ‘%s’" ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "Nije moguće pronaći čvor ‘%s’" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "Program nema ime" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "neispravan broj: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "loše formirana namjena varijabli: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: takva varijabla ne postoji" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "vrijednost %s nije ispravna za varijablu %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Pokušajte --help za više informacija.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 393,432 ---- msgstr "Stavke izbornika ‘%s’ nema u čvoru ‘%s’" ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "Nije moguće pronaći čvor ‘%s’" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "Program nema ime" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "neispravan broj: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "loše formirana namjena varijabli: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: takva varijabla ne postoji" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "vrijednost %s nije ispravna za varijablu %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Pokušajte --help za više informacija.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 443,452 **** "NEMA JAMSTVA, do granica dopuštenih zakonom.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "nijedna stavka nije nađena u indeksu za ‘%s’\n" ! #: info/info.c:1089 #, c-format msgid "" --- 443,452 ---- "NEMA JAMSTVA, do granica dopuštenih zakonom.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "nijedna stavka nije nađena u indeksu za ‘%s’\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 459,463 **** "Čitanje dokumentacije u Info obliku.\n" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 459,463 ---- "Čitanje dokumentacije u Info obliku.\n" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 475,479 **** " -f, --file=PRIRUČNIK navedi Info priručnik za posjet." ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 475,479 ---- " -f, --file=PRIRUČNIK navedi Info priručnik za posjet." ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 488,500 **** " -o, --output=DATOTEKA ispiši izabrane čvorove u DATOTEKU." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr " -O, --show-options, --usage go to command-line options node" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly prilagodi se sintetizatorima govora" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 488,500 ---- " -o, --output=DATOTEKA ispiši izabrane čvorove u DATOTEKU." ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr " -O, --show-options, --usage go to command-line options node" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly prilagodi se sintetizatorima govora" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 508,512 **** " -w, --where, --location ispiši fizičku lokaciju Info datoteke." ! #: info/info.c:1122 msgid "" "\n" --- 508,512 ---- " -w, --where, --location ispiši fizičku lokaciju Info datoteke." ! #: info/info.c:1124 msgid "" "\n" *************** *** 525,529 **** "relativno u odnosu na prvi posjećeni čvor." ! #: info/info.c:1129 msgid "" "\n" --- 525,529 ---- "relativno u odnosu na prvi posjećeni čvor." ! #: info/info.c:1131 msgid "" "\n" *************** *** 533,537 **** "Za popis funkcija tipki (key bindings) pritisnite H u programu Info." ! #: info/info.c:1132 msgid "" "\n" --- 533,537 ---- "Za popis funkcija tipki (key bindings) pritisnite H u programu Info." ! #: info/info.c:1134 msgid "" "\n" *************** *** 564,568 **** " bez pretraživanja direktorija" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 564,568 ---- " bez pretraživanja direktorija" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 575,639 **** "Prijavite greške prijevoda na lokalizacija@linux.hr/" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Nije moguće pronaći čvor ‘(%s)%s’" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Ne mogu pronaći prozor!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Točka se ne nalazi unutar čvora ovog prozora!" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "Nije moguće ukloniti zadnji prozor" ! #: info/info.c:1186 msgid "No menu in this node" msgstr "Nema izbornika u ovom čvoru" ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "Nema fusnota u ovom čvoru" ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "Nema ukriženih referencija (cross references) u ovom čvoru" ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "Nema pokazivača ‘%s’ za ovaj čvor" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Nepoznata Info naredba ‘%c’; pokušajte ‘?’ za pomoć" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminal vrste ‘%s’ nije dovoljno „pametan“ za rad programa Info" ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "Već se nalazite na zadnjoj stranici ovog čvora" ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "Već se nalazite na prvoj stranici ovog čvora" ! #: info/info.c:1194 msgid "Only one window" msgstr "Samo jedan prozor" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "Nastali prozor bi bio premalen" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "Nema dovoljno prostora za prozor pomoći, molimo uklonite jedan prozor" --- 575,639 ---- "Prijavite greške prijevoda na lokalizacija@linux.hr/" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Nije moguće pronaći čvor ‘(%s)%s’" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Ne mogu pronaći prozor!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Točka se ne nalazi unutar čvora ovog prozora!" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "Nije moguće ukloniti zadnji prozor" ! #: info/info.c:1188 msgid "No menu in this node" msgstr "Nema izbornika u ovom čvoru" ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "Nema fusnota u ovom čvoru" ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "Nema ukriženih referencija (cross references) u ovom čvoru" ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "Nema pokazivača ‘%s’ za ovaj čvor" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Nepoznata Info naredba ‘%c’; pokušajte ‘?’ za pomoć" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminal vrste ‘%s’ nije dovoljno „pametan“ za rad programa Info" ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "Već se nalazite na zadnjoj stranici ovog čvora" ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "Već se nalazite na prvoj stranici ovog čvora" ! #: info/info.c:1196 msgid "Only one window" msgstr "Samo jedan prozor" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "Nastali prozor bi bio premalen" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "Nema dovoljno prostora za prozor pomoći, molimo uklonite jedan prozor" *************** *** 1429,1614 **** msgstr "Koristim doslovne stringove za pretrage" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "Pretraga se nastavlja od kraja dokumenta" ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "Pretraga se nastavlja od početka dokumenta" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Tražim poddatoteku %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "Pretraga nije uspjela" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Pretraga regularnim izrazom" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Pretraga" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " pazi na veličinu slova" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " unatrag" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Niz za pretraživanje je prekratak" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Vraćam se na zadnje podudaranje iz %s" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "Nema više podudaranja" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Pretraži ovaj čvor i čvorove ispod za string" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "Tražim ispod %s: " ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Idi na sljedeće podudaranje u Info podstablu" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Nema aktivnog traženja" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Idi na prethodno podudaranje u Info podstablu" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Pročitaj string i traži ga pazeći na veličinu slova" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Pročitaj niz i traži ga" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Pročitaj niz i traži ga unatrag" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Ponovi zadnju pretragu u istom smjeru" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Nema prethodnog traženog niza" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Ponovi zadnju pretragu u suprotnom smjeru" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Počisti pretragom prikazana podudaranja" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Traži niz interaktivno za vrijeme tipkanja" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "I-pretraga regularnog izraza unatrag: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-pretraga unatrag: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "I-pretraga regularnim izrazom: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-pretraga: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Ne uspijeva " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Poništi trenutačnu operaciju" ! #: info/session.c:5281 msgid "Quit" msgstr "Iziđi" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Prikaži informacije o inačici i iziđi" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info inačica %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Osvježi prikaz" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Iziđi iz programa Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Izvrši naredbu povezanu s malim slovom ove tipke" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "Nepoznata naredba (%s)" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "„%s“ nije ispravan" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "‘%s’ nije ispravan" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Dodaj ovu znamenku trenutačnom brojčanom argumentu" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Započni (ili pomnoži s 4) trenutačni brojčani argument" --- 1429,1614 ---- msgstr "Koristim doslovne stringove za pretrage" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "Pretraga se nastavlja od kraja dokumenta" ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "Pretraga se nastavlja od početka dokumenta" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Tražim poddatoteku %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "Pretraga nije uspjela" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Pretraga regularnim izrazom" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Pretraga" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " pazi na veličinu slova" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " unatrag" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Niz za pretraživanje je prekratak" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Vraćam se na zadnje podudaranje iz %s" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "Nema više podudaranja" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Pretraži ovaj čvor i čvorove ispod za string" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "Tražim ispod %s: " ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Idi na sljedeće podudaranje u Info podstablu" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Nema aktivnog traženja" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Idi na prethodno podudaranje u Info podstablu" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Pročitaj string i traži ga pazeći na veličinu slova" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Pročitaj niz i traži ga" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Pročitaj niz i traži ga unatrag" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Ponovi zadnju pretragu u istom smjeru" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Nema prethodnog traženog niza" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Ponovi zadnju pretragu u suprotnom smjeru" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Počisti pretragom prikazana podudaranja" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Traži niz interaktivno za vrijeme tipkanja" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "I-pretraga regularnog izraza unatrag: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-pretraga unatrag: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "I-pretraga regularnim izrazom: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-pretraga: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Ne uspijeva " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Poništi trenutačnu operaciju" ! #: info/session.c:5278 msgid "Quit" msgstr "Iziđi" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Prikaži informacije o inačici i iziđi" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info inačica %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Osvježi prikaz" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Iziđi iz programa Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Izvrši naredbu povezanu s malim slovom ove tipke" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "Nepoznata naredba (%s)" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "„%s“ nije ispravan" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "‘%s’ nije ispravan" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Dodaj ovu znamenku trenutačnom brojčanom argumentu" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Započni (ili pomnoži s 4) trenutačni brojčani argument" *************** *** 2022,2030 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2022,2030 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2032,2044 **** msgstr "ne mogu otvoriti %s za pisanje: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "rekurzija je uvijek dopuštena" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "argumenti se uobičajeno citiraju" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2032,2044 ---- msgstr "ne mogu otvoriti %s za pisanje: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "rekurzija je uvijek dopuštena" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "argumenti se uobičajeno citiraju" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2047,2051 **** "stranice" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2047,2051 ---- "stranice" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2055,2102 **** "nakom naslovne stranice" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s nije ispravan jezični kȏd" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s nije ispravan kȏd regije" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s nije ispravna mogućnost razdvajanja" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "ne mogu čitati %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "greška pri zatvaranju @verbatiminclude datoteke %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: ne mogu pronaći %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "nema čvorova koje treba preimenovati" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "čvorovi bez novog imena na kraju datoteke" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "ne mogu otvoriti %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2055,2102 ---- "nakom naslovne stranice" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s nije ispravan jezični kȏd" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s nije ispravan kȏd regije" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s nije ispravna mogućnost razdvajanja" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "ne mogu čitati %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "greška pri zatvaranju @verbatiminclude datoteke %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: ne mogu pronaći %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "nema čvorova koje treba preimenovati" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "čvorovi bez novog imena na kraju datoteke" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "ne mogu otvoriti %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2114,2122 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2114,2122 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2138,2142 **** msgstr "@image datoteka „%s“ nije pronađena, koristim „%s“" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "nijedan argument nije specificran za @U" --- 2138,2142 ---- msgstr "@image datoteka „%s“ nije pronađena, koristim „%s“" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "nijedan argument nije specificran za @U" *************** *** 2147,2246 **** msgstr "@image datoteka „%s“ (za HTML) nije pronađena, koristim „%s“" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "neobrađeni oblik %s nije pretvoren" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "ne mogu otvoriti datoteku postavki html referenci %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "nedostaje vrsta" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "neprepoznata vrsta: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "greška pri zatvaranju datoteke postavki html referenci %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "niz nije zatvoren u css datoteci" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-include završava u komentaru" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import nije završen u css datoteci" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "CSS datoteka %s nije pronađena" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "ne mogu otvoriti --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "greška pri zatvaranju CSS datoteke %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "nije pronađena stavka htmlxref.cnf za „%s“" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "greška pri zatvaranju datoteke okvira %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "greška pri zatvaranju datoteke TOC okvira %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "rukovatelj %s faze %s prioriteta %s nije uspio" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "morate navesti naslov naredbom naslova ili @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "greška pri zatvaranju datoteke preusmjeravanja čvora %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "staro ime za „%s“ je čvor dokumenta" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "prazna datoteka za preimenovani čvor „%s“" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "odredišni čvor (novo ime za „%s“) nije u dokumentu: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" --- 2147,2246 ---- msgstr "@image datoteka „%s“ (za HTML) nije pronađena, koristim „%s“" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "neobrađeni oblik %s nije pretvoren" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "ne mogu otvoriti datoteku postavki html referenci %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "nedostaje vrsta" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "neprepoznata vrsta: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "greška pri zatvaranju datoteke postavki html referenci %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "niz nije zatvoren u css datoteci" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-include završava u komentaru" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import nije završen u css datoteci" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "CSS datoteka %s nije pronađena" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "ne mogu otvoriti --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "greška pri zatvaranju CSS datoteke %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "nije pronađena stavka htmlxref.cnf za „%s“" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "greška pri zatvaranju datoteke okvira %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "greška pri zatvaranju datoteke TOC okvira %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "rukovatelj %s faze %s prioriteta %s nije uspio" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "morate navesti naslov naredbom naslova ili @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "greška pri zatvaranju datoteke preusmjeravanja čvora %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "staro ime za „%s“ je čvor dokumenta" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "prazna datoteka za preimenovani čvor „%s“" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "odredišni čvor (novo ime za „%s“) nije u dokumentu: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" *************** *** 2248,2256 **** "greška pri zatvaranju datoteke preusmjeravanja preimenovanog čvora %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "prazno ime čvora" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2248,2256 ---- "greška pri zatvaranju datoteke preusmjeravanja preimenovanog čvora %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "prazno ime čvora" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2290,2294 **** msgstr "Stavka u indeksu @%s s(a) : pravi neispravni Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2290,2294 ---- msgstr "Stavka u indeksu @%s s(a) : pravi neispravni Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2356,2499 **** msgstr "ime stavke u izborniku ne smije sadržavati „:“" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "prazno ime čvora nakon proširenja „%s“" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s „%s“ prethodno definiran" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "ovdje je prethodna definicija kao @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "prazan argument u @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "višestruki @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "neispravan ili prazan @%s formalni argument: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "neispravna sintaksa za @%s argument: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s zahtijeva ime" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "nema imena za @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s pronađen prije @%s zatvorene zagrade" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s pronađen prije @%s zatvorene zagrade" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s nedostaje zatvorena zagrada" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s nema završni niz znakova za razdvajanje: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx ne smije započeti @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx mora slijediti @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s ima tekst, ali nema @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "„@end“ očekuje „%s“, pronašao „%s“" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s pronađen prije @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "nema odgovarajućeg „%cend %s“" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "%c na krivom mjestu" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "neuparen „%c%s“" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "makro naredba „%s“ pozvana s previše argumenata" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s nedostaje zatvorena zagrada" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makro „%s“ je deklariran bez argumenata a pozvan je s argumentom" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "nakon \\ u proširenju @%s slijedi „%s“ umjesto imena parametra ili \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "nema imena za @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "nema kategorije za @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" --- 2356,2499 ---- msgstr "ime stavke u izborniku ne smije sadržavati „:“" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "prazno ime čvora nakon proširenja „%s“" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s „%s“ prethodno definiran" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "ovdje je prethodna definicija kao @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "prazan argument u @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "višestruki @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "neispravan ili prazan @%s formalni argument: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "neispravna sintaksa za @%s argument: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s zahtijeva ime" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "nema imena za @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s pronađen prije @%s zatvorene zagrade" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s pronađen prije @%s zatvorene zagrade" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s nedostaje zatvorena zagrada" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s nema završni niz znakova za razdvajanje: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx ne smije započeti @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx mora slijediti @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s ima tekst, ali nema @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "„@end“ očekuje „%s“, pronašao „%s“" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s pronađen prije @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "nema odgovarajućeg „%cend %s“" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "%c na krivom mjestu" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "neuparen „%c%s“" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "makro naredba „%s“ pozvana s previše argumenata" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s nedostaje zatvorena zagrada" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makro „%s“ je deklariran bez argumenata a pozvan je s argumentom" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "nakon \\ u proširenju @%s slijedi „%s“ umjesto imena parametra ili \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "nema imena za @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "nema kategorije za @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" *************** *** 2501,2525 **** # ? (TK) ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "prazna višestruka tablica" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "suvišan argument za @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "neispravan argument za @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s zahtijeva argument: oblikovatelj za %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2501,2525 ---- # ? (TK) ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "prazna višestruka tablica" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "suvišan argument za @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "neispravan argument za @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s zahtijeva argument: oblikovatelj za %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2527,2634 **** "naredba @%s koja ne prihvaća argument u zagradama ne smije biti u @%s retku" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "naredba naglaska „@%s“ nije dopuštena kao @%s argument" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s nedostaje argument" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "nepoznat @end %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "suvišan argument za @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "neispravan argument za @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: ne mogu otvoriti %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "kodiranje „%s“ nije kanonsko texinfo kodiranje" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "neprepoznato ime kodiranja „%s“" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s nakon prvog elementa" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s nema značenje u retku @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s ne bi trebao biti povezan s @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node prethodi @%s, ali dijelovi možda nisu povezani s čvorovima" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "prazno ime stavke izbornika u „%s“" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "prazan čvor u stavci izbornika" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s se ne smije pojaviti u @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s smije se pojaviti samo na početku retka" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "makro naredba „%s“ prethodno definirana" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "ovdje je prethodna definicija „%s“" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "ponovo definiram naredbu Texinfo jezika: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s bez pridruženog znaka" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2527,2629 ---- "naredba @%s koja ne prihvaća argument u zagradama ne smije biti u @%s retku" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "naredba naglaska „@%s“ nije dopuštena kao @%s argument" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s nedostaje argument" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "nepoznat @end %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "suvišan argument za @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "neispravan argument za @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: ne mogu otvoriti %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "kodiranje „%s“ nije kanonsko texinfo kodiranje" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "neprepoznato ime kodiranja „%s“" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s nakon prvog elementa" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s nema značenje u retku @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node prethodi @%s, ali dijelovi možda nisu povezani s čvorovima" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "prazno ime stavke izbornika u „%s“" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "prazan čvor u stavci izbornika" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s se ne smije pojaviti u @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s smije se pojaviti samo na početku retka" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "makro naredba „%s“ prethodno definirana" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "ovdje je prethodna definicija „%s“" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "ponovo definiram naredbu Texinfo jezika: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s bez pridruženog znaka" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2636,2640 **** msgstr "@%s definiranu bez ijednog ili više argumenata treba pozivati s {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2631,2635 ---- msgstr "@%s definiranu bez ijednog ili više argumenata treba pozivati s {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2645,2649 **** "promjenu; trenutačna vrijednost %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2640,2644 ---- "promjenu; trenutačna vrijednost %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2652,2844 **** "je potrebno" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "nakon naredbe naglaska „@%s“ ne smije slijediti bjelina" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "koristite zagrade da biste naveli naredbu kao argument za @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s očekuje „i“ ili „j“ kao argument, ne „%s“" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "nakon naredbe naglaska „@%s“ ne smije slijediti novi redak" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s očekuje zagrade" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "nedefinirana zastavica: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "neispravna sintaksa za @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s je zastarjelo." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s je zastarjelo; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s smije se pojaviti samo na početku retka" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s nije dopušten unutar „@%s“ bloka" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s se smije pojaviti samo u zaglavlju ili podnožju" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s nema značenje unutar „@%s“ bloka" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s u praznoj višestrukoj tablici" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab prije @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "previše stupaca u multitablici (multitable) predmetu (više od %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "zanemaruje se @tab izvan višestruke tablice" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s izvan tablice ili popisa" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "mora biti nakon „@%s“ za korištenje „@%s“" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s nema značenje izvan „@titlepage“ i „@quotation“ okružja" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory nakon prvog čvora" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "područje %s unutar područja %s nije dopušteno" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry nakon prvog čvora" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu je u neispravnom kontekstu" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s pronađen prije prvog @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "možda vaš @top čvor treba biti unutar @ifnottex umjesto @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s se smije pojaviti samo u matematičkom kontekstu" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "nepoznata naredba „%s“" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "neočekivani @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s nema značenje izvan „@float“ okružja" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s mora biti odmah ispod „@float“" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "zanemaruju se višestruki @%s" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "naredba @%s ne prihvaća argumente" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "naredbi @%s nedostaje čvor ili vanjski ručni argument" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "u @%s prazno ime uputnice (cross-reference) nakon proširenja „%s“" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "u @%s prazan naslov uputnice (cross reference) nakon proširenja „%s“" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image nedostaje argument imena datoteke" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s nedostaje prvi argument" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "ne-heksadecimalne znamenke (non-hex digits) u argumentu za @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" --- 2647,2839 ---- "je potrebno" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "nakon naredbe naglaska „@%s“ ne smije slijediti bjelina" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "koristite zagrade da biste naveli naredbu kao argument za @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s očekuje „i“ ili „j“ kao argument, ne „%s“" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "nakon naredbe naglaska „@%s“ ne smije slijediti novi redak" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s očekuje zagrade" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "nedefinirana zastavica: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "neispravna sintaksa za @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s je zastarjelo." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s je zastarjelo; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s smije se pojaviti samo na početku retka" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s nije dopušten unutar „@%s“ bloka" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s se smije pojaviti samo u zaglavlju ili podnožju" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s nema značenje unutar „@%s“ bloka" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s u praznoj višestrukoj tablici" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab prije @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "previše stupaca u multitablici (multitable) predmetu (više od %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "zanemaruje se @tab izvan višestruke tablice" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s izvan tablice ili popisa" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "mora biti nakon „@%s“ za korištenje „@%s“" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s nema značenje izvan „@titlepage“ i „@quotation“ okružja" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory nakon prvog čvora" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "područje %s unutar područja %s nije dopušteno" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry nakon prvog čvora" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu je u neispravnom kontekstu" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s pronađen prije prvog @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "možda vaš @top čvor treba biti unutar @ifnottex umjesto @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s se smije pojaviti samo u matematičkom kontekstu" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "nepoznata naredba „%s“" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "neočekivani @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s nema značenje izvan „@float“ okružja" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s mora biti odmah ispod „@float“" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "zanemaruju se višestruki @%s" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "naredba @%s ne prihvaća argumente" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "naredbi @%s nedostaje čvor ili vanjski ručni argument" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "u @%s prazno ime uputnice (cross-reference) nakon proširenja „%s“" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "u @%s prazan naslov uputnice (cross reference) nakon proširenja „%s“" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image nedostaje argument imena datoteke" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s nedostaje prvi argument" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "ne-heksadecimalne znamenke (non-hex digits) u argumentu za @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" *************** *** 2846,2969 **** "manje od četiri heksadecimalnih znamenki (hex digits) u argumentu za @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argument za @U je veći od unikodnog (Unicode) maksimuma 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "suvišni argumenti za čvor" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "očekujem @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s trebala bi samo prihvatiti @-naredbu kao argument, a ne „%s“" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "preostali argumenti u @%s retku: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "naredba okoline %s kao argument za @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "prazan @%s" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "dio stupca nije broj: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp argument mora biti broj, ne „%s“" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "zauzeto ime indeksa %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "nepoznat indeks izvora u @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "nepoznat indeks odredišta u @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s uzrokuje unutarnje spajanje u %s; zanemaruje se" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "nepoznat indeks „%s“ u @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "ispisivanje indeksa „%s“ spojeno je u jednom drugom, „%s“" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex prije početka dokumenta: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s argument mora biti „top“ ili „bottom“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Podržano je samo @%s 10 ili 11, ne „%s“" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s argument mora biti „separate“ ili „end“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s argument mora biti „on“, „off“ ili „odd“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "@paragraphindent argument mora biti broj, „none“ ili „asis“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "@firstparagraphindent argument mora biti „none“ ili „insert“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent argument mora biti broj ili „asis“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "očekujem @%s on ili off, ne „%s“" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 2841,2964 ---- "manje od četiri heksadecimalnih znamenki (hex digits) u argumentu za @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argument za @U je veći od unikodnog (Unicode) maksimuma 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "suvišni argumenti za čvor" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "očekujem @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s trebala bi samo prihvatiti @-naredbu kao argument, a ne „%s“" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "preostali argumenti u @%s retku: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "naredba okoline %s kao argument za @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "prazan @%s" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "dio stupca nije broj: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp argument mora biti broj, ne „%s“" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "zauzeto ime indeksa %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "nepoznat indeks izvora u @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "nepoznat indeks odredišta u @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s uzrokuje unutarnje spajanje u %s; zanemaruje se" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "nepoznat indeks „%s“ u @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "ispisivanje indeksa „%s“ spojeno je u jednom drugom, „%s“" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex prije početka dokumenta: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s argument mora biti „top“ ili „bottom“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Podržano je samo @%s 10 ili 11, ne „%s“" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s argument mora biti „separate“ ili „end“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s argument mora biti „on“, „off“ ili „odd“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "@paragraphindent argument mora biti broj, „none“ ili „asis“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "@firstparagraphindent argument mora biti „none“ ili „insert“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent argument mora biti broj ili „asis“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "očekujem @%s on ili off, ne „%s“" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 2971,2980 **** "@kbdinputstyle argument mora biti „code“, „example“ ili „distinct“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks argument mora biti „true“ ili „false“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 2966,2975 ---- "@kbdinputstyle argument mora biti „code“, „example“ ili „distinct“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks argument mora biti „true“ ili „false“, ne „%s“" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 2982,3066 **** "@urefbreakstyle argument mora biti „after“, „before“ ili „none“, ne „%s“" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "povećavam razinu odjeljka @%s koja je premalena" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "nema naredbe chapter-level prije @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "smanjujem razinu odjeljka @%s koja se pojavljuje nakon nižeg elementa" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "nema naredbe za odjeljke pridružene @%s" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s nije prazan" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%s referencira nepostojeći čvor „%s“" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s ime čvora stavke „%s“ različito od %s imena „%s“" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "nereferencirani čvor „%s“" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "čvor „%s“ je %s za „%s“ u odjeljcima, ali ne u izborniku" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "čvor %s „%s“ u izborniku „%s“ i u odjeljcima „%s“ se razlikuje" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "čvor „%s“ je %s za „%s“ u izborniku, ali ne u odjeljcima" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s pokazivač „%s“ (za čvor „%s“) različit od %s imena „%s“" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referencira nepostojeći „%s“" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "čvoru „%s“ nedostaje stavka izbornika „%s“ iako je njegov Up cilj" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "za „%s“, gore (up) u izborniku „%s“ i gore (up) „%s“ su različiti" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s za „%s“, različit od %s imena „%s“" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 2977,3061 ---- "@urefbreakstyle argument mora biti „after“, „before“ ili „none“, ne „%s“" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "povećavam razinu odjeljka @%s koja je premalena" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "nema naredbe chapter-level prije @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "smanjujem razinu odjeljka @%s koja se pojavljuje nakon nižeg elementa" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "nema naredbe za odjeljke pridružene @%s" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s nije prazan" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%s referencira nepostojeći čvor „%s“" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s ime čvora stavke „%s“ različito od %s imena „%s“" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "nereferencirani čvor „%s“" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "čvor „%s“ je %s za „%s“ u odjeljcima, ali ne u izborniku" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "čvor %s „%s“ u izborniku „%s“ i u odjeljcima „%s“ se razlikuje" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "čvor „%s“ je %s za „%s“ u izborniku, ali ne u odjeljcima" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s pokazivač „%s“ (za čvor „%s“) različit od %s imena „%s“" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referencira nepostojeći „%s“" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "čvoru „%s“ nedostaje stavka izbornika „%s“ iako je njegov Up cilj" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "za „%s“, gore (up) u izborniku „%s“ i gore (up) „%s“ su različiti" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s za „%s“, različit od %s imena „%s“" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3229,3243 **** msgstr "ne mogu čitati datoteku inicijalizacije %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "zanemaruje se nepoznata TEXINFO_OUTPUT_FORMAT vrijednost „%s“\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Uporaba: %s [OPCIJA]... TEXINFO-DATOTEKA...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3224,3238 ---- msgstr "ne mogu čitati datoteku inicijalizacije %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "zanemaruje se nepoznata TEXINFO_OUTPUT_FORMAT vrijednost „%s“\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Uporaba: %s [OPCIJA]... TEXINFO-DATOTEKA...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3253,3257 **** "ponašanje im je identično, i ne ovisi o instaliranom imenu.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3248,3252 ---- "ponašanje im je identično, i ne ovisi o instaliranom imenu.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3288,3292 **** " --version prikaži informacije o inačici i iziđi.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3283,3287 ---- " --version prikaži informacije o inačici i iziđi.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3307,3311 **** " TEXINFO-DATOTEKE.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3302,3306 ---- " TEXINFO-DATOTEKE.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3357,3361 **** " izlazne datoteke.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3352,3356 ---- " izlazne datoteke.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3394,3398 **** " (zadano %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3389,3393 ---- " (zadano %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3419,3423 **** " koristi rastavljanje.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3414,3418 ---- " koristi rastavljanje.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3427,3431 **** " --output-indent=VRIJ ne radi ništa, zadržano zbog kompatibilnosti.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3422,3426 ---- " --output-indent=VRIJ ne radi ništa, zadržano zbog kompatibilnosti.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3436,3440 **** "ponavljati.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3431,3435 ---- "ponavljati.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3460,3464 **** "@clear.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3455,3459 ---- "@clear.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3497,3501 **** " Također za opcije --no-ifOBLIK ne obrađuj @ifnotOBLIK tekst.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3492,3496 ---- " Također za opcije --no-ifOBLIK ne obrađuj @ifnotOBLIK tekst.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3514,3518 **** " ako se stvara XML, --ifxml je uključen, a ostali su isključeni.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3509,3513 ---- " ako se stvara XML, --ifxml je uključen, a ostali su isključeni.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3547,3551 **** "veličini\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3542,3546 ---- "veličini\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3553,3557 **** "%s: --footnote-style argument mora biti „separate“ ili „end“, ne „%s“.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3548,3552 ---- "%s: --footnote-style argument mora biti „separate“ ili „end“, ne „%s“.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3559,3563 **** "%s: --paragraph-indent argument mora biti broj, „none“ ili „asis“, ne „%s“.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3554,3558 ---- "%s: --paragraph-indent argument mora biti broj, „none“ ili „asis“, ne „%s“.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3565,3608 **** "%s: pri stvaranju %s, opcijom -o može se navesti samo jedna ulazna DATOTEKA\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "--Xopt opcija bez ispisanog izlaza" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "nepoznata transformacija stabla %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "zanemaruje se razdvajanje za format %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: nedostaje argument datoteke.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Pokušajte „%s --help“ za više informacija.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "fill_gaps_in_sectioning transformacija ne vraća rezultat. Nema odjeljka?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "greška pri zatvaranju makro proširene datoteke %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "ne mogu otvoriti %s za pisanje: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3560,3603 ---- "%s: pri stvaranju %s, opcijom -o može se navesti samo jedna ulazna DATOTEKA\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "--Xopt opcija bez ispisanog izlaza" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "nepoznata transformacija stabla %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "zanemaruje se razdvajanje za format %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: nedostaje argument datoteke.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Pokušajte „%s --help“ za više informacija.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "fill_gaps_in_sectioning transformacija ne vraća rezultat. Nema odjeljka?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "greška pri zatvaranju makro proširene datoteke %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "ne mogu otvoriti %s za pisanje: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3612,3630 **** "odjeljka?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: greška pri zatvaranju %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: greška pri zatvaranju datoteke unutarnjih veza %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: ne mogu otvoriti %s za pisanje: %s\n" #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" --- 3607,3628 ---- "odjeljka?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: greška pri zatvaranju %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: greška pri zatvaranju datoteke unutarnjih veza %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: ne mogu otvoriti %s za pisanje: %s\n" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s ne bi trebao biti povezan s @top" + #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" Binary files texinfo-6.4/po/hu.gmo and texinfo-6.5/po/hu.gmo differ diff -Nrc2 texinfo-6.4/po/hu.po texinfo-6.5/po/hu.po *** texinfo-6.4/po/hu.po 2017-06-23 06:53:06.000000000 +0100 --- texinfo-6.5/po/hu.po 2017-08-19 19:55:15.000000000 +0100 *************** *** 7,11 **** "Project-Id-Version: texinfo 4.7.x\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2006-02-18 16:00+0100\n" "Last-Translator: Máté LABÁDI <labadimate@freemail.hu>\n" --- 7,11 ---- "Project-Id-Version: texinfo 4.7.x\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2006-02-18 16:00+0100\n" "Last-Translator: Máté LABÁDI <labadimate@freemail.hu>\n" *************** *** 395,434 **** msgstr "Nincs „%s“ menüelem a(z) „%s“ oldalon." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "A(z) „%s“ oldal nem található." ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:828 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "Egy Info változó beállítása" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "A --help több információt ad.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 395,434 ---- msgstr "Nincs „%s“ menüelem a(z) „%s“ oldalon." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "A(z) „%s“ oldal nem található." ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:830 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "Egy Info változó beállítása" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "A --help több információt ad.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 440,449 **** msgstr "" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "Nincs tárgymutató ehhez: %s\n" ! #: info/info.c:1089 #, c-format msgid "" --- 440,449 ---- msgstr "" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "Nincs tárgymutató ehhez: %s\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 453,457 **** msgstr "" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 453,457 ---- msgstr "" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 462,466 **** msgstr "" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 462,466 ---- msgstr "" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 470,482 **** msgstr "" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 470,482 ---- msgstr "" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 486,490 **** msgstr "" ! #: info/info.c:1122 msgid "" "\n" --- 486,490 ---- msgstr "" ! #: info/info.c:1124 msgid "" "\n" *************** *** 496,500 **** msgstr "" ! #: info/info.c:1129 msgid "" "\n" --- 496,500 ---- msgstr "" ! #: info/info.c:1131 msgid "" "\n" *************** *** 502,506 **** msgstr "" ! #: info/info.c:1132 msgid "" "\n" --- 502,506 ---- msgstr "" ! #: info/info.c:1134 msgid "" "\n" *************** *** 519,523 **** msgstr "" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 #, fuzzy msgid "" --- 519,523 ---- msgstr "" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 #, fuzzy msgid "" *************** *** 532,550 **** "Texinfo honlap: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "A(z) „(%s)%s“ oldal nem található." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Nem található ablak!" # ATNEZNI LM ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "A pont nem jelenik meg az ablakon látható oldalon!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" --- 532,550 ---- "Texinfo honlap: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "A(z) „(%s)%s“ oldal nem található." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Nem található ablak!" # ATNEZNI LM ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "A pont nem jelenik meg az ablakon látható oldalon!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" *************** *** 553,557 **** # node = csomópont? LM # vagy csak pont? sas ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" --- 553,557 ---- # node = csomópont? LM # vagy csak pont? sas ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" *************** *** 560,564 **** # node = csomópont? LM # vagy csak pont? sas ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" --- 560,564 ---- # node = csomópont? LM # vagy csak pont? sas ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" *************** *** 567,581 **** # node = csomópont? LM # vagy csak pont? sas ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "Ez az oldal nem tartalmaz kereszthivatkozást." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Nincs „%s“ utalás ezen az oldalon." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" --- 567,581 ---- # node = csomópont? LM # vagy csak pont? sas ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "Ez az oldal nem tartalmaz kereszthivatkozást." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Nincs „%s“ utalás ezen az oldalon." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" *************** *** 584,588 **** # smart = okos vagy smart = modern vagy smart = fejlett ? LM # sztem fejlett: sas ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" --- 584,588 ---- # smart = okos vagy smart = modern vagy smart = fejlett ? LM # sztem fejlett: sas ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" *************** *** 591,595 **** # tegez/magáz? LM # talán egy kicsit jobb a magázás itt, de ahogy tetszik, de 1séges legyen - sas ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" --- 591,595 ---- # tegez/magáz? LM # talán egy kicsit jobb a magázás itt, de ahogy tetszik, de 1séges legyen - sas ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" *************** *** 598,607 **** # tegez/magáz? LM # talán egy kicsit jobb a magázás itt, de ahogy tetszik, de 1séges legyen - sas ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Ön már az oldal legelső lapját látja." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" --- 598,607 ---- # tegez/magáz? LM # talán egy kicsit jobb a magázás itt, de ahogy tetszik, de 1séges legyen - sas ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Ön már az oldal legelső lapját látja." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" *************** *** 612,616 **** # resulting window = létrejövő/keletkező ablak # LM ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" --- 612,616 ---- # resulting window = létrejövő/keletkező ablak # LM ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" *************** *** 619,623 **** # tegez/magáz LM # ha lehet, legjobb elkerülni, például be kell zárni egy ablakot, amúgy itt: talán egy kicsit jobb a magázás, de ahogy tetszik, de 1séges legyen - sas ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 619,623 ---- # tegez/magáz LM # ha lehet, legjobb elkerülni, például be kell zárni egy ablakot, amúgy itt: talán egy kicsit jobb a magázás, de ahogy tetszik, de 1séges legyen - sas ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1514,1522 **** msgstr "" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" --- 1514,1522 ---- msgstr "" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" *************** *** 1525,1534 **** # alállomány ? LM # passz - sas ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "„%s“ alállomány keresése..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" --- 1525,1534 ---- # alállomány ? LM # passz - sas ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "„%s“ alállomány keresése..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" *************** *** 1536,1583 **** # FORDITANI ! #: info/session.c:4191 #, fuzzy, c-format msgid "%s%s%s [%s]: " msgstr "%s%sa sztringhez [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Keresés" # érzékenyen / érzékenység ! #: info/session.c:4193 info/session.c:4199 #, fuzzy msgid " case-sensitively" msgstr "kis/nagybetű érzékenyen" ! #: info/session.c:4194 info/session.c:4200 #, fuzzy msgid " backward" msgstr "Keresés felfelé" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" --- 1536,1583 ---- # FORDITANI ! #: info/session.c:4188 #, fuzzy, c-format msgid "%s%s%s [%s]: " msgstr "%s%sa sztringhez [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Keresés" # érzékenyen / érzékenység ! #: info/session.c:4190 info/session.c:4196 #, fuzzy msgid " case-sensitively" msgstr "kis/nagybetű érzékenyen" ! #: info/session.c:4191 info/session.c:4197 #, fuzzy msgid " backward" msgstr "Keresés felfelé" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" *************** *** 1586,1656 **** # passz - sas #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "„%s“ alállomány keresése..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Szöveg beolvasása és keresése kis/nagybetű érzékenyen" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Szöveg beolvasása és keresése " ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Szöveg beolvasása és keresése fel" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Utolsó keresés ismétlése azonos irányba" # keresési feltétel / keresési szöveg / keresett szöveg ? LM ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Nincs korábbi keresési feltétel" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Utolsó keresés ismétlése ellenirányban" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" # JAVITANI ? ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Egy szöveg interaktív keresése gépeléskor" ! #: info/session.c:4877 #, fuzzy msgid "Regexp I-search backward: " msgstr "I.-keresés fel: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I.-keresés fel: " ! #: info/session.c:4880 #, fuzzy msgid "Regexp I-search: " msgstr "I.-keresés: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I.-keresés: " --- 1586,1656 ---- # passz - sas #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "„%s“ alállomány keresése..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Szöveg beolvasása és keresése kis/nagybetű érzékenyen" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Szöveg beolvasása és keresése " ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Szöveg beolvasása és keresése fel" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Utolsó keresés ismétlése azonos irányba" # keresési feltétel / keresési szöveg / keresett szöveg ? LM ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Nincs korábbi keresési feltétel" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Utolsó keresés ismétlése ellenirányban" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" # JAVITANI ? ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Egy szöveg interaktív keresése gépeléskor" ! #: info/session.c:4874 #, fuzzy msgid "Regexp I-search backward: " msgstr "I.-keresés fel: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I.-keresés fel: " ! #: info/session.c:4877 #, fuzzy msgid "Regexp I-search: " msgstr "I.-keresés: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I.-keresés: " *************** *** 1658,1684 **** # checkit # FORDITANI ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Sikertelen" ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Jelen művelet törlése" ! #: info/session.c:5281 msgid "Quit" msgstr "Kilépés" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr "kiírja a verzióinformációt és kilép" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Képernyő frissítése" --- 1658,1684 ---- # checkit # FORDITANI ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Sikertelen" ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Jelen művelet törlése" ! #: info/session.c:5278 msgid "Quit" msgstr "Kilépés" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr "kiírja a verzióinformációt és kilép" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Képernyő frissítése" *************** *** 1686,1717 **** # rövidebb forma? Kilépés az Info-ból ? LM # általában NAON.! fontos a RÖV.SÉG, de itt kivételesen szerintem maradhat ez - sas ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Az Info használatának befejezése" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "E karakter kisbetűs változatához rendelt parancs futtatása" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Ismeretlen parancs (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" érvénytelen" ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "„%s“ érvénytelen" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Add hozzá ezt a számjegyet az aktuális numerikus argumentumhoz" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Start (vagy szorozd be 4-gyel) az aktuális numerikus argumentumot" --- 1686,1717 ---- # rövidebb forma? Kilépés az Info-ból ? LM # általában NAON.! fontos a RÖV.SÉG, de itt kivételesen szerintem maradhat ez - sas ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Az Info használatának befejezése" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "E karakter kisbetűs változatához rendelt parancs futtatása" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Ismeretlen parancs (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" érvénytelen" ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "„%s“ érvénytelen" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Add hozzá ezt a számjegyet az aktuális numerikus argumentumhoz" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Start (vagy szorozd be 4-gyel) az aktuális numerikus argumentumot" *************** *** 2053,2061 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format --- 2053,2061 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format *************** *** 2063,2080 **** msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2063,2080 ---- msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2082,2129 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s nem egy ISO 639 szabvány szerinti nyelvkód" ! #: tp/Texinfo/Common.pm:1100 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s nem egy ISO 639 szabvány szerinti nyelvkód" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Common.pm:1160 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2082,2129 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s nem egy ISO 639 szabvány szerinti nyelvkód" ! #: tp/Texinfo/Common.pm:1101 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s nem egy ISO 639 szabvány szerinti nyelvkód" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Common.pm:1162 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2141,2149 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, fuzzy, perl-format msgid "error on closing %s: %s" --- 2141,2149 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, fuzzy, perl-format msgid "error on closing %s: %s" *************** *** 2165,2169 **** msgstr "@image a(z) „%s“ fájl nem olvasható: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 #, fuzzy msgid "no argument specified for @U" --- 2165,2169 ---- msgstr "@image a(z) „%s“ fájl nem olvasható: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 #, fuzzy msgid "no argument specified for @U" *************** *** 2175,2184 **** msgstr "@image a(z) „%s“ fájl (HTML) nem olvasható: %s" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" --- 2175,2184 ---- msgstr "@image a(z) „%s“ fájl (HTML) nem olvasható: %s" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" *************** *** 2187,2258 **** # action=művelet ? LM # általában az - sas ! #: tp/Texinfo/Convert/HTML.pm:4708 #, fuzzy msgid "missing type" msgstr "hiányzó műveletnév" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s: ismeretlen opció „--%s“\n" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-file kommenttel végződik" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "Nincs tárgymutató ehhez: %s\n" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" --- 2187,2258 ---- # action=művelet ? LM # általában az - sas ! #: tp/Texinfo/Convert/HTML.pm:4710 #, fuzzy msgid "missing type" msgstr "hiányzó műveletnév" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s: ismeretlen opció „--%s“\n" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-file kommenttel végződik" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "Nincs tárgymutató ehhez: %s\n" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" *************** *** 2260,2288 **** # ATNEZNI LM ! #: tp/Texinfo/Convert/HTML.pm:7150 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "Nincs Előző vagy Fel lehetőség e ponthoz e dokumentumban." ! #: tp/Texinfo/Convert/HTML.pm:7156 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "nem hivatkozott oldal „%s“" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2260,2288 ---- # ATNEZNI LM ! #: tp/Texinfo/Convert/HTML.pm:7152 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "Nincs Előző vagy Fel lehetőség e ponthoz e dokumentumban." ! #: tp/Texinfo/Convert/HTML.pm:7158 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "nem hivatkozott oldal „%s“" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2325,2329 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" --- 2325,2329 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2388,2516 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "a(z) „%s“ makró már korábban definiált lett" ! #: tp/Texinfo/Parser.pm:1109 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "„%s“ korábbi definíciója" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "Rossz argumentum ide: @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s egy nevet igényel" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "Rossz argumentum ide: @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s hiányzó kapcsos bezárójel" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "„@end“-t vártam „%s“, de „%s“-t találtam" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "Nincs egyező „%cend %s“" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, fuzzy, perl-format msgid "misplaced %c" msgstr "Rossz helyen levő %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "Nem egyező „%c%s“" ! #: tp/Texinfo/Parser.pm:2130 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "A(z) „%s“ makró túl sok argumentummal lett meghívva a %d sorban" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s hiányzó kapcsos bezárójel" ! #: tp/Texinfo/Parser.pm:2160 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "A(z) „%s“ makró túl sok argumentummal lett meghívva a %d sorban" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" --- 2388,2516 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "a(z) „%s“ makró már korábban definiált lett" ! #: tp/Texinfo/Parser.pm:1028 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "„%s“ korábbi definíciója" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "Rossz argumentum ide: @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s egy nevet igényel" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "Rossz argumentum ide: @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s hiányzó kapcsos bezárójel" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "„@end“-t vártam „%s“, de „%s“-t találtam" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "Nincs egyező „%cend %s“" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, fuzzy, perl-format msgid "misplaced %c" msgstr "Rossz helyen levő %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "Nem egyező „%c%s“" ! #: tp/Texinfo/Parser.pm:2049 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "A(z) „%s“ makró túl sok argumentummal lett meghívva a %d sorban" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s hiányzó kapcsos bezárójel" ! #: tp/Texinfo/Parser.pm:2079 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "A(z) „%s“ makró túl sok argumentummal lett meghívva a %d sorban" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" *************** *** 2519,2549 **** # action=művelet ? LM # általában az - sas ! #: tp/Texinfo/Parser.pm:2834 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "hiányzó műveletnév" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "Rossz argumentum ide: %s: %s" ! #: tp/Texinfo/Parser.pm:2889 #, fuzzy msgid "empty multitable" msgstr "%s: üres fájl" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "Rossz argumentum ide: @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, fuzzy, perl-format msgid "bad argument to @%s" --- 2519,2549 ---- # action=művelet ? LM # általában az - sas ! #: tp/Texinfo/Parser.pm:2753 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "hiányzó műveletnév" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "Rossz argumentum ide: %s: %s" ! #: tp/Texinfo/Parser.pm:2808 #, fuzzy msgid "empty multitable" msgstr "%s: üres fájl" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "Rossz argumentum ide: @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, fuzzy, perl-format msgid "bad argument to @%s" *************** *** 2551,2668 **** # %citem ist ein Texinfo-Befehl ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s egy argumentumot igényel: %citem formázását" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: Opció „--%s“ nem fogad argumentumot\n" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s: hiányzó fájl argumentum.\n" ! #: tp/Texinfo/Parser.pm:3120 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "Ismeretlen tárgymutató „%s“" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Rossz argumentum ide: %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "Rossz argumentum ide: %s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "ismeretlen kódolási név: „%s“" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "A(z) @%s -nek nincs értelme a „@titlepage“ környezeten kívül" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "Nincs menü a(z) „%s“ oldalon." ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "Törlés a sor elejéig" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "a(z) „%s“ makró már korábban definiált lett" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "„%s“ korábbi definíciója" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2551,2663 ---- # %citem ist ein Texinfo-Befehl ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s egy argumentumot igényel: %citem formázását" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: Opció „--%s“ nem fogad argumentumot\n" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s: hiányzó fájl argumentum.\n" ! #: tp/Texinfo/Parser.pm:3039 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "Ismeretlen tárgymutató „%s“" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Rossz argumentum ide: %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "Rossz argumentum ide: %s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "ismeretlen kódolási név: „%s“" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "A(z) @%s -nek nincs értelme a „@titlepage“ környezeten kívül" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "Nincs menü a(z) „%s“ oldalon." ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "Törlés a sor elejéig" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "a(z) „%s“ makró már korábban definiált lett" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "„%s“ korábbi definíciója" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2670,2674 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2665,2669 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2677,2706 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Kapcsos zárójelekkel egy parancsot is megadhat @%s argumentumaként" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s „i“-t vagy „j“-t vár argumentumként, nem „%c“-t" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, fuzzy, perl-format msgid "@%s expected braces" --- 2672,2701 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Kapcsos zárójelekkel egy parancsot is megadhat @%s argumentumaként" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s „i“-t vagy „j“-t vár argumentumként, nem „%c“-t" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, fuzzy, perl-format msgid "@%s expected braces" *************** *** 2708,2780 **** # flag ? LM ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "ismeretlen flag: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s elavult" ! #: tp/Texinfo/Parser.pm:4237 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s elavult" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "Törlés a sor elejéig" ! #: tp/Texinfo/Parser.pm:4337 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s -nek nincs jelentése a(z) „@%s“ blokkon belül" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s -nek nincs jelentése a(z) „@%s“ blokkon belül" ! #: tp/Texinfo/Parser.pm:4497 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s: üres fájl" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "Túl sok oszlop szerepel a multitable elemben (max %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "figyelmen kívül hagyom a multitable-n kívül eső @tab-ot" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Csak a(z) „@%s“ környezetben használható a(z) „@%s“" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" --- 2703,2775 ---- # flag ? LM ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "ismeretlen flag: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s elavult" ! #: tp/Texinfo/Parser.pm:4131 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s elavult" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "Törlés a sor elejéig" ! #: tp/Texinfo/Parser.pm:4231 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s -nek nincs jelentése a(z) „@%s“ blokkon belül" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s -nek nincs jelentése a(z) „@%s“ blokkon belül" ! #: tp/Texinfo/Parser.pm:4391 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s: üres fájl" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "Túl sok oszlop szerepel a multitable elemben (max %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "figyelmen kívül hagyom a multitable-n kívül eső @tab-ot" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Csak a(z) „@%s“ környezetben használható a(z) „@%s“" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" *************** *** 2783,2804 **** "kívül" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "Lábjegyzetben nem lehet lábjegyzet" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, fuzzy, perl-format msgid "@%s seen before first @node" --- 2778,2799 ---- "kívül" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "Lábjegyzetben nem lehet lábjegyzet" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, fuzzy, perl-format msgid "@%s seen before first @node" *************** *** 2806,2973 **** "@menu-t találtam az első @node előtt. Létrehozom a „Szülő“ (Top) oldalt" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "esetleg a @top oldalt @ifnottex-be kellene tenni, @ifinfo helyett" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "Ismeretlen parancs: „%s“" ! #: tp/Texinfo/Parser.pm:4953 #, fuzzy msgid "unexpected @" msgstr "„%s“-t várok" ! #: tp/Texinfo/Parser.pm:4981 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "A(z) @%s -nek nincs értelme a „@float“ környezeten kívül" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image hiányzó fájlnév argumentum" ! #: tp/Texinfo/Parser.pm:5213 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s: hiányzó fájl argumentum.\n" ! #: tp/Texinfo/Parser.pm:5232 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "Rossz argumentum ide: %s: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, fuzzy, perl-format msgid "expected @end %s" msgstr "„%s“-t várok" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "Kapcsos zárójelekkel egy parancsot is megadhat @%s argumentumaként" ! #: tp/Texinfo/Parser.pm:5633 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "Rossz argumentum ide: %s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "Kapcsos zárójelekkel egy parancsot is megadhat @%s argumentumaként" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: a(z) %s argumentumának numerikusnak kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "Ismeretlen tárgymutató „%s“" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "Ismeretlen tárgymutató „%s“ itt: @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: a(z) %s argumentumának numerikusnak kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5872 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" --- 2801,2968 ---- "@menu-t találtam az első @node előtt. Létrehozom a „Szülő“ (Top) oldalt" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "esetleg a @top oldalt @ifnottex-be kellene tenni, @ifinfo helyett" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "Ismeretlen parancs: „%s“" ! #: tp/Texinfo/Parser.pm:4843 #, fuzzy msgid "unexpected @" msgstr "„%s“-t várok" ! #: tp/Texinfo/Parser.pm:4871 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "A(z) @%s -nek nincs értelme a „@float“ környezeten kívül" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image hiányzó fájlnév argumentum" ! #: tp/Texinfo/Parser.pm:5103 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s: hiányzó fájl argumentum.\n" ! #: tp/Texinfo/Parser.pm:5122 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "Rossz argumentum ide: %s: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, fuzzy, perl-format msgid "expected @end %s" msgstr "„%s“-t várok" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "Kapcsos zárójelekkel egy parancsot is megadhat @%s argumentumaként" ! #: tp/Texinfo/Parser.pm:5499 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "Rossz argumentum ide: %s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "Kapcsos zárójelekkel egy parancsot is megadhat @%s argumentumaként" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: a(z) %s argumentumának numerikusnak kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "Ismeretlen tárgymutató „%s“" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "Ismeretlen tárgymutató „%s“ itt: @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: a(z) %s argumentumának numerikusnak kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5738 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" *************** *** 2976,2985 **** "lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5880 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: a(z) %s argumentumának numerikusnak kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2971,2980 ---- "lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5746 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: a(z) %s argumentumának numerikusnak kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2988,2992 **** "„asis“-nek kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5911 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2983,2987 ---- "„asis“-nek kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5777 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2995,2999 **** "„asis“-nek kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5921 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" --- 2990,2994 ---- "„asis“-nek kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5787 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" *************** *** 3002,3016 **** "„asis“-nek kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5933 #, fuzzy, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s on vagy off-t vártam, „%s“ helyett" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" --- 2997,3011 ---- "„asis“-nek kell lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5799 #, fuzzy, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s on vagy off-t vártam, „%s“ helyett" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" *************** *** 3019,3023 **** "lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5958 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3014,3018 ---- "lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Parser.pm:5824 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3026,3055 **** "lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" --- 3021,3050 ---- "lennie, „%s“ helyett.\n" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" *************** *** 3057,3096 **** "%s egy nem létező oldalra („%s“) hivatkozik (esetleg hibás szekcionálás?)" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "nem hivatkozott oldal „%s“" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "nem hivatkozott oldal „%s“" ! #: tp/Texinfo/Structuring.pm:670 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3052,3091 ---- "%s egy nem létező oldalra („%s“) hivatkozik (esetleg hibás szekcionálás?)" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "nem hivatkozott oldal „%s“" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "nem hivatkozott oldal „%s“" ! #: tp/Texinfo/Structuring.pm:696 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3098,3112 **** "A(z) „%s“ oldal nem tartalmaz menüelemet „%s“-hez, bár ez uóbbi a szülője" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3093,3107 ---- "A(z) „%s“ oldal nem tartalmaz menüelemet „%s“-hez, bár ez uóbbi a szülője" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3273,3277 **** msgstr "A kimeneti fájl („%s“) nem hozható létre." ! #: tp/texi2any.pl:662 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" --- 3268,3272 ---- msgstr "A kimeneti fájl („%s“) nem hozható létre." ! #: tp/texi2any.pl:657 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" *************** *** 3280,3289 **** "(„%s“).\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Használat: %s [OPCIÓK] ... TEXINFO-FÁJL...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3275,3284 ---- "(„%s“).\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Használat: %s [OPCIÓK] ... TEXINFO-FÁJL...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3294,3298 **** msgstr "" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3289,3293 ---- msgstr "" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3313,3317 **** msgstr "" ! #: tp/texi2any.pl:770 #, fuzzy msgid "" --- 3308,3312 ---- msgstr "" ! #: tp/texi2any.pl:765 #, fuzzy msgid "" *************** *** 3330,3334 **** " --plaintext sima szöveg kimenet Info helyett\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3325,3329 ---- " --plaintext sima szöveg kimenet Info helyett\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3357,3361 **** msgstr "" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3352,3356 ---- msgstr "" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3379,3383 **** msgstr "" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3374,3378 ---- msgstr "" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3393,3397 **** msgstr "" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3388,3392 ---- msgstr "" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3399,3403 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3394,3398 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3405,3409 **** msgstr "" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3400,3404 ---- msgstr "" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3416,3420 **** msgstr "" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3411,3415 ---- msgstr "" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3436,3440 **** msgstr "" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3431,3435 ---- msgstr "" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3446,3450 **** msgstr "" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3441,3445 ---- msgstr "" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3463,3467 **** msgstr "" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3458,3462 ---- msgstr "" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3470,3474 **** "lennie, „%s“ helyett.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3465,3469 ---- "lennie, „%s“ helyett.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3477,3486 **** "„asis“-nek kell lennie, „%s“ helyett.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" --- 3472,3481 ---- "„asis“-nek kell lennie, „%s“ helyett.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" *************** *** 3488,3526 **** # action=művelet ? LM # általában az - sas ! #: tp/texi2any.pl:1099 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "ismeretlen művelet: „%s“." ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: hiányzó fájl argumentum.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "További információért próbálja meg a „%s --help“-t.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/texi2any.pl:1284 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3483,3521 ---- # action=művelet ? LM # általában az - sas ! #: tp/texi2any.pl:1094 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "ismeretlen művelet: „%s“." ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: hiányzó fájl argumentum.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "További információért próbálja meg a „%s --help“-t.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "hiba a(z) „%s“ output fájl bezárásakor" ! #: tp/texi2any.pl:1280 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: A CSS fájl nem nyitható meg: %s" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3528,3542 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3523,3537 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" Binary files texinfo-6.4/po/id.gmo and texinfo-6.5/po/id.gmo differ diff -Nrc2 texinfo-6.4/po/id.po texinfo-6.5/po/id.po *** texinfo-6.4/po/id.po 2017-06-23 06:53:06.000000000 +0100 --- texinfo-6.5/po/id.po 2017-08-19 19:55:15.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo 5.1.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2014-08-11 17:30+0700\n" "Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n" --- 8,12 ---- "Project-Id-Version: texinfo 5.1.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2014-08-11 17:30+0700\n" "Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n" *************** *** 391,430 **** msgstr "Tidak ada menu item `%s' dalam titik `%s'." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Tidak dapat menemukan titik `%s'." ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "invalid number: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "malformed variable assignment: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: no such variable" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "Set nilai %s dari sebuah variabel Info %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Coba --help untuk informasi lebih lanjut.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 391,430 ---- msgstr "Tidak ada menu item `%s' dalam titik `%s'." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Tidak dapat menemukan titik `%s'." ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "invalid number: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "malformed variable assignment: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: no such variable" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "Set nilai %s dari sebuah variabel Info %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Coba --help untuk informasi lebih lanjut.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 443,452 **** "berlaku.\n" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n" ! #: info/info.c:1089 #, c-format msgid "" --- 443,452 ---- "berlaku.\n" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 459,463 **** "Baca dokumentasi dalam format Info.\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 459,463 ---- "Baca dokumentasi dalam format Info.\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 476,480 **** " -f, --file=NAMA BERKAS spesifikasikan berkas Info untuk dikunjungi." ! #: info/info.c:1102 #, fuzzy msgid "" --- 476,480 ---- " -f, --file=NAMA BERKAS spesifikasikan berkas Info untuk dikunjungi." ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 491,504 **** " -o, --output=NAMA BERKAS keluarkan titik yang dipilih ke NAMA BERKAS." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly jadi ramah untuk berbicara synthesizer." ! #: info/info.c:1116 #, fuzzy msgid "" --- 491,504 ---- " -o, --output=NAMA BERKAS keluarkan titik yang dipilih ke NAMA BERKAS." ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly jadi ramah untuk berbicara synthesizer." ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 517,521 **** "--debug=NUMBER set debugging level (-1 for all).\n" ! #: info/info.c:1122 #, fuzzy msgid "" --- 517,521 ---- "--debug=NUMBER set debugging level (-1 for all).\n" ! #: info/info.c:1124 #, fuzzy msgid "" *************** *** 536,540 **** "relatif ke titik inisial yang dikunjungi." ! #: info/info.c:1129 #, fuzzy msgid "" --- 536,540 ---- "relatif ke titik inisial yang dikunjungi." ! #: info/info.c:1131 #, fuzzy msgid "" *************** *** 545,549 **** "Untuk sebuah ringkasan dari binding kunci, ketik h didalam Info." ! #: info/info.c:1132 #, fuzzy msgid "" --- 545,549 ---- "Untuk sebuah ringkasan dari binding kunci, ketik h didalam Info." ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 575,579 **** " info -f ./foo.info tampilkan berkas ./foo.info, bukan mencari dir" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 575,579 ---- " info -f ./foo.info tampilkan berkas ./foo.info, bukan mencari dir" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 585,657 **** "Texinfo halaman rumah: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Tidak dapat menemukan titik `(%s)%s'." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Tidak dapat menemukan sebuah jendela!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Titik tidak kelihatan didalam titik jendela ini!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Tidak dapat menghapus jendela terakhir." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "Tidak ada menu di titik ini." ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "Tidak ada catatan kaki di titik ini." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "Tidak ada referensi silang di titik ini." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Tidak ada `%s' penunjuk untuk titik ini." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Perintah Info `%c' tidak diketahui; coba `?' untuk bantuan." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Tipe terminal `%s' tidak cukup pintar untuk menjalankan Info." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Anda telah berada di akhir halaman dari titik ini." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Anda telah berada di halaman pertama dari titik ini." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "Hanya satu jendela." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "Menghasilkan jendela yang akan terlalu kecil." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 585,657 ---- "Texinfo halaman rumah: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Tidak dapat menemukan titik `(%s)%s'." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Tidak dapat menemukan sebuah jendela!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Titik tidak kelihatan didalam titik jendela ini!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Tidak dapat menghapus jendela terakhir." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "Tidak ada menu di titik ini." ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "Tidak ada catatan kaki di titik ini." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "Tidak ada referensi silang di titik ini." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Tidak ada `%s' penunjuk untuk titik ini." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Perintah Info `%c' tidak diketahui; coba `?' untuk bantuan." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Tipe terminal `%s' tidak cukup pintar untuk menjalankan Info." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Anda telah berada di akhir halaman dari titik ini." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Anda telah berada di halaman pertama dari titik ini." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "Hanya satu jendela." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "Menghasilkan jendela yang akan terlalu kecil." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1461,1650 **** msgstr "Menggunakan string literal untuk pencarian." ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "Pencarian dilanjutkan dari akhir dari dokumen." ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Pencarian dilanjutkan dari awal dari dokumen." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Pencarian subfile %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "Pencarian gagal." ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Pencarian regexp" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Pencarian" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " tidak membedakan besar huruf" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " kebelakang" ! #: info/session.c:4197 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Search string too short" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "No more matches" msgstr "No match" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Pencarian subfile %s ..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Baca sebuah string dan cari itu dengan tidak membedakan besar huruf" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Baca sebuah string dan cari itu" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Baca sebuah string dan cari kebelakang untuk itu" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Ulangi pencarian terakhir dalam arah yang sama" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Tidak ada string pencarian sebelumnya" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Ulangi pencarian terakhir dalam arah terbalik" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "" "Pencarian secara interaktif untuk sebuah string seperti anda mengetikkannya" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Regexp I-search kebelakang: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-search kebelakang: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Regexp I-search: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-search: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Menggagalkan " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Batalkan operasi sekarang" ! #: info/session.c:5281 msgid "Quit" msgstr "Berhenti" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr "tampilkan informasi versi dan keluar" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Gambar kembali tampilan" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Berhenti menggunakan Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Jalankan perintah terikat variasi kunci huruf kecil ini" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Perintah (%s) tidak diketahui." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" tidak valid" ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "`%s' tidak valid" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Tambahkan digit ini ke argumen numerik sekarang" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Awal (atau kelipatan dari 4) argumen numerik sekarang" --- 1461,1650 ---- msgstr "Menggunakan string literal untuk pencarian." ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "Pencarian dilanjutkan dari akhir dari dokumen." ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Pencarian dilanjutkan dari awal dari dokumen." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Pencarian subfile %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "Pencarian gagal." ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Pencarian regexp" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Pencarian" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " tidak membedakan besar huruf" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " kebelakang" ! #: info/session.c:4194 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Search string too short" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "No more matches" msgstr "No match" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Pencarian subfile %s ..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Baca sebuah string dan cari itu dengan tidak membedakan besar huruf" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Baca sebuah string dan cari itu" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Baca sebuah string dan cari kebelakang untuk itu" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Ulangi pencarian terakhir dalam arah yang sama" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Tidak ada string pencarian sebelumnya" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Ulangi pencarian terakhir dalam arah terbalik" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "" "Pencarian secara interaktif untuk sebuah string seperti anda mengetikkannya" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Regexp I-search kebelakang: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-search kebelakang: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Regexp I-search: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-search: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Menggagalkan " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Batalkan operasi sekarang" ! #: info/session.c:5278 msgid "Quit" msgstr "Berhenti" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr "tampilkan informasi versi dan keluar" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Gambar kembali tampilan" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Berhenti menggunakan Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Jalankan perintah terikat variasi kunci huruf kecil ini" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Perintah (%s) tidak diketahui." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" tidak valid" ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "`%s' tidak valid" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Tambahkan digit ini ke argumen numerik sekarang" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Awal (atau kelipatan dari 4) argumen numerik sekarang" *************** *** 2073,2081 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2073,2081 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2083,2100 **** msgstr "tidak dapat membuka %s --css-file: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "recursion is always allowed" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "@quote-arg sudah ditinggalkan; argumen telah diquote secara baku" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2083,2100 ---- msgstr "tidak dapat membuka %s --css-file: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "recursion is always allowed" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "@quote-arg sudah ditinggalkan; argumen telah diquote secara baku" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2102,2149 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s bukan sebuah kode bahasa ISO 639 yang valid" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s bukan sebuah kode bahasa ISO 639 yang valid" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s is not a valid split possibility" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "%s: tidak dapat membuka --css-file: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "error menutup berkas keluaran `%s' : %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "%s: tidak dapat membuka --css-file: %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "no node to be renamed" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "nodes without a new name at the end of file" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "%s: tidak dapat membuka --css-file: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2102,2149 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s bukan sebuah kode bahasa ISO 639 yang valid" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s bukan sebuah kode bahasa ISO 639 yang valid" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s is not a valid split possibility" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "%s: tidak dapat membuka --css-file: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "error menutup berkas keluaran `%s' : %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "%s: tidak dapat membuka --css-file: %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "no node to be renamed" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "nodes without a new name at the end of file" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "%s: tidak dapat membuka --css-file: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2161,2169 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2161,2169 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2185,2189 **** msgstr "@image berkas `%s' tidak dapat dibaca: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 #, fuzzy msgid "no argument specified for @U" --- 2185,2189 ---- msgstr "@image berkas `%s' tidak dapat dibaca: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 #, fuzzy msgid "no argument specified for @U" *************** *** 2195,2303 **** msgstr "@image berkas `%s' (untuk HTML) tidak dapat dibaca: %s" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "raw format %s is not converted" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "tidak dapat membuka --css-file: %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "hilang nama aksi" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "opsi tidak dikenal %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "error menutup berkas keluaran `%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "string not closed in css file" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-file berakhir dalam komentar" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import not finished in css file" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "CSS file %s not found" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "tidak dapat membuka --css-file: %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "error menutup berkas keluaran `%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "tidak ada masukan indeks ditemukan untuk `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "error menutup berkas keluaran `%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "error menutup berkas keluaran `%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "handler %s of stage %s priority %s failed" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "must specify a title with a title command or @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "error menutup berkas keluaran `%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "Tidak ada `%s' untuk titik ini didalam dokumen ini." ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "titik `%s' tidak tereferensi" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "target node (new name for `%s') not in document: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "error on closing renamed node redirection file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "empty node name" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2195,2303 ---- msgstr "@image berkas `%s' (untuk HTML) tidak dapat dibaca: %s" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "raw format %s is not converted" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "tidak dapat membuka --css-file: %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "hilang nama aksi" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "opsi tidak dikenal %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "error menutup berkas keluaran `%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "string not closed in css file" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-file berakhir dalam komentar" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import not finished in css file" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "CSS file %s not found" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "tidak dapat membuka --css-file: %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "error menutup berkas keluaran `%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "tidak ada masukan indeks ditemukan untuk `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "error menutup berkas keluaran `%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "error menutup berkas keluaran `%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "handler %s of stage %s priority %s failed" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "must specify a title with a title command or @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "error menutup berkas keluaran `%s': %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "Tidak ada `%s' untuk titik ini didalam dokumen ini." ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "titik `%s' tidak tereferensi" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "target node (new name for `%s') not in document: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "error on closing renamed node redirection file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "empty node name" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2337,2341 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2337,2341 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2402,2530 **** msgstr "menu entry name should not contain `:'" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "empty node name after expansion `%s'" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s makro `%s' telah didefinisikan sebelumnya" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "disini adalah definisi sebelumnya dari `%s'" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "Argumen ke @%s buruk" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "multiple @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "bad or empty @%s formal argument: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "bad syntax for @%s argument: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s membutuhkan sebuah nama" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "Argumen ke @%s buruk" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s seen before @%s closing brace" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s seen before @%s closing brace" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s hilang kurung penutup" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s missing closing delimiter sequence: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx should not begin @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx must follow @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s has text but no @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' diduga `%s', tetapi terlihat `%s'" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s seen before @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "Tidak cocok `%cend %s'" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "Salah tempat %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "Tidak cocok `%c%s'" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "Makro `%s' dipanggil di baris dengan terlalu banyak args" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "@%s hilang kurung penutup" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "Makro `%s' dipanggil di baris dengan terlalu banyak args" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" --- 2402,2530 ---- msgstr "menu entry name should not contain `:'" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "empty node name after expansion `%s'" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s makro `%s' telah didefinisikan sebelumnya" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "disini adalah definisi sebelumnya dari `%s'" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "Argumen ke @%s buruk" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "multiple @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "bad or empty @%s formal argument: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "bad syntax for @%s argument: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s membutuhkan sebuah nama" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "Argumen ke @%s buruk" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s seen before @%s closing brace" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s seen before @%s closing brace" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s hilang kurung penutup" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s missing closing delimiter sequence: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx should not begin @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx must follow @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s has text but no @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' diduga `%s', tetapi terlihat `%s'" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s seen before @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "Tidak cocok `%cend %s'" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "Salah tempat %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "Tidak cocok `%c%s'" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "Makro `%s' dipanggil di baris dengan terlalu banyak args" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "@%s hilang kurung penutup" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "Makro `%s' dipanggil di baris dengan terlalu banyak args" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" *************** *** 2532,2679 **** "\\ dalam @%s ekspansi makro diikuti oleh `%s' daripada nama parameter \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "hilang nama aksi @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "missing category for @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "Argumen ke @%s: %s buruk" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "berkas kosong" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "Argumen ke @%s buruk" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "Argumen ke @%s buruk" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s membutuhkan sebuah argumen: peformat untuk %c item" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "command @%s not accepting argument in brace should not be on @%s line" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: opsi `--%s' tidak mengijinkan sebuah argumen" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "%s: hilang argumen berkas." ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "Indeks `%s' tidak diketahui" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Argumen ke @%s: %s buruk %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "Argumen ke @%s: %s buruk" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: tidak dapat membuka --css-file: %s %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "encoding `%s' is not a canonical texinfo encoding" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nama pengkodean `%s' tidak diketahui" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s after the first element" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s tidak berarti diluar lingkungan `@titlepage'" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s should not be associated with @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node precedes @%s, but parts may not be associated with nodes" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "Tidak ada menu dalam titik `%s'." ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "empty node name in menu entry" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "%s: tidak dapat membuka --css-file: %s" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s should only appear at a line beginning" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "makro `%s' telah didefinisikan sebelumnya" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "disini adalah definisi sebelumnya dari `%s'" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "redefining Texinfo language command: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s without associated character" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2532,2674 ---- "\\ dalam @%s ekspansi makro diikuti oleh `%s' daripada nama parameter \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "hilang nama aksi @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "missing category for @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "Argumen ke @%s: %s buruk" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "berkas kosong" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "Argumen ke @%s buruk" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "Argumen ke @%s buruk" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s membutuhkan sebuah argumen: peformat untuk %c item" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "command @%s not accepting argument in brace should not be on @%s line" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: opsi `--%s' tidak mengijinkan sebuah argumen" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "%s: hilang argumen berkas." ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "Indeks `%s' tidak diketahui" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Argumen ke @%s: %s buruk %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "Argumen ke @%s: %s buruk" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: tidak dapat membuka --css-file: %s %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "encoding `%s' is not a canonical texinfo encoding" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nama pengkodean `%s' tidak diketahui" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s after the first element" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s tidak berarti diluar lingkungan `@titlepage'" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node precedes @%s, but parts may not be associated with nodes" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "Tidak ada menu dalam titik `%s'." ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "empty node name in menu entry" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "%s: tidak dapat membuka --css-file: %s" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s should only appear at a line beginning" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "makro `%s' telah didefinisikan sebelumnya" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "disini adalah definisi sebelumnya dari `%s'" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "redefining Texinfo language command: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s without associated character" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2682,2686 **** "@%s defined with zero or more than one argument should be invoked with {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2677,2681 ---- "@%s defined with zero or more than one argument should be invoked with {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2691,2705 **** "value %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "recursive call of macro %s is not allowed; use @rmacro if needed" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "accent command `@%s' must not be followed by whitespace" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" --- 2686,2700 ---- "value %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "recursive call of macro %s is not allowed; use @rmacro if needed" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "accent command `@%s' must not be followed by whitespace" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" *************** *** 2707,2821 **** "Gunakan kurung untuk memberi sebuah perintah sebagai sebuah argumen ke @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s diduga `i' atau `j' sebagai sebuah argumen, bukan `%s'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "accent command `@%s' must not be followed by new line" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s diduga kurung" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "opsi tidak terdefinisi: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "bad syntax for @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s sudah ditinggalkan" ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s sudah ditinggalkan %s" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s should only appear at a line beginning" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s tidak berarti didalam blok `@%s'" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s should only appear in heading or footing" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s tidak berarti didalam blok `@%s'" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s: berkas kosong" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab before @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "Terlalu banyak kolom dalam multitable item (maksimal %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "mengabaikan @tab diluar dari multitabel" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s outside of table or list" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Harus berada dalam lingkungan `@%s' untuk menggunakan `@%s'" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s tidak berarti diluar lingkunga `@titlepage' dan `@quotation'" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory after first node" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "Catatan %s kaki didalam catatan kaki %s tidak diijinkan" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry after first node" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s terlihat sebelum @node pertama, membuat titik `Top'" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2702,2816 ---- "Gunakan kurung untuk memberi sebuah perintah sebagai sebuah argumen ke @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s diduga `i' atau `j' sebagai sebuah argumen, bukan `%s'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "accent command `@%s' must not be followed by new line" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s diduga kurung" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "opsi tidak terdefinisi: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "bad syntax for @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s sudah ditinggalkan" ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s sudah ditinggalkan %s" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s should only appear at a line beginning" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s tidak berarti didalam blok `@%s'" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s should only appear in heading or footing" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s tidak berarti didalam blok `@%s'" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s: berkas kosong" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab before @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "Terlalu banyak kolom dalam multitable item (maksimal %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "mengabaikan @tab diluar dari multitabel" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s outside of table or list" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Harus berada dalam lingkungan `@%s' untuk menggunakan `@%s'" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s tidak berarti diluar lingkunga `@titlepage' dan `@quotation'" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory after first node" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "Catatan %s kaki didalam catatan kaki %s tidak diijinkan" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry after first node" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s terlihat sebelum @node pertama, membuat titik `Top'" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2823,2909 **** "mungkin titik @top anda seharusnya wrapped dalam @ifnottex daripada @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s should only appear in math context" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "Perintah `%s' tidak diketahui" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "Diduga @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s tidak berarti diluar lingkungan `@float'" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s should be right below `@float'" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "ignoring multiple @%s" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "command @%s does not accept arguments" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "command @%s missing a node or external manual argument" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "in @%s empty cross reference name after expansion `%s'" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "in @%s empty cross reference title after expansion `%s'" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image hilang argumen nama berkas" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s: hilang argumen berkas." ! #: tp/Texinfo/Parser.pm:5232 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "Argumen ke @%s: %s buruk" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "superfluous arguments for node" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "Diduga `%s'" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" --- 2818,2904 ---- "mungkin titik @top anda seharusnya wrapped dalam @ifnottex daripada @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s should only appear in math context" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "Perintah `%s' tidak diketahui" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "Diduga @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s tidak berarti diluar lingkungan `@float'" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s should be right below `@float'" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "ignoring multiple @%s" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "command @%s does not accept arguments" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "command @%s missing a node or external manual argument" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "in @%s empty cross reference name after expansion `%s'" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "in @%s empty cross reference title after expansion `%s'" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image hilang argumen nama berkas" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s: hilang argumen berkas." ! #: tp/Texinfo/Parser.pm:5122 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "Argumen ke @%s: %s buruk" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "superfluous arguments for node" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "Diduga `%s'" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" *************** *** 2912,2921 **** "%s" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "Argumen ke @%s: %s buruk" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" --- 2907,2916 ---- "%s" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "Argumen ke @%s: %s buruk" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" *************** *** 2923,2987 **** "Gunakan kurung untuk %s memberi sebuah perintah sebagai sebuah argumen ke @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "empty @%s" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "column fraction not a number: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp arg harus berupa numerik, bukan `%s'." ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "reserved index name %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "Indeks `%s' tidak diketahui %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "unknown destination index in @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s leads to a merging of %s in itself, ignoring" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "Indeks `%s' tidak diketahui dalam @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "printing an index `%s' merged in another one `%s'" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex before document beginning: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s arg harus berupa numerik, bukan `%s'" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Hanya @%s 10 atau 11 yang didukung, bukan `%s'" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" --- 2918,2982 ---- "Gunakan kurung untuk %s memberi sebuah perintah sebagai sebuah argumen ke @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "empty @%s" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "column fraction not a number: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp arg harus berupa numerik, bukan `%s'." ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "reserved index name %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "Indeks `%s' tidak diketahui %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "unknown destination index in @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s leads to a merging of %s in itself, ignoring" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "Indeks `%s' tidak diketahui dalam @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, fuzzy, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "printing an index `%s' merged in another one `%s'" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex before document beginning: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s arg harus berupa numerik, bukan `%s'" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Hanya @%s 10 atau 11 yang didukung, bukan `%s'" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" *************** *** 2989,3058 **** "@%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'." ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s arg harus berupa numerik, bukan `%s'." ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "--paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'." ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "--paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'." ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "--paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'." ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "Diduga @%s on atau off, bukan `%s'" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "--footnote-style arg harus berupa `separate' atau `end', bukan `%s'." ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "--footnote-style arg harus berupa `separate' atau `end', bukan `%s'." ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "raising the section level of @%s which is too low" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "no chapter-level command before @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "lowering the section level of @%s appearing after a lower element" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "no sectioning command associated with @%s" ! #: tp/Texinfo/Structuring.pm:309 #, fuzzy, perl-format msgid "@%s not empty" msgstr "@%s: berkas kosong" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" --- 2984,3053 ---- "@%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'." ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s arg harus berupa numerik, bukan `%s'." ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "--paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'." ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "--paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'." ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "--paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'." ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "Diduga @%s on atau off, bukan `%s'" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "--footnote-style arg harus berupa `separate' atau `end', bukan `%s'." ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "--footnote-style arg harus berupa `separate' atau `end', bukan `%s'." ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "raising the section level of @%s which is too low" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "no chapter-level command before @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "lowering the section level of @%s appearing after a lower element" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "no sectioning command associated with @%s" ! #: tp/Texinfo/Structuring.pm:335 #, fuzzy, perl-format msgid "@%s not empty" msgstr "@%s: berkas kosong" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" *************** *** 3060,3114 **** "@%s referensi ke titik yang tidak ada `%s' (mungkin pembagian tidak benar?)" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s entry node name `%s' different from %s name `%s'" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "titik `%s' tidak tereferensi" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "node `%s' is %s for `%s' in sectioning but not in menu" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "node %s `%s' in menu `%s' and in sectioning `%s' differ" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "node `%s' is %s for `%s' in menu but not in sectioning" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s pointer `%s' (for node `%s') different from %s name `%s'" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "titik `%s' tidak tereferensi `%s'" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Titik `%s' kurang item menu untuk `%s' dariapda target Up nya" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "for `%s', up in menu `%s' and up `%s' don't match" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s to `%s', different from %s name `%s'" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3055,3109 ---- "@%s referensi ke titik yang tidak ada `%s' (mungkin pembagian tidak benar?)" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s entry node name `%s' different from %s name `%s'" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "titik `%s' tidak tereferensi" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "node `%s' is %s for `%s' in sectioning but not in menu" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "node %s `%s' in menu `%s' and in sectioning `%s' differ" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "node `%s' is %s for `%s' in menu but not in sectioning" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s pointer `%s' (for node `%s') different from %s name `%s'" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "titik `%s' tidak tereferensi `%s'" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Titik `%s' kurang item menu untuk `%s' dariapda target Up nya" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "for `%s', up in menu `%s' and up `%s' don't match" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s to `%s', different from %s name `%s'" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3279,3293 **** msgstr "Tidak dapat membuat berkas keluaran `%s'." ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "Mengabaikan nilai TEXINFO_OUTPUT_FORMAT tidak dikenal `%s'.\n" ! #: tp/texi2any.pl:745 #, fuzzy, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Penggunaan: %s [OPSI]... BERKAS...\n" ! #: tp/texi2any.pl:748 #, fuzzy msgid "" --- 3274,3288 ---- msgstr "Tidak dapat membuat berkas keluaran `%s'." ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "Mengabaikan nilai TEXINFO_OUTPUT_FORMAT tidak dikenal `%s'.\n" ! #: tp/texi2any.pl:740 #, fuzzy, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Penggunaan: %s [OPSI]... BERKAS...\n" ! #: tp/texi2any.pl:743 #, fuzzy msgid "" *************** *** 3302,3306 **** "GNU Info.\n" ! #: tp/texi2any.pl:754 #, fuzzy, perl-format msgid "" --- 3297,3301 ---- "GNU Info.\n" ! #: tp/texi2any.pl:749 #, fuzzy, perl-format msgid "" *************** *** 3332,3336 **** " --version tampilkan informasi versi dan keluar.\n" ! #: tp/texi2any.pl:770 #, fuzzy msgid "" --- 3327,3331 ---- " --version tampilkan informasi versi dan keluar.\n" ! #: tp/texi2any.pl:765 #, fuzzy msgid "" *************** *** 3349,3353 **** " --plaintext keluarkan plain teks daripada Info.\n" ! #: tp/texi2any.pl:778 #, fuzzy msgid "" --- 3344,3348 ---- " --plaintext keluarkan plain teks daripada Info.\n" ! #: tp/texi2any.pl:773 #, fuzzy msgid "" *************** *** 3391,3395 **** "HTML).\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3386,3390 ---- "HTML).\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3433,3437 **** " --split-size=NUM pisah berkas Info di ukuran NUM (baku %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3428,3432 ---- " --split-size=NUM pisah berkas Info di ukuran NUM (baku %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3456,3460 **** "ASCII.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3451,3455 ---- "ASCII.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3464,3468 **** " --output-indent=VAL does nothing, retained for compatibility.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3459,3463 ---- " --output-indent=VAL does nothing, retained for compatibility.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3472,3476 **** " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n" ! #: tp/texi2any.pl:832 #, fuzzy msgid "" --- 3467,3471 ---- " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n" ! #: tp/texi2any.pl:827 #, fuzzy msgid "" *************** *** 3491,3495 **** "@clear.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3486,3490 ---- "@clear.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3529,3533 **** " Juga, untuk opsi --no-ifFORMAT, jangan proses @ifnotFORMAT teks.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3524,3528 ---- " Juga, untuk opsi --no-ifFORMAT, jangan proses @ifnotFORMAT teks.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3545,3549 **** " jika menghasilkan XML, --ifxml adalah on dan yang lain adalah off.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3540,3544 ---- " jika menghasilkan XML, --ifxml adalah on dan yang lain adalah off.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3574,3578 **** "besar\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3569,3573 ---- "besar\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3580,3584 **** "%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3575,3579 ---- "%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3586,3633 **** "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "%s: when generating %s, only one input FILE may be specified with -o\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "--Xopt option without printed output" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "aksi `%s' tidak dikenal" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "ignoring splitting for format %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: hilang argumen berkas.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Coba `%s --help' untuk informasi lebih lanjut.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "fill_gaps_in_sectioning transformation return no result. No section?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "error menutup berkas keluaran `%s': %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: tidak dapat membuka --css-file: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3581,3628 ---- "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "%s: when generating %s, only one input FILE may be specified with -o\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "--Xopt option without printed output" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "aksi `%s' tidak dikenal" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "ignoring splitting for format %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: hilang argumen berkas.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Coba `%s --help' untuk informasi lebih lanjut.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "fill_gaps_in_sectioning transformation return no result. No section?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "error menutup berkas keluaran `%s': %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: tidak dapat membuka --css-file: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3637,3651 **** "section?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: error on closing %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: mengabaikan keluaran link internal kedua `%s'. %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3632,3646 ---- "section?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: error on closing %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: mengabaikan keluaran link internal kedua `%s'. %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" *************** *** 3976,3979 **** --- 3971,3977 ---- #~ msgstr "@%s should only appear at beginning or end of document" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s should not be associated with @top" + #~ msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n" #~ msgstr "Penggunaan: [OPSI]... BERKAS-TEXINFO...\n" Binary files texinfo-6.4/po/it.gmo and texinfo-6.5/po/it.gmo differ diff -Nrc2 texinfo-6.4/po/it.po texinfo-6.5/po/it.po *** texinfo-6.4/po/it.po 2017-06-23 06:53:06.000000000 +0100 --- texinfo-6.5/po/it.po 2017-08-19 19:55:15.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo 5.1.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2013-09-20 13:31+0200\n" "Last-Translator: Francesco Groccia <frgroccia@gmail.com>\n" --- 8,12 ---- "Project-Id-Version: texinfo 5.1.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2013-09-20 13:31+0200\n" "Last-Translator: Francesco Groccia <frgroccia@gmail.com>\n" *************** *** 390,429 **** msgstr "Nessuna voce di menù «%s» nel nodo «%s»." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Impossibile trovare il nodo «%s»." ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "numero non valido: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "errore nell'assegnamento della variabile: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: variabile inesistente" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "il valore %s non è valido per la variabile %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Usare «--help» per maggiori informazioni.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 390,429 ---- msgstr "Nessuna voce di menù «%s» nel nodo «%s»." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Impossibile trovare il nodo «%s»." ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "numero non valido: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "errore nell'assegnamento della variabile: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: variabile inesistente" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "il valore %s non è valido per la variabile %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Usare «--help» per maggiori informazioni.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 440,449 **** "Non c'è ALCUNA GARANZIA, per quanto consentito dalle leggi vigenti.\n" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "nessuna voce dell'indice trovata per «%s»\n" ! #: info/info.c:1089 #, c-format msgid "" --- 440,449 ---- "Non c'è ALCUNA GARANZIA, per quanto consentito dalle leggi vigenti.\n" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "nessuna voce dell'indice trovata per «%s»\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 456,460 **** "Legge la documentazione nel formato Info.\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 456,460 ---- "Legge la documentazione nel formato Info.\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 475,479 **** " -f, --file=FILE specifica il file Info da visitare." ! #: info/info.c:1102 #, fuzzy msgid "" --- 475,479 ---- " -f, --file=FILE specifica il file Info da visitare." ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 490,498 **** " -o, --output=FILE salva i nodi selezionati nel file FILE." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" --- 490,498 ---- " -o, --output=FILE salva i nodi selezionati nel file FILE." ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" *************** *** 500,504 **** " -b, --speech-friendly compatibilità con il sintetizzatore vocale." ! #: info/info.c:1116 #, fuzzy msgid "" --- 500,504 ---- " -b, --speech-friendly compatibilità con il sintetizzatore vocale." ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 519,523 **** "tutto).\n" ! #: info/info.c:1122 #, fuzzy msgid "" --- 519,523 ---- "tutto).\n" ! #: info/info.c:1124 #, fuzzy msgid "" *************** *** 538,542 **** "relativi al nodo iniziale visitato." ! #: info/info.c:1129 #, fuzzy msgid "" --- 538,542 ---- "relativi al nodo iniziale visitato." ! #: info/info.c:1131 #, fuzzy msgid "" *************** *** 548,552 **** "Info." ! #: info/info.c:1132 #, fuzzy msgid "" --- 548,552 ---- "Info." ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 579,583 **** "cartella" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 579,583 ---- "cartella" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 589,661 **** "Sito web di Texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Impossibile trovare il nodo «(%s)%s»." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Impossibile trovare una finestra!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Il cursore non appare nel nodo di questa finestra!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Impossibile eliminare l'ultima finestra." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "Nessun menù in questo nodo." ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "Nessun piè di pagina in questo nodo." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "Nessun riferimento incrociato in questo nodo." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Nessun puntatore a «%s» per questo nodo." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Comando Info «%c» sconosciuto; usare «?» per l'aiuto." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Il tipo di terminale «%s» non è in grado di avviare il programma Info." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Sei già all'ultima pagina di questo nodo." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Questa è già la prima pagina del nodo corrente." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "Solo una finestra." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "La finestra risultante sarebbe troppo piccola." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 589,661 ---- "Sito web di Texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Impossibile trovare il nodo «(%s)%s»." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Impossibile trovare una finestra!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Il cursore non appare nel nodo di questa finestra!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Impossibile eliminare l'ultima finestra." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "Nessun menù in questo nodo." ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "Nessun piè di pagina in questo nodo." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "Nessun riferimento incrociato in questo nodo." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Nessun puntatore a «%s» per questo nodo." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Comando Info «%c» sconosciuto; usare «?» per l'aiuto." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Il tipo di terminale «%s» non è in grado di avviare il programma Info." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Sei già all'ultima pagina di questo nodo." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Questa è già la prima pagina del nodo corrente." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "Solo una finestra." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "La finestra risultante sarebbe troppo piccola." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1467,1655 **** msgstr "Usa il testo letterale nelle ricerche." ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "Ricerca continuata a partire dalla fine del documento." ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Ricerca continuata a partire dall'inizio del documento." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Cerca il subfile %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "Ricerca fallita." ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Cerca espressione regolare" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Cerca" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " distingue maiuscole/minuscole" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " indietro" ! #: info/session.c:4197 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Stringa di ricerca troppo breve" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "No more matches" msgstr "Nessuna corrispondenza" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Cerca il subfile %s ..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Leggi e cerca un testo (distinguendo le lettere maiuscole/minuscole)" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Leggi e cerca un testo" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Leggi un testo e cerca all'indietro" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Ripeti l'ultima ricerca nella stessa direzione" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Nessun testo di ricerca precedente" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Ripeti l'ultima ricerca nella direzione opposta" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Cerca interattivamente un testo durante la digitazione" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Ricerca incrementale all'indietro mediante espressione regolare: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "Ricerca incrementale all'indietro: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Ricerca incrementale mediante espressione regolare: " ! #: info/session.c:4881 msgid "I-search: " msgstr "Ricerca incrementale: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Fallita " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Annulla l'operazione corrente" ! #: info/session.c:5281 msgid "Quit" msgstr "Esci" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr "mostra le informazioni di versione ed esce" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Ridisegna lo schermo" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Esci dal programma Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Esegui il comando associato alla variante minuscola di questo tasto" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Comando sconosciuto (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" non è valido" ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "«%s» non è valido" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Aggiungi questa cifra all'argomento numerico attuale" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Inizia (o moltiplica per quattro) l'argomento numerico attuale" --- 1467,1655 ---- msgstr "Usa il testo letterale nelle ricerche." ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "Ricerca continuata a partire dalla fine del documento." ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Ricerca continuata a partire dall'inizio del documento." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Cerca il subfile %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "Ricerca fallita." ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Cerca espressione regolare" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Cerca" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " distingue maiuscole/minuscole" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " indietro" ! #: info/session.c:4194 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Stringa di ricerca troppo breve" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "No more matches" msgstr "Nessuna corrispondenza" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Cerca il subfile %s ..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Leggi e cerca un testo (distinguendo le lettere maiuscole/minuscole)" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Leggi e cerca un testo" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Leggi un testo e cerca all'indietro" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Ripeti l'ultima ricerca nella stessa direzione" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Nessun testo di ricerca precedente" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Ripeti l'ultima ricerca nella direzione opposta" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Cerca interattivamente un testo durante la digitazione" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Ricerca incrementale all'indietro mediante espressione regolare: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "Ricerca incrementale all'indietro: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Ricerca incrementale mediante espressione regolare: " ! #: info/session.c:4878 msgid "I-search: " msgstr "Ricerca incrementale: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Fallita " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Annulla l'operazione corrente" ! #: info/session.c:5278 msgid "Quit" msgstr "Esci" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr "mostra le informazioni di versione ed esce" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Ridisegna lo schermo" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Esci dal programma Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Esegui il comando associato alla variante minuscola di questo tasto" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Comando sconosciuto (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" non è valido" ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "«%s» non è valido" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Aggiungi questa cifra all'argomento numerico attuale" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Inizia (o moltiplica per quattro) l'argomento numerico attuale" *************** *** 2080,2088 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2080,2088 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2090,2107 **** msgstr "impossibile aprire %s per la scrittura: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "la ricorsione è sempre accettata" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "gli argomenti vengono quotati come predefinito" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2090,2107 ---- msgstr "impossibile aprire %s per la scrittura: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "la ricorsione è sempre accettata" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "gli argomenti vengono quotati come predefinito" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2109,2156 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s non è un codice di lingua valido" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s non è un codice di regione valido" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s non è una valida possibilità di divisione" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "impossibile leggere %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "errore durante la chiusura del file @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: impossibile trovare %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "nessun nodo da rinominare" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "nodi senza un nuovo nome alla fine del file" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "impossibile aprire %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2109,2156 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s non è un codice di lingua valido" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s non è un codice di regione valido" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s non è una valida possibilità di divisione" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "impossibile leggere %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "errore durante la chiusura del file @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: impossibile trovare %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "nessun nodo da rinominare" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "nodi senza un nuovo nome alla fine del file" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "impossibile aprire %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2168,2176 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2168,2176 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2192,2196 **** msgstr "file @image «%s» non trovato, verrà usato «%s»" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 #, fuzzy msgid "no argument specified for @U" --- 2192,2196 ---- msgstr "file @image «%s» non trovato, verrà usato «%s»" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 #, fuzzy msgid "no argument specified for @U" *************** *** 2202,2211 **** msgstr "file immagine «%s» (per il formato HTML) non trovato, verrà usato «%s»" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "il formato grezzo %s non è convertito" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" --- 2202,2211 ---- msgstr "file immagine «%s» (per il formato HTML) non trovato, verrà usato «%s»" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "il formato grezzo %s non è convertito" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" *************** *** 2213,2226 **** "impossibile aprire il file di configurazione dei riferimenti HTML %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "tipo mancante" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "tipo non riconosciuto: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" --- 2213,2226 ---- "impossibile aprire il file di configurazione dei riferimenti HTML %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "tipo mancante" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "tipo non riconosciuto: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" *************** *** 2229,2313 **** "%s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "stringa non chiusa nel file CSS" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "l'opzione «--css-include» termina con un commento" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import non terminato nel file CSS" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "file CSS %s non trovato" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "impossibile aprire --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "errore durante la chiusura del file CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "nessuna voce htmlxref.cnf trovata per «%s»" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "errore durante la chiusura del file frame %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "errore durante la chiusura del file TOC frame %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "gestore %s dello stage %s con priorità %s fallito" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "è necessario specificare un titolo con un comando «title» o @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "errore durante la chiusura del file del nodo di redirezione %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "il vecchio nome per «%s» è un nodo del documento" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "file vuoto per il nodo rinominato «%s»" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "il nodo di riferimento (nuovo nome per «%s») non è nel documento: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "errore durante la chiusura del file dei nodi rinominato %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "nome del nodo vuoto" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2229,2313 ---- "%s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "stringa non chiusa nel file CSS" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "l'opzione «--css-include» termina con un commento" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import non terminato nel file CSS" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "file CSS %s non trovato" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "impossibile aprire --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "errore durante la chiusura del file CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "nessuna voce htmlxref.cnf trovata per «%s»" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "errore durante la chiusura del file frame %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "errore durante la chiusura del file TOC frame %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "gestore %s dello stage %s con priorità %s fallito" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "è necessario specificare un titolo con un comando «title» o @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "errore durante la chiusura del file del nodo di redirezione %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "il vecchio nome per «%s» è un nodo del documento" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "file vuoto per il nodo rinominato «%s»" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "il nodo di riferimento (nuovo nome per «%s») non è nel documento: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "errore durante la chiusura del file dei nodi rinominato %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "nome del nodo vuoto" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2348,2352 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2348,2352 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2414,2501 **** msgstr "il nome della voce del menù non dovrebbe contenere «:»" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "nome del nodo vuoto dopo l'espansione «%s»" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s «%s» già definita precedentemente" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "ecco la definizione precedente come @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "argomento vuoto in @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "@%s multiplo" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "argomento formale @%s errato o vuoto: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "sintassi errata per l'argomento @%s: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s richiede un nome" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "nome errato per @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s visto prima delle parentesi di chiusura @%s" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s visto prima delle parentesi di chiusura @%s" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s parentesi di chiusura mancante" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "sequenza di delimitazione di chiusura mancante in @%s: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx non dovrebbe iniziare @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx deve seguire @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s ha testo ma non @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" --- 2414,2501 ---- msgstr "il nome della voce del menù non dovrebbe contenere «:»" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "nome del nodo vuoto dopo l'espansione «%s»" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s «%s» già definita precedentemente" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "ecco la definizione precedente come @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "argomento vuoto in @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "@%s multiplo" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "argomento formale @%s errato o vuoto: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "sintassi errata per l'argomento @%s: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s richiede un nome" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "nome errato per @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s visto prima delle parentesi di chiusura @%s" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s visto prima delle parentesi di chiusura @%s" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s parentesi di chiusura mancante" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "sequenza di delimitazione di chiusura mancante in @%s: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx non dovrebbe iniziare @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx deve seguire @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s ha testo ma non @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" *************** *** 2503,2538 **** "«@end» si aspettava il carattere «%s», ma è stato letto il carattere «%s»" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s visto prima di @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "nessun corrispondente «%cend %s»" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "%c fuori luogo" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "«%c%s» senza corrispondenza" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "macro «%s» chiamata con troppi argomenti" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "@%s parentesi di chiusura mancante" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" --- 2503,2538 ---- "«@end» si aspettava il carattere «%s», ma è stato letto il carattere «%s»" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s visto prima di @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "nessun corrispondente «%cend %s»" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "%c fuori luogo" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "«%c%s» senza corrispondenza" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "macro «%s» chiamata con troppi argomenti" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "@%s parentesi di chiusura mancante" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" *************** *** 2540,2544 **** "la macro «%s» dichiarata senza argomenti è stata chiamata con un argomento" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" --- 2540,2544 ---- "la macro «%s» dichiarata senza argomenti è stata chiamata con un argomento" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" *************** *** 2547,2586 **** "parametro oppure \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "nome mancante per @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "categoria mancante per @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argomento inaspettato nella riga @%s: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "multitabella vuota" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "argomento superfluo per @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "argomento errato per @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s richiede un argomento: formattatore per %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2547,2586 ---- "parametro oppure \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "nome mancante per @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "categoria mancante per @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argomento inaspettato nella riga @%s: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "multitabella vuota" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "argomento superfluo per @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "argomento errato per @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s richiede un argomento: formattatore per %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2589,2593 **** "essere sulla riga @%s" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" --- 2589,2593 ---- "essere sulla riga @%s" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" *************** *** 2595,2653 **** "il comando per accentare «@%s» non è stato accettato come argomento @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "argomento mancante per @%s" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "@end %s sconosciuto" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "argomento superfluo per @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "argomento errato per @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: impossibile aprire %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "la codifica «%s» non è una codifica texinfo canonica" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "il nome «%s» non corrisponde ad alcun nome di codifica" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s dopo il primo elemento" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s ha senso solo su una riga @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s non dovrebbe essere associato con @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" --- 2595,2648 ---- "il comando per accentare «@%s» non è stato accettato come argomento @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "argomento mancante per @%s" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "@end %s sconosciuto" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "argomento superfluo per @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "argomento errato per @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: impossibile aprire %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "la codifica «%s» non è una codifica texinfo canonica" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "il nome «%s» non corrisponde ad alcun nome di codifica" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s dopo il primo elemento" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s ha senso solo su una riga @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" *************** *** 2656,2699 **** "nodi" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "nome della voce del menù vuoto in «%s»" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "nome nodo vuoto nella voce di menù" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s non dovrebbe apparire in @%s" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s dovrebbe apparire solo a inizio riga" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "macro «%s» già definita precedentemente" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "ecco la definizione precedente di «%s»" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "ridefinizione del comando del linguaggio Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s senza carattere associato" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2651,2694 ---- "nodi" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "nome della voce del menù vuoto in «%s»" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "nome nodo vuoto nella voce di menù" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s non dovrebbe apparire in @%s" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s dovrebbe apparire solo a inizio riga" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "macro «%s» già definita precedentemente" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "ecco la definizione precedente di «%s»" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "ridefinizione del comando del linguaggio Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s senza carattere associato" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2702,2706 **** "@%s definito con zero o più di un argomento dovrebbe essere invocato con {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2697,2701 ---- "@%s definito con zero o più di un argomento dovrebbe essere invocato con {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2711,2715 **** "valore attuale %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2706,2710 ---- "valore attuale %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2717,2736 **** "chiamata ricorsiva della macro %s non accettata; usare @rmacro se necessario" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "il comando per accentare «@%s» non deve essere seguito da spazi" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "usa le parentesi graffe per dare un comando come argomento a @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s si aspettava «i» o «j» come argomento, non «%s»" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" --- 2712,2731 ---- "chiamata ricorsiva della macro %s non accettata; usare @rmacro se necessario" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "il comando per accentare «@%s» non deve essere seguito da spazi" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "usa le parentesi graffe per dare un comando come argomento a @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s si aspettava «i» o «j» come argomento, non «%s»" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" *************** *** 2738,2815 **** "il comando per accentare «@%s» non deve essere seguito da una nuova riga" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s si aspettava le parentesi graffe" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "indicatore non definito: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "sintassi errata per @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s è obsoleto." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s è obsoleto; %s" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s dovrebbe apparire solo a inizio riga" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s non accettato all'interno del blocco «@%s»" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s dovrebbe apparire solo in intestazione o a piè di pagina" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s è privo di significato all'interno del blocco «@%s»" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s nella multitabella vuota" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab prima di @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "troppe colonne nell'elemento multitabella (massimo %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "ignora @tab fuori della multitabella" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s fuori da tabella o lista" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "deve essere dopo «@%s» per usare «@%s»" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" --- 2733,2810 ---- "il comando per accentare «@%s» non deve essere seguito da una nuova riga" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s si aspettava le parentesi graffe" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "indicatore non definito: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "sintassi errata per @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s è obsoleto." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s è obsoleto; %s" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s dovrebbe apparire solo a inizio riga" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s non accettato all'interno del blocco «@%s»" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s dovrebbe apparire solo in intestazione o a piè di pagina" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s è privo di significato all'interno del blocco «@%s»" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s nella multitabella vuota" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab prima di @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "troppe colonne nell'elemento multitabella (massimo %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "ignora @tab fuori della multitabella" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s fuori da tabella o lista" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "deve essere dopo «@%s» per usare «@%s»" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" *************** *** 2818,2844 **** "«@quotation»" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory dopo il primo nodo" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "regione %s all'interno della regione %s non permessa" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry dopo il primo nodo" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s visto prima del primo @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2813,2839 ---- "«@quotation»" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory dopo il primo nodo" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "regione %s all'interno della regione %s non permessa" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry dopo il primo nodo" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s visto prima del primo @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2847,3018 **** "sotto @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s dovrebbe apparire solo in contesti matematici" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "comando «%s» sconosciuto" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "@ inaspettato" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s non è significativo al difuori dell'ambiente «@float»" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s dovrebbe essere subito sotto «@float»" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "@%s multipli ignorati" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "il comando @%s non accetta argomenti" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "nodo o argomento manuale esterno mancante per il comando @%s" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "nome del riferimento incrociato vuoto in @%s dopo l'espansione «%s»" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "titolo del riferimento incrociato vuoto in @%s dopo l'espansione «%s»" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image non ha riferimento ad alcun file" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "primo argomento mancante per @%s" ! #: tp/Texinfo/Parser.pm:5232 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "argomento errato per @%s: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "argomenti superflui per il nodo" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "si aspettava @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s dovrebbe accettare solo un @-comando come argomento, non «%s»" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "argomento restante sulla riga @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "comando d'ambiente %s come argomento per @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "@%s vuoto" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "la frazione di colonna non è un numero: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "l'argomento @sp deve essere un numero, non «%s»" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "nome indice %s riservato" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "indice sorgente sconosciuto in @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "indice di destinazione sconosciuto in @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s porta %s a unirsi in se stesso, ignorato" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "indice «%s» sconosciuto in @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "stampa di un indice «%s» unito in un altro indice «%s»" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex prima dell'inizio del documento: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "l'argomento @%s deve essere «top» o «bottom», non «%s»" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Solo @%s \"10\" o \"11\" è supportata, non «%s»" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "l'argomento @%s deve essere «separate» o «end», non «%s»" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "l'argomento @%s deve essere «on», «off» oppure «odd», non «%s»" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2842,3013 ---- "sotto @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s dovrebbe apparire solo in contesti matematici" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "comando «%s» sconosciuto" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "@ inaspettato" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s non è significativo al difuori dell'ambiente «@float»" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s dovrebbe essere subito sotto «@float»" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "@%s multipli ignorati" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "il comando @%s non accetta argomenti" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "nodo o argomento manuale esterno mancante per il comando @%s" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "nome del riferimento incrociato vuoto in @%s dopo l'espansione «%s»" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "titolo del riferimento incrociato vuoto in @%s dopo l'espansione «%s»" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image non ha riferimento ad alcun file" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "primo argomento mancante per @%s" ! #: tp/Texinfo/Parser.pm:5122 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "argomento errato per @%s: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "argomenti superflui per il nodo" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "si aspettava @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s dovrebbe accettare solo un @-comando come argomento, non «%s»" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "argomento restante sulla riga @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "comando d'ambiente %s come argomento per @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "@%s vuoto" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "la frazione di colonna non è un numero: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "l'argomento @sp deve essere un numero, non «%s»" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "nome indice %s riservato" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "indice sorgente sconosciuto in @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "indice di destinazione sconosciuto in @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s porta %s a unirsi in se stesso, ignorato" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "indice «%s» sconosciuto in @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, fuzzy, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "stampa di un indice «%s» unito in un altro indice «%s»" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex prima dell'inizio del documento: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "l'argomento @%s deve essere «top» o «bottom», non «%s»" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Solo @%s \"10\" o \"11\" è supportata, non «%s»" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "l'argomento @%s deve essere «separate» o «end», non «%s»" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "l'argomento @%s deve essere «on», «off» oppure «odd», non «%s»" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 3020,3024 **** "l'argomento @paragraphindent deve essere numerico/«none»/«asis», non «%s»" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 3015,3019 ---- "l'argomento @paragraphindent deve essere numerico/«none»/«asis», non «%s»" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 3026,3040 **** "l'argomento @firstparagraphindent deve essere «none» o «insert», non «%s»" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "l'argomento @exampleindent deve essere numerico/«asis», non «%s»" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "si aspettava la lettura @%s \"on\" oppure \"off\", non «%s»" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 3021,3035 ---- "l'argomento @firstparagraphindent deve essere «none» o «insert», non «%s»" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "l'argomento @exampleindent deve essere numerico/«asis», non «%s»" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "si aspettava la lettura @%s \"on\" oppure \"off\", non «%s»" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 3042,3051 **** "l'argomento @kbdinputstyle deve essere «code»/«example»/«distinct», non «%s»" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "l'argomento @allowcodebreaks deve essere «true» o «false», non «%s»" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3037,3046 ---- "l'argomento @kbdinputstyle deve essere «code»/«example»/«distinct», non «%s»" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "l'argomento @allowcodebreaks deve essere «true» o «false», non «%s»" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3053,3067 **** "l'argomento @urefbreakstyle deve essere «after»/«before»/«none», non «%s»" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "il livello della sezione di @%s che è troppo basso verrà alzato" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "nessun comando a livello di capitolo prima di @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" --- 3048,3062 ---- "l'argomento @urefbreakstyle deve essere «after»/«before»/«none», non «%s»" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "il livello della sezione di @%s che è troppo basso verrà alzato" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "nessun comando a livello di capitolo prima di @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" *************** *** 3070,3124 **** "abbassato" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "nessun comando di sezionamento associato con @%s" ! #: tp/Texinfo/Structuring.pm:309 #, fuzzy, perl-format msgid "@%s not empty" msgstr "@%s nella multitabella vuota" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%s si riferisce al nodo inesistente «%s»" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s nome del nodo della voce di menù «%s» diverso dal nome %s «%s»" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "nodo «%s» non referenziato" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "il nodo «%s» è %s per «%s» nel sezionamento, ma non nel menù" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "i nodi %s «%s» nel menù «%s» e nel sezionamento «%s» sono diversi" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "il nodo «%s» è %s per «%s» nel menù, ma non nel sezionamento" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "il puntatore %s «%s» (per il nodo «%s») è diverso dal nome %s «%s»" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s si riferisce all'inesistente «%s»" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3065,3119 ---- "abbassato" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "nessun comando di sezionamento associato con @%s" ! #: tp/Texinfo/Structuring.pm:335 #, fuzzy, perl-format msgid "@%s not empty" msgstr "@%s nella multitabella vuota" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%s si riferisce al nodo inesistente «%s»" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s nome del nodo della voce di menù «%s» diverso dal nome %s «%s»" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "nodo «%s» non referenziato" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "il nodo «%s» è %s per «%s» nel sezionamento, ma non nel menù" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "i nodi %s «%s» nel menù «%s» e nel sezionamento «%s» sono diversi" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "il nodo «%s» è %s per «%s» nel menù, ma non nel sezionamento" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "il puntatore %s «%s» (per il nodo «%s») è diverso dal nome %s «%s»" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s si riferisce all'inesistente «%s»" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3127,3141 **** "ad «Up»" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "per «%s», «Up» nel menù «%s» e «%s» «Up» non coincidono" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s a «%s», diverso dal nome %s «%s»" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3122,3136 ---- "ad «Up»" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "per «%s», «Up» nel menù «%s» e «%s» «Up» non coincidono" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s a «%s», diverso dal nome %s «%s»" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3306,3320 **** msgstr "impossibile leggere il file di inizializzazione %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignora il valore sconosciuto di TEXINFO_OUTPUT_FORMAT «%s»\n" ! #: tp/texi2any.pl:745 #, fuzzy, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Uso: %s [OPZIONE]... FILE...\n" ! #: tp/texi2any.pl:748 #, fuzzy msgid "" --- 3301,3315 ---- msgstr "impossibile leggere il file di inizializzazione %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignora il valore sconosciuto di TEXINFO_OUTPUT_FORMAT «%s»\n" ! #: tp/texi2any.pl:740 #, fuzzy, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Uso: %s [OPZIONE]... FILE...\n" ! #: tp/texi2any.pl:743 #, fuzzy msgid "" *************** *** 3329,3333 **** "oppure con GNU Info.\n" ! #: tp/texi2any.pl:754 #, fuzzy, perl-format msgid "" --- 3324,3328 ---- "oppure con GNU Info.\n" ! #: tp/texi2any.pl:749 #, fuzzy, perl-format msgid "" *************** *** 3369,3373 **** " --version mostra le informazioni di versione ed esce.\n" ! #: tp/texi2any.pl:770 #, fuzzy msgid "" --- 3364,3368 ---- " --version mostra le informazioni di versione ed esce.\n" ! #: tp/texi2any.pl:765 #, fuzzy msgid "" *************** *** 3388,3392 **** "passato.\n" ! #: tp/texi2any.pl:778 #, fuzzy msgid "" --- 3383,3387 ---- "passato.\n" ! #: tp/texi2any.pl:773 #, fuzzy msgid "" *************** *** 3442,3446 **** " di output.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3437,3441 ---- " di output.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3485,3489 **** "NUM (predefinito %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3480,3484 ---- "NUM (predefinito %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3513,3517 **** " è abilitato solo con l'opzione «--split».\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3508,3512 ---- " è abilitato solo con l'opzione «--split».\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3521,3525 **** " --output-indent=VAL non fare nulla, mantenuto per compatibilità.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3516,3520 ---- " --output-indent=VAL non fare nulla, mantenuto per compatibilità.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3529,3533 **** " --Xopt=OPZ passa OPZ a texi2dvi; può essere ripetuto.\n" ! #: tp/texi2any.pl:832 #, fuzzy msgid "" --- 3524,3528 ---- " --Xopt=OPZ passa OPZ a texi2dvi; può essere ripetuto.\n" ! #: tp/texi2any.pl:827 #, fuzzy msgid "" *************** *** 3551,3555 **** "simile a @clear.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3546,3550 ---- "simile a @clear.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3589,3593 **** " Inoltre, per le opzioni «--no-ifFORMAT» elebora il testo @ifnotFORMAT.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3584,3588 ---- " Inoltre, per le opzioni «--no-ifFORMAT» elebora il testo @ifnotFORMAT.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3606,3610 **** " se è XML, --ifxml è attiva e tutte le altre no;\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3601,3605 ---- " se è XML, --ifxml è attiva e tutte le altre no;\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3642,3646 **** " makeinfo --no-split foo.texi scrive in un solo file Info\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3637,3641 ---- " makeinfo --no-split foo.texi scrive in un solo file Info\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3648,3652 **** "%s: l'argomento --footnote-style deve essere «separate» o «end», non «%s».\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3643,3647 ---- "%s: l'argomento --footnote-style deve essere «separate» o «end», non «%s».\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3655,3659 **** "«%s».\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3650,3654 ---- "«%s».\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3662,3690 **** "FILE di input\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "opzione «--Xopt» senza stampa dell'output" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "trasformazione albero %s sconosciuta" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "scrittura multipagina per il formato %s ignorata" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: nome file mancante.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Usare «%s --help» per maggiori informazioni.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" --- 3657,3685 ---- "FILE di input\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "opzione «--Xopt» senza stampa dell'output" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "trasformazione albero %s sconosciuta" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "scrittura multipagina per il formato %s ignorata" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: nome file mancante.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Usare «%s --help» per maggiori informazioni.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" *************** *** 3692,3706 **** "Nessuna sezione?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "errore durante la chiusura del file di espansione della macro %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "Impossibile aprire %s per la scrittura: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3687,3701 ---- "Nessuna sezione?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "errore durante la chiusura del file di espansione della macro %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "Impossibile aprire %s per la scrittura: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3710,3719 **** "alcun risultato. Nessuna sezione?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: errore durante la chiusura %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" --- 3705,3714 ---- "alcun risultato. Nessuna sezione?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: errore durante la chiusura %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" *************** *** 3721,3725 **** "%s: errore durante la chiusura del file dei collegamenti interni %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3716,3720 ---- "%s: errore durante la chiusura del file dei collegamenti interni %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" *************** *** 4058,4061 **** --- 4053,4059 ---- #~ msgstr "@%s dovrebbe apparire solo all'inizio o alla fine del documento" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s non dovrebbe essere associato con @top" + #~ msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n" #~ msgstr "Uso: makeinfo [OPZIONE]... FILE-TEXINFO...\n" Binary files texinfo-6.4/po/ja.gmo and texinfo-6.5/po/ja.gmo differ diff -Nrc2 texinfo-6.4/po/ja.po texinfo-6.5/po/ja.po *** texinfo-6.4/po/ja.po 2017-06-23 06:53:06.000000000 +0100 --- texinfo-6.5/po/ja.po 2017-08-19 19:55:15.000000000 +0100 *************** *** 14,18 **** "Project-Id-Version: texinfo 5.1.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2014-11-07 08:03+0000\n" "Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n" --- 14,18 ---- "Project-Id-Version: texinfo 5.1.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2014-11-07 08:03+0000\n" "Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n" *************** *** 391,430 **** msgstr "メニューアイテム `%s' はノード `%s' 中にはありません" ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "`%s' ノードが見つかりません。" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, fuzzy, c-format msgid "invalid number: %s\n" msgstr "無効な数: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "間違った形式の変数代入: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: そのような変数はありません" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "変数 %s は変数 %s の値としては無効です" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "詳しくは --help オプションを試してみてください。\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 391,430 ---- msgstr "メニューアイテム `%s' はノード `%s' 中にはありません" ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "`%s' ノードが見つかりません。" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, fuzzy, c-format msgid "invalid number: %s\n" msgstr "無効な数: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "間違った形式の変数代入: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: そのような変数はありません" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "変数 %s は変数 %s の値としては無効です" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "詳しくは --help オプションを試してみてください。\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 441,450 **** "There is NO WARRANTY, to the extent permitted by law.\n" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "`%s' に対する項目が見つかりません\n" ! #: info/info.c:1089 #, c-format msgid "" --- 441,450 ---- "There is NO WARRANTY, to the extent permitted by law.\n" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "`%s' に対する項目が見つかりません\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 457,461 **** "Info 形式の文書を読みます。\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 457,461 ---- "Info 形式の文書を読みます。\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 474,478 **** " -f, --file=FILENAME 参照する Info ファイルを指定する。" ! #: info/info.c:1102 #, fuzzy msgid "" --- 474,478 ---- " -f, --file=FILENAME 参照する Info ファイルを指定する。" ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 487,500 **** " -o, --output=FILE 選択したノードを FILE に出力する。" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly 音声合成器に対する親和性を高める。" ! #: info/info.c:1116 #, fuzzy msgid "" --- 487,500 ---- " -o, --output=FILE 選択したノードを FILE に出力する。" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly 音声合成器に対する親和性を高める。" ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 514,518 **** "\n" ! #: info/info.c:1122 #, fuzzy msgid "" --- 514,518 ---- "\n" ! #: info/info.c:1124 #, fuzzy msgid "" *************** *** 531,535 **** "項目の名前として扱われます。" ! #: info/info.c:1129 #, fuzzy msgid "" --- 531,535 ---- "項目の名前として扱われます。" ! #: info/info.c:1131 #, fuzzy msgid "" *************** *** 540,544 **** "キー設定の要約については Info 内で h を入力してください。" ! #: info/info.c:1132 #, fuzzy msgid "" --- 540,544 ---- "キー設定の要約については Info 内で h を入力してください。" ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 571,575 **** "する" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 571,575 ---- "する" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 583,655 **** "Texinfoホームページ: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "`(%s)%s' ノードが見つかりません" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "ウィンドウが見つかりません" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "このウィンドウノード内にポイントが現れません!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "最後のウィンドウは削除できません" ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "このノードにメニューはありません。" ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "このノードに脚注はありません。" ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "このノードに相互参照はありません。" ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "このノードの `%s' ポインタがありません。" ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "不明な Info コマンド `%c' です。`?' でヘルプを参照してください。" ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "端末タイプ `%s' は Info が動作するための機能がありません。" ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "ここはもう、このノードの最終ページです。" ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "ここはもう、このノードの最初のページです。" ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "唯一のウィンドウです。" ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "結果のウィンドウが小さすぎます。" ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 583,655 ---- "Texinfoホームページ: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "`(%s)%s' ノードが見つかりません" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "ウィンドウが見つかりません" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "このウィンドウノード内にポイントが現れません!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "最後のウィンドウは削除できません" ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "このノードにメニューはありません。" ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "このノードに脚注はありません。" ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "このノードに相互参照はありません。" ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "このノードの `%s' ポインタがありません。" ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "不明な Info コマンド `%c' です。`?' でヘルプを参照してください。" ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "端末タイプ `%s' は Info が動作するための機能がありません。" ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "ここはもう、このノードの最終ページです。" ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "ここはもう、このノードの最初のページです。" ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "唯一のウィンドウです。" ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "結果のウィンドウが小さすぎます。" ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1445,1633 **** msgstr "検索で文字列リテラルそのものを使用する。" ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "文書の最後から検索を継続する。" ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "文書の最初から検索を継続する。" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "副ファイル %s を探しています ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "検索に失敗しました。" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "正規表現検索" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "検索" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " 大文字小文字の区別をつけて" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr "後方" ! #: info/session.c:4197 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "No more matches" msgstr "一致しません" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "副ファイル %s を探しています ..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "文字列を読み、大文字小文字の区別をつけて検索する" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "文字列を読んで検索する" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "文字列を読んで後方検索する" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "同一方向で最後の検索を繰り返す" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "前の検索文字列がありません" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "逆方向で最後の検索を繰り返す" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "入力した文字列の対話的な検索" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "正規表現逐次後方検索: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "逐次後方検索: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "正規表現逐次検索: " ! #: info/session.c:4881 msgid "I-search: " msgstr "逐次検索: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "失敗 " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "現在の操作を中止する" ! #: info/session.c:5281 msgid "Quit" msgstr "終了" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr "バージョン情報を表示して終了する" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "画面を再描画する" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Info の使用を終了する" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "このキーの小文字に割り当てられたコマンドを実行する" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "不明なコマンド (%s) です。" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" は無効です" ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "`%s' は無効です" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "現在の数値引数にこの数値を加える" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "現在の数値引数を開始(または 4 倍する)" --- 1445,1633 ---- msgstr "検索で文字列リテラルそのものを使用する。" ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "文書の最後から検索を継続する。" ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "文書の最初から検索を継続する。" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "副ファイル %s を探しています ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "検索に失敗しました。" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "正規表現検索" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "検索" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " 大文字小文字の区別をつけて" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr "後方" ! #: info/session.c:4194 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "No more matches" msgstr "一致しません" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "副ファイル %s を探しています ..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "文字列を読み、大文字小文字の区別をつけて検索する" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "文字列を読んで検索する" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "文字列を読んで後方検索する" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "同一方向で最後の検索を繰り返す" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "前の検索文字列がありません" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "逆方向で最後の検索を繰り返す" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "入力した文字列の対話的な検索" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "正規表現逐次後方検索: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "逐次後方検索: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "正規表現逐次検索: " ! #: info/session.c:4878 msgid "I-search: " msgstr "逐次検索: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "失敗 " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "現在の操作を中止する" ! #: info/session.c:5278 msgid "Quit" msgstr "終了" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr "バージョン情報を表示して終了する" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "画面を再描画する" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Info の使用を終了する" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "このキーの小文字に割り当てられたコマンドを実行する" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "不明なコマンド (%s) です。" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" は無効です" ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "`%s' は無効です" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "現在の数値引数にこの数値を加える" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "現在の数値引数を開始(または 4 倍する)" *************** *** 2052,2060 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format --- 2052,2060 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format *************** *** 2062,2080 **** msgstr "%s: --css-file %s を開くことができません" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 #, fuzzy msgid "arguments are quoted by default" msgstr "@quote-arg は廃止されました。引数はデフォルトで引用符でくくられます" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2062,2080 ---- msgstr "%s: --css-file %s を開くことができません" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 #, fuzzy msgid "arguments are quoted by default" msgstr "@quote-arg は廃止されました。引数はデフォルトで引用符でくくられます" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2082,2129 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s は有効な言語コードではありません" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s は有効な地域コードではありません" ! #: tp/Texinfo/Common.pm:1118 #, fuzzy, perl-format msgid "%s is not a valid split possibility" msgstr "%u は妥当な通知 ID ではありません" ! #: tp/Texinfo/Common.pm:1141 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr " @FILE オプションを FILE から読み込む\n" ! #: tp/Texinfo/Common.pm:1160 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "@%s: `%s' が見つかりません" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: --css-file %s を開くことができません" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2082,2129 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s は有効な言語コードではありません" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s は有効な地域コードではありません" ! #: tp/Texinfo/Common.pm:1119 #, fuzzy, perl-format msgid "%s is not a valid split possibility" msgstr "%u は妥当な通知 ID ではありません" ! #: tp/Texinfo/Common.pm:1142 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr " @FILE オプションを FILE から読み込む\n" ! #: tp/Texinfo/Common.pm:1162 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "@%s: `%s' が見つかりません" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: --css-file %s を開くことができません" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2141,2149 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, fuzzy, perl-format msgid "error on closing %s: %s" --- 2141,2149 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, fuzzy, perl-format msgid "error on closing %s: %s" *************** *** 2165,2169 **** msgstr "@image ファイル `%s' が読めません: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "" --- 2165,2169 ---- msgstr "@image ファイル `%s' が読めません: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "" *************** *** 2174,2286 **** msgstr "@image ファイル `%s' (HTML 用) が読めません: %s" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "ファイル `%s' を削除できません: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 #, fuzzy msgid "missing type" msgstr "設定ファイルの欠落。" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "認識できない型です: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "ファイル `%s' を削除できません: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 #, fuzzy msgid "string not closed in css file" msgstr "文字列の比較に失敗しました" ! #: tp/Texinfo/Convert/HTML.pm:5015 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-include がコメント内で終了しています" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, fuzzy, perl-format msgid "CSS file %s not found" msgstr "css ファイル %s が見つかりません" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: --css-file %s を開くことができません" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "ファイルクローズエラー" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "`%s' に対する項目が見つかりません\n" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "このドキュメントでは、このノードの `前' や `上' はありません。" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "参照されていないノード `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, fuzzy, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/Texinfo/Convert/HTML.pm:7240 #, fuzzy msgid "empty node name" msgstr "認識できないエミュレーション名 `%s' です" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2174,2286 ---- msgstr "@image ファイル `%s' (HTML 用) が読めません: %s" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "ファイル `%s' を削除できません: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 #, fuzzy msgid "missing type" msgstr "設定ファイルの欠落。" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "認識できない型です: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "ファイル `%s' を削除できません: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 #, fuzzy msgid "string not closed in css file" msgstr "文字列の比較に失敗しました" ! #: tp/Texinfo/Convert/HTML.pm:5017 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-include がコメント内で終了しています" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, fuzzy, perl-format msgid "CSS file %s not found" msgstr "css ファイル %s が見つかりません" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: --css-file %s を開くことができません" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "ファイルクローズエラー" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "`%s' に対する項目が見つかりません\n" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "このドキュメントでは、このノードの `前' や `上' はありません。" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "参照されていないノード `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, fuzzy, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/Texinfo/Convert/HTML.pm:7242 #, fuzzy msgid "empty node name" msgstr "認識できないエミュレーション名 `%s' です" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2322,2326 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" --- 2322,2326 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2389,2667 **** msgstr "ノード `%s' にメニューがありません。" ! #: tp/Texinfo/Parser.pm:1095 #, fuzzy, perl-format msgid "empty node name after expansion `%s'" msgstr "ノード `%s' にメニューがありません。" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s `%s' は以前に定義されています" ! #: tp/Texinfo/Parser.pm:1109 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "ここは、`%s' の前の定義です" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, fuzzy, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "引数 `%3$s' に対して %1$s%2$s が無効です" ! #: tp/Texinfo/Parser.pm:1267 #, fuzzy, perl-format msgid "bad syntax for @%s argument: %s" msgstr "引数 `%3$s' に対して %1$s%2$s が無効です" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s には名前が必要です" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "エミュレーションモード名がありません" ! #: tp/Texinfo/Parser.pm:1391 #, fuzzy, perl-format msgid "@end %s seen before @%s closing brace" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:1395 #, fuzzy, perl-format msgid "@%s seen before @%s closing brace" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "閉じる中括弧のない %c%s" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' には `%s' が必要ですが、`%s' が見つかりました" ! #: tp/Texinfo/Parser.pm:1779 #, fuzzy, perl-format msgid "@%s seen before @end %s" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:1783 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "`%cend %s' との対応が見つかりません" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, fuzzy, perl-format msgid "misplaced %c" msgstr "間違った位置に %c があります" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "`%c%s' との対応が見つかりません" ! #: tp/Texinfo/Parser.pm:2130 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "マクロ `%s' 呼び出しの引数が多すぎます" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "設定ファイルの欠落。" ! #: tp/Texinfo/Parser.pm:2160 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "マクロ `%s' は引数なしで宣言され、引数をつけて呼び出されました" ! #: tp/Texinfo/Parser.pm:2193 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "後ろに `%s' が続くマクロ展開内でパラメータ名ではなく \\ があります" ! #: tp/Texinfo/Parser.pm:2834 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "エミュレーションモード名がありません" ! #: tp/Texinfo/Parser.pm:2839 #, fuzzy, perl-format msgid "missing category for @%s" msgstr "設定ファイルの欠落。" ! #: tp/Texinfo/Parser.pm:2874 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "@%s に対する誤った引数です: %s" ! #: tp/Texinfo/Parser.pm:2889 #, fuzzy msgid "empty multitable" msgstr "%s: 空のファイル" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "%s: --auto/-a オプションに対して不当な引数\n" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "@%s に対する誤った引数です" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s には引数が必要です: %citem を整形するため" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: オプション `--%s' は引数が不要です\n" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "設定ファイルの欠落。" ! #: tp/Texinfo/Parser.pm:3120 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "終了インデックス" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "%s: --auto/-a オプションに対して不当な引数\n" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "@%s に対する誤った引数です: %s" ! #: tp/Texinfo/Parser.pm:3173 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: %s を開くことができません: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "認識できないエンコード名 `%s' です" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "`@titlepage' 環境の外側では @%s は意味がありません" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "ノード `%s' にメニューがありません。" ! #: tp/Texinfo/Parser.pm:3541 #, fuzzy msgid "empty node name in menu entry" msgstr "認識できないエミュレーション名 `%s' です" ! #: tp/Texinfo/Parser.pm:3612 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: --css-file %s を開くことができません" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "行頭までを切り取る" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "マクロ `%s' は以前に定義されています" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "ここは、`%s' の前の定義です" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, fuzzy, perl-format msgid "@%s without associated character" msgstr "エスケープ文字内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2389,2662 ---- msgstr "ノード `%s' にメニューがありません。" ! #: tp/Texinfo/Parser.pm:1014 #, fuzzy, perl-format msgid "empty node name after expansion `%s'" msgstr "ノード `%s' にメニューがありません。" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s `%s' は以前に定義されています" ! #: tp/Texinfo/Parser.pm:1028 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "ここは、`%s' の前の定義です" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, fuzzy, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "引数 `%3$s' に対して %1$s%2$s が無効です" ! #: tp/Texinfo/Parser.pm:1186 #, fuzzy, perl-format msgid "bad syntax for @%s argument: %s" msgstr "引数 `%3$s' に対して %1$s%2$s が無効です" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s には名前が必要です" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "エミュレーションモード名がありません" ! #: tp/Texinfo/Parser.pm:1310 #, fuzzy, perl-format msgid "@end %s seen before @%s closing brace" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:1314 #, fuzzy, perl-format msgid "@%s seen before @%s closing brace" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "閉じる中括弧のない %c%s" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' には `%s' が必要ですが、`%s' が見つかりました" ! #: tp/Texinfo/Parser.pm:1698 #, fuzzy, perl-format msgid "@%s seen before @end %s" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:1702 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "`%cend %s' との対応が見つかりません" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, fuzzy, perl-format msgid "misplaced %c" msgstr "間違った位置に %c があります" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "`%c%s' との対応が見つかりません" ! #: tp/Texinfo/Parser.pm:2049 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "マクロ `%s' 呼び出しの引数が多すぎます" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "設定ファイルの欠落。" ! #: tp/Texinfo/Parser.pm:2079 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "マクロ `%s' は引数なしで宣言され、引数をつけて呼び出されました" ! #: tp/Texinfo/Parser.pm:2112 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "後ろに `%s' が続くマクロ展開内でパラメータ名ではなく \\ があります" ! #: tp/Texinfo/Parser.pm:2753 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "エミュレーションモード名がありません" ! #: tp/Texinfo/Parser.pm:2758 #, fuzzy, perl-format msgid "missing category for @%s" msgstr "設定ファイルの欠落。" ! #: tp/Texinfo/Parser.pm:2793 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "@%s に対する誤った引数です: %s" ! #: tp/Texinfo/Parser.pm:2808 #, fuzzy msgid "empty multitable" msgstr "%s: 空のファイル" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "%s: --auto/-a オプションに対して不当な引数\n" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "@%s に対する誤った引数です" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s には引数が必要です: %citem を整形するため" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: オプション `--%s' は引数が不要です\n" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "設定ファイルの欠落。" ! #: tp/Texinfo/Parser.pm:3039 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "終了インデックス" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "%s: --auto/-a オプションに対して不当な引数\n" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "@%s に対する誤った引数です: %s" ! #: tp/Texinfo/Parser.pm:3092 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: %s を開くことができません: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "認識できないエンコード名 `%s' です" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "`@titlepage' 環境の外側では @%s は意味がありません" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "ノード `%s' にメニューがありません。" ! #: tp/Texinfo/Parser.pm:3441 #, fuzzy msgid "empty node name in menu entry" msgstr "認識できないエミュレーション名 `%s' です" ! #: tp/Texinfo/Parser.pm:3512 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: --css-file %s を開くことができません" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "行頭までを切り取る" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "マクロ `%s' は以前に定義されています" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "ここは、`%s' の前の定義です" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, fuzzy, perl-format msgid "@%s without associated character" msgstr "エスケープ文字内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2669,2673 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, fuzzy, perl-format msgid "" --- 2664,2668 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, fuzzy, perl-format msgid "" *************** *** 2678,2973 **** "ます; 現在は %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, fuzzy, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "%s: オプション `--%s' は引数が不要です\n" ! #: tp/Texinfo/Parser.pm:4030 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "@%s への引数としてコマンドを与えるには、ブレースを使いましょう" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s は `%s' ではなく、`i' か `j' を引数として必要とします" ! #: tp/Texinfo/Parser.pm:4054 #, fuzzy, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "%s: オプション `--%s' は引数が不要です\n" ! #: tp/Texinfo/Parser.pm:4065 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s には中括弧が予期されます" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "定義されていないフラグ: %s" ! #: tp/Texinfo/Parser.pm:4227 #, fuzzy msgid "bad syntax for @value" msgstr "引数 `%3$s' に対して %1$s%2$s が無効です" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s は廃止予定 (または廃止済み) です。" ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s は廃止予定 (または廃止済み) です; %s" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "行頭までを切り取る" ! #: tp/Texinfo/Parser.pm:4337 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "`@%2$s' ブロックの内側では `@%1$s' は意味がありません" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "`@%2$s' ブロックの内側では `@%1$s' は意味がありません" ! #: tp/Texinfo/Parser.pm:4497 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:4503 #, fuzzy msgid "@tab before @item" msgstr "チェック・メニュー項目" ! #: tp/Texinfo/Parser.pm:4506 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "マルチテーブル項目内のカラム数が多すぎます(最大 %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "マルチテーブルの外側の @tab を無視します" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "`@%2$s' を使用するためには `@%1$s' 環境でなければいけません" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s は `@titlepage' および `@quotation' 環境の外側では意味がありません" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "脚注に脚注を含めることはできません" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@menu が最初の @node 以前に現れました。`Top' ノードをつくります" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "多分 @top ノードは @ifinfo よりは @ifnottex に覆われるべきでは?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "不明なコマンド `%s'" ! #: tp/Texinfo/Parser.pm:4953 #, fuzzy msgid "unexpected @" msgstr "予期されない @ です" ! #: tp/Texinfo/Parser.pm:4981 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "`@float' 環境の外側では @%s は意味がありません" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, fuzzy, perl-format msgid "command @%s does not accept arguments" msgstr "%s: オプション `--%s' は引数が不要です\n" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image にファイル名が与えられていません" ! #: tp/Texinfo/Parser.pm:5213 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "設定ファイルの欠落。" ! #: tp/Texinfo/Parser.pm:5232 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "@%s に対する誤った引数です: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 #, fuzzy msgid "superfluous arguments for node" msgstr "%2$s に対する引数 %1$s が曖昧です" ! #: tp/Texinfo/Parser.pm:5512 #, fuzzy, perl-format msgid "expected @end %s" msgstr "終了インデックス" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s への引数としてコマンドを与えるには、ブレースを使いましょう" ! #: tp/Texinfo/Parser.pm:5633 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "@%s に対する誤った引数です: %s" ! #: tp/Texinfo/Parser.pm:5703 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "@%s への引数としてコマンドを与えるには、ブレースを使いましょう" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, fuzzy, perl-format msgid "column fraction not a number: %s" msgstr "iconv 関数が使えません" ! #: tp/Texinfo/Parser.pm:5745 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: %s 引数は `%s' ではなくて、数値でなければなりません。\n" ! #: tp/Texinfo/Parser.pm:5754 #, fuzzy, perl-format msgid "reserved index name %s" msgstr "認識できないエミュレーション名 `%s' です" ! #: tp/Texinfo/Parser.pm:5780 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "不明なエスケープ '\\%c' が文字列内にあります。無視されました" ! #: tp/Texinfo/Parser.pm:5783 #, fuzzy, perl-format msgid "unknown destination index in @%s: %s" msgstr "不明な索引 `%s' です" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "@printindex に不明な見出し `%s' があります" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: %s 引数は `%s' ではなくて、数値でなければなりません。\n" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "@%s 10 または 11 がサポートされています。`%s' はサポートされていません" ! #: tp/Texinfo/Parser.pm:5872 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" --- 2673,2968 ---- "ます; 現在は %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, fuzzy, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "%s: オプション `--%s' は引数が不要です\n" ! #: tp/Texinfo/Parser.pm:3924 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "@%s への引数としてコマンドを与えるには、ブレースを使いましょう" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s は `%s' ではなく、`i' か `j' を引数として必要とします" ! #: tp/Texinfo/Parser.pm:3948 #, fuzzy, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "%s: オプション `--%s' は引数が不要です\n" ! #: tp/Texinfo/Parser.pm:3959 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s には中括弧が予期されます" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "定義されていないフラグ: %s" ! #: tp/Texinfo/Parser.pm:4121 #, fuzzy msgid "bad syntax for @value" msgstr "引数 `%3$s' に対して %1$s%2$s が無効です" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s は廃止予定 (または廃止済み) です。" ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s は廃止予定 (または廃止済み) です; %s" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "行頭までを切り取る" ! #: tp/Texinfo/Parser.pm:4231 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "`@%2$s' ブロックの内側では `@%1$s' は意味がありません" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "`@%2$s' ブロックの内側では `@%1$s' は意味がありません" ! #: tp/Texinfo/Parser.pm:4391 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Parser.pm:4397 #, fuzzy msgid "@tab before @item" msgstr "チェック・メニュー項目" ! #: tp/Texinfo/Parser.pm:4400 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "マルチテーブル項目内のカラム数が多すぎます(最大 %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "マルチテーブルの外側の @tab を無視します" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "`@%2$s' を使用するためには `@%1$s' 環境でなければいけません" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s は `@titlepage' および `@quotation' 環境の外側では意味がありません" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "脚注に脚注を含めることはできません" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@menu が最初の @node 以前に現れました。`Top' ノードをつくります" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "多分 @top ノードは @ifinfo よりは @ifnottex に覆われるべきでは?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "不明なコマンド `%s'" ! #: tp/Texinfo/Parser.pm:4843 #, fuzzy msgid "unexpected @" msgstr "予期されない @ です" ! #: tp/Texinfo/Parser.pm:4871 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "`@float' 環境の外側では @%s は意味がありません" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, fuzzy, perl-format msgid "command @%s does not accept arguments" msgstr "%s: オプション `--%s' は引数が不要です\n" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image にファイル名が与えられていません" ! #: tp/Texinfo/Parser.pm:5103 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "設定ファイルの欠落。" ! #: tp/Texinfo/Parser.pm:5122 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "@%s に対する誤った引数です: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 #, fuzzy msgid "superfluous arguments for node" msgstr "%2$s に対する引数 %1$s が曖昧です" ! #: tp/Texinfo/Parser.pm:5402 #, fuzzy, perl-format msgid "expected @end %s" msgstr "終了インデックス" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s への引数としてコマンドを与えるには、ブレースを使いましょう" ! #: tp/Texinfo/Parser.pm:5499 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "@%s に対する誤った引数です: %s" ! #: tp/Texinfo/Parser.pm:5569 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "@%s への引数としてコマンドを与えるには、ブレースを使いましょう" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, fuzzy, perl-format msgid "column fraction not a number: %s" msgstr "iconv 関数が使えません" ! #: tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: %s 引数は `%s' ではなくて、数値でなければなりません。\n" ! #: tp/Texinfo/Parser.pm:5620 #, fuzzy, perl-format msgid "reserved index name %s" msgstr "認識できないエミュレーション名 `%s' です" ! #: tp/Texinfo/Parser.pm:5646 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "不明なエスケープ '\\%c' が文字列内にあります。無視されました" ! #: tp/Texinfo/Parser.pm:5649 #, fuzzy, perl-format msgid "unknown destination index in @%s: %s" msgstr "不明な索引 `%s' です" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "@printindex に不明な見出し `%s' があります" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: %s 引数は `%s' ではなくて、数値でなければなりません。\n" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "@%s 10 または 11 がサポートされています。`%s' はサポートされていません" ! #: tp/Texinfo/Parser.pm:5738 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" *************** *** 2976,2985 **** " なりません。\n" ! #: tp/Texinfo/Parser.pm:5880 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: %s 引数は `%s' ではなくて、数値でなければなりません。\n" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2971,2980 ---- " なりません。\n" ! #: tp/Texinfo/Parser.pm:5746 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: %s 引数は `%s' ではなくて、数値でなければなりません。\n" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2988,2992 **** " なりません。\n" ! #: tp/Texinfo/Parser.pm:5911 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2983,2987 ---- " なりません。\n" ! #: tp/Texinfo/Parser.pm:5777 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2995,2999 **** " なりません。\n" ! #: tp/Texinfo/Parser.pm:5921 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" --- 2990,2994 ---- " なりません。\n" ! #: tp/Texinfo/Parser.pm:5787 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" *************** *** 3002,3016 **** " なりません。\n" ! #: tp/Texinfo/Parser.pm:5933 #, fuzzy, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s は on または off が予期されます。`%s' ではありません" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" --- 2997,3011 ---- " なりません。\n" ! #: tp/Texinfo/Parser.pm:5799 #, fuzzy, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s は on または off が予期されます。`%s' ではありません" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" *************** *** 3019,3023 **** " なりません。\n" ! #: tp/Texinfo/Parser.pm:5958 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3014,3018 ---- " なりません。\n" ! #: tp/Texinfo/Parser.pm:5824 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3026,3055 **** " なりません。\n" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, fuzzy, perl-format msgid "no sectioning command associated with @%s" msgstr "ホスト名にアドレスが割り当てられていません" ! #: tp/Texinfo/Structuring.pm:309 #, fuzzy, perl-format msgid "@%s not empty" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" --- 3021,3050 ---- " なりません。\n" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, fuzzy, perl-format msgid "no sectioning command associated with @%s" msgstr "ホスト名にアドレスが割り当てられていません" ! #: tp/Texinfo/Structuring.pm:335 #, fuzzy, perl-format msgid "@%s not empty" msgstr "コメント内でファイル終端 (EOF) に達しました" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" *************** *** 3058,3097 **** "るかもしれません?)" ! #: tp/Texinfo/Structuring.pm:373 #, fuzzy, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "名前の取得に失敗しました: %s" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "参照されていないノード `%s'" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s は存在しない `%s' を参照しています" ! #: tp/Texinfo/Structuring.pm:670 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3053,3092 ---- "るかもしれません?)" ! #: tp/Texinfo/Structuring.pm:399 #, fuzzy, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "名前の取得に失敗しました: %s" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "参照されていないノード `%s'" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s は存在しない `%s' を参照しています" ! #: tp/Texinfo/Structuring.pm:696 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3099,3113 **** "ノード `%s' には 上位項目があるのに、`%s' へのメニューアイテムを欠いています" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, fuzzy, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "名前の取得に失敗しました: %s" ! #: tp/Texinfo/Structuring.pm:1449 #, fuzzy, perl-format msgid "empty index key in @%s" --- 3094,3108 ---- "ノード `%s' には 上位項目があるのに、`%s' へのメニューアイテムを欠いています" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, fuzzy, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "名前の取得に失敗しました: %s" ! #: tp/Texinfo/Structuring.pm:1475 #, fuzzy, perl-format msgid "empty index key in @%s" *************** *** 3270,3284 **** msgstr " @FILE オプションを FILE から読み込む\n" ! #: tp/texi2any.pl:662 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s: 認識できない TEXINFO_OUTPUT_FORMAT の値 `%s' を無視しています。\n" ! #: tp/texi2any.pl:745 #, fuzzy, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "使用法: %s [OPTION]... FILE...\n" ! #: tp/texi2any.pl:748 #, fuzzy msgid "" --- 3265,3279 ---- msgstr " @FILE オプションを FILE から読み込む\n" ! #: tp/texi2any.pl:657 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s: 認識できない TEXINFO_OUTPUT_FORMAT の値 `%s' を無視しています。\n" ! #: tp/texi2any.pl:740 #, fuzzy, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "使用法: %s [OPTION]... FILE...\n" ! #: tp/texi2any.pl:743 #, fuzzy msgid "" *************** *** 3292,3296 **** "オンラインで Emacs や単独の GNU Info で読むのに適した Info ファイルです。\n" ! #: tp/texi2any.pl:754 #, fuzzy, perl-format msgid "" --- 3287,3291 ---- "オンラインで Emacs や単独の GNU Info で読むのに適した Info ファイルです。\n" ! #: tp/texi2any.pl:749 #, fuzzy, perl-format msgid "" *************** *** 3327,3331 **** " --version バージョン情報を表示して終了する。\n" ! #: tp/texi2any.pl:770 #, fuzzy msgid "" --- 3322,3326 ---- " --version バージョン情報を表示して終了する。\n" ! #: tp/texi2any.pl:765 #, fuzzy msgid "" *************** *** 3346,3350 **** "する。\n" ! #: tp/texi2any.pl:778 #, fuzzy msgid "" --- 3341,3345 ---- "する。\n" ! #: tp/texi2any.pl:773 #, fuzzy msgid "" *************** *** 3389,3393 **** "リ)。\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3384,3388 ---- "リ)。\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3429,3433 **** "%d)。\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3424,3428 ---- "%d)。\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3456,3460 **** " デフォルトでは分割時にのみ設定される。\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3451,3455 ---- " デフォルトでは分割時にのみ設定される。\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3462,3466 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3457,3461 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3468,3472 **** msgstr "" ! #: tp/texi2any.pl:832 #, fuzzy msgid "" --- 3463,3467 ---- msgstr "" ! #: tp/texi2any.pl:827 #, fuzzy msgid "" *************** *** 3486,3490 **** " -U VAR 変数 VAR を未定義にする。@clear と同じ。\n" ! #: tp/texi2any.pl:840 #, fuzzy msgid "" --- 3481,3485 ---- " -U VAR 変数 VAR を未定義にする。@clear と同じ。\n" ! #: tp/texi2any.pl:835 #, fuzzy msgid "" *************** *** 3528,3532 **** "る。\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3523,3527 ---- "る。\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3544,3548 **** " XML を生成する場合、--ifxml が有効で、他は無効になります。\n" ! #: tp/texi2any.pl:864 #, fuzzy msgid "" --- 3539,3543 ---- " XML を生成する場合、--ifxml が有効で、他は無効になります。\n" ! #: tp/texi2any.pl:859 #, fuzzy msgid "" *************** *** 3580,3584 **** "ルに書き込む\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3575,3579 ---- "ルに書き込む\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3587,3591 **** " なりません。\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3582,3586 ---- " なりません。\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3594,3641 **** " なりません。\n" ! #: tp/texi2any.pl:1079 #, fuzzy, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "%s を生成するときに、-o には入力ファイルを1つだけ指定します。" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "不明なエスケープ '\\%c' が文字列内にあります。無視されました" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: ファイル引数を忘れていますよ\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "詳しくは `%s --help' を実行してください。\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/texi2any.pl:1284 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: --css-file %s を開くことができません" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3589,3636 ---- " なりません。\n" ! #: tp/texi2any.pl:1074 #, fuzzy, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "%s を生成するときに、-o には入力ファイルを1つだけ指定します。" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "不明なエスケープ '\\%c' が文字列内にあります。無視されました" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: ファイル引数を忘れていますよ\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "詳しくは `%s --help' を実行してください。\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/texi2any.pl:1280 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: --css-file %s を開くことができません" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3643,3657 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, fuzzy, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%(service)s on %(device)s" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, fuzzy, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3638,3652 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, fuzzy, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%(service)s on %(device)s" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, fuzzy, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" Binary files texinfo-6.4/po/nb.gmo and texinfo-6.5/po/nb.gmo differ diff -Nrc2 texinfo-6.4/po/nb.po texinfo-6.5/po/nb.po *** texinfo-6.4/po/nb.po 2017-06-23 06:53:06.000000000 +0100 --- texinfo-6.5/po/nb.po 2017-08-19 19:55:15.000000000 +0100 *************** *** 10,14 **** "Project-Id-Version: texinfo 6.1.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-01-22 20:47+0100\n" "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n" --- 10,14 ---- "Project-Id-Version: texinfo 6.1.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-01-22 20:47+0100\n" "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n" *************** *** 388,427 **** msgstr "Ingen menypunkt «%s» i noden «%s»." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Kan ikke finne noden «%s»." ! #: info/info.c:437 #, fuzzy, c-format msgid "No program name given" msgstr "Intet programnavn oppgitt." ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "ugyldig nummer: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "feilformet verditildeling: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: ingen slik variabel" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "verdi %s er ikke gyldig for variabel %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Prøv --help for mer informasjon.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 388,427 ---- msgstr "Ingen menypunkt «%s» i noden «%s»." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Kan ikke finne noden «%s»." ! #: info/info.c:439 #, fuzzy, c-format msgid "No program name given" msgstr "Intet programnavn oppgitt." ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "ugyldig nummer: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "feilformet verditildeling: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: ingen slik variabel" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "verdi %s er ikke gyldig for variabel %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Prøv --help for mer informasjon.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 438,447 **** "Det er INGEN GARANTI, i den grad loven tillater.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "ingen oppføringer funnet for «%s»\n" ! #: info/info.c:1089 #, c-format msgid "" --- 438,447 ---- "Det er INGEN GARANTI, i den grad loven tillater.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "ingen oppføringer funnet for «%s»\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 454,458 **** "Les dokumentasjonen i Info-format.\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 454,458 ---- "Les dokumentasjonen i Info-format.\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 471,475 **** " -f, -- file=FILNAVN angi Infofilen som skal besøkes." ! #: info/info.c:1102 #, fuzzy msgid "" --- 471,475 ---- " -f, -- file=FILNAVN angi Infofilen som skal besøkes." ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 486,499 **** " -o, - output=FIL utvalgte noder til FILNAVN." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly vær vennlig ovenfor talesynteser.." ! #: info/info.c:1116 #, fuzzy msgid "" --- 486,499 ---- " -o, - output=FIL utvalgte noder til FILNAVN." ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly vær vennlig ovenfor talesynteser.." ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 512,516 **** " -x, --debug=NUMBER sett feilsøkingsnivå (-1 for alle)\n" ! #: info/info.c:1122 msgid "" "\n" --- 512,516 ---- " -x, --debug=NUMBER sett feilsøkingsnivå (-1 for alle)\n" ! #: info/info.c:1124 msgid "" "\n" *************** *** 530,534 **** "menyelementene i forhold til den opprinnelig besøkte noden." ! #: info/info.c:1129 msgid "" "\n" --- 530,534 ---- "menyelementene i forhold til den opprinnelig besøkte noden." ! #: info/info.c:1131 msgid "" "\n" *************** *** 538,542 **** "For en oppsummering av sentrale bindinger, trykk «H» i Info." ! #: info/info.c:1132 #, fuzzy msgid "" --- 538,542 ---- "For en oppsummering av sentrale bindinger, trykk «H» i Info." ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 570,574 **** " info -f ./foo.info vise filen ./foo.info, søker ikke katalogen" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 570,574 ---- " info -f ./foo.info vise filen ./foo.info, søker ikke katalogen" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 580,652 **** "Websiden for Texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Kan ikke finne noden «(%s)%s»." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Kan ikke finne et vindu!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Markøren vises ikke innen dette vinduets node!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Kan ikke slette det siste vinduet." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "Ingen meny i denne noden." ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "Ingen fotnoter i denne noden." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "Ingen kryssreferanser i denne noden." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Ingen «%s»-peker for denne noden." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Ukjent Info-kommando «%c»; prøv «?» for hjelp." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminaltypen «%s» er ikke smart nok til å kjøre Info." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Du er allerede på den siste siden av denne noden." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Du er allerede på den første siden til denne noden." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "Bare et vindu." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "Resulterende vindu ville blitt for lite." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 580,652 ---- "Websiden for Texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Kan ikke finne noden «(%s)%s»." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Kan ikke finne et vindu!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Markøren vises ikke innen dette vinduets node!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Kan ikke slette det siste vinduet." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "Ingen meny i denne noden." ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "Ingen fotnoter i denne noden." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "Ingen kryssreferanser i denne noden." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Ingen «%s»-peker for denne noden." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Ukjent Info-kommando «%c»; prøv «?» for hjelp." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminaltypen «%s» er ikke smart nok til å kjøre Info." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Du er allerede på den siste siden av denne noden." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Du er allerede på den første siden til denne noden." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "Bare et vindu." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "Resulterende vindu ville blitt for lite." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1442,1506 **** msgstr "Bruk bokstavelige strenger til søking." ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "Søket fortsatte fra slutten av dokumentet." ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Søk fortsatte fra begynnelsen av dokumentet." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Søker i delfil «%s»..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "Søk mislyktes" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Regexp-søk" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Søke" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr "skiller mellom store og små bokstaver " ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr "bakover" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Søkestrengen er for kort" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Går tilbake til siste treff fra %s" ! #: info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "No more matches" msgstr "Ingen flere treff." ! #: info/session.c:4577 #, fuzzy msgid "Search this node and subnodes for a string" --- 1442,1506 ---- msgstr "Bruk bokstavelige strenger til søking." ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "Søket fortsatte fra slutten av dokumentet." ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Søk fortsatte fra begynnelsen av dokumentet." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Søker i delfil «%s»..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "Søk mislyktes" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Regexp-søk" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Søke" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr "skiller mellom store og små bokstaver " ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr "bakover" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Søkestrengen er for kort" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Går tilbake til siste treff fra %s" ! #: info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "No more matches" msgstr "Ingen flere treff." ! #: info/session.c:4574 #, fuzzy msgid "Search this node and subnodes for a string" *************** *** 1508,1631 **** #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Søker i delfil «%s»..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Gå til neste treff i Info-undertréet" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Ingen aktive søk" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Gå til forige treff i Info-undertréet" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "" "Lese inn en streng og søke etter den med skille på store og små bokstaver" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Lese inn en streng og søke etter den" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Lese inn en streng og søke bakover etter den" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Gjenta forrige søk i samme retning" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Ingen tidligere søkestreng" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Gjenta forrige søk i motsatt retning" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Tøm viste søketreff" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Søke interaktivt for en streng mens du skriver" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Regexp I-søk bakover: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-søk bakover: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Regexp I-søk: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-søk: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Mislyktes " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Avbryte gjeldende operasjon" ! #: info/session.c:5281 msgid "Quit" msgstr "Avbrutt" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Vis hvilken info-versjon som kjøres" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info versjon %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Tegne skjermen på nytt" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Avslutte Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Kjør kommandoen knyttet til denne tastens «liten-bokstav-variant»" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Ukjent kommando (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "«%s» er ugyldig" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "«%s» er ugyldig" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Legge til dette siffret til det gjeldende numeriske argumentet" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Starte (eller multiplisere med 4) den gjeldende numeriske argumentet" --- 1508,1631 ---- #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Søker i delfil «%s»..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Gå til neste treff i Info-undertréet" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Ingen aktive søk" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Gå til forige treff i Info-undertréet" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "" "Lese inn en streng og søke etter den med skille på store og små bokstaver" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Lese inn en streng og søke etter den" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Lese inn en streng og søke bakover etter den" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Gjenta forrige søk i samme retning" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Ingen tidligere søkestreng" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Gjenta forrige søk i motsatt retning" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Tøm viste søketreff" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Søke interaktivt for en streng mens du skriver" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Regexp I-søk bakover: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-søk bakover: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Regexp I-søk: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-søk: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Mislyktes " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Avbryte gjeldende operasjon" ! #: info/session.c:5278 msgid "Quit" msgstr "Avbrutt" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Vis hvilken info-versjon som kjøres" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info versjon %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Tegne skjermen på nytt" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Avslutte Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Kjør kommandoen knyttet til denne tastens «liten-bokstav-variant»" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Ukjent kommando (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "«%s» er ugyldig" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "«%s» er ugyldig" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Legge til dette siffret til det gjeldende numeriske argumentet" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Starte (eller multiplisere med 4) den gjeldende numeriske argumentet" *************** *** 2035,2043 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2035,2043 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2045,2062 **** msgstr "kunne ikke åpne %s for skriving: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "rekursjon er alltid tillatt" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "argumenter siteres som standard" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2045,2062 ---- msgstr "kunne ikke åpne %s for skriving: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "rekursjon er alltid tillatt" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "argumenter siteres som standard" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2064,2111 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s er ikke en gyldig språkkode" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s er ikke en gyldig språkkode" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "Kunne ikke lese %s: %s." ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "Feil ved lukking av @verbatiminclude-fil %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: kan ikke finne %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "Kunne ikke åpne %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2064,2111 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s er ikke en gyldig språkkode" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s er ikke en gyldig språkkode" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "Kunne ikke lese %s: %s." ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "Feil ved lukking av @verbatiminclude-fil %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: kan ikke finne %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "Kunne ikke åpne %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2123,2131 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2123,2131 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2147,2151 **** msgstr "@image-fil «%s» ikke funnet, bruker «%s»" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "ingen argument spesifisert for @U" --- 2147,2151 ---- msgstr "@image-fil «%s» ikke funnet, bruker «%s»" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "ingen argument spesifisert for @U" *************** *** 2156,2264 **** msgstr "@image-fil «%s» (for HTML) ikke funnet, bruker «%s»" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "kunne ikke åpne html-referansefilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "manglende type" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "ukjent type: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "feil ved lukking av html-referansefilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-file endte i en kommentar" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "kunne ikke åpne --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "Feil ved lukking av CSS-filen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "ingen htmlxref.cnf-oppføring funnet for «%s»" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "Feil ved lukking av rammefil %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "Feil ved lukking av TOC-rammefil %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "Feil ved lukking av omdirigeringsnodenfilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "gammelt navn for «%s» er en node for dokumentet" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "fil tom for omdøpt node «%s»" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2156,2264 ---- msgstr "@image-fil «%s» (for HTML) ikke funnet, bruker «%s»" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "kunne ikke åpne html-referansefilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "manglende type" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "ukjent type: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "feil ved lukking av html-referansefilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-file endte i en kommentar" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "kunne ikke åpne --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "Feil ved lukking av CSS-filen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "ingen htmlxref.cnf-oppføring funnet for «%s»" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "Feil ved lukking av rammefil %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "Feil ved lukking av TOC-rammefil %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "Feil ved lukking av omdirigeringsnodenfilen %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "gammelt navn for «%s» er en node for dokumentet" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "fil tom for omdøpt node «%s»" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2298,2302 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2298,2302 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2363,2639 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s «%s» er tidligere definert" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "her er den tidligere definisjonen av @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "tomt argument i @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "flere @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s krever et navn" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "dårlig navn for @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s mangler avsluttende krøllparentes" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' forventet «%s», men så «%s»" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "Ingen tilsvarende «%cend %s»" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "feilplassert %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "umatchet «%c%s»" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "makroen «%s» kalt med for mange argumenter" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s mangler avsluttende krøllparentes" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makroen «%s» deklarert uten argument kalt med et argument" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ i @%s ekspansjon fulgt av «%s» istedet for parameternavn eller \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "mangler navn for @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "uventet argument på @%s linje: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "tom multitabell" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "overflødig argument til @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "ugyldig argument til @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s krever et argument: formattereren for %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "dialekt-kommando «@%s» ikke tillatt som @%s-argument" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s mangler argument" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "ukjent @end %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "overflødig argument til @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "dårlig argument til @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: kunne ikke åpne %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "ugjenkjennelig kodingsnavn «%s»" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s er kun meningsfull i en @multitable-linje" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "tomt menyoppføringsnavn i noden «%s»." ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "%s bør ikke forekomme i @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s bør bare forekomme ved begynnelsen av en linje" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "makroen «%s» er tidligere definert" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "her er den tidligere definisjonen av «%s»" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2363,2634 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s «%s» er tidligere definert" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "her er den tidligere definisjonen av @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "tomt argument i @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "flere @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s krever et navn" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "dårlig navn for @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s mangler avsluttende krøllparentes" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' forventet «%s», men så «%s»" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "Ingen tilsvarende «%cend %s»" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "feilplassert %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "umatchet «%c%s»" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "makroen «%s» kalt med for mange argumenter" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s mangler avsluttende krøllparentes" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makroen «%s» deklarert uten argument kalt med et argument" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ i @%s ekspansjon fulgt av «%s» istedet for parameternavn eller \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "mangler navn for @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "uventet argument på @%s linje: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "tom multitabell" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "overflødig argument til @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "ugyldig argument til @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s krever et argument: formattereren for %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "dialekt-kommando «@%s» ikke tillatt som @%s-argument" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s mangler argument" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "ukjent @end %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "overflødig argument til @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "dårlig argument til @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: kunne ikke åpne %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "ugjenkjennelig kodingsnavn «%s»" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s er kun meningsfull i en @multitable-linje" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "tomt menyoppføringsnavn i noden «%s»." ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "%s bør ikke forekomme i @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s bør bare forekomme ved begynnelsen av en linje" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "makroen «%s» er tidligere definert" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "her er den tidligere definisjonen av «%s»" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2641,2645 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2636,2640 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2648,2777 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "bruk krøllparenteser for å gi en kommando som et argument til @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s forventer «i» eller «j» som argument, ikke «%s»" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s forventet krøllparanteser" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "udefinert valg: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s er foreldet." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s er foreldet: %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s bør bare forekomme ved begynnelsen av en linje" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s er ikke tillat i en «@%s»-blokk" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s er meningsløs innenfor en «@%s»-blokk" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s i tom multitabell" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "for mange kolonner i multitabell-element (maks %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "ignorerer @tab utenfor multitabell" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Må være etter «@%s» for å bruke «@%s»" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s gir ikke mening utenfor «@titlepage»- og «@quotation»-miljøer" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "region %s inne i region %s er ikke tillatt" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s sett før første @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2643,2772 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "bruk krøllparenteser for å gi en kommando som et argument til @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s forventer «i» eller «j» som argument, ikke «%s»" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s forventet krøllparanteser" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "udefinert valg: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s er foreldet." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s er foreldet: %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s bør bare forekomme ved begynnelsen av en linje" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s er ikke tillat i en «@%s»-blokk" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s er meningsløs innenfor en «@%s»-blokk" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s i tom multitabell" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "for mange kolonner i multitabell-element (maks %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "ignorerer @tab utenfor multitabell" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Må være etter «@%s» for å bruke «@%s»" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s gir ikke mening utenfor «@titlepage»- og «@quotation»-miljøer" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "region %s inne i region %s er ikke tillatt" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s sett før første @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2779,2955 **** "kanskje burde din @top-node bli pakket inn i @ifnottex istedet for @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "ukjent kommando «%s»." ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "uventet @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s er meningsløs utenfor et «@float»-miljø" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image mangler filnavn" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s mangler første argument" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "ikke-heksadesimale sifre i argument for @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "Forventet @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s bør kun akseptere en @-kommando som argument, ikke «%s»" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "resterende argument på @%s linje %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "miljø-kommando %s som argument til @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp-argument må være numerisk, ikke «%s»" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "Ukjent kildeindeks i %s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "Ukjent indeks «%s» i @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s-argument må være «top» eller «bottom», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Kun @%s 10 eller 11 er støttet, ikke «%s»" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s-argument må være «separate» eller «end», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s-argument må være «on», «off» eller «odd», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "@paragraphindent-argument må være numerisk/«none»/«asis», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2774,2950 ---- "kanskje burde din @top-node bli pakket inn i @ifnottex istedet for @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "ukjent kommando «%s»." ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "uventet @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s er meningsløs utenfor et «@float»-miljø" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image mangler filnavn" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s mangler første argument" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "ikke-heksadesimale sifre i argument for @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "Forventet @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s bør kun akseptere en @-kommando som argument, ikke «%s»" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "resterende argument på @%s linje %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "miljø-kommando %s som argument til @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp-argument må være numerisk, ikke «%s»" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "Ukjent kildeindeks i %s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "Ukjent indeks «%s» i @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s-argument må være «top» eller «bottom», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Kun @%s 10 eller 11 er støttet, ikke «%s»" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s-argument må være «separate» eller «end», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s-argument må være «on», «off» eller «odd», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "@paragraphindent-argument må være numerisk/«none»/«asis», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2957,3051 **** "@firstparagraphindent-argument må være numerisk/«none»/«asis», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent-argument må være numerisk/«asis», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "forventet @%s på eller av, ikke «%s»" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks-argument må være «true» eller «false», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "@urefbreakstyle-argument må være «after»/«before»/«none», ikke «%s»" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s ikke tom" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s referanse til ikke-eksisterende node «%s»" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "ureferert node «%s»" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referanse til ikke-eksisterende «%s»" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 2952,3046 ---- "@firstparagraphindent-argument må være numerisk/«none»/«asis», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent-argument må være numerisk/«asis», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "forventet @%s på eller av, ikke «%s»" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks-argument må være «true» eller «false», ikke «%s»" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "@urefbreakstyle-argument må være «after»/«before»/«none», ikke «%s»" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s ikke tom" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s referanse til ikke-eksisterende node «%s»" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "ureferert node «%s»" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referanse til ikke-eksisterende «%s»" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3053,3067 **** "Noden «%s» mangler et menypunkt for «%s» til tross for at den er dens oppmål" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3048,3062 ---- "Noden «%s» mangler et menypunkt for «%s» til tross for at den er dens oppmål" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3224,3238 **** msgstr "Kunne ikke lese init-fil %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignorerer ugjenkjennelig TEXINFO_OUTPUT_FORMAT-verdi «%s».\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Bruksmåte: %s [VALG]... TEXINFOFIL...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3219,3233 ---- msgstr "Kunne ikke lese init-fil %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignorerer ugjenkjennelig TEXINFO_OUTPUT_FORMAT-verdi «%s».\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Bruksmåte: %s [VALG]... TEXINFOFIL...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3250,3254 **** "virkemåten er identisk og er ikke avhengig av det installerte navnet.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3245,3249 ---- "virkemåten er identisk og er ikke avhengig av det installerte navnet.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3284,3288 **** " --version vis programversjon og avslutt.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3279,3283 ---- " --version vis programversjon og avslutt.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3304,3308 **** "FIL.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3299,3303 ---- "FIL.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3354,3358 **** " Ellers navngir DEST utdatafilen.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3349,3353 ---- " Ellers navngir DEST utdatafilen.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3394,3398 **** "%d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3389,3393 ---- "%d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3420,3424 **** " ankre; som standard kun hvis splitt.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3415,3419 ---- " ankre; som standard kun hvis splitt.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3426,3430 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3421,3425 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3432,3436 **** msgstr "" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3427,3431 ---- msgstr "" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3454,3458 **** "brukes.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3449,3453 ---- "brukes.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3492,3496 **** " Dessuten, for --no-ifFORMAT-alternativer, behandle @ifnotFORMAT-tekst.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3487,3491 ---- " Dessuten, for --no-ifFORMAT-alternativer, behandle @ifnotFORMAT-tekst.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3508,3512 **** " dersom XML genereres er --ifxml påslått og de andre av.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3503,3507 ---- " dersom XML genereres er --ifxml påslått og de andre av.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3537,3546 **** " makeinfo --no-split foo.texi skriv en Infofil uansett størrelse\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s: --footnote-style arg må være «separate» eller «end», ikke «%s».\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3532,3541 ---- " makeinfo --no-split foo.texi skriv en Infofil uansett størrelse\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s: --footnote-style arg må være «separate» eller «end», ikke «%s».\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3548,3581 **** "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke «%s».\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "%s: ved generering av %s, kun én inndata-FIL kan spesifiseres med -o\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "alternativet --Xopt uten utdata-utskrifter" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "Ukjent tre-transformasjon «%s»" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "ignorerer splitting for format %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: mangler filargument.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Prøv «%s --help» for mer informasjon.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" --- 3543,3576 ---- "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke «%s».\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "%s: ved generering av %s, kun én inndata-FIL kan spesifiseres med -o\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "alternativet --Xopt uten utdata-utskrifter" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "Ukjent tre-transformasjon «%s»" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "ignorerer splitting for format %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: mangler filargument.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Prøv «%s --help» for mer informasjon.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" *************** *** 3583,3597 **** "seksjon?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "Feil ved lukking av makroutvidelsesfil %s: «%s»\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "kunne ikke åpne %s for skriving: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3578,3592 ---- "seksjon?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "Feil ved lukking av makroutvidelsesfil %s: «%s»\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "kunne ikke åpne %s for skriving: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3601,3615 **** "resultater. Ingen seksjon?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: feil ved lukking av %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: feil ved lukking av intern lenkefil %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3596,3610 ---- "resultater. Ingen seksjon?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: feil ved lukking av %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: feil ved lukking av intern lenkefil %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" Binary files texinfo-6.4/po/nl.gmo and texinfo-6.5/po/nl.gmo differ diff -Nrc2 texinfo-6.4/po/nl.po texinfo-6.5/po/nl.po *** texinfo-6.4/po/nl.po 2017-06-23 06:53:06.000000000 +0100 --- texinfo-6.5/po/nl.po 2017-08-19 19:55:15.000000000 +0100 *************** *** 15,19 **** "Project-Id-Version: texinfo-6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-06-22 09:57+0200\n" "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n" --- 15,19 ---- "Project-Id-Version: texinfo-6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-06-22 09:57+0200\n" "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n" *************** *** 397,436 **** msgstr "Er is geen menu-item '%s' op pagina '%s'." ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "Kan pagina '%s' niet vinden." ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "Geen programmanaam gegeven." ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "ongeldig aantal: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "ongeldige toekenning aan variabele: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: onbekende variabele" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "waarde %s is niet geldig voor variabele %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Gebruik '--help' voor meer informatie.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 397,436 ---- msgstr "Er is geen menu-item '%s' op pagina '%s'." ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "Kan pagina '%s' niet vinden." ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "Geen programmanaam gegeven." ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "ongeldig aantal: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "ongeldige toekenning aan variabele: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: onbekende variabele" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "waarde %s is niet geldig voor variabele %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Gebruik '--help' voor meer informatie.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 447,456 **** "Er is GEEN GARANTIE, voor zover de wet dit toestaat.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "geen index-items gevonden voor '%s'\n" ! #: info/info.c:1089 #, c-format msgid "" --- 447,456 ---- "Er is GEEN GARANTIE, voor zover de wet dit toestaat.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "geen index-items gevonden voor '%s'\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 463,467 **** "Documentatie in Info-opmaak lezen.\n" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 463,467 ---- "Documentatie in Info-opmaak lezen.\n" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 479,483 **** " -f, --file=HANDLEIDING het te bekijken Info-bestand" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 479,483 ---- " -f, --file=HANDLEIDING het te bekijken Info-bestand" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 492,506 **** " -o, --output=BESTAND de gekozen pagina's naar dit bestand schrijven" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" " -O, --show-options, --usage de pagina met de commandoregelopties tonen" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" " -b, --speech-friendly uitvoer toesnijden op spraaksynthesizers" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 492,506 ---- " -o, --output=BESTAND de gekozen pagina's naar dit bestand schrijven" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" " -O, --show-options, --usage de pagina met de commandoregelopties tonen" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" " -b, --speech-friendly uitvoer toesnijden op spraaksynthesizers" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 514,518 **** " -w, --where, --location het volledige pad van het Info-bestand tonen" ! #: info/info.c:1122 msgid "" "\n" --- 514,518 ---- " -w, --where, --location het volledige pad van het Info-bestand tonen" ! #: info/info.c:1124 msgid "" "\n" *************** *** 531,535 **** "menu-item in de op dat moment bereikte pagina." ! #: info/info.c:1129 msgid "" "\n" --- 531,535 ---- "menu-item in de op dat moment bereikte pagina." ! #: info/info.c:1131 msgid "" "\n" *************** *** 539,543 **** "Voor een overzicht van de commandotoetsen in 'info', typ hoofdletter 'H'." ! #: info/info.c:1132 msgid "" "\n" --- 539,543 ---- "Voor een overzicht van de commandotoetsen in 'info', typ hoofdletter 'H'." ! #: info/info.c:1134 msgid "" "\n" *************** *** 576,580 **** " info -f ./foo.info het bestand './foo.info' tonen" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 576,580 ---- " info -f ./foo.info het bestand './foo.info' tonen" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 587,651 **** "De Texinfo-webpagina is: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Kan pagina '(%s)%s' niet vinden." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Kan geen venster vinden!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Het punt bevindt zich niet in de pagina van dit venster!" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "Het laatste venster kan niet gesloten worden." ! #: info/info.c:1186 msgid "No menu in this node" msgstr "Er is geen menu op deze pagina." ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "Er zijn geen voetnoten op deze pagina." ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "Er zijn geen kruisverwijzingen op deze pagina." ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "Er is geen '%s'-koppeling op deze pagina." ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Onbekend Info-commando '%c'; typ '?' voor hulp." ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminaltype '%s' is niet krachtig genoeg voor Info." ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "U bent al aan het eind van deze pagina." ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "U bent al aan het begin van deze pagina." ! #: info/info.c:1194 msgid "Only one window" msgstr "Er is slechts één venster." ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "Het resulterende venster zou te klein zijn." ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "Niet genoeg ruimte voor een hulpvenster; sluit een venster." --- 587,651 ---- "De Texinfo-webpagina is: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Kan pagina '(%s)%s' niet vinden." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Kan geen venster vinden!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Het punt bevindt zich niet in de pagina van dit venster!" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "Het laatste venster kan niet gesloten worden." ! #: info/info.c:1188 msgid "No menu in this node" msgstr "Er is geen menu op deze pagina." ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "Er zijn geen voetnoten op deze pagina." ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "Er zijn geen kruisverwijzingen op deze pagina." ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "Er is geen '%s'-koppeling op deze pagina." ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Onbekend Info-commando '%c'; typ '?' voor hulp." ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminaltype '%s' is niet krachtig genoeg voor Info." ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "U bent al aan het eind van deze pagina." ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "U bent al aan het begin van deze pagina." ! #: info/info.c:1196 msgid "Only one window" msgstr "Er is slechts één venster." ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "Het resulterende venster zou te klein zijn." ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "Niet genoeg ruimte voor een hulpvenster; sluit een venster." *************** *** 1448,1636 **** msgstr "Zoeken gebruikt letterlijke tekst." ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "Het zoeken is verdergegaan vanaf het einde." ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "Het zoeken is verdergegaan vanaf het begin." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Zoeken naar subbestand %s..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "Niet gevonden." ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [\"%s\"]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Zoeken naar expressie" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Zoeken" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " (hooflettergevoelig)" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " (achterwaarts)" # FIXME: huh? ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Zoektekenreeks is te kort." ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Terugkerend naar de laatste overeenkomst in '%s'." ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "Geen verdere overeenkomsten." ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Deze pagina en subpagina's doorzoeken naar een tekenreeks" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "Zoeken onder '%s': " ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Naar de volgende overeenkomst in de Info-subboom gaan" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Er is geen actieve zoekopdracht." ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Naar de voorgaande overeenkomst in de Info-subboom gaan" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Een tekenreeks lezen en er hoofdlettergevoelig naar zoeken" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Een tekenreeks lezen en er naar zoeken" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Een tekenreeks lezen en er achterwaarts naar zoeken" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "De laatste zoekopdracht in dezelfde richting herhalen" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Geen eerdere zoektekenreeks." ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "De laatste zoekopdracht in tegenovergestelde richting herhalen" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Getoonde zoekresultaten wissen" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Naar een tekenreeks zoeken terwijl u deze intypt" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Achterwaarts typend-zoeken naar expressie: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "Achterwaarts typend-zoeken: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Typend-zoeken naar expressie: " ! #: info/session.c:4881 msgid "I-search: " msgstr "Typend-zoeken: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "*Ongevonden* " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Huidige operatie annuleren" # Dit is een reactie op bovenstaande 'Cancel current operation'. ! #: info/session.c:5281 msgid "Quit" msgstr "Geannuleerd" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "De versie van Info tonen" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info, versie %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Het venster opnieuw schrijven" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Info afsluiten" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "" "Commando uitvoeren dat behoort bij de kleinelettervariant van deze toets" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "Onbekend commando (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" is ongeldig." ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "'%s' is ongeldig." ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Dit cijfer toevoegen aan het huidige numerieke argument" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "" --- 1448,1636 ---- msgstr "Zoeken gebruikt letterlijke tekst." ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "Het zoeken is verdergegaan vanaf het einde." ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "Het zoeken is verdergegaan vanaf het begin." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Zoeken naar subbestand %s..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "Niet gevonden." ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [\"%s\"]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Zoeken naar expressie" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Zoeken" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " (hooflettergevoelig)" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " (achterwaarts)" # FIXME: huh? ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Zoektekenreeks is te kort." ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Terugkerend naar de laatste overeenkomst in '%s'." ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "Geen verdere overeenkomsten." ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Deze pagina en subpagina's doorzoeken naar een tekenreeks" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "Zoeken onder '%s': " ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Naar de volgende overeenkomst in de Info-subboom gaan" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Er is geen actieve zoekopdracht." ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Naar de voorgaande overeenkomst in de Info-subboom gaan" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Een tekenreeks lezen en er hoofdlettergevoelig naar zoeken" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Een tekenreeks lezen en er naar zoeken" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Een tekenreeks lezen en er achterwaarts naar zoeken" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "De laatste zoekopdracht in dezelfde richting herhalen" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Geen eerdere zoektekenreeks." ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "De laatste zoekopdracht in tegenovergestelde richting herhalen" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Getoonde zoekresultaten wissen" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Naar een tekenreeks zoeken terwijl u deze intypt" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Achterwaarts typend-zoeken naar expressie: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "Achterwaarts typend-zoeken: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Typend-zoeken naar expressie: " ! #: info/session.c:4878 msgid "I-search: " msgstr "Typend-zoeken: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "*Ongevonden* " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Huidige operatie annuleren" # Dit is een reactie op bovenstaande 'Cancel current operation'. ! #: info/session.c:5278 msgid "Quit" msgstr "Geannuleerd" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "De versie van Info tonen" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info, versie %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Het venster opnieuw schrijven" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Info afsluiten" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "" "Commando uitvoeren dat behoort bij de kleinelettervariant van deze toets" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "Onbekend commando (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" is ongeldig." ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "'%s' is ongeldig." ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Dit cijfer toevoegen aan het huidige numerieke argument" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "" *************** *** 2050,2058 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2050,2058 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2060,2072 **** msgstr "kan %s niet openen om te schrijven: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "recursie is altijd toegestaan" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "argumenten hebben standaard aanhalingstekens" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2060,2072 ---- msgstr "kan %s niet openen om te schrijven: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "recursie is altijd toegestaan" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "argumenten hebben standaard aanhalingstekens" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2074,2078 **** "verplaats uw @contents-commando als u de inhoudsopgave na de titelpagina wilt" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2074,2078 ---- "verplaats uw @contents-commando als u de inhoudsopgave na de titelpagina wilt" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2082,2129 **** "na de titelpagina wilt" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s is geen geldige taalcode" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s is geen geldige regiocode" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s is geen geldige splitsmogelijkheid" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "kan %s niet lezen: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "fout bij sluiten van '@verbatiminclude'-bestand %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: kan %s niet vinden" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "geen pagina om te hernoemen" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "pagina's zonder nieuwe naam aan einde van bestand" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "kan %s niet openen: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2082,2129 ---- "na de titelpagina wilt" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s is geen geldige taalcode" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s is geen geldige regiocode" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s is geen geldige splitsmogelijkheid" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "kan %s niet lezen: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "fout bij sluiten van '@verbatiminclude'-bestand %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: kan %s niet vinden" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "geen pagina om te hernoemen" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "pagina's zonder nieuwe naam aan einde van bestand" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "kan %s niet openen: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2141,2149 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2141,2149 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2165,2169 **** msgstr "@image-bestand '%s' is niet gevonden; '%s' wordt gebruikt" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "geen argument opgegeven voor @U" --- 2165,2169 ---- msgstr "@image-bestand '%s' is niet gevonden; '%s' wordt gebruikt" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "geen argument opgegeven voor @U" *************** *** 2175,2269 **** # XXX Zet ook elders "ruw" om naar "rauw". ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "rauwe opmaak %s is niet omgezet" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "kan instellingenbestand %s voor HTML-referenties niet openen: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "ontbrekend type" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "onbekend type: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "fout bij sluiten van instellingenbestand %s voor HTML-referenties: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "tekenreeks niet afgesloten in CSS-bestand" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "'--css-include' eindigt in commentaar" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "'@import' is niet afgesloten in CSS-bestand" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "CSS-bestand %s is niet gevonden" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "kan '--include-file'-bestand %s niet openen: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "fout bij sluiten van CSS-bestand %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "geen 'htmlxref.cnf'-item gevonden voor '%s'" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "fout bij sluiten van frames-bestand %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "fout bij sluiten van TOC-frames-bestand %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "verwerker %s van fase %s, prioriteit %s, is gestruikeld" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "een 'title'-commando en '@top' vereisen een titel" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "fout bij sluiten van %s, bestand met doorverwijzende pagina's: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "oude naam van '%s' is een pagina in het document" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "bestand is leeg voor hernoemde pagina '%s'" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" --- 2175,2269 ---- # XXX Zet ook elders "ruw" om naar "rauw". ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "rauwe opmaak %s is niet omgezet" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "kan instellingenbestand %s voor HTML-referenties niet openen: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "ontbrekend type" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "onbekend type: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "fout bij sluiten van instellingenbestand %s voor HTML-referenties: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "tekenreeks niet afgesloten in CSS-bestand" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "'--css-include' eindigt in commentaar" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "'@import' is niet afgesloten in CSS-bestand" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "CSS-bestand %s is niet gevonden" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "kan '--include-file'-bestand %s niet openen: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "fout bij sluiten van CSS-bestand %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "geen 'htmlxref.cnf'-item gevonden voor '%s'" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "fout bij sluiten van frames-bestand %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "fout bij sluiten van TOC-frames-bestand %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "verwerker %s van fase %s, prioriteit %s, is gestruikeld" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "een 'title'-commando en '@top' vereisen een titel" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "fout bij sluiten van %s, bestand met doorverwijzende pagina's: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "oude naam van '%s' is een pagina in het document" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "bestand is leeg voor hernoemde pagina '%s'" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" *************** *** 2271,2275 **** # XXX Is het node of nodes? ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" --- 2271,2275 ---- # XXX Is het node of nodes? ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" *************** *** 2278,2286 **** "pagina's: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "lege paginanaam" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2278,2286 ---- "pagina's: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "lege paginanaam" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2320,2324 **** msgstr "Index-item in @%s met ':' produceert ongeldige Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2320,2324 ---- msgstr "Index-item in @%s met ':' produceert ongeldige Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2385,2443 **** msgstr "menu-itemnaam hoort geen ':' te bevatten" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "lege paginanaam na expansie '%s'" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s '%s' is al eerder gedefinieerd" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "hier was de eerdere definitie van @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "leeg argument in @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "meerdere @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "onjuist of leeg formeel argument van @%s: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "onjuiste syntax voor argument van @%s: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s vereist een naam" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "foute naam voor @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s gevonden vóór sluitaccolade van @%s" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" --- 2385,2443 ---- msgstr "menu-itemnaam hoort geen ':' te bevatten" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "lege paginanaam na expansie '%s'" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s '%s' is al eerder gedefinieerd" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "hier was de eerdere definitie van @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "leeg argument in @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "meerdere @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "onjuist of leeg formeel argument van @%s: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "onjuiste syntax voor argument van @%s: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s vereist een naam" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "foute naam voor @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s gevonden vóór sluitaccolade van @%s" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" *************** *** 2445,2499 **** # XXX Maybe "closing brace"? And "is missing a" or ":"? ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s: ontbrekende sluitaccolade" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s: afsluitende scheidingstekens ontbreken: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx hoort niet aan begin van @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx hoort na @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s bevat tekst maar geen @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "'@end' verwachtte '%s', maar vond '%s'" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s gevonden vóór @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "geen overeenkomende '%cend %s'" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "verkeerd geplaatste %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "ongepaarde '%c%s'" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" --- 2445,2499 ---- # XXX Maybe "closing brace"? And "is missing a" or ":"? ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s: ontbrekende sluitaccolade" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s: afsluitende scheidingstekens ontbreken: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx hoort niet aan begin van @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx hoort na @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s bevat tekst maar geen @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "'@end' verwachtte '%s', maar vond '%s'" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s gevonden vóór @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "geen overeenkomende '%cend %s'" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "verkeerd geplaatste %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "ongepaarde '%c%s'" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" *************** *** 2501,2510 **** # XXX Maybe "closing brace"? And "is missing a" or ":"? ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s: ontbrekende sluitaccolade" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" --- 2501,2510 ---- # XXX Maybe "closing brace"? And "is missing a" or ":"? ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s: ontbrekende sluitaccolade" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" *************** *** 2513,2517 **** "argument" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" --- 2513,2517 ---- "argument" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" *************** *** 2520,2549 **** "of '\\'" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "ontbrekende naam voor @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "ontbrekende categorie voor @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "onverwacht argument op @%s-regel: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "lege multitabel" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "overtollig argument van @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" --- 2520,2549 ---- "of '\\'" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "ontbrekende naam voor @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "ontbrekende categorie voor @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "onverwacht argument op @%s-regel: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "lege multitabel" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "overtollig argument van @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" *************** *** 2551,2560 **** # FIXME: formatter? ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s vereist een argument: de formatteerder voor %c-item" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2551,2560 ---- # FIXME: formatter? ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s vereist een argument: de formatteerder voor %c-item" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2563,2626 **** "%s-regel" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "accentcommando '@%s' is niet toegestaan als argument van @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s: ontbrekend argument" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "onbekende @end %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "overtollig argument van @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "fout argument van @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: kan %s niet openen: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "codering '%s' is geen kanonieke Texinfo-codering" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "onbekende coderingsnaam '%s'" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s na het eerste element" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s is alleen zinvol op een '@multitable'-regel" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s hoort niet gerelateerd te zijn aan @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" --- 2563,2621 ---- "%s-regel" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "accentcommando '@%s' is niet toegestaan als argument van @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s: ontbrekend argument" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "onbekende @end %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "overtollig argument van @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "fout argument van @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: kan %s niet openen: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "codering '%s' is geen kanonieke Texinfo-codering" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "onbekende coderingsnaam '%s'" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s na het eerste element" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s is alleen zinvol op een '@multitable'-regel" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" *************** *** 2628,2671 **** "@node gevonden vóór @%s, maar delen mogen niet gerelateerd zijn aan pagina's" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "lege menu-itemnaam in '%s'" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "lege paginanaam in menu-item" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s hoort niet voor te komen in @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s hoort alleen voor te komen aan begin van regel" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "macro '%s' is al eerder gedefinieerd" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "hier was de eerdere definitie van '%s'" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "herdefiniëren van Texinfo-commando: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s zonder gerelateerd teken" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2623,2666 ---- "@node gevonden vóór @%s, maar delen mogen niet gerelateerd zijn aan pagina's" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "lege menu-itemnaam in '%s'" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "lege paginanaam in menu-item" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s hoort niet voor te komen in @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s hoort alleen voor te komen aan begin van regel" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "macro '%s' is al eerder gedefinieerd" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "hier was de eerdere definitie van '%s'" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "herdefiniëren van Texinfo-commando: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s zonder gerelateerd teken" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2675,2679 **** "aangeroepen te worden met {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2670,2674 ---- "aangeroepen te worden met {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2684,2688 **** "waarde is %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2679,2683 ---- "waarde is %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2691,2815 **** "'@rmacro'" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "na accentcommando '@%s' hoort geen witruimte te komen" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "gebruik '{...}' om een commando als argument mee te geven aan @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s verwacht 'i' of 'j' als argument, niet '%s'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "na accentcommando '@%s' hoort geen nieuwe regel te komen" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s verwachtte '{...}'" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "ongedefinieerde vlag: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "onjuiste syntax voor @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s is verouderd." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s is verouderd; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s hoort alleen voor te komen aan begin van regel" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s is niet toegestaan in een '@%s'-blok" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s hoort alleen voor te komen in kop- of voetregel" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s is zinloos in een '@%s'-blok" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s in een lege multitabel" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab vóór @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "te veel kolommen in multitabel-item (maximaal %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "@tab buiten een multitabel wordt genegeerd" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s buiten tabel of lijst" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "moet na '@%s' zijn om '@%s' te kunnen gebruiken" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s is niet zinvol buiten '@titlepage'- en '@quotation'-omgevingen" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory na eerste pagina" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "regio %s binnen regio %s is niet toegestaan" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry na eerste pagina" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu in ongeldige context" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s gevonden vóór de eerste @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2686,2810 ---- "'@rmacro'" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "na accentcommando '@%s' hoort geen witruimte te komen" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "gebruik '{...}' om een commando als argument mee te geven aan @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s verwacht 'i' of 'j' als argument, niet '%s'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "na accentcommando '@%s' hoort geen nieuwe regel te komen" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s verwachtte '{...}'" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "ongedefinieerde vlag: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "onjuiste syntax voor @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s is verouderd." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s is verouderd; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s hoort alleen voor te komen aan begin van regel" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s is niet toegestaan in een '@%s'-blok" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s hoort alleen voor te komen in kop- of voetregel" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s is zinloos in een '@%s'-blok" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s in een lege multitabel" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab vóór @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "te veel kolommen in multitabel-item (maximaal %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "@tab buiten een multitabel wordt genegeerd" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s buiten tabel of lijst" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "moet na '@%s' zijn om '@%s' te kunnen gebruiken" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s is niet zinvol buiten '@titlepage'- en '@quotation'-omgevingen" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory na eerste pagina" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "regio %s binnen regio %s is niet toegestaan" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry na eerste pagina" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu in ongeldige context" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s gevonden vóór de eerste @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2818,2856 **** "@ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s hoort alleen voor te komen in mathematische context" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "onbekend commando '%s'" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "onverwachte @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s is niet zinvol buiten een '@float'-omgeving" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s hoort direct onder '@float'" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "meerdere @%s worden genegeerd" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "commando @%s accepteert geen argumenten" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" --- 2813,2851 ---- "@ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s hoort alleen voor te komen in mathematische context" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "onbekend commando '%s'" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "onverwachte @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s is niet zinvol buiten een '@float'-omgeving" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s hoort direct onder '@float'" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "meerdere @%s worden genegeerd" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "commando @%s accepteert geen argumenten" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" *************** *** 2858,2950 **** "bij commando @%s ontbreekt een paginanaam of een extern handleidingsargument" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "een lege kruisverwijzingsnaam in @%s na expansie '%s'" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "een lege kruisverwijzingstitel in @%s na expansie '%s'" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "ontbrekend bestandsnaamargument van @image" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "bij @%s ontbreekt eerste argument" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "niet-hexadecimale cijfers in argument van @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "minder dan vier hexadecimale cijfers in argument van @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argument van @U overschrijdt Unicode-maximum 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "overtollige argumenten voor pagina" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "verwachtte @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s hoort alleen een @-commando als argument te accepteren, niet '%s'" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "overblijvend argument op @%s-regel: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "omgevingscommando %s is gebruikt als argument van @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "lege @%s" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "Kolomfractie is geen getal: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "Argument van @sp moet numeriek zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "gereserveerde indexnaam %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "onbekende bronindex in @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "onbekende doelindex in @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" --- 2853,2945 ---- "bij commando @%s ontbreekt een paginanaam of een extern handleidingsargument" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "een lege kruisverwijzingsnaam in @%s na expansie '%s'" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "een lege kruisverwijzingstitel in @%s na expansie '%s'" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "ontbrekend bestandsnaamargument van @image" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "bij @%s ontbreekt eerste argument" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "niet-hexadecimale cijfers in argument van @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "minder dan vier hexadecimale cijfers in argument van @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argument van @U overschrijdt Unicode-maximum 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "overtollige argumenten voor pagina" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "verwachtte @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s hoort alleen een @-commando als argument te accepteren, niet '%s'" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "overblijvend argument op @%s-regel: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "omgevingscommando %s is gebruikt als argument van @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "lege @%s" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "Kolomfractie is geen getal: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "Argument van @sp moet numeriek zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "gereserveerde indexnaam %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "onbekende bronindex in @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "onbekende doelindex in @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" *************** *** 2952,2991 **** "@%s zou leiden tot het samenvoegen van %s met zichzelf -- wordt genegeerd" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "onbekende index '%s' in @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "afdrukken van een index '%s' samengevoegd met een andere, '%s'" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "afdrukopdracht vóór begin van document: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "Argument van @%s moet 'top' of 'bottom' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Bij @%s is alleen 10 of 11 mogelijk, niet '%s'" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "Argument van @%s moet 'separate' of 'end' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "Argument van @%s moet 'on' of 'off' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2947,2986 ---- "@%s zou leiden tot het samenvoegen van %s met zichzelf -- wordt genegeerd" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "onbekende index '%s' in @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "afdrukken van een index '%s' samengevoegd met een andere, '%s'" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "afdrukopdracht vóór begin van document: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "Argument van @%s moet 'top' of 'bottom' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Bij @%s is alleen 10 of 11 mogelijk, niet '%s'" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "Argument van @%s moet 'separate' of 'end' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "Argument van @%s moet 'on' of 'off' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2993,2997 **** "Argument van @paragraphindent moet numeriek, 'none' of 'asis' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2988,2992 ---- "Argument van @paragraphindent moet numeriek, 'none' of 'asis' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2999,3013 **** "Argument van @firstparagraphindent moet 'none' of 'insert' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "Argument van @exampleindent moet numeriek of 'asis' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "bij @%s werd 'on' of 'off' verwacht, niet '%s'" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 2994,3008 ---- "Argument van @firstparagraphindent moet 'none' of 'insert' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "Argument van @exampleindent moet numeriek of 'asis' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "bij @%s werd 'on' of 'off' verwacht, niet '%s'" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 3016,3025 **** "'%s'" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "Argument van @allowcodebreaks moet 'true of 'false' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3011,3020 ---- "'%s'" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "Argument van @allowcodebreaks moet 'true of 'false' zijn, niet '%s'" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3027,3041 **** "Argument van @urefbreakstyle moet 'after', 'before' of 'none' zijn, niet '%s'" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "verhoging van sectioneringsniveau van @%s, want te laag" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "er is geen hoofdstuksniveaucommando vóór @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" --- 3022,3036 ---- "Argument van @urefbreakstyle moet 'after', 'before' of 'none' zijn, niet '%s'" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "verhoging van sectioneringsniveau van @%s, want te laag" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "er is geen hoofdstuksniveaucommando vóór @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" *************** *** 3043,3097 **** "verlaging van sectioneringsniveau van @%s verschijnt na een lager element" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "er is geen sectioneringscommando gerelateerd aan @%s" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s is niet leeg" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s verwijst naar niet-bestaande pagina '%s'" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s-paginanaam '%s' verschilt van %s-naam '%s'" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "naar pagina '%s' wordt niet verwezen" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "pagina '%s' is %s voor '%s' in de sectionering maar niet in het menu" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "pagina %s '%s' in menu '%s' en in sectionering '%s' verschillen" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "pagina '%s' is %s voor '%s' in het menu maar niet in de sectionering" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s-pointer '%s' (voor pagina '%s') verschilt van %s-naam '%s'" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s verwijst naar niet-bestaande '%s'" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3038,3092 ---- "verlaging van sectioneringsniveau van @%s verschijnt na een lager element" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "er is geen sectioneringscommando gerelateerd aan @%s" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s is niet leeg" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s verwijst naar niet-bestaande pagina '%s'" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s-paginanaam '%s' verschilt van %s-naam '%s'" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "naar pagina '%s' wordt niet verwezen" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "pagina '%s' is %s voor '%s' in de sectionering maar niet in het menu" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "pagina %s '%s' in menu '%s' en in sectionering '%s' verschillen" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "pagina '%s' is %s voor '%s' in het menu maar niet in de sectionering" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s-pointer '%s' (voor pagina '%s') verschilt van %s-naam '%s'" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s verwijst naar niet-bestaande '%s'" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3100,3114 **** "ondanks dat de eerste het 'Up'-doel van de laatste is" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "bij '%s' komen 'Up' in menu '%s' en 'Up %s' niet overeen" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s naar '%s', verschilt van %s-naam '%s'" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3095,3109 ---- "ondanks dat de eerste het 'Up'-doel van de laatste is" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "bij '%s' komen 'Up' in menu '%s' en 'Up %s' niet overeen" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s naar '%s', verschilt van %s-naam '%s'" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3278,3292 **** msgstr "kan initialisatiebestand %s niet lezen" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "onbekende waarde '%s' van TEXINFO_OUTPUT_FORMAT wordt genegeerd\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Gebruik: %s [OPTIE...] TEXINFO-BESTAND...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3273,3287 ---- msgstr "kan initialisatiebestand %s niet lezen" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "onbekende waarde '%s' van TEXINFO_OUTPUT_FORMAT wordt genegeerd\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Gebruik: %s [OPTIE...] TEXINFO-BESTAND...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3303,3307 **** "als als 'texi2any'; hun gedrag is identiek.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3298,3302 ---- "als als 'texi2any'; hun gedrag is identiek.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3341,3345 **** " --version versie-informatie tonen en stoppen\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3336,3340 ---- " --version versie-informatie tonen en stoppen\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3362,3366 **** "BESTAND\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3357,3361 ---- "BESTAND\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3403,3407 **** "HTML)\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3398,3402 ---- "HTML)\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3442,3446 **** " (standaard %d bytes)\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3437,3441 ---- " (standaard %d bytes)\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3472,3476 **** "opsplitsen\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3467,3471 ---- "opsplitsen\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3480,3484 **** " --output-indent=WAARDE (doet niets; herkend voor compatibilteit)\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3475,3479 ---- " --output-indent=WAARDE (doet niets; herkend voor compatibilteit)\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3489,3493 **** "herhaald\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3484,3488 ---- "herhaald\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3508,3512 **** " -U VAR variabele VAR wissen (als met '@clear')\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3503,3507 ---- " -U VAR variabele VAR wissen (als met '@clear')\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3543,3547 **** " Voor de '--no-ifOPMAAK'-opties geldt: '@ifnotOPMAAK' _wel_ verwerken.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3538,3542 ---- " Voor de '--no-ifOPMAAK'-opties geldt: '@ifnotOPMAAK' _wel_ verwerken.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3561,3565 **** " als XML gemaakt wordt, staat '--ifxml' aan en de anderen niet.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3556,3560 ---- " als XML gemaakt wordt, staat '--ifxml' aan en de anderen niet.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3596,3600 **** "grootte\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3591,3595 ---- "grootte\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3602,3606 **** "%s: Argument van --footnote-style moet 'separate' of 'end' zijn, niet '%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3597,3601 ---- "%s: Argument van --footnote-style moet 'separate' of 'end' zijn, niet '%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3609,3613 **** "niet '%s'.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3604,3608 ---- "niet '%s'.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3616,3644 **** "gegeven worden\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "Optie '--Xopt' gegeven zonder dat er afdrukuitvoer gemaakt wordt" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "onbekende boomtransformatie %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "het splitsen voor opmaak %s wordt genegeerd" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: Ontbrekend bestandsargument.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Typ '%s --help' voor meer informatie.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" --- 3611,3639 ---- "gegeven worden\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "Optie '--Xopt' gegeven zonder dat er afdrukuitvoer gemaakt wordt" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "onbekende boomtransformatie %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "het splitsen voor opmaak %s wordt genegeerd" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: Ontbrekend bestandsargument.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Typ '%s --help' voor meer informatie.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" *************** *** 3646,3660 **** "sectie?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "fout bij sluiten van %s, bestand met macro-expansies: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "kan %s niet openen om te schrijven: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3641,3655 ---- "sectie?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "fout bij sluiten van %s, bestand met macro-expansies: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "kan %s niet openen om te schrijven: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3664,3682 **** "resultaat af. Geen sectie?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: fout bij sluiten van %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: fout bij sluiten van %s, bestand met interne koppelingen: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: kan %s niet openen om te schrijven: %s\n" #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" --- 3659,3680 ---- "resultaat af. Geen sectie?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: fout bij sluiten van %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: fout bij sluiten van %s, bestand met interne koppelingen: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: kan %s niet openen om te schrijven: %s\n" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s hoort niet gerelateerd te zijn aan @top" + #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" Binary files texinfo-6.4/po/pl.gmo and texinfo-6.5/po/pl.gmo differ diff -Nrc2 texinfo-6.4/po/pl.po texinfo-6.5/po/pl.po *** texinfo-6.4/po/pl.po 2017-06-23 06:53:06.000000000 +0100 --- texinfo-6.5/po/pl.po 2017-08-19 19:55:15.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-06-19 17:05+0200\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" --- 8,12 ---- "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-06-19 17:05+0200\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" *************** *** 389,428 **** msgstr "Brak elementu menu '%s' w węźle '%s'" ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "Nie znaleziono węzła '%s'" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "Nie podano nazwy programu" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "błędna liczba: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "źle sformułowane przypisanie zmiennej: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: brak zmiennej" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "wartość %s nie jest prawidłowa dla zmiennej %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Więcej informacji można uzyskać przez --help.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 389,428 ---- msgstr "Brak elementu menu '%s' w węźle '%s'" ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "Nie znaleziono węzła '%s'" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "Nie podano nazwy programu" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "błędna liczba: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "źle sformułowane przypisanie zmiennej: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: brak zmiennej" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "wartość %s nie jest prawidłowa dla zmiennej %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Więcej informacji można uzyskać przez --help.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 440,449 **** "Nie ma ŻADNEJ GWARANCJI w zakresie dopuszczalnym przez prawo.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "nie znaleziono wpisów w indeksie dla '%s'\n" ! #: info/info.c:1089 #, c-format msgid "" --- 440,449 ---- "Nie ma ŻADNEJ GWARANCJI w zakresie dopuszczalnym przez prawo.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "nie znaleziono wpisów w indeksie dla '%s'\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 456,460 **** "Przeglądanie dokumentacji w formacie Info.\n" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 456,460 ---- "Przeglądanie dokumentacji w formacie Info.\n" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 471,475 **** " -f, --file=PODRĘCZNIK określenie podręcznika Info do odwiedzenia" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 471,475 ---- " -f, --file=PODRĘCZNIK określenie podręcznika Info do odwiedzenia" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 485,497 **** " -o, --output=PLIK zapis wybranych węzłów do PLIKU" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr " -O, --show-options, --usage przejście do węzła opcji linii poleceń" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly tryb przyjazny dla syntezatorów mowy" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 485,497 ---- " -o, --output=PLIK zapis wybranych węzłów do PLIKU" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr " -O, --show-options, --usage przejście do węzła opcji linii poleceń" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly tryb przyjazny dla syntezatorów mowy" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 506,510 **** " -w, --where, --location wyświetlenie fizycznego położenia pliku Info" ! #: info/info.c:1122 msgid "" "\n" --- 506,510 ---- " -w, --where, --location wyświetlenie fizycznego położenia pliku Info" ! #: info/info.c:1124 msgid "" "\n" *************** *** 525,529 **** "początkowo odwiedzonego węzła." ! #: info/info.c:1129 msgid "" "\n" --- 525,529 ---- "początkowo odwiedzonego węzła." ! #: info/info.c:1131 msgid "" "\n" *************** *** 533,537 **** "Opis działania klawiszy jest dostępny pod H w Info." ! #: info/info.c:1132 msgid "" "\n" --- 533,537 ---- "Opis działania klawiszy jest dostępny pod H w Info." ! #: info/info.c:1134 msgid "" "\n" *************** *** 568,572 **** "katalogu" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 568,572 ---- "katalogu" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 578,642 **** "Strona domowa texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Nie znaleziono węzła '(%s)%s'" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Nie można znaleźć okna!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Kropka nie występuje w węźle z tego okna!" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "Nie można usunąć ostatniego okna" ! #: info/info.c:1186 msgid "No menu in this node" msgstr "Brak menu w tym węźle" ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "Brak przypisów w tym węźle" ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "Brak odsyłaczy w tym węźle" ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "Brak wskaźnika '%s' dla tego węzła" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Nieznane polecenie Info '%c'; '?' przywołuje pomoc" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Typ terminala '%s' nie jest wystarczający do uruchomienia Info" ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "To już jest ostatnia strona tego węzła" ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "To już jest pierwsza strona tego węzła" ! #: info/info.c:1194 msgid "Only one window" msgstr "Tylko jedno okno" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "Wynikowe okno byłoby zbyt małe" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "Za mało miejsca na okno pomocy, proszę usunąć okno" --- 578,642 ---- "Strona domowa texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Nie znaleziono węzła '(%s)%s'" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Nie można znaleźć okna!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Kropka nie występuje w węźle z tego okna!" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "Nie można usunąć ostatniego okna" ! #: info/info.c:1188 msgid "No menu in this node" msgstr "Brak menu w tym węźle" ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "Brak przypisów w tym węźle" ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "Brak odsyłaczy w tym węźle" ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "Brak wskaźnika '%s' dla tego węzła" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Nieznane polecenie Info '%c'; '?' przywołuje pomoc" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Typ terminala '%s' nie jest wystarczający do uruchomienia Info" ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "To już jest ostatnia strona tego węzła" ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "To już jest pierwsza strona tego węzła" ! #: info/info.c:1196 msgid "Only one window" msgstr "Tylko jedno okno" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "Wynikowe okno byłoby zbyt małe" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "Za mało miejsca na okno pomocy, proszę usunąć okno" *************** *** 1432,1617 **** msgstr "Używanie dosłownego tekstu przy wyszukiwaniu" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "Kontynuacja szukania od końca dokumentu" ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "Kontynuacja szukania od początku dokumentu" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Szukanie podpliku %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "Wyszukiwanie nie powiodło się" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Szukanie wyr.reg." ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Szukanie" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " z uwzgl. wielkości liter" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " wstecz" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Wyszukiwany łańcuch jest zbyt krótki" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Powrót do ostatniego dopasowania z %s" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "Nic więcej nie pasuje" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Wyszukanie łańcucha w tym węźle i podwęzłach" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "Szukanie poniżej %s: " ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Przejście do następnego dopasowania w poddrzewie Info" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Brak aktywnego wyszukiwania" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Przejście do poprzedniego dopasowania w poddrzewie Info" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Odczytanie łańcucha i poszukiwanie go uwzględniając wielkość liter" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Odczytanie łańcucha i poszukiwanie go" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Odczytanie łańcucha i poszukiwanie go w tył" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Powtórzenie ostatniego poszukiwania w tym samym kierunku" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Brak poprzedniego szukanego łańcucha" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Powtórzenie ostatniego poszukiwania w odwrotnym kierunku" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Wyczyszczenie wyświetlonych wyników wyszukiwania" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Interaktywne poszukiwanie łańcucha w trakcie wpisywania go" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Interaktywne szukanie wyr.reg. wstecz: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "Interaktywne szukanie wstecz: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Interaktywne szukanie wyr.reg.: " ! #: info/session.c:4881 msgid "I-search: " msgstr "Interaktywne szukanie: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Bez powodzenia " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Anulowanie bieżącej operacji" ! #: info/session.c:5281 msgid "Quit" msgstr "Wyjście" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "wyświetlenie wersji uruchomionego Info" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info wersja %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Odrysowanie ekranu" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Wyjście z Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Uruchomienie polecenia przypisanego do wariantu klawisza z małą literą" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "Nieznane polecenie (%s)" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" jest niepoprawne" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "'%s' jest niepoprawne" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Dodanie tej cyfry do aktualnego argumentu liczbowego" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Rozpoczęcie (lub pomnożenie przez 4) aktualnego argumentu liczbowego" --- 1432,1617 ---- msgstr "Używanie dosłownego tekstu przy wyszukiwaniu" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "Kontynuacja szukania od końca dokumentu" ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "Kontynuacja szukania od początku dokumentu" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Szukanie podpliku %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "Wyszukiwanie nie powiodło się" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Szukanie wyr.reg." ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Szukanie" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " z uwzgl. wielkości liter" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " wstecz" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Wyszukiwany łańcuch jest zbyt krótki" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Powrót do ostatniego dopasowania z %s" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "Nic więcej nie pasuje" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Wyszukanie łańcucha w tym węźle i podwęzłach" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "Szukanie poniżej %s: " ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Przejście do następnego dopasowania w poddrzewie Info" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Brak aktywnego wyszukiwania" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Przejście do poprzedniego dopasowania w poddrzewie Info" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Odczytanie łańcucha i poszukiwanie go uwzględniając wielkość liter" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Odczytanie łańcucha i poszukiwanie go" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Odczytanie łańcucha i poszukiwanie go w tył" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Powtórzenie ostatniego poszukiwania w tym samym kierunku" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Brak poprzedniego szukanego łańcucha" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Powtórzenie ostatniego poszukiwania w odwrotnym kierunku" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Wyczyszczenie wyświetlonych wyników wyszukiwania" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Interaktywne poszukiwanie łańcucha w trakcie wpisywania go" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Interaktywne szukanie wyr.reg. wstecz: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "Interaktywne szukanie wstecz: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Interaktywne szukanie wyr.reg.: " ! #: info/session.c:4878 msgid "I-search: " msgstr "Interaktywne szukanie: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Bez powodzenia " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Anulowanie bieżącej operacji" ! #: info/session.c:5278 msgid "Quit" msgstr "Wyjście" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "wyświetlenie wersji uruchomionego Info" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info wersja %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Odrysowanie ekranu" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Wyjście z Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Uruchomienie polecenia przypisanego do wariantu klawisza z małą literą" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "Nieznane polecenie (%s)" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" jest niepoprawne" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "'%s' jest niepoprawne" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Dodanie tej cyfry do aktualnego argumentu liczbowego" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Rozpoczęcie (lub pomnożenie przez 4) aktualnego argumentu liczbowego" *************** *** 2027,2035 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2027,2035 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2037,2049 **** msgstr "nie można otworzyć %s do zapisu: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "rekurencja jest zawsze dozwolona" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "argumenty są domyślnie cytowane" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2037,2049 ---- msgstr "nie można otworzyć %s do zapisu: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "rekurencja jest zawsze dozwolona" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "argumenty są domyślnie cytowane" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2052,2056 **** "tytułowej" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2052,2056 ---- "tytułowej" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2060,2107 **** "ma być po stronie tytułowej" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s nie jest poprawnym kodem języka" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s nie jest poprawnym kodem regionu" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s nie jest poprawną opcją podziału" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "nie można odczytać %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "błąd podczas zamykania pliku @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: nie można znaleźć %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "brak węzła do przemianowania" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "węzły bez nowej nazwy na końcu pliku" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "nie można otworzyć %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2060,2107 ---- "ma być po stronie tytułowej" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s nie jest poprawnym kodem języka" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s nie jest poprawnym kodem regionu" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s nie jest poprawną opcją podziału" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "nie można odczytać %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "błąd podczas zamykania pliku @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: nie można znaleźć %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "brak węzła do przemianowania" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "węzły bez nowej nazwy na końcu pliku" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "nie można otworzyć %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2119,2127 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2119,2127 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2143,2147 **** msgstr "Plik @image `%s' nie znaleziony, użyto `%s'" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "nie podano argumentu dla @U" --- 2143,2147 ---- msgstr "Plik @image `%s' nie znaleziony, użyto `%s'" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "nie podano argumentu dla @U" *************** *** 2152,2251 **** msgstr "Plik @image `%s' (dla HTML) nie znaleziony, użyto `%s'" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "format surowy %s nie jest przekonwertowany" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "nie można otworzyć pliku konfiguracyjnego html refs %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "brak typu" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "nieznany typ: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "błąd podczas zamykania pliku konfiguracyjnego html refs %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "niedomknięty łańcuch w pliku css" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "plik --css-include zakończył się wewnątrz komentarza" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import nie zakończony w pliku css" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "nie znaleziono pliku css %s" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "nie można otworzyć pliku --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "błąd podczas zamykania pliku CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "brak wpisu htmlxref.cnf dla `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "błąd podczas zamykania pliku ramki %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "błąd podczas zamykania pliku ramki TOC %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "obsługa %s, etapu %s, priorytet %s nie powiodła się" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "trzeba określić tytuł poleceniem title lub @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "błąd podczas zamykania pliku przekierowania węzłów %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "stara nazwa `%s' jest węzłem dokumentu" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "pusty plik dla przemianowanego węzła `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "węzeł docelowy (nowa nazwa dla `%s') nie istnieje w dokumencie: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" --- 2152,2251 ---- msgstr "Plik @image `%s' (dla HTML) nie znaleziony, użyto `%s'" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "format surowy %s nie jest przekonwertowany" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "nie można otworzyć pliku konfiguracyjnego html refs %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "brak typu" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "nieznany typ: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "błąd podczas zamykania pliku konfiguracyjnego html refs %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "niedomknięty łańcuch w pliku css" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "plik --css-include zakończył się wewnątrz komentarza" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import nie zakończony w pliku css" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "nie znaleziono pliku css %s" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "nie można otworzyć pliku --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "błąd podczas zamykania pliku CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "brak wpisu htmlxref.cnf dla `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "błąd podczas zamykania pliku ramki %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "błąd podczas zamykania pliku ramki TOC %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "obsługa %s, etapu %s, priorytet %s nie powiodła się" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "trzeba określić tytuł poleceniem title lub @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "błąd podczas zamykania pliku przekierowania węzłów %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "stara nazwa `%s' jest węzłem dokumentu" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "pusty plik dla przemianowanego węzła `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "węzeł docelowy (nowa nazwa dla `%s') nie istnieje w dokumencie: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" *************** *** 2253,2261 **** "błąd podczas zamykania przekierowanego pliku przemianowanego węzła %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "pusta nazwa węzła" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2253,2261 ---- "błąd podczas zamykania przekierowanego pliku przemianowanego węzła %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "pusta nazwa węzła" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2295,2299 **** msgstr "Wpis indeksu w @%s z : tworzy błędny plik Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2295,2299 ---- msgstr "Wpis indeksu w @%s z : tworzy błędny plik Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2360,2528 **** msgstr "nazwa wpisu menu nie powinna zawierać `:'" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "pusta nazwa węzła po rozwinięciu `%s'" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s `%s' już zostało zdefiniowane" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "oto poprzednia definicja jako @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "pusty argument w @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "wiele @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "niewłaściwy lub pusty argument formalny @%s: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "błędna składnia argumentu @%s: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s wymaga nazwy" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "niewłaściwa nazwa dla @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s wystąpiło przed nawiasem zamykającym @%s" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s wystąpiło przed nawiasem zamykającym @%s" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "w %c%s brakuje klamry zamykającej" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "Brak ograniczającej sekwencji zamykającej @%s: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx nie powinien zaczynać @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx musi wystąpić po @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s zawiera tekst, ale nie ma @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' oczekiwało `%s', ale napotkano `%s'" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s wystąpiło przed @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "brak pasującego `%cend %s'" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "źle umieszczone %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "niedopasowane `%c%s'" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "makro `%s' wywołane ze zbyt dużą liczbą argumentów" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "Brak klamry zamykającej @%s" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makro `%s' zadeklarowane bez argumentów zostało wywołane z argumentem" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "po \\ w @%s wystąpiło `%s' zamiast nazwy parametru lub \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "brak nazwy dla @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "brak kategorii dla @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "nieoczekiwany argument w linii @%s: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "puste multitable" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "nadmiarowy argument dla @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "zły argument dla @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s wymaga argumentu: formatowania dla %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2360,2528 ---- msgstr "nazwa wpisu menu nie powinna zawierać `:'" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "pusta nazwa węzła po rozwinięciu `%s'" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s `%s' już zostało zdefiniowane" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "oto poprzednia definicja jako @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "pusty argument w @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "wiele @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "niewłaściwy lub pusty argument formalny @%s: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "błędna składnia argumentu @%s: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s wymaga nazwy" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "niewłaściwa nazwa dla @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s wystąpiło przed nawiasem zamykającym @%s" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s wystąpiło przed nawiasem zamykającym @%s" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "w %c%s brakuje klamry zamykającej" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "Brak ograniczającej sekwencji zamykającej @%s: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx nie powinien zaczynać @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx musi wystąpić po @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s zawiera tekst, ale nie ma @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' oczekiwało `%s', ale napotkano `%s'" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s wystąpiło przed @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "brak pasującego `%cend %s'" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "źle umieszczone %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "niedopasowane `%c%s'" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "makro `%s' wywołane ze zbyt dużą liczbą argumentów" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "Brak klamry zamykającej @%s" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makro `%s' zadeklarowane bez argumentów zostało wywołane z argumentem" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "po \\ w @%s wystąpiło `%s' zamiast nazwy parametru lub \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "brak nazwy dla @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "brak kategorii dla @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "nieoczekiwany argument w linii @%s: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "puste multitable" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "nadmiarowy argument dla @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "zły argument dla @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s wymaga argumentu: formatowania dla %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2531,2638 **** "linii @%s" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "polecenie akcentu `@%s' nie jest dozwolone jako argument @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "Brak argumentu @%s" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "nieznany @end %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "nadmiarowy argument dla @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "niewłaściwy argument dla @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: nie można otworzyć pliku %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "kodowanie `%s' nie jest kanonicznym kodowaniem texinfo" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nierozpoznana nazwa kodowania `%s'" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s po pierwszym elemencie" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s ma znaczenie tylko w linii @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s nie powinno być wiązane z @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node poprzedza @%s, ale części mogą nie być powiązane z węzłami" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "pusta nazwa wpisu menu w `%s'" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "pusty węzeł we wpisie menu" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s nie powinno wystąpić w @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s powinno wystąpić tylko na początku linii" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "makro `%s' już zostało zdefiniowane" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "oto poprzednia definicja `%s'" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "ponowna definicja polecenia języka Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s bez powiązanego znaku" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2531,2633 ---- "linii @%s" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "polecenie akcentu `@%s' nie jest dozwolone jako argument @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "Brak argumentu @%s" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "nieznany @end %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "nadmiarowy argument dla @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "niewłaściwy argument dla @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: nie można otworzyć pliku %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "kodowanie `%s' nie jest kanonicznym kodowaniem texinfo" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nierozpoznana nazwa kodowania `%s'" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s po pierwszym elemencie" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s ma znaczenie tylko w linii @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node poprzedza @%s, ale części mogą nie być powiązane z węzłami" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "pusta nazwa wpisu menu w `%s'" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "pusty węzeł we wpisie menu" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s nie powinno wystąpić w @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s powinno wystąpić tylko na początku linii" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "makro `%s' już zostało zdefiniowane" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "oto poprzednia definicja `%s'" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "ponowna definicja polecenia języka Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s bez powiązanego znaku" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2642,2646 **** "wywoływane z {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2637,2641 ---- "wywoływane z {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2651,2655 **** "MAX_NESTED_MACROS; obecna wartość %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2646,2650 ---- "MAX_NESTED_MACROS; obecna wartość %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2658,2667 **** "użyć @rmacro" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "po poleceniu akcentu `@%s' nie może wystąpić znak biały" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" --- 2653,2662 ---- "użyć @rmacro" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "po poleceniu akcentu `@%s' nie może wystąpić znak biały" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" *************** *** 2669,2822 **** "należy użyć nawiasów klamrowych, aby podać polecenie jako argument dla @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s oczekuje `i' lub `j' jako argumentu, a nie `%s'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "po poleceniu akcentu `@%s' nie może wystąpić nowa linia" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s oczekiwało nawiasów klamrowych" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "niezdefiniowana flaga: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "błędna składnia dla @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s jest przestarzałe." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s jest przestarzałe; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s powinno wystąpić tylko na początku linii" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s nie jest dozwolone wewnątrz bloku `@%s'" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s powinno wystąpić tylko w nagłówku lub stopce" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s nic nie znaczy wewnątrz bloku `@%s'" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s w pustym multitable" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab przed @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "zbyt dużo kolumn w elemencie multitable (maksymalnie %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "zignorowano @tab poza multitable" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s poza tabelą lub listą" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "tylko po `@%s' można użyć `@%s'" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s nic nie znaczy poza środowiskami `@titlepage' i `@quotation'" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory po pierwszym węźle" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "region %s wewnątrz regionu %s nie jest dozwolony" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry po pierwszym węźle" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu w błędnym kontekście" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s napotkano przed pierwszym @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "może węzeł @top powinien być otoczony @ifnottex, a nie @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s powinno wystąpić tylko w kontekście matematycznym" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "nieznane polecenie `%s'" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "nieoczekiwane @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s nic nie znaczy poza środowiskiem `@float'" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s powinno być zaraz poniżej `@float'" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "zigorowano wiele @%s" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "polecenie @%s nie może mieć argumentów" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" --- 2664,2817 ---- "należy użyć nawiasów klamrowych, aby podać polecenie jako argument dla @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s oczekuje `i' lub `j' jako argumentu, a nie `%s'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "po poleceniu akcentu `@%s' nie może wystąpić nowa linia" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s oczekiwało nawiasów klamrowych" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "niezdefiniowana flaga: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "błędna składnia dla @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s jest przestarzałe." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s jest przestarzałe; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s powinno wystąpić tylko na początku linii" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s nie jest dozwolone wewnątrz bloku `@%s'" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s powinno wystąpić tylko w nagłówku lub stopce" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s nic nie znaczy wewnątrz bloku `@%s'" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s w pustym multitable" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab przed @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "zbyt dużo kolumn w elemencie multitable (maksymalnie %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "zignorowano @tab poza multitable" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s poza tabelą lub listą" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "tylko po `@%s' można użyć `@%s'" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s nic nie znaczy poza środowiskami `@titlepage' i `@quotation'" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory po pierwszym węźle" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "region %s wewnątrz regionu %s nie jest dozwolony" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry po pierwszym węźle" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu w błędnym kontekście" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s napotkano przed pierwszym @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "może węzeł @top powinien być otoczony @ifnottex, a nie @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s powinno wystąpić tylko w kontekście matematycznym" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "nieznane polecenie `%s'" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "nieoczekiwane @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s nic nie znaczy poza środowiskiem `@float'" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s powinno być zaraz poniżej `@float'" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "zigorowano wiele @%s" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "polecenie @%s nie może mieć argumentów" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" *************** *** 2824,2956 **** "brak argumentu będącego węzłem lub zewnętrznym podręcznikiem w poleceniu @%s" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "pusta nazwa odwołania w @%s po rozwinięciu `%s'" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "pusty tytuł odwołania w @%s po rozwinięciu `%s'" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "Po @image brakuje argumentu plikowego" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "brak pierwszego argumentu @%s" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "błędne znaki jako cyfry szesnastkowe w argumencie dla @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "mniej niż cztery cyfry szesnastkowe w argumencie dla @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argument dla @U przekracza maksimum dla Unicode 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "nadmiarowe argumenty dla węzła" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "oczekiwano @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s powinno mieć tylko polecenie typu @ jako argument, a nie `%s'" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "pozostały argument w linii @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "polecenie środowiska %s jako argument dla @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "puste @%s" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "szerokość kolumny nie jest liczbą: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "argument @sp musi być liczbą, a nie `%s'" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "zarezerwowana nazwa indeksu %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "nieznany indeks źródłowy w @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "nieznany indeks docelowy w @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s prowadzi do włączenia %s do sanego siebie, zignorowano" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "nieznany indeks `%s' w @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "wydruk indeksu `%s' włączony w innym, `%s'" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "polecenie printindex przed początkiem dokumentu: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "argumentem @%s musi być `top' lub `bottom', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Obsługiwane są tylko @%s 10 lub 11, a nie `%s'" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "argumentem @%s musi być `separate' lub `end', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "argumentem @%s musi być `on', `off' lub `odd', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2819,2951 ---- "brak argumentu będącego węzłem lub zewnętrznym podręcznikiem w poleceniu @%s" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "pusta nazwa odwołania w @%s po rozwinięciu `%s'" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "pusty tytuł odwołania w @%s po rozwinięciu `%s'" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "Po @image brakuje argumentu plikowego" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "brak pierwszego argumentu @%s" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "błędne znaki jako cyfry szesnastkowe w argumencie dla @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "mniej niż cztery cyfry szesnastkowe w argumencie dla @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argument dla @U przekracza maksimum dla Unicode 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "nadmiarowe argumenty dla węzła" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "oczekiwano @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s powinno mieć tylko polecenie typu @ jako argument, a nie `%s'" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "pozostały argument w linii @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "polecenie środowiska %s jako argument dla @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "puste @%s" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "szerokość kolumny nie jest liczbą: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "argument @sp musi być liczbą, a nie `%s'" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "zarezerwowana nazwa indeksu %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "nieznany indeks źródłowy w @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "nieznany indeks docelowy w @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s prowadzi do włączenia %s do sanego siebie, zignorowano" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "nieznany indeks `%s' w @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "wydruk indeksu `%s' włączony w innym, `%s'" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "polecenie printindex przed początkiem dokumentu: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "argumentem @%s musi być `top' lub `bottom', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Obsługiwane są tylko @%s 10 lub 11, a nie `%s'" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "argumentem @%s musi być `separate' lub `end', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "argumentem @%s musi być `on', `off' lub `odd', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2958,2962 **** "argumentem @paragraphindent musi być liczba, `none' lub `asis', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2953,2957 ---- "argumentem @paragraphindent musi być liczba, `none' lub `asis', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2964,2978 **** "argumentem @firstparagraphindent musi być `none' lub `insert', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "argumentem @exampleindent musi być liczba lub `asis', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "oczekiwano @%s on lub off, a nie `%s'" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 2959,2973 ---- "argumentem @firstparagraphindent musi być `none' lub `insert', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "argumentem @exampleindent musi być liczba lub `asis', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "oczekiwano @%s on lub off, a nie `%s'" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 2981,2990 **** "%s'" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "argumentem @allowcodebreaks musi być `true' lub `false', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 2976,2985 ---- "%s'" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "argumentem @allowcodebreaks musi być `true' lub `false', a nie `%s'" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 2992,3061 **** "argumentem @urefbreakstyle musi być `after', `before' lub `none', a nie `%s'" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "zwiększanie poziomu sekcji @%s, który jest zbyt mały" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "brak polecenia poziomu rozdziału przed @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "zmniejszanie poziomu sekcji @%s, występującej po niższym elemencie" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "brak polecenia sekcjonowania związanego z @%s" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s nie jest pusty" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "odwołanie @%s do nie istniejącego węzła `%s'" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "nazwa węzła wpisu @%s `%s' różni się od nazwy %s `%s'" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "nie wskazywany węzeł `%s'" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "węzeł `%s' to %s dla `%s' w sekcjonowaniu, ale nie w menu" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "węzeł %s `%s' w menu `%s' i w sekcjonowaniu `%s' są różne" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "węzeł `%s' to %s dla `%s' w menu, ale nie w sekcjonowaniu" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "wskaźnik %s `%s' (dla węzła `%s') różni się od nazwy %s `%s'" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "odwołanie %s do nie istniejącego `%s'" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 2987,3056 ---- "argumentem @urefbreakstyle musi być `after', `before' lub `none', a nie `%s'" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "zwiększanie poziomu sekcji @%s, który jest zbyt mały" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "brak polecenia poziomu rozdziału przed @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "zmniejszanie poziomu sekcji @%s, występującej po niższym elemencie" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "brak polecenia sekcjonowania związanego z @%s" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s nie jest pusty" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "odwołanie @%s do nie istniejącego węzła `%s'" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "nazwa węzła wpisu @%s `%s' różni się od nazwy %s `%s'" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "nie wskazywany węzeł `%s'" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "węzeł `%s' to %s dla `%s' w sekcjonowaniu, ale nie w menu" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "węzeł %s `%s' w menu `%s' i w sekcjonowaniu `%s' są różne" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "węzeł `%s' to %s dla `%s' w menu, ale nie w sekcjonowaniu" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "wskaźnik %s `%s' (dla węzła `%s') różni się od nazwy %s `%s'" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "odwołanie %s do nie istniejącego `%s'" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3063,3077 **** "węzeł `%s' nie ma elementu menu dla `%s' pomimo bycia jego celem W górę" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "dla `%s' węzeł górny w menu `%s' i górny `%s' są różne" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s do `%s' różne od nazwy %s `%s'" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3058,3072 ---- "węzeł `%s' nie ma elementu menu dla `%s' pomimo bycia jego celem W górę" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "dla `%s' węzeł górny w menu `%s' i górny `%s' są różne" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s do `%s' różne od nazwy %s `%s'" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3242,3256 **** msgstr "nie można odczytać pliku init %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "zignorowano nierozpoznaną wartość TEXINFO_OUTPUT_FORMAT `%s'.\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Składnia: %s [OPCJA]... PLIK-TEXINFO...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3237,3251 ---- msgstr "nie można odczytać pliku init %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "zignorowano nierozpoznaną wartość TEXINFO_OUTPUT_FORMAT `%s'.\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Składnia: %s [OPCJA]... PLIK-TEXINFO...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3268,3272 **** "zachowanie jest identycznie i nie zależy od nazwy programu.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3263,3267 ---- "zachowanie jest identycznie i nie zależy od nazwy programu.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3306,3310 **** "zakończenie.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3301,3305 ---- "zakończenie.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3325,3329 **** " PLIKU-TEXINFO.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3320,3324 ---- " PLIKU-TEXINFO.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3376,3380 **** " wyjściowego.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3371,3375 ---- " wyjściowego.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3419,3423 **** "%d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3414,3418 ---- "%d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3444,3448 **** " i znaczników; domyśnie tylko przy podziale.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3439,3443 ---- " i znaczników; domyśnie tylko przy podziale.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3452,3456 **** " --output-indent=ILE nic, zachowane dla kompatybilności.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3447,3451 ---- " --output-indent=ILE nic, zachowane dla kompatybilności.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3461,3465 **** "powtarzać.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3456,3460 ---- "powtarzać.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3483,3487 **** "@clear.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3478,3482 ---- "@clear.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3524,3528 **** " Ponadto opcje --no-ifFORMAT powodują przetwarzanie tekstu @ifnotFORMAT.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3519,3523 ---- " Ponadto opcje --no-ifFORMAT powodują przetwarzanie tekstu @ifnotFORMAT.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3542,3546 **** " jeśli generowany jest XML, --ifxml jest włączone, a reszta wyłączona.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3537,3541 ---- " jeśli generowany jest XML, --ifxml jest włączone, a reszta wyłączona.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3577,3581 **** "Info\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3572,3576 ---- "Info\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3583,3587 **** "%s: argumentem --footnote-style musi być `separate' lub `end', a nie `%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3578,3582 ---- "%s: argumentem --footnote-style musi być `separate' lub `end', a nie `%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3589,3593 **** "%s: argument --paragraph-indent musi być liczbą/`none'/`asis', a nie `%s'.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3584,3588 ---- "%s: argument --paragraph-indent musi być liczbą/`none'/`asis', a nie `%s'.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3595,3638 **** "%s: przy generowaniu %s, opcją -o można podać tylko jeden PLIK wejściowy\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "opcja --Xopt bez drukowanego wyjścia" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "nieznane przekształcenie drzewa %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "zignorowano podział dla formatu %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: brakujący argument plikowy.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Polecenie `%s --help' poda więcej informacji.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "Przekształcenie fill_gaps_in_sectioning zwróciło pusty wynik. Brak sekcji?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "błąd podczas zamykania pliku rozwinięć makr %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "nie można otworzyć pliku %s do zapisu: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3590,3633 ---- "%s: przy generowaniu %s, opcją -o można podać tylko jeden PLIK wejściowy\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "opcja --Xopt bez drukowanego wyjścia" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "nieznane przekształcenie drzewa %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "zignorowano podział dla formatu %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: brakujący argument plikowy.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Polecenie `%s --help' poda więcej informacji.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "Przekształcenie fill_gaps_in_sectioning zwróciło pusty wynik. Brak sekcji?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "błąd podczas zamykania pliku rozwinięć makr %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "nie można otworzyć pliku %s do zapisu: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3642,3657 **** "Brak sekcji?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: błąd podczas zamykania %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: błąd podczas zamykania pliku odnośników wewnętrznych %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: nie można otworzyć pliku %s do zapisu: %s\n" --- 3637,3655 ---- "Brak sekcji?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: błąd podczas zamykania %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: błąd podczas zamykania pliku odnośników wewnętrznych %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: nie można otworzyć pliku %s do zapisu: %s\n" + + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s nie powinno być wiązane z @top" Binary files texinfo-6.4/po/pt_BR.gmo and texinfo-6.5/po/pt_BR.gmo differ diff -Nrc2 texinfo-6.4/po/pt_BR.po texinfo-6.5/po/pt_BR.po *** texinfo-6.4/po/pt_BR.po 2017-06-23 06:53:06.000000000 +0100 --- texinfo-6.5/po/pt_BR.po 2017-08-19 19:55:16.000000000 +0100 *************** *** 9,13 **** "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-06-20 08:50-0300\n" "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n" --- 9,13 ---- "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-06-20 08:50-0300\n" "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n" *************** *** 392,431 **** msgstr "Não existe o item '%s' de menu no nodo '%s'" ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Nenhum menu no nodo '%s'" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "Nenhum nome de programa " ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "número inválido: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "atribuição de variável incorreta: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: não existe tal variável" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "o valor %s não é válido para a variável %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Tente --help para mais informação.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 392,431 ---- msgstr "Não existe o item '%s' de menu no nodo '%s'" ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Nenhum menu no nodo '%s'" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "Nenhum nome de programa " ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "número inválido: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "atribuição de variável incorreta: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: não existe tal variável" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "o valor %s não é válido para a variável %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Tente --help para mais informação.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 442,451 **** "NÃO HÁ QUALQUER GARANTIA, na máxima extensão permitida em lei.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "nenhum índice para '%s'\n" ! #: info/info.c:1089 #, c-format msgid "" --- 442,451 ---- "NÃO HÁ QUALQUER GARANTIA, na máxima extensão permitida em lei.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "nenhum índice para '%s'\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 458,462 **** "Leia a documentaçãono formato Info.\n" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 458,462 ---- "Leia a documentaçãono formato Info.\n" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 467,471 **** msgstr "" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 467,471 ---- msgstr "" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 475,488 **** msgstr "" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" " -O, --show-options, --usage vá para o nodo opções de linha de comando" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 475,488 ---- msgstr "" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" " -O, --show-options, --usage vá para o nodo opções de linha de comando" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 492,496 **** msgstr "" ! #: info/info.c:1122 msgid "" "\n" --- 492,496 ---- msgstr "" ! #: info/info.c:1124 msgid "" "\n" *************** *** 511,515 **** "menu relativos ao nodo inicial visitado." ! #: info/info.c:1129 msgid "" "\n" --- 511,515 ---- "menu relativos ao nodo inicial visitado." ! #: info/info.c:1131 msgid "" "\n" *************** *** 519,523 **** "Para um resumo das associações de tecla, digite H dentro do Info." ! #: info/info.c:1132 msgid "" "\n" --- 519,523 ---- "Para um resumo das associações de tecla, digite H dentro do Info." ! #: info/info.c:1134 msgid "" "\n" *************** *** 536,540 **** msgstr "" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 536,540 ---- msgstr "" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 546,616 **** "Texinfo home page: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Nenhum menu no nodo '%s'" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Não posso encontrar uma janela!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "O apontador não aparece dentro desse nodo de janela!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Não posso apagar uma janela permanente" ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "Nenhum menu no nodo '%s'" ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "Vai para o fim desse nodo" ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "Lê uma nota de rodapé ou referência cruzada e seleciona seu nodo" ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Vai para o início desse nodo" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Comando Info '%c' desconhecido; tente '?' para ajuda" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminal tipo '%s' não é adequado para executar Info" ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Vai para o início desse nodo" ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Vai para o início desse nodo" ! #: info/info.c:1194 msgid "Only one window" msgstr "Somente uma janela" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "A janela resultante pode vir a ser muito pequena" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "" --- 546,616 ---- "Texinfo home page: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Nenhum menu no nodo '%s'" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Não posso encontrar uma janela!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "O apontador não aparece dentro desse nodo de janela!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Não posso apagar uma janela permanente" ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "Nenhum menu no nodo '%s'" ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "Vai para o fim desse nodo" ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "Lê uma nota de rodapé ou referência cruzada e seleciona seu nodo" ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Vai para o início desse nodo" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Comando Info '%c' desconhecido; tente '?' para ajuda" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminal tipo '%s' não é adequado para executar Info" ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Vai para o início desse nodo" ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Vai para o início desse nodo" ! #: info/info.c:1196 msgid "Only one window" msgstr "Somente uma janela" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "A janela resultante pode vir a ser muito pequena" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "" *************** *** 1412,1526 **** msgstr "Usando sequência de caracteres literal para buscas" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "Busca prossegue a partir do fim do documento" ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Busca prossegue a partir do fim do documento" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Buscando subarquivo %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "Busca" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Busca de regexp" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Busca" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr "sensivelmente à caixa" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr "para trás" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Sequência de caractere de busca muito curta" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Voltando ao anterior que coincide com %s" ! #: info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "No more matches" msgstr "Nenhuma ocorrência do padrão" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Procura uma sequência de caracteres nesse nodo e em seus subnodos" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Buscando subarquivo %s ..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Vá para o próximo coincidente nos níveis abaixo" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Nenhuma busca ativa" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Vá para o coincidente anterior nos níveis abaixo" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Lê uma sequência de caracteres e busca-a sensivelmente à caixa" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Lê uma sequência de caracteres e busca-a" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Lê uma sequência de caracteres e busca-a voltando" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Repita a última busca na mesma direção" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Nenhuma sequência de caracteres de busca anterior" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Repita a última busca na direção contrária" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Limpar padrões de busca mostrados" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "" --- 1412,1526 ---- msgstr "Usando sequência de caracteres literal para buscas" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "Busca prossegue a partir do fim do documento" ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Busca prossegue a partir do fim do documento" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Buscando subarquivo %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "Busca" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Busca de regexp" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Busca" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr "sensivelmente à caixa" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr "para trás" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Sequência de caractere de busca muito curta" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Voltando ao anterior que coincide com %s" ! #: info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "No more matches" msgstr "Nenhuma ocorrência do padrão" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Procura uma sequência de caracteres nesse nodo e em seus subnodos" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Buscando subarquivo %s ..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Vá para o próximo coincidente nos níveis abaixo" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Nenhuma busca ativa" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Vá para o coincidente anterior nos níveis abaixo" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Lê uma sequência de caracteres e busca-a sensivelmente à caixa" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Lê uma sequência de caracteres e busca-a" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Lê uma sequência de caracteres e busca-a voltando" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Repita a última busca na mesma direção" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Nenhuma sequência de caracteres de busca anterior" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Repita a última busca na direção contrária" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Limpar padrões de busca mostrados" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "" *************** *** 1528,1600 **** "digitada" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Regexp I-search para trás: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-search de volta: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Regexp I-search: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-search: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Falha " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Cancela a operação atual" ! #: info/session.c:5281 msgid "Quit" msgstr "Sair" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Mostre informação do Info de agora" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "Versão Info %s GNU" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Atualiza a tela" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Sair usando Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Executa o comando associado a essa variante em caixa baixa da chave" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "comando desconhecido `%s'" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" inválido" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "'%s' inválido" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Adiciona esse dígito ao argumento numérico atual" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Inicia (ou multiplica por 4) o argumento numérico atual" --- 1528,1600 ---- "digitada" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Regexp I-search para trás: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-search de volta: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Regexp I-search: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-search: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Falha " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Cancela a operação atual" ! #: info/session.c:5278 msgid "Quit" msgstr "Sair" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Mostre informação do Info de agora" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "Versão Info %s GNU" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Atualiza a tela" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Sair usando Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Executa o comando associado a essa variante em caixa baixa da chave" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "comando desconhecido `%s'" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" inválido" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "'%s' inválido" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Adiciona esse dígito ao argumento numérico atual" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Inicia (ou multiplica por 4) o argumento numérico atual" *************** *** 2029,2037 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2029,2037 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2039,2051 **** msgstr "não posso abrir %s para escrita: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "recurssividade é sempre permitido" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "argumentos são sempre colocados entre aspas duplas por padrão" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2039,2051 ---- msgstr "não posso abrir %s para escrita: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "recurssividade é sempre permitido" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "argumentos são sempre colocados entre aspas duplas por padrão" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2053,2057 **** "move seu comando @contents se você desejar os conteúdos após a página título" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2053,2057 ---- "move seu comando @contents se você desejar os conteúdos após a página título" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2061,2108 **** "após a página título" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s é um código inválido de linguagem" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s é um código de região inválido" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s é uma possibilidade de particionamento inválida" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "não posso ler %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "erro ao fechar o arquivo @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: não encontrado %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "nenhum nodo para ser renomeado" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "nodos sem um novo nome ao final do arquivo" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "não posso abrir %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2061,2108 ---- "após a página título" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s é um código inválido de linguagem" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s é um código de região inválido" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s é uma possibilidade de particionamento inválida" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "não posso ler %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "erro ao fechar o arquivo @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: não encontrado %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "nenhum nodo para ser renomeado" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "nodos sem um novo nome ao final do arquivo" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "não posso abrir %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2120,2128 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2120,2128 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2144,2148 **** msgstr "arquivo @image `%s' não encontrado, usando `%s'" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "nenhum argumento especificado para @U" --- 2144,2148 ---- msgstr "arquivo @image `%s' não encontrado, usando `%s'" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "nenhum argumento especificado para @U" *************** *** 2153,2261 **** msgstr "arquivo @image `%s' (para o HTML) não encontrado, usando `%s'" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "formato raw %s não convertido" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "impossível abrir arquivo html de configuração de referência %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "tipo omitido" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "tipo desconhecido: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "erro ao fechar o arquivo html de configuração de referência %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "sequência de caracteres aberta no arquivo css" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-include terminou em comentário" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import não terminado no arquivo css" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "Arquivo CSS %s não encontrado" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "Não posso abrir --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "erro ao fechar arquivo CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "nenhuma entrada htmlxref.cnf encontrada para `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "erro ao fechar o arquivo de moldura %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "erro ao fechar o arquivo de moldura TOC %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "controlador %s de estágio %s prioridade %s falhou" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "deve especificar um comando de título ou @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "erro ao fechar o arquivo de nodo de redirecionamento %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "nome antigo de `%s' é um nodo do documento" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "arquivo vazio para o nodo renomeado `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "nodo alvo (novo nome `%s') não está no documento: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "erro ao fechar o arquivo de redirecionamento de nodo renomeado %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "nome de nodo vazio" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2153,2261 ---- msgstr "arquivo @image `%s' (para o HTML) não encontrado, usando `%s'" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "formato raw %s não convertido" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "impossível abrir arquivo html de configuração de referência %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "tipo omitido" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "tipo desconhecido: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "erro ao fechar o arquivo html de configuração de referência %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "sequência de caracteres aberta no arquivo css" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-include terminou em comentário" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import não terminado no arquivo css" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "Arquivo CSS %s não encontrado" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "Não posso abrir --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "erro ao fechar arquivo CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "nenhuma entrada htmlxref.cnf encontrada para `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "erro ao fechar o arquivo de moldura %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "erro ao fechar o arquivo de moldura TOC %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "controlador %s de estágio %s prioridade %s falhou" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "deve especificar um comando de título ou @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "erro ao fechar o arquivo de nodo de redirecionamento %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "nome antigo de `%s' é um nodo do documento" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "arquivo vazio para o nodo renomeado `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "nodo alvo (novo nome `%s') não está no documento: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "erro ao fechar o arquivo de redirecionamento de nodo renomeado %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "nome de nodo vazio" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2295,2299 **** msgstr "Entrada de @{'}indice em %s com : produz Info inválido: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2295,2299 ---- msgstr "Entrada de @{'}indice em %s com : produz Info inválido: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2360,2528 **** msgstr "nome de entrada de menu não deve conter `:'" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "nome de nodo vazio após expansão `%s'" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s `%s' definido anteriormente" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "aqui está a definicão anterior de @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "argumento vazio em @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "multiplos @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "formato do argumento @%s errônea ou vazia: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "sintaxe errônea para argumento @%s: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s requer um nome" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "nome errôneo para @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s visto antes de @%s fechando a chave" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s visto antes de @%s fechando a chave" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s fechamento de chave faltando" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s omitido fechamento de delimitador de sequência: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx não deve começar @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx deve seguir @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s tem texo mas nenhum @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' espera `%s', mas recebeu `%s'" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s recebido antes de @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "não coincide `%cend %s'" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "perdido %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "não coincidiu `%c%s'" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "macro `%s' chamada com muitos argumentos" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s faltando fechamento da chave" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "macro `%s' declarada sem argumento foi chamado com argumento" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ na expansão @%s seguiu `%s' ao invés de nome de parâmetro ou \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "omitido o nome para @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "omitida a categoria de @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argumento inesperado sobre @%s linha: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "tabela multipla vazia" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "argumento supéfluo para @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "argumento errôneo para @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s requer um argumento: o formatador para %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2360,2528 ---- msgstr "nome de entrada de menu não deve conter `:'" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "nome de nodo vazio após expansão `%s'" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s `%s' definido anteriormente" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "aqui está a definicão anterior de @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "argumento vazio em @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "multiplos @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "formato do argumento @%s errônea ou vazia: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "sintaxe errônea para argumento @%s: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s requer um nome" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "nome errôneo para @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s visto antes de @%s fechando a chave" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s visto antes de @%s fechando a chave" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s fechamento de chave faltando" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s omitido fechamento de delimitador de sequência: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx não deve começar @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx deve seguir @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s tem texo mas nenhum @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' espera `%s', mas recebeu `%s'" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s recebido antes de @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "não coincide `%cend %s'" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "perdido %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "não coincidiu `%c%s'" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "macro `%s' chamada com muitos argumentos" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s faltando fechamento da chave" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "macro `%s' declarada sem argumento foi chamado com argumento" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ na expansão @%s seguiu `%s' ao invés de nome de parâmetro ou \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "omitido o nome para @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "omitida a categoria de @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argumento inesperado sobre @%s linha: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "tabela multipla vazia" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "argumento supéfluo para @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "argumento errôneo para @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s requer um argumento: o formatador para %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2530,2637 **** "o comando @%s sem aceitar argumento entre chaves não deve estar na linha @%s" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "comando de acentuaçào `@%s' não permitido como argumento @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "argumento @%s falando" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "@end %s desconhecido" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "arumento supéfluo a @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "argumento errôneo a @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: não posso abrir %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "codificação `%s' não é uma codificação canônica do texinfo" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nome de codificação não reconhecido `%s'" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s após o primeiro elemento" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s somente tem significado em uma linha @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s não deve ser associado a @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node precede @%s, mas algumas partes podem não ser associadas a nodos" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "nome de entrada de menu vazio em `%s'" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "nome de nodo vazio na entrada de menu" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s não deve aparecer em @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s deve somente aparecer no início de uma linha" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "macro `%s' já definida" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "a definição já existente de `%s' é" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "redefinindo o comando de linguagem Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s sem caractere associado" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2530,2632 ---- "o comando @%s sem aceitar argumento entre chaves não deve estar na linha @%s" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "comando de acentuaçào `@%s' não permitido como argumento @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "argumento @%s falando" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "@end %s desconhecido" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "arumento supéfluo a @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "argumento errôneo a @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: não posso abrir %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "codificação `%s' não é uma codificação canônica do texinfo" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nome de codificação não reconhecido `%s'" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s após o primeiro elemento" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s somente tem significado em uma linha @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node precede @%s, mas algumas partes podem não ser associadas a nodos" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "nome de entrada de menu vazio em `%s'" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "nome de nodo vazio na entrada de menu" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s não deve aparecer em @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s deve somente aparecer no início de uma linha" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "macro `%s' já definida" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "a definição já existente de `%s' é" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "redefinindo o comando de linguagem Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s sem caractere associado" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2639,2643 **** msgstr "@%s definido com zero mais que um argumento deve ser chamado com {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2634,2638 ---- msgstr "@%s definido com zero mais que um argumento deve ser chamado com {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2648,2777 **** "para aumentá-la; o valor atual é %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "chamada recursiva à macro %snão é permitida; use @rmacro se necessário" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "comando de acentuação `@%s' não deve ser seguido por espaço em branco" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "use chaves para fornecer um comando como um argumento a @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s espera `i' ou `j' como argumento, não `%s'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "comando de acentuação `@%s' não deve ser seguido por nova linha" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s esperado chaves" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "sinalizador indefinido: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "sintaxe errônea para @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s está obsoleto." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s está obsoleto; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s deve somente aparecer em um começo de linha" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s não permitido dentro do bloco `@%s'" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s deve somente aparecer em cabeçalho ou rodapé" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s não é significativo dentro do bloco `@%s'" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s em tabela multipla vazia" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab antes de @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "muitas colunas em item de tabela múltipla (o máximo é %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "ignorando @tab fora de tabela múltipla" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s ofora de tabela ou lista" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "deve estar após `@%s' para usar `@%s'" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s insignificante fora dos ambientes `@titlepage' e `@quotation'" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory após o primeiro nodo" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "região %s dentro da região %s não é permitida" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry após o primeiro nodo" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu em contexto inválido" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s visto antes do primeiro @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2643,2772 ---- "para aumentá-la; o valor atual é %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "chamada recursiva à macro %snão é permitida; use @rmacro se necessário" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "comando de acentuação `@%s' não deve ser seguido por espaço em branco" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "use chaves para fornecer um comando como um argumento a @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s espera `i' ou `j' como argumento, não `%s'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "comando de acentuação `@%s' não deve ser seguido por nova linha" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s esperado chaves" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "sinalizador indefinido: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "sintaxe errônea para @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s está obsoleto." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s está obsoleto; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s deve somente aparecer em um começo de linha" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s não permitido dentro do bloco `@%s'" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s deve somente aparecer em cabeçalho ou rodapé" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s não é significativo dentro do bloco `@%s'" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s em tabela multipla vazia" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab antes de @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "muitas colunas em item de tabela múltipla (o máximo é %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "ignorando @tab fora de tabela múltipla" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s ofora de tabela ou lista" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "deve estar após `@%s' para usar `@%s'" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s insignificante fora dos ambientes `@titlepage' e `@quotation'" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory após o primeiro nodo" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "região %s dentro da região %s não é permitida" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry após o primeiro nodo" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu em contexto inválido" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s visto antes do primeiro @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2780,3051 **** "invés de um @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s deve somente aparecer em contexto matemático" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "comando desconhecido `%s'" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "@ inesperado" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s não tem significado fora do ambiente `@float'" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s deve estar imediatamente após `@float'" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "ignoring multiplos @%s" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "o comando @%s não aceita argumentos" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "o comando @%s omitiu um nodo ou argulento externo de manual" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "em @%s tem-se uma referência cruzada vazia após a expansão `%s'" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "em @%s tem-se uma referência cruzada vazia após a expansão `%s'" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image faltando o argumento nome de arquivo" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s faltando primeiro argumento" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "dígitos ná-hex no argumento a @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "menos que quatro dígitos hexadecimais para @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argumento a @U excede o maior Unicode 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "argumento supérfluo para nodo" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "esperado %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s deve somente aceitar um @-comando como argumento, não `%s'" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "resta argumento na linha @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "comando de ambiente %s como argumento a @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "@%s vazio" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "fração de coluna não um número: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp arg deve ser numérico, não `%s'" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "nome de índice reservado %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "nome de índice desconhecido em @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "índice de destinaçào desconhecido em @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s conduz a uma ação de %s consigo mesmo, ignorando" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "índice desconhecido `%s' em @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "imprimindo um índice `%s' misturado a outro, `%s'" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex antes de início de documento: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s arg deve ser `top' ou `bottom', não `%s'" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Somente @%s 10 ou 11 é suportado, não `%s'" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s arg deve ser `separate' ou `end', não `%s'" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s arg deve ser `on', `off' ou `odd', not `%s'" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "@paragraphindent arg deve ser numeric/`none'/`asis', não `%s'" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "@firstparagraphindent arg deve ser `none' ou `insert', não `%s'" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent arg deve ser numeric/`asis', não `%s'" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "esperado @%s on ou off, não `%s'" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "@kbdinputstyle arg deve ser `code'/`example'/`distinct', não `%s'" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks arg deve ser `true' ou `false', não `%s'" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "@urefbreakstyle arg deve ser `after'/`before'/`none', não `%s'" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "elevando o nível de seção de @%s que é muito baixo" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "nehum comando capítulo-nível antes de @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "descendo o nível de seção de @%s aparece após um elemento inferior" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "nenhum comando de seção associado a @%s" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s não vazio" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s referencia a um nodo não existente `%s'" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "a entrada @%s nome de nodo `%s' diferentes de %s nome `%s'" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "nodo não referenciado `%s'" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "nodo `%s' é %s para `%s' na seção mas não no menu" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "nodo %s `%s' no menu `%s' e na seção `%s' diferem" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "nodo `%s' é %s para `%s' no menu mas não na seção" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s aponta `%s' (para o nodo `%s') diferente de %s nome `%s'" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referencia a `%s' o qual não existe" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 2775,3046 ---- "invés de um @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s deve somente aparecer em contexto matemático" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "comando desconhecido `%s'" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "@ inesperado" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s não tem significado fora do ambiente `@float'" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s deve estar imediatamente após `@float'" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "ignoring multiplos @%s" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "o comando @%s não aceita argumentos" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "o comando @%s omitiu um nodo ou argulento externo de manual" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "em @%s tem-se uma referência cruzada vazia após a expansão `%s'" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "em @%s tem-se uma referência cruzada vazia após a expansão `%s'" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image faltando o argumento nome de arquivo" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s faltando primeiro argumento" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "dígitos ná-hex no argumento a @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "menos que quatro dígitos hexadecimais para @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "argumento a @U excede o maior Unicode 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "argumento supérfluo para nodo" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "esperado %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s deve somente aceitar um @-comando como argumento, não `%s'" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "resta argumento na linha @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "comando de ambiente %s como argumento a @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "@%s vazio" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "fração de coluna não um número: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp arg deve ser numérico, não `%s'" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "nome de índice reservado %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "nome de índice desconhecido em @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "índice de destinaçào desconhecido em @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s conduz a uma ação de %s consigo mesmo, ignorando" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "índice desconhecido `%s' em @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "imprimindo um índice `%s' misturado a outro, `%s'" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex antes de início de documento: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s arg deve ser `top' ou `bottom', não `%s'" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Somente @%s 10 ou 11 é suportado, não `%s'" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s arg deve ser `separate' ou `end', não `%s'" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s arg deve ser `on', `off' ou `odd', not `%s'" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "@paragraphindent arg deve ser numeric/`none'/`asis', não `%s'" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "@firstparagraphindent arg deve ser `none' ou `insert', não `%s'" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent arg deve ser numeric/`asis', não `%s'" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "esperado @%s on ou off, não `%s'" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "@kbdinputstyle arg deve ser `code'/`example'/`distinct', não `%s'" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks arg deve ser `true' ou `false', não `%s'" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "@urefbreakstyle arg deve ser `after'/`before'/`none', não `%s'" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "elevando o nível de seção de @%s que é muito baixo" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "nehum comando capítulo-nível antes de @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "descendo o nível de seção de @%s aparece após um elemento inferior" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "nenhum comando de seção associado a @%s" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s não vazio" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s referencia a um nodo não existente `%s'" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "a entrada @%s nome de nodo `%s' diferentes de %s nome `%s'" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "nodo não referenciado `%s'" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "nodo `%s' é %s para `%s' na seção mas não no menu" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "nodo %s `%s' no menu `%s' e na seção `%s' diferem" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "nodo `%s' é %s para `%s' no menu mas não na seção" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s aponta `%s' (para o nodo `%s') diferente de %s nome `%s'" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referencia a `%s' o qual não existe" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3053,3067 **** "nodo `%s' precisa de um item de menu para `%s' apesar de ser seu alvo Acima" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "para `%s', acima no menu `%s' e acima `%s' não coincidem" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s para `%s', diferente do %s nome `%s'" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3048,3062 ---- "nodo `%s' precisa de um item de menu para `%s' apesar de ser seu alvo Acima" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "para `%s', acima no menu `%s' e acima `%s' não coincidem" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s para `%s', diferente do %s nome `%s'" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3232,3246 **** msgstr "não posso ler o arquivo de inicialização %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignorando valor desconhecido da TEXINFO_OUTPUT_FORMAT variável `%s'\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Uso: %s [OPÇÃO]... ARQUIVO-TEXI...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3227,3241 ---- msgstr "não posso ler o arquivo de inicialização %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "ignorando valor desconhecido da TEXINFO_OUTPUT_FORMAT variável `%s'\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Uso: %s [OPÇÃO]... ARQUIVO-TEXI...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3258,3262 **** "o comportamento é identico, e não do nome de instalação.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3253,3257 ---- "o comportamento é identico, e não do nome de instalação.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3297,3301 **** " --version mostra informação de versão e sai.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3292,3296 ---- " --version mostra informação de versão e sai.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3318,3322 **** " após verificar ARQUIVO-TEXI.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3313,3317 ---- " após verificar ARQUIVO-TEXI.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3371,3375 **** "saída.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3366,3370 ---- "saída.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3412,3416 **** "padrão é %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3407,3411 ---- "padrão é %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3441,3445 **** "QUEBRA.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3436,3440 ---- "QUEBRA.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3449,3453 **** " --output-indent=VAL não faz nada, mantida para compatibilidade.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3444,3448 ---- " --output-indent=VAL não faz nada, mantida para compatibilidade.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3457,3461 **** " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3452,3456 ---- " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3479,3483 **** " -U VAR remove a variável VAR, semelhante a @clear.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3474,3478 ---- " -U VAR remove a variável VAR, semelhante a @clear.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3517,3521 **** " Também, para as opções --no-ifFORMATO, processa o texto @ifnotFORMATO.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3512,3516 ---- " Também, para as opções --no-ifFORMATO, processa o texto @ifnotFORMATO.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3533,3537 **** " se gerando XML, --ifxml é on e os outros são off.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3528,3532 ---- " se gerando XML, --ifxml é on e os outros são off.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3568,3572 **** "mesmo grande\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3563,3567 ---- "mesmo grande\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3574,3578 **** "%s: o argumento de --footnote-style deve ser `separate' ou `end', não `%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3569,3573 ---- "%s: o argumento de --footnote-style deve ser `separate' ou `end', não `%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3581,3585 **** "%s'.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3576,3580 ---- "%s'.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3588,3631 **** "com -o\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "opção --Xopt sem saída mostrada" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "árvore de transformação %s desconhecida" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "ignorando quebra para o formato %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: faltando argumento arquivo.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Tente `%s --help' para mais informação.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "a transformação fill_gaps_in_sectioning não retorna nada. Nenhuma seção?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "erro ao fechar o arquivo expandido de macro %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "não posso abrir %s para escrita: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3583,3626 ---- "com -o\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "opção --Xopt sem saída mostrada" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "árvore de transformação %s desconhecida" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "ignorando quebra para o formato %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: faltando argumento arquivo.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Tente `%s --help' para mais informação.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "a transformação fill_gaps_in_sectioning não retorna nada. Nenhuma seção?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "erro ao fechar o arquivo expandido de macro %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "não posso abrir %s para escrita: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3635,3650 **** "Nenhuma seção?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: erro ao fechar %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: erro ao fechar o arquivo de links internos %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: não posso abrir %s para escrita: %s\n" --- 3630,3648 ---- "Nenhuma seção?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: erro ao fechar %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: erro ao fechar o arquivo de links internos %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: não posso abrir %s para escrita: %s\n" + + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s não deve ser associado a @top" Binary files texinfo-6.4/po/ro.gmo and texinfo-6.5/po/ro.gmo differ diff -Nrc2 texinfo-6.4/po/ro.po texinfo-6.5/po/ro.po *** texinfo-6.4/po/ro.po 2017-06-23 06:53:06.000000000 +0100 --- texinfo-6.5/po/ro.po 2017-08-19 19:55:16.000000000 +0100 *************** *** 9,13 **** "Project-Id-Version: texinfo 4.7.94\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2005-05-03 12:00+05\n" "Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n" --- 9,13 ---- "Project-Id-Version: texinfo 4.7.94\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2005-05-03 12:00+05\n" "Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n" *************** *** 395,434 **** msgstr "Nici un articol de meniu `%s' n nod `%s'." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Nu pot gsi nodul `%s'." ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:828 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "Seteaz valoarea unei variabile Info" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "ncercai --help pentru informaii suplimentare.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 395,434 ---- msgstr "Nici un articol de meniu `%s' n nod `%s'." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Nu pot gsi nodul `%s'." ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:830 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "Seteaz valoarea unei variabile Info" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "ncercai --help pentru informaii suplimentare.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 440,449 **** msgstr "" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "nici o intrare de index a fost gsit pentru `%s'\n" ! #: info/info.c:1089 #, c-format msgid "" --- 440,449 ---- msgstr "" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "nici o intrare de index a fost gsit pentru `%s'\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 453,457 **** msgstr "" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 453,457 ---- msgstr "" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 462,466 **** msgstr "" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 462,466 ---- msgstr "" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 470,478 **** msgstr "" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" --- 470,478 ---- msgstr "" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" *************** *** 481,485 **** "vorbire.\n" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 481,485 ---- "vorbire.\n" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 489,493 **** msgstr "" ! #: info/info.c:1122 msgid "" "\n" --- 489,493 ---- msgstr "" ! #: info/info.c:1124 msgid "" "\n" *************** *** 499,503 **** msgstr "" ! #: info/info.c:1129 msgid "" "\n" --- 499,503 ---- msgstr "" ! #: info/info.c:1131 msgid "" "\n" *************** *** 505,509 **** msgstr "" ! #: info/info.c:1132 msgid "" "\n" --- 505,509 ---- msgstr "" ! #: info/info.c:1134 msgid "" "\n" *************** *** 522,526 **** msgstr "" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 #, fuzzy msgid "" --- 522,526 ---- msgstr "" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 #, fuzzy msgid "" *************** *** 534,606 **** "Texinfo homepage: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Nu pot gsi nodul `(%s)%s'." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Nu pot gsi o fereastr!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Punctul nu apare n interiorul nodului acestei ferestre!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Nu pot terge ultima fereastr." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "Nici un meniu n acest nod" ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "Nici o not de subsol n acest nod." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "Nici o referin la acelai pasaj n acest nod." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Nici un pointer `%s' pentru acest nod." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Comand Info necunoscut `%c';ncercai `?' pentru ajutor." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminalul de tip `%s' nu e destul de detept s ruleze Info." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Suntei deja la ultima pagin a acestui nod." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Suntei deja la prima pagin a acestui nod." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "O singur fereastr." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "Fereastra rezultant ar fi prea mic." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 534,606 ---- "Texinfo homepage: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Nu pot gsi nodul `(%s)%s'." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Nu pot gsi o fereastr!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Punctul nu apare n interiorul nodului acestei ferestre!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Nu pot terge ultima fereastr." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "Nici un meniu n acest nod" ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "Nici o not de subsol n acest nod." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "Nici o referin la acelai pasaj n acest nod." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Nici un pointer `%s' pentru acest nod." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Comand Info necunoscut `%c';ncercai `?' pentru ajutor." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminalul de tip `%s' nu e destul de detept s ruleze Info." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Suntei deja la ultima pagin a acestui nod." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Suntei deja la prima pagin a acestui nod." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "O singur fereastr." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "Fereastra rezultant ar fi prea mic." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1433,1624 **** msgstr "" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "terge (kill) pn la nceputul liniei" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Caut subfiier %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "Cutare euat." ! #: info/session.c:4191 #, fuzzy, c-format msgid "%s%s%s [%s]: " msgstr "%s%s pentru ir [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Caut" ! #: info/session.c:4193 info/session.c:4199 #, fuzzy msgid " case-sensitively" msgstr " innd cont de litere mari/mici" ! #: info/session.c:4194 info/session.c:4200 #, fuzzy msgid " backward" msgstr "Caut napoi" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Caut subfiier %s ..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Citete un ir i caut-l innd cont de litere mari/mici" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Citete un ir i caut-l" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Citete un ir i caut-l napoi" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Repet ultima cutare n aceeai direcie" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Nici un ir cutat anterior" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Repet ultima cutare n direcie opus" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Caut interactiv pentru un ir pe msur ce este introdus" ! #: info/session.c:4877 #, fuzzy msgid "Regexp I-search backward: " msgstr "I-caut napoi: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-caut napoi: " ! #: info/session.c:4880 #, fuzzy msgid "Regexp I-search: " msgstr "I-caut: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-caut: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Euez " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Renun la operaia curent" ! #: info/session.c:5281 msgid "Quit" msgstr "Iei" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr "afieaz informaii despre versiune i termin" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Redeseneaz ecranul" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Iei din Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Ruleaz comanda legat de litera mic de pe tast" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Comand necunoscut (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" este invalid" ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "`%s' este invalid" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Adaug aceast cifr la argumentul numeric curent" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "ncepe (sau nmulete cu 4) argumentul numeric curent" --- 1433,1624 ---- msgstr "" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "terge (kill) pn la nceputul liniei" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Caut subfiier %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "Cutare euat." ! #: info/session.c:4188 #, fuzzy, c-format msgid "%s%s%s [%s]: " msgstr "%s%s pentru ir [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Caut" ! #: info/session.c:4190 info/session.c:4196 #, fuzzy msgid " case-sensitively" msgstr " innd cont de litere mari/mici" ! #: info/session.c:4191 info/session.c:4197 #, fuzzy msgid " backward" msgstr "Caut napoi" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Caut subfiier %s ..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Citete un ir i caut-l innd cont de litere mari/mici" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Citete un ir i caut-l" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Citete un ir i caut-l napoi" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Repet ultima cutare n aceeai direcie" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Nici un ir cutat anterior" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Repet ultima cutare n direcie opus" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Caut interactiv pentru un ir pe msur ce este introdus" ! #: info/session.c:4874 #, fuzzy msgid "Regexp I-search backward: " msgstr "I-caut napoi: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-caut napoi: " ! #: info/session.c:4877 #, fuzzy msgid "Regexp I-search: " msgstr "I-caut: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-caut: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Euez " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Renun la operaia curent" ! #: info/session.c:5278 msgid "Quit" msgstr "Iei" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr "afieaz informaii despre versiune i termin" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Redeseneaz ecranul" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Iei din Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Ruleaz comanda legat de litera mic de pe tast" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Comand necunoscut (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" este invalid" ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "`%s' este invalid" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Adaug aceast cifr la argumentul numeric curent" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "ncepe (sau nmulete cu 4) argumentul numeric curent" *************** *** 1982,1990 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format --- 1982,1990 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format *************** *** 1992,2009 **** msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 1992,2009 ---- msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2011,2058 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s nu este un cod de limb valid conform ISO 639" ! #: tp/Texinfo/Common.pm:1100 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s nu este un cod de limb valid conform ISO 639" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Common.pm:1160 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2011,2058 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s nu este un cod de limb valid conform ISO 639" ! #: tp/Texinfo/Common.pm:1101 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s nu este un cod de limb valid conform ISO 639" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Common.pm:1162 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2070,2078 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, fuzzy, perl-format msgid "error on closing %s: %s" --- 2070,2078 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, fuzzy, perl-format msgid "error on closing %s: %s" *************** *** 2094,2098 **** msgstr "Fiierul @image `%s' nu poate fi citit: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 #, fuzzy msgid "no argument specified for @U" --- 2094,2098 ---- msgstr "Fiierul @image `%s' nu poate fi citit: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 #, fuzzy msgid "no argument specified for @U" *************** *** 2104,2214 **** msgstr "Fiierul @image `%s' (pentru HTML) nu poate fi citit: %s" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 #, fuzzy msgid "missing type" msgstr "nume de aciune inexistent" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s: opiune nerecunoscut `--%s'\n" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-file s-a terminat cu un comentariu" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "nici o intrare de index a fost gsit pentru `%s'\n" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "Nici un `Prec' sau `Sus' pentru acest nod n acest document." ! #: tp/Texinfo/Convert/HTML.pm:7156 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "nod nereferit `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2104,2214 ---- msgstr "Fiierul @image `%s' (pentru HTML) nu poate fi citit: %s" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 #, fuzzy msgid "missing type" msgstr "nume de aciune inexistent" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s: opiune nerecunoscut `--%s'\n" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-file s-a terminat cu un comentariu" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "nici o intrare de index a fost gsit pentru `%s'\n" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "Nici un `Prec' sau `Sus' pentru acest nod n acest document." ! #: tp/Texinfo/Convert/HTML.pm:7158 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "nod nereferit `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2249,2253 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" --- 2249,2253 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2314,2591 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "macro-ul `%s' definit anterior" ! #: tp/Texinfo/Parser.pm:1109 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "aici este definiia anterioar a lui `%s'" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s necesit un nume" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s lipsete paranteza de nchidere" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' a ateptat `%s', dar a vzut `%s'" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "Nici o potrivire %cend %s'" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, fuzzy, perl-format msgid "misplaced %c" msgstr "%c nelalocul lui" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "`%c%s' fr pereche" ! #: tp/Texinfo/Parser.pm:2130 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "Macro `%s' chemat pe linia %d cu prea multe argumente" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s lipsete paranteza de nchidere" ! #: tp/Texinfo/Parser.pm:2160 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "Macro `%s' chemat pe linia %d cu prea multe argumente" ! #: tp/Texinfo/Parser.pm:2193 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ in expansiunea macro urmat de `%s' n loc de nume parametru" ! #: tp/Texinfo/Parser.pm:2834 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "nume de aciune inexistent" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argumentele pentru @%s ignorate" ! #: tp/Texinfo/Parser.pm:2889 #, fuzzy msgid "empty multitable" msgstr "%s: fiier gol" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s necesit un argument: formatatorul pentru %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: opiunea `--%s' nu permite un argument\n" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s: lipsete fiierul argument.\n" ! #: tp/Texinfo/Parser.pm:3120 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "Index necunoscut `%s'" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:3173 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nume de codare nerecunoscut `%s'" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s nu are sens n exteriorul mediului `@titlepage'" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "Nici un meniu n nod `%s'." ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "terge (kill) pn la nceputul liniei" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "macro-ul `%s' definit anterior" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "aici este definiia anterioar a lui `%s'" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2314,2586 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "macro-ul `%s' definit anterior" ! #: tp/Texinfo/Parser.pm:1028 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "aici este definiia anterioar a lui `%s'" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s necesit un nume" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s lipsete paranteza de nchidere" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' a ateptat `%s', dar a vzut `%s'" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "Nici o potrivire %cend %s'" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, fuzzy, perl-format msgid "misplaced %c" msgstr "%c nelalocul lui" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "`%c%s' fr pereche" ! #: tp/Texinfo/Parser.pm:2049 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "Macro `%s' chemat pe linia %d cu prea multe argumente" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s lipsete paranteza de nchidere" ! #: tp/Texinfo/Parser.pm:2079 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "Macro `%s' chemat pe linia %d cu prea multe argumente" ! #: tp/Texinfo/Parser.pm:2112 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ in expansiunea macro urmat de `%s' n loc de nume parametru" ! #: tp/Texinfo/Parser.pm:2753 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "nume de aciune inexistent" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "argumentele pentru @%s ignorate" ! #: tp/Texinfo/Parser.pm:2808 #, fuzzy msgid "empty multitable" msgstr "%s: fiier gol" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s necesit un argument: formatatorul pentru %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: opiunea `--%s' nu permite un argument\n" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s: lipsete fiierul argument.\n" ! #: tp/Texinfo/Parser.pm:3039 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "Index necunoscut `%s'" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "Argument nepotrivit pentru @%s" ! #: tp/Texinfo/Parser.pm:3092 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "nume de codare nerecunoscut `%s'" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s nu are sens n exteriorul mediului `@titlepage'" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "Nici un meniu n nod `%s'." ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "terge (kill) pn la nceputul liniei" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "macro-ul `%s' definit anterior" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "aici este definiia anterioar a lui `%s'" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2593,2597 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2588,2592 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2600,2729 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Folosii paranteze pentru a da o comand ca argument lui @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s ateapt `i' sau `j' ca argument, nu `%c'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s am ateptat paranteze" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "marcaj nedefinit: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s este depsit" ! #: tp/Texinfo/Parser.pm:4237 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s este depsit" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "terge (kill) pn la nceputul liniei" ! #: tp/Texinfo/Parser.pm:4337 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s nu are sens n interiorul blocului `@%s'" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s nu are sens n interiorul blocului `@%s'" ! #: tp/Texinfo/Parser.pm:4497 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s: fiier gol" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "Prea multe coloane n articol multitabel (max %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "ignor @tab n afara multitabelului" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Trebuie s fii n mediul `@%s' pentru a folosi `@%s'" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s nu are sens n exteriorul mediilor `@titlepage' i `@quotation'" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "Nu sun permise note de subsol n note de subsol" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@menu vzut nainte de primul @node, creez nodul `Vrf'" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2595,2724 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Folosii paranteze pentru a da o comand ca argument lui @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s ateapt `i' sau `j' ca argument, nu `%c'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s am ateptat paranteze" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "marcaj nedefinit: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s este depsit" ! #: tp/Texinfo/Parser.pm:4131 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s este depsit" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "terge (kill) pn la nceputul liniei" ! #: tp/Texinfo/Parser.pm:4231 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s nu are sens n interiorul blocului `@%s'" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s nu are sens n interiorul blocului `@%s'" ! #: tp/Texinfo/Parser.pm:4391 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s: fiier gol" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "Prea multe coloane n articol multitabel (max %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "ignor @tab n afara multitabelului" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Trebuie s fii n mediul `@%s' pentru a folosi `@%s'" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s nu are sens n exteriorul mediilor `@titlepage' i `@quotation'" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "Nu sun permise note de subsol n note de subsol" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@menu vzut nainte de primul @node, creez nodul `Vrf'" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2732,2894 **** "@ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "Comand necunoscut `%s'" ! #: tp/Texinfo/Parser.pm:4953 #, fuzzy msgid "unexpected @" msgstr "Am ateptat `%s'" ! #: tp/Texinfo/Parser.pm:4981 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s nu are sens n exteriorul mediului `@float'" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image lipsete fiierul argument." ! #: tp/Texinfo/Parser.pm:5213 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s: lipsete fiierul argument.\n" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, fuzzy, perl-format msgid "expected @end %s" msgstr "Am ateptat `%s'" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "Folosii paranteze pentru a da o comand ca argument lui @%s" ! #: tp/Texinfo/Parser.pm:5633 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "argumentele pentru @%s ignorate" ! #: tp/Texinfo/Parser.pm:5703 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "Folosii paranteze pentru a da o comand ca argument lui @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: %s arg trebuie s fie numeric, nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "Index necunoscut `%s'" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "Index necunoscut `%s' n @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: %s arg trebuie s fie numeric, nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5872 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" --- 2727,2889 ---- "@ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "Comand necunoscut `%s'" ! #: tp/Texinfo/Parser.pm:4843 #, fuzzy msgid "unexpected @" msgstr "Am ateptat `%s'" ! #: tp/Texinfo/Parser.pm:4871 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s nu are sens n exteriorul mediului `@float'" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image lipsete fiierul argument." ! #: tp/Texinfo/Parser.pm:5103 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s: lipsete fiierul argument.\n" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, fuzzy, perl-format msgid "expected @end %s" msgstr "Am ateptat `%s'" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "Folosii paranteze pentru a da o comand ca argument lui @%s" ! #: tp/Texinfo/Parser.pm:5499 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "argumentele pentru @%s ignorate" ! #: tp/Texinfo/Parser.pm:5569 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "Folosii paranteze pentru a da o comand ca argument lui @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: %s arg trebuie s fie numeric, nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "Index necunoscut `%s'" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "Index necunoscut `%s' n @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: %s arg trebuie s fie numeric, nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5738 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" *************** *** 2896,2905 **** "%s: --footnote-style arg trebuie s fie `separate' sau `end', nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5880 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: %s arg trebuie s fie numeric, nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2891,2900 ---- "%s: --footnote-style arg trebuie s fie `separate' sau `end', nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5746 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: %s arg trebuie s fie numeric, nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2907,2911 **** "%s: --paragraph-indent arg trebuie s fie numeric/`none'/`asis', nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5911 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2902,2906 ---- "%s: --paragraph-indent arg trebuie s fie numeric/`none'/`asis', nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5777 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2913,2917 **** "%s: --paragraph-indent arg trebuie s fie numeric/`none'/`asis', nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5921 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" --- 2908,2912 ---- "%s: --paragraph-indent arg trebuie s fie numeric/`none'/`asis', nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5787 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" *************** *** 2919,2933 **** "%s: --paragraph-indent arg trebuie s fie numeric/`none'/`asis', nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" --- 2914,2928 ---- "%s: --paragraph-indent arg trebuie s fie numeric/`none'/`asis', nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" *************** *** 2935,2939 **** "%s: --footnote-style arg trebuie s fie `separate' sau `end', nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5958 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 2930,2934 ---- "%s: --footnote-style arg trebuie s fie `separate' sau `end', nu `%s'.\n" ! #: tp/Texinfo/Parser.pm:5824 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 2941,2970 **** "%s: --footnote-style arg trebuie s fie `separate' sau `end', nu `%s'.\n" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" --- 2936,2965 ---- "%s: --footnote-style arg trebuie s fie `separate' sau `end', nu `%s'.\n" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" *************** *** 2972,3026 **** "referina %s ctre nodul inexistent `%s' (probabil secionare incorect?)" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "nod nereferit `%s'" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "nod nereferit `%s'" ! #: tp/Texinfo/Structuring.pm:670 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Nodului `%s' i lipsete articolul pentru `%s' dei i este inta Sus" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 2967,3021 ---- "referina %s ctre nodul inexistent `%s' (probabil secionare incorect?)" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "nod nereferit `%s'" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "nod nereferit `%s'" ! #: tp/Texinfo/Structuring.pm:696 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Nodului `%s' i lipsete articolul pentru `%s' dei i este inta Sus" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3183,3197 **** msgstr "Nu am putut crea fiier ieire `%s'." ! #: tp/texi2any.pl:662 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s: Ignor valoare nerecunoscut TEXINFO_OUTPUT_FORMAT `%s'.\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Folosire: %s [OPIUNE]... FIIER-TEXINFO...\n" ! #: tp/texi2any.pl:748 #, fuzzy msgid "" --- 3178,3192 ---- msgstr "Nu am putut crea fiier ieire `%s'." ! #: tp/texi2any.pl:657 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s: Ignor valoare nerecunoscut TEXINFO_OUTPUT_FORMAT `%s'.\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Folosire: %s [OPIUNE]... FIIER-TEXINFO...\n" ! #: tp/texi2any.pl:743 #, fuzzy msgid "" *************** *** 3205,3209 **** "fiiere Info potrivite pentru citit online cu Emacs sau GNU Info.\n" ! #: tp/texi2any.pl:754 #, fuzzy, perl-format msgid "" --- 3200,3204 ---- "fiiere Info potrivite pentru citit online cu Emacs sau GNU Info.\n" ! #: tp/texi2any.pl:749 #, fuzzy, perl-format msgid "" *************** *** 3235,3239 **** "termin.\n" ! #: tp/texi2any.pl:770 #, fuzzy msgid "" --- 3230,3234 ---- "termin.\n" ! #: tp/texi2any.pl:765 #, fuzzy msgid "" *************** *** 3252,3256 **** " --plaintext ieire text simplu n loc de Info.\n" ! #: tp/texi2any.pl:778 #, fuzzy msgid "" --- 3247,3251 ---- " --plaintext ieire text simplu n loc de Info.\n" ! #: tp/texi2any.pl:773 #, fuzzy msgid "" *************** *** 3293,3297 **** " -o, --output=FIIER scrie n FIIER (director dac multiple HTML),\n" ! #: tp/texi2any.pl:798 #, fuzzy, perl-format msgid "" --- 3288,3292 ---- " -o, --output=FIIER scrie n FIIER (director dac multiple HTML),\n" ! #: tp/texi2any.pl:793 #, fuzzy, perl-format msgid "" *************** *** 3333,3337 **** "(implicit %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3328,3332 ---- "(implicit %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3347,3351 **** msgstr "" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3342,3346 ---- msgstr "" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3353,3357 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3348,3352 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3359,3363 **** msgstr "" ! #: tp/texi2any.pl:832 #, fuzzy msgid "" --- 3354,3358 ---- msgstr "" ! #: tp/texi2any.pl:827 #, fuzzy msgid "" *************** *** 3377,3381 **** " -U VAR nedefinete variabila VAR, ca i @clear.\n" ! #: tp/texi2any.pl:840 #, fuzzy msgid "" --- 3372,3376 ---- " -U VAR nedefinete variabila VAR, ca i @clear.\n" ! #: tp/texi2any.pl:835 #, fuzzy msgid "" *************** *** 3417,3421 **** "@ifnotFORMAT.\n" ! #: tp/texi2any.pl:857 #, fuzzy msgid "" --- 3412,3416 ---- "@ifnotFORMAT.\n" ! #: tp/texi2any.pl:852 #, fuzzy msgid "" *************** *** 3434,3438 **** "deselectate;\n" ! #: tp/texi2any.pl:864 #, fuzzy msgid "" --- 3429,3433 ---- "deselectate;\n" ! #: tp/texi2any.pl:859 #, fuzzy msgid "" *************** *** 3466,3470 **** "indiferent ct de mare\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3461,3465 ---- "indiferent ct de mare\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3472,3476 **** "%s: --footnote-style arg trebuie s fie `separate' sau `end', nu `%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3467,3471 ---- "%s: --footnote-style arg trebuie s fie `separate' sau `end', nu `%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3478,3525 **** "%s: --paragraph-indent arg trebuie s fie numeric/`none'/`asis', nu `%s'.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "aciune necunoscut `%s'" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: lipsete fiierul argument.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "ncercai `%s --help' pentru informaii suplimentare.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/texi2any.pl:1284 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3473,3520 ---- "%s: --paragraph-indent arg trebuie s fie numeric/`none'/`asis', nu `%s'.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "aciune necunoscut `%s'" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: lipsete fiierul argument.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "ncercai `%s --help' pentru informaii suplimentare.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "eroare la nchiderea fiierului de ieire `%s'" ! #: tp/texi2any.pl:1280 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: nu am putut deschide --css-file: %s" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3527,3541 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3522,3536 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" Binary files texinfo-6.4/po/ru.gmo and texinfo-6.5/po/ru.gmo differ diff -Nrc2 texinfo-6.4/po/ru.po texinfo-6.5/po/ru.po *** texinfo-6.4/po/ru.po 2017-06-23 06:53:07.000000000 +0100 --- texinfo-6.5/po/ru.po 2017-08-19 19:55:16.000000000 +0100 *************** *** 8,15 **** msgid "" msgstr "" ! "Project-Id-Version: texinfo 6.3.91\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" ! "PO-Revision-Date: 2017-05-24 18:58+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <gnu@d07.ru>\n" --- 8,15 ---- msgid "" msgstr "" ! "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" ! "PO-Revision-Date: 2017-06-24 09:41+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <gnu@d07.ru>\n" *************** *** 395,434 **** msgstr "Пункт меню «%s» отсутствует в ноде «%s»" ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "Невозможно найти ноду «%s»" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "Не задано имя программы" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "неверный номер: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "неправильное назначение переменной: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: нет переменной с таким именем" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "значение %s недопустимо для переменной %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Попробуйте --help для получения более подробного описания.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 395,434 ---- msgstr "Пункт меню «%s» отсутствует в ноде «%s»" ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "Невозможно найти ноду «%s»" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "Не задано имя программы" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "неверный номер: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "неправильное назначение переменной: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: нет переменной с таким именем" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "значение %s недопустимо для переменной %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Попробуйте --help для получения более подробного описания.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 445,454 **** "Нет НИКАКИХ ГАРАНТИЙ до степени, разрешённой законом.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "для «%s» не найдено элементов в именном указателе\n" ! #: info/info.c:1089 #, c-format msgid "" --- 445,454 ---- "Нет НИКАКИХ ГАРАНТИЙ до степени, разрешённой законом.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "для «%s» не найдено элементов в именном указателе\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 461,466 **** "Чтение документации в формате Info.\n" ! #: info/info.c:1095 ! #, fuzzy msgid "" "Frequently-used options:\n" --- 461,465 ---- "Чтение документации в формате Info.\n" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 470,484 **** " -f, --file=MANUAL specify Info manual to visit" msgstr "" ! "Параметры:\n" " -a, --all использовать все подходящие справочники\n" " -k, --apropos=СТРОКА поиск СТРОКИ во всех указателях\n" " всех справочников\n" " -d, --directory=КАТ добавить КАТалог в INFOPATH\n" - " --dribble=ФАЙЛ запоминать нажатия клавиш пользователем в " - "ФАЙЛЕ\n" " -f, --file=СПРАВОЧНИК задать открываемый Info-справочник" ! #: info/info.c:1102 ! #, fuzzy msgid "" " -h, --help display this help and exit\n" --- 469,480 ---- " -f, --file=MANUAL specify Info manual to visit" msgstr "" ! "Часто используемые параметры:\n" " -a, --all использовать все подходящие справочники\n" " -k, --apropos=СТРОКА поиск СТРОКИ во всех указателях\n" " всех справочников\n" " -d, --directory=КАТ добавить КАТалог в INFOPATH\n" " -f, --file=СПРАВОЧНИК задать открываемый Info-справочник" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 493,502 **** " -o, --output=ФАЙЛ запись выбранных нод в ФАЙЛ" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 ! #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" --- 489,498 ---- " -o, --output=ФАЙЛ запись выбранных нод в ФАЙЛ" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" + " -O, --show-options, --usage перейти к ноде с параметрами командной строки" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" *************** *** 504,509 **** " синтезаторов речи" ! #: info/info.c:1116 ! #, fuzzy msgid "" " --subnodes recursively output menu items\n" --- 500,504 ---- " синтезаторов речи" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 512,525 **** " -w, --where, --location print physical location of Info file" msgstr "" - " --strict-node-location (для отладки) использовать указатели\n" - " файл Info как есть\n" " --subnodes рекурсивно выводить пункты меню\n" " -v, --variable ПЕР=ЗНАЧ назначить ЗНАЧЕНИЕ ПЕРЕМЕННОЙ Info\n" - " --vi-keys использовать привязки клавиш как в vi и less\n" " --version показать информацию о версии и выйти\n" ! " -w, --where, --location показать физическое расположение файла Info\n" ! " -x, --debug=НОМЕР задать уровень отладки (-1 для всех).\n" ! #: info/info.c:1122 msgid "" "\n" --- 507,516 ---- " -w, --where, --location print physical location of Info file" msgstr "" " --subnodes рекурсивно выводить пункты меню\n" " -v, --variable ПЕР=ЗНАЧ назначить ЗНАЧЕНИЕ ПЕРЕМЕННОЙ Info\n" " --version показать информацию о версии и выйти\n" ! " -w, --where, --location показать физическое расположение файла Info" ! #: info/info.c:1124 msgid "" "\n" *************** *** 537,541 **** "меню относительно первой посещённой ноды." ! #: info/info.c:1129 msgid "" "\n" --- 528,532 ---- "меню относительно первой посещённой ноды." ! #: info/info.c:1131 msgid "" "\n" *************** *** 545,550 **** "Для выдачи справки по привязкам клавиш нажмите H в Info." ! #: info/info.c:1132 ! #, fuzzy msgid "" "\n" --- 536,540 ---- "Для выдачи справки по привязкам клавиш нажмите H в Info." ! #: info/info.c:1134 msgid "" "\n" *************** *** 565,570 **** "Примеры:\n" " info показать меню каталога верхнего уровня\n" - " info info показать основную справку о программах чтения " - "Info\n" " info info-stnd показать справку определённой программы Info\n" " info emacs начать с ноды emacs из каталога верхнего " --- 555,558 ---- *************** *** 574,581 **** " info '(emacs)Files' альтернативный способ начать с ноды Files\n" " info --show-options emacs начать с ноды, описывающей параметры emacs\n" ! " info --subnodes -o out.txt emacs dump entire manual to out.txt\n" " info -f ./foo.info показать файл ./foo.info, не искать каталог" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 562,570 ---- " info '(emacs)Files' альтернативный способ начать с ноды Files\n" " info --show-options emacs начать с ноды, описывающей параметры emacs\n" ! " info --subnodes -o out.txt emacs\n" ! " сохранить руководство в out.txt\n" " info -f ./foo.info показать файл ./foo.info, не искать каталог" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 587,630 **** "Домашняя страница Texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Невозможно найти ноду «(%s)%s»" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Невозможно найти окно!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Точка находится вне ноды этого окна!" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "Невозможно удалить последнее окно" ! #: info/info.c:1186 msgid "No menu in this node" msgstr "В этой ноде нет меню" ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "В этой ноде нет сносок" ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "В этой ноде нет перекрёстных ссылок" ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "Для этой ноды нет указателя «%s»" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Команда Info «%c» неизвестна; попробуйте «?» для получения справки" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" --- 576,619 ---- "Домашняя страница Texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Невозможно найти ноду «(%s)%s»" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Невозможно найти окно!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Точка находится вне ноды этого окна!" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "Невозможно удалить последнее окно" ! #: info/info.c:1188 msgid "No menu in this node" msgstr "В этой ноде нет меню" ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "В этой ноде нет сносок" ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "В этой ноде нет перекрёстных ссылок" ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "Для этой ноды нет указателя «%s»" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Команда Info «%c» неизвестна; попробуйте «?» для получения справки" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" *************** *** 632,652 **** "Тип терминала «%s» не обладает достаточными возможностями для запуска Info" ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "Вы уже находитесь на последней странице этой ноды" ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "Вы уже находитесь на первой странице этой ноды" ! #: info/info.c:1194 msgid "Only one window" msgstr "Только одно окно" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "Получившееся окно было бы слишком маленьким" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "" --- 621,641 ---- "Тип терминала «%s» не обладает достаточными возможностями для запуска Info" ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "Вы уже находитесь на последней странице этой ноды" ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "Вы уже находитесь на первой странице этой ноды" ! #: info/info.c:1196 msgid "Only one window" msgstr "Только одно окно" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "Получившееся окно было бы слишком маленьким" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "" *************** *** 1438,1623 **** msgstr "Использование обычных строк при поиске" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "Поиск продолжится с конца документа" ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "Поиск продолжится с начала документа" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Поиск подфайла %s…" ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "Не найдено" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Поиск по регулярным выражениям" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Поиск" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " c учётом регистра" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " обратный поиск" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Слишком короткая строка поиска" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Переходим обратно к последнему совпадению из %s" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "Больше нет совпадений" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Искать строку в этой ноде и поднодах" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "Поиск в %s: " ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Перейти к следующему совпадению в поддереве Info" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Нет активного поиска" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Перейти к предыдущему совпадению в поддереве Info" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Считать строку и запустить регистрозависимый поиск" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Считать строку и запустить поиск" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Считать строку и запустить поиск в обратном направлении" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Повторить последний поиск в том же направлении" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Нет строки предыдущего поиска" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Повторить последний поиск в обратном направлении" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Очистить показанные совпадения поиска" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Запустить интерактивный поиск по мере ввода строки" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Наращиваемый обратный поиск по регулярному выражению: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "Наращиваемый обратный поиск: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Наращиваемый поиск по регулярному выражению: " ! #: info/session.c:4881 msgid "I-search: " msgstr "Наращиваемый поиск: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Не найдено " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Отменить выполнение текущей команды" ! #: info/session.c:5281 msgid "Quit" msgstr "Выход" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Показать версию запущенной Info" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info, версия %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Перерисовать экран" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Выйти из Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Запустить команду, привязанную к этой клавише в нижнем регистре" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "Неизвестная команда (%s)" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "Неверная команда «%s»" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "«%s» неверно" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Добавить цифру к текущему числовому аргументу" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Начать (или умножить на 4) текущий числовой аргумент" --- 1427,1612 ---- msgstr "Использование обычных строк при поиске" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "Поиск продолжится с конца документа" ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "Поиск продолжится с начала документа" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Поиск подфайла %s…" ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "Не найдено" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Поиск по регулярным выражениям" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Поиск" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " c учётом регистра" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " обратный поиск" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Слишком короткая строка поиска" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Переходим обратно к последнему совпадению из %s" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "Больше нет совпадений" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Искать строку в этой ноде и поднодах" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "Поиск в %s: " ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Перейти к следующему совпадению в поддереве Info" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Нет активного поиска" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Перейти к предыдущему совпадению в поддереве Info" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Считать строку и запустить регистрозависимый поиск" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Считать строку и запустить поиск" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Считать строку и запустить поиск в обратном направлении" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Повторить последний поиск в том же направлении" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Нет строки предыдущего поиска" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Повторить последний поиск в обратном направлении" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Очистить показанные совпадения поиска" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Запустить интерактивный поиск по мере ввода строки" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Наращиваемый обратный поиск по регулярному выражению: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "Наращиваемый обратный поиск: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Наращиваемый поиск по регулярному выражению: " ! #: info/session.c:4878 msgid "I-search: " msgstr "Наращиваемый поиск: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Не найдено " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Отменить выполнение текущей команды" ! #: info/session.c:5278 msgid "Quit" msgstr "Выход" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Показать версию запущенной Info" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info, версия %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Перерисовать экран" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Выйти из Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Запустить команду, привязанную к этой клавише в нижнем регистре" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "Неизвестная команда (%s)" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "Неверная команда «%s»" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "«%s» неверно" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Добавить цифру к текущему числовому аргументу" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Начать (или умножить на 4) текущий числовой аргумент" *************** *** 2036,2044 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2025,2033 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2046,2058 **** msgstr "невозможно открыть %s на запись: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "рекурсия разрешена всегда" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "по умолчанию аргументы в кавычках" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2035,2047 ---- msgstr "невозможно открыть %s на запись: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "рекурсия разрешена всегда" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "по умолчанию аргументы в кавычках" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2061,2065 **** "страницы" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2050,2054 ---- "страницы" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2069,2116 **** "содержимое после титульной страницы" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s не является допустимым кодом языка" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s не является допустимым кодом области" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s не является допустимой возможностью разделения" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "невозможно прочитать %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "ошибка при закрытии файла @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: невозможно найти %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "отсутствует нода для переименования" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "ноды без нового имени в конце файла" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "невозможно открыть %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2058,2105 ---- "содержимое после титульной страницы" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s не является допустимым кодом языка" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s не является допустимым кодом области" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s не является допустимой возможностью разделения" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "невозможно прочитать %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "ошибка при закрытии файла @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: невозможно найти %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "отсутствует нода для переименования" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "ноды без нового имени в конце файла" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "невозможно открыть %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2128,2136 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2117,2125 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2152,2156 **** msgstr "файл @image «%s» не найден, используется «%s»" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "не задан аргумент для @U" --- 2141,2145 ---- msgstr "файл @image «%s» не найден, используется «%s»" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "не задан аргумент для @U" *************** *** 2161,2269 **** msgstr "файл @image «%s» (для HTML) не найден, используется «%s»" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "неструктурированный формат %s не преобразован" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "невозможно открыть файл настроек ссылок html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "отсутствует тип" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "нераспознанный тип: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "ошибка при закрытии файла настроек ссылок html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "незакрытая строка в файле css" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-include обрывается в комментарии" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import не завершена в файле css" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "Файл CSS %s не найден" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "невозможно открыть --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "ошибка при закрытии файла CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "элемент htmlxref.cnf не найден в «%s»" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "ошибка при закрытии файла frame %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "ошибка при закрытии файла TOC frame %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "ошибка обработчика %s на стадии %s с приоритетом %s" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "должен быть задан заголовок командой заголовка или @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "ошибка при закрытии файла ноды перенаправления %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "старое имя «%s» — это нода документа" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "файл пуст для переименуемой ноды «%s»" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "нода назначения (новое имя для «%s») отсутствует в документе: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "ошибка при закрытии файла переименуемой ноды перенаправления %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "пустое имя ноды" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2150,2258 ---- msgstr "файл @image «%s» (для HTML) не найден, используется «%s»" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "неструктурированный формат %s не преобразован" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "невозможно открыть файл настроек ссылок html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "отсутствует тип" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "нераспознанный тип: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "ошибка при закрытии файла настроек ссылок html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "незакрытая строка в файле css" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-include обрывается в комментарии" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import не завершена в файле css" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "Файл CSS %s не найден" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "невозможно открыть --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "ошибка при закрытии файла CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "элемент htmlxref.cnf не найден в «%s»" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "ошибка при закрытии файла frame %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "ошибка при закрытии файла TOC frame %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "ошибка обработчика %s на стадии %s с приоритетом %s" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "должен быть задан заголовок командой заголовка или @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "ошибка при закрытии файла ноды перенаправления %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "старое имя «%s» — это нода документа" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "файл пуст для переименуемой ноды «%s»" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "нода назначения (новое имя для «%s») отсутствует в документе: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "ошибка при закрытии файла переименуемой ноды перенаправления %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "пустое имя ноды" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2303,2307 **** msgstr "Пункт в алфавитном указателе @%s с : создаёт некорректный Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2292,2296 ---- msgstr "Пункт в алфавитном указателе @%s с : создаёт некорректный Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2368,2536 **** msgstr "имя элемента меню не должно содержать «:»" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "пустое имя ноды после раскрытия «%s»" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s «%s» было определено раньше" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "место предыдущего определения @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "пустой аргумент в @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "несколько @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "неверный или пустой формальный аргумент @%s: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "неверный синтаксис аргумента @%s: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "команде %c%s нужно указать имя" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "некорректное имя для @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s перед закрывающей скобкой @%s" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s перед закрывающей скобкой @%s" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s пропущена закрывающая скобка" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s отсутствует закрывающая разделительная последовательность: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx не должен начинаться с @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx должен следовать за @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s содержит текст, но не @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "ожидалось «@end» с «%s», встречено «%s»" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s перед @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "нет парной «%cend %s»" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "здесь не должно быть %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "непарная «%c%s»" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "макрос «%s» вызван с излишними аргументами" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s пропущена закрывающая скобка" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "макрос «%s», объявленный без аргумента, вызван с аргументом" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ в раскрытии @%s следует «%s», а не имя параметра или \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "пропущено имя для @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "пропущена категория для @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "неожиданный аргумент на строке @%s: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "пустая мультитаблица" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "лишний аргумент для @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "некорректный аргумент для @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s должна использоваться c аргументом: форматом для %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2357,2525 ---- msgstr "имя элемента меню не должно содержать «:»" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "пустое имя ноды после раскрытия «%s»" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s «%s» было определено раньше" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "место предыдущего определения @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "пустой аргумент в @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "несколько @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "неверный или пустой формальный аргумент @%s: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "неверный синтаксис аргумента @%s: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "команде %c%s нужно указать имя" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "некорректное имя для @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s перед закрывающей скобкой @%s" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s перед закрывающей скобкой @%s" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s пропущена закрывающая скобка" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s отсутствует закрывающая разделительная последовательность: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx не должен начинаться с @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx должен следовать за @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s содержит текст, но не @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "ожидалось «@end» с «%s», встречено «%s»" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s перед @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "нет парной «%cend %s»" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "здесь не должно быть %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "непарная «%c%s»" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "макрос «%s» вызван с излишними аргументами" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s пропущена закрывающая скобка" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "макрос «%s», объявленный без аргумента, вызван с аргументом" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ в раскрытии @%s следует «%s», а не имя параметра или \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "пропущено имя для @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "пропущена категория для @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "неожиданный аргумент на строке @%s: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "пустая мультитаблица" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "лишний аргумент для @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "некорректный аргумент для @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s должна использоваться c аргументом: форматом для %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2538,2645 **** "команды @%s, не принимающей аргументов в скобках, не должно быть в строке @%s" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "выделенная команда «@%s» недопустима как аргумент @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s пропущен аргумент" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "неизвестный @end %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "лишний аргумент для @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "неверный аргумент для @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: невозможно открыть %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "кодировка «%s» не является каноничной кодировкой texinfo" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "имя кодировки «%s» не распознано" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s после первого элемента" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s имеет смысл только в строке @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s не должен быть связан с @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node стоит до @%s, но части не могут быть связаны с нодами" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "пустое имя элемента меню в «%s»" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "пустое имя ноды в элементе меню" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s не должен появляться в @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s должен появляться только в начале строки" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "макрос «%s» был определён раньше" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "место предыдущего определения «%s»" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "переопределение команды языка Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s без соответствующего символа" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2527,2629 ---- "команды @%s, не принимающей аргументов в скобках, не должно быть в строке @%s" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "выделенная команда «@%s» недопустима как аргумент @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s пропущен аргумент" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "неизвестный @end %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "лишний аргумент для @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "неверный аргумент для @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: невозможно открыть %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "кодировка «%s» не является каноничной кодировкой texinfo" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "имя кодировки «%s» не распознано" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s после первого элемента" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s имеет смысл только в строке @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node стоит до @%s, но части не могут быть связаны с нодами" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "пустое имя элемента меню в «%s»" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "пустое имя ноды в элементе меню" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s не должен появляться в @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s должен появляться только в начале строки" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "макрос «%s» был определён раньше" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "место предыдущего определения «%s»" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "переопределение команды языка Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s без соответствующего символа" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2648,2652 **** "@%s определён с нулём или более чем одним аргументом, должен вызываться с {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2632,2636 ---- "@%s определён с нулём или более чем одним аргументом, должен вызываться с {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2657,2661 **** "MAX_NESTED_MACROS; текущее значение: %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2641,2645 ---- "MAX_NESTED_MACROS; текущее значение: %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2663,2672 **** "рекурсивный вызов макроса %s не допускается; если нужно, используйте @rmacro" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "после выделенной команды «@%s» не должно быть пробельного символа" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" --- 2647,2656 ---- "рекурсивный вызов макроса %s не допускается; если нужно, используйте @rmacro" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "после выделенной команды «@%s» не должно быть пробельного символа" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" *************** *** 2674,2837 **** "используйте фигурные скобки, чтобы передать @%s команду в качестве аргумента" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s ожидает в качестве аргумента «i» или «j», а не «%s»" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "после выделенной команды «@%s» не должно быть новой строки" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s подразумевает фигурные скобки" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "неопределенный флаг: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "неверный синтаксис @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "Команда %c%s устарела." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "Команда %c%s устарела; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s должен появляться только в начале строки" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s не допускается внутри блока «@%s»" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s должен появляться только в заголовке или нижнем колонтитуле" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s не имеет смысла внутри блока «@%s»" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s в пустой мультитаблице" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab перед @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "слишком много столбцов в мультитабличном элементе (максимум %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "@tab вне мультитаблицы игнорирован" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s вне таблицы или списка" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "должно быть после «@%s», чтобы использовать «@%s»" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s не имеет смысла вне окружения «@titlepage» или «@quotation»" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory после первой ноды" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "не допускается указание области %s внутри области %s" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry после первой ноды" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu в неверном контексте" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s встречено перед первой @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "вероятно, ваша нода @top должна быть в @ifnottex, а не в @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s должен появляться только в совпадающем контексте" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "неизвестная команда «%s»" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "неожиданный символ @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s не имеет смысла вне окружения «@float»" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s должен быть сразу после «@float»" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "игнорируется многократный @%s" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "команда @%s не допускает аргументов" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "у команда @%s отсутствует нода или внешний указанный вручную аргумент" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "в @%s указана пустое имя перекрёстной ссылки после раскрытого «%s»" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" --- 2658,2821 ---- "используйте фигурные скобки, чтобы передать @%s команду в качестве аргумента" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s ожидает в качестве аргумента «i» или «j», а не «%s»" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "после выделенной команды «@%s» не должно быть новой строки" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s подразумевает фигурные скобки" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "неопределенный флаг: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "неверный синтаксис @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "Команда %c%s устарела." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "Команда %c%s устарела; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s должен появляться только в начале строки" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s не допускается внутри блока «@%s»" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s должен появляться только в заголовке или нижнем колонтитуле" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s не имеет смысла внутри блока «@%s»" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s в пустой мультитаблице" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab перед @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "слишком много столбцов в мультитабличном элементе (максимум %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "@tab вне мультитаблицы игнорирован" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s вне таблицы или списка" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "должно быть после «@%s», чтобы использовать «@%s»" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s не имеет смысла вне окружения «@titlepage» или «@quotation»" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory после первой ноды" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "не допускается указание области %s внутри области %s" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry после первой ноды" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu в неверном контексте" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s встречено перед первой @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "вероятно, ваша нода @top должна быть в @ifnottex, а не в @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s должен появляться только в совпадающем контексте" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "неизвестная команда «%s»" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "неожиданный символ @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s не имеет смысла вне окружения «@float»" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s должен быть сразу после «@float»" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "игнорируется многократный @%s" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "команда @%s не допускает аргументов" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "у команда @%s отсутствует нода или внешний указанный вручную аргумент" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "в @%s указана пустое имя перекрёстной ссылки после раскрытого «%s»" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" *************** *** 2839,2857 **** "в @%s указан пустой заголовок перекрёстной ссылки после раскрытого «%s»" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "после @image пропущен аргумент, задающий файл" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "у @%s пропущен первый аргумент" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "найдены не шестнадцатеричные цифры в аргументе для @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" --- 2823,2841 ---- "в @%s указан пустой заголовок перекрёстной ссылки после раскрытого «%s»" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "после @image пропущен аргумент, задающий файл" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "у @%s пропущен первый аргумент" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "найдены не шестнадцатеричные цифры в аргументе для @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" *************** *** 2859,2962 **** "количество шестнадцатеричных цифр в аргументе больше четырёх для @U : %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "аргумент @U превышает максимальное значение 0x10FFFF Юникода: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "лишние аргументы у ноды" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "ожидался @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s должна принимать только @-команду в качестве аргумента, а не «%s»" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "оставшийся аргумент в строке @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "команда окружения %s в качестве аргумента для @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "пустая @%s" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "часть столбца не является числом: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp аргумент должен быть числовым, а не «%s»" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "зарезервированное имя алфавитного указателя %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "неизвестный источник алфавитного указателя в @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "неизвестное назначение алфавитного указателя в @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s ведёт к слиянию %s с самим собой, игнорируется" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "неизвестный алфавитный указатель «%s» в @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "выводится алфавитный указатель «%s», объединённый в другой — «%s»" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex до начала документа: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s аргумент должен быть «top» или «bottom», а не «%s»" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Поддерживаются только @%s 10 или 11, а не «%s»" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s аргумент должен быть «separate» или «end», а не «%s»" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s аргумент должен быть «on», «off» или «odd», а не «%s»" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2843,2946 ---- "количество шестнадцатеричных цифр в аргументе больше четырёх для @U : %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "аргумент @U превышает максимальное значение 0x10FFFF Юникода: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "лишние аргументы у ноды" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "ожидался @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s должна принимать только @-команду в качестве аргумента, а не «%s»" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "оставшийся аргумент в строке @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "команда окружения %s в качестве аргумента для @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "пустая @%s" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "часть столбца не является числом: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp аргумент должен быть числовым, а не «%s»" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "зарезервированное имя алфавитного указателя %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "неизвестный источник алфавитного указателя в @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "неизвестное назначение алфавитного указателя в @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s ведёт к слиянию %s с самим собой, игнорируется" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "неизвестный алфавитный указатель «%s» в @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "выводится алфавитный указатель «%s», объединённый в другой — «%s»" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex до начала документа: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s аргумент должен быть «top» или «bottom», а не «%s»" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Поддерживаются только @%s 10 или 11, а не «%s»" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s аргумент должен быть «separate» или «end», а не «%s»" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s аргумент должен быть «on», «off» или «odd», а не «%s»" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2964,2968 **** "@paragraphindent аргумент должен быть числовым/«none»/«asis», а не «%s»" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2948,2952 ---- "@paragraphindent аргумент должен быть числовым/«none»/«asis», а не «%s»" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2970,2984 **** "@firstparagraphindent аргумент должен быть «none» или «insert», а не «%s»" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent аргумент должен быть числовым/«asis», а не «%s»" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "ожидался @%s on или off, а не «%s»" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 2954,2968 ---- "@firstparagraphindent аргумент должен быть «none» или «insert», а не «%s»" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent аргумент должен быть числовым/«asis», а не «%s»" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "ожидался @%s on или off, а не «%s»" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 2986,2995 **** "@kbdinputstyle аргумент должен быть «code»/«example»/«distinct», а не «%s»" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks аргумент должен быть «true» или «false», а не «%s»" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 2970,2979 ---- "@kbdinputstyle аргумент должен быть «code»/«example»/«distinct», а не «%s»" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks аргумент должен быть «true» или «false», а не «%s»" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 2997,3011 **** "@urefbreakstyle аргумент должен быть «after»/«before»/«none», а не «%s»" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "повышается уровень раздел @%s, так как слишком мал" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "отсутствует команда chapter-level до @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" --- 2981,2995 ---- "@urefbreakstyle аргумент должен быть «after»/«before»/«none», а не «%s»" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "повышается уровень раздел @%s, так как слишком мал" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "отсутствует команда chapter-level до @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" *************** *** 3013,3022 **** "понижается уровень раздела @%s, появившегося после понижающего элемента" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "отсутствует команда раздела, связанная с @%s" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" --- 2997,3006 ---- "понижается уровень раздела @%s, появившегося после понижающего элемента" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "отсутствует команда раздела, связанная с @%s" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" *************** *** 3024,3083 **** # здесь %s может быть `cross' или `menu' ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s ссылается на несуществующую ноду «%s»" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s имя появившейся ноды «%s» отличается от %s имени «%s»" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "на ноду «%s» нет ссылок" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "нода «%s» соответствует %s для «%s» в разделах, но не в меню" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "нода %s «%s» в меню «%s» и в разделах «%s» различна" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "нода «%s» соответствует %s для «%s» в меню, но не в разделах" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s указатель «%s» (для ноды «%s») отличается от %s с именем «%s»" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s ссылается на несуществующий «%s»" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "нода «%s» не имеет пункта меню для «%s», хотя на неё ссылается цель Up" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "для «%s», верх в меню «%s» и верх «%s» не совпадают" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s на «%s», отличается от %s с именем «%s»" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3008,3067 ---- # здесь %s может быть `cross' или `menu' ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s ссылается на несуществующую ноду «%s»" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s имя появившейся ноды «%s» отличается от %s имени «%s»" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "на ноду «%s» нет ссылок" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "нода «%s» соответствует %s для «%s» в разделах, но не в меню" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "нода %s «%s» в меню «%s» и в разделах «%s» различна" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "нода «%s» соответствует %s для «%s» в меню, но не в разделах" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s указатель «%s» (для ноды «%s») отличается от %s с именем «%s»" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s ссылается на несуществующий «%s»" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "нода «%s» не имеет пункта меню для «%s», хотя на неё ссылается цель Up" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "для «%s», верх в меню «%s» и верх «%s» не совпадают" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s на «%s», отличается от %s с именем «%s»" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3247,3261 **** msgstr "невозможно причитать файл инициализации %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "игнорируется неизвестное значение TEXINFO_OUTPUT_FORMAT «%s»\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Использование: %s [ПАРАМЕТР]… ФАЙЛ-TEXINFO…\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3231,3245 ---- msgstr "невозможно причитать файл инициализации %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "игнорируется неизвестное значение TEXINFO_OUTPUT_FORMAT «%s»\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Использование: %s [ПАРАМЕТР]… ФАЙЛ-TEXINFO…\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3272,3276 **** "её поведение одинаково и не зависит от названия.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3256,3260 ---- "её поведение одинаково и не зависит от названия.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3306,3310 **** " --version показать информацию о версии и выйти\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3290,3294 ---- " --version показать информацию о версии и выйти\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3325,3329 **** "TEXINFO\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3309,3313 ---- "TEXINFO\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3373,3377 **** " являются именами выходного файла\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3357,3361 ---- " являются именами выходного файла\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3415,3419 **** " (по умолчанию %d)\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3399,3403 ---- " (по умолчанию %d)\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3441,3445 **** "разделение\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3425,3429 ---- "разделение\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3449,3453 **** " --output-indent=ЧИСЛО ничего не делает, для совместимости\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3433,3437 ---- " --output-indent=ЧИСЛО ничего не делает, для совместимости\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3457,3461 **** " --Xopt=ПАР передать ПАР в texi2dvi; может повторяться\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3441,3445 ---- " --Xopt=ПАР передать ПАР в texi2dvi; может повторяться\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3476,3480 **** " -U ПЕРЕМЕННАЯ удалить ПЕРЕМЕННУЮ, аналогично @clear\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3460,3464 ---- " -U ПЕРЕМЕННАЯ удалить ПЕРЕМЕННУЮ, аналогично @clear\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3516,3520 **** "@ifnotФОРМАТ.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3500,3504 ---- "@ifnotФОРМАТ.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3532,3536 **** " при выводе XML включён --ifxml, а остальные выключены.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3516,3520 ---- " при выводе XML включён --ifxml, а остальные выключены.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3562,3566 **** " makeinfo --no-split foo.texi записать один большой Info-файл\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3546,3550 ---- " makeinfo --no-split foo.texi записать один большой Info-файл\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3568,3572 **** "%s: аргумент --footnote-style должен быть «separate» или «end», а не «%s».\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3552,3556 ---- "%s: аргумент --footnote-style должен быть «separate» или «end», а не «%s».\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3575,3579 **** "«%s».\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3559,3563 ---- "«%s».\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3581,3624 **** "%s: при генерации %s, можно указать только один входной ФАЙЛ с помощью -o\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "параметр --Xopt без печатного вывода" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "неизвестное преобразование дерева %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "игнорируется разделение для формата %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: пропущен аргумент, задающий файл.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Попробуйте «%s --help» для получения более подробного описания.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "Преобразование fill_gaps_in_sectioning не дало результата. Нет раздела?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "ошибка при закрытии расширяющего макрос файла %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "невозможно открыть %s для записи: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3565,3608 ---- "%s: при генерации %s, можно указать только один входной ФАЙЛ с помощью -o\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "параметр --Xopt без печатного вывода" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "неизвестное преобразование дерева %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "игнорируется разделение для формата %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: пропущен аргумент, задающий файл.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Попробуйте «%s --help» для получения более подробного описания.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" "Преобразование fill_gaps_in_sectioning не дало результата. Нет раздела?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "ошибка при закрытии расширяющего макрос файла %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "невозможно открыть %s для записи: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3628,3646 **** "раздела?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: ошибка при закрытии %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: ошибка при закрытии файла внутренних ссылок %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: невозможно открыть %s для записи: %s\n" #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" --- 3612,3633 ---- "раздела?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: ошибка при закрытии %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: ошибка при закрытии файла внутренних ссылок %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: невозможно открыть %s для записи: %s\n" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s не должен быть связан с @top" + #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" Binary files texinfo-6.4/po/rw.gmo and texinfo-6.5/po/rw.gmo differ diff -Nrc2 texinfo-6.4/po/rw.po texinfo-6.5/po/rw.po *** texinfo-6.4/po/rw.po 2017-06-23 06:53:07.000000000 +0100 --- texinfo-6.5/po/rw.po 2017-08-19 19:55:16.000000000 +0100 *************** *** 17,21 **** "Project-Id-Version: texinfo 4.7.94\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n" --- 17,21 ---- "Project-Id-Version: texinfo 4.7.94\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n" *************** *** 434,473 **** msgstr "Ibikubiyemo Ikintu in" ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Gushaka" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, fuzzy, c-format msgid "%s: no such variable" msgstr "Komandi:" ! #: info/info.c:828 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "i Agaciro Bya IMPINDURAGACIRO" ! #: info/info.c:840 #, fuzzy, c-format msgid "Try --help for more information.\n" msgstr "Ifashayobora kugirango Birenzeho Ibisobanuro" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 434,473 ---- msgstr "Ibikubiyemo Ikintu in" ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Gushaka" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, fuzzy, c-format msgid "%s: no such variable" msgstr "Komandi:" ! #: info/info.c:830 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "i Agaciro Bya IMPINDURAGACIRO" ! #: info/info.c:842 #, fuzzy, c-format msgid "Try --help for more information.\n" msgstr "Ifashayobora kugirango Birenzeho Ibisobanuro" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 479,488 **** msgstr "" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango" ! #: info/info.c:1089 #, c-format msgid "" --- 479,488 ---- msgstr "" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 492,496 **** msgstr "" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 492,496 ---- msgstr "" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 501,505 **** msgstr "" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 501,505 ---- msgstr "" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 509,522 **** msgstr "" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "-B Kuri" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 509,522 ---- msgstr "" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "-B Kuri" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 526,530 **** msgstr "" ! #: info/info.c:1122 msgid "" "\n" --- 526,530 ---- msgstr "" ! #: info/info.c:1124 msgid "" "\n" *************** *** 536,540 **** msgstr "" ! #: info/info.c:1129 msgid "" "\n" --- 536,540 ---- msgstr "" ! #: info/info.c:1131 msgid "" "\n" *************** *** 542,546 **** msgstr "" ! #: info/info.c:1132 msgid "" "\n" --- 542,546 ---- msgstr "" ! #: info/info.c:1134 msgid "" "\n" *************** *** 559,563 **** msgstr "" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 #, fuzzy msgid "" --- 559,563 ---- msgstr "" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 #, fuzzy msgid "" *************** *** 567,641 **** msgstr "org." ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Gushaka" ! #: info/info.c:1183 #, fuzzy msgid "Cannot find a window!" msgstr "Gushaka a Idirishya" ! #: info/info.c:1184 #, fuzzy msgid "Point doesn't appear within this window's node!" msgstr "Kugaragara muri iyi" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Gusiba i Iheruka Idirishya" ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "Ibikubiyemo in iyi" ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "Ubusobanuro mpezarupapuro in iyi" ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "Kwambukiranya Indango in iyi" ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Mweretsi kugirango iyi" ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Komandi: kugirango Ifashayobora" ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Ubwoko ni OYA Cyiza Kuri Gukoresha" ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "ku i Iheruka Ipaji Bya iyi" ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "ku i Itangira Ipaji Bya iyi" ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "Idirishya" ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "Idirishya Gitoya" ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 567,641 ---- msgstr "org." ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Gushaka" ! #: info/info.c:1185 #, fuzzy msgid "Cannot find a window!" msgstr "Gushaka a Idirishya" ! #: info/info.c:1186 #, fuzzy msgid "Point doesn't appear within this window's node!" msgstr "Kugaragara muri iyi" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Gusiba i Iheruka Idirishya" ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "Ibikubiyemo in iyi" ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "Ubusobanuro mpezarupapuro in iyi" ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "Kwambukiranya Indango in iyi" ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Mweretsi kugirango iyi" ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Komandi: kugirango Ifashayobora" ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Ubwoko ni OYA Cyiza Kuri Gukoresha" ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "ku i Iheruka Ipaji Bya iyi" ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "ku i Itangira Ipaji Bya iyi" ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "Idirishya" ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "Idirishya Gitoya" ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1520,1726 **** msgstr "" ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "Kuri i Itangiriro Bya i Umurongo" ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Kuri i Itangiriro Bya i Umurongo" ! #: info/session.c:4138 #, fuzzy, c-format msgid "Searching subfile %s ..." msgstr "Byanze" ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "Byanze" ! #: info/session.c:4191 #, fuzzy, c-format msgid "%s%s%s [%s]: " msgstr "%s%sforIkurikiranyanyuguti" ! #: info/session.c:4192 info/session.c:4198 #, fuzzy msgid "Regexp search" msgstr "Gushaka" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Gushaka" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr "" ! #: info/session.c:4194 info/session.c:4200 #, fuzzy msgid " backward" msgstr "Gushaka usubira inyuma" ! #: info/session.c:4197 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%sforIkurikiranyanyuguti" ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Byanze" ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 #, fuzzy msgid "Read a string and search for it case-sensitively" msgstr "a Ikurikiranyanyuguti Na Gushaka kugirango" ! #: info/session.c:4629 #, fuzzy msgid "Read a string and search for it" msgstr "a Ikurikiranyanyuguti Na Gushaka kugirango" ! #: info/session.c:4635 #, fuzzy msgid "Read a string and search backward for it" msgstr "a Ikurikiranyanyuguti Na Gushaka subira inyuma kugirango" ! #: info/session.c:4643 #, fuzzy msgid "Repeat last search in the same direction" msgstr "Iheruka Gushaka in i Icyerekezo" ! #: info/session.c:4651 info/session.c:4696 #, fuzzy msgid "No previous search string" msgstr "Ibanjirije Gushaka Ikurikiranyanyuguti" ! #: info/session.c:4688 #, fuzzy msgid "Repeat last search in the reverse direction" msgstr "Iheruka Gushaka in i Ihindurakerekezo Icyerekezo" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 #, fuzzy msgid "Search interactively for a string as you type it" msgstr "kugirango a Ikurikiranyanyuguti Nka Ubwoko" ! #: info/session.c:4877 #, fuzzy msgid "Regexp I-search backward: " msgstr "Gushaka subira inyuma" ! #: info/session.c:4878 #, fuzzy msgid "I-search backward: " msgstr "Gushaka subira inyuma" ! #: info/session.c:4880 #, fuzzy msgid "Regexp I-search: " msgstr "Gushaka" ! #: info/session.c:4881 #, fuzzy msgid "I-search: " msgstr "Gushaka" ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "" ! #: info/session.c:5274 #, fuzzy msgid "Cancel current operation" msgstr "KIGEZWEHO" ! #: info/session.c:5281 msgid "Quit" msgstr "Kuvamo" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr "Kugaragaza Verisiyo Ibisobanuro Na Gusohoka" ! #: info/session.c:5288 #, fuzzy, c-format msgid "GNU Info version %s" msgstr "ni ku Verisiyo Bivuye" ! #: info/session.c:5293 #, fuzzy msgid "Redraw the display" msgstr "i Kugaragaza" ! #: info/session.c:5330 #, fuzzy msgid "Quit using Info" msgstr "ikoresha" ! #: info/session.c:5346 #, fuzzy msgid "Run command bound to this key's lowercase variant" msgstr "Komandi: Kuri iyi Inyuguti nto" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Komandi:" ! #: info/session.c:5360 #, fuzzy, c-format msgid "\"%s\" is invalid" msgstr "\"%s\"ni Sibyo" ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "`%s'ni Sibyo" ! #: info/session.c:5679 #, fuzzy msgid "Add this digit to the current numeric argument" msgstr "iyi Kuri i KIGEZWEHO Bikurikije umubare" ! #: info/session.c:5686 #, fuzzy msgid "Start (or multiply by 4) the current numeric argument" --- 1520,1726 ---- msgstr "" ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "Kuri i Itangiriro Bya i Umurongo" ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Kuri i Itangiriro Bya i Umurongo" ! #: info/session.c:4135 #, fuzzy, c-format msgid "Searching subfile %s ..." msgstr "Byanze" ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "Byanze" ! #: info/session.c:4188 #, fuzzy, c-format msgid "%s%s%s [%s]: " msgstr "%s%sforIkurikiranyanyuguti" ! #: info/session.c:4189 info/session.c:4195 #, fuzzy msgid "Regexp search" msgstr "Gushaka" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Gushaka" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr "" ! #: info/session.c:4191 info/session.c:4197 #, fuzzy msgid " backward" msgstr "Gushaka usubira inyuma" ! #: info/session.c:4194 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%sforIkurikiranyanyuguti" ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Byanze" ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 #, fuzzy msgid "Read a string and search for it case-sensitively" msgstr "a Ikurikiranyanyuguti Na Gushaka kugirango" ! #: info/session.c:4626 #, fuzzy msgid "Read a string and search for it" msgstr "a Ikurikiranyanyuguti Na Gushaka kugirango" ! #: info/session.c:4632 #, fuzzy msgid "Read a string and search backward for it" msgstr "a Ikurikiranyanyuguti Na Gushaka subira inyuma kugirango" ! #: info/session.c:4640 #, fuzzy msgid "Repeat last search in the same direction" msgstr "Iheruka Gushaka in i Icyerekezo" ! #: info/session.c:4648 info/session.c:4693 #, fuzzy msgid "No previous search string" msgstr "Ibanjirije Gushaka Ikurikiranyanyuguti" ! #: info/session.c:4685 #, fuzzy msgid "Repeat last search in the reverse direction" msgstr "Iheruka Gushaka in i Ihindurakerekezo Icyerekezo" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 #, fuzzy msgid "Search interactively for a string as you type it" msgstr "kugirango a Ikurikiranyanyuguti Nka Ubwoko" ! #: info/session.c:4874 #, fuzzy msgid "Regexp I-search backward: " msgstr "Gushaka subira inyuma" ! #: info/session.c:4875 #, fuzzy msgid "I-search backward: " msgstr "Gushaka subira inyuma" ! #: info/session.c:4877 #, fuzzy msgid "Regexp I-search: " msgstr "Gushaka" ! #: info/session.c:4878 #, fuzzy msgid "I-search: " msgstr "Gushaka" ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "" ! #: info/session.c:5271 #, fuzzy msgid "Cancel current operation" msgstr "KIGEZWEHO" ! #: info/session.c:5278 msgid "Quit" msgstr "Kuvamo" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr "Kugaragaza Verisiyo Ibisobanuro Na Gusohoka" ! #: info/session.c:5285 #, fuzzy, c-format msgid "GNU Info version %s" msgstr "ni ku Verisiyo Bivuye" ! #: info/session.c:5290 #, fuzzy msgid "Redraw the display" msgstr "i Kugaragaza" ! #: info/session.c:5327 #, fuzzy msgid "Quit using Info" msgstr "ikoresha" ! #: info/session.c:5343 #, fuzzy msgid "Run command bound to this key's lowercase variant" msgstr "Komandi: Kuri iyi Inyuguti nto" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Komandi:" ! #: info/session.c:5357 #, fuzzy, c-format msgid "\"%s\" is invalid" msgstr "\"%s\"ni Sibyo" ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "`%s'ni Sibyo" ! #: info/session.c:5676 #, fuzzy msgid "Add this digit to the current numeric argument" msgstr "iyi Kuri i KIGEZWEHO Bikurikije umubare" ! #: info/session.c:5683 #, fuzzy msgid "Start (or multiply by 4) the current numeric argument" *************** *** 2076,2084 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format --- 2076,2084 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format *************** *** 2086,2103 **** msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2086,2103 ---- msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2105,2152 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%sni OYA a Byemewe Ururimi ITEGEKONGENGA" ! #: tp/Texinfo/Common.pm:1100 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%sni OYA a Byemewe Ururimi ITEGEKONGENGA" ! #: tp/Texinfo/Common.pm:1118 #, fuzzy, perl-format msgid "%s is not a valid split possibility" msgstr "%sni OYA a Byemewe Ururimi ITEGEKONGENGA" ! #: tp/Texinfo/Common.pm:1141 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "Kurema bushyinguro" ! #: tp/Texinfo/Common.pm:1160 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "Gushaka" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Common.pm:2167 #, fuzzy, perl-format msgid "could not protect hash character in @%s" --- 2105,2152 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%sni OYA a Byemewe Ururimi ITEGEKONGENGA" ! #: tp/Texinfo/Common.pm:1101 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%sni OYA a Byemewe Ururimi ITEGEKONGENGA" ! #: tp/Texinfo/Common.pm:1119 #, fuzzy, perl-format msgid "%s is not a valid split possibility" msgstr "%sni OYA a Byemewe Ururimi ITEGEKONGENGA" ! #: tp/Texinfo/Common.pm:1142 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "Kurema bushyinguro" ! #: tp/Texinfo/Common.pm:1162 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "Gushaka" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Common.pm:2174 #, fuzzy, perl-format msgid "could not protect hash character in @%s" *************** *** 2165,2173 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, fuzzy, perl-format msgid "error on closing %s: %s" --- 2165,2173 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, fuzzy, perl-format msgid "error on closing %s: %s" *************** *** 2189,2193 **** msgstr "@Ishusho IDOSIYE" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 #, fuzzy msgid "no argument specified for @U" --- 2189,2193 ---- msgstr "@Ishusho IDOSIYE" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 #, fuzzy msgid "no argument specified for @U" *************** *** 2199,2310 **** msgstr "@Ishusho IDOSIYE kugirango OYA" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "Gukuraho... IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:4708 #, fuzzy msgid "missing type" msgstr "Ibuze Igikorwa Izina:" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s:Ihitamo" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "Gukuraho... IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d:--IDOSIYE in Icyo wongeraho" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, fuzzy, perl-format msgid "CSS file %s not found" msgstr "%cendMakoro OYA Byabonetse" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "Cyangwa kugirango iyi muri iyi Inyandiko" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "Ibikubiyemo in" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, fuzzy, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "Cyangwa kugirango iyi muri iyi Inyandiko" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, fuzzy, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:7240 #, fuzzy msgid "empty node name" msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2199,2310 ---- msgstr "@Ishusho IDOSIYE kugirango OYA" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "Gukuraho... IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:4710 #, fuzzy msgid "missing type" msgstr "Ibuze Igikorwa Izina:" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s:Ihitamo" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "Gukuraho... IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d:--IDOSIYE in Icyo wongeraho" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, fuzzy, perl-format msgid "CSS file %s not found" msgstr "%cendMakoro OYA Byabonetse" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "Cyangwa kugirango iyi muri iyi Inyandiko" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "Ibikubiyemo in" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, fuzzy, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "Cyangwa kugirango iyi muri iyi Inyandiko" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, fuzzy, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/Texinfo/Convert/HTML.pm:7242 #, fuzzy msgid "empty node name" msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2346,2350 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" --- 2346,2350 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2412,2690 **** msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1095 #, fuzzy, perl-format msgid "empty node name after expansion `%s'" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1103 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "Makoro" ! #: tp/Texinfo/Parser.pm:1109 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "ni i Ibanjirije Insobanuro Bya" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, fuzzy, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1267 #, fuzzy, perl-format msgid "bad syntax for @%s argument: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, fuzzy, perl-format msgid "%c%s requires a name" msgstr "%c%sa Izina:" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1391 #, fuzzy, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:1395 #, fuzzy, perl-format msgid "@%s seen before @%s closing brace" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%sIbuze Gufunga" ! #: tp/Texinfo/Parser.pm:1404 #, fuzzy, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "%c%sIbuze Gufunga" ! #: tp/Texinfo/Parser.pm:1513 #, fuzzy, perl-format msgid "@itemx should not begin @%s" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, fuzzy, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@Ikitezwe:" ! #: tp/Texinfo/Parser.pm:1779 #, fuzzy, perl-format msgid "@%s seen before @end %s" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:2130 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "ku Umurongo Na:" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%sIbuze Gufunga" ! #: tp/Texinfo/Parser.pm:2160 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "ku Umurongo Na:" ! #: tp/Texinfo/Parser.pm:2193 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ in Makoro ku Bya Izina:" ! #: tp/Texinfo/Parser.pm:2834 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "in" ! #: tp/Texinfo/Parser.pm:2839 #, fuzzy, perl-format msgid "missing category for @%s" msgstr "in" ! #: tp/Texinfo/Parser.pm:2874 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:2889 #, fuzzy msgid "empty multitable" msgstr "%s:ubusa IDOSIYE" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:2958 #, fuzzy, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%si kugirango" ! #: tp/Texinfo/Parser.pm:2963 #, fuzzy, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:2998 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s:Ibuze IDOSIYE" ! #: tp/Texinfo/Parser.pm:3120 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "Umubarendanga" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:3173 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "Gushaka" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, fuzzy, perl-format msgid "unrecognized encoding name `%s'" msgstr "Imisobekere: Izina:" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%sOYA Hanze" ! #: tp/Texinfo/Parser.pm:3386 ! #, fuzzy, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "%s:OYA Gufungura IDOSIYE" ! ! #: tp/Texinfo/Parser.pm:3398 #, fuzzy, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:3533 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:3541 #, fuzzy msgid "empty node name in menu entry" msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango" ! #: tp/Texinfo/Parser.pm:3612 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:3790 #, fuzzy, perl-format msgid "macro `%s' previously defined" msgstr "Makoro" ! #: tp/Texinfo/Parser.pm:3793 #, fuzzy, perl-format msgid "here is the previous definition of `%s'" msgstr "ni i Ibanjirije Insobanuro Bya" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, fuzzy, perl-format msgid "@%s without associated character" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2412,2685 ---- msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1014 #, fuzzy, perl-format msgid "empty node name after expansion `%s'" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1022 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "Makoro" ! #: tp/Texinfo/Parser.pm:1028 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "ni i Ibanjirije Insobanuro Bya" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, fuzzy, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1186 #, fuzzy, perl-format msgid "bad syntax for @%s argument: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, fuzzy, perl-format msgid "%c%s requires a name" msgstr "%c%sa Izina:" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:1310 #, fuzzy, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:1314 #, fuzzy, perl-format msgid "@%s seen before @%s closing brace" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%sIbuze Gufunga" ! #: tp/Texinfo/Parser.pm:1323 #, fuzzy, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "%c%sIbuze Gufunga" ! #: tp/Texinfo/Parser.pm:1432 #, fuzzy, perl-format msgid "@itemx should not begin @%s" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, fuzzy, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@Ikitezwe:" ! #: tp/Texinfo/Parser.pm:1698 #, fuzzy, perl-format msgid "@%s seen before @end %s" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:2049 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "ku Umurongo Na:" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%sIbuze Gufunga" ! #: tp/Texinfo/Parser.pm:2079 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "ku Umurongo Na:" ! #: tp/Texinfo/Parser.pm:2112 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ in Makoro ku Bya Izina:" ! #: tp/Texinfo/Parser.pm:2753 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "in" ! #: tp/Texinfo/Parser.pm:2758 #, fuzzy, perl-format msgid "missing category for @%s" msgstr "in" ! #: tp/Texinfo/Parser.pm:2793 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:2808 #, fuzzy msgid "empty multitable" msgstr "%s:ubusa IDOSIYE" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:2877 #, fuzzy, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%si kugirango" ! #: tp/Texinfo/Parser.pm:2882 #, fuzzy, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:2917 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s:Ibuze IDOSIYE" ! #: tp/Texinfo/Parser.pm:3039 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "Umubarendanga" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:3092 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "Gushaka" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, fuzzy, perl-format msgid "unrecognized encoding name `%s'" msgstr "Imisobekere: Izina:" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%sOYA Hanze" ! #: tp/Texinfo/Parser.pm:3298 #, fuzzy, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:3433 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:3441 #, fuzzy msgid "empty node name in menu entry" msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango" ! #: tp/Texinfo/Parser.pm:3512 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:3683 #, fuzzy, perl-format msgid "macro `%s' previously defined" msgstr "Makoro" ! #: tp/Texinfo/Parser.pm:3686 #, fuzzy, perl-format msgid "here is the previous definition of `%s'" msgstr "ni i Ibanjirije Insobanuro Bya" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, fuzzy, perl-format msgid "@%s without associated character" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2692,2696 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2687,2691 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2699,2833 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, fuzzy, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:4030 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Ingirwadusodeko Kuri a Komandi: Nka Kuri" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%sCyangwa Nka OYA" ! #: tp/Texinfo/Parser.pm:4054 #, fuzzy, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:4065 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%sIkitezwe: Ingirwadusodeko" ! #: tp/Texinfo/Parser.pm:4223 #, fuzzy, perl-format msgid "undefined flag: %s" msgstr "kidasobanuye Ibendera" ! #: tp/Texinfo/Parser.pm:4227 #, fuzzy msgid "bad syntax for @value" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:4234 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%sni" ! #: tp/Texinfo/Parser.pm:4237 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%sni" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:4337 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%sOYA Mo Imbere Funga" ! #: tp/Texinfo/Parser.pm:4346 #, fuzzy, perl-format msgid "@%s should only appear in heading or footing" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, fuzzy, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%sOYA Mo Imbere Funga" ! #: tp/Texinfo/Parser.pm:4497 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s:ubusa IDOSIYE" ! #: tp/Texinfo/Parser.pm:4503 #, fuzzy msgid "@tab before @item" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:4506 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "Inkingi in Ikintu KININI" ! #: tp/Texinfo/Parser.pm:4543 #, fuzzy msgid "ignoring @tab outside of multitable" msgstr "Isunika Hanze Bya" ! #: tp/Texinfo/Parser.pm:4547 #, fuzzy, perl-format msgid "@%s outside of table or list" msgstr "(Hanze Bya" ! #: tp/Texinfo/Parser.pm:4587 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "in Kuri Gukoresha" ! #: tp/Texinfo/Parser.pm:4629 #, fuzzy, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%sOYA Hanze Na" ! #: tp/Texinfo/Parser.pm:4633 #, fuzzy msgid "@dircategory after first node" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:4838 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "Mo Imbere Ubusobanuro mpezarupapuro OYA" ! #: tp/Texinfo/Parser.pm:4855 #, fuzzy msgid "@direntry after first node" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:4872 #, fuzzy msgid "" --- 2694,2828 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, fuzzy, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:3924 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Ingirwadusodeko Kuri a Komandi: Nka Kuri" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%sCyangwa Nka OYA" ! #: tp/Texinfo/Parser.pm:3948 #, fuzzy, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:3959 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%sIkitezwe: Ingirwadusodeko" ! #: tp/Texinfo/Parser.pm:4117 #, fuzzy, perl-format msgid "undefined flag: %s" msgstr "kidasobanuye Ibendera" ! #: tp/Texinfo/Parser.pm:4121 #, fuzzy msgid "bad syntax for @value" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:4128 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%sni" ! #: tp/Texinfo/Parser.pm:4131 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%sni" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:4231 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%sOYA Mo Imbere Funga" ! #: tp/Texinfo/Parser.pm:4240 #, fuzzy, perl-format msgid "@%s should only appear in heading or footing" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, fuzzy, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%sOYA Mo Imbere Funga" ! #: tp/Texinfo/Parser.pm:4391 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s:ubusa IDOSIYE" ! #: tp/Texinfo/Parser.pm:4397 #, fuzzy msgid "@tab before @item" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:4400 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "Inkingi in Ikintu KININI" ! #: tp/Texinfo/Parser.pm:4437 #, fuzzy msgid "ignoring @tab outside of multitable" msgstr "Isunika Hanze Bya" ! #: tp/Texinfo/Parser.pm:4441 #, fuzzy, perl-format msgid "@%s outside of table or list" msgstr "(Hanze Bya" ! #: tp/Texinfo/Parser.pm:4480 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "in Kuri Gukoresha" ! #: tp/Texinfo/Parser.pm:4522 #, fuzzy, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%sOYA Hanze Na" ! #: tp/Texinfo/Parser.pm:4526 #, fuzzy msgid "@dircategory after first node" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:4731 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "Mo Imbere Ubusobanuro mpezarupapuro OYA" ! #: tp/Texinfo/Parser.pm:4748 #, fuzzy msgid "@direntry after first node" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@Ibikubiyemo Mbere Itangira" ! #: tp/Texinfo/Parser.pm:4765 #, fuzzy msgid "" *************** *** 2835,3124 **** msgstr "Hejuru: in" ! #: tp/Texinfo/Parser.pm:4935 #, fuzzy, perl-format msgid "@%s should only appear in math context" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:4943 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "Komandi:" ! #: tp/Texinfo/Parser.pm:4953 #, fuzzy msgid "unexpected @" msgstr "Ikitezwe:" ! #: tp/Texinfo/Parser.pm:4981 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%sOYA Hanze" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, fuzzy, perl-format msgid "ignoring multiple @%s" msgstr "IDOSIYE" ! #: tp/Texinfo/Parser.pm:5113 #, fuzzy, perl-format msgid "command @%s does not accept arguments" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:5139 #, fuzzy, perl-format msgid "command @%s missing a node or external manual argument" msgstr "%s:Ibuze IDOSIYE" ! #: tp/Texinfo/Parser.pm:5158 #, fuzzy, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:5169 #, fuzzy, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:5182 #, fuzzy msgid "@image missing filename argument" msgstr "@Ishusho Ibuze Izina ry'idosiye:" ! #: tp/Texinfo/Parser.pm:5213 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s:Ibuze IDOSIYE" ! #: tp/Texinfo/Parser.pm:5232 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:5238 #, fuzzy, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 #, fuzzy msgid "superfluous arguments for node" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:5512 #, fuzzy, perl-format msgid "expected @end %s" msgstr "Ikitezwe:" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "Ingirwadusodeko Kuri a Komandi: Nka Kuri" ! #: tp/Texinfo/Parser.pm:5633 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:5703 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "Ingirwadusodeko Kuri a Komandi: Nka Kuri" ! #: tp/Texinfo/Parser.pm:5728 #, fuzzy, perl-format msgid "empty @%s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s:%sBikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "Umubarendanga" ! #: tp/Texinfo/Parser.pm:5783 #, fuzzy, perl-format msgid "unknown destination index in @%s: %s" msgstr "Umubarendanga" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "Umubarendanga in" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s:%sBikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5872 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA" ! #: tp/Texinfo/Parser.pm:5880 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s:%sBikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "%s:--Igika Ikurura Bikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5911 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "%s:--Igika Ikurura Bikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5921 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "%s:--Igika Ikurura Bikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5942 #, fuzzy, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA" ! #: tp/Texinfo/Parser.pm:5950 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA" ! #: tp/Texinfo/Parser.pm:5958 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, fuzzy, perl-format msgid "@%s not empty" msgstr "%s:ubusa IDOSIYE" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%sIndango Kuri" ! #: tp/Texinfo/Structuring.pm:373 #, fuzzy, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "Kuri" ! #: tp/Texinfo/Structuring.pm:492 #, fuzzy, perl-format msgid "unreferenced node `%s'" msgstr "%sIndango Kuri" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%sIndango Kuri" ! #: tp/Texinfo/Structuring.pm:670 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Ibikubiyemo Ikintu kugirango Intego" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, fuzzy, perl-format msgid "empty index key in @%s" --- 2830,3119 ---- msgstr "Hejuru: in" ! #: tp/Texinfo/Parser.pm:4825 #, fuzzy, perl-format msgid "@%s should only appear in math context" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/Texinfo/Parser.pm:4833 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "Komandi:" ! #: tp/Texinfo/Parser.pm:4843 #, fuzzy msgid "unexpected @" msgstr "Ikitezwe:" ! #: tp/Texinfo/Parser.pm:4871 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%sOYA Hanze" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, fuzzy, perl-format msgid "ignoring multiple @%s" msgstr "IDOSIYE" ! #: tp/Texinfo/Parser.pm:5002 #, fuzzy, perl-format msgid "command @%s does not accept arguments" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:5026 #, fuzzy, perl-format msgid "command @%s missing a node or external manual argument" msgstr "%s:Ibuze IDOSIYE" ! #: tp/Texinfo/Parser.pm:5045 #, fuzzy, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:5056 #, fuzzy, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:5069 #, fuzzy msgid "@image missing filename argument" msgstr "@Ishusho Ibuze Izina ry'idosiye:" ! #: tp/Texinfo/Parser.pm:5103 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s:Ibuze IDOSIYE" ! #: tp/Texinfo/Parser.pm:5122 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:5128 #, fuzzy, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "@Ikintu OYA in Kuri" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 #, fuzzy msgid "superfluous arguments for node" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:5402 #, fuzzy, perl-format msgid "expected @end %s" msgstr "Ikitezwe:" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "Ingirwadusodeko Kuri a Komandi: Nka Kuri" ! #: tp/Texinfo/Parser.pm:5499 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:5569 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "Ingirwadusodeko Kuri a Komandi: Nka Kuri" ! #: tp/Texinfo/Parser.pm:5594 #, fuzzy, perl-format msgid "empty @%s" msgstr "Kuri" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s:%sBikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "Umubarendanga" ! #: tp/Texinfo/Parser.pm:5649 #, fuzzy, perl-format msgid "unknown destination index in @%s: %s" msgstr "Umubarendanga" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "Umubarendanga in" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s:%sBikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5738 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA" ! #: tp/Texinfo/Parser.pm:5746 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s:%sBikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "%s:--Igika Ikurura Bikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5777 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "%s:--Igika Ikurura Bikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5787 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "%s:--Igika Ikurura Bikurikije umubare OYA" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5808 #, fuzzy, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA" ! #: tp/Texinfo/Parser.pm:5816 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA" ! #: tp/Texinfo/Parser.pm:5824 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, fuzzy, perl-format msgid "@%s not empty" msgstr "%s:ubusa IDOSIYE" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%sIndango Kuri" ! #: tp/Texinfo/Structuring.pm:399 #, fuzzy, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "Kuri" ! #: tp/Texinfo/Structuring.pm:518 #, fuzzy, perl-format msgid "unreferenced node `%s'" msgstr "%sIndango Kuri" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%sIndango Kuri" ! #: tp/Texinfo/Structuring.pm:696 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Ibikubiyemo Ikintu kugirango Intego" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, fuzzy, perl-format msgid "empty index key in @%s" *************** *** 3283,3297 **** msgstr "Gufungura Iyinjiza IDOSIYE" ! #: tp/texi2any.pl:662 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s:Kwirengagiza Agaciro" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "" ! #: tp/texi2any.pl:748 #, fuzzy msgid "" --- 3278,3292 ---- msgstr "Gufungura Iyinjiza IDOSIYE" ! #: tp/texi2any.pl:657 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s:Kwirengagiza Agaciro" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "" ! #: tp/texi2any.pl:743 #, fuzzy msgid "" *************** *** 3305,3309 **** "Cyangwa" ! #: tp/texi2any.pl:754 #, fuzzy, perl-format msgid "" --- 3300,3304 ---- "Cyangwa" ! #: tp/texi2any.pl:749 #, fuzzy, perl-format msgid "" *************** *** 3329,3333 **** "Gusohoka" ! #: tp/texi2any.pl:770 #, fuzzy msgid "" --- 3324,3328 ---- "Gusohoka" ! #: tp/texi2any.pl:765 #, fuzzy msgid "" *************** *** 3343,3347 **** "xml Ibisohoka Ibisohoka Byuzuye Umwandiko" ! #: tp/texi2any.pl:778 #, fuzzy msgid "" --- 3338,3342 ---- "xml Ibisohoka Ibisohoka Byuzuye Umwandiko" ! #: tp/texi2any.pl:773 #, fuzzy msgid "" *************** *** 3376,3380 **** "Na Imibare o Ibisohoka Ibisohoka Kuri bushyinguro NIBA Gutandukanya" ! #: tp/texi2any.pl:798 #, fuzzy, perl-format msgid "" --- 3371,3375 ---- "Na Imibare o Ibisohoka Ibisohoka Kuri bushyinguro NIBA Gutandukanya" ! #: tp/texi2any.pl:793 #, fuzzy, perl-format msgid "" *************** *** 3404,3408 **** "NIBA Gutandukanya Ingano Gutandukanya Idosiye ku Ingano Mburabuzi" ! #: tp/texi2any.pl:815 #, fuzzy msgid "" --- 3399,3403 ---- "NIBA Gutandukanya Ingano Gutandukanya Idosiye ku Ingano Mburabuzi" ! #: tp/texi2any.pl:810 #, fuzzy msgid "" *************** *** 3419,3423 **** msgstr "kugirango Gushyiramo Gushyiramo in IMISUSIRE Ibisohoka Gusoma NIBA ni" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3414,3418 ---- msgstr "kugirango Gushyiramo Gushyiramo in IMISUSIRE Ibisohoka Gusoma NIBA ni" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3425,3429 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3420,3424 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3431,3435 **** msgstr "" ! #: tp/texi2any.pl:832 #, fuzzy msgid "" --- 3426,3430 ---- msgstr "" ! #: tp/texi2any.pl:827 #, fuzzy msgid "" *************** *** 3447,3451 **** "IMPINDURAGACIRO Nka Na: Gusiba" ! #: tp/texi2any.pl:840 #, fuzzy msgid "" --- 3442,3446 ---- "IMPINDURAGACIRO Nka Na: Gusiba" ! #: tp/texi2any.pl:835 #, fuzzy msgid "" *************** *** 3473,3477 **** "Umwandiko Oya OYA Na xml Umwandiko kugirango i Oya Amahitamo Umwandiko" ! #: tp/texi2any.pl:857 #, fuzzy msgid "" --- 3468,3472 ---- "Umwandiko Oya OYA Na xml Umwandiko kugirango i Oya Amahitamo Umwandiko" ! #: tp/texi2any.pl:852 #, fuzzy msgid "" *************** *** 3487,3491 **** "Bidakora NIBA ni ku Na i Ibindi Bidakora" ! #: tp/texi2any.pl:864 #, fuzzy msgid "" --- 3482,3486 ---- "Bidakora NIBA ni ku Na i Ibindi Bidakora" ! #: tp/texi2any.pl:859 #, fuzzy msgid "" *************** *** 3509,3566 **** "Gutandukanya Kwandika IDOSIYE" ! #: tp/texi2any.pl:911 #, fuzzy, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA" ! #: tp/texi2any.pl:1002 #, fuzzy, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "%s:--Igika Ikurura Bikurikije umubare OYA" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "Komandi:" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, fuzzy, perl-format msgid "%s: missing file argument.\n" msgstr "%s:Ibuze IDOSIYE" ! #: tp/texi2any.pl:1167 #, fuzzy, perl-format msgid "Try `%s --help' for more information.\n" msgstr "kugirango Birenzeho Ibisobanuro" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/texi2any.pl:1284 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3504,3561 ---- "Gutandukanya Kwandika IDOSIYE" ! #: tp/texi2any.pl:906 #, fuzzy, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA" ! #: tp/texi2any.pl:997 #, fuzzy, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "%s:--Igika Ikurura Bikurikije umubare OYA" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "Komandi:" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, fuzzy, perl-format msgid "%s: missing file argument.\n" msgstr "%s:Ibuze IDOSIYE" ! #: tp/texi2any.pl:1162 #, fuzzy, perl-format msgid "Try `%s --help' for more information.\n" msgstr "kugirango Birenzeho Ibisobanuro" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/texi2any.pl:1280 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s:OYA Gufungura IDOSIYE" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3568,3582 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, fuzzy, perl-format msgid "%s: error on closing %s: %s\n" msgstr "Ikosa Kuri" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, fuzzy, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3563,3577 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, fuzzy, perl-format msgid "%s: error on closing %s: %s\n" msgstr "Ikosa Kuri" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, fuzzy, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "Ikosa Ibisohoka IDOSIYE" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" *************** *** 3584,3587 **** --- 3579,3586 ---- #, fuzzy + #~ msgid "@%s should not be associated with @top" + #~ msgstr "%s:OYA Gufungura IDOSIYE" + + #, fuzzy #~ msgid "%s: option '--%s' doesn't allow an argument\n" #~ msgstr "%s:Ihitamo Kwemerera" Binary files texinfo-6.4/po/sl.gmo and texinfo-6.5/po/sl.gmo differ diff -Nrc2 texinfo-6.4/po/sl.po texinfo-6.5/po/sl.po *** texinfo-6.4/po/sl.po 2017-06-23 06:53:07.000000000 +0100 --- texinfo-6.5/po/sl.po 2017-08-19 19:55:16.000000000 +0100 *************** *** 10,14 **** "Project-Id-Version: texinfo 4.13\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2012-08-10 18:31+0100\n" "Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n" --- 10,14 ---- "Project-Id-Version: texinfo 4.13\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2012-08-10 18:31+0100\n" "Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n" *************** *** 396,435 **** msgstr "V vozlišču `%s' ni predmetov menijev `%s'." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Ni mogoče najti vozlišča `%s'." ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:828 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "Nastavi vrednost spremenljivke Info" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Za več podrobnosti poskusite --help.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 396,435 ---- msgstr "V vozlišču `%s' ni predmetov menijev `%s'." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Ni mogoče najti vozlišča `%s'." ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:830 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "Nastavi vrednost spremenljivke Info" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Za več podrobnosti poskusite --help.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 446,455 **** "Je BREZ KAKRŠNEKOLI GARANCIJE, v obsegu, ki ga dovoljuje zakonodaja.\n" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "Za `%s' ni najdenih nobenih vnosov kazal\n" ! #: info/info.c:1089 #, c-format msgid "" --- 446,455 ---- "Je BREZ KAKRŠNEKOLI GARANCIJE, v obsegu, ki ga dovoljuje zakonodaja.\n" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "Za `%s' ni najdenih nobenih vnosov kazal\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 462,466 **** "Preberite dokumentacijo v obliki Info.\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 462,466 ---- "Preberite dokumentacijo v obliki Info.\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 478,482 **** " -f, --file=IME_DATOTEKE določi datoteko podrobnosti za ogled." ! #: info/info.c:1102 #, fuzzy msgid "" --- 478,482 ---- " -f, --file=IME_DATOTEKE določi datoteko podrobnosti za ogled." ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 492,505 **** " -o, --output=IME_DATOTEKE izpiši izbrana vozlišča v IME_DATOTEKE." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly bodi prijazen do sintetizatorjev govora." ! #: info/info.c:1116 #, fuzzy msgid "" --- 492,505 ---- " -o, --output=IME_DATOTEKE izpiši izbrana vozlišča v IME_DATOTEKE." ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly bodi prijazen do sintetizatorjev govora." ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 514,518 **** " -w, --where, --location izpiši fizično mesto datoteke Info." ! #: info/info.c:1122 #, fuzzy msgid "" --- 514,518 ---- " -w, --where, --location izpiši fizično mesto datoteke Info." ! #: info/info.c:1124 #, fuzzy msgid "" *************** *** 531,535 **** "glede na začetno obiskano vozlišče." ! #: info/info.c:1129 #, fuzzy msgid "" --- 531,535 ---- "glede na začetno obiskano vozlišče." ! #: info/info.c:1131 #, fuzzy msgid "" *************** *** 540,544 **** "Za povzetek tipkovnih bližnjic, vnesite h znotraj Info." ! #: info/info.c:1132 #, fuzzy msgid "" --- 540,544 ---- "Za povzetek tipkovnih bližnjic, vnesite h znotraj Info." ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 571,575 **** " info -f ./foo.info prikaži datoteko /foo.info brez iskanja mape" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 571,575 ---- " info -f ./foo.info prikaži datoteko /foo.info brez iskanja mape" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 581,653 **** "Domača stran texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Ni mogoče najti vozlišča `(%s)%s'." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Ni mogoče najti okna!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Točka se ne prikaže znotraj vozlišča okna!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Zadnjega okna ni mogoče izbrisati." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "V tem vozlišču ni menijev." ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "V tem vozlišču ni sprotnih opomb." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "V tem vozlišču ni navzkrižnih sklicev." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Za to vozlišče ni kazalcev `%s'." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Neznan ukaz Info `%c'; za pomoč poskusite `?'." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Vrsta terminala `%s' ni dovolj napredna za zagon Info." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Ste že na zadnji strani tega vozlišča." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Ste že na prvi strani tega vozlišča." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "Samo eno okno." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "Končno okno bi bilo premajhno." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 581,653 ---- "Domača stran texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Ni mogoče najti vozlišča `(%s)%s'." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Ni mogoče najti okna!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Točka se ne prikaže znotraj vozlišča okna!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Zadnjega okna ni mogoče izbrisati." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "V tem vozlišču ni menijev." ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "V tem vozlišču ni sprotnih opomb." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "V tem vozlišču ni navzkrižnih sklicev." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Za to vozlišče ni kazalcev `%s'." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Neznan ukaz Info `%c'; za pomoč poskusite `?'." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Vrsta terminala `%s' ni dovolj napredna za zagon Info." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Ste že na zadnji strani tega vozlišča." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Ste že na prvi strani tega vozlišča." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "Samo eno okno." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "Končno okno bi bilo premajhno." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1445,1633 **** msgstr "Uporaba znakovnih nizov za iskanja" ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "Iskanje se nadaljuje od konca dokumenta." ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Iskanje se nadaljuje od začetka dokumenta." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Iskanje poddatoteke %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "Iskanje je spodletelo." ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Iskanje logičnega izraza" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Iskanje" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " ločevanje velikosti črk" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " vzvratno" ! #: info/session.c:4197 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Iskanje poddatoteke %s ..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Preberi niz in ga išči občutljivo na velikost črk" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Preberi niz in ga poišči" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Preberi niz in ga poišči v smeri nazaj" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Ponovi zadnje iskanje v isti smeri" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Brez niza predhodnega iskanja" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Ponovi zadnje iskanje v obratni smeri" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Ko se vpisuje niz, ga išči vzajemno" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Vzvratno I-iskanje logičnega izraza: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-iskanje vzvratno: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "I-iskanje logičnega izraza: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-iskanje: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Spodletelo " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Prekliči trenutno opravilo" ! #: info/session.c:5281 msgid "Quit" msgstr "Končaj" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr "prikaži podrobnosti različice in končaj" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Osveži zaslon" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Končaj z uporabo Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Zaženi ukaz, določen tej izvedbi tipke z malimi črkami" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Neznan ukaz (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" je neveljaven" ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "`%s' je neveljaven" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Dodaj to števko trenutnemu številskemu argumentu" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Začni (ali zmnoži s 4) trenutni številski argument" --- 1445,1633 ---- msgstr "Uporaba znakovnih nizov za iskanja" ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "Iskanje se nadaljuje od konca dokumenta." ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Iskanje se nadaljuje od začetka dokumenta." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Iskanje poddatoteke %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "Iskanje je spodletelo." ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Iskanje logičnega izraza" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Iskanje" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " ločevanje velikosti črk" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " vzvratno" ! #: info/session.c:4194 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Iskanje poddatoteke %s ..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Preberi niz in ga išči občutljivo na velikost črk" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Preberi niz in ga poišči" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Preberi niz in ga poišči v smeri nazaj" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Ponovi zadnje iskanje v isti smeri" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Brez niza predhodnega iskanja" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Ponovi zadnje iskanje v obratni smeri" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Ko se vpisuje niz, ga išči vzajemno" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Vzvratno I-iskanje logičnega izraza: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-iskanje vzvratno: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "I-iskanje logičnega izraza: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-iskanje: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Spodletelo " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Prekliči trenutno opravilo" ! #: info/session.c:5278 msgid "Quit" msgstr "Končaj" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr "prikaži podrobnosti različice in končaj" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Osveži zaslon" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Končaj z uporabo Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Zaženi ukaz, določen tej izvedbi tipke z malimi črkami" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Neznan ukaz (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" je neveljaven" ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "`%s' je neveljaven" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Dodaj to števko trenutnemu številskemu argumentu" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Začni (ali zmnoži s 4) trenutni številski argument" *************** *** 2033,2041 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format --- 2033,2041 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format *************** *** 2043,2061 **** msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 #, fuzzy msgid "arguments are quoted by default" msgstr "@quote-arg je zastarel; argumenti so privzeto navedeni" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2043,2061 ---- msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 #, fuzzy msgid "arguments are quoted by default" msgstr "@quote-arg je zastarel; argumenti so privzeto navedeni" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2063,2110 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s ni veljavna koda jezika ISO 639" ! #: tp/Texinfo/Common.pm:1100 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s ni veljavna koda jezika ISO 639" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Common.pm:1160 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2063,2110 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s ni veljavna koda jezika ISO 639" ! #: tp/Texinfo/Common.pm:1101 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s ni veljavna koda jezika ISO 639" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Common.pm:1162 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2122,2130 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, fuzzy, perl-format msgid "error on closing %s: %s" --- 2122,2130 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, fuzzy, perl-format msgid "error on closing %s: %s" *************** *** 2146,2150 **** msgstr "datoteka @image `%s' je neberljiva: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 #, fuzzy msgid "no argument specified for @U" --- 2146,2150 ---- msgstr "datoteka @image `%s' je neberljiva: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 #, fuzzy msgid "no argument specified for @U" *************** *** 2156,2266 **** msgstr "@image datoteka `%s' (za HTML) ni berljiva: %s" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 #, fuzzy msgid "missing type" msgstr "manjka ime dejanja" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s: neprepoznana možnost `--%s'\n" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-file se je končala v komentarju" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "Za `%s' ni najdenih nobenih vnosov kazal\n" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "Brez `Pred' ali `Gor' za to vozlišče znotraj tega dokumenta." ! #: tp/Texinfo/Convert/HTML.pm:7156 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "nesklicevano vozlišče `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2156,2266 ---- msgstr "@image datoteka `%s' (za HTML) ni berljiva: %s" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 #, fuzzy msgid "missing type" msgstr "manjka ime dejanja" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s: neprepoznana možnost `--%s'\n" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-file se je končala v komentarju" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "Za `%s' ni najdenih nobenih vnosov kazal\n" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "Brez `Pred' ali `Gor' za to vozlišče znotraj tega dokumenta." ! #: tp/Texinfo/Convert/HTML.pm:7158 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "nesklicevano vozlišče `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2301,2305 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" --- 2301,2305 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2367,2644 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "makro `%s' je bil predhodno določen" ! #: tp/Texinfo/Parser.pm:1109 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "tukaj je predhodna določitev `%s'" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "Slab argument k @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s potrebuje ime" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "Slab argument k @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s manjka zaklepaj" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' pričakovan `%s', toda viden je `%s'" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "Ni ujemajočega `%cend %s'" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, fuzzy, perl-format msgid "misplaced %c" msgstr "Napačno postavljen %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "Neujemajoč `%c%s'" ! #: tp/Texinfo/Parser.pm:2130 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "Makro `%s' je klican v vrstici %d s preveč argumenti" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s manjka zaklepaj" ! #: tp/Texinfo/Parser.pm:2160 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "Makro `%s' je klican v vrstici %d s preveč argumenti" ! #: tp/Texinfo/Parser.pm:2193 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ v razširitvi makra, ki mu namesto imena parametra sledi `%s'" ! #: tp/Texinfo/Parser.pm:2834 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "manjka ime dejanja" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "Slab argument k @%s: %s" ! #: tp/Texinfo/Parser.pm:2889 #, fuzzy msgid "empty multitable" msgstr "%s: prazna datoteka" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "Slab argument k @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "Slab argument k @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s potrebuje argument: oblikovalnik za %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: možnost `--%s' ne dovoljuje argumenta\n" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s: manjka argument datoteke.\n" ! #: tp/Texinfo/Parser.pm:3120 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "Neznano kazalo `%s'" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Slab argument k @%s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "Slab argument k @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "neprepoznano ime kodiranja `%s'" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s ni smiselen zunaj okolja `@titlepage'" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "V vozlišču `%s' ni menijev." ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "Uniči do začetka vrstice" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "makro `%s' je bil predhodno določen" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "tukaj je predhodna določitev `%s'" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2367,2639 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "makro `%s' je bil predhodno določen" ! #: tp/Texinfo/Parser.pm:1028 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "tukaj je predhodna določitev `%s'" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "Slab argument k @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s potrebuje ime" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "Slab argument k @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s manjka zaklepaj" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' pričakovan `%s', toda viden je `%s'" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "Ni ujemajočega `%cend %s'" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, fuzzy, perl-format msgid "misplaced %c" msgstr "Napačno postavljen %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "Neujemajoč `%c%s'" ! #: tp/Texinfo/Parser.pm:2049 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "Makro `%s' je klican v vrstici %d s preveč argumenti" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s manjka zaklepaj" ! #: tp/Texinfo/Parser.pm:2079 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "Makro `%s' je klican v vrstici %d s preveč argumenti" ! #: tp/Texinfo/Parser.pm:2112 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ v razširitvi makra, ki mu namesto imena parametra sledi `%s'" ! #: tp/Texinfo/Parser.pm:2753 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "manjka ime dejanja" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "Slab argument k @%s: %s" ! #: tp/Texinfo/Parser.pm:2808 #, fuzzy msgid "empty multitable" msgstr "%s: prazna datoteka" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "Slab argument k @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "Slab argument k @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s potrebuje argument: oblikovalnik za %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: možnost `--%s' ne dovoljuje argumenta\n" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s: manjka argument datoteke.\n" ! #: tp/Texinfo/Parser.pm:3039 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "Neznano kazalo `%s'" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Slab argument k @%s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "Slab argument k @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "neprepoznano ime kodiranja `%s'" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s ni smiselen zunaj okolja `@titlepage'" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "V vozlišču `%s' ni menijev." ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "Uniči do začetka vrstice" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "makro `%s' je bil predhodno določen" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "tukaj je predhodna določitev `%s'" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2646,2650 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2641,2645 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2653,2782 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Če želite dati ukaz kot argument v @%s, uporabite oklepaje" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s pričakuje `i' ali `j' kot argument, ne `%c'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s pričakovani so oklepaji" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "nedoločena zastavica: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s je zastarel" ! #: tp/Texinfo/Parser.pm:4237 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s je zastarel" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "Uniči do začetka vrstice" ! #: tp/Texinfo/Parser.pm:4337 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s ni smiselno znotraj bloka `@%s'" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s ni smiselno znotraj bloka `@%s'" ! #: tp/Texinfo/Parser.pm:4497 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s: prazna datoteka" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "Preveč stolpcev v predmetu večih razpredelnic (največ %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "prezrtje @tab izven večih razpredelnic" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Mora biti v okolju `@%s' za uporabo `@%s'" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s ni smiselen zunaj okolij `@titlepage' in `@quotation'" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "Sprotne opombe znotraj sprotnih opomb niso dovoljene" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@menu je bil viden pred prvim @node, ki je ustvarilo vozlišče `Top'" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2648,2777 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Če želite dati ukaz kot argument v @%s, uporabite oklepaje" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s pričakuje `i' ali `j' kot argument, ne `%c'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s pričakovani so oklepaji" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "nedoločena zastavica: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s je zastarel" ! #: tp/Texinfo/Parser.pm:4131 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s je zastarel" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "Uniči do začetka vrstice" ! #: tp/Texinfo/Parser.pm:4231 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s ni smiselno znotraj bloka `@%s'" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s ni smiselno znotraj bloka `@%s'" ! #: tp/Texinfo/Parser.pm:4391 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s: prazna datoteka" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "Preveč stolpcev v predmetu večih razpredelnic (največ %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "prezrtje @tab izven večih razpredelnic" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Mora biti v okolju `@%s' za uporabo `@%s'" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s ni smiselen zunaj okolij `@titlepage' in `@quotation'" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "Sprotne opombe znotraj sprotnih opomb niso dovoljene" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@menu je bil viden pred prvim @node, ki je ustvarilo vozlišče `Top'" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2784,2946 **** "Morda bi vaše vozlišče @top moralo biti ovito v @ifnottex namesto @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "Neznan ukaz `%s'" ! #: tp/Texinfo/Parser.pm:4953 #, fuzzy msgid "unexpected @" msgstr "Pričakovan `%s'" ! #: tp/Texinfo/Parser.pm:4981 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s ni smiselno zunaj okolja `@float'" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image manjka argument imena datoteke" ! #: tp/Texinfo/Parser.pm:5213 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s: manjka argument datoteke.\n" ! #: tp/Texinfo/Parser.pm:5232 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "Slab argument k @%s: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, fuzzy, perl-format msgid "expected @end %s" msgstr "Pričakovan `%s'" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "Če želite dati ukaz kot argument v @%s, uporabite oklepaje" ! #: tp/Texinfo/Parser.pm:5633 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "Slab argument k @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "Če želite dati ukaz kot argument v @%s, uporabite oklepaje" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: %s argument mora biti številski, ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "Neznano kazalo `%s'" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "Neznano kazalo `%s' v @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: %s argument mora biti številski, ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Podprt je samo @%s 10 ali 11, ne `%s'" ! #: tp/Texinfo/Parser.pm:5872 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" --- 2779,2941 ---- "Morda bi vaše vozlišče @top moralo biti ovito v @ifnottex namesto @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "Neznan ukaz `%s'" ! #: tp/Texinfo/Parser.pm:4843 #, fuzzy msgid "unexpected @" msgstr "Pričakovan `%s'" ! #: tp/Texinfo/Parser.pm:4871 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s ni smiselno zunaj okolja `@float'" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image manjka argument imena datoteke" ! #: tp/Texinfo/Parser.pm:5103 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s: manjka argument datoteke.\n" ! #: tp/Texinfo/Parser.pm:5122 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "Slab argument k @%s: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, fuzzy, perl-format msgid "expected @end %s" msgstr "Pričakovan `%s'" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "Če želite dati ukaz kot argument v @%s, uporabite oklepaje" ! #: tp/Texinfo/Parser.pm:5499 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "Slab argument k @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "Če želite dati ukaz kot argument v @%s, uporabite oklepaje" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: %s argument mora biti številski, ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "Neznano kazalo `%s'" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "Neznano kazalo `%s' v @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: %s argument mora biti številski, ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Podprt je samo @%s 10 ali 11, ne `%s'" ! #: tp/Texinfo/Parser.pm:5738 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" *************** *** 2948,2957 **** "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5880 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: %s argument mora biti številski, ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2943,2952 ---- "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5746 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: %s argument mora biti številski, ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2959,2963 **** "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5911 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2954,2958 ---- "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5777 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2965,2969 **** "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5921 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" --- 2960,2964 ---- "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5787 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" *************** *** 2971,2985 **** "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5933 #, fuzzy, perl-format msgid "expected @%s on or off, not `%s'" msgstr "Pričakuje se @%s on ali off, namesto \"%s\"" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" --- 2966,2980 ---- "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5799 #, fuzzy, perl-format msgid "expected @%s on or off, not `%s'" msgstr "Pričakuje se @%s on ali off, namesto \"%s\"" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" *************** *** 2987,2991 **** "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5958 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 2982,2986 ---- "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n" ! #: tp/Texinfo/Parser.pm:5824 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 2993,3022 **** "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" --- 2988,3017 ---- "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" *************** *** 3025,3064 **** "odsekov?)" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "nesklicevano vozlišče `%s'" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "nesklicevano vozlišče `%s'" ! #: tp/Texinfo/Structuring.pm:670 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3020,3059 ---- "odsekov?)" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "nesklicevano vozlišče `%s'" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "nesklicevano vozlišče `%s'" ! #: tp/Texinfo/Structuring.pm:696 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3067,3081 **** "Zgornji cilj" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3062,3076 ---- "Zgornji cilj" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3238,3252 **** msgstr "Ni bilo mogoče ustvariti izhodne datoteke `%s'." ! #: tp/texi2any.pl:662 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s: Prezrtje neprepoznane vrednosti TEXINFO_OUTPUT_FORMAT `%s'.\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Uporaba: %s [MOŽNOST] ... DATOTEKA-TEXINFO ...\n" ! #: tp/texi2any.pl:748 #, fuzzy msgid "" --- 3233,3247 ---- msgstr "Ni bilo mogoče ustvariti izhodne datoteke `%s'." ! #: tp/texi2any.pl:657 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s: Prezrtje neprepoznane vrednosti TEXINFO_OUTPUT_FORMAT `%s'.\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Uporaba: %s [MOŽNOST] ... DATOTEKA-TEXINFO ...\n" ! #: tp/texi2any.pl:743 #, fuzzy msgid "" *************** *** 3261,3265 **** "GNU Info.\n" ! #: tp/texi2any.pl:754 #, fuzzy, perl-format msgid "" --- 3256,3260 ---- "GNU Info.\n" ! #: tp/texi2any.pl:749 #, fuzzy, perl-format msgid "" *************** *** 3291,3295 **** " --version prikaži podrobnosti različice in končaj.\n" ! #: tp/texi2any.pl:770 #, fuzzy msgid "" --- 3286,3290 ---- " --version prikaži podrobnosti različice in končaj.\n" ! #: tp/texi2any.pl:765 #, fuzzy msgid "" *************** *** 3308,3312 **** " --plaintext izpiši običajno besedilo namesto Info.\n" ! #: tp/texi2any.pl:778 #, fuzzy msgid "" --- 3303,3307 ---- " --plaintext izpiši običajno besedilo namesto Info.\n" ! #: tp/texi2any.pl:773 #, fuzzy msgid "" *************** *** 3350,3354 **** " -o, --output=DATOTEKA izpiši v DATOTEKO (ali mapo, če se razdeli HTML).\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3345,3349 ---- " -o, --output=DATOTEKA izpiši v DATOTEKO (ali mapo, če se razdeli HTML).\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3388,3392 **** " --split-size=NUM razdeli datoteke Info na velikost NUM (privzeto %d).\n" ! #: tp/texi2any.pl:815 #, fuzzy msgid "" --- 3383,3387 ---- " --split-size=NUM razdeli datoteke Info na velikost NUM (privzeto %d).\n" ! #: tp/texi2any.pl:810 #, fuzzy msgid "" *************** *** 3412,3416 **** "ASCII.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3407,3411 ---- "ASCII.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3418,3422 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3413,3417 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3424,3428 **** msgstr "" ! #: tp/texi2any.pl:832 #, fuzzy msgid "" --- 3419,3423 ---- msgstr "" ! #: tp/texi2any.pl:827 #, fuzzy msgid "" *************** *** 3442,3446 **** " -U SPR razveljavi določitev spremenljivke SPR, tako kot @clear.\n" ! #: tp/texi2any.pl:840 #, fuzzy msgid "" --- 3437,3441 ---- " -U SPR razveljavi določitev spremenljivke SPR, tako kot @clear.\n" ! #: tp/texi2any.pl:835 #, fuzzy msgid "" *************** *** 3480,3484 **** " Za možnosti --no-ifFORMAT obdelaj besedilo @ifnotFORMAT.\n" ! #: tp/texi2any.pl:857 #, fuzzy msgid "" --- 3475,3479 ---- " Za možnosti --no-ifFORMAT obdelaj besedilo @ifnotFORMAT.\n" ! #: tp/texi2any.pl:852 #, fuzzy msgid "" *************** *** 3497,3501 **** " če se ustvarja XML, je --ifxml vključen in vsi ostali izključeni;\n" ! #: tp/texi2any.pl:864 #, fuzzy msgid "" --- 3492,3496 ---- " če se ustvarja XML, je --ifxml vključen in vsi ostali izključeni;\n" ! #: tp/texi2any.pl:859 #, fuzzy msgid "" *************** *** 3527,3531 **** "velikost\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3522,3526 ---- "velikost\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3533,3537 **** "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3528,3532 ---- "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3539,3586 **** "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "neznano dejanje `%s'" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: manjka argument datoteke.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Za več podrobnosti poskusite `%s --help'.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/texi2any.pl:1284 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3534,3581 ---- "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "neznano dejanje `%s'" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: manjka argument datoteke.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Za več podrobnosti poskusite `%s --help'.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "napaka med končanjem datoteke vnosa `%s'" ! #: tp/texi2any.pl:1280 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: ni mogoče odpreti --css-file: %s" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3588,3602 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, fuzzy, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: prezrtje drugega notranjega izhoda povezav `%s'.\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3583,3597 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, fuzzy, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: prezrtje drugega notranjega izhoda povezav `%s'.\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" Binary files texinfo-6.4/po/sv.gmo and texinfo-6.5/po/sv.gmo differ diff -Nrc2 texinfo-6.4/po/sv.po texinfo-6.5/po/sv.po *** texinfo-6.4/po/sv.po 2017-06-23 06:53:07.000000000 +0100 --- texinfo-6.5/po/sv.po 2017-08-19 19:55:16.000000000 +0100 *************** *** 7,11 **** "Project-Id-Version: texinfo 4.11.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2008-03-09 20:35+0100\n" "Last-Translator: Christian Rose <menthos@menthos.com>\n" --- 7,11 ---- "Project-Id-Version: texinfo 4.11.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2008-03-09 20:35+0100\n" "Last-Translator: Christian Rose <menthos@menthos.com>\n" *************** *** 431,470 **** msgstr "Ingen menypost \"%s\" i noden \"%s\"." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Kan inte hitta noden \"%s\"." ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:828 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "Ställ in värdet på en Info-variabel" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Prova --help för mer information.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 431,470 ---- msgstr "Ingen menypost \"%s\" i noden \"%s\"." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Kan inte hitta noden \"%s\"." ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:830 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "Ställ in värdet på en Info-variabel" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Prova --help för mer information.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 485,494 **** "medges av gällande lag.\n" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "inga indexposter för \"%s\" hittades\n" ! #: info/info.c:1089 #, c-format msgid "" --- 485,494 ---- "medges av gällande lag.\n" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "inga indexposter för \"%s\" hittades\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 501,505 **** "Läs dokumentation i Info-format.\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 501,505 ---- "Läs dokumentation i Info-format.\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 517,521 **** " -f, --file=FILNAMN ange den Info-fil som ska besökas." ! #: info/info.c:1102 #, fuzzy msgid "" --- 517,521 ---- " -f, --file=FILNAMN ange den Info-fil som ska besökas." ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 531,544 **** " -o, --output=FILNAMN skriv ut valda noder till FILNAMN." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly var vänlig mot talsyntesprogram." ! #: info/info.c:1116 #, fuzzy msgid "" --- 531,544 ---- " -o, --output=FILNAMN skriv ut valda noder till FILNAMN." ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly var vänlig mot talsyntesprogram." ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 554,558 **** " -w, --where, --location skriv ut den fysiska platsen för Info-filen." ! #: info/info.c:1122 #, fuzzy msgid "" --- 554,558 ---- " -w, --where, --location skriv ut den fysiska platsen för Info-filen." ! #: info/info.c:1124 #, fuzzy msgid "" *************** *** 571,575 **** "den först besökta noden." ! #: info/info.c:1129 msgid "" "\n" --- 571,575 ---- "den först besökta noden." ! #: info/info.c:1131 msgid "" "\n" *************** *** 577,581 **** msgstr "" ! #: info/info.c:1132 #, fuzzy msgid "" --- 577,581 ---- msgstr "" ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 603,607 **** " info -f ./foo.info visa filen ./foo.info, sök inte i katalogen" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 603,607 ---- " info -f ./foo.info visa filen ./foo.info, sök inte i katalogen" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 614,686 **** "Hemsida för texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Kan inte hitta noden \"(%s)%s\"." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Kan inte hitta ett fönster!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Punkten finns inte inom detta fönsters nod!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Kan inte ta bort det sista fönstret." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "Ingen meny i denna nod." ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "Inga fotnoter i denna nod." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "Inga korsreferenser i denna nod." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Ingen \"%s\"-pekare för denna nod." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Okänt Info-kommando \"%c\". Prova \"?\" för hjälp." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminaltypen \"%s\" är inte tillräckligt smart för att köra Info." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Du är redan på sista sidan för denna nod." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Du är redan på första sidan för denna nod." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "Endast ett fönster." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "Resulterande fönstret skulle bli för litet." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 614,686 ---- "Hemsida för texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Kan inte hitta noden \"(%s)%s\"." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Kan inte hitta ett fönster!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Punkten finns inte inom detta fönsters nod!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Kan inte ta bort det sista fönstret." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "Ingen meny i denna nod." ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "Inga fotnoter i denna nod." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "Inga korsreferenser i denna nod." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Ingen \"%s\"-pekare för denna nod." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Okänt Info-kommando \"%c\". Prova \"?\" för hjälp." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Terminaltypen \"%s\" är inte tillräckligt smart för att köra Info." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Du är redan på sista sidan för denna nod." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Du är redan på första sidan för denna nod." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "Endast ett fönster." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "Resulterande fönstret skulle bli för litet." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1480,1499 **** msgstr "Använder ordagranna strängar i sökningar." ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "Sökningen fortsatte från slutet av dokumentet." ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Sökningen fortsatte från början av dokumentet." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Söker i underfilen %s..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" --- 1480,1499 ---- msgstr "Använder ordagranna strängar i sökningar." ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "Sökningen fortsatte från slutet av dokumentet." ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Sökningen fortsatte från början av dokumentet." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Söker i underfilen %s..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" *************** *** 1519,1540 **** # those will be translatable, while the current design isn't. # ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Sökning med reguljära uttryck" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Sök" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " skiljandes på VERSALER/gemener" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " baklänges" --- 1519,1540 ---- # those will be translatable, while the current design isn't. # ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Sökning med reguljära uttryck" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Sök" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " skiljandes på VERSALER/gemener" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " baklänges" *************** *** 1559,1706 **** # those will be translatable, while the current design isn't. # ! #: info/session.c:4197 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Söker i underfilen %s..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Läs en sträng och sök efter den skiftlägeskänsligt" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Läs en sträng och sök efter den" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Läs en sträng och sök baklänges efter den" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Upprepa den senaste sökningen i samma riktning" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Ingen tidigare söksträng" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Upprepa den senaste sökningen i omvänd riktning" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Sök interaktivt efter en sträng allteftersom du skriver den" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "I-sök med reguljärt uttryck baklänges: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-sök baklänges: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "I-sök med reguljärt uttryck: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-sök: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Misslyckas " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Avbryt pågående åtgärd" ! #: info/session.c:5281 msgid "Quit" msgstr "Avsluta" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr "visa versionsinformation och avsluta" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Rita om displayen" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Avsluta användandet av Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Kör kommando som är knutet till denna tangents gemena variant" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Okänt kommando (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" är ogiltigt" ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "\"%s\" är ogiltigt" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Lägg till denna siffra till det aktuella numeriska argumentet" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Börja (eller multiplicera med 4) det numeriska argumentet" --- 1559,1706 ---- # those will be translatable, while the current design isn't. # ! #: info/session.c:4194 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Söker i underfilen %s..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Läs en sträng och sök efter den skiftlägeskänsligt" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Läs en sträng och sök efter den" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Läs en sträng och sök baklänges efter den" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Upprepa den senaste sökningen i samma riktning" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Ingen tidigare söksträng" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Upprepa den senaste sökningen i omvänd riktning" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Sök interaktivt efter en sträng allteftersom du skriver den" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "I-sök med reguljärt uttryck baklänges: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-sök baklänges: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "I-sök med reguljärt uttryck: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-sök: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Misslyckas " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Avbryt pågående åtgärd" ! #: info/session.c:5278 msgid "Quit" msgstr "Avsluta" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr "visa versionsinformation och avsluta" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Rita om displayen" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Avsluta användandet av Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Kör kommando som är knutet till denna tangents gemena variant" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Okänt kommando (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" är ogiltigt" ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "\"%s\" är ogiltigt" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Lägg till denna siffra till det aktuella numeriska argumentet" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Börja (eller multiplicera med 4) det numeriska argumentet" *************** *** 2123,2131 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format --- 2123,2131 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format *************** *** 2133,2151 **** msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 #, fuzzy msgid "arguments are quoted by default" msgstr "@quote-arg är föråldrat; argument är citerade som standard" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2133,2151 ---- msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 #, fuzzy msgid "arguments are quoted by default" msgstr "@quote-arg är föråldrat; argument är citerade som standard" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2153,2200 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s är inte en giltig landskod enligt ISO 639" ! #: tp/Texinfo/Common.pm:1100 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s är inte en giltig landskod enligt ISO 639" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Common.pm:1160 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2153,2200 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s är inte en giltig landskod enligt ISO 639" ! #: tp/Texinfo/Common.pm:1101 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s är inte en giltig landskod enligt ISO 639" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Common.pm:1162 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2212,2220 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, fuzzy, perl-format msgid "error on closing %s: %s" --- 2212,2220 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, fuzzy, perl-format msgid "error on closing %s: %s" *************** *** 2236,2240 **** msgstr "@image-filen \"%s\" är oläslig: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 #, fuzzy msgid "no argument specified for @U" --- 2236,2240 ---- msgstr "@image-filen \"%s\" är oläslig: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 #, fuzzy msgid "no argument specified for @U" *************** *** 2246,2356 **** msgstr "@image-filen \"%s\" (för HTML) är oläslig: %s" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 #, fuzzy msgid "missing type" msgstr "åtgärdsnamn saknas" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s: okänd flagga \"--%s\"\n" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-fil slutade med kommentar" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "inga indexposter för \"%s\" hittades\n" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "Inget \"Prev\" eller \"Up\" för denna nod inom detta dokument." ! #: tp/Texinfo/Convert/HTML.pm:7156 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "orefererad nod \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2246,2356 ---- msgstr "@image-filen \"%s\" (för HTML) är oläslig: %s" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 #, fuzzy msgid "missing type" msgstr "åtgärdsnamn saknas" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s: okänd flagga \"--%s\"\n" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-fil slutade med kommentar" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "inga indexposter för \"%s\" hittades\n" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "Inget \"Prev\" eller \"Up\" för denna nod inom detta dokument." ! #: tp/Texinfo/Convert/HTML.pm:7158 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "orefererad nod \"%s\"" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2391,2395 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" --- 2391,2395 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2467,2744 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "makrot \"%s\" är redan definierat" ! #: tp/Texinfo/Parser.pm:1109 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "här är den tidigare definitionen av \"%s\"" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "Felaktigt argument till @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s kräver ett namn" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "Felaktigt argument till @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s saknar avslutande klammer" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "\"@end\" förväntade \"%s\", men såg \"%s\"" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "Inget matchande \"%cend %s\"" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, fuzzy, perl-format msgid "misplaced %c" msgstr "Felplacerat %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "Ensamt \"%c%s\"" ! #: tp/Texinfo/Parser.pm:2130 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "Makrot \"%s\" anropades på rad %d med för många argument" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s saknar avslutande klammer" ! #: tp/Texinfo/Parser.pm:2160 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "Makrot \"%s\" anropades på rad %d med för många argument" ! #: tp/Texinfo/Parser.pm:2193 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ i makroutökning följdes av \"%s\" istället för parameternamn" ! #: tp/Texinfo/Parser.pm:2834 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "åtgärdsnamn saknas" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "Felaktigt argument till @%s: %s" ! #: tp/Texinfo/Parser.pm:2889 #, fuzzy msgid "empty multitable" msgstr "%s: tom fil" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "Felaktigt argument till @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "Felaktigt argument till @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s kräver ett argument: formateraren för %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: flaggan \"--%s\" tillåter inget argument\n" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s: filargument saknas.\n" ! #: tp/Texinfo/Parser.pm:3120 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "Okänt index \"%s\"" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Felaktigt argument till @%s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "Felaktigt argument till @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "okänt kodningsnamn \"%s\"" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s är inte meningsfullt utanför \"@titlepage\"-omgivning" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "Ingen meny i noden \"%s\"." ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "Döda till början på raden" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "makrot \"%s\" är redan definierat" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "här är den tidigare definitionen av \"%s\"" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2467,2739 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "makrot \"%s\" är redan definierat" ! #: tp/Texinfo/Parser.pm:1028 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "här är den tidigare definitionen av \"%s\"" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "Felaktigt argument till @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s kräver ett namn" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "Felaktigt argument till @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s saknar avslutande klammer" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "\"@end\" förväntade \"%s\", men såg \"%s\"" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "Inget matchande \"%cend %s\"" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, fuzzy, perl-format msgid "misplaced %c" msgstr "Felplacerat %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "Ensamt \"%c%s\"" ! #: tp/Texinfo/Parser.pm:2049 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "Makrot \"%s\" anropades på rad %d med för många argument" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s saknar avslutande klammer" ! #: tp/Texinfo/Parser.pm:2079 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "Makrot \"%s\" anropades på rad %d med för många argument" ! #: tp/Texinfo/Parser.pm:2112 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ i makroutökning följdes av \"%s\" istället för parameternamn" ! #: tp/Texinfo/Parser.pm:2753 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "åtgärdsnamn saknas" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "Felaktigt argument till @%s: %s" ! #: tp/Texinfo/Parser.pm:2808 #, fuzzy msgid "empty multitable" msgstr "%s: tom fil" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "Felaktigt argument till @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "Felaktigt argument till @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s kräver ett argument: formateraren för %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: flaggan \"--%s\" tillåter inget argument\n" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s: filargument saknas.\n" ! #: tp/Texinfo/Parser.pm:3039 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "Okänt index \"%s\"" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "Felaktigt argument till @%s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "Felaktigt argument till @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "okänt kodningsnamn \"%s\"" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s är inte meningsfullt utanför \"@titlepage\"-omgivning" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "Ingen meny i noden \"%s\"." ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "Döda till början på raden" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "makrot \"%s\" är redan definierat" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "här är den tidigare definitionen av \"%s\"" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2746,2750 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2741,2745 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2753,2855 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Använd klamrar för att ge ett komamndo som ett argument till @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s förväntar \"i\" eller \"j\" som argument, inte \"%c\"" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s förväntade klamrar" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "odefinierad flagga: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s är föråldrat" ! #: tp/Texinfo/Parser.pm:4237 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s är föråldrat" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "Döda till början på raden" ! #: tp/Texinfo/Parser.pm:4337 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s är inte meningsfullt inuti \"@%s\"-block" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s är inte meningsfullt inuti \"@%s\"-block" ! #: tp/Texinfo/Parser.pm:4497 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s: tom fil" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "För många kolumner i multitabellsobjekt (max %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "ignorerar @tab utanför multitabell" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Måste vara i \"@%s\"-omgivning för att använda \"@%s\"" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" --- 2748,2850 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "Använd klamrar för att ge ett komamndo som ett argument till @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s förväntar \"i\" eller \"j\" som argument, inte \"%c\"" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s förväntade klamrar" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "odefinierad flagga: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s är föråldrat" ! #: tp/Texinfo/Parser.pm:4131 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s är föråldrat" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "Döda till början på raden" ! #: tp/Texinfo/Parser.pm:4231 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s är inte meningsfullt inuti \"@%s\"-block" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s är inte meningsfullt inuti \"@%s\"-block" ! #: tp/Texinfo/Parser.pm:4391 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s: tom fil" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "För många kolumner i multitabellsobjekt (max %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "ignorerar @tab utanför multitabell" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "Måste vara i \"@%s\"-omgivning för att använda \"@%s\"" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" *************** *** 2857,3046 **** "@%s är inte meningsfullt utanför \"@titlepage\"- och \"@quotation\"-omgivning" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "Fotnoter inuti fotnoter är inte tillåtet" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@menu sågs innan första @node, skapar \"Top\"-nod" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "din @top-nod ska kanske packas i @ifnottex istället för @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "Okänt kommando \"%s\"" ! #: tp/Texinfo/Parser.pm:4953 #, fuzzy msgid "unexpected @" msgstr "\"%s\" förväntades" ! #: tp/Texinfo/Parser.pm:4981 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s är inte meningsfullt utanför \"@float\"-omgivning" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image saknar filnamnsargument" ! #: tp/Texinfo/Parser.pm:5213 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s: filargument saknas.\n" ! #: tp/Texinfo/Parser.pm:5232 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "Felaktigt argument till @%s: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, fuzzy, perl-format msgid "expected @end %s" msgstr "\"%s\" förväntades" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "Använd klamrar för att ge ett komamndo som ett argument till @%s" ! #: tp/Texinfo/Parser.pm:5633 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "Felaktigt argument till @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "Använd klamrar för att ge ett komamndo som ett argument till @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: argumentet %s måste vara numeriskt, inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "Okänt index \"%s\"" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "Okänt index \"%s\" i @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: argumentet %s måste vara numeriskt, inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Endast @%s 10 eller 11 stöds, inte \"%s\"" ! #: tp/Texinfo/Parser.pm:5872 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" --- 2852,3041 ---- "@%s är inte meningsfullt utanför \"@titlepage\"- och \"@quotation\"-omgivning" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "Fotnoter inuti fotnoter är inte tillåtet" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@menu sågs innan första @node, skapar \"Top\"-nod" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "din @top-nod ska kanske packas i @ifnottex istället för @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "Okänt kommando \"%s\"" ! #: tp/Texinfo/Parser.pm:4843 #, fuzzy msgid "unexpected @" msgstr "\"%s\" förväntades" ! #: tp/Texinfo/Parser.pm:4871 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s är inte meningsfullt utanför \"@float\"-omgivning" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image saknar filnamnsargument" ! #: tp/Texinfo/Parser.pm:5103 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s: filargument saknas.\n" ! #: tp/Texinfo/Parser.pm:5122 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "Felaktigt argument till @%s: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, fuzzy, perl-format msgid "expected @end %s" msgstr "\"%s\" förväntades" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "Använd klamrar för att ge ett komamndo som ett argument till @%s" ! #: tp/Texinfo/Parser.pm:5499 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "Felaktigt argument till @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "Använd klamrar för att ge ett komamndo som ett argument till @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: argumentet %s måste vara numeriskt, inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "Okänt index \"%s\"" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "Okänt index \"%s\" i @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: argumentet %s måste vara numeriskt, inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Endast @%s 10 eller 11 stöds, inte \"%s\"" ! #: tp/Texinfo/Parser.pm:5738 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" *************** *** 3049,3058 **** "\"%s\".\n" ! #: tp/Texinfo/Parser.pm:5880 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: argumentet %s måste vara numeriskt, inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 3044,3053 ---- "\"%s\".\n" ! #: tp/Texinfo/Parser.pm:5746 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: argumentet %s måste vara numeriskt, inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 3061,3065 **** "inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5911 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 3056,3060 ---- "inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5777 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 3068,3072 **** "inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5921 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" --- 3063,3067 ---- "inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5787 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" *************** *** 3075,3089 **** "inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5933 #, fuzzy, perl-format msgid "expected @%s on or off, not `%s'" msgstr "Förväntade @%s on eller off, inte \"%s\"" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" --- 3070,3084 ---- "inte \"%s\".\n" ! #: tp/Texinfo/Parser.pm:5799 #, fuzzy, perl-format msgid "expected @%s on or off, not `%s'" msgstr "Förväntade @%s on eller off, inte \"%s\"" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" *************** *** 3092,3096 **** "\"%s\".\n" ! #: tp/Texinfo/Parser.pm:5958 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3087,3091 ---- "\"%s\".\n" ! #: tp/Texinfo/Parser.pm:5824 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3099,3128 **** "\"%s\".\n" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" --- 3094,3123 ---- "\"%s\".\n" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" *************** *** 3131,3185 **** "avsnittsindelning?)" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "orefererad nod \"%s\"" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "orefererad nod \"%s\"" ! #: tp/Texinfo/Structuring.pm:670 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Noden \"%s\" saknar menypost för \"%s\" trots att den är dess Upp-mål" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3126,3180 ---- "avsnittsindelning?)" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "orefererad nod \"%s\"" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "orefererad nod \"%s\"" ! #: tp/Texinfo/Structuring.pm:696 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Noden \"%s\" saknar menypost för \"%s\" trots att den är dess Upp-mål" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3342,3356 **** msgstr "Kunde inte skapa utdatafilen \"%s\"." ! #: tp/texi2any.pl:662 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s: Ignorerar okänt TEXINFO_OUTPUT_FORMAT-värde \"%s\".\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Användning: %s [FLAGGA]... TEXINFO-FIL...\n" ! #: tp/texi2any.pl:748 #, fuzzy msgid "" --- 3337,3351 ---- msgstr "Kunde inte skapa utdatafilen \"%s\"." ! #: tp/texi2any.pl:657 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s: Ignorerar okänt TEXINFO_OUTPUT_FORMAT-värde \"%s\".\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Användning: %s [FLAGGA]... TEXINFO-FIL...\n" ! #: tp/texi2any.pl:743 #, fuzzy msgid "" *************** *** 3364,3368 **** "infofiler som är lämpliga för läsning med Emacs eller GNU Info.\n" ! #: tp/texi2any.pl:754 #, fuzzy, perl-format msgid "" --- 3359,3363 ---- "infofiler som är lämpliga för läsning med Emacs eller GNU Info.\n" ! #: tp/texi2any.pl:749 #, fuzzy, perl-format msgid "" *************** *** 3394,3398 **** " --version visa versionsinformation och avsluta.\n" ! #: tp/texi2any.pl:770 #, fuzzy msgid "" --- 3389,3393 ---- " --version visa versionsinformation och avsluta.\n" ! #: tp/texi2any.pl:765 #, fuzzy msgid "" *************** *** 3411,3415 **** " --plaintext generera vanlig text istället för Info.\n" ! #: tp/texi2any.pl:778 #, fuzzy msgid "" --- 3406,3410 ---- " --plaintext generera vanlig text istället för Info.\n" ! #: tp/texi2any.pl:773 #, fuzzy msgid "" *************** *** 3451,3455 **** " -o, --output=FIL generera till FIL (katalog om delad HTML).\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3446,3450 ---- " -o, --output=FIL generera till FIL (katalog om delad HTML).\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3493,3497 **** " (standardvärde %d).\n" ! #: tp/texi2any.pl:815 #, fuzzy msgid "" --- 3488,3492 ---- " (standardvärde %d).\n" ! #: tp/texi2any.pl:810 #, fuzzy msgid "" *************** *** 3514,3518 **** " producera filnamn i ASCII-translitteration.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3509,3513 ---- " producera filnamn i ASCII-translitteration.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3520,3524 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3515,3519 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3526,3530 **** msgstr "" ! #: tp/texi2any.pl:832 #, fuzzy msgid "" --- 3521,3525 ---- msgstr "" ! #: tp/texi2any.pl:827 #, fuzzy msgid "" *************** *** 3547,3551 **** "@clear.\n" ! #: tp/texi2any.pl:840 #, fuzzy msgid "" --- 3542,3546 ---- "@clear.\n" ! #: tp/texi2any.pl:835 #, fuzzy msgid "" *************** *** 3585,3589 **** " Dessutom, för flaggorna --no-ifFORMAT, behandla @ifnotFORMAT-text.\n" ! #: tp/texi2any.pl:857 #, fuzzy msgid "" --- 3580,3584 ---- " Dessutom, för flaggorna --no-ifFORMAT, behandla @ifnotFORMAT-text.\n" ! #: tp/texi2any.pl:852 #, fuzzy msgid "" *************** *** 3601,3605 **** " om XML genereras är --ifxml på och de andra av.\n" ! #: tp/texi2any.pl:864 #, fuzzy msgid "" --- 3596,3600 ---- " om XML genereras är --ifxml på och de andra av.\n" ! #: tp/texi2any.pl:859 #, fuzzy msgid "" *************** *** 3632,3636 **** "är\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3627,3631 ---- "är\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3639,3643 **** "\"%s\".\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3634,3638 ---- "\"%s\".\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3646,3693 **** "inte \"%s\".\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "okänd åtgärd \"%s\"" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: filargument saknas.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Prova \"%s --help\" för mer information.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/texi2any.pl:1284 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3641,3688 ---- "inte \"%s\".\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "okänd åtgärd \"%s\"" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: filargument saknas.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Prova \"%s --help\" för mer information.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "fel vid stängning av utdatafilen \"%s\"" ! #: tp/texi2any.pl:1280 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: kunde inte öppna --css-fil: %s" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3695,3709 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3690,3704 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" diff -Nrc2 texinfo-6.4/po/texinfo.pot texinfo-6.5/po/texinfo.pot *** texinfo-6.4/po/texinfo.pot 2017-06-23 06:53:05.000000000 +0100 --- texinfo-6.5/po/texinfo.pot 2017-08-19 19:55:13.000000000 +0100 *************** *** 7,13 **** msgid "" msgstr "" ! "Project-Id-Version: GNU texinfo 6.4\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" --- 7,13 ---- msgid "" msgstr "" ! "Project-Id-Version: GNU texinfo 6.5\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" *************** *** 381,420 **** msgstr "" ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 381,420 ---- msgstr "" ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 426,435 **** msgstr "" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "" ! #: info/info.c:1089 #, c-format msgid "" --- 426,435 ---- msgstr "" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 439,443 **** msgstr "" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 439,443 ---- msgstr "" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 448,452 **** msgstr "" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 448,452 ---- msgstr "" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 456,468 **** msgstr "" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 456,468 ---- msgstr "" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 472,476 **** msgstr "" ! #: info/info.c:1122 msgid "" "\n" --- 472,476 ---- msgstr "" ! #: info/info.c:1124 msgid "" "\n" *************** *** 482,486 **** msgstr "" ! #: info/info.c:1129 msgid "" "\n" --- 482,486 ---- msgstr "" ! #: info/info.c:1131 msgid "" "\n" *************** *** 488,492 **** msgstr "" ! #: info/info.c:1132 msgid "" "\n" --- 488,492 ---- msgstr "" ! #: info/info.c:1134 msgid "" "\n" *************** *** 505,509 **** msgstr "" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 505,509 ---- msgstr "" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 512,576 **** msgstr "" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "" ! #: info/info.c:1186 msgid "No menu in this node" msgstr "" ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "" ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "" ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "" ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "" ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "" ! #: info/info.c:1194 msgid "Only one window" msgstr "" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "" --- 512,576 ---- msgstr "" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "" ! #: info/info.c:1188 msgid "No menu in this node" msgstr "" ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "" ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "" ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "" ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "" ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "" ! #: info/info.c:1196 msgid "Only one window" msgstr "" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "" *************** *** 1333,1518 **** msgstr "" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "" ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "" ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr "" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr "" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "" ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "" ! #: info/session.c:4878 msgid "I-search backward: " msgstr "" ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "" ! #: info/session.c:4881 msgid "I-search: " msgstr "" ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "" ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "" ! #: info/session.c:5281 msgid "Quit" msgstr "" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "" --- 1333,1518 ---- msgstr "" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "" ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "" ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr "" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr "" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "" ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "" ! #: info/session.c:4875 msgid "I-search backward: " msgstr "" ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "" ! #: info/session.c:4878 msgid "I-search: " msgstr "" ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "" ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "" ! #: info/session.c:5278 msgid "Quit" msgstr "" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "" *************** *** 1846,1854 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 1846,1854 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 1856,1873 **** msgstr "" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 1856,1873 ---- msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 1875,1922 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 1875,1922 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 1934,1942 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 1934,1942 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 1958,1962 **** msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "" --- 1958,1962 ---- msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "" *************** *** 1967,2075 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 1967,2075 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2109,2113 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2109,2113 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2172,2448 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2172,2443 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2450,2454 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2445,2449 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2457,2873 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "" ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 2452,2868 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "" ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3030,3044 **** msgstr "" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3025,3039 ---- msgstr "" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3049,3053 **** msgstr "" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3044,3048 ---- msgstr "" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3068,3072 **** msgstr "" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3063,3067 ---- msgstr "" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3079,3083 **** msgstr "" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3074,3078 ---- msgstr "" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3106,3110 **** msgstr "" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3101,3105 ---- msgstr "" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3128,3132 **** msgstr "" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3123,3127 ---- msgstr "" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3142,3146 **** msgstr "" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3137,3141 ---- msgstr "" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3148,3152 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3143,3147 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3154,3158 **** msgstr "" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3149,3153 ---- msgstr "" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3165,3169 **** msgstr "" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3160,3164 ---- msgstr "" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3185,3189 **** msgstr "" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3180,3184 ---- msgstr "" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3195,3199 **** msgstr "" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3190,3194 ---- msgstr "" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3212,3269 **** msgstr "" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3207,3264 ---- msgstr "" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3271,3285 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3266,3280 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" Binary files texinfo-6.4/po/tr.gmo and texinfo-6.5/po/tr.gmo differ diff -Nrc2 texinfo-6.4/po/tr.po texinfo-6.5/po/tr.po *** texinfo-6.4/po/tr.po 2017-06-23 06:53:07.000000000 +0100 --- texinfo-6.5/po/tr.po 2017-08-19 19:55:16.000000000 +0100 *************** *** 9,13 **** "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-06-18 23:48+0300\n" "Last-Translator: Mehmet Kececi <mkececi@mehmetkececi.com>\n" --- 9,13 ---- "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-06-18 23:48+0300\n" "Last-Translator: Mehmet Kececi <mkececi@mehmetkececi.com>\n" *************** *** 391,430 **** msgstr "'%s' düğümünde '%s' menü öğesi yok" ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "'%s' düğümü bulunamadı" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "Program adı verilmedi" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "geçersiz numara: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "kusurlu değişken ataması: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: böyle bir değişken yok" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "%s değeri %s değişkeni için geçerli değil" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Daha fazla bilgi için --help seçeneğini kullanın.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 391,430 ---- msgstr "'%s' düğümünde '%s' menü öğesi yok" ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "'%s' düğümü bulunamadı" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "Program adı verilmedi" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "geçersiz numara: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "kusurlu değişken ataması: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: böyle bir değişken yok" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "%s değeri %s değişkeni için geçerli değil" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Daha fazla bilgi için --help seçeneğini kullanın.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 441,450 **** "Yasaların elverdiği ölçüde HİÇBİR GARANTİ yoktur.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "'%s' için indeks girdisi yok.\n" ! #: info/info.c:1089 #, c-format msgid "" --- 441,450 ---- "Yasaların elverdiği ölçüde HİÇBİR GARANTİ yoktur.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "'%s' için indeks girdisi yok.\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 457,461 **** "Info biçemindeki belgeleri okuyun.\n" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 457,461 ---- "Info biçemindeki belgeleri okuyun.\n" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 472,476 **** " -f, --file=DOSYAADI ziyaret edilecek Info dosyasını belirler" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 472,476 ---- " -f, --file=DOSYAADI ziyaret edilecek Info dosyasını belirler" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 486,490 **** " -o, --output=DOSYAADI Seçili düğümlerden DOSYAADI'na çıktı alır" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" --- 486,490 ---- " -o, --output=DOSYAADI Seçili düğümlerden DOSYAADI'na çıktı alır" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" *************** *** 492,500 **** "gidin" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly konuşma sentezcilerine dostça davranır" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 492,500 ---- "gidin" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly konuşma sentezcilerine dostça davranır" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 508,512 **** " -w, --where, --location Info dosyasının fiziksel konumunu yazdırır" ! #: info/info.c:1122 msgid "" "\n" --- 508,512 ---- " -w, --where, --location Info dosyasının fiziksel konumunu yazdırır" ! #: info/info.c:1124 msgid "" "\n" *************** *** 524,528 **** "ögesi isimleri olarak işlem görür." ! #: info/info.c:1129 msgid "" "\n" --- 524,528 ---- "ögesi isimleri olarak işlem görür." ! #: info/info.c:1131 msgid "" "\n" *************** *** 532,536 **** "Tuş bağlantılarının bir özeti için Info içinden H tuşlayın." ! #: info/info.c:1132 msgid "" "\n" --- 532,536 ---- "Tuş bağlantılarının bir özeti için Info içinden H tuşlayın." ! #: info/info.c:1134 msgid "" "\n" *************** *** 566,570 **** " info -f ./foo.info dir aramadan ./foo.info dosyasını gösterir" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 566,570 ---- " info -f ./foo.info dir aramadan ./foo.info dosyasını gösterir" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 576,640 **** "Texinfo anasayfası: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "'(%s)%s' düğümü bulunamadı" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Bir pencere bulunamadı!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Orası bu pencerenin düğümü gibi görünmüyor!" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "Son pencere silinemez" ! #: info/info.c:1186 msgid "No menu in this node" msgstr "Bu düğümde menü yok" ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "Bu düğümde dipnot yok" ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "Bu düğümde çapraz başvuru yok" ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "Bu düğüm için '%s' yer gösterici yok" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Info komutu '%c' bilinmiyor; yardım almak için '?' deneyin" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "'%s' terminal türü Info çalıştırmak için yeterince akıllı değil" ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "Zaten bu düğümün son sayfasındasınız" ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "Zaten bu düğümün ilk sayfasındasınız" ! #: info/info.c:1194 msgid "Only one window" msgstr "Sadece bir pencere" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "Pencere çok küçük olacaktı" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "Bir yardım penceresi için yer yok, lütfen bir pencere silin" --- 576,640 ---- "Texinfo anasayfası: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "'(%s)%s' düğümü bulunamadı" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Bir pencere bulunamadı!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Orası bu pencerenin düğümü gibi görünmüyor!" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "Son pencere silinemez" ! #: info/info.c:1188 msgid "No menu in this node" msgstr "Bu düğümde menü yok" ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "Bu düğümde dipnot yok" ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "Bu düğümde çapraz başvuru yok" ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "Bu düğüm için '%s' yer gösterici yok" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Info komutu '%c' bilinmiyor; yardım almak için '?' deneyin" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "'%s' terminal türü Info çalıştırmak için yeterince akıllı değil" ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "Zaten bu düğümün son sayfasındasınız" ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "Zaten bu düğümün ilk sayfasındasınız" ! #: info/info.c:1196 msgid "Only one window" msgstr "Sadece bir pencere" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "Pencere çok küçük olacaktı" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "Bir yardım penceresi için yer yok, lütfen bir pencere silin" *************** *** 1428,1613 **** msgstr "Aramalarda yazılı dizge kullanılıyor" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "Arama, belgenin sonundan sürdürülüyor" ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "Arama, belgenin başından sürdürülüyor" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "%s altdosyası aranıyor ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "Arama başarısız" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Düzenli ifade arama" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Ara" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " büyük/küçük harf duyarlı şekilde" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " geriye doğru" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Arama dizgesi çok kısa" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "%s'den son karşılaşmaya geri dönüyor" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "Daha fazla eşleşme yok" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Bu düğümü ve alt düğümleri bir dizi için ara" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "%s altdosyası aranıyor:" ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Info alt-ağacında bir sonraki eşleşmeye git" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Etkin arama yok" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Info alt-ağacındaki önceki eşleşmeye git" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Bir dizge okur ve onu büyük/küçük harf duyarlı şekilde arar" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Bir dizge okur ve (onu) arar" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Bir dizge okur ve (onu) geriye doğru arar" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Son aramayı aynı yönde yineler" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Daha önceden arama dizgesi yok" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Son aramayı ters yönde yineler" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Görüntülenen eşleşmiş aramaları sil" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Bir dizgeyi siz yazarken etkileşimli şekilde arar" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Düzenli ifade I-arama, geriye doğru: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-arama, geriye doğru: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Düzenli ifade I-arama: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-arama: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Başarılamıyor " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Mevcut işlemi iptal eder" ! #: info/session.c:5281 msgid "Quit" msgstr "Çık" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Çalışan Ino'nun sürüm bilgisini görüntüler" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info sürüm %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Görüntüyü yeniden çizer" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Info'dan çıkar" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Bu tuşun küçük harfine atanmış komutu yürütür" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "Bilinmeyen komut (%s)" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" geçersiz" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "'%s' geçersiz" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Mevcut sayısal argümana bu sayıyı ekle" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Mevcut sayısal argümanı başlat (veya 4'le çarp)" --- 1428,1613 ---- msgstr "Aramalarda yazılı dizge kullanılıyor" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "Arama, belgenin sonundan sürdürülüyor" ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "Arama, belgenin başından sürdürülüyor" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "%s altdosyası aranıyor ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "Arama başarısız" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Düzenli ifade arama" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Ara" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " büyük/küçük harf duyarlı şekilde" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " geriye doğru" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Arama dizgesi çok kısa" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "%s'den son karşılaşmaya geri dönüyor" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "Daha fazla eşleşme yok" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Bu düğümü ve alt düğümleri bir dizi için ara" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "%s altdosyası aranıyor:" ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Info alt-ağacında bir sonraki eşleşmeye git" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Etkin arama yok" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Info alt-ağacındaki önceki eşleşmeye git" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Bir dizge okur ve onu büyük/küçük harf duyarlı şekilde arar" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Bir dizge okur ve (onu) arar" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Bir dizge okur ve (onu) geriye doğru arar" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Son aramayı aynı yönde yineler" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Daha önceden arama dizgesi yok" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Son aramayı ters yönde yineler" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Görüntülenen eşleşmiş aramaları sil" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Bir dizgeyi siz yazarken etkileşimli şekilde arar" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Düzenli ifade I-arama, geriye doğru: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-arama, geriye doğru: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Düzenli ifade I-arama: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-arama: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Başarılamıyor " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Mevcut işlemi iptal eder" ! #: info/session.c:5278 msgid "Quit" msgstr "Çık" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Çalışan Ino'nun sürüm bilgisini görüntüler" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info sürüm %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Görüntüyü yeniden çizer" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Info'dan çıkar" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Bu tuşun küçük harfine atanmış komutu yürütür" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "Bilinmeyen komut (%s)" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" geçersiz" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "'%s' geçersiz" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Mevcut sayısal argümana bu sayıyı ekle" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Mevcut sayısal argümanı başlat (veya 4'le çarp)" *************** *** 2023,2031 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2023,2031 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2033,2045 **** msgstr "%s yazmak için açılamıyor: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "yinelemeye her zaman izin verilir" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "argümanlar öntanımlı olarak tırnak içine alınıyor" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2033,2045 ---- msgstr "%s yazmak için açılamıyor: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "yinelemeye her zaman izin verilir" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "argümanlar öntanımlı olarak tırnak içine alınıyor" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2048,2052 **** "ettir" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2048,2052 ---- "ettir" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2056,2103 **** "komutlarınızı hareket ettirin" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s geçerli bir dil kodu değildir" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s geçerli bir bölge kodu değildir" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s geçerli bir bölme olasılığı değildir" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "%s okunamıyor: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "%s @verbatiminclude dosyasını kapatmada hata: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: %s bulunamıyor" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "yeniden adlandırılacak düğüm yok" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "dosya sonunda yeni adı olmayan düğümler" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "%s açılamıyor: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2056,2103 ---- "komutlarınızı hareket ettirin" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s geçerli bir dil kodu değildir" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s geçerli bir bölge kodu değildir" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s geçerli bir bölme olasılığı değildir" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "%s okunamıyor: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "%s @verbatiminclude dosyasını kapatmada hata: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: %s bulunamıyor" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "yeniden adlandırılacak düğüm yok" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "dosya sonunda yeni adı olmayan düğümler" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "%s açılamıyor: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2115,2123 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2115,2123 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2139,2143 **** msgstr "@image dosyası `%s' bulunamıyor, `%s' kullanılacak" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "@U için argüman belirtlimedi" --- 2139,2143 ---- msgstr "@image dosyası `%s' bulunamıyor, `%s' kullanılacak" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "@U için argüman belirtlimedi" *************** *** 2148,2247 **** msgstr "@image dosyası `%s' (HTML için) bulunamadı, `%s' kullanılacak" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "ham biçem %s dönüştürülmedi" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "%s html başvuru ayar dosyası açılamıyor: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "kayıp tür" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "bilinmeyen tür: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "%s html başvuru ayar dosyasını kapatmada hata: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "css dosyasında dizge kapatılmadı" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-include yorum içinde sonlandı" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "css dosyasında @import bitmedi" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "CSS dosyası %s bulunamadı" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "--include-file %s açılamadı: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "CSS dosyası %s'i kapatmada hata: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "`%s' için htmlxref.cnf girdisi bulunamadı" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "çerçeve dosyası %s'i kapatmada hata: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "TOC çerçeve dosyası %s'i kapatmada hata: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "evre %s öncelik %3$s'in kotarıcısı %s başarısız" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "başlık komutu ya da @top ile bir başlık belirlemelisiniz" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "yeniden yönlendirme düğüm dosyası %s'i kapatmada hata: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "`%s'nin önceki adı bu belgenin bir düğümüdür" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "yeniden adlandırılmış `%s' düğüm dosyası boş" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "hedef düğüm (`%s'nin yeni adı) belgede yok: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" --- 2148,2247 ---- msgstr "@image dosyası `%s' (HTML için) bulunamadı, `%s' kullanılacak" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "ham biçem %s dönüştürülmedi" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "%s html başvuru ayar dosyası açılamıyor: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "kayıp tür" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "bilinmeyen tür: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "%s html başvuru ayar dosyasını kapatmada hata: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "css dosyasında dizge kapatılmadı" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-include yorum içinde sonlandı" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "css dosyasında @import bitmedi" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "CSS dosyası %s bulunamadı" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "--include-file %s açılamadı: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "CSS dosyası %s'i kapatmada hata: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "`%s' için htmlxref.cnf girdisi bulunamadı" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "çerçeve dosyası %s'i kapatmada hata: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "TOC çerçeve dosyası %s'i kapatmada hata: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "evre %s öncelik %3$s'in kotarıcısı %s başarısız" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "başlık komutu ya da @top ile bir başlık belirlemelisiniz" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "yeniden yönlendirme düğüm dosyası %s'i kapatmada hata: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "`%s'nin önceki adı bu belgenin bir düğümüdür" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "yeniden adlandırılmış `%s' düğüm dosyası boş" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "hedef düğüm (`%s'nin yeni adı) belgede yok: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" *************** *** 2250,2258 **** "%s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "boş düğüm adı" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2250,2258 ---- "%s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "boş düğüm adı" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2292,2296 **** msgstr "@%s 'deki : içeren dizin girdisi geçersiz Info üretiyor: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2292,2296 ---- msgstr "@%s 'deki : içeren dizin girdisi geçersiz Info üretiyor: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2357,2525 **** msgstr "menü girdi adı `:' içermemeli" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "`%s' açılımından sonra boş düğüm adı" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s `%s' daha önce tanımlanmış" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "işte @%s olarak önceki tanım" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "@%s'de boş argüman" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "çok sayıda @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "hatalı ya da boş @%s resmi argümanı: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "@%s argümanı için hatalı sözdizimi: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s bir isim gerektirir" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "@%s için kötü isim" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s, @%s'in kapama küme parantezinden önce görüldü" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s, @%s'in kapama küme parantezinden önce görüldü" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s Kapanış parantezi eksik" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s kayıp kapanış sınır belirteci sıralı ögeleri: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx başlamamalı @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx, @item'dan sonra gelmeli" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s'in metni var fakat @item'ı yok" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' `%s' beklerdi, `%s' gördü" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s, @end'den önce görüldü %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "eşleşen `%cend %s' yok" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "yanlış yerleştirilmiş %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "eşleşmeyen `%c%s'" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "makro `%s' çok sayıda arg.la çağrıldı" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s kapanış parantezi eksik" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makro `%s' argümansız tanımlandı, argümanla kullanıldı" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "@%s açılımındaki \\ parametre adı ya da \\ yerine `%s'i izliyor" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "@%s için kayıp isim" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "@%s için kayıp kategori" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "@%s satırında beklenmedik argüman: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "boş çoklutablo" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "@%s'e fazladan argüman" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "@%s'ye hatalı argüman" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s bir argüman gerektirir: %c öğesi için biçimlendirici" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2357,2525 ---- msgstr "menü girdi adı `:' içermemeli" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "`%s' açılımından sonra boş düğüm adı" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s `%s' daha önce tanımlanmış" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "işte @%s olarak önceki tanım" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "@%s'de boş argüman" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "çok sayıda @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "hatalı ya da boş @%s resmi argümanı: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "@%s argümanı için hatalı sözdizimi: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s bir isim gerektirir" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "@%s için kötü isim" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s, @%s'in kapama küme parantezinden önce görüldü" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s, @%s'in kapama küme parantezinden önce görüldü" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s Kapanış parantezi eksik" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s kayıp kapanış sınır belirteci sıralı ögeleri: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx başlamamalı @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx, @item'dan sonra gelmeli" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s'in metni var fakat @item'ı yok" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' `%s' beklerdi, `%s' gördü" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s, @end'den önce görüldü %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "eşleşen `%cend %s' yok" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "yanlış yerleştirilmiş %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "eşleşmeyen `%c%s'" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "makro `%s' çok sayıda arg.la çağrıldı" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s kapanış parantezi eksik" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "makro `%s' argümansız tanımlandı, argümanla kullanıldı" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "@%s açılımındaki \\ parametre adı ya da \\ yerine `%s'i izliyor" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "@%s için kayıp isim" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "@%s için kayıp kategori" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "@%s satırında beklenmedik argüman: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "boş çoklutablo" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "@%s'e fazladan argüman" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "@%s'ye hatalı argüman" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s bir argüman gerektirir: %c öğesi için biçimlendirici" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2527,2590 **** "@%s komutu küme parantezi içinde argüman kabul etmiyor @%s satırında olmamalı" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "vurgu komutu `@%s'in @%s argümanı olmasına izin verilmiyor" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s kayıp argüman" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "bilinmeyen @end %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "@%s %s'e fazladan argüman: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "@%s'e hatalı argüman: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: %s açılamıyor: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "`%s' kodlaması kanonik bir texinfo kodlaması değil" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "tanınmayan kodlama adı `%s'" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "ilk unsurdan sonra @%s" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s yalnızca bir @multitable satırında anlamlıdır" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s @top ile ilintili olmamalı" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" --- 2527,2585 ---- "@%s komutu küme parantezi içinde argüman kabul etmiyor @%s satırında olmamalı" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "vurgu komutu `@%s'in @%s argümanı olmasına izin verilmiyor" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s kayıp argüman" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "bilinmeyen @end %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "@%s %s'e fazladan argüman: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "@%s'e hatalı argüman: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: %s açılamıyor: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "`%s' kodlaması kanonik bir texinfo kodlaması değil" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "tanınmayan kodlama adı `%s'" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "ilk unsurdan sonra @%s" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s yalnızca bir @multitable satırında anlamlıdır" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" *************** *** 2592,2635 **** "@node @%s'den önce geliyor, fakat parçaları düğümlerle ilişkili olmayabilir" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "`%s' de boş menü girdi adı" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "menü girdisinde boş düğüm adı" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s @%s'de görülmemeli" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s sadece bir satırın başında görünmelidir" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "makro `%s' daha önce tanımlanmış" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "işte `%s' nin önceki tanımı" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "Texinfo dil komutu yeniden tanımlanıyor: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "ilişkili karakteri olmayan @%s" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2587,2630 ---- "@node @%s'den önce geliyor, fakat parçaları düğümlerle ilişkili olmayabilir" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "`%s' de boş menü girdi adı" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "menü girdisinde boş düğüm adı" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s @%s'de görülmemeli" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s sadece bir satırın başında görünmelidir" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "makro `%s' daha önce tanımlanmış" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "işte `%s' nin önceki tanımı" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "Texinfo dil komutu yeniden tanımlanıyor: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "ilişkili karakteri olmayan @%s" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2637,2641 **** msgstr "sıfırla tanımlanmış @%s ya da birden çok argüman {} ile çağrılmalı" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2632,2636 ---- msgstr "sıfırla tanımlanmış @%s ya da birden çok argüman {} ile çağrılmalı" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2646,2650 **** "mevcut değer %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2641,2645 ---- "mevcut değer %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2652,2776 **** "%s makrosunun özyineli çağrısına izin verilmiyor; gerekirse @rmacro kullanın" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "`@%s' aksan komutundan sonra beyaz boşluk gelmemeli" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "@%s'e argüman olarak bir komut vermek için küme parantezleri kullanın" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s argüman olarak `i' ya da `j' gerektirir, `%s' değil" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "`@%s' aksan komutundan sonra yeni satır gelmemelidir" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s küme parantezi bekledi" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "tanımlanmamış bayrak: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "@value için bozuk sözdizimi" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s kullanımdan kalkmış." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s kullanımdan kalkmış; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s sadece bir satırın başında görünmelidir" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "`@%s' bloğu içinde @%s'e izin verilmez" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s yalnızca alt ya da üst kısımda görülmelidir" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "`@%s' bloğu içinde @%s anlamlı değil" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "boş @multitable'de @%s" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@item'den önce @tab" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "çok-tablolu ögede, çok fazla sütun (maks %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "çok-tablolunun dışındaki @tab yoksayılıyor" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "tablo ya da liste dışında @%s" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "`@%s' kullanmak için `@%s' den sonra ol(un)malıdır" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "`@titlepage' ve `@quotation' çevreleri dışında @%s anlamlı değil" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "ilk düğümden sonra @dircategory" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "%s bölgesi içinde %s bölgesine izin verilmez" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "ilk düğümden sonra @direntry" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu geçersiz bağlamda" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "ilk @node öncesinde @%s görüldü" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2647,2771 ---- "%s makrosunun özyineli çağrısına izin verilmiyor; gerekirse @rmacro kullanın" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "`@%s' aksan komutundan sonra beyaz boşluk gelmemeli" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "@%s'e argüman olarak bir komut vermek için küme parantezleri kullanın" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s argüman olarak `i' ya da `j' gerektirir, `%s' değil" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "`@%s' aksan komutundan sonra yeni satır gelmemelidir" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s küme parantezi bekledi" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "tanımlanmamış bayrak: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "@value için bozuk sözdizimi" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s kullanımdan kalkmış." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s kullanımdan kalkmış; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s sadece bir satırın başında görünmelidir" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "`@%s' bloğu içinde @%s'e izin verilmez" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s yalnızca alt ya da üst kısımda görülmelidir" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "`@%s' bloğu içinde @%s anlamlı değil" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "boş @multitable'de @%s" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@item'den önce @tab" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "çok-tablolu ögede, çok fazla sütun (maks %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "çok-tablolunun dışındaki @tab yoksayılıyor" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "tablo ya da liste dışında @%s" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "`@%s' kullanmak için `@%s' den sonra ol(un)malıdır" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "`@titlepage' ve `@quotation' çevreleri dışında @%s anlamlı değil" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "ilk düğümden sonra @dircategory" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "%s bölgesi içinde %s bölgesine izin verilmez" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "ilk düğümden sonra @direntry" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu geçersiz bağlamda" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "ilk @node öncesinde @%s görüldü" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2779,2865 **** "sarılmalıdır?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s yalnızca matematik bağlamında görünmelidir" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "bilinmeyen komut `%s'" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "beklenmedik @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "`@float' çevresi dışında @%s anlamlı değil" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s, `@float'ın hemen altında olmalıdır" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "çok sayıda @%s yok sayılıyor" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "@%s komutu argüman kabul etmez" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "@%s komutunda bir düğüm ya da harici manüel argüman eksik" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "@%s'de `%s' açılımından sonra boş çapraz başvuru adı" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "@%s'de `%s' açılımından sonra boş çapraz başvuru başlığı" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image eksik dosyaadı argümanı" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s'de eksik ilk argüman" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "@U için olan argümanda hex olmayan rakamlar: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "@U için olan argümanda dörtten az sayıda hex rakam: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "@U için olan argüman Unicode maksimumu olan 0x10FFF'yi aşıyor: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "düğüm için çok fazla argüman" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "@end beklenirdi %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" --- 2774,2860 ---- "sarılmalıdır?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s yalnızca matematik bağlamında görünmelidir" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "bilinmeyen komut `%s'" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "beklenmedik @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "`@float' çevresi dışında @%s anlamlı değil" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s, `@float'ın hemen altında olmalıdır" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "çok sayıda @%s yok sayılıyor" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "@%s komutu argüman kabul etmez" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "@%s komutunda bir düğüm ya da harici manüel argüman eksik" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "@%s'de `%s' açılımından sonra boş çapraz başvuru adı" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "@%s'de `%s' açılımından sonra boş çapraz başvuru başlığı" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image eksik dosyaadı argümanı" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s'de eksik ilk argüman" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "@U için olan argümanda hex olmayan rakamlar: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "@U için olan argümanda dörtten az sayıda hex rakam: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "@U için olan argüman Unicode maksimumu olan 0x10FFF'yi aşıyor: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "düğüm için çok fazla argüman" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "@end beklenirdi %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" *************** *** 2868,2997 **** "değil" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "@%s satırında kalan argüman: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "@%s'e argüman olarak çevre komutu %s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "boş @%s" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "sütun kesiri numara değil: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp arg sayısal olmalıdır `%s' değil" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "ayrılmış dizin adı %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "@%s'de bilinmeyen kaynak dizini: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "@%s'de bilinmeyen hedef dizini: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s, %s'in kendi içine kaynaşmasına yol açar, yok sayılıyor" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "@printindex içinde bilinmeyen indeks `%s'" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "`%s' içine birleştirilmiş bir diğer `%s' dizini yazdırılıyor" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "Belge başlangıcından önce printindex: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s arg `top' ya da `bottom' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Yalnızca @%s 10 ya da 11 destekleniyor, `%s' değil" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s arg `separate' ya da `end' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "'%s arg `on', `off' ya da `odd' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "@paragrafindent arg sayısal/'none'/`asis' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "@firstparagraphindent arg `none' ya da `insert' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent arg sayısal/`asis' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s açık ya da kapalı bekleniyordu, `%s' değil" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "@kbdinputstyle arg `code'/`example'/`distinct' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks arg `true' ya da `false' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "@urefbreakstyle arg `after'/`before'/`none' olmalıdır, `%s' değil" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "@%s'in çok düşük olan bölüm düzeyi yükseltiliyor" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "@%s'den önce kısım düzeyi komutu yok" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" --- 2863,2992 ---- "değil" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "@%s satırında kalan argüman: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "@%s'e argüman olarak çevre komutu %s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "boş @%s" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "sütun kesiri numara değil: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "@sp arg sayısal olmalıdır `%s' değil" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "ayrılmış dizin adı %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "@%s'de bilinmeyen kaynak dizini: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "@%s'de bilinmeyen hedef dizini: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s, %s'in kendi içine kaynaşmasına yol açar, yok sayılıyor" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "@printindex içinde bilinmeyen indeks `%s'" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "`%s' içine birleştirilmiş bir diğer `%s' dizini yazdırılıyor" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "Belge başlangıcından önce printindex: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "@%s arg `top' ya da `bottom' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Yalnızca @%s 10 ya da 11 destekleniyor, `%s' değil" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "@%s arg `separate' ya da `end' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "'%s arg `on', `off' ya da `odd' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "@paragrafindent arg sayısal/'none'/`asis' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "@firstparagraphindent arg `none' ya da `insert' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "@exampleindent arg sayısal/`asis' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s açık ya da kapalı bekleniyordu, `%s' değil" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "@kbdinputstyle arg `code'/`example'/`distinct' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "@allowcodebreaks arg `true' ya da `false' olmalıdır, `%s' değil" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "@urefbreakstyle arg `after'/`before'/`none' olmalıdır, `%s' değil" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "@%s'in çok düşük olan bölüm düzeyi yükseltiliyor" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "@%s'den önce kısım düzeyi komutu yok" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" *************** *** 2999,3053 **** "daha düşük düzeyde bir unsurdan sonra görülen @%s'in bölüm düzeyi düşürülüyor" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "@%s ile ilintili bir bölümleme komutu yok" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s boş değil" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "varolmayan düğüm `%s'e @%s referansı" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s girdi düğüm adı `%s', %s adından farklı `%s'" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "başvurulmamış düğüm `%s'" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "düğüm `%s' `%3$s' için bölümlemede %s fakat menüde değil" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "düğüm %s `%3$s' menüsündeki `%s' ve bölümlemedeki `%4$s' farklı" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "düğüm `%s' menüdeki `%s' için %s fakat bölümlemede değil" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "`%s' %s göstergesi (düğüm `%s' için) `%s' %s adından farklı" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "varolmayan düğüm `%s'e %s referansı" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 2994,3048 ---- "daha düşük düzeyde bir unsurdan sonra görülen @%s'in bölüm düzeyi düşürülüyor" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "@%s ile ilintili bir bölümleme komutu yok" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s boş değil" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "varolmayan düğüm `%s'e @%s referansı" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s girdi düğüm adı `%s', %s adından farklı `%s'" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "başvurulmamış düğüm `%s'" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "düğüm `%s' `%3$s' için bölümlemede %s fakat menüde değil" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "düğüm %s `%3$s' menüsündeki `%s' ve bölümlemedeki `%4$s' farklı" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "düğüm `%s' menüdeki `%s' için %s fakat bölümlemede değil" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "`%s' %s göstergesi (düğüm `%s' için) `%s' %s adından farklı" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "varolmayan düğüm `%s'e %s referansı" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3056,3070 **** "içeriyor" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "`%s' için, menü `%s' deki yukarı ve `%s' yukarısı eşleşmiyor" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "`%s'e @%s, `%s' %s adından farklı" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3051,3065 ---- "içeriyor" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "`%s' için, menü `%s' deki yukarı ve `%s' yukarısı eşleşmiyor" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "`%s'e @%s, `%s' %s adından farklı" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3233,3247 **** msgstr "init dosyası %s okunamıyor" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "tanınamayan TEXINFO_OUTPUT_FORMAT değeri `%s' yok sayılıyor.\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Kullanım: %s [SEÇENEK]... TEXINFO-DOSYASI...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3228,3242 ---- msgstr "init dosyası %s okunamıyor" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "tanınamayan TEXINFO_OUTPUT_FORMAT değeri `%s' yok sayılıyor.\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Kullanım: %s [SEÇENEK]... TEXINFO-DOSYASI...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3258,3262 **** "davranış, kurulum adından bağımsız olarak, özdeştir.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3253,3257 ---- "davranış, kurulum adından bağımsız olarak, özdeştir.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3294,3298 **** " --version sürüm bilgisini görüntüler ve çıkar.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3289,3293 ---- " --version sürüm bilgisini görüntüler ve çıkar.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3314,3318 **** "texi2dvi'ı çağırır.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3309,3313 ---- "texi2dvi'ı çağırır.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3366,3370 **** "adlandırır.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3361,3365 ---- "adlandırır.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3407,3411 **** "%d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3402,3406 ---- "%d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3433,3437 **** " öntanımlısı yalnızca bölünmüşse atanır.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3428,3432 ---- " öntanımlısı yalnızca bölünmüşse atanır.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3442,3446 **** "korunmuştur.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3437,3441 ---- "korunmuştur.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3450,3454 **** " --Xopt=OPT OPT'i texi2dvi'e aktar; yinelenebilir.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3445,3449 ---- " --Xopt=OPT OPT'i texi2dvi'e aktar; yinelenebilir.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3470,3474 **** " -U VAR \t\tVAR değişkeni tanımsız, @clear ile olduğu gibi.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3465,3469 ---- " -U VAR \t\tVAR değişkeni tanımsız, @clear ile olduğu gibi.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3506,3510 **** " Ayrıca --no-ifFORMAT seçenekleri için @ifnotFORMAT metnini işler.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3501,3505 ---- " Ayrıca --no-ifFORMAT seçenekleri için @ifnotFORMAT metnini işler.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3522,3526 **** " eğer XML oluşturuluyorsa, --ifxml açık, deiğerleri kapalıdır.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3517,3521 ---- " eğer XML oluşturuluyorsa, --ifxml açık, deiğerleri kapalıdır.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3552,3556 **** "dosyası yazar\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3547,3551 ---- "dosyası yazar\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3558,3562 **** "%s: --footnote-style arg. `separate' ya da `end' olmalıdır, `%s' değil.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3553,3557 ---- "%s: --footnote-style arg. `separate' ya da `end' olmalıdır, `%s' değil.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3564,3568 **** "%s: --paragraph-indent arg. sayısal/`none'/`asis' olmalıdır, `%s' değil.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3559,3563 ---- "%s: --paragraph-indent arg. sayısal/`none'/`asis' olmalıdır, `%s' değil.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3570,3612 **** "%s: %s oluşturulurken -o ile yalnızca bir girdi DOSYAsı belirtilebilir\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "yazdırılmış çıktı olmadan--Xopt seçeneği" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "bilinmeyen ağaç dönüşümü %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "%s biçemi için bölme yok sayılıyor" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: dosya argümanı eksik.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Daha fazla bilgi için `%s --help' yazın.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "fill_gaps_in_sectioning dönüşümü sonuç geri döndürmedi. Bölüm yok mu?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "%s makro genişletme dosyasını kapatmada hata: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s yazmak için açılamıyorı: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3565,3607 ---- "%s: %s oluşturulurken -o ile yalnızca bir girdi DOSYAsı belirtilebilir\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "yazdırılmış çıktı olmadan--Xopt seçeneği" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "bilinmeyen ağaç dönüşümü %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "%s biçemi için bölme yok sayılıyor" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: dosya argümanı eksik.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Daha fazla bilgi için `%s --help' yazın.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "fill_gaps_in_sectioning dönüşümü sonuç geri döndürmedi. Bölüm yok mu?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "%s makro genişletme dosyasını kapatmada hata: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s yazmak için açılamıyorı: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3616,3634 **** "yok mu?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: %s'i kapatmada hata: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: %s dahili bağlantı dosyasını kapatmada hata: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: %s yazmak için açılamıyorı: %s\n" #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" --- 3611,3632 ---- "yok mu?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: %s'i kapatmada hata: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: %s dahili bağlantı dosyasını kapatmada hata: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: %s yazmak için açılamıyorı: %s\n" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s @top ile ilintili olmamalı" + #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" Binary files texinfo-6.4/po/uk.gmo and texinfo-6.5/po/uk.gmo differ diff -Nrc2 texinfo-6.4/po/uk.po texinfo-6.5/po/uk.po *** texinfo-6.4/po/uk.po 2017-06-23 06:53:07.000000000 +0100 --- texinfo-6.5/po/uk.po 2017-08-19 19:55:16.000000000 +0100 *************** *** 10,14 **** "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-06-18 21:12+0300\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" --- 10,14 ---- "Project-Id-Version: texinfo 6.3.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-06-18 21:12+0300\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" *************** *** 394,433 **** msgstr "Меню вузла «%2$s» не містить пункту «%1$s»" ! #: info/info.c:415 info/info.c:1181 #, c-format msgid "Cannot find node '%s'" msgstr "Не вдалося знайти вузол «%s»" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "Не вказано назви програми" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "некоректний номер: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "помилкове форматування у виразі визначення змінної: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: немає такої змінної" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "значення %s є некоректним для змінної %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Спробуйте --help, щоб отримати більше інформації.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 394,433 ---- msgstr "Меню вузла «%2$s» не містить пункту «%1$s»" ! #: info/info.c:417 info/info.c:1183 #, c-format msgid "Cannot find node '%s'" msgstr "Не вдалося знайти вузол «%s»" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "Не вказано назви програми" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "некоректний номер: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "помилкове форматування у виразі визначення змінної: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: немає такої змінної" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "значення %s є некоректним для змінної %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Спробуйте --help, щоб отримати більше інформації.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 445,454 **** "Не надається НІЯКИХ ГАРАНТІЙ у рамках, передбачених законом.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "не знайдено пунктів покажчика для «%s»\n" ! #: info/info.c:1089 #, c-format msgid "" --- 445,454 ---- "Не надається НІЯКИХ ГАРАНТІЙ у рамках, передбачених законом.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "не знайдено пунктів покажчика для «%s»\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 461,465 **** "Перегляд документації у форматі Info.\n" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 461,465 ---- "Перегляд документації у форматі Info.\n" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 476,480 **** " -f, --file=ФАЙЛ вказати файл Info для перегляду" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 476,480 ---- " -f, --file=ФАЙЛ вказати файл Info для перегляду" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 490,503 **** " -o, --output=ФАЙЛ зберегти обрані вузли до ФАЙЛА" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" " -O, --show-options, --usage перейти до вузла параметрів командного рядка" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly зручний для синтезаторів мовлення вивід" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 490,503 ---- " -o, --output=ФАЙЛ зберегти обрані вузли до ФАЙЛА" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" " -O, --show-options, --usage перейти до вузла параметрів командного рядка" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly зручний для синтезаторів мовлення вивід" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 511,515 **** " -w, --where, --location вивести фізичне розташування файлу Info" ! #: info/info.c:1122 msgid "" "\n" --- 511,515 ---- " -w, --where, --location вивести фізичне розташування файлу Info" ! #: info/info.c:1124 msgid "" "\n" *************** *** 528,532 **** "меню, відносними щодо початкового вузла." ! #: info/info.c:1129 msgid "" "\n" --- 528,532 ---- "меню, відносними щодо початкового вузла." ! #: info/info.c:1131 msgid "" "\n" *************** *** 537,541 **** "усередині Info." ! #: info/info.c:1132 msgid "" "\n" --- 537,541 ---- "усередині Info." ! #: info/info.c:1134 msgid "" "\n" *************** *** 571,575 **** "каталозі" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 571,575 ---- "каталозі" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 581,645 **** "Домашня сторінка texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Не вдається знайти вузол «(%s)%s»" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Не вдається знайти вікно!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Пункт не перебуває у вузлі цього вікна!" ! #: info/info.c:1185 msgid "Cannot delete the last window" msgstr "Неможливо вилучити єдине вікно" ! #: info/info.c:1186 msgid "No menu in this node" msgstr "Цей вузол не має меню" ! #: info/info.c:1187 msgid "No footnotes in this node" msgstr "Цей вузол не має виносок" ! #: info/info.c:1188 msgid "No cross references in this node" msgstr "Цей вузол не містить перехресних посилань" ! #: info/info.c:1189 #, c-format msgid "No '%s' pointer for this node" msgstr "Немає вказівника «%s» для цього вузла" ! #: info/info.c:1190 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Невідома команда «%c»; спробуйте «?», щоб отримати довідку" ! #: info/info.c:1191 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Термінал «%s» недостатньо потужний для роботи Info" ! #: info/info.c:1192 msgid "You are already at the last page of this node" msgstr "Ви вже на останній сторінці цього вузла" ! #: info/info.c:1193 msgid "You are already at the first page of this node" msgstr "Ви вже на першій сторінці цього вузла" ! #: info/info.c:1194 msgid "Only one window" msgstr "Є лише одне вікно" ! #: info/info.c:1195 msgid "Resulting window would be too small" msgstr "Отримане вікно буде занадто малим" ! #: info/info.c:1196 msgid "Not enough room for a help window, please delete a window" msgstr "" --- 581,645 ---- "Домашня сторінка texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, c-format msgid "Cannot find node '(%s)%s'" msgstr "Не вдається знайти вузол «(%s)%s»" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Не вдається знайти вікно!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Пункт не перебуває у вузлі цього вікна!" ! #: info/info.c:1187 msgid "Cannot delete the last window" msgstr "Неможливо вилучити єдине вікно" ! #: info/info.c:1188 msgid "No menu in this node" msgstr "Цей вузол не має меню" ! #: info/info.c:1189 msgid "No footnotes in this node" msgstr "Цей вузол не має виносок" ! #: info/info.c:1190 msgid "No cross references in this node" msgstr "Цей вузол не містить перехресних посилань" ! #: info/info.c:1191 #, c-format msgid "No '%s' pointer for this node" msgstr "Немає вказівника «%s» для цього вузла" ! #: info/info.c:1192 #, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Невідома команда «%c»; спробуйте «?», щоб отримати довідку" ! #: info/info.c:1193 #, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Термінал «%s» недостатньо потужний для роботи Info" ! #: info/info.c:1194 msgid "You are already at the last page of this node" msgstr "Ви вже на останній сторінці цього вузла" ! #: info/info.c:1195 msgid "You are already at the first page of this node" msgstr "Ви вже на першій сторінці цього вузла" ! #: info/info.c:1196 msgid "Only one window" msgstr "Є лише одне вікно" ! #: info/info.c:1197 msgid "Resulting window would be too small" msgstr "Отримане вікно буде занадто малим" ! #: info/info.c:1198 msgid "Not enough room for a help window, please delete a window" msgstr "" *************** *** 1440,1625 **** msgstr "Під час пошуку використовуватимуться звичайні рядки" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "Пошук продовжено з кінця документа" ! #: info/session.c:4121 msgid "Search continued from the beginning of the document" msgstr "Пошук продовжено з початку документа" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Пошук підфайлу %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, c-format msgid "Search failed" msgstr "Помилка пошуку" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Пошук за формальним виразом" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Пошук" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " з врахуванням регістру" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " назад" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Рядок пошуку є надто коротким" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Повертаємося до останнього відповідника від %s" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "Це був останній результат" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "Шукати рядок у цьому вузлі і усіх підлеглих вузлах" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, c-format msgid "Search under %s: " msgstr "Пошук у %s: " ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Перейти до наступного відповідника у піддереві Info" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Немає активного пошуку" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Перейти до попереднього відповідника у піддереві Info" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Прочитати рядок та знайти його, враховуючи регістр" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Прочитати рядок та знайти його" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Прочитати рядок та знайти його у попередньому тексті" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Повторити попередній пошук у тому ж напрямі" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Нема попереднього рядку пошуку" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Повторити пошук у зворотньому напрямі" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Явно показані результати пошуку" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Шукати рядок інтерактивно, поки ви його набираєте" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "I-пошук назад за формальним виразом: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "I-пошук назад: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "I-пошук за формальним виразом: " ! #: info/session.c:4881 msgid "I-search: " msgstr "I-пошук: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Невдалий " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Скасувати поточну операцію" ! #: info/session.c:5281 msgid "Quit" msgstr "Завершено" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Показати версію запущеного екземпляра Info" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info версії %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Оновити зображення" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Вийти з Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Запустити команду, призначену цій клавіші у нижньому регістрі" ! #: info/session.c:5357 #, c-format msgid "Unknown command (%s)" msgstr "Невідома команда (%s)" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "невірна послідовність \"%s\"" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "«%s» є некоректним" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Додати цю цифру до поточного числового аргументу" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Ініціювати (чи помножити на 4) поточний числовий аргумент" --- 1440,1625 ---- msgstr "Під час пошуку використовуватимуться звичайні рядки" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "Пошук продовжено з кінця документа" ! #: info/session.c:4118 msgid "Search continued from the beginning of the document" msgstr "Пошук продовжено з початку документа" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Пошук підфайлу %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, c-format msgid "Search failed" msgstr "Помилка пошуку" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Пошук за формальним виразом" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Пошук" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " з врахуванням регістру" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " назад" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Рядок пошуку є надто коротким" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Повертаємося до останнього відповідника від %s" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "Це був останній результат" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "Шукати рядок у цьому вузлі і усіх підлеглих вузлах" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, c-format msgid "Search under %s: " msgstr "Пошук у %s: " ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Перейти до наступного відповідника у піддереві Info" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Немає активного пошуку" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Перейти до попереднього відповідника у піддереві Info" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Прочитати рядок та знайти його, враховуючи регістр" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Прочитати рядок та знайти його" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Прочитати рядок та знайти його у попередньому тексті" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Повторити попередній пошук у тому ж напрямі" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Нема попереднього рядку пошуку" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Повторити пошук у зворотньому напрямі" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Явно показані результати пошуку" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Шукати рядок інтерактивно, поки ви його набираєте" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "I-пошук назад за формальним виразом: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "I-пошук назад: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "I-пошук за формальним виразом: " ! #: info/session.c:4878 msgid "I-search: " msgstr "I-пошук: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Невдалий " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Скасувати поточну операцію" ! #: info/session.c:5278 msgid "Quit" msgstr "Завершено" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Показати версію запущеного екземпляра Info" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info версії %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Оновити зображення" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Вийти з Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Запустити команду, призначену цій клавіші у нижньому регістрі" ! #: info/session.c:5354 #, c-format msgid "Unknown command (%s)" msgstr "Невідома команда (%s)" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "невірна послідовність \"%s\"" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "«%s» є некоректним" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Додати цю цифру до поточного числового аргументу" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Ініціювати (чи помножити на 4) поточний числовий аргумент" *************** *** 2039,2047 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2039,2047 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2049,2061 **** msgstr "не вдалося відкрити %s для запису: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "рекурсію дозволено завжди" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "типово, аргументи подаються у лапках" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2049,2061 ---- msgstr "не вдалося відкрити %s для запису: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "рекурсію дозволено завжди" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "типово, аргументи подаються у лапках" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2063,2067 **** "пересуньте команду @contents, якщо після титульної сторінки має бути текст" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2063,2067 ---- "пересуньте команду @contents, якщо після титульної сторінки має бути текст" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2071,2118 **** "має бути текст" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s не є коректним кодом мови" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s не є коректним кодом регіону" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s не є коректною можливістю поділу" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "не вдалося прочитати %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "помилка під час закриття файла @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: не вдалося знайти %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "немає вузла для перейменування" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "вузли без нової назви наприкінці файла" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "не вдалося відкрити %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2071,2118 ---- "має бути текст" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s не є коректним кодом мови" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s не є коректним кодом регіону" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "%s не є коректною можливістю поділу" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "не вдалося прочитати %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "помилка під час закриття файла @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: не вдалося знайти %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "немає вузла для перейменування" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "вузли без нової назви наприкінці файла" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "не вдалося відкрити %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2130,2138 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2130,2138 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2154,2158 **** msgstr "не знайдено файл @image «%s», використовуємо «%s»" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "не вказано аргументу @U" --- 2154,2158 ---- msgstr "не знайдено файл @image «%s», використовуємо «%s»" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "не вказано аргументу @U" *************** *** 2163,2257 **** msgstr "не знайдено файл @image «%s» (для HTML), використовуємо «%s»" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "формат необроблених даних %s не перетворено" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "не вдалося відкрити файл налаштувань посилань html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "пропущено тип" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "нерозпізнаний тип: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "помилка під час закриття файла налаштувань посилань html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "незавершений рядок у файлі css" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "--css-include завершується коментарем" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "незавершений запис @import у файлі css" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "Файл CSS %s не знайдено" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "не вдалося відкрити --include-файл %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "помилка під час спроби закрити файл CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "не знайдено запису htmlxref.cnf для «%s»" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "помилка під час спроби закрити файл фрейма %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "помилка під час спроби закрити файл фрейма змісту %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "помилка обробника %s на етапі %s, пріоритетність %s" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "слід вказати заголовок за допомогою команди title або @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "помилка під час спроби закрити файл переспрямовування вузла %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "старою назвою для «%s» є вузол документа" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "файл перейменованого вузла «%s» є порожнім" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" --- 2163,2257 ---- msgstr "не знайдено файл @image «%s» (для HTML), використовуємо «%s»" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "формат необроблених даних %s не перетворено" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "не вдалося відкрити файл налаштувань посилань html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "пропущено тип" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "нерозпізнаний тип: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "помилка під час закриття файла налаштувань посилань html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "незавершений рядок у файлі css" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "--css-include завершується коментарем" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "незавершений запис @import у файлі css" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "Файл CSS %s не знайдено" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "не вдалося відкрити --include-файл %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "помилка під час спроби закрити файл CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "не знайдено запису htmlxref.cnf для «%s»" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "помилка під час спроби закрити файл фрейма %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "помилка під час спроби закрити файл фрейма змісту %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "помилка обробника %s на етапі %s, пріоритетність %s" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "слід вказати заголовок за допомогою команди title або @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "помилка під час спроби закрити файл переспрямовування вузла %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "старою назвою для «%s» є вузол документа" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "файл перейменованого вузла «%s» є порожнім" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" *************** *** 2259,2263 **** "вузол призначення (нова назва для «%s») перебуває за межами документа: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" --- 2259,2263 ---- "вузол призначення (нова назва для «%s») перебуває за межами документа: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" *************** *** 2266,2274 **** "%s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "порожня назва вузла" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2266,2274 ---- "%s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "порожня назва вузла" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2308,2312 **** msgstr "Запис покажчика у @%s з : призводить до некоректного Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2308,2312 ---- msgstr "Запис покажчика у @%s з : призводить до некоректного Info: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2373,2496 **** msgstr "у назві пункту меню не повинно бути «:»" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "порожня назва вузла після розгортання «%s»" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s «%s» визначено раніше" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "попереднє визначення як @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "порожній аргумент у @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "декілька @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "помилковий або порожній формальний аргумент @%s: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "помилковий синтаксис аргументу @%s: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s вимагає вказати назву" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "помилкова назва @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s розташовано до кінцевої дужки @%s" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s розташовано до кінцевої дужки @%s" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s не має завершальної фігурної дужки" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "у @%s не вистачає кінцевої послідовності-роздільника: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx не може починатися з @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx слід використовувати після @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s містить текст без @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' очікує `%s', натомість отримано `%s'" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s розташовано до @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "не знайдено відповідного `%cend %s'" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "неправильно розташоване %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "«%c%s» без відповідника" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "макровизначення «%s» викликано з надмірною кількістю аргументів" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s не має завершальної фігурної дужки" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" --- 2373,2496 ---- msgstr "у назві пункту меню не повинно бути «:»" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "порожня назва вузла після розгортання «%s»" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s «%s» визначено раніше" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "попереднє визначення як @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "порожній аргумент у @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "декілька @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "помилковий або порожній формальний аргумент @%s: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "помилковий синтаксис аргументу @%s: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s вимагає вказати назву" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "помилкова назва @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s розташовано до кінцевої дужки @%s" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s розташовано до кінцевої дужки @%s" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s не має завершальної фігурної дужки" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "у @%s не вистачає кінцевої послідовності-роздільника: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx не може починатися з @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx слід використовувати після @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s містить текст без @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "`@end' очікує `%s', натомість отримано `%s'" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s розташовано до @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "не знайдено відповідного `%cend %s'" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "неправильно розташоване %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "«%c%s» без відповідника" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "макровизначення «%s» викликано з надмірною кількістю аргументів" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s не має завершальної фігурної дужки" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" *************** *** 2498,2542 **** "макровизначення «%s» оголошено без аргументу, з яким його слід викликати" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "за \\ у розгортанні @%s слідує «%s» замість назви параметра або \\" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "не вистачає назви @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "не вистачає категорії для @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "неочікуваний аргумент у рядку @%s: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "порожнє середовище multitable" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "зайвий аргумент @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "помилковий аргумент до @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s потребує аргументу: форматер для %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2498,2542 ---- "макровизначення «%s» оголошено без аргументу, з яким його слід викликати" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "за \\ у розгортанні @%s слідує «%s» замість назви параметра або \\" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "не вистачає назви @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "не вистачає категорії для @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "неочікуваний аргумент у рядку @%s: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "порожнє середовище multitable" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "зайвий аргумент @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "помилковий аргумент до @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s потребує аргументу: форматер для %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2545,2652 **** "рядку @%s" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "команду акцентування, «@%s», не можна використовувати у аргументі @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "не вистачає аргументу @%s" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "невідома команда @end %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "зайвий аргумент @%s, %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "помилковий аргумент @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: не вдалося відкрити %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "кодування «%s» не є канонічним кодуванням texinfo" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "невідома назва кодування `%s'" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s після першого елемента" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s має сенс лише у рядку @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s не повинно бути пов’язано з @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node передує @%s, але частини не можна пов’язувати з вузлами" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "порожня назва пункту меню у «%s»" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "порожня назва вузла у пункті меню" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s не повинно бути у @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s не повинно бути на початку рядка" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "макровизначення `%s' вже було визначене" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "попереднє визначення `%s' тут" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "перевизначення команди мови Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s без пов’язаного символу" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2545,2647 ---- "рядку @%s" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "команду акцентування, «@%s», не можна використовувати у аргументі @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "не вистачає аргументу @%s" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "невідома команда @end %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "зайвий аргумент @%s, %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "помилковий аргумент @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: не вдалося відкрити %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "кодування «%s» не є канонічним кодуванням texinfo" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "невідома назва кодування `%s'" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s після першого елемента" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s має сенс лише у рядку @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "@node передує @%s, але частини не можна пов’язувати з вузлами" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "порожня назва пункту меню у «%s»" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "порожня назва вузла у пункті меню" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s не повинно бути у @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s не повинно бути на початку рядка" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "макровизначення `%s' вже було визначене" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "попереднє визначення `%s' тут" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "перевизначення команди мови Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s без пов’язаного символу" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2656,2660 **** "викликати з дужками, {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2651,2655 ---- "викликати з дужками, {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2665,2669 **** "MAX_NESTED_MACROS; поточне значення — %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" --- 2660,2664 ---- "MAX_NESTED_MACROS; поточне значення — %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" *************** *** 2672,2796 **** "скористайтеся @rmacro" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "після команди акцентування «@%s» має бути символ пробілу" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "використовуйте дужки, щоб передати команду як аргумент до @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s потрібен аргумент «i» або «j», але не «%s»" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "після команди акцентування «@%s» має бути символ розриву рядка" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s потрібні дужки" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "невідомий прапорець: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "помилковий синтаксис для @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s є застарілим." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s є застарілим; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s не повинно бути на початку рядка" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s не можна використовувати всередині блоку «@%s»" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s має бути розташовано лише у верхньому або нижньому колонтитулі" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s не має сенсу усередині блоку `%s'" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s у порожньому multitable" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab перед @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "занадто багато стовпчиків у об’єкті multitable (максимум %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "пропускається @tab зовні multitable" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s поза межами таблиці або списку" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "має бути розташовано після «@%s», щоб можна було користуватися «@%s»" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s не має сенсу ззовні оточень `@titlepage' та `@quotation'" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory після першого вузла" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "не можна використовувати регіон %s всередині регіону %s" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry після першого вузла" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu у некоректному контексті" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s розташовано перед першим @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2667,2791 ---- "скористайтеся @rmacro" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "після команди акцентування «@%s» має бути символ пробілу" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "використовуйте дужки, щоб передати команду як аргумент до @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s потрібен аргумент «i» або «j», але не «%s»" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "після команди акцентування «@%s» має бути символ розриву рядка" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s потрібні дужки" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "невідомий прапорець: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "помилковий синтаксис для @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s є застарілим." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s є застарілим; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s не повинно бути на початку рядка" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s не можна використовувати всередині блоку «@%s»" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s має бути розташовано лише у верхньому або нижньому колонтитулі" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s не має сенсу усередині блоку `%s'" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s у порожньому multitable" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab перед @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "занадто багато стовпчиків у об’єкті multitable (максимум %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "пропускається @tab зовні multitable" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s поза межами таблиці або списку" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "має бути розташовано після «@%s», щоб можна було користуватися «@%s»" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s не має сенсу ззовні оточень `@titlepage' та `@quotation'" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory після першого вузла" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "не можна використовувати регіон %s всередині регіону %s" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry після першого вузла" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu у некоректному контексті" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s розташовано перед першим @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2798,2841 **** "мабуть, ваш вузол @top повинен бути обгорнутий у @ifnottex замість @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s має використовуватися лише у контексті формул" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "невідома команда «%s»" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "неочікуване @" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s не має сенсу ззовні середовища «@float»" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s має бути розташовано одразу під «@float»" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "ігноруємо зайві @%s" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "команді @%s не передаються аргументи" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "у команді @%s не вистачає аргументу вузла або зовнішнього підручника" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" --- 2793,2836 ---- "мабуть, ваш вузол @top повинен бути обгорнутий у @ifnottex замість @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s має використовуватися лише у контексті формул" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "невідома команда «%s»" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "неочікуване @" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s не має сенсу ззовні середовища «@float»" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s має бути розташовано одразу під «@float»" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "ігноруємо зайві @%s" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "команді @%s не передаються аргументи" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "у команді @%s не вистачає аргументу вузла або зовнішнього підручника" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" *************** *** 2843,2847 **** "у @%s виявлено порожню назву перехресного посилання після розгортання «%s»" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" --- 2838,2842 ---- "у @%s виявлено порожню назву перехресного посилання після розгортання «%s»" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" *************** *** 2850,2873 **** "«%s»" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "не вказано аргумент назви файлу для @image" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "у @%s не вистачає першого аргументу" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "нешістнадцяткові цифри у аргументі @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "менше за 4 шістнадцяткові цифри у аргументі @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" --- 2845,2868 ---- "«%s»" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "не вказано аргумент назви файлу для @image" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "у @%s не вистачає першого аргументу" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "нешістнадцяткові цифри у аргументі @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "менше за 4 шістнадцяткові цифри у аргументі @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" *************** *** 2876,2974 **** "%s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "зайві аргументи для вузла" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "мало бути @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s приймає як аргумент лише @-команди, але не «%s»" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "залишковий аргумент у рядку @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "команда середовища %s як аргумент @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "порожній запис @%s" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "частка стовпчика не є числом: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "аргументом @sp має бути число, а не «%s»" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "зарезервована назва індексу %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "невідомий індекс джерела у @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "невідомий індекс призначення у @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s призведе до об’єднання %s з самим собою, ігноруємо" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "невідомий індекс «%s» у @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "друкуємо покажчик «%s» об’єднаний з іншим, «%s»" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex до початку документа: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "аргументом @%s має бути «top» або «bottom», але не «%s»" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Підтримуються лише @%s 10 чи 11, а не `%s'" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "аргументом @%s має бути «separate» або «end», але не «%s»" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "аргументом @%s має бути «on», «off» або «odd», але не «%s»" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2871,2969 ---- "%s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "зайві аргументи для вузла" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "мало бути @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s приймає як аргумент лише @-команди, але не «%s»" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "залишковий аргумент у рядку @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "команда середовища %s як аргумент @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "порожній запис @%s" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "частка стовпчика не є числом: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "аргументом @sp має бути число, а не «%s»" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "зарезервована назва індексу %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "невідомий індекс джерела у @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "невідомий індекс призначення у @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "@%s призведе до об’єднання %s з самим собою, ігноруємо" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "невідомий індекс «%s» у @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "друкуємо покажчик «%s» об’єднаний з іншим, «%s»" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "printindex до початку документа: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "аргументом @%s має бути «top» або «bottom», але не «%s»" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Підтримуються лише @%s 10 чи 11, а не `%s'" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "аргументом @%s має бути «separate» або «end», але не «%s»" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "аргументом @%s має бути «on», «off» або «odd», але не «%s»" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2976,2980 **** "аргументом @paragraphindent має бути число, «none» або «asis», але не «%s»" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2971,2975 ---- "аргументом @paragraphindent має бути число, «none» або «asis», але не «%s»" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 2982,2996 **** "аргументом @firstparagraphindent має бути «none» або «insert», але не «%s»" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "аргументом @exampleindent має бути число або «asis», але не «%s»" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s мало бути on або off, але не «%s»" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 2977,2991 ---- "аргументом @firstparagraphindent має бути «none» або «insert», але не «%s»" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "аргументом @exampleindent має бути число або «asis», але не «%s»" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "@%s мало бути on або off, але не «%s»" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 2998,3007 **** "аргументом @kbdinputstyle має бути «code»/«example»/«distinct», але не «%s»" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "аргументом @allowcodebreaks має бути «true» або «false», але не «%s»" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 2993,3002 ---- "аргументом @kbdinputstyle має бути «code»/«example»/«distinct», але не «%s»" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "аргументом @allowcodebreaks має бути «true» або «false», але не «%s»" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3009,3058 **** "аргументом @urefbreakstyle має бути «after»/«before»/«none», але не «%s»" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "піднімаємо рівень розділу @%s; зараз рівень є надто низьким" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "немає команди рівня глави перед @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "знижуємо рівень розділу @%s, який вкладено у розділ нижчого рівня" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "з @%s не пов’язано жодної команди структурування розділів" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s не є порожнім" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s посилається на відсутній вузол «%s»" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "назва вузла запису @%s, «%s», відрізняється від назви %s, «%s»" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "вузол, на який нема посилань `%s'" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "вузол «%s» є вузлом %s для «%s» у структурі розділів, але не у меню" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" --- 3004,3053 ---- "аргументом @urefbreakstyle має бути «after»/«before»/«none», але не «%s»" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "піднімаємо рівень розділу @%s; зараз рівень є надто низьким" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "немає команди рівня глави перед @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "знижуємо рівень розділу @%s, який вкладено у розділ нижчого рівня" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "з @%s не пов’язано жодної команди структурування розділів" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s не є порожнім" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s посилається на відсутній вузол «%s»" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "назва вузла запису @%s, «%s», відрізняється від назви %s, «%s»" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "вузол, на який нема посилань `%s'" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "вузол «%s» є вузлом %s для «%s» у структурі розділів, але не у меню" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" *************** *** 3061,3095 **** "розділів «%s»" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "вузол «%s» є вузлом %s для «%s» у меню, але не у структурі розділів" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "вказівник %s, «%s», (для вузла «%s») відрізняється від назви %s, «%s»" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s посилається на відсутній «%s»" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "вузол `%s' не має пункту меню для `%s', хоча й є його горішнім вузлом" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "для «%s», вгору меню «%s» і вгору «%s» відрізняються один від одного" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s до «%s», відрізняється від назви %s, «%s»" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3056,3090 ---- "розділів «%s»" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "вузол «%s» є вузлом %s для «%s» у меню, але не у структурі розділів" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "вказівник %s, «%s», (для вузла «%s») відрізняється від назви %s, «%s»" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s посилається на відсутній «%s»" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "вузол `%s' не має пункту меню для `%s', хоча й є його горішнім вузлом" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "для «%s», вгору меню «%s» і вгору «%s» відрізняються один від одного" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s до «%s», відрізняється від назви %s, «%s»" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3260,3274 **** msgstr "не вдалося прочитати файл ініціалізації %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "пропускаємо невідоме значення TEXINFO_OUTPUT_FORMAT «%s».\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Usage: %s [ПАРАМЕТР]... ФАЙЛ-TEXINFO...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3255,3269 ---- msgstr "не вдалося прочитати файл ініціалізації %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "пропускаємо невідоме значення TEXINFO_OUTPUT_FORMAT «%s».\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Usage: %s [ПАРАМЕТР]... ФАЙЛ-TEXINFO...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3286,3290 **** "поведінка цих компонентів є однаковою і не залежить від назви програми.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3281,3285 ---- "поведінка цих компонентів є однаковою і не залежить від назви програми.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3323,3327 **** " --version показати інформацію про версію й вийти.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3318,3322 ---- " --version показати інформацію про версію й вийти.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3343,3347 **** "TEXINFO.\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3338,3342 ---- "TEXINFO.\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3398,3402 **** "файла-результату.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3393,3397 ---- "файла-результату.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3438,3442 **** "перевищує ЧИСЛО (типово %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3433,3437 ---- "перевищує ЧИСЛО (типово %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3466,3470 **** "документів.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3461,3465 ---- "документів.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3475,3479 **** "сумісності.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3470,3474 ---- "сумісності.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3484,3488 **** "використовувати декілька разів.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3479,3483 ---- "використовувати декілька разів.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3507,3511 **** "@clear.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3502,3506 ---- "@clear.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3544,3548 **** " Параметри --no-ifФОРМАТ також вмикають обробку тексту у @ifnotФОРМАТ.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3539,3543 ---- " Параметри --no-ifФОРМАТ також вмикають обробку тексту у @ifnotФОРМАТ.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3560,3564 **** " якщо створюємо XML - --ifxml ввімкнено, а інші вимкнено.\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3555,3559 ---- " якщо створюємо XML - --ifxml ввімкнено, а інші вимкнено.\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3595,3599 **** "буде великим)\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3590,3594 ---- "буде великим)\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3601,3605 **** "%s: аргумент до --footnote-style має бути `separate' чи `end', а не `%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3596,3600 ---- "%s: аргумент до --footnote-style має бути `separate' чи `end', а не `%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3608,3612 **** "%s'.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3603,3607 ---- "%s'.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3615,3643 **** "даних\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "використано параметр --Xopt без визначення друкованого виведення" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "невідоме перетворення ієрархії %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "ігноруємо поділ для формату %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: не вказано аргумент назви файлу.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Спробуйте `%s --help', щоб отримати більше інформації.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" --- 3610,3638 ---- "даних\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "використано параметр --Xopt без визначення друкованого виведення" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "невідоме перетворення ієрархії %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "ігноруємо поділ для формату %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: не вказано аргумент назви файлу.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Спробуйте `%s --help', щоб отримати більше інформації.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" *************** *** 3645,3649 **** "розділу?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" --- 3640,3644 ---- "розділу?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" *************** *** 3651,3660 **** "помилка під час спроби закрити файл розгортання макровизначень %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "не вдалося відкрити %s для запису: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3646,3655 ---- "помилка під час спроби закрити файл розгортання макровизначень %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "не вдалося відкрити %s для запису: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3664,3682 **** "результатів. Немає розділу?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: помилка під час спроби закрити %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: помилка під час спроби закрити файл внутрішніх посилань %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: не вдалося відкрити %s для запису даних: %s\n" #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" --- 3659,3680 ---- "результатів. Немає розділу?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: помилка під час спроби закрити %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: помилка під час спроби закрити файл внутрішніх посилань %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" msgstr "%s: не вдалося відкрити %s для запису даних: %s\n" + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s не повинно бути пов’язано з @top" + #~ msgid "" #~ " -R, --raw-escapes output \"raw\" ANSI escapes (default).\n" Binary files texinfo-6.4/po/vi.gmo and texinfo-6.5/po/vi.gmo differ diff -Nrc2 texinfo-6.4/po/vi.po texinfo-6.5/po/vi.po *** texinfo-6.4/po/vi.po 2017-06-23 06:53:07.000000000 +0100 --- texinfo-6.5/po/vi.po 2017-08-19 19:55:16.000000000 +0100 *************** *** 10,14 **** "Project-Id-Version: texinfo 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-04-24 06:41+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" --- 10,14 ---- "Project-Id-Version: texinfo 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2017-04-24 06:41+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" *************** *** 395,434 **** msgstr "Không có mục trình đơn “%s” trong nút “%s”." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Không thể tìm thấy nút thông tin “%s”." ! #: info/info.c:437 #, fuzzy, c-format msgid "No program name given" msgstr "Chưa đưa ra tên chương trình." ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "con số không hợp lệ: %s\n" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "gán biến sai dạng: %s" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: không có biến như thế" ! #: info/info.c:828 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "giá trị %s là không hợp lệ với biến %s" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "Hãy thử lệnh trợ giúp “--help” để xem thông tin thêm.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 395,434 ---- msgstr "Không có mục trình đơn “%s” trong nút “%s”." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "Không thể tìm thấy nút thông tin “%s”." ! #: info/info.c:439 #, fuzzy, c-format msgid "No program name given" msgstr "Chưa đưa ra tên chương trình." ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "con số không hợp lệ: %s\n" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "gán biến sai dạng: %s" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "%s: không có biến như thế" ! #: info/info.c:830 info/infokey.c:542 #, c-format msgid "value %s is not valid for variable %s" msgstr "giá trị %s là không hợp lệ với biến %s" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "Hãy thử lệnh trợ giúp “--help” để xem thông tin thêm.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 445,454 **** "KHÔNG CÓ BẢO HÀNH GÌ CẢ, với điều kiện được pháp luật cho phép.\n" ! #: info/info.c:1035 #, c-format msgid "no index entries found for '%s'\n" msgstr "không tìm thấy chỉ mục cho “%s”\n" ! #: info/info.c:1089 #, c-format msgid "" --- 445,454 ---- "KHÔNG CÓ BẢO HÀNH GÌ CẢ, với điều kiện được pháp luật cho phép.\n" ! #: info/info.c:1037 #, c-format msgid "no index entries found for '%s'\n" msgstr "không tìm thấy chỉ mục cho “%s”\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 461,465 **** "Đọc tài liệu hướng dẫn theo định dạng Info.\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 461,465 ---- "Đọc tài liệu hướng dẫn theo định dạng Info.\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 477,481 **** " -f, --file=TẬP_TIN chỉ định phần hướng dẫn Info muốn xem." ! #: info/info.c:1102 #, fuzzy msgid "" --- 477,481 ---- " -f, --file=TẬP_TIN chỉ định phần hướng dẫn Info muốn xem." ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 491,499 **** " -o, --output=TẬP_TIN xuất các nút đã chọn vào tập tin này." ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" --- 491,499 ---- " -o, --output=TẬP_TIN xuất các nút đã chọn vào tập tin này." ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" *************** *** 501,505 **** " -b, --speech-friendly thân thiện với thiết bị tổng hợp tiếng nói." ! #: info/info.c:1116 #, fuzzy msgid "" --- 501,505 ---- " -b, --speech-friendly thân thiện với thiết bị tổng hợp tiếng nói." ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 518,522 **** " -x, --debug=SỐ đặt mức gỡ lỗi (-1 là tất cả).\n" ! #: info/info.c:1122 msgid "" "\n" --- 518,522 ---- " -x, --debug=SỐ đặt mức gỡ lỗi (-1 là tất cả).\n" ! #: info/info.c:1124 msgid "" "\n" *************** *** 535,539 **** "tương đối với nút đầu tiên được thăm." ! #: info/info.c:1129 msgid "" "\n" --- 535,539 ---- "tương đối với nút đầu tiên được thăm." ! #: info/info.c:1131 msgid "" "\n" *************** *** 543,547 **** "Để xem bản tóm tắt các tổ hợp phím, hãy gõ “H” bên trong Info." ! #: info/info.c:1132 #, fuzzy msgid "" --- 543,547 ---- "Để xem bản tóm tắt các tổ hợp phím, hãy gõ “H” bên trong Info." ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 576,580 **** "thư mục" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 576,580 ---- "thư mục" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 587,659 **** "Trang chủ texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Không thể tìm thấy nút thông tin “(%s)%s”." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "Không tìm thấy cửa sổ!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Điểm không xuất hiện bên trong cái nút thông tin của cửa sổ này." ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "Không thể xóa cửa sổ cuối cùng." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "Không có trình đơn trong nút thông tin này." ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "Không có cước chú trong nút thông tin này." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "Không có tham chiếu chéo trong nút thông tin này." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Không có con trỏ “%s” cho nút này." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Không nhận ra lệnh Info “%c”; hãy thử lệnh “?” để xem trợ giúp." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Thiết bị cuối kiểu “%s” không đủ khéo để chạy Info." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "Bạn ở trang cuối cùng của nút thông tin này." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "Bạn ở trang đầu tiên của nút thông tin này." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "Chỉ một cửa sổ." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "Cửa sổ kết quả quá nhỏ." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 587,659 ---- "Trang chủ texinfo: http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "Không thể tìm thấy nút thông tin “(%s)%s”." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "Không tìm thấy cửa sổ!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Điểm không xuất hiện bên trong cái nút thông tin của cửa sổ này." ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "Không thể xóa cửa sổ cuối cùng." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "Không có trình đơn trong nút thông tin này." ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "Không có cước chú trong nút thông tin này." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "Không có tham chiếu chéo trong nút thông tin này." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "Không có con trỏ “%s” cho nút này." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "Không nhận ra lệnh Info “%c”; hãy thử lệnh “?” để xem trợ giúp." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "Thiết bị cuối kiểu “%s” không đủ khéo để chạy Info." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "Bạn ở trang cuối cùng của nút thông tin này." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "Bạn ở trang đầu tiên của nút thông tin này." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "Chỉ một cửa sổ." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "Cửa sổ kết quả quá nhỏ." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1450,1514 **** msgstr "Dùng chuỗi nghĩa chữ khi tìm kiếm." ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "Tiến trình tìm kiếm đã tiếp tục từ cuối của tài liệu." ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Tiến trình tìm kiếm đã tiếp tục từ đầu của tài liệu." ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "Đang tìm kiếm tập tin phụ %s…" ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "Gặp lỗi khi tìm kiếm." ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "Tìm kiếm dùng biểu thức chính quy" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "Tìm kiếm" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr " phân biết chữ hoa/thường " ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr " ngược" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "Chuỗi tìm kiếm quá ngắn" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "Trở lại đến chỗ khớp cuối từ %s" ! #: info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "No more matches" msgstr "Không tìm thấy thêm nữa." ! #: info/session.c:4577 #, fuzzy msgid "Search this node and subnodes for a string" --- 1450,1514 ---- msgstr "Dùng chuỗi nghĩa chữ khi tìm kiếm." ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "Tiến trình tìm kiếm đã tiếp tục từ cuối của tài liệu." ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Tiến trình tìm kiếm đã tiếp tục từ đầu của tài liệu." ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "Đang tìm kiếm tập tin phụ %s…" ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "Gặp lỗi khi tìm kiếm." ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "Tìm kiếm dùng biểu thức chính quy" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "Tìm kiếm" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr " phân biết chữ hoa/thường " ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr " ngược" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "%s%s%s: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "Chuỗi tìm kiếm quá ngắn" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "Trở lại đến chỗ khớp cuối từ %s" ! #: info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "No more matches" msgstr "Không tìm thấy thêm nữa." ! #: info/session.c:4574 #, fuzzy msgid "Search this node and subnodes for a string" *************** *** 1516,1638 **** #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "Đang tìm kiếm tập tin phụ %s…" ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "Đi đến chỗ khớp kế tiếp trong cây-con Info" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "Không có tìm kiếm nào hiện đang hoạt động" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "Đi đến chỗ khớp kế trước trong cây-con Info" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Đọc chuỗi và tìm kiếm nó, có phân biệt HOA/thường" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Đọc chuỗi và tìm kiếm nó" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Đọc chuỗi và tìm kiếm theo hướng ngược" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "Làm lại việc tìm kiếm cuối với cùng hướng" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Không có chuỗi tìm kiếm trước" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "Làm lại việc tìm kiếm cuối, về ngược phía hướng" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "Xóa trình bày khớp mẫu" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Tìm kiếm tương tác chuỗi đang gõ" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "Tìm kiếm ngược I dùng biểu thức chính quy: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "Tìm kiếm ngược I: " ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "Tìm kiếm I dùng biểu thức chính quy: " ! #: info/session.c:4881 msgid "I-search: " msgstr "Tìm kiếm I: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "Đang thất bại " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "Hủy thao tác đang chạy" ! #: info/session.c:5281 msgid "Quit" msgstr "Thoát" ! #: info/session.c:5286 msgid "Display version of Info being run" msgstr "Hiển thị thông tin phiên bản của Info đang chạy" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "GNU Info phiên bản %s" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "Vẽ lại màn hình" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "Thoát khỏi Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "Chạy lệnh đã đóng kết đến biến thế chữ thường của phím này" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Lệnh lạ (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "“%s” không hợp lệ" ! #: info/session.c:5361 #, c-format msgid "'%s' is invalid" msgstr "“%s” không hợp lệ" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "Thêm chữ số này vào đối số thuộc số hiện tại" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Bắt đầu (hoặc nhân với 4) đối số thuộc số hiện tại)" --- 1516,1638 ---- #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "Đang tìm kiếm tập tin phụ %s…" ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "Đi đến chỗ khớp kế tiếp trong cây-con Info" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "Không có tìm kiếm nào hiện đang hoạt động" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "Đi đến chỗ khớp kế trước trong cây-con Info" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Đọc chuỗi và tìm kiếm nó, có phân biệt HOA/thường" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Đọc chuỗi và tìm kiếm nó" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Đọc chuỗi và tìm kiếm theo hướng ngược" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "Làm lại việc tìm kiếm cuối với cùng hướng" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Không có chuỗi tìm kiếm trước" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "Làm lại việc tìm kiếm cuối, về ngược phía hướng" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "Xóa trình bày khớp mẫu" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Tìm kiếm tương tác chuỗi đang gõ" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "Tìm kiếm ngược I dùng biểu thức chính quy: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "Tìm kiếm ngược I: " ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "Tìm kiếm I dùng biểu thức chính quy: " ! #: info/session.c:4878 msgid "I-search: " msgstr "Tìm kiếm I: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "Đang thất bại " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "Hủy thao tác đang chạy" ! #: info/session.c:5278 msgid "Quit" msgstr "Thoát" ! #: info/session.c:5283 msgid "Display version of Info being run" msgstr "Hiển thị thông tin phiên bản của Info đang chạy" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "GNU Info phiên bản %s" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "Vẽ lại màn hình" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "Thoát khỏi Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "Chạy lệnh đã đóng kết đến biến thế chữ thường của phím này" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "Lệnh lạ (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "“%s” không hợp lệ" ! #: info/session.c:5358 #, c-format msgid "'%s' is invalid" msgstr "“%s” không hợp lệ" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "Thêm chữ số này vào đối số thuộc số hiện tại" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "Bắt đầu (hoặc nhân với 4) đối số thuộc số hiện tại)" *************** *** 2052,2060 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 2052,2060 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 2062,2074 **** msgstr "không thể mở “%s” để ghi: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "luôn cho phép đệ qui" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "các đối số được trích dẫn theo mặc định" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" --- 2062,2074 ---- msgstr "không thể mở “%s” để ghi: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "luôn cho phép đệ qui" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "các đối số được trích dẫn theo mặc định" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" *************** *** 2076,2080 **** "di chuyển lệnh @contents của bạn nếu bạn muốn các nội dung sau trang tiêu đề" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2076,2080 ---- "di chuyển lệnh @contents của bạn nếu bạn muốn các nội dung sau trang tiêu đề" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2084,2131 **** "sau trang tiêu đề" ! #: tp/Texinfo/Common.pm:1095 #, perl-format msgid "%s is not a valid language code" msgstr "%s không phải mã ngôn ngữ hợp lệ" ! #: tp/Texinfo/Common.pm:1100 #, perl-format msgid "%s is not a valid region code" msgstr "%s không phải mã vùng hợp lệ" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "“%s” không phải là khả năng chia tách (split) hợp lệ" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "không thể đọc %s: %s" ! #: tp/Texinfo/Common.pm:1160 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "gặp lỗi khi đóng tập tin @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: không tìm thấy %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "không có nút nào được đổi tên" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "các nút không có tên mới tại cuối tập tin" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "không thể mở %s: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2084,2131 ---- "sau trang tiêu đề" ! #: tp/Texinfo/Common.pm:1096 #, perl-format msgid "%s is not a valid language code" msgstr "%s không phải mã ngôn ngữ hợp lệ" ! #: tp/Texinfo/Common.pm:1101 #, perl-format msgid "%s is not a valid region code" msgstr "%s không phải mã vùng hợp lệ" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "“%s” không phải là khả năng chia tách (split) hợp lệ" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "không thể đọc %s: %s" ! #: tp/Texinfo/Common.pm:1162 #, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "gặp lỗi khi đóng tập tin @verbatiminclude %s: %s" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "@%s: không tìm thấy %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "không có nút nào được đổi tên" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "các nút không có tên mới tại cuối tập tin" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "không thể mở %s: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2143,2151 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, perl-format msgid "error on closing %s: %s" --- 2143,2151 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, perl-format msgid "error on closing %s: %s" *************** *** 2167,2171 **** msgstr "không tìm thấy tập tin @image “%s”, đang dùng “%s”" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 msgid "no argument specified for @U" msgstr "chưa chỉ định đối số cho @U" --- 2167,2171 ---- msgstr "không tìm thấy tập tin @image “%s”, đang dùng “%s”" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 msgid "no argument specified for @U" msgstr "chưa chỉ định đối số cho @U" *************** *** 2176,2284 **** msgstr "Tập tin @image “%s” (cho HTML) không đọc được, dùng “%s”" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "định dạng thô %s không được chuyển đổi" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "không thể mở tập tin cấu hình dùng để tham chiếu html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 msgid "missing type" msgstr "thiếu kiểu" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, perl-format msgid "unrecognized type: %s" msgstr "không nhận ra kiểu: %s" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "gặp lỗi khi đóng tập tin cấu hình tham chiếu cho html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "chuỗi chưa được đóng trong tập tin css" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "“--css-include” kết thúc tại phần ghi chú" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "@import chưa hoàn thiện trong tập tin css" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "không tìm thấy tập tin CSS %s" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, perl-format msgid "could not open --include-file %s: %s" msgstr "không thể mở --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "gặp lỗi khi đóng tập tin CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "không tìm thấy mục htmlxref.cnf dành cho “%s”" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, perl-format msgid "error on closing frame file %s: %s" msgstr "gặp lỗi khi đóng tập tin khung (frame) %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "gặp lỗi khi đóng tập tin khung (frame) TOC %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "bộ tiếp hợp %s của trạng thái %s mức ưu tiên %s gặp lỗi" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "phải chỉ định một tiêu đề cùng với lệnh title hay @top" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "gặp lỗi khi đóng tập tin nút chuyển hướng %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "tên cũ dành cho “%s” là một nút tài liệu" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, perl-format msgid "file empty for renamed node `%s'" msgstr "tập tin trống rỗng cho nút được đổi tên “%s”" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "nút đích (tên mới cho “%s”) không ở trong tài liệu: %s" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "gặp lỗi khi đóng tập tin nút chuyển hướng được đổi tên %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "tên nút rỗng" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2176,2284 ---- msgstr "Tập tin @image “%s” (cho HTML) không đọc được, dùng “%s”" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "định dạng thô %s không được chuyển đổi" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "không thể mở tập tin cấu hình dùng để tham chiếu html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 msgid "missing type" msgstr "thiếu kiểu" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, perl-format msgid "unrecognized type: %s" msgstr "không nhận ra kiểu: %s" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, perl-format msgid "error on closing html refs config file %s: %s" msgstr "gặp lỗi khi đóng tập tin cấu hình tham chiếu cho html %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "chuỗi chưa được đóng trong tập tin css" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "“--css-include” kết thúc tại phần ghi chú" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "@import chưa hoàn thiện trong tập tin css" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "không tìm thấy tập tin CSS %s" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, perl-format msgid "could not open --include-file %s: %s" msgstr "không thể mở --include-file %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, perl-format msgid "error on closing CSS file %s: %s" msgstr "gặp lỗi khi đóng tập tin CSS %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "không tìm thấy mục htmlxref.cnf dành cho “%s”" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, perl-format msgid "error on closing frame file %s: %s" msgstr "gặp lỗi khi đóng tập tin khung (frame) %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "gặp lỗi khi đóng tập tin khung (frame) TOC %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "bộ tiếp hợp %s của trạng thái %s mức ưu tiên %s gặp lỗi" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "phải chỉ định một tiêu đề cùng với lệnh title hay @top" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, perl-format msgid "error on closing redirection node file %s: %s" msgstr "gặp lỗi khi đóng tập tin nút chuyển hướng %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, perl-format msgid "old name for `%s' is a node of the document" msgstr "tên cũ dành cho “%s” là một nút tài liệu" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, perl-format msgid "file empty for renamed node `%s'" msgstr "tập tin trống rỗng cho nút được đổi tên “%s”" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "nút đích (tên mới cho “%s”) không ở trong tài liệu: %s" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "gặp lỗi khi đóng tập tin nút chuyển hướng được đổi tên %s: %s" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "tên nút rỗng" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2318,2322 **** msgstr "Mục chỉ số trong @%s với: sản sinh Info không hợp lệ: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, perl-format msgid "entry for index `%s' outside of any node" --- 2318,2322 ---- msgstr "Mục chỉ số trong @%s với: sản sinh Info không hợp lệ: %s" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2384,2507 **** msgstr "tên mục trình đơn không được chứa dấu hai chấm “:”" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "tên nút trống rỗng sau phần mở rộng “%s”" ! #: tp/Texinfo/Parser.pm:1103 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s “%s” đã định nghĩa từ trước" ! #: tp/Texinfo/Parser.pm:1109 #, perl-format msgid "here is the previous definition as @%s" msgstr "ở đây có định nghĩa trước như là @%s" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, perl-format msgid "empty argument in @%s" msgstr "đối số trống rỗng trong @%s" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "nhiều @%s" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "đối số có dạng thức sai hoặc trống rỗng @%s: %s" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "cú pháp sai cho đối số @%s: %s" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s cần đến tên" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "tên sai cho @%s" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s có vẻ trước dấu ngoặc ôm đóng @%s" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s có vẻ trước dấu ngoặc ôm đóng @%s" ! #: tp/Texinfo/Parser.pm:1400 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s: thiếu dấu ngoặc móc đóng" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s thiếu dãy giới hạn đóng: %s}" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx không được bắt đầu bằng @%s" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "@itemx phải theo sau @item" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "@%s có nội dung nhưng không có @item" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "“@end” cần “%s”, nhưng lại nhận được “%s”" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s có vẻ trước @end %s" ! #: tp/Texinfo/Parser.pm:1783 #, perl-format msgid "no matching `%cend %s'" msgstr "“%cend %s” không đủ cặp" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, perl-format msgid "misplaced %c" msgstr "%c không đúng chỗ" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, perl-format msgid "unmatched `%c%s'" msgstr "“%c%s” chưa khớp cặp" ! #: tp/Texinfo/Parser.pm:2130 #, perl-format msgid "macro `%s' called with too many args" msgstr "vĩ lệnh “%s” được gọi với quá nhiều đối số" ! #: tp/Texinfo/Parser.pm:2152 #, perl-format msgid "@%s missing closing brace" msgstr "@%s thiếu dấu ngoặc móc đóng" ! #: tp/Texinfo/Parser.pm:2160 #, perl-format msgid "macro `%s' declared without argument called with an argument" --- 2384,2507 ---- msgstr "tên mục trình đơn không được chứa dấu hai chấm “:”" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "tên nút trống rỗng sau phần mở rộng “%s”" ! #: tp/Texinfo/Parser.pm:1022 #, perl-format msgid "@%s `%s' previously defined" msgstr "@%s “%s” đã định nghĩa từ trước" ! #: tp/Texinfo/Parser.pm:1028 #, perl-format msgid "here is the previous definition as @%s" msgstr "ở đây có định nghĩa trước như là @%s" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, perl-format msgid "empty argument in @%s" msgstr "đối số trống rỗng trong @%s" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "nhiều @%s" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "đối số có dạng thức sai hoặc trống rỗng @%s: %s" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "cú pháp sai cho đối số @%s: %s" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s cần đến tên" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "tên sai cho @%s" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "@end %s có vẻ trước dấu ngoặc ôm đóng @%s" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "@%s có vẻ trước dấu ngoặc ôm đóng @%s" ! #: tp/Texinfo/Parser.pm:1319 #, perl-format msgid "%c%s missing closing brace" msgstr "%c%s: thiếu dấu ngoặc móc đóng" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "@%s thiếu dãy giới hạn đóng: %s}" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "@itemx không được bắt đầu bằng @%s" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "@itemx phải theo sau @item" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "@%s có nội dung nhưng không có @item" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "“@end” cần “%s”, nhưng lại nhận được “%s”" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "@%s có vẻ trước @end %s" ! #: tp/Texinfo/Parser.pm:1702 #, perl-format msgid "no matching `%cend %s'" msgstr "“%cend %s” không đủ cặp" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, perl-format msgid "misplaced %c" msgstr "%c không đúng chỗ" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, perl-format msgid "unmatched `%c%s'" msgstr "“%c%s” chưa khớp cặp" ! #: tp/Texinfo/Parser.pm:2049 #, perl-format msgid "macro `%s' called with too many args" msgstr "vĩ lệnh “%s” được gọi với quá nhiều đối số" ! #: tp/Texinfo/Parser.pm:2071 #, perl-format msgid "@%s missing closing brace" msgstr "@%s thiếu dấu ngoặc móc đóng" ! #: tp/Texinfo/Parser.pm:2079 #, perl-format msgid "macro `%s' declared without argument called with an argument" *************** *** 2509,2553 **** "vĩ lệnh “%s” được khai báo không có đối số nhưng lại được gọi cùng với đối số" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "“\\” trong phần mở rộng @%s theo sau “%s” thay vì tên tham số hay “\\”" ! #: tp/Texinfo/Parser.pm:2834 #, perl-format msgid "missing name for @%s" msgstr "thiếu tên cho @%s" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "thiếu category cho @%s" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "gặp đối số bất thường trên dòng @%s: %s" ! #: tp/Texinfo/Parser.pm:2889 msgid "empty multitable" msgstr "đa-bảng rỗng" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, perl-format msgid "superfluous argument to @%s" msgstr "đối số không cần thiết cho @%s" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, perl-format msgid "bad argument to @%s" msgstr "đối số sai cho @%s" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s cần thiết một đối số: bộ định dạng cho %citem" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" --- 2509,2553 ---- "vĩ lệnh “%s” được khai báo không có đối số nhưng lại được gọi cùng với đối số" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "“\\” trong phần mở rộng @%s theo sau “%s” thay vì tên tham số hay “\\”" ! #: tp/Texinfo/Parser.pm:2753 #, perl-format msgid "missing name for @%s" msgstr "thiếu tên cho @%s" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "thiếu category cho @%s" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "gặp đối số bất thường trên dòng @%s: %s" ! #: tp/Texinfo/Parser.pm:2808 msgid "empty multitable" msgstr "đa-bảng rỗng" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, perl-format msgid "superfluous argument to @%s" msgstr "đối số không cần thiết cho @%s" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, perl-format msgid "bad argument to @%s" msgstr "đối số sai cho @%s" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s cần thiết một đối số: bộ định dạng cho %citem" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" *************** *** 2555,2618 **** "lệnh @%s không chấp nhận đối số trong dấu ngoặc ôm không thể ở dòng @%s" ! #: tp/Texinfo/Parser.pm:2998 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "lệnh nhấn mạnh accen “@%s” không cho phép đối số @%s" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, perl-format msgid "@%s missing argument" msgstr "@%s thiếu đối số" ! #: tp/Texinfo/Parser.pm:3120 #, perl-format msgid "unknown @end %s" msgstr "không hiểu @end %s" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "đối số không cần thiết cho @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, perl-format msgid "bad argument to @%s: %s" msgstr "đối số sai cho @%s: %s" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: không thể mở %s: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "bảng mã “%s” không phải là bảng mã “canonical texinfo”" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "không nhận ra tên bảng mã “%s”" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "@%s sau phần tử thứ nhất" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s chỉ có nghĩa khi ở dòng @multitable" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "@%s không được tổ hợp cùng với @top" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" --- 2555,2613 ---- "lệnh @%s không chấp nhận đối số trong dấu ngoặc ôm không thể ở dòng @%s" ! #: tp/Texinfo/Parser.pm:2917 #, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "lệnh nhấn mạnh accen “@%s” không cho phép đối số @%s" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, perl-format msgid "@%s missing argument" msgstr "@%s thiếu đối số" ! #: tp/Texinfo/Parser.pm:3039 #, perl-format msgid "unknown @end %s" msgstr "không hiểu @end %s" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "đối số không cần thiết cho @%s %s: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "bad argument to @%s: %s" msgstr "đối số sai cho @%s: %s" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "@%s: không thể mở %s: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "bảng mã “%s” không phải là bảng mã “canonical texinfo”" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "không nhận ra tên bảng mã “%s”" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "@%s sau phần tử thứ nhất" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "@%s chỉ có nghĩa khi ở dòng @multitable" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" *************** *** 2620,2663 **** "@node đứng trước @%s, nhưng bộ phận của nó không được tổ hợp cùng với các nút" ! #: tp/Texinfo/Parser.pm:3533 #, perl-format msgid "empty menu entry name in `%s'" msgstr "tên mục trình đơn trống rỗng trong “%s”" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "tên nút trống trong mục trình đơn" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s không được xuất hiện trong @%s" ! #: tp/Texinfo/Parser.pm:3769 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s chỉ nên xuất hiện ở đầu một dòng" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "vĩ lệnh “%s” được định nghĩa trước" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "đây là lời định nghĩa trước của “%s”" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "định nghĩa lại lệnh ngôn ngữ Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "@%s mà không tổ hợp cùng ký tự" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2615,2658 ---- "@node đứng trước @%s, nhưng bộ phận của nó không được tổ hợp cùng với các nút" ! #: tp/Texinfo/Parser.pm:3433 #, perl-format msgid "empty menu entry name in `%s'" msgstr "tên mục trình đơn trống rỗng trong “%s”" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "tên nút trống trong mục trình đơn" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "@%s không được xuất hiện trong @%s" ! #: tp/Texinfo/Parser.pm:3662 #, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "@end %s chỉ nên xuất hiện ở đầu một dòng" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "vĩ lệnh “%s” được định nghĩa trước" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "đây là lời định nghĩa trước của “%s”" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "định nghĩa lại lệnh ngôn ngữ Texinfo: @%s" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "@%s mà không tổ hợp cùng ký tự" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2666,2670 **** "@%s được định nghĩa với không hay nhiều hơn một đối số mà nó được gọi với {}" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2661,2665 ---- "@%s được định nghĩa với không hay nhiều hơn một đối số mà nó được gọi với {}" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2675,2804 **** "giá trị hiện tại %d)" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "gọi đệ qui macro %s là không được phép; dùng @rmacro nếu thấy cần" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "lệnh nhấn mạnh “@%s” không cho phép có khoảng trắng đi theo" ! #: tp/Texinfo/Parser.pm:4030 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "dùng dấu ngoặc móc {} để đưa ra lệnh dạng đối số tới @%s" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s cần “i” hay “j” làm đối số, không phải “%s”" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "lệnh nhấn mạnh “@%s” không cho phép có dòng mới đi theo sau" ! #: tp/Texinfo/Parser.pm:4065 #, perl-format msgid "@%s expected braces" msgstr "@%s cần dấu ngoặc móc {}" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "chưa định nghĩa cờ: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "cú pháp sai đối với @value" ! #: tp/Texinfo/Parser.pm:4234 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s quá cũ." ! #: tp/Texinfo/Parser.pm:4237 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s quá cũ; %s" ! #: tp/Texinfo/Parser.pm:4246 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s chỉ nên xuất hiện đầu tại đầu dòng" ! #: tp/Texinfo/Parser.pm:4337 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s không được phép nằm bên trong khối “@%s”" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s chỉ được phép xuất hiện tại phần đầu hoặc chân" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s không có nghĩa bên trong khối “@%s”" ! #: tp/Texinfo/Parser.pm:4497 #, perl-format msgid "@%s in empty multitable" msgstr "@%s trong multitable trống rỗng" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "@tab trước @item" ! #: tp/Texinfo/Parser.pm:4506 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "quá nhiều cột trong mục đa bảng (tối đa là %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "đang bỏ qua @tab bên ngoài đa bảng" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "@%s nằm ngoài bảng hay danh sách" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "phải sau “@%s” để dùng “@%s”" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s không có nghĩa bên ngoài môi trường “@titlepage” và “@quotation”" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "@dircategory sau nút đầu tiên" ! #: tp/Texinfo/Parser.pm:4838 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "vùng %s nằm trong vùng %s là không hợp lệ" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "@direntry sau nút đầu tiên" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "@menu trong ngữ cảnh không hợp lệ" ! #: tp/Texinfo/Parser.pm:4869 #, perl-format msgid "@%s seen before first @node" msgstr "@%s có vẻ trước @node" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" --- 2670,2799 ---- "giá trị hiện tại %d)" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "gọi đệ qui macro %s là không được phép; dùng @rmacro nếu thấy cần" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "lệnh nhấn mạnh “@%s” không cho phép có khoảng trắng đi theo" ! #: tp/Texinfo/Parser.pm:3924 #, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "dùng dấu ngoặc móc {} để đưa ra lệnh dạng đối số tới @%s" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s cần “i” hay “j” làm đối số, không phải “%s”" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "lệnh nhấn mạnh “@%s” không cho phép có dòng mới đi theo sau" ! #: tp/Texinfo/Parser.pm:3959 #, perl-format msgid "@%s expected braces" msgstr "@%s cần dấu ngoặc móc {}" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "chưa định nghĩa cờ: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "cú pháp sai đối với @value" ! #: tp/Texinfo/Parser.pm:4128 #, perl-format msgid "%c%s is obsolete." msgstr "%c%s quá cũ." ! #: tp/Texinfo/Parser.pm:4131 #, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s quá cũ; %s" ! #: tp/Texinfo/Parser.pm:4140 #, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "@%s chỉ nên xuất hiện đầu tại đầu dòng" ! #: tp/Texinfo/Parser.pm:4231 #, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s không được phép nằm bên trong khối “@%s”" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "@%s chỉ được phép xuất hiện tại phần đầu hoặc chân" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s không có nghĩa bên trong khối “@%s”" ! #: tp/Texinfo/Parser.pm:4391 #, perl-format msgid "@%s in empty multitable" msgstr "@%s trong multitable trống rỗng" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "@tab trước @item" ! #: tp/Texinfo/Parser.pm:4400 #, perl-format msgid "too many columns in multitable item (max %d)" msgstr "quá nhiều cột trong mục đa bảng (tối đa là %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "đang bỏ qua @tab bên ngoài đa bảng" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "@%s nằm ngoài bảng hay danh sách" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "phải sau “@%s” để dùng “@%s”" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "@%s không có nghĩa bên ngoài môi trường “@titlepage” và “@quotation”" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "@dircategory sau nút đầu tiên" ! #: tp/Texinfo/Parser.pm:4731 #, perl-format msgid "region %s inside region %s is not allowed" msgstr "vùng %s nằm trong vùng %s là không hợp lệ" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "@direntry sau nút đầu tiên" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "@menu trong ngữ cảnh không hợp lệ" ! #: tp/Texinfo/Parser.pm:4762 #, perl-format msgid "@%s seen before first @node" msgstr "@%s có vẻ trước @node" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" *************** *** 2807,2938 **** "@ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s chỉ được phép xuất hiện trong ngữ cảnh toán học" ! #: tp/Texinfo/Parser.pm:4943 #, perl-format msgid "unknown command `%s'" msgstr "không hiểu lệnh “%s”" ! #: tp/Texinfo/Parser.pm:4953 msgid "unexpected @" msgstr "gặp @ bất thường" ! #: tp/Texinfo/Parser.pm:4981 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s không có nghĩa nếu ở bên ngoài môi trường “@float” (dấu chấm động)" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s phải dưới “@float”" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "bỏ qua nhiều @%s" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "lệnh @%s không chấp nhận đối số" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "lệnh @%s thiếu một nút hay tham số thủ công mở rộng" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "trong @%s tên tham chiếu chéo sau phần mở rộng “%s”" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "trong @%s tiêu đề tham chiếu chéo trống rỗng sau “%s” mở rộng" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image thiếu đối số tên tập tin" ! #: tp/Texinfo/Parser.pm:5213 #, perl-format msgid "@%s missing first argument" msgstr "@%s thiếu đối số đầu tiên" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "chữ số không phải dạng thập lục phân trong đối số cho @U: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "có ít hơn bốn chữ số dạng thập lục trong đối số cho @U: %s" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "đối số cho @U vượt quá mức tối đa Unicode 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "các đối số thừa cho nút" ! #: tp/Texinfo/Parser.pm:5512 #, perl-format msgid "expected @end %s" msgstr "cần @end %s" ! #: tp/Texinfo/Parser.pm:5623 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s chỉ có thể cấp nhận @-command là đối số, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "đối số còn lại trên dòng @%s: %s" ! #: tp/Texinfo/Parser.pm:5703 #, perl-format msgid "environment command %s as argument to @%s" msgstr "lệnh môi trường %s như là tham số cho @%s" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "@%s rỗng" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "số lượng cột không phải là một con số: %s" ! #: tp/Texinfo/Parser.pm:5745 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "đối số @sp phải là một con số, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "đã đảo ngược tên chỉ mục %s" ! #: tp/Texinfo/Parser.pm:5780 #, perl-format msgid "unknown source index in @%s: %s" msgstr "không hiểu chỉ mục nguồn trong @%s: %s" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "không hiểu chỉ mục đích trong @%s: %s" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" --- 2802,2933 ---- "@ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "@%s chỉ được phép xuất hiện trong ngữ cảnh toán học" ! #: tp/Texinfo/Parser.pm:4833 #, perl-format msgid "unknown command `%s'" msgstr "không hiểu lệnh “%s”" ! #: tp/Texinfo/Parser.pm:4843 msgid "unexpected @" msgstr "gặp @ bất thường" ! #: tp/Texinfo/Parser.pm:4871 #, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s không có nghĩa nếu ở bên ngoài môi trường “@float” (dấu chấm động)" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "@%s phải dưới “@float”" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "bỏ qua nhiều @%s" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "lệnh @%s không chấp nhận đối số" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "lệnh @%s thiếu một nút hay tham số thủ công mở rộng" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "trong @%s tên tham chiếu chéo sau phần mở rộng “%s”" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "trong @%s tiêu đề tham chiếu chéo trống rỗng sau “%s” mở rộng" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image thiếu đối số tên tập tin" ! #: tp/Texinfo/Parser.pm:5103 #, perl-format msgid "@%s missing first argument" msgstr "@%s thiếu đối số đầu tiên" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "chữ số không phải dạng thập lục phân trong đối số cho @U: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "có ít hơn bốn chữ số dạng thập lục trong đối số cho @U: %s" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "đối số cho @U vượt quá mức tối đa Unicode 0x10FFFF: %s" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "các đối số thừa cho nút" ! #: tp/Texinfo/Parser.pm:5402 #, perl-format msgid "expected @end %s" msgstr "cần @end %s" ! #: tp/Texinfo/Parser.pm:5489 #, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "@%s chỉ có thể cấp nhận @-command là đối số, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "đối số còn lại trên dòng @%s: %s" ! #: tp/Texinfo/Parser.pm:5569 #, perl-format msgid "environment command %s as argument to @%s" msgstr "lệnh môi trường %s như là tham số cho @%s" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "@%s rỗng" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "số lượng cột không phải là một con số: %s" ! #: tp/Texinfo/Parser.pm:5611 #, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "đối số @sp phải là một con số, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "đã đảo ngược tên chỉ mục %s" ! #: tp/Texinfo/Parser.pm:5646 #, perl-format msgid "unknown source index in @%s: %s" msgstr "không hiểu chỉ mục nguồn trong @%s: %s" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "không hiểu chỉ mục đích trong @%s: %s" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" *************** *** 2940,2959 **** "@%s dẫn đường đến một hòa trộn của %s trong chính bản thân nó, đang bỏ qua" ! #: tp/Texinfo/Parser.pm:5826 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "không hiểu chỉ mục “%s” trong @printindex" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "đang in bảng mục lục “%s” đã hòa trộn với một cái khác, “%s”" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "in mục lục trước khi tài liệu bắt đầu: @printindex %s" ! #: tp/Texinfo/Parser.pm:5856 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" --- 2935,2954 ---- "@%s dẫn đường đến một hòa trộn của %s trong chính bản thân nó, đang bỏ qua" ! #: tp/Texinfo/Parser.pm:5692 #, perl-format msgid "unknown index `%s' in @printindex" msgstr "không hiểu chỉ mục “%s” trong @printindex" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "đang in bảng mục lục “%s” đã hòa trộn với một cái khác, “%s”" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "in mục lục trước khi tài liệu bắt đầu: @printindex %s" ! #: tp/Texinfo/Parser.pm:5722 #, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" *************** *** 2964,2973 **** "chứ không phải “%s”" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Chỉ hỗ trợ @%s 10 hay 11, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5872 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" --- 2959,2968 ---- "chứ không phải “%s”" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "Chỉ hỗ trợ @%s 10 hay 11, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5738 #, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" *************** *** 2978,2987 **** "không phải “%s”" ! #: tp/Texinfo/Parser.pm:5880 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s đ.số phải là “on”, “off” hoặc “odd”, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" --- 2973,2982 ---- "không phải “%s”" ! #: tp/Texinfo/Parser.pm:5746 #, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "@%s đ.số phải là “on”, “off” hoặc “odd”, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" *************** *** 2993,2997 **** "chứ không phải “%s”" ! #: tp/Texinfo/Parser.pm:5911 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" --- 2988,2992 ---- "chứ không phải “%s”" ! #: tp/Texinfo/Parser.pm:5777 #, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" *************** *** 3002,3006 **** "chứ không phải “%s”" ! #: tp/Texinfo/Parser.pm:5921 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" --- 2997,3001 ---- "chứ không phải “%s”" ! #: tp/Texinfo/Parser.pm:5787 #, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" *************** *** 3012,3021 **** "chứ không phải “%s”" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "cần @%s bật hay tắt, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" --- 3007,3016 ---- "chứ không phải “%s”" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "cần @%s bật hay tắt, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" *************** *** 3023,3027 **** "đ.số @kbdinputstyle phải là “code”/“example”/“distinct”, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5950 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" --- 3018,3022 ---- "đ.số @kbdinputstyle phải là “code”/“example”/“distinct”, không phải “%s”" ! #: tp/Texinfo/Parser.pm:5816 #, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" *************** *** 3032,3036 **** "chứ không phải “%s”" ! #: tp/Texinfo/Parser.pm:5958 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" --- 3027,3031 ---- "chứ không phải “%s”" ! #: tp/Texinfo/Parser.pm:5824 #, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" *************** *** 3042,3086 **** "chứ không phải “%s”" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "nâng mức chương của @%s là quá thấp" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "không có lệnh chapter-level trước @%s" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "đang hạ thấp mức chương của @%s xuất hiện sau một phần tử ở thấp hơn" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "không có lệnh chương nào tổ hợp cùng với @%s" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "@%s không trống rỗng" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s tham chiếu đến nút chưa tồn tại “%s”" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s tên nút mục trình đơn “%s” khác biệt với %s tên “%s”" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "nút chưa được tham chiếu “%s”" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" --- 3037,3081 ---- "chứ không phải “%s”" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "nâng mức chương của @%s là quá thấp" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "không có lệnh chapter-level trước @%s" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "đang hạ thấp mức chương của @%s xuất hiện sau một phần tử ở thấp hơn" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "không có lệnh chương nào tổ hợp cùng với @%s" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "@%s không trống rỗng" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "@%s tham chiếu đến nút chưa tồn tại “%s”" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "@%s tên nút mục trình đơn “%s” khác biệt với %s tên “%s”" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "nút chưa được tham chiếu “%s”" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" *************** *** 3088,3112 **** "nút “%s” là %s dành cho “%s” trong phần chương nhưng không có trong trình đơn" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "nút %s “%s” trong trình đơn “%s” và trong chương “%s” khác nhau" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "nút “%s” là %s cho “%s” trong trình đơn nhưng mà không ở trong chương" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "con trỏ %s “%s” (cho nút “%s”) khác với %s tên “%s”" ! #: tp/Texinfo/Structuring.pm:649 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s tham chiếu đến nơi mà chưa có “%s”" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" --- 3083,3107 ---- "nút “%s” là %s dành cho “%s” trong phần chương nhưng không có trong trình đơn" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "nút %s “%s” trong trình đơn “%s” và trong chương “%s” khác nhau" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "nút “%s” là %s cho “%s” trong trình đơn nhưng mà không ở trong chương" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "con trỏ %s “%s” (cho nút “%s”) khác với %s tên “%s”" ! #: tp/Texinfo/Structuring.pm:675 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s tham chiếu đến nơi mà chưa có “%s”" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" *************** *** 3114,3128 **** "nút “%s” không có mục trình đơn cho “%s”, không kể nút này là đích Lên của nó" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "cho “%s”, nhảy lên trong trình đơn “%s” và lên “%s” không khớp" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s thành “%s”, khác với %s tên “%s”" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 3109,3123 ---- "nút “%s” không có mục trình đơn cho “%s”, không kể nút này là đích Lên của nó" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "cho “%s”, nhảy lên trong trình đơn “%s” và lên “%s” không khớp" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s thành “%s”, khác với %s tên “%s”" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3292,3296 **** msgstr "không thể đọc tập tin khởi tạo %s" ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" --- 3287,3291 ---- msgstr "không thể đọc tập tin khởi tạo %s" ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" *************** *** 3299,3308 **** "Texinfo) “%s”\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Cách dùng: %s [TÙY-CHỌN]… TẬP-TIN-TEXTINFO…\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3294,3303 ---- "Texinfo) “%s”\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Cách dùng: %s [TÙY-CHỌN]… TẬP-TIN-TEXTINFO…\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3319,3323 **** "chúng làm cùng nhiệm vụ, không phụ thuộc vào tên được cài đặt.\n" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3314,3318 ---- "chúng làm cùng nhiệm vụ, không phụ thuộc vào tên được cài đặt.\n" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3358,3362 **** " --version hiển thị thông tin phiên bản rồi thoát.\n" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3353,3357 ---- " --version hiển thị thông tin phiên bản rồi thoát.\n" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3377,3381 **** "INFO\n" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3372,3376 ---- "INFO\n" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3426,3430 **** " Nếu không, tên ĐÍCH là tập tin kết xuất.\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3421,3425 ---- " Nếu không, tên ĐÍCH là tập tin kết xuất.\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3473,3477 **** "định là %d).\n" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3468,3472 ---- "định là %d).\n" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3499,3503 **** " và điểm neo; mặc định chỉ được đặt nếu tách.\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3494,3498 ---- " và điểm neo; mặc định chỉ được đặt nếu tách.\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3507,3511 **** " --output-indent=VAL chẳng làm gì, giữ lại để tương thích.\n" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3502,3506 ---- " --output-indent=VAL chẳng làm gì, giữ lại để tương thích.\n" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3515,3519 **** " --Xopt=OPT chuyển TÙY-CHỌN cho texi2dvi; có thể lặp lại.\n" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3510,3514 ---- " --Xopt=OPT chuyển TÙY-CHỌN cho texi2dvi; có thể lặp lại.\n" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3537,3541 **** " -U BIẾN hủy định nghĩa biến này, giống như @clear.\n" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3532,3536 ---- " -U BIẾN hủy định nghĩa biến này, giống như @clear.\n" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3575,3579 **** "@ifnotĐỊNH_DẠNG.\n" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3570,3574 ---- "@ifnotĐỊNH_DẠNG.\n" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3591,3595 **** " nếu tạo XML thì bật “--ifxml” và các cái khác bị tắt;\n" ! #: tp/texi2any.pl:864 msgid "" "Examples:\n" --- 3586,3590 ---- " nếu tạo XML thì bật “--ifxml” và các cái khác bị tắt;\n" ! #: tp/texi2any.pl:859 msgid "" "Examples:\n" *************** *** 3622,3626 **** "cỡ tối đa\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" --- 3617,3621 ---- "cỡ tối đa\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" *************** *** 3631,3635 **** "không phải “%s”.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" --- 3626,3630 ---- "không phải “%s”.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" *************** *** 3641,3645 **** "không phải “%s”.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" --- 3636,3640 ---- "không phải “%s”.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" *************** *** 3648,3676 **** "chọn -o\n" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "tùy chọn --Xopt không in ra kết xuất" ! #: tp/texi2any.pl:1099 #, perl-format msgid "unknown tree transformation %s" msgstr "không hiểu sự biến đổi cây %s" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "bỏ qua việc chia cắt cho định dạng %s" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: thiếu đối số tập tin.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Hãy thử lệnh trợ giúp “%s --help” để xem thông tin thêm.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" --- 3643,3671 ---- "chọn -o\n" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "tùy chọn --Xopt không in ra kết xuất" ! #: tp/texi2any.pl:1094 #, perl-format msgid "unknown tree transformation %s" msgstr "không hiểu sự biến đổi cây %s" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "bỏ qua việc chia cắt cho định dạng %s" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: thiếu đối số tập tin.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "Hãy thử lệnh trợ giúp “%s --help” để xem thông tin thêm.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" *************** *** 3678,3692 **** "chương nào à?" ! #: tp/texi2any.pl:1278 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "gặp lỗi khi đóng tập tin vĩ lệnh mở rộng %s: %s\n" ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "không thể mở “%s” để ghi: %s\n" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3673,3687 ---- "chương nào à?" ! #: tp/texi2any.pl:1274 #, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "gặp lỗi khi đóng tập tin vĩ lệnh mở rộng %s: %s\n" ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "không thể mở “%s” để ghi: %s\n" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3696,3710 **** "có chương nào à?" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: lỗi đóng tập tin %s: %s\n" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: gặp lỗi khi đóng tập tin liên kết nội tại %s: %s\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3691,3705 ---- "có chương nào à?" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "%s: lỗi đóng tập tin %s: %s\n" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: gặp lỗi khi đóng tập tin liên kết nội tại %s: %s\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, perl-format msgid "%s: could not open %s for writing: %s\n" *************** *** 3724,3727 **** --- 3719,3725 ---- #~ " -O, --show-options, --usage đi tới nút chứa các tùy chọn dòng lệnh." + #~ msgid "@%s should not be associated with @top" + #~ msgstr "@%s không được tổ hợp cùng với @top" + #~ msgid "%s: option '--%s' doesn't allow an argument\n" #~ msgstr "%s: tùy chọn “--%s” không cho phép đối số\n" Binary files texinfo-6.4/po/zh_CN.gmo and texinfo-6.5/po/zh_CN.gmo differ diff -Nrc2 texinfo-6.4/po/zh_CN.po texinfo-6.5/po/zh_CN.po *** texinfo-6.4/po/zh_CN.po 2017-06-23 06:53:07.000000000 +0100 --- texinfo-6.5/po/zh_CN.po 2017-08-19 19:55:17.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo 4.13\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2009-05-21 15:08中国标准时间\n" "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n" --- 8,12 ---- "Project-Id-Version: texinfo 4.13\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2009-05-21 15:08中国标准时间\n" "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n" *************** *** 394,433 **** msgstr "节点“%2$s”中没有菜单项“%1$s”。" ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "无法找到节点“%s”。" ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:828 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "设定 Info 变量的值" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "尝试 --更多的求助信息。\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 394,433 ---- msgstr "节点“%2$s”中没有菜单项“%1$s”。" ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "无法找到节点“%s”。" ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:830 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "设定 Info 变量的值" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "尝试 --更多的求助信息。\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 444,453 **** "There is NO WARRANTY, to the extent permitted by law.\n" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "找不到含有“%s”的索引\n" ! #: info/info.c:1089 #, c-format msgid "" --- 444,453 ---- "There is NO WARRANTY, to the extent permitted by law.\n" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "找不到含有“%s”的索引\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 460,464 **** "以 Info 格式阅读文档。\n" ! #: info/info.c:1095 #, fuzzy msgid "" --- 460,464 ---- "以 Info 格式阅读文档。\n" ! #: info/info.c:1097 #, fuzzy msgid "" *************** *** 475,479 **** " -f, --file=FILENAME 指定想浏览的 Info 文件。" ! #: info/info.c:1102 #, fuzzy msgid "" --- 475,479 ---- " -f, --file=FILENAME 指定想浏览的 Info 文件。" ! #: info/info.c:1104 #, fuzzy msgid "" *************** *** 488,501 **** " -o, --output=FILENAME 将选中的节点全输出至 FILENAME。" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly 对发音器兼容。" ! #: info/info.c:1116 #, fuzzy msgid "" --- 488,501 ---- " -o, --output=FILENAME 将选中的节点全输出至 FILENAME。" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 #, fuzzy msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr " -b, --speech-friendly 对发音器兼容。" ! #: info/info.c:1118 #, fuzzy msgid "" *************** *** 510,514 **** " -w, --where, --location 打印 Info 文件在系统中的位置。" ! #: info/info.c:1122 #, fuzzy msgid "" --- 510,514 ---- " -w, --where, --location 打印 Info 文件在系统中的位置。" ! #: info/info.c:1124 #, fuzzy msgid "" *************** *** 527,531 **** "节点有关的菜单项名称。" ! #: info/info.c:1129 #, fuzzy msgid "" --- 527,531 ---- "节点有关的菜单项名称。" ! #: info/info.c:1131 #, fuzzy msgid "" *************** *** 536,540 **** "在帮助信息中按 h 获取有关按键绑定的内容。" ! #: info/info.c:1132 #, fuzzy msgid "" --- 536,540 ---- "在帮助信息中按 h 获取有关按键绑定的内容。" ! #: info/info.c:1134 #, fuzzy msgid "" *************** *** 564,568 **** " info -f ./foo.info 显示文件 ./foo.info,而不是查找目录" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" --- 564,568 ---- " info -f ./foo.info 显示文件 ./foo.info,而不是查找目录" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 msgid "" "Email bug reports to bug-texinfo@gnu.org,\n" *************** *** 574,646 **** "Texinfo 主页:http://www.gnu.org/software/texinfo/" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "无法找到节点“(%s)%s”。" ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "无法找到一个窗口!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "光标没有出现在该窗口的节点之中!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "无法删除最后的窗口。" ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "该节点中没有菜单。" ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "该节点中没有脚注。" ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "该节点中没有交叉引用。" ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "该节点中没有“%s”指针" ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "未知的 Info 命令“%c”;请以“?”获得帮助。" ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "终端类型“%s”的能力不足以支持 Info 的运行。" ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "您已经在该节点的最后一个页面中了。" ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "您已经在该节点的第一页中了。" ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "只有一个窗口。" ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "结果窗口将会太小。" ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 574,646 ---- "Texinfo 主页:http://www.gnu.org/software/texinfo/" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "无法找到节点“(%s)%s”。" ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "无法找到一个窗口!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "光标没有出现在该窗口的节点之中!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "无法删除最后的窗口。" ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "该节点中没有菜单。" ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "该节点中没有脚注。" ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "该节点中没有交叉引用。" ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "该节点中没有“%s”指针" ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr "未知的 Info 命令“%c”;请以“?”获得帮助。" ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "终端类型“%s”的能力不足以支持 Info 的运行。" ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "您已经在该节点的最后一个页面中了。" ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "您已经在该节点的第一页中了。" ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "只有一个窗口。" ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "结果窗口将会太小。" ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1433,1621 **** msgstr "使用普通字符串来查寻" ! #: info/session.c:4116 #, fuzzy msgid "Search continued from the end of the document" msgstr "从文档底部继续查寻。" ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "从此文档的开头继续查找。" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "正在搜索子文件 %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "搜索失败。" ! #: info/session.c:4191 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "正则表达式查找" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "搜索" ! #: info/session.c:4193 info/session.c:4199 msgid " case-sensitively" msgstr "大小写敏感" ! #: info/session.c:4194 info/session.c:4200 msgid " backward" msgstr "向后搜索" ! #: info/session.c:4197 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "正在搜索子文件 %s ..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "读取一个字符串并以大小写敏感的方式搜索它" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "读取一个字符串并搜索它" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "读取一个字符串并向后搜索它" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "以相同的方向重复最后的搜索" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "没有上次搜索字符串" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "以相反的方向重复最后的搜索" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "在你输入的同时交互式地搜索字符串" ! #: info/session.c:4877 msgid "Regexp I-search backward: " msgstr "向后增量搜索正则表达式: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "向后增量搜索:" ! #: info/session.c:4880 msgid "Regexp I-search: " msgstr "增量搜索正则表达式: " ! #: info/session.c:4881 msgid "I-search: " msgstr "增量搜索:" ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr "失败 " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "取消当前操作" ! #: info/session.c:5281 msgid "Quit" msgstr "退出" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr "显示版本信息并退出" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "重画显示" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "退出 Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "运行到绑定到本按键的小写版本的命令" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "未知的命令 (%s)。" ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "“%s”为非法" ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "“%s”是无效的" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "将本数字添加到当前数值参数中" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "开启(或乘以 4)当前数值参数" --- 1433,1621 ---- msgstr "使用普通字符串来查寻" ! #: info/session.c:4113 #, fuzzy msgid "Search continued from the end of the document" msgstr "从文档底部继续查寻。" ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "从此文档的开头继续查找。" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "正在搜索子文件 %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "搜索失败。" ! #: info/session.c:4188 #, c-format msgid "%s%s%s [%s]: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "正则表达式查找" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "搜索" ! #: info/session.c:4190 info/session.c:4196 msgid " case-sensitively" msgstr "大小写敏感" ! #: info/session.c:4191 info/session.c:4197 msgid " backward" msgstr "向后搜索" ! #: info/session.c:4194 #, fuzzy, c-format msgid "%s%s%s: " msgstr "%s%s%s [%s]: " ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "正在搜索子文件 %s ..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "读取一个字符串并以大小写敏感的方式搜索它" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "读取一个字符串并搜索它" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "读取一个字符串并向后搜索它" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "以相同的方向重复最后的搜索" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "没有上次搜索字符串" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "以相反的方向重复最后的搜索" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "在你输入的同时交互式地搜索字符串" ! #: info/session.c:4874 msgid "Regexp I-search backward: " msgstr "向后增量搜索正则表达式: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "向后增量搜索:" ! #: info/session.c:4877 msgid "Regexp I-search: " msgstr "增量搜索正则表达式: " ! #: info/session.c:4878 msgid "I-search: " msgstr "增量搜索:" ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr "失败 " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "取消当前操作" ! #: info/session.c:5278 msgid "Quit" msgstr "退出" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr "显示版本信息并退出" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "重画显示" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "退出 Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "运行到绑定到本按键的小写版本的命令" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "未知的命令 (%s)。" ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "“%s”为非法" ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "“%s”是无效的" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "将本数字添加到当前数值参数中" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "开启(或乘以 4)当前数值参数" *************** *** 2026,2034 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format --- 2026,2034 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, fuzzy, perl-format *************** *** 2036,2054 **** msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 #, fuzzy msgid "arguments are quoted by default" msgstr "不赞成使用 @quote-arg;参数是默认引用的" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 2036,2054 ---- msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 #, fuzzy msgid "arguments are quoted by default" msgstr "不赞成使用 @quote-arg;参数是默认引用的" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 2056,2103 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s 在 ISO 639 语言编码中是无效的" ! #: tp/Texinfo/Common.pm:1100 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s 在 ISO 639 语言编码中是无效的" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Common.pm:1160 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 2056,2103 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s 在 ISO 639 语言编码中是无效的" ! #: tp/Texinfo/Common.pm:1101 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s 在 ISO 639 语言编码中是无效的" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, fuzzy, perl-format msgid "could not read %s: %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Common.pm:1162 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, fuzzy, perl-format msgid "@%s: could not find %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, fuzzy, perl-format msgid "could not open %s: %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2115,2123 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, fuzzy, perl-format msgid "error on closing %s: %s" --- 2115,2123 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, fuzzy, perl-format msgid "error on closing %s: %s" *************** *** 2139,2143 **** msgstr "@image 文件“%s”不可读:%s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 #, fuzzy msgid "no argument specified for @U" --- 2139,2143 ---- msgstr "@image 文件“%s”不可读:%s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 #, fuzzy msgid "no argument specified for @U" *************** *** 2149,2259 **** msgstr "@image 文件“%s”(对 HTML)不可读:%s" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:4708 #, fuzzy msgid "missing type" msgstr "遗漏动作名称" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s:不能识别的选项“--%s”\n" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-file 以注释结尾" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:5059 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "找不到含有“%s”的索引\n" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Convert/HTML.pm:6594 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Convert/HTML.pm:7150 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "在本文档中没有本节点的“上一个”或“上层”节点。" ! #: tp/Texinfo/Convert/HTML.pm:7156 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "未引用的节点“%s”" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2149,2259 ---- msgstr "@image 文件“%s”(对 HTML)不可读:%s" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, fuzzy, perl-format msgid "could not open html refs config file %s: %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:4710 #, fuzzy msgid "missing type" msgstr "遗漏动作名称" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s:不能识别的选项“--%s”\n" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 #, fuzzy msgid "--css-include ended in comment" msgstr "%s:%d: --css-file 以注释结尾" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Convert/HTML.pm:5061 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "找不到含有“%s”的索引\n" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Convert/HTML.pm:6596 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "关闭输出文件“%s”时出错" ! #: tp/Texinfo/Convert/HTML.pm:7152 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "在本文档中没有本节点的“上一个”或“上层”节点。" ! #: tp/Texinfo/Convert/HTML.pm:7158 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "未引用的节点“%s”" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2294,2298 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" --- 2294,2298 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2358,2635 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "宏“%s”已在前面定义" ! #: tp/Texinfo/Parser.pm:1109 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "这里是“%s”前面的定义" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "@%s 的参数错误" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s 需要一个名字" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "@%s 的参数错误" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s 遗漏闭合花括号" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "“@end”需要“%s”,但看到“%s”" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "没有匹配的“%cend %s”" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, fuzzy, perl-format msgid "misplaced %c" msgstr "错误放置的 %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "未匹配的“%c%s”" ! #: tp/Texinfo/Parser.pm:2130 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "在第 %2$d 行中以过多的参数调用宏“%1$s”" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s 遗漏闭合花括号" ! #: tp/Texinfo/Parser.pm:2160 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "在第 %2$d 行中以过多的参数调用宏“%1$s”" ! #: tp/Texinfo/Parser.pm:2193 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ 以带有“%s”的宏展开式代替参数名称" ! #: tp/Texinfo/Parser.pm:2834 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "遗漏动作名称" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "@%s 的错误参数: %s" ! #: tp/Texinfo/Parser.pm:2889 #, fuzzy msgid "empty multitable" msgstr "%s:空文件" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "@%s 的参数错误" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "@%s 的参数错误" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s 需要一个参数: %citem 的格式化参数" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s:选项“--%s”不接受参数\n" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s:遗漏文件参数。\n" ! #: tp/Texinfo/Parser.pm:3120 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "未知的索引“%s”" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "@%s 的错误参数: %s" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "@%s 的错误参数: %s" ! #: tp/Texinfo/Parser.pm:3173 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "不能识别的编码名称“%s”" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "“@titlepage”环境变量外的 @%s 是没有意义的" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "节点“%s”中没有菜单。" ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "剪切至本行开头" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr "宏“%s”已在前面定义" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "这里是“%s”前面的定义" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2358,2630 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr "宏“%s”已在前面定义" ! #: tp/Texinfo/Parser.pm:1028 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "这里是“%s”前面的定义" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr "@%s 的参数错误" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s 需要一个名字" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, fuzzy, perl-format msgid "bad name for @%s" msgstr "@%s 的参数错误" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s 遗漏闭合花括号" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "“@end”需要“%s”,但看到“%s”" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "没有匹配的“%cend %s”" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, fuzzy, perl-format msgid "misplaced %c" msgstr "错误放置的 %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "未匹配的“%c%s”" ! #: tp/Texinfo/Parser.pm:2049 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr "在第 %2$d 行中以过多的参数调用宏“%1$s”" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s 遗漏闭合花括号" ! #: tp/Texinfo/Parser.pm:2079 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr "在第 %2$d 行中以过多的参数调用宏“%1$s”" ! #: tp/Texinfo/Parser.pm:2112 #, fuzzy, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "\\ 以带有“%s”的宏展开式代替参数名称" ! #: tp/Texinfo/Parser.pm:2753 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "遗漏动作名称" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, fuzzy, perl-format msgid "unexpected argument on @%s line: %s" msgstr "@%s 的错误参数: %s" ! #: tp/Texinfo/Parser.pm:2808 #, fuzzy msgid "empty multitable" msgstr "%s:空文件" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr "@%s 的参数错误" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr "@%s 的参数错误" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "%s 需要一个参数: %citem 的格式化参数" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s:选项“--%s”不接受参数\n" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s:遗漏文件参数。\n" ! #: tp/Texinfo/Parser.pm:3039 #, fuzzy, perl-format msgid "unknown @end %s" msgstr "未知的索引“%s”" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, fuzzy, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "@%s 的错误参数: %s" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr "@%s 的错误参数: %s" ! #: tp/Texinfo/Parser.pm:3092 #, fuzzy, perl-format msgid "@%s: could not open %s: %s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, perl-format msgid "unrecognized encoding name `%s'" msgstr "不能识别的编码名称“%s”" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, fuzzy, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "“@titlepage”环境变量外的 @%s 是没有意义的" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "节点“%s”中没有菜单。" ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, fuzzy, perl-format msgid "@%s should not appear in @%s" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "剪切至本行开头" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr "宏“%s”已在前面定义" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "这里是“%s”前面的定义" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2637,2641 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2632,2636 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2644,3061 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "使用花括号将一个命令用作 @%s 的参数" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s 的参数应为“i”或“j”,而不是“%c”" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s 需要花括号" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "未定义的标识: %s" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s 已过时" ! #: tp/Texinfo/Parser.pm:4237 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s 已过时" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "剪切至本行开头" ! #: tp/Texinfo/Parser.pm:4337 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "在“@%2$s”块中“@%1$s”是没有意义的" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "在“@%2$s”块中“@%1$s”是没有意义的" ! #: tp/Texinfo/Parser.pm:4497 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s:空文件" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "在多列表格项目中含有太多的列 (最大为 %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr "忽略多列表格外的 @tab" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "必须在“@%s”环境变量中使用“@%s”" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "在“@titlepage”和“@quotation”环境变量外 @%s 无意义" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "脚注内的脚注是不允许的" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "在第一个节点之前遇到 @menu,正在创建“顶”节点" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "您的 @top 节点可能应该包含在 @ifnottex 而不是 @ifinfo 中?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "未知的命令“%s”" ! #: tp/Texinfo/Parser.pm:4953 #, fuzzy msgid "unexpected @" msgstr "应为“%s”" ! #: tp/Texinfo/Parser.pm:4981 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "“@float”环境变量外的 @%s 是没有意义的" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image 遗漏文件名参数" ! #: tp/Texinfo/Parser.pm:5213 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s:遗漏文件参数。\n" ! #: tp/Texinfo/Parser.pm:5232 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "@%s 的错误参数: %s" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, fuzzy, perl-format msgid "expected @end %s" msgstr "应为“%s”" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "使用花括号将一个命令用作 @%s 的参数" ! #: tp/Texinfo/Parser.pm:5633 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "@%s 的错误参数: %s" ! #: tp/Texinfo/Parser.pm:5703 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "使用花括号将一个命令用作 @%s 的参数" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s:%s 参数必须为数值,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "未知的索引“%s”" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "@printindex 中的未知索引“%s”" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s:%s 参数必须为数值,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "仅支持 @%s 10 或 11,而不是“%s”" ! #: tp/Texinfo/Parser.pm:5872 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5880 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s:%s 参数必须为数值,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5911 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5921 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5933 #, fuzzy, perl-format msgid "expected @%s on or off, not `%s'" msgstr "应当 @%s 开启或关闭,而不是“%s”" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5958 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%s 引用到不存在的节点“%s”(也许字段不正确?)" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "未引用的节点“%s”" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "未引用的节点“%s”" ! #: tp/Texinfo/Structuring.pm:670 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "尽管节点“%s”是“%s”的上层节点,但缺少相关的菜单项" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 2639,3056 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "使用花括号将一个命令用作 @%s 的参数" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s 的参数应为“i”或“j”,而不是“%c”" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s 需要花括号" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "未定义的标识: %s" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s 已过时" ! #: tp/Texinfo/Parser.pm:4131 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s 已过时" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "剪切至本行开头" ! #: tp/Texinfo/Parser.pm:4231 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "在“@%2$s”块中“@%1$s”是没有意义的" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "在“@%2$s”块中“@%1$s”是没有意义的" ! #: tp/Texinfo/Parser.pm:4391 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s:空文件" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "在多列表格项目中含有太多的列 (最大为 %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr "忽略多列表格外的 @tab" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, fuzzy, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "必须在“@%s”环境变量中使用“@%s”" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "在“@titlepage”和“@quotation”环境变量外 @%s 无意义" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "脚注内的脚注是不允许的" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "在第一个节点之前遇到 @menu,正在创建“顶”节点" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "您的 @top 节点可能应该包含在 @ifnottex 而不是 @ifinfo 中?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "未知的命令“%s”" ! #: tp/Texinfo/Parser.pm:4843 #, fuzzy msgid "unexpected @" msgstr "应为“%s”" ! #: tp/Texinfo/Parser.pm:4871 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "“@float”环境变量外的 @%s 是没有意义的" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image 遗漏文件名参数" ! #: tp/Texinfo/Parser.pm:5103 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s:遗漏文件参数。\n" ! #: tp/Texinfo/Parser.pm:5122 #, fuzzy, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "@%s 的错误参数: %s" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, fuzzy, perl-format msgid "expected @end %s" msgstr "应为“%s”" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "使用花括号将一个命令用作 @%s 的参数" ! #: tp/Texinfo/Parser.pm:5499 #, fuzzy, perl-format msgid "remaining argument on @%s line: %s" msgstr "@%s 的错误参数: %s" ! #: tp/Texinfo/Parser.pm:5569 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "使用花括号将一个命令用作 @%s 的参数" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s:%s 参数必须为数值,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr "未知的索引“%s”" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "@printindex 中的未知索引“%s”" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s:%s 参数必须为数值,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "仅支持 @%s 10 或 11,而不是“%s”" ! #: tp/Texinfo/Parser.pm:5738 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5746 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s:%s 参数必须为数值,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5777 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5787 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5799 #, fuzzy, perl-format msgid "expected @%s on or off, not `%s'" msgstr "应当 @%s 开启或关闭,而不是“%s”" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n" ! #: tp/Texinfo/Parser.pm:5824 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%s 引用到不存在的节点“%s”(也许字段不正确?)" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "未引用的节点“%s”" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "未引用的节点“%s”" ! #: tp/Texinfo/Structuring.pm:696 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "尽管节点“%s”是“%s”的上层节点,但缺少相关的菜单项" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3218,3232 **** msgstr "无法创建输出文件“%s”。" ! #: tp/texi2any.pl:662 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s: 忽略不可辨认的 TEXINFO_OUTPUT_FORMAT 值“%s”。\n" ! #: tp/texi2any.pl:745 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "用法:%s [选项]... TEXINFO-文件...\n" ! #: tp/texi2any.pl:748 #, fuzzy msgid "" --- 3213,3227 ---- msgstr "无法创建输出文件“%s”。" ! #: tp/texi2any.pl:657 #, fuzzy, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "%s: 忽略不可辨认的 TEXINFO_OUTPUT_FORMAT 值“%s”。\n" ! #: tp/texi2any.pl:740 #, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "用法:%s [选项]... TEXINFO-文件...\n" ! #: tp/texi2any.pl:743 #, fuzzy msgid "" *************** *** 3240,3244 **** "由 Emacs 或独立 GNU Info 在线浏览的 Info 文件。\n" ! #: tp/texi2any.pl:754 #, fuzzy, perl-format msgid "" --- 3235,3239 ---- "由 Emacs 或独立 GNU Info 在线浏览的 Info 文件。\n" ! #: tp/texi2any.pl:749 #, fuzzy, perl-format msgid "" *************** *** 3269,3273 **** " --version 显示版本信息并退出。\n" ! #: tp/texi2any.pl:770 #, fuzzy msgid "" --- 3264,3268 ---- " --version 显示版本信息并退出。\n" ! #: tp/texi2any.pl:765 #, fuzzy msgid "" *************** *** 3286,3290 **** " --plaintext 输出普通文本而不是 Info。\n" ! #: tp/texi2any.pl:778 #, fuzzy msgid "" --- 3281,3285 ---- " --plaintext 输出普通文本而不是 Info。\n" ! #: tp/texi2any.pl:773 #, fuzzy msgid "" *************** *** 3325,3329 **** " -o, --output=FILE 输出到文件 FILE (如果是分割的 HTML 则为目录)。\n" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3320,3324 ---- " -o, --output=FILE 输出到文件 FILE (如果是分割的 HTML 则为目录)。\n" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3359,3363 **** " --split-size=NUM 在大小 NUM 的时候拆分 Info 文件 (默认为 %d)。\n" ! #: tp/texi2any.pl:815 #, fuzzy msgid "" --- 3354,3358 ---- " --split-size=NUM 在大小 NUM 的时候拆分 Info 文件 (默认为 %d)。\n" ! #: tp/texi2any.pl:810 #, fuzzy msgid "" *************** *** 3381,3385 **** " 以 ASCII 字义生成文件名。\n" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3376,3380 ---- " 以 ASCII 字义生成文件名。\n" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3387,3391 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3382,3386 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3393,3397 **** msgstr "" ! #: tp/texi2any.pl:832 #, fuzzy msgid "" --- 3388,3392 ---- msgstr "" ! #: tp/texi2any.pl:827 #, fuzzy msgid "" *************** *** 3411,3415 **** " -U VAR 取消变量 VAR 的定义,就象 @clear。\n" ! #: tp/texi2any.pl:840 #, fuzzy msgid "" --- 3406,3410 ---- " -U VAR 取消变量 VAR 的定义,就象 @clear。\n" ! #: tp/texi2any.pl:835 #, fuzzy msgid "" *************** *** 3443,3447 **** " --no-iftex 不要处理 @iftex 和 @tex 文本。\n" ! #: tp/texi2any.pl:857 #, fuzzy msgid "" --- 3438,3442 ---- " --no-iftex 不要处理 @iftex 和 @tex 文本。\n" ! #: tp/texi2any.pl:852 #, fuzzy msgid "" *************** *** 3459,3463 **** " 如果生成 XML,则 --ifxml 默认开启而其它默认关闭。\n" ! #: tp/texi2any.pl:864 #, fuzzy msgid "" --- 3454,3458 ---- " 如果生成 XML,则 --ifxml 默认开启而其它默认关闭。\n" ! #: tp/texi2any.pl:859 #, fuzzy msgid "" *************** *** 3487,3544 **** " makeinfo --no-split foo.texi 输出单个 Info 文件而不论大小\n" ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "未知的动作“%s”" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s:遗漏文件参数。\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "试用“%s --help”以获取更多信息。\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "关闭输出文件“%s”时出错" ! #: tp/texi2any.pl:1284 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3482,3539 ---- " makeinfo --no-split foo.texi 输出单个 Info 文件而不论大小\n" ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "未知的动作“%s”" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s:遗漏文件参数。\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "试用“%s --help”以获取更多信息。\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "关闭输出文件“%s”时出错" ! #: tp/texi2any.pl:1280 #, fuzzy, perl-format msgid "could not open %s for writing: %s\n" msgstr "%s: 无法打开 --css-file: %s" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3546,3560 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, fuzzy, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: 忽略二次内部连接输出“%s”。\n" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3541,3555 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, fuzzy, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "%s: 忽略二次内部连接输出“%s”。\n" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" Binary files texinfo-6.4/po/zh_TW.gmo and texinfo-6.5/po/zh_TW.gmo differ diff -Nrc2 texinfo-6.4/po/zh_TW.po texinfo-6.5/po/zh_TW.po *** texinfo-6.4/po/zh_TW.po 2017-06-23 06:53:07.000000000 +0100 --- texinfo-6.5/po/zh_TW.po 2017-08-19 19:55:17.000000000 +0100 *************** *** 7,11 **** "Project-Id-Version: texinfo 4.1\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2002-03-08 04:56+0800\n" "Last-Translator: Abel Cheung <maddog@linux.org.hk>\n" --- 7,11 ---- "Project-Id-Version: texinfo 4.1\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-08-19 19:55+0100\n" "PO-Revision-Date: 2002-03-08 04:56+0800\n" "Last-Translator: Abel Cheung <maddog@linux.org.hk>\n" *************** *** 388,427 **** msgstr "涵 `%s' b`I `%s' ." ! #: info/info.c:415 info/info.c:1181 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "䤣 `%s' `I." ! #: info/info.c:437 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:635 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:815 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:822 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:828 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "]w Info ܼƪƭ" ! #: info/info.c:840 #, c-format msgid "Try --help for more information.\n" msgstr "ո --help HohT.\n" ! #: info/info.c:859 install-info/install-info.c:2239 tp/texi2any.pl:888 #, c-format, perl-format msgid "" --- 388,427 ---- msgstr "涵 `%s' b`I `%s' ." ! #: info/info.c:417 info/info.c:1183 #, fuzzy, c-format msgid "Cannot find node '%s'" msgstr "䤣 `%s' `I." ! #: info/info.c:439 #, c-format msgid "No program name given" msgstr "" ! #: info/info.c:637 #, c-format msgid "invalid number: %s\n" msgstr "" ! #: info/info.c:817 #, c-format msgid "malformed variable assignment: %s" msgstr "" ! #: info/info.c:824 info/infokey.c:540 #, c-format msgid "%s: no such variable" msgstr "" ! #: info/info.c:830 info/infokey.c:542 #, fuzzy, c-format msgid "value %s is not valid for variable %s" msgstr "]w Info ܼƪƭ" ! #: info/info.c:842 #, c-format msgid "Try --help for more information.\n" msgstr "ո --help HohT.\n" ! #: info/info.c:861 install-info/install-info.c:2239 tp/texi2any.pl:883 #, c-format, perl-format msgid "" *************** *** 433,442 **** msgstr "" ! #: info/info.c:1035 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "䤣]t `%s' ޶\n" ! #: info/info.c:1089 #, c-format msgid "" --- 433,442 ---- msgstr "" ! #: info/info.c:1037 #, fuzzy, c-format msgid "no index entries found for '%s'\n" msgstr "䤣]t `%s' ޶\n" ! #: info/info.c:1091 #, c-format msgid "" *************** *** 446,450 **** msgstr "" ! #: info/info.c:1095 msgid "" "Frequently-used options:\n" --- 446,450 ---- msgstr "" ! #: info/info.c:1097 msgid "" "Frequently-used options:\n" *************** *** 455,459 **** msgstr "" ! #: info/info.c:1102 msgid "" " -h, --help display this help and exit\n" --- 455,459 ---- msgstr "" ! #: info/info.c:1104 msgid "" " -h, --help display this help and exit\n" *************** *** 463,475 **** msgstr "" ! #: info/info.c:1108 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1112 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1116 msgid "" " --subnodes recursively output menu items\n" --- 463,475 ---- msgstr "" ! #: info/info.c:1110 msgid " -O, --show-options, --usage go to command-line options node" msgstr "" ! #: info/info.c:1114 msgid " -b, --speech-friendly be friendly to speech synthesizers" msgstr "" ! #: info/info.c:1118 msgid "" " --subnodes recursively output menu items\n" *************** *** 479,483 **** msgstr "" ! #: info/info.c:1122 msgid "" "\n" --- 479,483 ---- msgstr "" ! #: info/info.c:1124 msgid "" "\n" *************** *** 489,493 **** msgstr "" ! #: info/info.c:1129 msgid "" "\n" --- 489,493 ---- msgstr "" ! #: info/info.c:1131 msgid "" "\n" *************** *** 495,499 **** msgstr "" ! #: info/info.c:1132 msgid "" "\n" --- 495,499 ---- msgstr "" ! #: info/info.c:1134 msgid "" "\n" *************** *** 512,516 **** msgstr "" ! #: info/info.c:1147 install-info/install-info.c:616 tp/texi2any.pl:876 #, fuzzy msgid "" --- 512,516 ---- msgstr "" ! #: info/info.c:1149 install-info/install-info.c:616 tp/texi2any.pl:871 #, fuzzy msgid "" *************** *** 523,595 **** "@DPQ, ХHqll (^) H help-texinfo@gnu.org.\n" ! #: info/info.c:1182 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "䤣 `(%s)%s' `I." ! #: info/info.c:1183 msgid "Cannot find a window!" msgstr "䤣j!" ! #: info/info.c:1184 msgid "Point doesn't appear within this window's node!" msgstr "Цmbj`I!" ! #: info/info.c:1185 #, fuzzy msgid "Cannot delete the last window" msgstr "LkRW@Ӥj." ! #: info/info.c:1186 #, fuzzy msgid "No menu in this node" msgstr "`IS." ! #: info/info.c:1187 #, fuzzy msgid "No footnotes in this node" msgstr "`IS}." ! #: info/info.c:1188 #, fuzzy msgid "No cross references in this node" msgstr "`IS椬ѷ." ! #: info/info.c:1189 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "`IS `%s' pointer." ! #: info/info.c:1190 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr " Info RO `%c'; ո `?' HoDUT." ! #: info/info.c:1191 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "׺ݾ `%s' Lk䴩 Info һݪݨD." ! #: info/info.c:1192 #, fuzzy msgid "You are already at the last page of this node" msgstr "zwb`I̫@." ! #: info/info.c:1193 #, fuzzy msgid "You are already at the first page of this node" msgstr "zwb`IĤ@." ! #: info/info.c:1194 #, fuzzy msgid "Only one window" msgstr "u@Ӥj." ! #: info/info.c:1195 #, fuzzy msgid "Resulting window would be too small" msgstr "ͪj|Ӥp." ! #: info/info.c:1196 #, fuzzy msgid "Not enough room for a help window, please delete a window" --- 523,595 ---- "@DPQ, ХHqll (^) H help-texinfo@gnu.org.\n" ! #: info/info.c:1184 #, fuzzy, c-format msgid "Cannot find node '(%s)%s'" msgstr "䤣 `(%s)%s' `I." ! #: info/info.c:1185 msgid "Cannot find a window!" msgstr "䤣j!" ! #: info/info.c:1186 msgid "Point doesn't appear within this window's node!" msgstr "Цmbj`I!" ! #: info/info.c:1187 #, fuzzy msgid "Cannot delete the last window" msgstr "LkRW@Ӥj." ! #: info/info.c:1188 #, fuzzy msgid "No menu in this node" msgstr "`IS." ! #: info/info.c:1189 #, fuzzy msgid "No footnotes in this node" msgstr "`IS}." ! #: info/info.c:1190 #, fuzzy msgid "No cross references in this node" msgstr "`IS椬ѷ." ! #: info/info.c:1191 #, fuzzy, c-format msgid "No '%s' pointer for this node" msgstr "`IS `%s' pointer." ! #: info/info.c:1192 #, fuzzy, c-format msgid "Unknown Info command '%c'; try '?' for help" msgstr " Info RO `%c'; ո `?' HoDUT." ! #: info/info.c:1193 #, fuzzy, c-format msgid "Terminal type '%s' is not smart enough to run Info" msgstr "׺ݾ `%s' Lk䴩 Info һݪݨD." ! #: info/info.c:1194 #, fuzzy msgid "You are already at the last page of this node" msgstr "zwb`I̫@." ! #: info/info.c:1195 #, fuzzy msgid "You are already at the first page of this node" msgstr "zwb`IĤ@." ! #: info/info.c:1196 #, fuzzy msgid "Only one window" msgstr "u@Ӥj." ! #: info/info.c:1197 #, fuzzy msgid "Resulting window would be too small" msgstr "ͪj|Ӥp." ! #: info/info.c:1198 #, fuzzy msgid "Not enough room for a help window, please delete a window" *************** *** 1408,1599 **** msgstr "" ! #: info/session.c:4116 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4121 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Rܥ}Y, ømJŶKï" ! #: info/session.c:4138 #, c-format msgid "Searching subfile %s ..." msgstr "jMlɮ %s ..." ! #: info/session.c:4174 info/session.c:4437 info/session.c:4550 #, fuzzy, c-format msgid "Search failed" msgstr "jM." ! #: info/session.c:4191 #, fuzzy, c-format msgid "%s%s%s [%s]: " msgstr "%s%s [%s]: " ! #: info/session.c:4192 info/session.c:4198 msgid "Regexp search" msgstr "" ! #: info/session.c:4192 info/session.c:4198 msgid "Search" msgstr "jMr" ! #: info/session.c:4193 info/session.c:4199 #, fuzzy msgid " case-sensitively" msgstr ", HϤjpg覡" ! #: info/session.c:4194 info/session.c:4200 #, fuzzy msgid " backward" msgstr "VjMr" ! #: info/session.c:4197 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4217 msgid "Search string too short" msgstr "" ! #: info/session.c:4408 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4437 info/session.c:4550 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4577 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4584 #, fuzzy, c-format msgid "Search under %s: " msgstr "jMlɮ %s ..." ! #: info/session.c:4599 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4603 info/session.c:4615 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4611 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4624 msgid "Read a string and search for it case-sensitively" msgstr "Ū@Ӧr, MHϤjpg覡jM" ! #: info/session.c:4629 msgid "Read a string and search for it" msgstr "Ū@Ӧr, MjM" ! #: info/session.c:4635 msgid "Read a string and search backward for it" msgstr "Ū@Ӧr, MVjM" ! #: info/session.c:4643 msgid "Repeat last search in the same direction" msgstr "HP˪jMVФWjM" ! #: info/session.c:4651 info/session.c:4696 msgid "No previous search string" msgstr "Se@jMr" ! #: info/session.c:4688 msgid "Repeat last search in the reverse direction" msgstr "HۤϪjMVФWjM" ! #: info/session.c:4735 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4751 info/session.c:4757 msgid "Search interactively for a string as you type it" msgstr "Hʤ覡, JrjM" ! #: info/session.c:4877 #, fuzzy msgid "Regexp I-search backward: " msgstr "ϦVʷjM: " ! #: info/session.c:4878 msgid "I-search backward: " msgstr "ϦVʷjM: " ! #: info/session.c:4880 #, fuzzy msgid "Regexp I-search: " msgstr "ʷjM: " ! #: info/session.c:4881 msgid "I-search: " msgstr "ʷjM: " ! #: info/session.c:4906 info/session.c:4909 msgid "Failing " msgstr " " ! #: info/session.c:5274 msgid "Cancel current operation" msgstr "ثe@~" ! #: info/session.c:5281 msgid "Quit" msgstr "" ! #: info/session.c:5286 #, fuzzy msgid "Display version of Info being run" msgstr "ܪT, M}" ! #: info/session.c:5288 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5293 msgid "Redraw the display" msgstr "øe" ! #: info/session.c:5330 msgid "Quit using Info" msgstr "ϥ Info" ! #: info/session.c:5346 msgid "Run command bound to this key's lowercase variant" msgstr "" ! #: info/session.c:5357 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "RO (%s)." ! #: info/session.c:5360 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" Xk" ! #: info/session.c:5361 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "\"%s\" Xk" ! #: info/session.c:5679 msgid "Add this digit to the current numeric argument" msgstr "NƦr[ܥثeƭȤ޼" ! #: info/session.c:5686 msgid "Start (or multiply by 4) the current numeric argument" msgstr "}lثeƭȤ޼ (άOH 4)" --- 1408,1599 ---- msgstr "" ! #: info/session.c:4113 msgid "Search continued from the end of the document" msgstr "" ! #: info/session.c:4118 #, fuzzy msgid "Search continued from the beginning of the document" msgstr "Rܥ}Y, ømJŶKï" ! #: info/session.c:4135 #, c-format msgid "Searching subfile %s ..." msgstr "jMlɮ %s ..." ! #: info/session.c:4171 info/session.c:4434 info/session.c:4547 #, fuzzy, c-format msgid "Search failed" msgstr "jM." ! #: info/session.c:4188 #, fuzzy, c-format msgid "%s%s%s [%s]: " msgstr "%s%s [%s]: " ! #: info/session.c:4189 info/session.c:4195 msgid "Regexp search" msgstr "" ! #: info/session.c:4189 info/session.c:4195 msgid "Search" msgstr "jMr" ! #: info/session.c:4190 info/session.c:4196 #, fuzzy msgid " case-sensitively" msgstr ", HϤjpg覡" ! #: info/session.c:4191 info/session.c:4197 #, fuzzy msgid " backward" msgstr "VjMr" ! #: info/session.c:4194 #, c-format msgid "%s%s%s: " msgstr "" ! #: info/session.c:4214 msgid "Search string too short" msgstr "" ! #: info/session.c:4405 #, c-format msgid "Going back to last match from %s" msgstr "" ! #: info/session.c:4434 info/session.c:4547 #, c-format msgid "No more matches" msgstr "" ! #: info/session.c:4574 msgid "Search this node and subnodes for a string" msgstr "" #. TRANSLATORS: %s is the title of a node. ! #: info/session.c:4581 #, fuzzy, c-format msgid "Search under %s: " msgstr "jMlɮ %s ..." ! #: info/session.c:4596 msgid "Go to next match in Info sub-tree" msgstr "" ! #: info/session.c:4600 info/session.c:4612 #, c-format msgid "No active search" msgstr "" ! #: info/session.c:4608 msgid "Go to previous match in Info sub-tree" msgstr "" ! #: info/session.c:4621 msgid "Read a string and search for it case-sensitively" msgstr "Ū@Ӧr, MHϤjpg覡jM" ! #: info/session.c:4626 msgid "Read a string and search for it" msgstr "Ū@Ӧr, MjM" ! #: info/session.c:4632 msgid "Read a string and search backward for it" msgstr "Ū@Ӧr, MVjM" ! #: info/session.c:4640 msgid "Repeat last search in the same direction" msgstr "HP˪jMVФWjM" ! #: info/session.c:4648 info/session.c:4693 msgid "No previous search string" msgstr "Se@jMr" ! #: info/session.c:4685 msgid "Repeat last search in the reverse direction" msgstr "HۤϪjMVФWjM" ! #: info/session.c:4732 msgid "Clear displayed search matches" msgstr "" ! #: info/session.c:4748 info/session.c:4754 msgid "Search interactively for a string as you type it" msgstr "Hʤ覡, JrjM" ! #: info/session.c:4874 #, fuzzy msgid "Regexp I-search backward: " msgstr "ϦVʷjM: " ! #: info/session.c:4875 msgid "I-search backward: " msgstr "ϦVʷjM: " ! #: info/session.c:4877 #, fuzzy msgid "Regexp I-search: " msgstr "ʷjM: " ! #: info/session.c:4878 msgid "I-search: " msgstr "ʷjM: " ! #: info/session.c:4903 info/session.c:4906 msgid "Failing " msgstr " " ! #: info/session.c:5271 msgid "Cancel current operation" msgstr "ثe@~" ! #: info/session.c:5278 msgid "Quit" msgstr "" ! #: info/session.c:5283 #, fuzzy msgid "Display version of Info being run" msgstr "ܪT, M}" ! #: info/session.c:5285 #, c-format msgid "GNU Info version %s" msgstr "" ! #: info/session.c:5290 msgid "Redraw the display" msgstr "øe" ! #: info/session.c:5327 msgid "Quit using Info" msgstr "ϥ Info" ! #: info/session.c:5343 msgid "Run command bound to this key's lowercase variant" msgstr "" ! #: info/session.c:5354 #, fuzzy, c-format msgid "Unknown command (%s)" msgstr "RO (%s)." ! #: info/session.c:5357 #, c-format msgid "\"%s\" is invalid" msgstr "\"%s\" Xk" ! #: info/session.c:5358 #, fuzzy, c-format msgid "'%s' is invalid" msgstr "\"%s\" Xk" ! #: info/session.c:5676 msgid "Add this digit to the current numeric argument" msgstr "NƦr[ܥثeƭȤ޼" ! #: info/session.c:5683 msgid "Start (or multiply by 4) the current numeric argument" msgstr "}lثeƭȤ޼ (άOH 4)" *************** *** 1944,1952 **** #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1198 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6575 ! #: tp/Texinfo/Convert/HTML.pm:6599 tp/Texinfo/Convert/HTML.pm:6980 ! #: tp/Texinfo/Convert/HTML.pm:7039 tp/Texinfo/Convert/HTML.pm:7118 ! #: tp/Texinfo/Convert/HTML.pm:7195 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format --- 1944,1952 ---- #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:849 ! #: tp/Texinfo/Convert/Converter.pm:887 tp/Texinfo/Convert/Converter.pm:1211 ! #: tp/Texinfo/Convert/DocBook.pm:326 tp/Texinfo/Convert/HTML.pm:6577 ! #: tp/Texinfo/Convert/HTML.pm:6601 tp/Texinfo/Convert/HTML.pm:6982 ! #: tp/Texinfo/Convert/HTML.pm:7041 tp/Texinfo/Convert/HTML.pm:7120 ! #: tp/Texinfo/Convert/HTML.pm:7197 tp/Texinfo/Convert/IXIN.pm:293 #: tp/Texinfo/Convert/Info.pm:302 tp/Texinfo/Convert/TexinfoXML.pm:456 #, perl-format *************** *** 1954,1971 **** msgstr "" ! #: tp/Texinfo/Common.pm:864 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:868 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:871 msgid "" "move your @shortcontents and @contents commands if you want the contents " --- 1954,1971 ---- msgstr "" ! #: tp/Texinfo/Common.pm:865 msgid "recursion is always allowed" msgstr "" ! #: tp/Texinfo/Common.pm:866 msgid "arguments are quoted by default" msgstr "" ! #: tp/Texinfo/Common.pm:869 msgid "" "move your @contents command if you want the contents after the title page" msgstr "" ! #: tp/Texinfo/Common.pm:872 msgid "" "move your @shortcontents and @contents commands if you want the contents " *************** *** 1973,2020 **** msgstr "" ! #: tp/Texinfo/Common.pm:1095 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s O@ӦXk ISO 639 yX" ! #: tp/Texinfo/Common.pm:1100 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s O@ӦXk ISO 639 yX" ! #: tp/Texinfo/Common.pm:1118 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1141 #, perl-format msgid "could not read %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1160 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Common.pm:1166 tp/Texinfo/Parser.pm:3178 #, perl-format msgid "@%s: could not find %s" msgstr "" ! #: tp/Texinfo/Common.pm:1626 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1637 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1647 tp/Texinfo/Parser.pm:862 #, perl-format msgid "could not open %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:2167 #, perl-format msgid "could not protect hash character in @%s" --- 1973,2020 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1096 #, fuzzy, perl-format msgid "%s is not a valid language code" msgstr "%s O@ӦXk ISO 639 yX" ! #: tp/Texinfo/Common.pm:1101 #, fuzzy, perl-format msgid "%s is not a valid region code" msgstr "%s O@ӦXk ISO 639 yX" ! #: tp/Texinfo/Common.pm:1119 #, perl-format msgid "%s is not a valid split possibility" msgstr "" ! #: tp/Texinfo/Common.pm:1142 #, perl-format msgid "could not read %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:1162 #, fuzzy, perl-format msgid "error on closing @verbatiminclude file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Common.pm:1168 tp/Texinfo/Parser.pm:3097 #, perl-format msgid "@%s: could not find %s" msgstr "" ! #: tp/Texinfo/Common.pm:1633 msgid "no node to be renamed" msgstr "" ! #: tp/Texinfo/Common.pm:1644 msgid "nodes without a new name at the end of file" msgstr "" ! #: tp/Texinfo/Common.pm:1654 tp/Texinfo/Parser.pm:859 #, perl-format msgid "could not open %s: %s" msgstr "" ! #: tp/Texinfo/Common.pm:2174 #, perl-format msgid "could not protect hash character in @%s" *************** *** 2032,2040 **** #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7006 ! #: tp/Texinfo/Convert/HTML.pm:7065 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:2057 #, fuzzy, perl-format msgid "error on closing %s: %s" --- 2032,2040 ---- #: tp/Texinfo/Convert/Converter.pm:870 tp/Texinfo/Convert/Converter.pm:903 ! #: tp/Texinfo/Convert/DocBook.pm:362 tp/Texinfo/Convert/HTML.pm:7008 ! #: tp/Texinfo/Convert/HTML.pm:7067 tp/Texinfo/Convert/IXIN.pm:914 #: tp/Texinfo/Convert/Info.pm:165 tp/Texinfo/Convert/Info.pm:191 #: tp/Texinfo/Convert/Info.pm:219 tp/Texinfo/Convert/Info.pm:282 ! #: tp/Texinfo/Convert/TexinfoXML.pm:475 tp/Texinfo/Parser.pm:1976 #, fuzzy, perl-format msgid "error on closing %s: %s" *************** *** 2056,2060 **** msgstr "@image ɮ `%s' LkŪ: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5227 #, fuzzy msgid "no argument specified for @U" --- 2056,2060 ---- msgstr "@image ɮ `%s' LkŪ: %s" ! #: tp/Texinfo/Convert/DocBook.pm:1098 tp/Texinfo/Parser.pm:5117 #, fuzzy msgid "no argument specified for @U" *************** *** 2066,2175 **** msgstr "@image ɮ `%s' LkŪ: %s" ! #: tp/Texinfo/Convert/HTML.pm:2437 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4680 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4708 #, fuzzy msgid "missing type" msgstr "%c%s |kjA" ! #: tp/Texinfo/Convert/HTML.pm:4711 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s: ﶵ `--%s'\n" ! #: tp/Texinfo/Convert/HTML.pm:4728 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Convert/HTML.pm:5013 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "--css-include ended in comment" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5043 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5049 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "Lk}Ҧ `%s' ޹D." ! #: tp/Texinfo/Convert/HTML.pm:5059 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Convert/HTML.pm:5873 tp/Texinfo/Convert/HTML.pm:5877 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "䤣]t `%s' ޶\n" ! #: tp/Texinfo/Convert/HTML.pm:6570 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Convert/HTML.pm:6594 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Convert/HTML.pm:6709 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6914 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7125 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Convert/HTML.pm:7150 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "b, `IS `W@ (Prev)' `I `W@h (Up)' `I." ! #: tp/Texinfo/Convert/HTML.pm:7156 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "QѷӪ`I `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7170 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7202 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7240 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 tp/Texinfo/Parser.pm:3510 #, perl-format msgid "syntax for an external node used for `%s'" --- 2066,2175 ---- msgstr "@image ɮ `%s' LkŪ: %s" ! #: tp/Texinfo/Convert/HTML.pm:2439 #, perl-format msgid "raw format %s is not converted" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4682 #, perl-format msgid "could not open html refs config file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4710 #, fuzzy msgid "missing type" msgstr "%c%s |kjA" ! #: tp/Texinfo/Convert/HTML.pm:4713 #, fuzzy, perl-format msgid "unrecognized type: %s" msgstr "%s: ﶵ `--%s'\n" ! #: tp/Texinfo/Convert/HTML.pm:4730 #, fuzzy, perl-format msgid "error on closing html refs config file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Convert/HTML.pm:5015 msgid "string not closed in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5017 msgid "--css-include ended in comment" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5019 msgid "@import not finished in css file" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5045 #, perl-format msgid "CSS file %s not found" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:5051 #, fuzzy, perl-format msgid "could not open --include-file %s: %s" msgstr "Lk}Ҧ `%s' ޹D." ! #: tp/Texinfo/Convert/HTML.pm:5061 #, fuzzy, perl-format msgid "error on closing CSS file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Convert/HTML.pm:5875 tp/Texinfo/Convert/HTML.pm:5879 #, fuzzy, perl-format msgid "no htmlxref.cnf entry found for `%s'" msgstr "䤣]t `%s' ޶\n" ! #: tp/Texinfo/Convert/HTML.pm:6572 #, fuzzy, perl-format msgid "error on closing frame file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Convert/HTML.pm:6596 #, fuzzy, perl-format msgid "error on closing TOC frame file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Convert/HTML.pm:6711 #, perl-format msgid "handler %s of stage %s priority %s failed" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6916 msgid "must specify a title with a title command or @top" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7127 #, fuzzy, perl-format msgid "error on closing redirection node file %s: %s" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/Texinfo/Convert/HTML.pm:7152 #, fuzzy, perl-format msgid "old name for `%s' is a node of the document" msgstr "b, `IS `W@ (Prev)' `I `W@h (Up)' `I." ! #: tp/Texinfo/Convert/HTML.pm:7158 #, fuzzy, perl-format msgid "file empty for renamed node `%s'" msgstr "QѷӪ`I `%s'" ! #: tp/Texinfo/Convert/HTML.pm:7172 #, perl-format msgid "target node (new name for `%s') not in document: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7204 #, perl-format msgid "error on closing renamed node redirection file %s: %s" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7242 msgid "empty node name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:7244 tp/Texinfo/Parser.pm:3410 #, perl-format msgid "syntax for an external node used for `%s'" *************** *** 2210,2214 **** msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2574 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" --- 2210,2214 ---- msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:1299 tp/Texinfo/Parser.pm:2493 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" *************** *** 2274,2551 **** msgstr "" ! #: tp/Texinfo/Parser.pm:1095 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1103 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr " `%s' wwqL" ! #: tp/Texinfo/Parser.pm:1109 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "o̬O `%s' ewq" ! #: tp/Texinfo/Parser.pm:1128 tp/Texinfo/Parser.pm:3497 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr " %c%s LΪ޼" ! #: tp/Texinfo/Parser.pm:1219 tp/Texinfo/Structuring.pm:416 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1257 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1267 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1274 tp/Texinfo/Parser.pm:4698 ! #: tp/Texinfo/Parser.pm:4724 tp/Texinfo/Parser.pm:5581 ! #: tp/Texinfo/Parser.pm:5594 tp/Texinfo/Parser.pm:5608 #, perl-format msgid "%c%s requires a name" msgstr "%c%s nW" ! #: tp/Texinfo/Parser.pm:1278 tp/Texinfo/Parser.pm:4701 ! #: tp/Texinfo/Parser.pm:4727 tp/Texinfo/Parser.pm:5584 ! #: tp/Texinfo/Parser.pm:5597 tp/Texinfo/Parser.pm:5611 #, perl-format msgid "bad name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1391 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1395 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1400 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s |kjA" ! #: tp/Texinfo/Parser.pm:1404 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1513 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1581 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1748 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1776 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1779 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1783 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "No matching `%cend %s'" ! #: tp/Texinfo/Parser.pm:1807 tp/Texinfo/Parser.pm:5068 ! #: tp/Texinfo/Parser.pm:5321 #, fuzzy, perl-format msgid "misplaced %c" msgstr "~m %c" ! #: tp/Texinfo/Parser.pm:1901 tp/Texinfo/Parser.pm:3130 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "t諸 `%c%s'" ! #: tp/Texinfo/Parser.pm:2130 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr " `%s' b %d QIs, O޼ƹLh" ! #: tp/Texinfo/Parser.pm:2152 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s |kjA" ! #: tp/Texinfo/Parser.pm:2160 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr " `%s' b %d QIs, O޼ƹLh" ! #: tp/Texinfo/Parser.pm:2193 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "" ! #: tp/Texinfo/Parser.pm:2834 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "%c%s |kjA" ! #: tp/Texinfo/Parser.pm:2839 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2874 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:2889 #, fuzzy msgid "empty multitable" msgstr "%s: ɮ" ! #: tp/Texinfo/Parser.pm:2941 tp/Texinfo/Parser.pm:5687 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr " %c%s LΪ޼" ! #: tp/Texinfo/Parser.pm:2947 tp/Texinfo/Parser.pm:5708 ! #: tp/Texinfo/Parser.pm:5723 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr " %c%s LΪ޼" ! #: tp/Texinfo/Parser.pm:2958 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "" ! #: tp/Texinfo/Parser.pm:2963 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2998 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: ﶵ `--%s' it޼\n" ! #: tp/Texinfo/Parser.pm:3106 tp/Texinfo/Parser.pm:3255 ! #: tp/Texinfo/Parser.pm:5680 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s: |ɮפ޼.\n" ! #: tp/Texinfo/Parser.pm:3120 #, fuzzy, perl-format msgid "unknown @end %s" msgstr " `%s'" ! #: tp/Texinfo/Parser.pm:3143 tp/Texinfo/Parser.pm:3775 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3149 tp/Texinfo/Parser.pm:3230 ! #: tp/Texinfo/Parser.pm:5773 tp/Texinfo/Parser.pm:5818 ! #: tp/Texinfo/Parser.pm:5847 tp/Texinfo/Parser.pm:5888 ! #: tp/Texinfo/Parser.pm:5966 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr " %c%s LΪ޼" ! #: tp/Texinfo/Parser.pm:3173 #, perl-format msgid "@%s: could not open %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3185 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3193 #, fuzzy, perl-format msgid "unrecognized encoding name `%s'" msgstr "%s: ﶵ `%c%s'\n" ! #: tp/Texinfo/Parser.pm:3342 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3349 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "" ! #: tp/Texinfo/Parser.pm:3386 ! #, perl-format ! msgid "@%s should not be associated with @top" ! msgstr "" ! ! #: tp/Texinfo/Parser.pm:3398 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3533 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "`I `%s' S." ! #: tp/Texinfo/Parser.pm:3541 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3612 #, perl-format msgid "@%s should not appear in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3769 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "Rܥ}Y, ømJŶKï" ! #: tp/Texinfo/Parser.pm:3790 #, perl-format msgid "macro `%s' previously defined" msgstr " `%s' wwqL" ! #: tp/Texinfo/Parser.pm:3793 #, perl-format msgid "here is the previous definition of `%s'" msgstr "o̬O `%s' ewq" ! #: tp/Texinfo/Parser.pm:3798 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3865 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3935 #, perl-format msgid "" --- 2274,2546 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:1014 #, perl-format msgid "empty node name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1022 #, fuzzy, perl-format msgid "@%s `%s' previously defined" msgstr " `%s' wwqL" ! #: tp/Texinfo/Parser.pm:1028 #, fuzzy, perl-format msgid "here is the previous definition as @%s" msgstr "o̬O `%s' ewq" ! #: tp/Texinfo/Parser.pm:1047 tp/Texinfo/Parser.pm:3397 #, fuzzy, perl-format msgid "empty argument in @%s" msgstr " %c%s LΪ޼" ! #: tp/Texinfo/Parser.pm:1138 tp/Texinfo/Structuring.pm:442 #, perl-format msgid "multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1176 #, perl-format msgid "bad or empty @%s formal argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1186 #, perl-format msgid "bad syntax for @%s argument: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1193 tp/Texinfo/Parser.pm:4591 ! #: tp/Texinfo/Parser.pm:4617 tp/Texinfo/Parser.pm:5447 ! #: tp/Texinfo/Parser.pm:5460 tp/Texinfo/Parser.pm:5474 #, perl-format msgid "%c%s requires a name" msgstr "%c%s nW" ! #: tp/Texinfo/Parser.pm:1197 tp/Texinfo/Parser.pm:4594 ! #: tp/Texinfo/Parser.pm:4620 tp/Texinfo/Parser.pm:5450 ! #: tp/Texinfo/Parser.pm:5463 tp/Texinfo/Parser.pm:5477 #, perl-format msgid "bad name for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1310 #, perl-format msgid "@end %s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1314 #, perl-format msgid "@%s seen before @%s closing brace" msgstr "" ! #: tp/Texinfo/Parser.pm:1319 #, fuzzy, perl-format msgid "%c%s missing closing brace" msgstr "%c%s |kjA" ! #: tp/Texinfo/Parser.pm:1323 #, perl-format msgid "@%s missing closing delimiter sequence: %s}" msgstr "" ! #: tp/Texinfo/Parser.pm:1432 #, perl-format msgid "@itemx should not begin @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:1500 msgid "@itemx must follow @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1667 #, perl-format msgid "@%s has text but no @item" msgstr "" ! #: tp/Texinfo/Parser.pm:1695 #, perl-format msgid "`@end' expected `%s', but saw `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:1698 #, perl-format msgid "@%s seen before @end %s" msgstr "" ! #: tp/Texinfo/Parser.pm:1702 #, fuzzy, perl-format msgid "no matching `%cend %s'" msgstr "No matching `%cend %s'" ! #: tp/Texinfo/Parser.pm:1726 tp/Texinfo/Parser.pm:4958 ! #: tp/Texinfo/Parser.pm:5211 #, fuzzy, perl-format msgid "misplaced %c" msgstr "~m %c" ! #: tp/Texinfo/Parser.pm:1820 tp/Texinfo/Parser.pm:3049 #, fuzzy, perl-format msgid "unmatched `%c%s'" msgstr "t諸 `%c%s'" ! #: tp/Texinfo/Parser.pm:2049 #, fuzzy, perl-format msgid "macro `%s' called with too many args" msgstr " `%s' b %d QIs, O޼ƹLh" ! #: tp/Texinfo/Parser.pm:2071 #, fuzzy, perl-format msgid "@%s missing closing brace" msgstr "%c%s |kjA" ! #: tp/Texinfo/Parser.pm:2079 #, fuzzy, perl-format msgid "macro `%s' declared without argument called with an argument" msgstr " `%s' b %d QIs, O޼ƹLh" ! #: tp/Texinfo/Parser.pm:2112 #, perl-format msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\" msgstr "" ! #: tp/Texinfo/Parser.pm:2753 #, fuzzy, perl-format msgid "missing name for @%s" msgstr "%c%s |kjA" ! #: tp/Texinfo/Parser.pm:2758 #, perl-format msgid "missing category for @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:2793 #, perl-format msgid "unexpected argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:2808 #, fuzzy msgid "empty multitable" msgstr "%s: ɮ" ! #: tp/Texinfo/Parser.pm:2860 tp/Texinfo/Parser.pm:5553 #, fuzzy, perl-format msgid "superfluous argument to @%s" msgstr " %c%s LΪ޼" ! #: tp/Texinfo/Parser.pm:2866 tp/Texinfo/Parser.pm:5574 ! #: tp/Texinfo/Parser.pm:5589 #, fuzzy, perl-format msgid "bad argument to @%s" msgstr " %c%s LΪ޼" ! #: tp/Texinfo/Parser.pm:2877 #, perl-format msgid "%s requires an argument: the formatter for %citem" msgstr "" ! #: tp/Texinfo/Parser.pm:2882 #, perl-format msgid "command @%s not accepting argument in brace should not be on @%s line" msgstr "" ! #: tp/Texinfo/Parser.pm:2917 #, fuzzy, perl-format msgid "accent command `@%s' not allowed as @%s argument" msgstr "%s: ﶵ `--%s' it޼\n" ! #: tp/Texinfo/Parser.pm:3025 tp/Texinfo/Parser.pm:3178 ! #: tp/Texinfo/Parser.pm:5546 #, fuzzy, perl-format msgid "@%s missing argument" msgstr "%s: |ɮפ޼.\n" ! #: tp/Texinfo/Parser.pm:3039 #, fuzzy, perl-format msgid "unknown @end %s" msgstr " `%s'" ! #: tp/Texinfo/Parser.pm:3062 tp/Texinfo/Parser.pm:3668 #, perl-format msgid "superfluous argument to @%s %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3068 tp/Texinfo/Parser.pm:3153 ! #: tp/Texinfo/Parser.pm:5639 tp/Texinfo/Parser.pm:5684 ! #: tp/Texinfo/Parser.pm:5713 tp/Texinfo/Parser.pm:5754 ! #: tp/Texinfo/Parser.pm:5832 #, fuzzy, perl-format msgid "bad argument to @%s: %s" msgstr " %c%s LΪ޼" ! #: tp/Texinfo/Parser.pm:3092 #, perl-format msgid "@%s: could not open %s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:3108 #, perl-format msgid "encoding `%s' is not a canonical texinfo encoding" msgstr "" ! #: tp/Texinfo/Parser.pm:3116 #, fuzzy, perl-format msgid "unrecognized encoding name `%s'" msgstr "%s: ﶵ `%c%s'\n" ! #: tp/Texinfo/Parser.pm:3244 #, perl-format msgid "@%s after the first element" msgstr "" ! #: tp/Texinfo/Parser.pm:3251 #, perl-format msgid "@%s only meaningful on a @multitable line" msgstr "" ! #: tp/Texinfo/Parser.pm:3298 #, perl-format msgid "@node precedes @%s, but parts may not be associated with nodes" msgstr "" ! #: tp/Texinfo/Parser.pm:3433 #, fuzzy, perl-format msgid "empty menu entry name in `%s'" msgstr "`I `%s' S." ! #: tp/Texinfo/Parser.pm:3441 msgid "empty node name in menu entry" msgstr "" ! #: tp/Texinfo/Parser.pm:3512 #, perl-format msgid "@%s should not appear in @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3662 #, fuzzy, perl-format msgid "@end %s should only appear at the beginning of a line" msgstr "Rܥ}Y, ømJŶKï" ! #: tp/Texinfo/Parser.pm:3683 #, perl-format msgid "macro `%s' previously defined" msgstr " `%s' wwqL" ! #: tp/Texinfo/Parser.pm:3686 #, perl-format msgid "here is the previous definition of `%s'" msgstr "o̬O `%s' ewq" ! #: tp/Texinfo/Parser.pm:3691 #, perl-format msgid "redefining Texinfo language command: @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:3758 #, perl-format msgid "@%s without associated character" msgstr "" ! #: tp/Texinfo/Parser.pm:3828 #, perl-format msgid "" *************** *** 2553,2557 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3960 #, perl-format msgid "" --- 2548,2552 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3853 #, perl-format msgid "" *************** *** 2560,2977 **** msgstr "" ! #: tp/Texinfo/Parser.pm:3969 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:4024 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:4030 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "ϥΤjANRO]_, H@ @%s ޼" ! #: tp/Texinfo/Parser.pm:4043 tp/Texinfo/Parser.pm:5191 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s ϥ `i' `j' @޼, ӤO `%c'" ! #: tp/Texinfo/Parser.pm:4054 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:4065 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s wpn `{...}'" ! #: tp/Texinfo/Parser.pm:4223 #, perl-format msgid "undefined flag: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4227 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4234 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s wo" ! #: tp/Texinfo/Parser.pm:4237 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s wo" ! #: tp/Texinfo/Parser.pm:4246 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "Rܥ}Y, ømJŶKï" ! #: tp/Texinfo/Parser.pm:4337 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s b `@%s' ϶, ä㦳Nq" ! #: tp/Texinfo/Parser.pm:4346 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4470 tp/Texinfo/Parser.pm:4487 ! #: tp/Texinfo/Parser.pm:4537 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s b `@%s' ϶, ä㦳Nq" ! #: tp/Texinfo/Parser.pm:4497 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s: ɮ" ! #: tp/Texinfo/Parser.pm:4503 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4506 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "multitable ؤӦh (̤jȬ %d)" ! #: tp/Texinfo/Parser.pm:4543 msgid "ignoring @tab outside of multitable" msgstr " multitable ~ @tab" ! #: tp/Texinfo/Parser.pm:4547 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4587 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4629 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "" ! #: tp/Texinfo/Parser.pm:4633 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4838 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "wq}, OS`I" ! #: tp/Texinfo/Parser.pm:4855 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4863 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4869 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@menu bĤ@ @node eX{, Nإ `Top' `I" ! #: tp/Texinfo/Parser.pm:4872 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "]\zӧ @top `I]tb @ifnottex, ӤO @ifinfo?" ! #: tp/Texinfo/Parser.pm:4935 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4943 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "RO `%s'" ! #: tp/Texinfo/Parser.pm:4953 #, fuzzy msgid "unexpected @" msgstr "Expected `%s'" ! #: tp/Texinfo/Parser.pm:4981 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s b `@%s' ϶, ä㦳Nq" ! #: tp/Texinfo/Parser.pm:4986 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4994 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5113 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5139 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5158 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5169 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5182 msgid "@image missing filename argument" msgstr "@image SɦW޼" ! #: tp/Texinfo/Parser.pm:5213 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s: |ɮפ޼.\n" ! #: tp/Texinfo/Parser.pm:5232 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5238 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5255 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5461 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5512 #, fuzzy, perl-format msgid "expected @end %s" msgstr "Expected `%s'" ! #: tp/Texinfo/Parser.pm:5623 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "ϥΤjANRO]_, H@ @%s ޼" ! #: tp/Texinfo/Parser.pm:5633 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5703 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "ϥΤjANRO]_, H@ @%s ޼" ! #: tp/Texinfo/Parser.pm:5728 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5736 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5745 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: %s ޼ƥƭ, ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5754 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5780 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr " `%s'" ! #: tp/Texinfo/Parser.pm:5783 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5813 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5826 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "@printindex `%s'" ! #: tp/Texinfo/Parser.pm:5832 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5840 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5856 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: %s ޼ƥƭ, ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5864 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5872 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "%s: --footnote-style ޼ƥ `separate' `end', ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5880 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: %s ޼ƥƭ, ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5898 tp/Texinfo/Parser.pm:5903 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "%s: --paragraph-indent ޼ƥ ƭ/`none'/`asis', ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5911 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "%s: --paragraph-indent ޼ƥ ƭ/`none'/`asis', ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5921 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "%s: --paragraph-indent ޼ƥ ƭ/`none'/`asis', ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5933 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5942 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5950 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "%s: --footnote-style ޼ƥ `separate' `end', ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5958 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "%s: --footnote-style ޼ƥ `separate' `end', ӤO `%s'.\n" ! #: tp/Texinfo/Structuring.pm:155 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:187 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:192 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:281 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:309 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:366 tp/Texinfo/Structuring.pm:1187 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%s ѷӨ줣sb`I: `%s'" ! #: tp/Texinfo/Structuring.pm:373 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:492 #, perl-format msgid "unreferenced node `%s'" msgstr "QѷӪ`I `%s'" ! #: tp/Texinfo/Structuring.pm:543 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:552 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:570 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:625 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:649 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s ѷӨ줣sb`I: `%s'" ! #: tp/Texinfo/Structuring.pm:670 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" ! #: tp/Texinfo/Structuring.pm:678 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1197 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1449 #, perl-format msgid "empty index key in @%s" --- 2555,2972 ---- msgstr "" ! #: tp/Texinfo/Parser.pm:3862 #, perl-format msgid "recursive call of macro %s is not allowed; use @rmacro if needed" msgstr "" ! #: tp/Texinfo/Parser.pm:3918 #, perl-format msgid "accent command `@%s' must not be followed by whitespace" msgstr "" ! #: tp/Texinfo/Parser.pm:3924 #, fuzzy, perl-format msgid "use braces to give a command as an argument to @%s" msgstr "ϥΤjANRO]_, H@ @%s ޼" ! #: tp/Texinfo/Parser.pm:3937 tp/Texinfo/Parser.pm:5081 #, fuzzy, perl-format msgid "%c%s expects `i' or `j' as argument, not `%s'" msgstr "%c%s ϥ `i' `j' @޼, ӤO `%c'" ! #: tp/Texinfo/Parser.pm:3948 #, perl-format msgid "accent command `@%s' must not be followed by new line" msgstr "" ! #: tp/Texinfo/Parser.pm:3959 #, fuzzy, perl-format msgid "@%s expected braces" msgstr "%c%s wpn `{...}'" ! #: tp/Texinfo/Parser.pm:4117 #, perl-format msgid "undefined flag: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:4121 msgid "bad syntax for @value" msgstr "" ! #: tp/Texinfo/Parser.pm:4128 #, fuzzy, perl-format msgid "%c%s is obsolete." msgstr "%c%s wo" ! #: tp/Texinfo/Parser.pm:4131 #, fuzzy, perl-format msgid "%c%s is obsolete; %s" msgstr "%c%s wo" ! #: tp/Texinfo/Parser.pm:4140 #, fuzzy, perl-format msgid "@%s should only appear at the beginning of a line" msgstr "Rܥ}Y, ømJŶKï" ! #: tp/Texinfo/Parser.pm:4231 #, fuzzy, perl-format msgid "@%s not allowed inside `@%s' block" msgstr "@%s b `@%s' ϶, ä㦳Nq" ! #: tp/Texinfo/Parser.pm:4240 #, perl-format msgid "@%s should only appear in heading or footing" msgstr "" ! #: tp/Texinfo/Parser.pm:4364 tp/Texinfo/Parser.pm:4381 ! #: tp/Texinfo/Parser.pm:4431 #, perl-format msgid "@%s not meaningful inside `@%s' block" msgstr "@%s b `@%s' ϶, ä㦳Nq" ! #: tp/Texinfo/Parser.pm:4391 #, fuzzy, perl-format msgid "@%s in empty multitable" msgstr "%s: ɮ" ! #: tp/Texinfo/Parser.pm:4397 msgid "@tab before @item" msgstr "" ! #: tp/Texinfo/Parser.pm:4400 #, fuzzy, perl-format msgid "too many columns in multitable item (max %d)" msgstr "multitable ؤӦh (̤jȬ %d)" ! #: tp/Texinfo/Parser.pm:4437 msgid "ignoring @tab outside of multitable" msgstr " multitable ~ @tab" ! #: tp/Texinfo/Parser.pm:4441 #, perl-format msgid "@%s outside of table or list" msgstr "" ! #: tp/Texinfo/Parser.pm:4480 #, perl-format msgid "must be after `@%s' to use `@%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:4522 #, perl-format msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments" msgstr "" ! #: tp/Texinfo/Parser.pm:4526 msgid "@dircategory after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4731 #, fuzzy, perl-format msgid "region %s inside region %s is not allowed" msgstr "wq}, OS`I" ! #: tp/Texinfo/Parser.pm:4748 msgid "@direntry after first node" msgstr "" ! #: tp/Texinfo/Parser.pm:4756 msgid "@menu in invalid context" msgstr "" ! #: tp/Texinfo/Parser.pm:4762 #, fuzzy, perl-format msgid "@%s seen before first @node" msgstr "@menu bĤ@ @node eX{, Nإ `Top' `I" ! #: tp/Texinfo/Parser.pm:4765 msgid "" "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?" msgstr "]\zӧ @top `I]tb @ifnottex, ӤO @ifinfo?" ! #: tp/Texinfo/Parser.pm:4825 #, perl-format msgid "@%s should only appear in math context" msgstr "" ! #: tp/Texinfo/Parser.pm:4833 #, fuzzy, perl-format msgid "unknown command `%s'" msgstr "RO `%s'" ! #: tp/Texinfo/Parser.pm:4843 #, fuzzy msgid "unexpected @" msgstr "Expected `%s'" ! #: tp/Texinfo/Parser.pm:4871 #, fuzzy, perl-format msgid "@%s is not meaningful outside `@float' environment" msgstr "@%s b `@%s' ϶, ä㦳Nq" ! #: tp/Texinfo/Parser.pm:4876 #, perl-format msgid "@%s should be right below `@float'" msgstr "" ! #: tp/Texinfo/Parser.pm:4884 #, perl-format msgid "ignoring multiple @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5002 #, perl-format msgid "command @%s does not accept arguments" msgstr "" ! #: tp/Texinfo/Parser.pm:5026 #, perl-format msgid "command @%s missing a node or external manual argument" msgstr "" ! #: tp/Texinfo/Parser.pm:5045 #, perl-format msgid "in @%s empty cross reference name after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5056 #, perl-format msgid "in @%s empty cross reference title after expansion `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5069 msgid "@image missing filename argument" msgstr "@image SɦW޼" ! #: tp/Texinfo/Parser.pm:5103 #, fuzzy, perl-format msgid "@%s missing first argument" msgstr "%s: |ɮפ޼.\n" ! #: tp/Texinfo/Parser.pm:5122 #, perl-format msgid "non-hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5128 #, perl-format msgid "fewer than four hex digits in argument for @U: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5145 #, perl-format msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5351 msgid "superfluous arguments for node" msgstr "" ! #: tp/Texinfo/Parser.pm:5402 #, fuzzy, perl-format msgid "expected @end %s" msgstr "Expected `%s'" ! #: tp/Texinfo/Parser.pm:5489 #, fuzzy, perl-format msgid "@%s should only accept an @-command as argument, not `%s'" msgstr "ϥΤjANRO]_, H@ @%s ޼" ! #: tp/Texinfo/Parser.pm:5499 #, perl-format msgid "remaining argument on @%s line: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5569 #, fuzzy, perl-format msgid "environment command %s as argument to @%s" msgstr "ϥΤjANRO]_, H@ @%s ޼" ! #: tp/Texinfo/Parser.pm:5594 #, perl-format msgid "empty @%s" msgstr "" ! #: tp/Texinfo/Parser.pm:5602 #, perl-format msgid "column fraction not a number: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5611 #, fuzzy, perl-format msgid "@sp arg must be numeric, not `%s'" msgstr "%s: %s ޼ƥƭ, ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5620 #, perl-format msgid "reserved index name %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5646 #, fuzzy, perl-format msgid "unknown source index in @%s: %s" msgstr " `%s'" ! #: tp/Texinfo/Parser.pm:5649 #, perl-format msgid "unknown destination index in @%s: %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5679 #, perl-format msgid "@%s leads to a merging of %s in itself, ignoring" msgstr "" ! #: tp/Texinfo/Parser.pm:5692 #, fuzzy, perl-format msgid "unknown index `%s' in @printindex" msgstr "@printindex `%s'" ! #: tp/Texinfo/Parser.pm:5698 #, perl-format msgid "printing an index `%s' merged in another one, `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5706 #, perl-format msgid "printindex before document beginning: @printindex %s" msgstr "" ! #: tp/Texinfo/Parser.pm:5722 #, fuzzy, perl-format msgid "@%s arg must be `top' or `bottom', not `%s'" msgstr "%s: %s ޼ƥƭ, ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5730 #, perl-format msgid "Only @%s 10 or 11 is supported, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5738 #, fuzzy, perl-format msgid "@%s arg must be `separate' or `end', not `%s'" msgstr "%s: --footnote-style ޼ƥ `separate' `end', ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5746 #, fuzzy, perl-format msgid "@%s arg must be `on', `off' or `odd', not `%s'" msgstr "%s: %s ޼ƥƭ, ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5764 tp/Texinfo/Parser.pm:5769 #, fuzzy, perl-format msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'" msgstr "%s: --paragraph-indent ޼ƥ ƭ/`none'/`asis', ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5777 #, fuzzy, perl-format msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'" msgstr "%s: --paragraph-indent ޼ƥ ƭ/`none'/`asis', ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5787 #, fuzzy, perl-format msgid "@exampleindent arg must be numeric/`asis', not `%s'" msgstr "%s: --paragraph-indent ޼ƥ ƭ/`none'/`asis', ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5799 #, perl-format msgid "expected @%s on or off, not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5808 #, perl-format msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'" msgstr "" ! #: tp/Texinfo/Parser.pm:5816 #, fuzzy, perl-format msgid "@allowcodebreaks arg must be `true' or `false', not `%s'" msgstr "%s: --footnote-style ޼ƥ `separate' `end', ӤO `%s'.\n" ! #: tp/Texinfo/Parser.pm:5824 #, fuzzy, perl-format msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'" msgstr "%s: --footnote-style ޼ƥ `separate' `end', ӤO `%s'.\n" ! #: tp/Texinfo/Structuring.pm:181 #, perl-format msgid "raising the section level of @%s which is too low" msgstr "" ! #: tp/Texinfo/Structuring.pm:213 #, perl-format msgid "no chapter-level command before @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:218 #, perl-format msgid "lowering the section level of @%s appearing after a lower element" msgstr "" ! #: tp/Texinfo/Structuring.pm:307 #, perl-format msgid "no sectioning command associated with @%s" msgstr "" ! #: tp/Texinfo/Structuring.pm:335 #, perl-format msgid "@%s not empty" msgstr "" ! #: tp/Texinfo/Structuring.pm:392 tp/Texinfo/Structuring.pm:1213 #, fuzzy, perl-format msgid "@%s reference to nonexistent node `%s'" msgstr "%s ѷӨ줣sb`I: `%s'" ! #: tp/Texinfo/Structuring.pm:399 #, perl-format msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:518 #, perl-format msgid "unreferenced node `%s'" msgstr "QѷӪ`I `%s'" ! #: tp/Texinfo/Structuring.pm:569 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" ! #: tp/Texinfo/Structuring.pm:578 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" ! #: tp/Texinfo/Structuring.pm:596 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" ! #: tp/Texinfo/Structuring.pm:651 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:675 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s ѷӨ줣sb`I: `%s'" ! #: tp/Texinfo/Structuring.pm:696 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" ! #: tp/Texinfo/Structuring.pm:704 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" ! #: tp/Texinfo/Structuring.pm:1223 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" ! #: tp/Texinfo/Structuring.pm:1475 #, perl-format msgid "empty index key in @%s" *************** *** 3134,3148 **** msgstr "Lkإ߿Xɮ `%s'." ! #: tp/texi2any.pl:662 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "" ! #: tp/texi2any.pl:745 #, fuzzy, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Ϊk: %s [OPTION]... FILE...\n" ! #: tp/texi2any.pl:748 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" --- 3129,3143 ---- msgstr "Lkإ߿Xɮ `%s'." ! #: tp/texi2any.pl:657 #, perl-format msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n" msgstr "" ! #: tp/texi2any.pl:740 #, fuzzy, perl-format msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n" msgstr "Ϊk: %s [OPTION]... FILE...\n" ! #: tp/texi2any.pl:743 msgid "" "Translate Texinfo source documentation to various other formats, by default\n" *************** *** 3153,3157 **** msgstr "" ! #: tp/texi2any.pl:754 #, perl-format msgid "" --- 3148,3152 ---- msgstr "" ! #: tp/texi2any.pl:749 #, perl-format msgid "" *************** *** 3172,3176 **** msgstr "" ! #: tp/texi2any.pl:770 msgid "" "Output format selection (default is to produce Info):\n" --- 3167,3171 ---- msgstr "" ! #: tp/texi2any.pl:765 msgid "" "Output format selection (default is to produce Info):\n" *************** *** 3183,3187 **** msgstr "" ! #: tp/texi2any.pl:778 msgid "" "General output options:\n" --- 3178,3182 ---- msgstr "" ! #: tp/texi2any.pl:773 msgid "" "General output options:\n" *************** *** 3210,3214 **** msgstr "" ! #: tp/texi2any.pl:798 #, perl-format msgid "" --- 3205,3209 ---- msgstr "" ! #: tp/texi2any.pl:793 #, perl-format msgid "" *************** *** 3232,3236 **** msgstr "" ! #: tp/texi2any.pl:815 msgid "" "Options for HTML:\n" --- 3227,3231 ---- msgstr "" ! #: tp/texi2any.pl:810 msgid "" "Options for HTML:\n" *************** *** 3246,3250 **** msgstr "" ! #: tp/texi2any.pl:826 msgid "" "Options for XML and Docbook:\n" --- 3241,3245 ---- msgstr "" ! #: tp/texi2any.pl:821 msgid "" "Options for XML and Docbook:\n" *************** *** 3252,3256 **** msgstr "" ! #: tp/texi2any.pl:829 msgid "" "Options for DVI/PS/PDF:\n" --- 3247,3251 ---- msgstr "" ! #: tp/texi2any.pl:824 msgid "" "Options for DVI/PS/PDF:\n" *************** *** 3258,3262 **** msgstr "" ! #: tp/texi2any.pl:832 msgid "" "Input file options:\n" --- 3253,3257 ---- msgstr "" ! #: tp/texi2any.pl:827 msgid "" "Input file options:\n" *************** *** 3269,3273 **** msgstr "" ! #: tp/texi2any.pl:840 msgid "" "Conditional processing in input:\n" --- 3264,3268 ---- msgstr "" ! #: tp/texi2any.pl:835 msgid "" "Conditional processing in input:\n" *************** *** 3289,3293 **** msgstr "" ! #: tp/texi2any.pl:857 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" --- 3284,3288 ---- msgstr "" ! #: tp/texi2any.pl:852 msgid "" " The defaults for the @if... conditionals depend on the output format:\n" *************** *** 3299,3303 **** msgstr "" ! #: tp/texi2any.pl:864 #, fuzzy msgid "" --- 3294,3298 ---- msgstr "" ! #: tp/texi2any.pl:859 #, fuzzy msgid "" *************** *** 3331,3388 **** "@DPQ, ХHqll (^) H help-texinfo@gnu.org." ! #: tp/texi2any.pl:911 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s: --footnote-style ޼ƥ `separate' `end', ӤO `%s'.\n" ! #: tp/texi2any.pl:1002 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "%s: --paragraph-indent ޼ƥ ƭ/`none'/`asis', ӤO `%s'.\n" ! #: tp/texi2any.pl:1079 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1083 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1099 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "RO `%s'" ! #: tp/texi2any.pl:1106 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1166 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: |ɮפ޼.\n" ! #: tp/texi2any.pl:1167 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "ո `%s --help' HohT.\n" ! #: tp/texi2any.pl:1255 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1278 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/texi2any.pl:1284 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "" ! #: tp/texi2any.pl:1309 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " --- 3326,3383 ---- "@DPQ, ХHqll (^) H help-texinfo@gnu.org." ! #: tp/texi2any.pl:906 #, perl-format msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n" msgstr "%s: --footnote-style ޼ƥ `separate' `end', ӤO `%s'.\n" ! #: tp/texi2any.pl:997 #, perl-format msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n" msgstr "%s: --paragraph-indent ޼ƥ ƭ/`none'/`asis', ӤO `%s'.\n" ! #: tp/texi2any.pl:1074 #, perl-format msgid "%s: when generating %s, only one input FILE may be specified with -o\n" msgstr "" ! #: tp/texi2any.pl:1078 msgid "--Xopt option without printed output" msgstr "" ! #: tp/texi2any.pl:1094 #, fuzzy, perl-format msgid "unknown tree transformation %s" msgstr "RO `%s'" ! #: tp/texi2any.pl:1101 #, perl-format msgid "ignoring splitting for format %s" msgstr "" ! #: tp/texi2any.pl:1161 #, perl-format msgid "%s: missing file argument.\n" msgstr "%s: |ɮפ޼.\n" ! #: tp/texi2any.pl:1162 #, perl-format msgid "Try `%s --help' for more information.\n" msgstr "ո `%s --help' HohT.\n" ! #: tp/texi2any.pl:1251 msgid "fill_gaps_in_sectioning transformation return no result. No section?" msgstr "" ! #: tp/texi2any.pl:1274 #, fuzzy, perl-format msgid "error on closing macro expand file %s: %s\n" msgstr "Lkإ߿Xɮ `%s'." ! #: tp/texi2any.pl:1280 #, perl-format msgid "could not open %s for writing: %s\n" msgstr "" ! #: tp/texi2any.pl:1305 msgid "" "insert_nodes_for_sectioning_commands transformation return no result. No " *************** *** 3390,3404 **** msgstr "" ! #: tp/texi2any.pl:1377 tp/texi2any.pl:1453 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1400 tp/texi2any.pl:1434 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1406 tp/texi2any.pl:1440 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" --- 3385,3399 ---- msgstr "" ! #: tp/texi2any.pl:1372 tp/texi2any.pl:1448 #, perl-format msgid "%s: error on closing %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1395 tp/texi2any.pl:1429 #, perl-format msgid "%s: error on closing internal links file %s: %s\n" msgstr "" ! #: tp/texi2any.pl:1401 tp/texi2any.pl:1435 #, fuzzy, perl-format msgid "%s: could not open %s for writing: %s\n" diff -Nrc2 texinfo-6.4/po_document/Makefile texinfo-6.5/po_document/Makefile *** texinfo-6.4/po_document/Makefile 2017-07-03 17:44:30.000000000 +0100 --- texinfo-6.5/po_document/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,628 **** - # Makefile for PO directory in any package using GNU gettext. - # Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu> - # - # Copying and distribution of this file, with or without modification, - # are permitted in any medium without royalty provided the copyright - # notice and this notice are preserved. This file is offered as-is, - # without any warranty. - # - # Origin: gettext-0.19.8 - GETTEXT_MACRO_VERSION = 0.19 - - PACKAGE = texinfo - VERSION = 6.4 - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - - SED = /usr/bin/sed - SHELL = /bin/sh - - - srcdir = . - top_srcdir = .. - - - prefix = /usr/local - exec_prefix = ${prefix} - datarootdir = ${prefix}/share - datadir = ${datarootdir} - localedir = ${datarootdir}/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - - # We use $(mkdir_p). - # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as - # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, - # ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh does not start with $(SHELL), so we add it. - # In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined - # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake - # versions, $(mkinstalldirs) and $(install_sh) are unused. - mkinstalldirs = $(SHELL) ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh -d - install_sh = $(SHELL) ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - MKDIR_P = /usr/bin/mkdir -p - mkdir_p = $(MKDIR_P) - - # When building gettext-tools, we prefer to use the built programs - # rather than installed programs. However, we can't do that when we - # are cross compiling. - CROSS_COMPILING = @CROSS_COMPILING@ - - GMSGFMT_ = /usr/local/bin/msgfmt - GMSGFMT_no = /usr/local/bin/msgfmt - GMSGFMT_yes = /usr/local/bin/msgfmt - GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) - MSGFMT_ = /usr/local/bin/msgfmt - MSGFMT_no = /usr/local/bin/msgfmt - MSGFMT_yes = /usr/local/bin/msgfmt - MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) - XGETTEXT_ = /usr/local/bin/xgettext - XGETTEXT_no = /usr/local/bin/xgettext - XGETTEXT_yes = /usr/local/bin/xgettext - XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) - MSGMERGE = msgmerge - MSGMERGE_UPDATE = /usr/local/bin/msgmerge --update - MSGINIT = msginit - MSGCONV = msgconv - MSGFILTER = msgfilter - - POFILES = ca.po ca.us-ascii.po cs.po da.po de.po de.us-ascii.po el.po eo.po es.po fr.po hr.po hu.po it.po nl.po no.us-ascii.po pl.po pt.po pt.us-ascii.po pt_BR.po pt_BR.us-ascii.po uk.po - GMOFILES = ca.gmo ca.us-ascii.gmo cs.gmo da.gmo de.gmo de.us-ascii.gmo el.gmo eo.gmo es.gmo fr.gmo hr.gmo hu.gmo it.gmo nl.gmo no.us-ascii.gmo pl.gmo pt.gmo pt.us-ascii.gmo pt_BR.gmo pt_BR.us-ascii.gmo uk.gmo - UPDATEPOFILES = ca.po-update ca.us-ascii.po-update cs.po-update da.po-update de.po-update de.us-ascii.po-update el.po-update eo.po-update es.po-update fr.po-update hr.po-update hu.po-update it.po-update nl.po-update no.us-ascii.po-update pl.po-update pt.po-update pt.us-ascii.po-update pt_BR.po-update pt_BR.us-ascii.po-update uk.po-update - DUMMYPOFILES = ca.nop ca.us-ascii.nop cs.nop da.nop de.nop de.us-ascii.nop el.nop eo.nop es.nop fr.nop hr.nop hu.nop it.nop nl.nop no.us-ascii.nop pl.nop pt.nop pt.us-ascii.nop pt_BR.nop pt_BR.us-ascii.nop uk.nop - DISTFILES.common = Makefile.in.in remove-potcdate.sin \ - $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) - DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ - $(POFILES) $(GMOFILES) \ - $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) - - POTFILES = \ - ../tp/Texinfo/Common.pm \ - ../tp/Texinfo/Parser.pm \ - ../tp/Texinfo/Structuring.pm \ - ../tp/Texinfo/Convert/Converter.pm \ - ../tp/Texinfo/Convert/DocBook.pm \ - ../tp/Texinfo/Convert/IXIN.pm \ - ../tp/Texinfo/Convert/Info.pm \ - ../tp/Texinfo/Convert/Plaintext.pm \ - ../tp/Texinfo/Convert/HTML.pm - - CATALOGS = ca.gmo ca.us-ascii.gmo cs.gmo da.gmo de.gmo de.us-ascii.gmo el.gmo eo.gmo es.gmo fr.gmo hr.gmo hu.gmo it.gmo nl.gmo no.us-ascii.gmo pl.gmo pt.gmo pt.us-ascii.gmo pt_BR.gmo pt_BR.us-ascii.gmo uk.gmo - - POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot - POFILESDEPS_yes = $(POFILESDEPS_) - POFILESDEPS_no = - POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT)) - - DISTFILESDEPS_ = update-po - DISTFILESDEPS_yes = $(DISTFILESDEPS_) - DISTFILESDEPS_no = - DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_UPDATE_PO)) - - # Makevars gets inserted here. (Don't remove this line!) - # Makefile variables for PO directory in any package using GNU gettext. - - # Usually the message domain is the same as the package name. - DOMAIN = $(PACKAGE)_document - - # These two variables depend on the location of this directory. - subdir = po_document - top_builddir = .. - - # These options get passed to xgettext. - XGETTEXT_OPTIONS = --language=Perl --keyword=gdt --keyword=pgdt:1,2c - - # This is the copyright holder that gets inserted into the header of the - # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding - # package. (Note that the msgstr strings, extracted from the package's - # sources, belong to the copyright holder of the package.) Translators are - # expected to transfer the copyright for their translations to this person - # or entity, or to disclaim their copyright. The empty string stands for - # the public domain; in this case the translators are expected to disclaim - # their copyright. - COPYRIGHT_HOLDER = Free Software Foundation, Inc. - - # This tells whether or not to prepend "GNU " prefix to the package - # name that gets inserted into the header of the $(DOMAIN).pot file. - # Possible values are "yes", "no", or empty. If it is empty, try to - # detect it automatically by scanning the files in $(top_srcdir) for - # "GNU packagename" string. - PACKAGE_GNU = yes - - # This is the email address or URL to which the translators shall report - # bugs in the untranslated strings: - # - Strings which are not entire sentences, see the maintainer guidelines - # in the GNU gettext documentation, section 'Preparing Strings'. - # - Strings which use unclear terms or require additional context to be - # understood. - # - Strings which make invalid assumptions about notation of date, time or - # money. - # - Pluralisation problems. - # - Incorrect English spelling. - # - Incorrect formatting. - # It can be your email address, or a mailing list address where translators - # can write to without being subscribed, or the URL of a web page through - # which the translators can contact you. - MSGID_BUGS_ADDRESS = bug-texinfo@gnu.org - - # This is the list of locale categories, beyond LC_MESSAGES, for which the - # message catalogs shall be used. It is usually empty. - EXTRA_LOCALE_CATEGORIES = - - # This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt' - # context. Possible values are "yes" and "no". Set this to yes if the - # package uses functions taking also a message context, like pgettext(), or - # if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. - USE_MSGCTXT = no - - # These options get passed to msgmerge. - # Useful options are in particular: - # --previous to keep previous msgids of translated messages, - # --quiet to reduce the verbosity. - MSGMERGE_OPTIONS = - - # These options get passed to msginit. - # If you want to disable line wrapping when writing PO files, add - # --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and - # MSGINIT_OPTIONS. - MSGINIT_OPTIONS = - - # This tells whether or not to regenerate a PO file when $(DOMAIN).pot - # has changed. Possible values are "yes" and "no". Set this to no if - # the POT file is checked in the repository and the version control - # program ignores timestamps. - PO_DEPENDS_ON_POT = yes - - # This tells whether or not to forcibly update $(DOMAIN).pot and - # regenerate PO files on "make dist". Possible values are "yes" and - # "no". Set this to no if the POT file and PO files are maintained - # externally. - DIST_DEPENDS_ON_UPDATE_PO = no - - .SUFFIXES: - .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update - - .po.mo: - @echo "$(MSGFMT) -c -o $@ $<"; \ - $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ - - .po.gmo: - @lang=`echo $* | sed -e 's,.*/,,'`; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ - cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo - - .sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - - - all: all-yes - - all-yes: stamp-po - all-no: - - # Ensure that the gettext macros and this Makefile.in.in are in sync. - CHECK_MACRO_VERSION = \ - test "$(GETTEXT_MACRO_VERSION)" = "0.19" \ - || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version 0.19" 1>&2; \ - exit 1; \ - } - - # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no - # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because - # we don't want to bother translators with empty POT files). We assume that - # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. - # In this case, stamp-po is a nop (i.e. a phony target). - - # stamp-po is a timestamp denoting the last time at which the CATALOGS have - # been loosely updated. Its purpose is that when a developer or translator - # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, - # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent - # invocations of "make" will do nothing. This timestamp would not be necessary - # if updating the $(CATALOGS) would always touch them; however, the rule for - # $(POFILES) has been designed to not touch files that don't need to be - # changed. - stamp-po: $(srcdir)/$(DOMAIN).pot - @$(CHECK_MACRO_VERSION) - test ! -f $(srcdir)/$(DOMAIN).pot || \ - test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) - @test ! -f $(srcdir)/$(DOMAIN).pot || { \ - echo "touch stamp-po" && \ - echo timestamp > stamp-poT && \ - mv stamp-poT stamp-po; \ - } - - # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', - # otherwise packages like GCC can not be built if only parts of the source - # have been downloaded. - - # This target rebuilds $(DOMAIN).pot; it is an expensive operation. - # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. - # The determination of whether the package xyz is a GNU one is based on the - # heuristic whether some file in the top level directory mentions "GNU xyz". - # If GNU 'find' is available, we avoid grepping through monster files. - $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed - package_gnu="$(PACKAGE_GNU)"; \ - test -n "$$package_gnu" || { \ - if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ - LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f \ - -size -10000000c -exec grep 'GNU texinfo' \ - /dev/null '{}' ';' 2>/dev/null; \ - else \ - LC_ALL=C grep 'GNU texinfo' $(top_srcdir)/* 2>/dev/null; \ - fi; \ - } | grep -v 'libtool:' >/dev/null; then \ - package_gnu=yes; \ - else \ - package_gnu=no; \ - fi; \ - }; \ - if test "$$package_gnu" = "yes"; then \ - package_prefix='GNU '; \ - else \ - package_prefix=''; \ - fi; \ - if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ - msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ - else \ - msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ - fi; \ - case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ - $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ - --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ - --files-from=$(srcdir)/POTFILES.in \ - --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address="$$msgid_bugs_address" \ - ;; \ - *) \ - $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ - --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ - --files-from=$(srcdir)/POTFILES.in \ - --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --package-name="$${package_prefix}texinfo" \ - --package-version='6.4' \ - --msgid-bugs-address="$$msgid_bugs_address" \ - ;; \ - esac - test ! -f $(DOMAIN).po || { \ - if test -f $(srcdir)/$(DOMAIN).pot-header; then \ - sed -e '1,/^#$$/d' < $(DOMAIN).po > $(DOMAIN).1po && \ - cat $(srcdir)/$(DOMAIN).pot-header $(DOMAIN).1po > $(DOMAIN).po; \ - rm -f $(DOMAIN).1po; \ - fi; \ - if test -f $(srcdir)/$(DOMAIN).pot; then \ - sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ - sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ - if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ - rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ - else \ - rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ - mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ - fi; \ - else \ - mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ - fi; \ - } - - # This rule has no dependencies: we don't need to update $(DOMAIN).pot at - # every "make" invocation, only create it when it is missing. - # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. - $(srcdir)/$(DOMAIN).pot: - $(MAKE) $(DOMAIN).pot-update - - # This target rebuilds a PO file if $(DOMAIN).pot has changed. - # Note that a PO file is not touched if it doesn't need to be changed. - $(POFILES): $(POFILESDEPS) - @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ - if test -f "$(srcdir)/$${lang}.po"; then \ - test -f $(srcdir)/$(DOMAIN).pot || $(MAKE) $(srcdir)/$(DOMAIN).pot; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ - cd $(srcdir) \ - && { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ - $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ - *) \ - $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ - esac; \ - }; \ - else \ - $(MAKE) $${lang}.po-create; \ - fi - - - install: install-exec install-data - install-exec: - install-data: install-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ - for file in $(DISTFILES.common) Makevars.template; do \ - $(INSTALL_DATA) $(srcdir)/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - for file in Makevars; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - install-data-no: all - install-data-yes: all - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $(DESTDIR)$$dir; \ - if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ - $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ - echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ - link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ - mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ - for file in *; do \ - if test -f $$file; then \ - ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ - fi; \ - done); \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - else \ - if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ - :; \ - else \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - fi; \ - fi; \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ - ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ - cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ - fi; \ - done; \ - done - - install-strip: install - - installdirs: installdirs-exec installdirs-data - installdirs-exec: - installdirs-data: installdirs-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ - else \ - : ; \ - fi - installdirs-data-no: - installdirs-data-yes: - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $(DESTDIR)$$dir; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ - link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ - mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ - for file in *; do \ - if test -f $$file; then \ - ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ - fi; \ - done); \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - else \ - if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ - :; \ - else \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - fi; \ - fi; \ - fi; \ - done; \ - done - - # Define this as empty until I found a useful application. - installcheck: - - uninstall: uninstall-exec uninstall-data - uninstall-exec: - uninstall-data: uninstall-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - for file in $(DISTFILES.common) Makevars.template; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - uninstall-data-no: - uninstall-data-yes: - catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - done; \ - done - - check: all - - info dvi ps pdf html tags TAGS ctags CTAGS ID: - - mostlyclean: - rm -f remove-potcdate.sed - rm -f stamp-poT - rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po - rm -fr *.o - - clean: mostlyclean - - distclean: clean - rm -f Makefile Makefile.in POTFILES *.mo - - maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - rm -f stamp-po $(GMOFILES) - - distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) - dist distdir: - test -z "$(DISTFILESDEPS)" || $(MAKE) $(DISTFILESDEPS) - @$(MAKE) dist2 - # This is a separate target because 'update-po' must be executed before. - dist2: stamp-po $(DISTFILES) - dists="$(DISTFILES)"; \ - if test "$(PACKAGE)" = "gettext-tools"; then \ - dists="$$dists Makevars.template"; \ - fi; \ - if test -f $(srcdir)/$(DOMAIN).pot; then \ - dists="$$dists $(DOMAIN).pot stamp-po"; \ - fi; \ - if test -f $(srcdir)/ChangeLog; then \ - dists="$$dists ChangeLog"; \ - fi; \ - for i in 0 1 2 3 4 5 6 7 8 9; do \ - if test -f $(srcdir)/ChangeLog.$$i; then \ - dists="$$dists ChangeLog.$$i"; \ - fi; \ - done; \ - if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ - for file in $$dists; do \ - if test -f $$file; then \ - cp -p $$file $(distdir) || exit 1; \ - else \ - cp -p $(srcdir)/$$file $(distdir) || exit 1; \ - fi; \ - done - - update-po: Makefile - $(MAKE) $(DOMAIN).pot-update - test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) - $(MAKE) update-gmo - - # General rule for creating PO files. - - .nop.po-create: - @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ - echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ - exit 1 - - # General rule for updating PO files. - - .nop.po-update: - @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ - if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; fi; \ - tmpdir=`pwd`; \ - echo "$$lang:"; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ - cd $(srcdir); \ - if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ - $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ - *) \ - $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ - esac; \ - }; then \ - if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "msgmerge for $$lang.po failed!" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi - - $(DUMMYPOFILES): - - update-gmo: Makefile $(GMOFILES) - @: - - # Recreate Makefile by invoking config.status. Explicitly invoke the shell, - # because execution permission bits may not work on the current file system. - # Use /bin/sh, which is the shell determined by autoconf for the use by its - # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. - Makefile: Makefile.in.in Makevars $(top_builddir)/config.status POTFILES.in LINGUAS - cd $(top_builddir) \ - && /bin/sh ./config.status $(subdir)/$@.in po-directories - - force: - - # Tell versions [3.59,3.63) of GNU make not to export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: - # This file, Rules-quot, can be copied and used freely without restrictions. - # Special Makefile rules for English message catalogs with quotation marks. - - DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot - - .SUFFIXES: .insert-header .po-update-en - - en@quot.po-create: - $(MAKE) en@quot.po-update - en@boldquot.po-create: - $(MAKE) en@boldquot.po-update - - en@quot.po-update: en@quot.po-update-en - en@boldquot.po-update: en@boldquot.po-update-en - - .insert-header.po-update-en: - @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ - if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ - tmpdir=`pwd`; \ - echo "$$lang:"; \ - ll=`echo $$lang | sed -e 's/@.*//'`; \ - LC_ALL=C; export LC_ALL; \ - cd $(srcdir); \ - if $(MSGINIT) $(MSGINIT_OPTIONS) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null \ - | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \ - { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \ - $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \ - ;; \ - *) \ - $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \ - ;; \ - esac } 2>/dev/null > $$tmpdir/$$lang.new.po \ - ; then \ - if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "creation of $$lang.po failed!" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi - - en@quot.insert-header: insert-header.sin - sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header - - en@boldquot.insert-header: insert-header.sin - sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header - - mostlyclean: mostlyclean-quot - mostlyclean-quot: - rm -f *.insert-header --- 0 ---- diff -Nrc2 texinfo-6.4/po_document/Makefile.in texinfo-6.5/po_document/Makefile.in *** texinfo-6.4/po_document/Makefile.in 2017-07-03 17:44:27.000000000 +0100 --- texinfo-6.5/po_document/Makefile.in 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,483 **** - # Makefile for PO directory in any package using GNU gettext. - # Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu> - # - # Copying and distribution of this file, with or without modification, - # are permitted in any medium without royalty provided the copyright - # notice and this notice are preserved. This file is offered as-is, - # without any warranty. - # - # Origin: gettext-0.19.8 - GETTEXT_MACRO_VERSION = 0.19 - - PACKAGE = texinfo - VERSION = 6.4 - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - - SED = /usr/bin/sed - SHELL = /bin/sh - - - srcdir = . - top_srcdir = .. - - - prefix = /usr/local - exec_prefix = ${prefix} - datarootdir = ${prefix}/share - datadir = ${datarootdir} - localedir = ${datarootdir}/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - - # We use $(mkdir_p). - # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as - # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, - # ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh does not start with $(SHELL), so we add it. - # In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined - # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake - # versions, $(mkinstalldirs) and $(install_sh) are unused. - mkinstalldirs = $(SHELL) ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh -d - install_sh = $(SHELL) ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - MKDIR_P = /usr/bin/mkdir -p - mkdir_p = $(MKDIR_P) - - # When building gettext-tools, we prefer to use the built programs - # rather than installed programs. However, we can't do that when we - # are cross compiling. - CROSS_COMPILING = @CROSS_COMPILING@ - - GMSGFMT_ = /usr/local/bin/msgfmt - GMSGFMT_no = /usr/local/bin/msgfmt - GMSGFMT_yes = /usr/local/bin/msgfmt - GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) - MSGFMT_ = /usr/local/bin/msgfmt - MSGFMT_no = /usr/local/bin/msgfmt - MSGFMT_yes = /usr/local/bin/msgfmt - MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) - XGETTEXT_ = /usr/local/bin/xgettext - XGETTEXT_no = /usr/local/bin/xgettext - XGETTEXT_yes = /usr/local/bin/xgettext - XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) - MSGMERGE = msgmerge - MSGMERGE_UPDATE = /usr/local/bin/msgmerge --update - MSGINIT = msginit - MSGCONV = msgconv - MSGFILTER = msgfilter - - POFILES = @POFILES@ - GMOFILES = @GMOFILES@ - UPDATEPOFILES = @UPDATEPOFILES@ - DUMMYPOFILES = @DUMMYPOFILES@ - DISTFILES.common = Makefile.in.in remove-potcdate.sin \ - $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) - DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ - $(POFILES) $(GMOFILES) \ - $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) - - POTFILES = \ - - CATALOGS = @CATALOGS@ - - POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot - POFILESDEPS_yes = $(POFILESDEPS_) - POFILESDEPS_no = - POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT)) - - DISTFILESDEPS_ = update-po - DISTFILESDEPS_yes = $(DISTFILESDEPS_) - DISTFILESDEPS_no = - DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_UPDATE_PO)) - - # Makevars gets inserted here. (Don't remove this line!) - - .SUFFIXES: - .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update - - .po.mo: - @echo "$(MSGFMT) -c -o $@ $<"; \ - $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ - - .po.gmo: - @lang=`echo $* | sed -e 's,.*/,,'`; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ - cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo - - .sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - - - all: all-yes - - all-yes: stamp-po - all-no: - - # Ensure that the gettext macros and this Makefile.in.in are in sync. - CHECK_MACRO_VERSION = \ - test "$(GETTEXT_MACRO_VERSION)" = "0.19" \ - || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version 0.19" 1>&2; \ - exit 1; \ - } - - # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no - # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because - # we don't want to bother translators with empty POT files). We assume that - # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. - # In this case, stamp-po is a nop (i.e. a phony target). - - # stamp-po is a timestamp denoting the last time at which the CATALOGS have - # been loosely updated. Its purpose is that when a developer or translator - # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, - # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent - # invocations of "make" will do nothing. This timestamp would not be necessary - # if updating the $(CATALOGS) would always touch them; however, the rule for - # $(POFILES) has been designed to not touch files that don't need to be - # changed. - stamp-po: $(srcdir)/$(DOMAIN).pot - @$(CHECK_MACRO_VERSION) - test ! -f $(srcdir)/$(DOMAIN).pot || \ - test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) - @test ! -f $(srcdir)/$(DOMAIN).pot || { \ - echo "touch stamp-po" && \ - echo timestamp > stamp-poT && \ - mv stamp-poT stamp-po; \ - } - - # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', - # otherwise packages like GCC can not be built if only parts of the source - # have been downloaded. - - # This target rebuilds $(DOMAIN).pot; it is an expensive operation. - # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. - # The determination of whether the package xyz is a GNU one is based on the - # heuristic whether some file in the top level directory mentions "GNU xyz". - # If GNU 'find' is available, we avoid grepping through monster files. - $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed - package_gnu="$(PACKAGE_GNU)"; \ - test -n "$$package_gnu" || { \ - if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ - LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f \ - -size -10000000c -exec grep 'GNU texinfo' \ - /dev/null '{}' ';' 2>/dev/null; \ - else \ - LC_ALL=C grep 'GNU texinfo' $(top_srcdir)/* 2>/dev/null; \ - fi; \ - } | grep -v 'libtool:' >/dev/null; then \ - package_gnu=yes; \ - else \ - package_gnu=no; \ - fi; \ - }; \ - if test "$$package_gnu" = "yes"; then \ - package_prefix='GNU '; \ - else \ - package_prefix=''; \ - fi; \ - if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ - msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ - else \ - msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ - fi; \ - case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ - $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ - --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ - --files-from=$(srcdir)/POTFILES.in \ - --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address="$$msgid_bugs_address" \ - ;; \ - *) \ - $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ - --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ - --files-from=$(srcdir)/POTFILES.in \ - --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --package-name="$${package_prefix}texinfo" \ - --package-version='6.4' \ - --msgid-bugs-address="$$msgid_bugs_address" \ - ;; \ - esac - test ! -f $(DOMAIN).po || { \ - if test -f $(srcdir)/$(DOMAIN).pot-header; then \ - sed -e '1,/^#$$/d' < $(DOMAIN).po > $(DOMAIN).1po && \ - cat $(srcdir)/$(DOMAIN).pot-header $(DOMAIN).1po > $(DOMAIN).po; \ - rm -f $(DOMAIN).1po; \ - fi; \ - if test -f $(srcdir)/$(DOMAIN).pot; then \ - sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ - sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ - if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ - rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ - else \ - rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ - mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ - fi; \ - else \ - mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ - fi; \ - } - - # This rule has no dependencies: we don't need to update $(DOMAIN).pot at - # every "make" invocation, only create it when it is missing. - # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. - $(srcdir)/$(DOMAIN).pot: - $(MAKE) $(DOMAIN).pot-update - - # This target rebuilds a PO file if $(DOMAIN).pot has changed. - # Note that a PO file is not touched if it doesn't need to be changed. - $(POFILES): $(POFILESDEPS) - @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ - if test -f "$(srcdir)/$${lang}.po"; then \ - test -f $(srcdir)/$(DOMAIN).pot || $(MAKE) $(srcdir)/$(DOMAIN).pot; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ - cd $(srcdir) \ - && { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ - $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ - *) \ - $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ - esac; \ - }; \ - else \ - $(MAKE) $${lang}.po-create; \ - fi - - - install: install-exec install-data - install-exec: - install-data: install-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ - for file in $(DISTFILES.common) Makevars.template; do \ - $(INSTALL_DATA) $(srcdir)/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - for file in Makevars; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - install-data-no: all - install-data-yes: all - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $(DESTDIR)$$dir; \ - if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ - $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ - echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ - link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ - mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ - for file in *; do \ - if test -f $$file; then \ - ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ - fi; \ - done); \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - else \ - if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ - :; \ - else \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - fi; \ - fi; \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ - ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ - cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ - fi; \ - done; \ - done - - install-strip: install - - installdirs: installdirs-exec installdirs-data - installdirs-exec: - installdirs-data: installdirs-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ - else \ - : ; \ - fi - installdirs-data-no: - installdirs-data-yes: - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $(DESTDIR)$$dir; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ - link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ - mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ - for file in *; do \ - if test -f $$file; then \ - ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ - fi; \ - done); \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - else \ - if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ - :; \ - else \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - fi; \ - fi; \ - fi; \ - done; \ - done - - # Define this as empty until I found a useful application. - installcheck: - - uninstall: uninstall-exec uninstall-data - uninstall-exec: - uninstall-data: uninstall-data-yes - if test "$(PACKAGE)" = "gettext-tools"; then \ - for file in $(DISTFILES.common) Makevars.template; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - uninstall-data-no: - uninstall-data-yes: - catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - done; \ - done - - check: all - - info dvi ps pdf html tags TAGS ctags CTAGS ID: - - mostlyclean: - rm -f remove-potcdate.sed - rm -f stamp-poT - rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po - rm -fr *.o - - clean: mostlyclean - - distclean: clean - rm -f Makefile Makefile.in POTFILES *.mo - - maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - rm -f stamp-po $(GMOFILES) - - distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) - dist distdir: - test -z "$(DISTFILESDEPS)" || $(MAKE) $(DISTFILESDEPS) - @$(MAKE) dist2 - # This is a separate target because 'update-po' must be executed before. - dist2: stamp-po $(DISTFILES) - dists="$(DISTFILES)"; \ - if test "$(PACKAGE)" = "gettext-tools"; then \ - dists="$$dists Makevars.template"; \ - fi; \ - if test -f $(srcdir)/$(DOMAIN).pot; then \ - dists="$$dists $(DOMAIN).pot stamp-po"; \ - fi; \ - if test -f $(srcdir)/ChangeLog; then \ - dists="$$dists ChangeLog"; \ - fi; \ - for i in 0 1 2 3 4 5 6 7 8 9; do \ - if test -f $(srcdir)/ChangeLog.$$i; then \ - dists="$$dists ChangeLog.$$i"; \ - fi; \ - done; \ - if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ - for file in $$dists; do \ - if test -f $$file; then \ - cp -p $$file $(distdir) || exit 1; \ - else \ - cp -p $(srcdir)/$$file $(distdir) || exit 1; \ - fi; \ - done - - update-po: Makefile - $(MAKE) $(DOMAIN).pot-update - test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) - $(MAKE) update-gmo - - # General rule for creating PO files. - - .nop.po-create: - @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ - echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ - exit 1 - - # General rule for updating PO files. - - .nop.po-update: - @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ - if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; fi; \ - tmpdir=`pwd`; \ - echo "$$lang:"; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ - cd $(srcdir); \ - if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ - '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ - $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ - *) \ - $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ - esac; \ - }; then \ - if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "msgmerge for $$lang.po failed!" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi - - $(DUMMYPOFILES): - - update-gmo: Makefile $(GMOFILES) - @: - - # Recreate Makefile by invoking config.status. Explicitly invoke the shell, - # because execution permission bits may not work on the current file system. - # Use /bin/sh, which is the shell determined by autoconf for the use by its - # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. - Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ - cd $(top_builddir) \ - && /bin/sh ./config.status $(subdir)/$@.in po-directories - - force: - - # Tell versions [3.59,3.63) of GNU make not to export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: --- 0 ---- diff -Nrc2 texinfo-6.4/po_document/POTFILES texinfo-6.5/po_document/POTFILES *** texinfo-6.4/po_document/POTFILES 2017-07-03 17:44:30.000000000 +0100 --- texinfo-6.5/po_document/POTFILES 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,9 **** - ../tp/Texinfo/Common.pm \ - ../tp/Texinfo/Parser.pm \ - ../tp/Texinfo/Structuring.pm \ - ../tp/Texinfo/Convert/Converter.pm \ - ../tp/Texinfo/Convert/DocBook.pm \ - ../tp/Texinfo/Convert/IXIN.pm \ - ../tp/Texinfo/Convert/Info.pm \ - ../tp/Texinfo/Convert/Plaintext.pm \ - ../tp/Texinfo/Convert/HTML.pm --- 0 ---- Binary files texinfo-6.4/po_document/ca.gmo and texinfo-6.5/po_document/ca.gmo differ diff -Nrc2 texinfo-6.4/po_document/ca.po texinfo-6.5/po_document/ca.po *** texinfo-6.4/po_document/ca.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/ca.po 2017-09-04 19:30:17.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo_document 5.9.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2015-06-08 17:08+0200\n" "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n" --- 8,12 ---- "Project-Id-Version: texinfo_document 5.9.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2015-06-08 17:08+0200\n" "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n" *************** *** 19,66 **** "Plural-Forms: nplurals=2; plural=n != 1;\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Funci@'o" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Forma especial" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Opci@'o d'usuari" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Variable d'inst@`ancia" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "M@'etode" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} sobre {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month}, {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 19,66 ---- "Plural-Forms: nplurals=2; plural=n != 1;\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Funci@'o" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Forma especial" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Opci@'o d'usuari" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Variable d'inst@`ancia" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "M@'etode" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} sobre {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month}, {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 68,72 **** msgstr "Annex {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 68,72 ---- msgstr "Annex {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 74,113 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} a {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 74,113 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} a {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 211,225 **** msgstr "vegeu secci@'o ``{section_name}'' a @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Vegeu @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 211,225 ---- msgstr "vegeu secci@'o ``{section_name}'' a @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Vegeu @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 247,251 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 247,251 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 283,375 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} de {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} a {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} a {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} a {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} a {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 283,375 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} de {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} a {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} a {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} a {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} a {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 599,765 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "vegeu secci@'o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "vegeu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Vegeu secci@'o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Vegeu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "vegeu {reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "vegeu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "vegeu `{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "vegeu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "vegeu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Vegeu {reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Vegeu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Vegeu `{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Vegeu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Vegeu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Salta a" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Entrada d'@'@dotless{i}ndex" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Secci@'o" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} a {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} a {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 599,765 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "vegeu secci@'o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "vegeu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Vegeu secci@'o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Vegeu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "vegeu {reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "vegeu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "vegeu `{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "vegeu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "vegeu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Vegeu {reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Vegeu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Vegeu `{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Vegeu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Vegeu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Salta a" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Entrada d'@'@dotless{i}ndex" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Secci@'o" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} a {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} a {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 768,787 **** "{category} a {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category} a {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} a {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} a {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 768,787 ---- "{category} a {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category} a {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} a {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} a {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 790,794 **** "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 790,794 ---- "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 796,810 **** "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 796,810 ---- "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 815,853 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Aquest document va ser generat el @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "El node que esteu buscant @'es a {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " El botons als plafons de navegaci@'o tenen el seg@\"uent significat:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Bot@'o" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nom" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Ves a" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Des de 1.2.3 ves a" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 815,853 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Aquest document va ser generat el @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "El node que esteu buscant @'es a {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " El botons als plafons de navegaci@'o tenen el seg@\"uent significat:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Bot@'o" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nom" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Ves a" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Des de 1.2.3 ves a" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 859,903 **** "\"uent:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Secci@'o U" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Subsecci@'o U-U" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Subsecci@'o U-Dos" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Subsubsecci@'o U-Dos_U" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Subsubsecci@'o U-Dos-Dos" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Subsubsecci@'o U-Dos-Tres" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Posici@'o actual" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Subsubsecci@'o U-Dos-Quatre" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Subsecci@'o U-Tres" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Subsecci@'o U-Quatre" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Document sense t@'@dotless{i}tol" --- 859,903 ---- "\"uent:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Secci@'o U" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Subsecci@'o U-U" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Subsecci@'o U-Dos" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Subsubsecci@'o U-Dos_U" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Subsubsecci@'o U-Dos-Dos" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Subsubsecci@'o U-Dos-Tres" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Posici@'o actual" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Subsubsecci@'o U-Dos-Quatre" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Subsecci@'o U-Tres" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Subsecci@'o U-Quatre" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Document sense t@'@dotless{i}tol" Binary files texinfo-6.4/po_document/ca.us-ascii.gmo and texinfo-6.5/po_document/ca.us-ascii.gmo differ diff -Nrc2 texinfo-6.4/po_document/ca.us-ascii.po texinfo-6.5/po_document/ca.us-ascii.po *** texinfo-6.4/po_document/ca.us-ascii.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/ca.us-ascii.po 2017-09-04 19:30:17.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo_document 5.9.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2015-06-08 17:08+0200\n" "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n" --- 8,12 ---- "Project-Id-Version: texinfo_document 5.9.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2015-06-08 17:08+0200\n" "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n" *************** *** 18,65 **** "Plural-Forms: nplurals=2; plural=n != 1;\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Funci@'o" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Forma especial" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Opci@'o d'usuari" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Variable d'inst@`ancia" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "M@'etode" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} sobre {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month}, {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 18,65 ---- "Plural-Forms: nplurals=2; plural=n != 1;\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Funci@'o" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Forma especial" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Opci@'o d'usuari" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Variable d'inst@`ancia" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "M@'etode" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} sobre {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month}, {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 67,71 **** msgstr "Annex {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 67,71 ---- msgstr "Annex {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 73,112 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} a {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 73,112 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} a {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 210,224 **** msgstr "vegeu secci@'o ``{section_name}'' a @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Vegeu @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 210,224 ---- msgstr "vegeu secci@'o ``{section_name}'' a @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Vegeu @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 246,250 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 246,250 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 282,374 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} de {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} a {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} a {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} a {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} a {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 282,374 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} de {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} a {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} a {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} a {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} a {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 598,764 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "vegeu secci@'o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "vegeu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Vegeu secci@'o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Vegeu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "vegeu {reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "vegeu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "vegeu `{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "vegeu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "vegeu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Vegeu {reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Vegeu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Vegeu `{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Vegeu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Vegeu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Salta a" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Entrada d'@'@dotless{i}ndex" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Secci@'o" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} a {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} a {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 598,764 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "vegeu secci@'o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "vegeu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Vegeu secci@'o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Vegeu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "vegeu {reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "vegeu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "vegeu `{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "vegeu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "vegeu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Vegeu {reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Vegeu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Vegeu `{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Vegeu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Vegeu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' a @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Salta a" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Entrada d'@'@dotless{i}ndex" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Secci@'o" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} a {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} a {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 767,786 **** "{category} a {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category} a {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} a {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} a {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 767,786 ---- "{category} a {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category} a {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} a {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} a {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 789,793 **** "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 789,793 ---- "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 795,809 **** "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 795,809 ---- "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 814,852 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Aquest document va ser generat el @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "El node que esteu buscant @'es a {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " El botons als plafons de navegaci@'o tenen el seg@\"uent significat:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Bot@'o" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nom" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Ves a" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Des de 1.2.3 ves a" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 814,852 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Aquest document va ser generat el @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "El node que esteu buscant @'es a {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " El botons als plafons de navegaci@'o tenen el seg@\"uent significat:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Bot@'o" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nom" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Ves a" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Des de 1.2.3 ves a" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 858,902 **** "\"uent:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Secci@'o U" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Subsecci@'o U-U" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Subsecci@'o U-Dos" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Subsubsecci@'o U-Dos_U" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Subsubsecci@'o U-Dos-Dos" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Subsubsecci@'o U-Dos-Tres" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Posici@'o actual" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Subsubsecci@'o U-Dos-Quatre" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Subsecci@'o U-Tres" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Subsecci@'o U-Quatre" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Document sense t@'@dotless{i}tol" --- 858,902 ---- "\"uent:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Secci@'o U" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Subsecci@'o U-U" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Subsecci@'o U-Dos" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Subsubsecci@'o U-Dos_U" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Subsubsecci@'o U-Dos-Dos" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Subsubsecci@'o U-Dos-Tres" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Posici@'o actual" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Subsubsecci@'o U-Dos-Quatre" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Subsecci@'o U-Tres" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Subsecci@'o U-Quatre" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Document sense t@'@dotless{i}tol" Binary files texinfo-6.4/po_document/cs.gmo and texinfo-6.5/po_document/cs.gmo differ diff -Nrc2 texinfo-6.4/po_document/cs.po texinfo-6.5/po_document/cs.po *** texinfo-6.4/po_document/cs.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/cs.po 2017-09-04 19:30:17.000000000 +0100 *************** *** 18,25 **** msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" ! "PO-Revision-Date: 2017-04-24 18:07+02:00\n" "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" --- 18,25 ---- msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.4.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" ! "PO-Revision-Date: 2017-07-11 17:01+02:00\n" "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" *************** *** 30,67 **** "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Funkce" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Makro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Speciální forma" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Proměnná" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Uživatelská volba" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Proměnná instance" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Metoda" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} na třídě {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" --- 30,67 ---- "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Funkce" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Makro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Speciální forma" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Proměnná" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Uživatelská volba" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Proměnná instance" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Metoda" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} na třídě {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" *************** *** 69,78 **** # month is full month name ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day}. {month} {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 69,78 ---- # month is full month name ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day}. {month} {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 80,84 **** msgstr "Příloha {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 80,84 ---- msgstr "Příloha {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 86,125 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} na třídě {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 86,125 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} na třídě {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 223,237 **** msgstr "vizte oddíl „{section_name}“ v @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Vizte @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 223,237 ---- msgstr "vizte oddíl „{section_name}“ v @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Vizte @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 259,263 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 259,263 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 295,387 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" ! msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" ! msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" ! msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} třídy {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" ! msgstr "@tie{ }-- {category} třídy {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} na třídě {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" ! msgstr "@tie{ }-- {category} na třídě {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} na třídě {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} na třídě {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} na třídě {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" ! msgstr "@tie{ }-- {category} na třídě {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} třídy {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} třídy {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} třídy {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" ! msgstr "@tie{ }-- {category} třídy {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 295,387 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" ! msgstr "@tie{}-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" ! msgstr "@tie{}-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" ! msgstr "@tie{}-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" ! msgstr "@tie{}-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{}-- {category} třídy {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" ! msgstr "@tie{}-- {category} třídy {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{}-- {category} na třídě {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" ! msgstr "@tie{}-- {category} na třídě {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category} na třídě {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category} na třídě {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{}-- {category} na třídě {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" ! msgstr "@tie{}-- {category} na třídě {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category} třídy {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category} třídy {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{}-- {category} třídy {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" ! msgstr "@tie{}-- {category} třídy {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 611,777 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "vizte oddíl {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "vizte {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Vizte oddíl {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Vizte {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "vizte {reference} v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "vizte @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "vizte „{section}“ v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "vizte {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "vizte „{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Vizte {reference} v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Vizte @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Vizte „{section}“ v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Vizte {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Vizte „{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "„{section}“ v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "„{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Přejít na" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Položka rejstříku" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Oddíl" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} třídy {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} třídy {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} na třídě {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} na třídě {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 611,777 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "vizte oddíl {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "vizte {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Vizte oddíl {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Vizte {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "vizte {reference} v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "vizte @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "vizte „{section}“ v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "vizte {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "vizte „{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Vizte {reference} v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Vizte @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Vizte „{section}“ v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Vizte {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Vizte „{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "„{section}“ v @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "„{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Přejít na" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Položka rejstříku" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Oddíl" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} třídy {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} třídy {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} na třídě {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} na třídě {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 781,785 **** "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 781,785 ---- "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 787,801 **** "{category} na třídě {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na třídě {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} na třídě {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 787,801 ---- "{category} na třídě {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na třídě {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} na třídě {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 805,809 **** "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 805,809 ---- "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 811,825 **** "{category} třídy {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} třídy {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} třídy {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 811,825 ---- "{category} třídy {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} třídy {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} třídy {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 830,868 **** "@emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Tento dokument byl vytvořen @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Uzel, který hledáte, se nachází na {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Tlačítka v navigačním panelu mají následující význam:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Tlačítko" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Název" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Přejít kam" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Z 1.2.3 přejít kam" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 830,868 ---- "@emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Tento dokument byl vytvořen @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Uzel, který hledáte, se nachází na {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Tlačítka v navigačním panelu mají následující význam:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Tlačítko" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Název" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Přejít kam" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Z 1.2.3 přejít kam" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 873,917 **** "@strong{ Podpododdíl Jedna-dva-tři } dokumentu s následující strukturou:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Oddíl Jedna" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Pododdíl Jedna-jedna" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Pododdíl Jedna-dva" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Podpododdíl Jedna-dva-jedna" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Podpododdíl Jedna-dva-dva" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Podpododdíl Jedna-dva-tři" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Současná poloha" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Podpododdíl Jedna-dva-čtyři" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Pododdíl Jedna-tři" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Pododdíl Jedna-čtyři" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Nepojmenovaný dokument" --- 873,917 ---- "@strong{ Podpododdíl Jedna-dva-tři } dokumentu s následující strukturou:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Oddíl Jedna" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Pododdíl Jedna-jedna" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Pododdíl Jedna-dva" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Podpododdíl Jedna-dva-jedna" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Podpododdíl Jedna-dva-dva" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Podpododdíl Jedna-dva-tři" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Současná poloha" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Podpododdíl Jedna-dva-čtyři" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Pododdíl Jedna-tři" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Pododdíl Jedna-čtyři" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Nepojmenovaný dokument" Binary files texinfo-6.4/po_document/da.gmo and texinfo-6.5/po_document/da.gmo differ diff -Nrc2 texinfo-6.4/po_document/da.po texinfo-6.5/po_document/da.po *** texinfo-6.4/po_document/da.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/da.po 2017-09-04 19:30:17.000000000 +0100 *************** *** 14,18 **** "Project-Id-Version: texinfo 6.0.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2015-12-28 09:13GMT\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" --- 14,18 ---- "Project-Id-Version: texinfo 6.0.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2015-12-28 09:13GMT\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" *************** *** 24,74 **** "Plural-Forms: nplurals=2; plural=(n != 1);\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 #, fuzzy msgid "Variable" msgstr "Angiv variabel: " ! #: tp/Texinfo/Common.pm:703 #, fuzzy msgid "User Option" msgstr "Indsæt færdiggørelse" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 #, fuzzy msgid "Instance Variable" msgstr "Beskriv variabel: " ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 24,74 ---- "Plural-Forms: nplurals=2; plural=(n != 1);\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 #, fuzzy msgid "Variable" msgstr "Angiv variabel: " ! #: tp/Texinfo/Common.pm:704 #, fuzzy msgid "User Option" msgstr "Indsæt færdiggørelse" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 #, fuzzy msgid "Instance Variable" msgstr "Beskriv variabel: " ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 76,80 **** msgstr "" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 76,80 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 82,121 **** msgstr "" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 82,121 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 220,234 **** msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 220,234 ---- msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 256,260 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 256,260 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 293,385 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 293,385 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 614,782 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3496 #, fuzzy msgid "Index Entry" msgstr "Indekspost:" ! #: tp/Texinfo/Convert/HTML.pm:3498 #, fuzzy msgid "Section" msgstr "Eneste færdiggørelse" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 614,782 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3498 #, fuzzy msgid "Index Entry" msgstr "Indekspost:" ! #: tp/Texinfo/Convert/HTML.pm:3500 #, fuzzy msgid "Section" msgstr "Eneste færdiggørelse" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 784,803 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 784,803 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 805,824 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 805,824 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 827,865 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 827,865 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 868,913 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6489 #, fuzzy msgid "Current Position" msgstr "Afbryd nuværende handling" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "" --- 868,913 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6491 #, fuzzy msgid "Current Position" msgstr "Afbryd nuværende handling" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "" Binary files texinfo-6.4/po_document/de.gmo and texinfo-6.5/po_document/de.gmo differ diff -Nrc2 texinfo-6.4/po_document/de.po texinfo-6.5/po_document/de.po *** texinfo-6.4/po_document/de.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/de.po 2017-09-04 19:30:17.000000000 +0100 *************** *** 9,13 **** "Project-Id-Version: texinfo_document 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2014-04-11 22:11+0100\n" "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n" --- 9,13 ---- "Project-Id-Version: texinfo_document 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2014-04-11 22:11+0100\n" "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n" *************** *** 21,68 **** "X-Generator: Poedit 1.5.4\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Funktion" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Makro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Spezielle Form" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Benutzeroption" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Instanzvariable" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Method" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} in {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} von {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day}. {month} {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 21,68 ---- "X-Generator: Poedit 1.5.4\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Funktion" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Makro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Spezielle Form" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Benutzeroption" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Instanzvariable" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Method" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} in {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} von {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day}. {month} {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 70,74 **** msgstr "Anhang {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 70,74 ---- msgstr "Anhang {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 76,115 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} in {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 76,115 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} in {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 213,227 **** msgstr "siehe Abschnitt »{section_name}« in @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Siehe @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 213,227 ---- msgstr "siehe Abschnitt »{section_name}« in @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Siehe @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 249,253 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 249,253 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 285,377 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} von {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} von {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} in {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} in {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} in {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} in {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} von {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} von {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 285,377 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} von {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} von {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} in {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} in {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} in {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} in {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} von {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} von {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 601,767 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "siehe Abschnitt {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "siehe {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Siehe Abschnitt {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Siehe {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "siehe {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "siehe @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "siehe »{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "siehe {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "siehe »{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Siehe {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Siehe @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Siehe »{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Siehe {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Siehe »{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "»{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "»{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Springe zu" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Indexeintrag" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Abschnitt" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} von {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} von {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} in {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} in {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 601,767 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "siehe Abschnitt {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "siehe {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Siehe Abschnitt {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Siehe {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "siehe {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "siehe @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "siehe »{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "siehe {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "siehe »{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Siehe {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Siehe @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Siehe »{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Siehe {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Siehe »{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "»{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "»{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Springe zu" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Indexeintrag" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Abschnitt" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} von {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} von {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} in {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} in {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 770,774 **** "{category} in {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 770,774 ---- "{category} in {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 776,790 **** "{category} in {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} in {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} in {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 776,790 ---- "{category} in {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} in {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} in {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 793,797 **** "{category} von {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 793,797 ---- "{category} von {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 799,813 **** "{category} von {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} von {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} von {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 799,813 ---- "{category} von {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} von {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} von {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 818,822 **** "@emph{{program}}} erstellt." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "" --- 818,822 ---- "@emph{{program}}} erstellt." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "" *************** *** 824,858 **** "erstellt." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Der Absatz, nach dem Sie suchen, befindet sich bei {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Die Links in der Navigationsleiste haben die folgende Bedeutung: " ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Knopf" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Name" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Gehe zu" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Von 1.2.3 gehe zu" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 824,858 ---- "erstellt." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Der Absatz, nach dem Sie suchen, befindet sich bei {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Die Links in der Navigationsleiste haben die folgende Bedeutung: " ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Knopf" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Name" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Gehe zu" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Von 1.2.3 gehe zu" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 864,908 **** "liegt:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Abschnitt 1" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Unterabschnitt 1-1" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Unterabschnitt 1-2" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Unterabschnitt 1-2-1" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Unterabschnitt 1-2-2" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Unterabschnitt 1-2-3" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Aktuelle Position" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Unterabschnitt 1-2-4" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Unterabschnitt 1-3" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Unterabschnitt 1-4" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Unbenanntes Dokument" --- 864,908 ---- "liegt:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Abschnitt 1" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Unterabschnitt 1-1" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Unterabschnitt 1-2" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Unterabschnitt 1-2-1" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Unterabschnitt 1-2-2" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Unterabschnitt 1-2-3" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Aktuelle Position" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Unterabschnitt 1-2-4" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Unterabschnitt 1-3" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Unterabschnitt 1-4" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Unbenanntes Dokument" Binary files texinfo-6.4/po_document/de.us-ascii.gmo and texinfo-6.5/po_document/de.us-ascii.gmo differ diff -Nrc2 texinfo-6.4/po_document/de.us-ascii.po texinfo-6.5/po_document/de.us-ascii.po *** texinfo-6.4/po_document/de.us-ascii.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/de.us-ascii.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 9,13 **** "Project-Id-Version: texinfo_document 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2014-04-11 22:11+0100\n" "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n" --- 9,13 ---- "Project-Id-Version: texinfo_document 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2014-04-11 22:11+0100\n" "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n" *************** *** 20,67 **** "X-Generator: Poedit 1.5.4\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Funktion" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Makro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Spezielle Form" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Benutzeroption" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Instanzvariable" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Method" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} in {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} von {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day}. {month} {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 20,67 ---- "X-Generator: Poedit 1.5.4\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Funktion" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Makro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Spezielle Form" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Benutzeroption" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Instanzvariable" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Method" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} in {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} von {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day}. {month} {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 69,73 **** msgstr "Anhang {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 69,73 ---- msgstr "Anhang {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 75,114 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} in {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 75,114 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} in {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 212,226 **** msgstr "siehe Abschnitt »{section_name}« in @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Siehe @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 212,226 ---- msgstr "siehe Abschnitt »{section_name}« in @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Siehe @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 248,252 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 248,252 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 284,376 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} von {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} von {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} in {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} in {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} in {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} in {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} von {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} von {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 284,376 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} von {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} von {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} in {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} in {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} in {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} in {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} von {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} von {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 600,766 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "siehe Abschnitt {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "siehe {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Siehe Abschnitt {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Siehe {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "siehe {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "siehe @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "siehe »{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "siehe {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "siehe »{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Siehe {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Siehe @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Siehe »{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Siehe {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Siehe »{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "»{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "»{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Springe zu" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Indexeintrag" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Abschnitt" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} von {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} von {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} in {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} in {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 600,766 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "siehe Abschnitt {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "siehe {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Siehe Abschnitt {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Siehe {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "siehe {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "siehe @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "siehe »{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "siehe {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "siehe »{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Siehe {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Siehe @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Siehe »{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Siehe {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Siehe »{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "»{section}« in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "»{section}«" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Springe zu" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Indexeintrag" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Abschnitt" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} von {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} von {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} in {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} in {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 769,773 **** "{category} in {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 769,773 ---- "{category} in {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 775,789 **** "{category} in {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} in {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} in {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 775,789 ---- "{category} in {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} in {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} in {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 792,796 **** "{category} von {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 792,796 ---- "{category} von {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 798,812 **** "{category} von {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} von {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} von {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 798,812 ---- "{category} von {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} von {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} von {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 817,821 **** "@emph{{program}}} erstellt." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "" --- 817,821 ---- "@emph{{program}}} erstellt." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "" *************** *** 823,857 **** "erstellt." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Der Absatz, nach dem Sie suchen, befindet sich bei {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Die Links in der Navigationsleiste haben die folgende Bedeutung: " ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Knopf" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Name" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Gehe zu" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Von 1.2.3 gehe zu" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 823,857 ---- "erstellt." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Der Absatz, nach dem Sie suchen, befindet sich bei {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Die Links in der Navigationsleiste haben die folgende Bedeutung: " ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Knopf" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Name" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Gehe zu" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Von 1.2.3 gehe zu" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 863,907 **** "liegt:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Abschnitt 1" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Unterabschnitt 1-1" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Unterabschnitt 1-2" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Unterabschnitt 1-2-1" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Unterabschnitt 1-2-2" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Unterabschnitt 1-2-3" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Aktuelle Position" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Unterabschnitt 1-2-4" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Unterabschnitt 1-3" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Unterabschnitt 1-4" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Unbenanntes Dokument" --- 863,907 ---- "liegt:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Abschnitt 1" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Unterabschnitt 1-1" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Unterabschnitt 1-2" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Unterabschnitt 1-2-1" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Unterabschnitt 1-2-2" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Unterabschnitt 1-2-3" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Aktuelle Position" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Unterabschnitt 1-2-4" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Unterabschnitt 1-3" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Unterabschnitt 1-4" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Unbenanntes Dokument" Binary files texinfo-6.4/po_document/el.gmo and texinfo-6.5/po_document/el.gmo differ diff -Nrc2 texinfo-6.4/po_document/el.po texinfo-6.5/po_document/el.po *** texinfo-6.4/po_document/el.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/el.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: GNU texinfo 6.0.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2015-12-28 00:59+0200\n" "Last-Translator: Tsiolkas Michail <cs112152@cs.uoi.gr>\n" --- 8,12 ---- "Project-Id-Version: GNU texinfo 6.0.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2015-12-28 00:59+0200\n" "Last-Translator: Tsiolkas Michail <cs112152@cs.uoi.gr>\n" *************** *** 18,65 **** "Plural-Forms: nplurals=2; plural=(n != 1);\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 18,65 ---- "Plural-Forms: nplurals=2; plural=(n != 1);\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 67,71 **** msgstr "" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 67,71 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 73,112 **** msgstr "" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 73,112 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 210,224 **** msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 210,224 ---- msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 246,250 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 246,250 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 282,374 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 282,374 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 598,764 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 598,764 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 766,785 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 766,785 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 787,806 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 787,806 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 809,847 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 809,847 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 850,894 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "" --- 850,894 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "" Binary files texinfo-6.4/po_document/eo.gmo and texinfo-6.5/po_document/eo.gmo differ diff -Nrc2 texinfo-6.4/po_document/eo.po texinfo-6.5/po_document/eo.po *** texinfo-6.4/po_document/eo.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/eo.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo_document 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2013-02-27 09:07-0300\n" "Last-Translator: Felipe Castro <fefcas@gmail.com>\n" --- 8,12 ---- "Project-Id-Version: texinfo_document 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2013-02-27 09:07-0300\n" "Last-Translator: Felipe Castro <fefcas@gmail.com>\n" *************** *** 18,65 **** "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Funkcio" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Makroo" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Speciala Formo" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Variablo" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Opcio de Uzanto" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Ekzemplera Variablo" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Metodo" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} en {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{year} {month} {day}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 18,65 ---- "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Funkcio" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Makroo" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Speciala Formo" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Variablo" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Opcio de Uzanto" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Ekzemplera Variablo" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Metodo" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} en {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{year} {month} {day}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 67,71 **** msgstr "Aldono {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 67,71 ---- msgstr "Aldono {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 73,112 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} en {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 73,112 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} en {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 210,224 **** msgstr "konsultu la sekcion ``{section_name}'' en @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Konsultu @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 210,224 ---- msgstr "konsultu la sekcion ``{section_name}'' en @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Konsultu @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 246,250 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 246,250 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 282,374 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} de {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} en {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} en {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} en {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} en {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 282,374 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} de {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} en {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} en {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} en {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} en {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 598,764 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "konsultu la sekcion {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "konsultu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Konsultu la sekcion {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Konsultu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "konsultu {reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "konsultu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "konsultu `{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "konsultu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "konsultu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Konsultu {reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Konsultu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Konsultu `{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Konsultu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Konsultu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Salti al" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Indeksa Ero" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Sekcio" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} en {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} en {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 598,764 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "konsultu la sekcion {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "konsultu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Konsultu la sekcion {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Konsultu {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "konsultu {reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "konsultu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "konsultu `{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "konsultu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "konsultu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Konsultu {reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Konsultu @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Konsultu `{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Konsultu {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Konsultu `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Salti al" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Indeksa Ero" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Sekcio" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} en {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} en {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 767,771 **** "{category} en {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 767,771 ---- "{category} en {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 773,787 **** "{category} en {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} en {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} en {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 773,787 ---- "{category} en {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} en {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} en {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 790,794 **** "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 790,794 ---- "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 796,810 **** "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 796,810 ---- "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 815,853 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Tiu @^{c}i dokumento estis generata en @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "La nodo kiun vi ser@^{c}as estas @^{c}e {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " La butonoj en la krozpaneloj havas la jenajn signifojn:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Butono" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nomo" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Iri al" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "De 1.2.3 iru al" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 815,853 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Tiu @^{c}i dokumento estis generata en @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "La nodo kiun vi ser@^{c}as estas @^{c}e {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " La butonoj en la krozpaneloj havas la jenajn signifojn:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Butono" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nomo" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Iri al" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "De 1.2.3 iru al" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 858,902 **** "@strong{ Subsubsekcio Unu-Du-Tri } de dokumento kun la jena strukturo:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Sekcio Unu" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Subsekcio Unu-Unu" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Subsekcio Unu-Du" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Subsubsekcio Unu-Du-Unu" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Subsubsekcio Unu-Du-Du" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Subsubsekcio Unu-Du-Tri" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Nuna Pozicio" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Subsubsekcio Unu-Du-Kvar" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Subsekcio Unu-Tri" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Subsekcio Unu-Kvar" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Sentitola Dokumento" --- 858,902 ---- "@strong{ Subsubsekcio Unu-Du-Tri } de dokumento kun la jena strukturo:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Sekcio Unu" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Subsekcio Unu-Unu" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Subsekcio Unu-Du" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Subsubsekcio Unu-Du-Unu" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Subsubsekcio Unu-Du-Du" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Subsubsekcio Unu-Du-Tri" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Nuna Pozicio" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Subsubsekcio Unu-Du-Kvar" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Subsekcio Unu-Tri" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Subsekcio Unu-Kvar" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Sentitola Dokumento" Binary files texinfo-6.4/po_document/es.gmo and texinfo-6.5/po_document/es.gmo differ diff -Nrc2 texinfo-6.4/po_document/es.po texinfo-6.5/po_document/es.po *** texinfo-6.4/po_document/es.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/es.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 7,14 **** msgid "" msgstr "" ! "Project-Id-Version: texinfo_document-6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" ! "PO-Revision-Date: 2017-04-23 23:35+0200\n" "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n" "Language-Team: Spanish <es@tp.org.es>\n" --- 7,14 ---- msgid "" msgstr "" ! "Project-Id-Version: texinfo_document-6.4.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" ! "PO-Revision-Date: 2017-07-18 00:44+0200\n" "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n" "Language-Team: Spanish <es@tp.org.es>\n" *************** *** 19,66 **** "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Función" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Forma especial" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Opción del usuario" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Variable de instancia" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Método" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} en {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "el {day} {month} {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 19,66 ---- "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Función" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Forma especial" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Opción del usuario" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Variable de instancia" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Método" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} en {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "el {day} {month} {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 68,72 **** msgstr "Apéndice {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 68,72 ---- msgstr "Apéndice {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 74,113 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} en {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 74,113 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} en {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 211,225 **** msgstr "véase la sección ``{section_name}'' en @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Véase @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 211,225 ---- msgstr "véase la sección ``{section_name}'' en @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Véase @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 247,251 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 247,251 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 283,375 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" ! msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" ! msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" ! msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} de {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" ! msgstr "@tie{ }-- {category} de {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} en {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" ! msgstr "@tie{ }-- {category} en {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} en {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" ! msgstr "@tie{ }-- {category} en {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" ! msgstr "@tie{ }-- {category} de {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 283,375 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" ! msgstr "@tie{}-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" ! msgstr "@tie{}-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" ! msgstr "@tie{}-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" ! msgstr "@tie{}-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{}-- {category} de {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" ! msgstr "@tie{}-- {category} de {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{}-- {category} en {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" ! msgstr "@tie{}-- {category} en {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category} en {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category} en {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{}-- {category} en {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" ! msgstr "@tie{}-- {category} en {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category} de {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category} de {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{}-- {category} de {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" ! msgstr "@tie{}-- {category} de {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 599,765 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "véase la sección {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "véase {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Véase la sección {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Véase {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "véase {reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "véase @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "véase `{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "véase {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "véase `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Véase {reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Véase @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Véase `{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Véase {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Véase `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Saltar a" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Entrada de índice" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Sección" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} en {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} en {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 599,765 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "véase la sección {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "véase {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Véase la sección {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Véase {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "véase {reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "véase @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "véase `{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "véase {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "véase `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Véase {reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Véase @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Véase `{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Véase {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Véase `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' en @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Saltar a" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Entrada de índice" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Sección" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} en {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} en {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 768,772 **** "{category} en {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 768,772 ---- "{category} en {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 774,788 **** "{category} en {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} en {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} en {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 774,788 ---- "{category} en {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} en {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} en {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 791,795 **** "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 791,795 ---- "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 797,811 **** "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 797,811 ---- "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 816,855 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Este documento se generó el @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "El nodo que busca se encuentra en {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" " Los botones de los paneles de navegación tienen el significado siguiente:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Botón" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nombre" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Ir a" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Desde 1.2.3 ir a" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 816,855 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Este documento se generó el @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "El nodo que busca se encuentra en {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" " Los botones de los paneles de navegación tienen el significado siguiente:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Botón" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nombre" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Ir a" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Desde 1.2.3 ir a" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 861,905 **** "siguiente:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Sección Uno" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Subsección uno-uno" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Subsección uno-dos" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Sub-subsección uno-dos-uno" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Sub-subsección uno-dos-dos" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Sub-subsección uno-dos-tres" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Posición actual" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Sub-subsección uno-dos-cuatro" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Subsección uno-tres" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Subsección uno-cuatro" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Documento sin título" --- 861,905 ---- "siguiente:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Sección Uno" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Subsección uno-uno" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Subsección uno-dos" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Sub-subsección uno-dos-uno" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Sub-subsección uno-dos-dos" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Sub-subsección uno-dos-tres" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Posición actual" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Sub-subsección uno-dos-cuatro" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Subsección uno-tres" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Subsección uno-cuatro" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Documento sin título" Binary files texinfo-6.4/po_document/fr.gmo and texinfo-6.5/po_document/fr.gmo differ diff -Nrc2 texinfo-6.4/po_document/fr.po texinfo-6.5/po_document/fr.po *** texinfo-6.4/po_document/fr.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/fr.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 7,14 **** msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" ! "PO-Revision-Date: 2017-04-24 19:01+0200\n" "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n" "Language-Team: French <traduc@traduc.org>\n" --- 7,14 ---- msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.4.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" ! "PO-Revision-Date: 2017-08-31 18:50+0200\n" "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n" "Language-Team: French <traduc@traduc.org>\n" *************** *** 19,66 **** "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Fonction" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Forme Sp@'eciale" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Option de l'utilisateur" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Variable d'instance" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "M@'ethode" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "le {day} {month} {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 19,66 ---- "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Fonction" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Forme Sp@'eciale" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Variable" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Option de l'utilisateur" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Variable d'instance" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "M@'ethode" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} de {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "le {day} {month} {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 68,72 **** msgstr "Annexe {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 68,72 ---- msgstr "Annexe {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 74,113 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}@ : " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}@ : " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}@ : " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} de {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 74,113 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}@ : " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}@ : " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}@ : " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} de {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 211,225 **** msgstr "voir la section `{section_name}' dans @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Voir @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 211,225 ---- msgstr "voir la section `{section_name}' dans @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Voir @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 247,251 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 247,251 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 283,375 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}@ : {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}@ : {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}@ :@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}@ : {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}@ :@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}@ : {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} de {class}@ : {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} de {class}@ : {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 283,375 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}@ : {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "@tie{ }-- {category}@ : {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}@ :@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}@ : {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}@ :@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "@tie{ }-- {category}@ : {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} de {class}@ : {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} de {class}@ : {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 599,765 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "voir la section {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "voir {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Voir la section {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Voir {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "voir {reference} dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "voir @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "voir `{section}' dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "voir {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "voir `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Voir {reference} dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Voir @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Voir `{section}' dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Voir {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Voir `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Aller @`a" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Entr@'ee d'index" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Section" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}@ : @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}@ : @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}@ :@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}@ : @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}@ : @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}@ : @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}@ : @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} de {class}@ : @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 599,765 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "voir la section {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "voir {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Voir la section {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Voir {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "voir {reference} dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "voir @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "voir `{section}' dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "voir {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "voir `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Voir {reference} dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Voir @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Voir `{section}' dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Voir {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Voir `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' dans @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Aller @`a" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Entr@'ee d'index" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Section" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}@ : @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}@ : @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}@ :@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}@ : @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}@ : @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}@ : @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}@ : @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} de {class}@ : @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 768,772 **** "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 768,772 ---- "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 774,788 **** "{category} de {class}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}@ : @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 774,788 ---- "{category} de {class}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}@ : @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 791,795 **** "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 791,795 ---- "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 797,811 **** "{category} de {class}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}@ : @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 797,811 ---- "{category} de {class}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} de {class}@ : @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 816,855 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Ce document a @'et@'e g@'en@'er@'e le @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Le n@oe{}ud que vous recherchez est ici@ : {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" " Les boutons du panneau de navigation ont la signification suivante@ :" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Bouton" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nom" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Aller @`a" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Depuis 1.2.3 aller @`a" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 816,855 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Ce document a @'et@'e g@'en@'er@'e le @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Le n@oe{}ud que vous recherchez est ici@ : {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" " Les boutons du panneau de navigation ont la signification suivante@ :" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Bouton" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nom" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Aller @`a" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Depuis 1.2.3 aller @`a" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 860,904 **** "dans un document dont la structure est@ :" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Section un" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Sous-section un-un" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Sous-section un-deux" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Sous-sous-section un-deux-un" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Sous-sous-section un-deux-deux" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Sous-sous-section un-deux-trois" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Position actuelle" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Sous-sous-section un-deux-quatre" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Sous-section un-trois" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Sous-section un-quatre" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Document sans titre" --- 860,904 ---- "dans un document dont la structure est@ :" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Section un" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Sous-section un-un" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Sous-section un-deux" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Sous-sous-section un-deux-un" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Sous-sous-section un-deux-deux" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Sous-sous-section un-deux-trois" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Position actuelle" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Sous-sous-section un-deux-quatre" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Sous-section un-trois" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Sous-section un-quatre" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Document sans titre" Binary files texinfo-6.4/po_document/hr.gmo and texinfo-6.5/po_document/hr.gmo differ diff -Nrc2 texinfo-6.4/po_document/hr.po texinfo-6.5/po_document/hr.po *** texinfo-6.4/po_document/hr.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/hr.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 6,13 **** msgid "" msgstr "" ! "Project-Id-Version: GNU texinfo_document 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" ! "PO-Revision-Date: 2017-04-25 20:36-0800\n" "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n" "Language-Team: Croatian <lokalizacija@linux.hr>\n" --- 6,13 ---- msgid "" msgstr "" ! "Project-Id-Version: GNU texinfo_document 6.4.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" ! "PO-Revision-Date: 2017-08-30 09:52-0700\n" "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n" "Language-Team: Croatian <lokalizacija@linux.hr>\n" *************** *** 22,69 **** "X-Poedit-SourceCharset: UTF-8\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Funkcija" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Makro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Specijalna forma (oblik)" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Varijabla" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Korisnička opcija" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Instanca (pojava ili primjer) varijable" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Metoda" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} u {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} od {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" ! msgstr "{day}. {month} {year}." ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 22,69 ---- "X-Poedit-SourceCharset: UTF-8\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Funkcija" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Makro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Specijalna forma (oblik)" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Varijabla" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Korisnička opcija" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Instanca (pojava ili primjer) varijable" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Metoda" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} u {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} od {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" ! msgstr "{month} {day}, {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 71,75 **** msgstr "Privitak {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 71,75 ---- msgstr "Privitak {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 77,116 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} u {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 77,116 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} u {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 214,228 **** msgstr "pogledajte odjeljak „{section_name}“ u @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Pogledajte @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 214,228 ---- msgstr "pogledajte odjeljak „{section_name}“ u @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Pogledajte @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 250,254 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 250,254 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 286,378 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" ! msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" ! msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" ! msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} klase {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" ! msgstr "@tie{ }-- {category} klase {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} na klasi {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" ! msgstr "@tie{ }-- {category} na klasi {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} na klasi {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} na klasi {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} na klasi {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" ! msgstr "@tie{ }-- {category} na klasi {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} klase {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} klase {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} klase {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" ! msgstr "@tie{ }-- {category} klase {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 286,378 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" ! msgstr "@tie{}-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" ! msgstr "@tie{}-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" ! msgstr "@tie{}-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" ! msgstr "@tie{}-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{}-- {category} klase {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" ! msgstr "@tie{}-- {category} klase {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{}-- {category} na klasi {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" ! msgstr "@tie{}-- {category} na klasi {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category} na klasi {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category} na klasi {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{}-- {category} na klasi {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" ! msgstr "@tie{}-- {category} na klasi {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category} od {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category} od {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{}-- {category} od {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" ! msgstr "@tie{}-- {category} od {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 602,768 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "pogledajte odjeljak {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "pogledajte {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Pogledajte odjeljak {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Pogledajte {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "pogledajte {reference} u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "pogledajte @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "pogledajte „{section}“ u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "pogledajte {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "pogledajte „{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Pogledajte {reference} u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Pogledajte @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Pogledajte „{section}“ u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Pogledajte {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Pogledajte „{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "„{section}“ u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "„{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Skoči na" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Stavka indeksa" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Odjeljak" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} klase {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} klase {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} na klasi {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} na klasi {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 602,768 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "pogledajte odjeljak {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "pogledajte {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Pogledajte odjeljak {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Pogledajte {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "pogledajte {reference} u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "pogledajte @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "pogledajte „{section}“ u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "pogledajte {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "pogledajte „{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Pogledajte {reference} u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Pogledajte @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Pogledajte „{section}“ u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Pogledajte {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Pogledajte „{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "„{section}“ u @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "„{section}“" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Skoči na" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Stavka indeksa" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Odjeljak" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} klase {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} klase {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} na klasi {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} na klasi {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 772,776 **** "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 772,776 ---- "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 778,792 **** "{category} na klasi {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na klasi {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} na klasi {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 778,792 ---- "{category} na klasi {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na klasi {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} na klasi {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 796,800 **** "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 796,800 ---- "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 802,816 **** "{category} klase {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} klase {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} klase {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 802,816 ---- "{category} klase {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} klase {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} klase {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 821,859 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Ovaj dokument je napravljen na @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Čvor koji tražite nalazi se pri {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Gumbi u navigacijskom panelu imaju sljedeća značenja:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Gumb" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Ime" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Idi na/u" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Od 1.2.3 idi na/u" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 821,859 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Ovaj dokument je napravljen na @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Čvor koji tražite nalazi se pri {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Gumbi u navigacijskom panelu imaju sljedeća značenja:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Gumb" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Ime" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Idi na/u" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Od 1.2.3 idi na/u" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 864,908 **** "@strong{ Pododjeljak 1-2-3 } dokumenta sljedeće strukture:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Odjeljak 1" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Pododjeljak 1-1" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Pododjeljak 1-2" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Pododjeljak 1-2-1" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Pododjeljak 1-2-2" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Pododjeljak 1-2-3" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Aktualna pozicija" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Pododjeljak 1-2-4" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Pododjeljak 1-3" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Pododjeljak 1-4" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Dokument bez naslova" --- 864,908 ---- "@strong{ Pododjeljak 1-2-3 } dokumenta sljedeće strukture:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Odjeljak 1" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Pododjeljak 1-1" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Pododjeljak 1-2" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Pododjeljak 1-2-1" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Pododjeljak 1-2-2" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Pododjeljak 1-2-3" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Aktualna pozicija" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Pododjeljak 1-2-4" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Pododjeljak 1-3" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Pododjeljak 1-4" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Dokument bez naslova" Binary files texinfo-6.4/po_document/hu.gmo and texinfo-6.5/po_document/hu.gmo differ diff -Nrc2 texinfo-6.4/po_document/hu.po texinfo-6.5/po_document/hu.po *** texinfo-6.4/po_document/hu.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/hu.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 9,13 **** "Project-Id-Version: texinfo_document 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-04-27 22:08+0200\n" "Last-Translator: Balázs Úr <urbalazs@gmail.com>\n" --- 9,13 ---- "Project-Id-Version: texinfo_document 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2017-04-27 22:08+0200\n" "Last-Translator: Balázs Úr <urbalazs@gmail.com>\n" *************** *** 21,68 **** "Plural-Forms: nplurals=2; plural=(n != 1);\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Függvény" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Makró" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Speciális űrlap" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Változó" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Felhasználói beállítás" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Példányváltozó" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Metódus" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} ezen: {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} - {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{year}. {month} {day}." ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 21,68 ---- "Plural-Forms: nplurals=2; plural=(n != 1);\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Függvény" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Makró" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Speciális űrlap" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Változó" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Felhasználói beállítás" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Példányváltozó" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Metódus" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} ezen: {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} - {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{year}. {month} {day}." ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 70,74 **** msgstr "Függelék {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 70,74 ---- msgstr "Függelék {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 76,115 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} ezen: {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 76,115 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} ezen: {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 213,227 **** msgstr "lásd a(z) „{section_name}” szakaszt ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Lásd: @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 213,227 ---- msgstr "lásd a(z) „{section_name}” szakaszt ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Lásd: @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 249,253 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 249,253 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 285,377 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} - {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} - {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} ezen: {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} ezen: {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} ezen: {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} ezen: {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} ezen: {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} ezen: {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} - {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} - {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} - {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} - {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 285,377 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} - {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} - {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} ezen: {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} ezen: {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} ezen: {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} ezen: {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} ezen: {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} ezen: {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} - {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} - {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} - {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} - {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 601,767 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "lásd ezt a szakaszt: {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "lásd: {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Lásd ezt a szakaszt: {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Lásd: {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "lásd: {reference} ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "lásd: @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "lásd ezt a szakaszt: „{section}” ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "lásd: {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "lásd: „{section}”" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Lásd: {reference} ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Lásd: @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Lásd ezt a szakaszt: „{section}” ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Lásd: {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Lásd: „{section}”" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "„{section}” szakasz ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "„{section}”" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Ugrás ide" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Tárgymutató-bejegyzés" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Szakasz" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} - {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} - {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} ezen: {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} ezen: {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 601,767 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "lásd ezt a szakaszt: {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "lásd: {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Lásd ezt a szakaszt: {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Lásd: {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "lásd: {reference} ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "lásd: @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "lásd ezt a szakaszt: „{section}” ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "lásd: {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "lásd: „{section}”" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Lásd: {reference} ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Lásd: @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Lásd ezt a szakaszt: „{section}” ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Lásd: {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Lásd: „{section}”" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "„{section}” szakasz ebben: @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "„{section}”" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Ugrás ide" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Tárgymutató-bejegyzés" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Szakasz" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} - {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} - {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} ezen: {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} ezen: {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 771,775 **** "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 771,775 ---- "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 777,791 **** "{category} ezen: {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} ezen: {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} ezen: {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 777,791 ---- "{category} ezen: {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} ezen: {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} ezen: {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 794,813 **** "{category} - {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category} - {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} - {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} - {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 794,813 ---- "{category} - {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category} - {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} - {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} - {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 818,856 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Ezt a dokumentumot @emph{@today{}} napon állították elő." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "A keresett csomópont itt található: {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " A navigációs panelen levő gombok jelentése a következő:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Gomb" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Név" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Cél" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "1.2.3-ból ide jutunk" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 818,856 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Ezt a dokumentumot @emph{@today{}} napon állították elő." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "A keresett csomópont itt található: {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " A navigációs panelen levő gombok jelentése a következő:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Gomb" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Név" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Cél" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "1.2.3-ból ide jutunk" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 861,905 **** "következő szerkezetű dokumentum @strong{ 1.2.3. alalszakasza }:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "1. szakasz" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "1.1 alszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "1.2. alszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "1.2.3. alalszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "1.2.2. alalszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "1.2.3. alalszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Jelenlegi pozíció" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "1.2.4. alalszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "1.3. alszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "1.4. alszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Névtelen dokumentum" --- 861,905 ---- "következő szerkezetű dokumentum @strong{ 1.2.3. alalszakasza }:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "1. szakasz" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "1.1 alszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "1.2. alszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "1.2.3. alalszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "1.2.2. alalszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "1.2.3. alalszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Jelenlegi pozíció" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "1.2.4. alalszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "1.3. alszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "1.4. alszakasz" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Névtelen dokumentum" Binary files texinfo-6.4/po_document/it.gmo and texinfo-6.5/po_document/it.gmo differ diff -Nrc2 texinfo-6.4/po_document/it.po texinfo-6.5/po_document/it.po *** texinfo-6.4/po_document/it.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/it.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 6,13 **** msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" ! "PO-Revision-Date: 2017-04-24 11:47+0200\n" "Last-Translator: Federico Bruni <fede@inventati.org>\n" "Language-Team: Italian <tp@lists.linux.it>\n" --- 6,13 ---- msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.4.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" ! "PO-Revision-Date: 2017-07-11 10:52+0200\n" "Last-Translator: Federico Bruni <fede@inventati.org>\n" "Language-Team: Italian <tp@lists.linux.it>\n" *************** *** 20,67 **** "X-Generator: Gtranslator 2.91.7\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Funzione" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Forma speciale" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Variabile" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Opzione utente" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Variabile dell'istanza" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Metodo" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} su {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} di {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month} {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 20,67 ---- "X-Generator: Gtranslator 2.91.7\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Funzione" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Forma speciale" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Variabile" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Opzione utente" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Variabile dell'istanza" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Metodo" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} su {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} di {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month} {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 69,73 **** msgstr "Appendice {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 69,73 ---- msgstr "Appendice {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 75,114 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} in {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 75,114 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} in {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 212,226 **** msgstr "vedi la sezione «{section_name}» in @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Vedi @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 212,226 ---- msgstr "vedi la sezione «{section_name}» in @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Vedi @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 248,252 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 248,252 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 284,376 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" ! msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" ! msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" ! msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} di {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" ! msgstr "@tie{ }-- {category} di {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} su {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" ! msgstr "@tie{ }-- {category} su {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} su {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} su {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} su {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" ! msgstr "@tie{ }-- {category} su {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} di {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} di {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} di {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" ! msgstr "@tie{ }-- {category} di {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 284,376 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" ! msgstr "@tie{}-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" ! msgstr "@tie{}-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" ! msgstr "@tie{}-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" ! msgstr "@tie{}-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{}-- {category} of {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" ! msgstr "@tie{}-- {category} of {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{}-- {category} su {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" ! msgstr "@tie{}-- {category} su {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category} su {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category} su {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{}-- {category} su {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" ! msgstr "@tie{}-- {category} su {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category} di {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category} di {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{}-- {category} di {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" ! msgstr "@tie{}-- {category} di {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 600,766 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "vedi la sezione {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "vedi {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Vedi la sezione {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Vedi {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "vedi {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "vedi @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "vedi \\\"{section}\\\" in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "vedi {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "vedi \\\"{section}\\\"" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Vedi {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Vedi @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Vedi \\\"{section}\\\" in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Vedi {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Vedi \\\"{section}\\\"" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "\\\"{section}\\\" in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "\\\"{section}\\\"" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Salta a" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Voce dell'indice" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Sezione" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} di {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} di {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} su {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} su {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 600,766 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "vedi la sezione {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "vedi {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Vedi la sezione {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Vedi {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "vedi {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "vedi @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "vedi \\\"{section}\\\" in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "vedi {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "vedi \\\"{section}\\\"" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Vedi {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Vedi @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Vedi \\\"{section}\\\" in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Vedi {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Vedi \\\"{section}\\\"" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "\\\"{section}\\\" in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "\\\"{section}\\\"" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Salta a" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Voce dell'indice" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Sezione" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} di {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} di {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} su {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} su {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 769,773 **** "{category} su {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 769,773 ---- "{category} su {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 775,789 **** "{category} su {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} su {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} su {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 775,789 ---- "{category} su {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} su {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} su {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 792,796 **** "{category} di {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 792,796 ---- "{category} di {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 798,812 **** "{category} di {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} di {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} di {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 798,812 ---- "{category} di {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} di {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} di {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 817,856 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Questo documento è stato generato il @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Il nodo cercato è {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" " I pulsanti nei pannelli di navigazione hanno il seguente significato:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Pulsante" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nome" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Vai a" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Da 1.2.3 vai a" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 817,856 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Questo documento è stato generato il @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Il nodo cercato è {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" " I pulsanti nei pannelli di navigazione hanno il seguente significato:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Pulsante" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nome" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Vai a" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Da 1.2.3 vai a" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 862,906 **** "struttura:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Sezione uno" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Sottosezione Uno-Uno" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Sottosezione Uno-Due" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Sottosottosezione Uno-Due-Uno" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Sottosottosezione Uno-Due-Due" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Sottosottosezione Uno-Due-Tre" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Posizione Attuale" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Sottosottosezione Uno-Due-Quattro" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Sottosezione Uno-Tre" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Sottosezione Uno-Quattro" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Documento senza titolo" --- 862,906 ---- "struttura:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Sezione uno" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Sottosezione Uno-Uno" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Sottosezione Uno-Due" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Sottosottosezione Uno-Due-Uno" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Sottosottosezione Uno-Due-Due" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Sottosottosezione Uno-Due-Tre" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Posizione Attuale" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Sottosottosezione Uno-Due-Quattro" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Sottosezione Uno-Tre" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Sottosezione Uno-Quattro" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Documento senza titolo" Binary files texinfo-6.4/po_document/nl.gmo and texinfo-6.5/po_document/nl.gmo differ diff -Nrc2 texinfo-6.4/po_document/nl.po texinfo-6.5/po_document/nl.po *** texinfo-6.4/po_document/nl.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/nl.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 11,15 **** "Project-Id-Version: texinfo_document-6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2017-04-26 21:52+0200\n" "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n" --- 11,15 ---- "Project-Id-Version: texinfo_document-6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2017-04-26 21:52+0200\n" "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n" *************** *** 23,70 **** "X-Generator: Lokalize 1.0\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Functie" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Speciale vorm" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Variabele" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Gebruikeroptie" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Instantiatievariabele" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Methode" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} over {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} van {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month} {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 23,70 ---- "X-Generator: Lokalize 1.0\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Functie" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Speciale vorm" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Variabele" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Gebruikeroptie" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Instantiatievariabele" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Methode" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} over {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} van {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month} {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 72,76 **** msgstr "Appendix {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 72,76 ---- msgstr "Appendix {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 78,117 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} over {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 78,117 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} over {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 215,229 **** msgstr "zie sectie “{section_name}” in @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Zie @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 215,229 ---- msgstr "zie sectie “{section_name}” in @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Zie @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 251,255 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 251,255 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 287,379 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} van {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} van {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} over {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} over {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} over {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} over {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} van {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} van{class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 287,379 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} van {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} van {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} over {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} over {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} over {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} over {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} van {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} van{class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 604,770 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "zie sectie {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "zie {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Zie sectie {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Zie {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "zie {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "zie @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "zie ‘{section}’ in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "zie {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "zie ‘{section}’" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Zie {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Zie @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Zie ‘{section}’ in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Zie {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Zie ‘{section}’" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "‘{section}’ in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "‘{section}’" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Spring naar" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Index-item" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Sectie" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} van {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} van {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} over {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} over {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 604,770 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "zie sectie {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "zie {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Zie sectie {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Zie {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "zie {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "zie @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "zie ‘{section}’ in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "zie {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "zie ‘{section}’" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Zie {reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Zie @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Zie ‘{section}’ in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Zie {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Zie ‘{section}’" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "‘{section}’ in @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "‘{section}’" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Spring naar" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Index-item" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Sectie" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} van {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} van {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} over {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} over {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 773,777 **** "{category} over {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 773,777 ---- "{category} over {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 779,793 **** "{category} over {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} over {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} over {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 779,793 ---- "{category} over {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} over {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} over {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 796,800 **** "{category} van {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 796,800 ---- "{category} van {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 802,816 **** "{category} van {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} van {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} van {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 802,816 ---- "{category} van {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} van {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} van {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 821,859 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Dit document werd gegenereerd op @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "De pagina die u zoekt bevindt zich op {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " De knoppen in de navigatiepanelen hebben de volgende functies:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Knop" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Naam" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Gaat naar" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Gaat van 1.2.3 naar" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 821,859 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Dit document werd gegenereerd op @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "De pagina die u zoekt bevindt zich op {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " De knoppen in de navigatiepanelen hebben de volgende functies:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Knop" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Naam" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Gaat naar" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Gaat van 1.2.3 naar" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 865,909 **** "structuur:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Sectie één" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Subsectie één-één" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Subsectie één-twee" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Subsectie één-twee-één" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Subsectie één-twee-twee" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Subsectie één-twee-drie" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Huidige positie" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Subsectie één-twee-vier" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Subsectie één-drie" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Subsectie één-vier" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Naamloos document" --- 865,909 ---- "structuur:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Sectie één" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Subsectie één-één" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Subsectie één-twee" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Subsectie één-twee-één" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Subsectie één-twee-twee" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Subsectie één-twee-drie" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Huidige positie" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Subsectie één-twee-vier" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Subsectie één-drie" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Subsectie één-vier" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Naamloos document" Binary files texinfo-6.4/po_document/no.us-ascii.gmo and texinfo-6.5/po_document/no.us-ascii.gmo differ diff -Nrc2 texinfo-6.4/po_document/no.us-ascii.po texinfo-6.5/po_document/no.us-ascii.po *** texinfo-6.4/po_document/no.us-ascii.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/no.us-ascii.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2001-01-01\n" "Last-Translator: Unknown\n" --- 8,12 ---- "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2001-01-01\n" "Last-Translator: Unknown\n" *************** *** 17,64 **** "Content-Transfer-Encoding: 8bit\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 17,64 ---- "Content-Transfer-Encoding: 8bit\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 66,70 **** msgstr "" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 66,70 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 72,111 **** msgstr "" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 72,111 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 209,223 **** msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 209,223 ---- msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 245,249 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 245,249 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 281,373 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 281,373 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 597,763 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 597,763 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 765,784 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 765,784 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 786,805 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 786,805 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 808,846 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 808,846 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 849,893 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "" --- 849,893 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "" Binary files texinfo-6.4/po_document/pl.gmo and texinfo-6.5/po_document/pl.gmo differ diff -Nrc2 texinfo-6.4/po_document/pl.po texinfo-6.5/po_document/pl.po *** texinfo-6.4/po_document/pl.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/pl.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 6,13 **** msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" ! "PO-Revision-Date: 2017-04-26 21:40+0200\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" --- 6,13 ---- msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.4.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" ! "PO-Revision-Date: 2017-07-11 22:19+0200\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" *************** *** 18,65 **** "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Funkcja" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Makro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Postać specjalna" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Zmienna" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Opcja użytkownika" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Przykład zmiennej" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Metoda" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} dla klasy {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} klasy {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month} {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 18,65 ---- "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Funkcja" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Makro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Postać specjalna" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Zmienna" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Opcja użytkownika" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Przykład zmiennej" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Metoda" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} dla klasy {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} klasy {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month} {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 67,71 **** msgstr "Załącznik {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 67,71 ---- msgstr "Załącznik {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 73,112 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} dla klasy {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 73,112 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} dla klasy {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 210,224 **** msgstr "p. sekcja ``{section_name}'' w @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "P. @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 210,224 ---- msgstr "p. sekcja ``{section_name}'' w @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "P. @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 246,250 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 246,250 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 282,374 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" ! msgstr "@tie{ }- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" ! msgstr "@tie{ }- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" ! msgstr "@tie{ }- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" ! msgstr "@tie{ }- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" ! msgstr "@tie{ }- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{ }- {category} klasy {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" ! msgstr "@tie{ }- {category} klasy {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{ }- {category} dla klasy {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" ! msgstr "@tie{ }- {category} dla klasy {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }- {category} dla klasy {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{ }- {category} dla klasy {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{ }- {category} dla klasy {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" ! msgstr "@tie{ }- {category} dla klasy {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }- {category} klasy {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{ }- {category} klasy {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{ }- {category} klasy {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" ! msgstr "@tie{ }- {category} klasy {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 282,374 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" ! msgstr "@tie{}- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" ! msgstr "@tie{}- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" ! msgstr "@tie{}- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" ! msgstr "@tie{}- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" ! msgstr "@tie{}- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{}- {category} klasy {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" ! msgstr "@tie{}- {category} klasy {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{}- {category} dla klasy {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" ! msgstr "@tie{}- {category} dla klasy {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}- {category} dla klasy {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{}- {category} dla klasy {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{}- {category} dla klasy {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" ! msgstr "@tie{}- {category} dla klasy {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}- {category} klasy {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{}- {category} klasy {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{}- {category} klasy {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" ! msgstr "@tie{}- {category} klasy {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 598,764 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "p. sekcja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "p. {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "P. sekcja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "P. {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "p. {reference} w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "p. @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "p. `{section}' w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "p. {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "p. `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "P. {reference} w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "P. @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "P. `{section}' w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "P. {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "P. `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Skok do" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Wpis indeksu" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Sekcja" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} klasy {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} klasy {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} dla klasy {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} dla klasy {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 598,764 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "p. sekcja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "p. {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "P. sekcja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "P. {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "p. {reference} w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "p. @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "p. `{section}' w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "p. {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "p. `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "P. {reference} w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "P. @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "P. `{section}' w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "P. {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "P. `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' w @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Skok do" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Wpis indeksu" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Sekcja" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} klasy {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} klasy {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} dla klasy {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} dla klasy {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 768,772 **** "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 768,772 ---- "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 775,789 **** "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} dla klasy {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} dla klasy {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 775,789 ---- "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} dla klasy {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} dla klasy {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 793,797 **** "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 793,797 ---- "@emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 799,813 **** "{category} klasy {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} klasy {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} klasy {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 799,813 ---- "{category} klasy {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} klasy {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} klasy {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 818,856 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Ten dokument został wygenerowany @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Poszukiwany węzeł jest pod {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Przyciski w panelach nawigacyjnych mają następujące znaczenie:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Przycisk" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nazwa" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Przechodzi do" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "Z 1.2.3 przechodzi do" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 818,856 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Ten dokument został wygenerowany @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Poszukiwany węzeł jest pod {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Przyciski w panelach nawigacyjnych mają następujące znaczenie:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Przycisk" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nazwa" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Przechodzi do" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "Z 1.2.3 przechodzi do" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 862,906 **** "strukturze:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Sekcja Jeden" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Podsekcja Jeden-Jeden" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Podsekcja Jeden-Dwa" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Podpodsekcja Jeden-Dwa-Jeden" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Podpodsekcja Jeden-Dwa-Dwa" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Podpodsekcja Jeden-Dwa-Trzy" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Bieżąca pozycja" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Podpodsekcja Jeden-Dwa-Cztery" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Podsekcja Jeden-Trzy" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Podsekcja Jeden-Cztery" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Dokument bez tytułu" --- 862,906 ---- "strukturze:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Sekcja Jeden" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Podsekcja Jeden-Jeden" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Podsekcja Jeden-Dwa" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Podpodsekcja Jeden-Dwa-Jeden" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Podpodsekcja Jeden-Dwa-Dwa" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Podpodsekcja Jeden-Dwa-Trzy" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Bieżąca pozycja" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Podpodsekcja Jeden-Dwa-Cztery" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Podsekcja Jeden-Trzy" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Podsekcja Jeden-Cztery" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Dokument bez tytułu" Binary files texinfo-6.4/po_document/pt.gmo and texinfo-6.5/po_document/pt.gmo differ diff -Nrc2 texinfo-6.4/po_document/pt.po texinfo-6.5/po_document/pt.po *** texinfo-6.4/po_document/pt.po 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/pt.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2006-01-09\n" "Last-Translator: Jorge Barros de Abreu <ficmatin01@solar.com.br>\n" --- 8,12 ---- "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2006-01-09\n" "Last-Translator: Jorge Barros de Abreu <ficmatin01@solar.com.br>\n" *************** *** 18,67 **** "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 #, fuzzy msgid "Function" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "" ! #: tp/Texinfo/Common.pm:703 #, fuzzy msgid "User Option" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} na {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} da {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} de {month} de {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 18,67 ---- "X-Bugs: Report translation errors to the Language-Team address.\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 #, fuzzy msgid "Function" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "" ! #: tp/Texinfo/Common.pm:704 #, fuzzy msgid "User Option" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} na {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} da {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} de {month} de {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 69,73 **** msgstr "" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 69,73 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 75,114 **** msgstr "" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} na {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 75,114 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} na {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 212,226 **** msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 212,226 ---- msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 248,252 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 248,252 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 284,376 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" ! msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" ! msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2776 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" ! msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2788 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" ! msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} da {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} na {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 284,376 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" ! msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" ! msgstr "@tie{ }-- {category} da {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 ! #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 ! #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" ! msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} da {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} na {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 ! #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 ! #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 ! #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 ! #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 606,732 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, fuzzy, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "veja {node_file_href} @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, fuzzy, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, fuzzy, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, fuzzy, perl-brace-format msgid "see {reference}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, fuzzy, perl-brace-format msgid "see `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, fuzzy, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Veja {node_file_href} @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, fuzzy, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, fuzzy, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Veja se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, fuzzy, perl-brace-format msgid "See {reference}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, fuzzy, perl-brace-format msgid "See `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, fuzzy, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, fuzzy, perl-brace-format msgid "@cite{{book_reference}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, fuzzy, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, fuzzy, perl-brace-format msgid "{reference}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, fuzzy, perl-brace-format msgid "`{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Pular para" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Entrada de @'Indice" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" --- 606,732 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, fuzzy, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "veja {node_file_href} @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, fuzzy, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, fuzzy, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, fuzzy, perl-brace-format msgid "see {reference}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, fuzzy, perl-brace-format msgid "see `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, fuzzy, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Veja {node_file_href} @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, fuzzy, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, fuzzy, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Veja se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, fuzzy, perl-brace-format msgid "See {reference}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, fuzzy, perl-brace-format msgid "See `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, fuzzy, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, fuzzy, perl-brace-format msgid "@cite{{book_reference}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, fuzzy, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, fuzzy, perl-brace-format msgid "{reference}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, fuzzy, perl-brace-format msgid "`{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Pular para" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Entrada de @'Indice" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" *************** *** 734,773 **** "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} da {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} da {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} na {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} na {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, fuzzy, perl-brace-format msgid "" --- 734,773 ---- "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} da {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} da {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} na {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} na {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, fuzzy, perl-brace-format msgid "" *************** *** 776,780 **** "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 776,780 ---- "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 782,796 **** "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, fuzzy, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, fuzzy, perl-brace-format msgid "" --- 782,796 ---- "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, fuzzy, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, fuzzy, perl-brace-format msgid "" *************** *** 799,803 **** "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 799,803 ---- "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 805,819 **** "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, fuzzy, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, fuzzy, perl-brace-format msgid "" --- 805,819 ---- "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, fuzzy, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, fuzzy, perl-brace-format msgid "" *************** *** 824,828 **** "@i{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 #, fuzzy msgid "This document was generated on @emph{@today{}}." --- 824,828 ---- "@i{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 #, fuzzy msgid "This document was generated on @emph{@today{}}." *************** *** 830,844 **** "Esse documento foi gerado usando @uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" --- 830,844 ---- "Esse documento foi gerado usando @uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" *************** *** 846,866 **** "significados:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Bot@~ao" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nome" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "V@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "De 1.2.3 v@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 846,866 ---- "significados:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Bot@~ao" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nome" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "V@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "De 1.2.3 v@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 872,916 **** "estrutura:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Se@,{c}@~ao Um" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Subse@,{c}@~ao Um-Um" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Subse@,{c}@~ao Um-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Subse@,{c}@~ao Um-Dois-Um" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Subse@,{c}@~ao Um-Dois-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Posi@,{c}@~ao Atual" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Subse@,{c}@~ao Um-Dois-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Subse@,{c}@~ao Um-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Subse@,{c}@~ao Um-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Documento Sem Nome" --- 872,916 ---- "estrutura:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Se@,{c}@~ao Um" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Subse@,{c}@~ao Um-Um" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Subse@,{c}@~ao Um-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Subse@,{c}@~ao Um-Dois-Um" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Subse@,{c}@~ao Um-Dois-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Posi@,{c}@~ao Atual" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Subse@,{c}@~ao Um-Dois-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Subse@,{c}@~ao Um-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Subse@,{c}@~ao Um-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Documento Sem Nome" Binary files texinfo-6.4/po_document/pt.us-ascii.gmo and texinfo-6.5/po_document/pt.us-ascii.gmo differ diff -Nrc2 texinfo-6.4/po_document/pt.us-ascii.po texinfo-6.5/po_document/pt.us-ascii.po *** texinfo-6.4/po_document/pt.us-ascii.po 2017-06-23 06:53:10.000000000 +0100 --- texinfo-6.5/po_document/pt.us-ascii.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 8,12 **** "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2006-01-09\n" "Last-Translator: Jorge Barros de Abreu <ficmatin01@solar.com.br>\n" --- 8,12 ---- "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2006-01-09\n" "Last-Translator: Jorge Barros de Abreu <ficmatin01@solar.com.br>\n" *************** *** 17,66 **** "Content-Transfer-Encoding: 8bit\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 #, fuzzy msgid "Function" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "" ! #: tp/Texinfo/Common.pm:703 #, fuzzy msgid "User Option" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} na {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} da {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} de {month} de {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 17,66 ---- "Content-Transfer-Encoding: 8bit\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 #, fuzzy msgid "Function" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "" ! #: tp/Texinfo/Common.pm:704 #, fuzzy msgid "User Option" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} na {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} da {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} de {month} de {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 68,72 **** msgstr "" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 68,72 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 74,113 **** msgstr "" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} na {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 74,113 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} na {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 211,225 **** msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 211,225 ---- msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 247,251 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 247,251 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 283,375 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" ! msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" ! msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2776 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" ! msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2788 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" ! msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} da {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} na {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 283,375 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" ! msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" ! msgstr "@tie{ }-- {category} da {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 ! #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 ! #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" ! msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} da {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} na {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 ! #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 ! #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 ! #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 ! #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 605,731 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, fuzzy, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "veja {node_file_href} @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, fuzzy, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, fuzzy, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, fuzzy, perl-brace-format msgid "see {reference}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, fuzzy, perl-brace-format msgid "see `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, fuzzy, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Veja {node_file_href} @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, fuzzy, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, fuzzy, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Veja se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, fuzzy, perl-brace-format msgid "See {reference}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, fuzzy, perl-brace-format msgid "See `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, fuzzy, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, fuzzy, perl-brace-format msgid "@cite{{book_reference}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, fuzzy, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, fuzzy, perl-brace-format msgid "{reference}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, fuzzy, perl-brace-format msgid "`{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Pular para" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Entrada de @'Indice" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" --- 605,731 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, fuzzy, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "veja {node_file_href} @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, fuzzy, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, fuzzy, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, fuzzy, perl-brace-format msgid "see {reference}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, fuzzy, perl-brace-format msgid "see `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, fuzzy, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Veja {node_file_href} @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, fuzzy, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, fuzzy, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Veja se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, fuzzy, perl-brace-format msgid "See {reference}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, fuzzy, perl-brace-format msgid "See `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, fuzzy, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, fuzzy, perl-brace-format msgid "@cite{{book_reference}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, fuzzy, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "se@,{c}@~ao `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, fuzzy, perl-brace-format msgid "{reference}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, fuzzy, perl-brace-format msgid "`{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Pular para" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Entrada de @'Indice" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" *************** *** 733,772 **** "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} da {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} da {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} na {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} na {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, fuzzy, perl-brace-format msgid "" --- 733,772 ---- "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} da {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} da {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} na {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} na {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, fuzzy, perl-brace-format msgid "" *************** *** 775,779 **** "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 775,779 ---- "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 781,795 **** "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, fuzzy, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, fuzzy, perl-brace-format msgid "" --- 781,795 ---- "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, fuzzy, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} na {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, fuzzy, perl-brace-format msgid "" *************** *** 798,802 **** "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 798,802 ---- "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 804,818 **** "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, fuzzy, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, fuzzy, perl-brace-format msgid "" --- 804,818 ---- "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, fuzzy, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, fuzzy, perl-brace-format msgid "" *************** *** 823,827 **** "@i{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 #, fuzzy msgid "This document was generated on @emph{@today{}}." --- 823,827 ---- "@i{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 #, fuzzy msgid "This document was generated on @emph{@today{}}." *************** *** 829,843 **** "Esse documento foi gerado usando @uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" --- 829,843 ---- "Esse documento foi gerado usando @uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" *************** *** 845,865 **** "significados:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Bot@~ao" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nome" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "V@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "De 1.2.3 v@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 845,865 ---- "significados:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Bot@~ao" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nome" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "V@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "De 1.2.3 v@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 871,915 **** "estrutura:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Se@,{c}@~ao Um" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Subse@,{c}@~ao Um-Um" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Subse@,{c}@~ao Um-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Subse@,{c}@~ao Um-Dois-Um" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Subse@,{c}@~ao Um-Dois-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Posi@,{c}@~ao Atual" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Subse@,{c}@~ao Um-Dois-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Subse@,{c}@~ao Um-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Subse@,{c}@~ao Um-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Documento Sem Nome" --- 871,915 ---- "estrutura:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Se@,{c}@~ao Um" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Subse@,{c}@~ao Um-Um" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Subse@,{c}@~ao Um-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Subse@,{c}@~ao Um-Dois-Um" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Subse@,{c}@~ao Um-Dois-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Posi@,{c}@~ao Atual" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Subse@,{c}@~ao Um-Dois-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Subse@,{c}@~ao Um-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Subse@,{c}@~ao Um-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Documento Sem Nome" Binary files texinfo-6.4/po_document/pt_BR.gmo and texinfo-6.5/po_document/pt_BR.gmo differ diff -Nrc2 texinfo-6.4/po_document/pt_BR.po texinfo-6.5/po_document/pt_BR.po *** texinfo-6.4/po_document/pt_BR.po 2017-06-23 06:53:10.000000000 +0100 --- texinfo-6.5/po_document/pt_BR.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 7,14 **** msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" ! "PO-Revision-Date: 2017-04-25 06:00-0300\n" "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n" "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge." --- 7,14 ---- msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.4.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" ! "PO-Revision-Date: 2017-07-12 06:00-0300\n" "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n" "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge." *************** *** 21,68 **** "X-Generator: Poedit 1.6.10\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Fun@,{c}@~{a}o" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Forma Especial" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Vari@'{a}vel" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Op@,{c}@~{a}o de Usu@'ario" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Vari@'{a}vel de inst@^{a}ncia" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "M@'{e}todo" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} na {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} da {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} de {month} de {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 21,68 ---- "X-Generator: Poedit 1.6.10\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Fun@,{c}@~{a}o" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Forma Especial" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Vari@'{a}vel" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Op@,{c}@~{a}o de Usu@'ario" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Vari@'{a}vel de inst@^{a}ncia" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "M@'{e}todo" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} na {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} da {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} de {month} de {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 70,74 **** msgstr "Ap@^{e}ndice {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 70,74 ---- msgstr "Ap@^{e}ndice {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 76,115 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} na {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 76,115 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} na {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 213,227 **** msgstr "veja se@,{c}@~{a}o ``{section_name}'' em @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 213,227 ---- msgstr "veja se@,{c}@~{a}o ``{section_name}'' em @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 249,253 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 249,253 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 285,377 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" ! msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" ! msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" ! msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" ! msgstr "@tie{ }-- {category} da {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" ! msgstr "@tie{ }-- {category} na {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} em {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} em {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" ! msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} da {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" ! msgstr "@tie{ }-- {category} da {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 285,381 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" ! msgstr "{category}: @strong{{name}} @emph{{arguments}}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" ! msgstr "{category}: @strong{{name}}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" ! msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" ! msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" ! msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" ! msgstr "{category}: @emph{{type}} @strong{{name}}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" ! msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" ! msgstr "{category} de {class}: @strong{{name}}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" ! msgstr "{category} em {class}: @strong{{name}} @emph{{arguments}}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" ! msgstr "{category} em {class}: @strong{{name}}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "" ! "{category} em {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" ! msgstr "" ! "{category} em {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" ! msgstr "{category} em {class}:@* @emph{{type}}@* @strong{{name}}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" ! msgstr "{category} em {class}: @emph{{type}} @strong{{name}}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "" ! "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" ! msgstr "" ! "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" ! msgstr "{category} da {class}:@* @emph{{type}}@* @strong{{name}}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" ! msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 601,767 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "veja se@,{c}@~{a}o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Veja se@,{c}@~{a}o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "veja {reference} em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "veja @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "veja `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "veja {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "veja `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Veja {reference} em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Veja @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Veja `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Veja {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Veja `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Pular para" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Entrada de @'{i}ndice" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Se@,{c}@~{a}o" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} em {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} em {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 605,771 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "veja se@,{c}@~{a}o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Veja se@,{c}@~{a}o {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "veja {reference} em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "veja @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "veja `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "veja {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "veja `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Veja {reference} em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Veja @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Veja `{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Veja {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Veja `{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "`{section}' em @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "`{section}'" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Pular para" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Entrada de @'{i}ndice" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Se@,{c}@~{a}o" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} de {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} em {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} em {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 770,774 **** "{category} em {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 774,778 ---- "{category} em {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 776,790 **** "{category} em {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} em {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} em {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 780,794 ---- "{category} em {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} em {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} em {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 793,797 **** "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 797,801 ---- "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 799,813 **** "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} da {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 803,817 ---- "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} da {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} da {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 818,836 **** "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Esse documento foi gerado em @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "O nodo atualmente visto encontra-se em {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" --- 822,840 ---- "@uref{{program_homepage}, @emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Esse documento foi gerado em @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "O nodo atualmente visto encontra-se em {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" *************** *** 838,858 **** "significados:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Bot@~{a}o" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nome" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "V@'{a} para" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "De 1.2.3 v@'{a} para" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 842,862 ---- "significados:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Bot@~{a}o" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nome" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "V@'{a} para" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "De 1.2.3 v@'{a} para" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 864,908 **** "seguinte estrutura:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Se@,{c}@~{a}o Um" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Subse@,{c}@~{a}o Um-Um" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Subse@,{c}@~{a}o Um-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Subse@,{c}@~{a}o Um-Dois-Um" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Subse@,{c}@~{a}o Um-Dois-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Subse@,{c}@~{a}o Um-Dois-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Posi@,{c}@~{a}o Atual" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Subse@,{c}@~{a}o Um-Dois-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Subse@,{c}@~{a}o Um-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Subse@,{c}@~{a}o Um-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Documento Sem Nome" --- 868,912 ---- "seguinte estrutura:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Se@,{c}@~{a}o Um" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Subse@,{c}@~{a}o Um-Um" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Subse@,{c}@~{a}o Um-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Subse@,{c}@~{a}o Um-Dois-Um" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Subse@,{c}@~{a}o Um-Dois-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Subse@,{c}@~{a}o Um-Dois-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Posi@,{c}@~{a}o Atual" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Subse@,{c}@~{a}o Um-Dois-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Subse@,{c}@~{a}o Um-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Subse@,{c}@~{a}o Um-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Documento Sem Nome" Binary files texinfo-6.4/po_document/pt_BR.us-ascii.gmo and texinfo-6.5/po_document/pt_BR.us-ascii.gmo differ diff -Nrc2 texinfo-6.4/po_document/pt_BR.us-ascii.po texinfo-6.5/po_document/pt_BR.us-ascii.po *** texinfo-6.4/po_document/pt_BR.us-ascii.po 2017-06-23 06:53:10.000000000 +0100 --- texinfo-6.5/po_document/pt_BR.us-ascii.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 9,13 **** "Project-Id-Version: texinfo_document 5.9.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: 2015-06-07 06:25-0300\n" "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n" --- 9,13 ---- "Project-Id-Version: texinfo_document 5.9.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: 2015-06-07 06:25-0300\n" "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n" *************** *** 19,68 **** "Content-Transfer-Encoding: 8bit\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 #, fuzzy msgid "Function" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Forma Especial" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Vari@'{a}vel" ! #: tp/Texinfo/Common.pm:703 #, fuzzy msgid "User Option" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Vari@'{a}vel de inst@^{a}ncia" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "M@'{e}todo" ! #: tp/Texinfo/Common.pm:1188 #, fuzzy, perl-brace-format msgid "{category} on {class}" msgstr "{name} na {class}" ! #: tp/Texinfo/Common.pm:1195 #, fuzzy, perl-brace-format msgid "{category} of {class}" msgstr "{name} da {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} de {month} de {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 19,68 ---- "Content-Transfer-Encoding: 8bit\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 #, fuzzy msgid "Function" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Macro" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Forma Especial" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Vari@'{a}vel" ! #: tp/Texinfo/Common.pm:704 #, fuzzy msgid "User Option" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Vari@'{a}vel de inst@^{a}ncia" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "M@'{e}todo" ! #: tp/Texinfo/Common.pm:1190 #, fuzzy, perl-brace-format msgid "{category} on {class}" msgstr "{name} na {class}" ! #: tp/Texinfo/Common.pm:1197 #, fuzzy, perl-brace-format msgid "{category} of {class}" msgstr "{name} da {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} de {month} de {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 70,74 **** msgstr "Ap@^{e}ndice {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, fuzzy, perl-brace-format --- 70,74 ---- msgstr "Ap@^{e}ndice {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, fuzzy, perl-brace-format *************** *** 76,115 **** msgstr "Ap@^{e}ndice {number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, fuzzy, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, fuzzy, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} na {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 76,115 ---- msgstr "Ap@^{e}ndice {number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, fuzzy, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, fuzzy, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} na {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 213,227 **** msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 213,227 ---- msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 249,253 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 249,253 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 285,377 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} da {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} na {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 ! #, fuzzy, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 285,377 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 ! #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 ! #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} da {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} na {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 ! #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 ! #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 ! #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 ! #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 607,773 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, fuzzy, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, fuzzy, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, fuzzy, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, fuzzy, perl-brace-format msgid "see {reference}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, fuzzy, perl-brace-format msgid "see `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, fuzzy, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, fuzzy, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, fuzzy, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, fuzzy, perl-brace-format msgid "See {reference}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, fuzzy, perl-brace-format msgid "See `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, fuzzy, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, fuzzy, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, fuzzy, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, fuzzy, perl-brace-format msgid "{reference}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, fuzzy, perl-brace-format msgid "`{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Pular para" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Entrada de @'Indice" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, fuzzy, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "@tie{ }-- {category}: {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, fuzzy, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, fuzzy, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, fuzzy, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, fuzzy, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "@tie{ }-- {category} da {class}: {name}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, fuzzy, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, fuzzy, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "@tie{ }-- {category} na {class}: {name}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, fuzzy, perl-brace-format msgid "" --- 607,773 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Veja se@,{c}@~ao {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, fuzzy, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, fuzzy, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, fuzzy, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, fuzzy, perl-brace-format msgid "see {reference}" msgstr "veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, fuzzy, perl-brace-format msgid "see `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, fuzzy, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, fuzzy, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, fuzzy, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, fuzzy, perl-brace-format msgid "See {reference}" msgstr "Veja {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, fuzzy, perl-brace-format msgid "See `{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, fuzzy, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "Veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, fuzzy, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, fuzzy, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "veja @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, fuzzy, perl-brace-format msgid "{reference}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, fuzzy, perl-brace-format msgid "`{section}'" msgstr "Se@,{c}@~ao acima" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Pular para" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Entrada de @'Indice" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Se@,{c}@~ao" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, fuzzy, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "@tie{ }-- {category}: {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, fuzzy, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, fuzzy, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, fuzzy, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, fuzzy, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, fuzzy, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "@tie{ }-- {category} da {class}: {name}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, fuzzy, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, fuzzy, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "@tie{ }-- {category} na {class}: {name}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, fuzzy, perl-brace-format msgid "" *************** *** 775,794 **** msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, fuzzy, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, fuzzy, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, fuzzy, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, fuzzy, perl-brace-format msgid "" --- 775,794 ---- msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, fuzzy, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, fuzzy, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, fuzzy, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, fuzzy, perl-brace-format msgid "" *************** *** 796,815 **** msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, fuzzy, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, fuzzy, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, fuzzy, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 796,815 ---- msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, fuzzy, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, fuzzy, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, fuzzy, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 818,836 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6216 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" --- 818,836 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6218 #, fuzzy, perl-brace-format msgid "{element_text} ({title})" msgstr "{text} ({url})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" *************** *** 838,858 **** "significados:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Bot@~ao" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Nome" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "V@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "De 1.2.3 v@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 838,858 ---- "significados:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Bot@~ao" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Nome" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "V@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "De 1.2.3 v@'a para" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 864,908 **** "estrutura:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Se@,{c}@~ao Um" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Subse@,{c}@~ao Um-Um" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Subse@,{c}@~ao Um-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Subse@,{c}@~ao Um-Dois-Um" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Subse@,{c}@~ao Um-Dois-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Posi@,{c}@~ao Atual" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Subse@,{c}@~ao Um-Dois-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Subse@,{c}@~ao Um-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Subse@,{c}@~ao Um-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Documento Sem Nome" --- 864,908 ---- "estrutura:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Se@,{c}@~ao Um" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Subse@,{c}@~ao Um-Um" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Subse@,{c}@~ao Um-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Subse@,{c}@~ao Um-Dois-Um" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Subse@,{c}@~ao Um-Dois-Dois" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Posi@,{c}@~ao Atual" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Subse@,{c}@~ao Um-Dois-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Subse@,{c}@~ao Um-Tr@^es" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Subse@,{c}@~ao Um-Quatro" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Documento Sem Nome" diff -Nrc2 texinfo-6.4/po_document/texinfo_document.pot texinfo-6.5/po_document/texinfo_document.pot *** texinfo-6.4/po_document/texinfo_document.pot 2017-06-23 06:53:09.000000000 +0100 --- texinfo-6.5/po_document/texinfo_document.pot 2017-09-04 19:27:52.000000000 +0100 *************** *** 7,13 **** msgid "" msgstr "" ! "Project-Id-Version: GNU texinfo 6.4\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" --- 7,13 ---- msgid "" msgstr "" ! "Project-Id-Version: GNU texinfo 6.4.91\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" *************** *** 18,65 **** "Content-Transfer-Encoding: 8bit\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 18,65 ---- "Content-Transfer-Encoding: 8bit\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 67,71 **** msgstr "" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 67,71 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 73,112 **** msgstr "" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 73,112 ---- msgstr "" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "" ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "" ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 210,224 **** msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 210,224 ---- msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 246,250 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 246,250 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 282,374 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 282,374 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" msgstr "" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" msgstr "" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 598,764 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 598,764 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 766,785 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 766,785 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 787,806 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 787,806 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 809,847 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 809,847 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 850,894 **** msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "" --- 850,894 ---- msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "" Binary files texinfo-6.4/po_document/uk.gmo and texinfo-6.5/po_document/uk.gmo differ diff -Nrc2 texinfo-6.4/po_document/uk.po texinfo-6.5/po_document/uk.po *** texinfo-6.4/po_document/uk.po 2017-06-23 06:53:10.000000000 +0100 --- texinfo-6.5/po_document/uk.po 2017-09-04 19:30:18.000000000 +0100 *************** *** 6,13 **** msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.3.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-06-23 06:53+0100\n" ! "PO-Revision-Date: 2017-04-23 22:48+0300\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" --- 6,13 ---- msgid "" msgstr "" ! "Project-Id-Version: texinfo_document 6.4.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" ! "POT-Creation-Date: 2017-09-04 19:27+0100\n" ! "PO-Revision-Date: 2017-07-11 11:09+0200\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" *************** *** 19,68 **** "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" ! "X-Generator: Lokalize 1.5\n" ! #: tp/Texinfo/Common.pm:699 tp/Texinfo/Common.pm:704 msgid "Function" msgstr "Функція" ! #: tp/Texinfo/Common.pm:700 msgid "Macro" msgstr "Макрос" ! #: tp/Texinfo/Common.pm:701 msgid "Special Form" msgstr "Спеціальна форма" ! #: tp/Texinfo/Common.pm:702 tp/Texinfo/Common.pm:705 msgid "Variable" msgstr "Змінна" ! #: tp/Texinfo/Common.pm:703 msgid "User Option" msgstr "Вибір користувача" ! #: tp/Texinfo/Common.pm:706 tp/Texinfo/Common.pm:707 msgid "Instance Variable" msgstr "Змінна екземпляра" ! #: tp/Texinfo/Common.pm:708 tp/Texinfo/Common.pm:709 msgid "Method" msgstr "Метод" ! #: tp/Texinfo/Common.pm:1188 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} щодо {class}" ! #: tp/Texinfo/Common.pm:1195 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} {class}" ! #: tp/Texinfo/Common.pm:1212 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month} {year}" ! #: tp/Texinfo/Common.pm:1243 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format --- 19,68 ---- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" ! "X-Generator: Lokalize 2.0\n" ! #: tp/Texinfo/Common.pm:700 tp/Texinfo/Common.pm:705 msgid "Function" msgstr "Функція" ! #: tp/Texinfo/Common.pm:701 msgid "Macro" msgstr "Макрос" ! #: tp/Texinfo/Common.pm:702 msgid "Special Form" msgstr "Спеціальна форма" ! #: tp/Texinfo/Common.pm:703 tp/Texinfo/Common.pm:706 msgid "Variable" msgstr "Змінна" ! #: tp/Texinfo/Common.pm:704 msgid "User Option" msgstr "Вибір користувача" ! #: tp/Texinfo/Common.pm:707 tp/Texinfo/Common.pm:708 msgid "Instance Variable" msgstr "Змінна екземпляра" ! #: tp/Texinfo/Common.pm:709 tp/Texinfo/Common.pm:710 msgid "Method" msgstr "Метод" ! #: tp/Texinfo/Common.pm:1190 #, perl-brace-format msgid "{category} on {class}" msgstr "{category} щодо {class}" ! #: tp/Texinfo/Common.pm:1197 #, perl-brace-format msgid "{category} of {class}" msgstr "{category} {class}" ! #: tp/Texinfo/Common.pm:1219 #, perl-brace-format msgid "{month} {day}, {year}" msgstr "{day} {month} {year}" ! #: tp/Texinfo/Common.pm:1250 tp/Texinfo/Convert/Plaintext.pm:1055 #: tp/Texinfo/Convert/HTML.pm:532 #, perl-brace-format *************** *** 70,74 **** msgstr "Додаток {number} {section_title}" ! #: tp/Texinfo/Common.pm:1247 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format --- 70,74 ---- msgstr "Додаток {number} {section_title}" ! #: tp/Texinfo/Common.pm:1254 tp/Texinfo/Convert/Plaintext.pm:1060 #: tp/Texinfo/Convert/HTML.pm:538 #, perl-brace-format *************** *** 76,115 **** msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1488 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1492 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1497 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1501 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1507 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1510 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Parser.pm:1002 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} щодо {class}" ! #: tp/Texinfo/Parser.pm:1012 #, perl-brace-format msgid "{name} of {class}" --- 76,115 ---- msgstr "{number} {section_title}" ! #: tp/Texinfo/Common.pm:1495 #, perl-brace-format msgid "{float_type} {float_number}: " msgstr "{float_type} {float_number}: " ! #: tp/Texinfo/Common.pm:1499 #, perl-brace-format msgid "{float_type}: " msgstr "{float_type}: " ! #: tp/Texinfo/Common.pm:1504 #, perl-brace-format msgid "{float_type} {float_number}\n" msgstr "{float_type} {float_number}\n" ! #: tp/Texinfo/Common.pm:1508 #, perl-brace-format msgid "{float_type}\n" msgstr "{float_type}\n" ! #: tp/Texinfo/Common.pm:1514 #, perl-brace-format msgid "{float_number}: " msgstr "{float_number}: " ! #: tp/Texinfo/Common.pm:1517 #, perl-brace-format msgid "{float_number}\n" msgstr "{float_number}\n" ! #: tp/Texinfo/Common.pm:2491 #, perl-brace-format msgid "{name} on {class}" msgstr "{name} щодо {class}" ! #: tp/Texinfo/Common.pm:2501 #, perl-brace-format msgid "{name} of {class}" *************** *** 213,227 **** msgstr "див. розділ «{section_name}» у @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3369 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3346 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Див. @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3323 #, perl-brace-format msgid "see @cite{{book}}" --- 213,227 ---- msgstr "див. розділ «{section_name}» у @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:907 tp/Texinfo/Convert/HTML.pm:3371 #, perl-brace-format msgid "@cite{{book}}" msgstr "@cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:911 tp/Texinfo/Convert/HTML.pm:3348 #, perl-brace-format msgid "See @cite{{book}}" msgstr "Див. @cite{{book}}" ! #: tp/Texinfo/Convert/DocBook.pm:915 tp/Texinfo/Convert/HTML.pm:3325 #, perl-brace-format msgid "see @cite{{book}}" *************** *** 249,253 **** #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3673 #, perl-brace-format msgid "@b{{quotation_arg}:} " --- 249,253 ---- #: tp/Texinfo/Convert/DocBook.pm:1240 tp/Texinfo/Convert/Plaintext.pm:2358 ! #: tp/Texinfo/Convert/HTML.pm:3675 #, perl-brace-format msgid "@b{{quotation_arg}:} " *************** *** 285,377 **** #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name} {arguments}" ! msgstr "@tie{ }-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{ }-- {category}: {name}" ! msgstr "@tie{ }-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{ }-- {category}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{ }-- {category}: {type} {name}" ! msgstr "@tie{ }-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {name}" ! msgstr "@tie{ }-- {category} {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{ }-- {category} щодо {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {name}" ! msgstr "@tie{ }-- {category} щодо {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} щодо {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} щодо {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} щодо {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{ }-- {category} on {class}: {type} {name}" ! msgstr "@tie{ }-- {category} щодо {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{ }-- {category} {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{ }-- {category} {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{ }-- {category} {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{ }-- {category} of {class}: {type} {name}" ! msgstr "@tie{ }-- {category} {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2918 #, perl-brace-format msgid "@center --- @emph{{author}}\n" --- 285,377 ---- #: tp/Texinfo/Convert/Plaintext.pm:2758 #, perl-brace-format ! msgid "@tie{}-- {category}: {name} {arguments}" ! msgstr "@tie{}-- {category}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2763 #, perl-brace-format ! msgid "@tie{}-- {category}: {name}" ! msgstr "@tie{}-- {category}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2776 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2779 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2788 #, perl-brace-format ! msgid "@tie{}-- {category}:@*{type}@*{name}" ! msgstr "@tie{}-- {category}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2791 #, perl-brace-format ! msgid "@tie{}-- {category}: {type} {name}" ! msgstr "@tie{}-- {category}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2799 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name} {arguments}" ! msgstr "@tie{}-- {category} {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2805 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {name}" ! msgstr "@tie{}-- {category} {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2814 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name} {arguments}" ! msgstr "@tie{}-- {category} щодо {class}: {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2820 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {name}" ! msgstr "@tie{}-- {category} щодо {class}: {name}" #: tp/Texinfo/Convert/Plaintext.pm:2835 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category} щодо {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2839 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category} щодо {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2850 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}:@*{type}@*{name}" ! msgstr "@tie{}-- {category} щодо {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2854 #, perl-brace-format ! msgid "@tie{}-- {category} on {class}: {type} {name}" ! msgstr "@tie{}-- {category} щодо {class}: {type} {name}" #: tp/Texinfo/Convert/Plaintext.pm:2868 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}" ! msgstr "@tie{}-- {category} {class}:@*{type}@*{name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2872 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}" ! msgstr "@tie{}-- {category} {class}: {type} {name} {arguments}" #: tp/Texinfo/Convert/Plaintext.pm:2883 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}:@*{type}@*{name}" ! msgstr "@tie{}-- {category} {class}:@*{type}@*{name}" #: tp/Texinfo/Convert/Plaintext.pm:2887 #, perl-brace-format ! msgid "@tie{}-- {category} of {class}: {type} {name}" ! msgstr "@tie{}-- {category} {class}: {type} {name}" ! #: tp/Texinfo/Convert/Plaintext.pm:3205 tp/Texinfo/Convert/HTML.pm:2920 #, perl-brace-format msgid "@center --- @emph{{author}}\n" *************** *** 601,767 **** msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3234 #, perl-brace-format msgid "see section {reference_name}" msgstr "див. розділ {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3237 #, perl-brace-format msgid "see {reference_name}" msgstr "див. {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3242 #, perl-brace-format msgid "See section {reference_name}" msgstr "Див. розділ {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3245 #, perl-brace-format msgid "See {reference_name}" msgstr "Див. {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3249 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3311 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "див. {reference} у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3315 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "див. @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3319 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "див. «{section}» у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3326 #, perl-brace-format msgid "see {reference}" msgstr "див. {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3329 #, perl-brace-format msgid "see `{section}'" msgstr "див. «{section}»" ! #: tp/Texinfo/Convert/HTML.pm:3334 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Див. {reference} у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3338 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Див. @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3342 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Див. «{section}» у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3349 #, perl-brace-format msgid "See {reference}" msgstr "Див. {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3352 #, perl-brace-format msgid "See `{section}'" msgstr "Див. «{section}»" ! #: tp/Texinfo/Convert/HTML.pm:3357 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3361 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3365 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "«{section}» у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3372 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3375 #, perl-brace-format msgid "`{section}'" msgstr "«{section}»" ! #: tp/Texinfo/Convert/HTML.pm:3488 msgid "Jump to" msgstr "Перейти до" ! #: tp/Texinfo/Convert/HTML.pm:3496 msgid "Index Entry" msgstr "Запис покажчика" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Section" msgstr "Розділ" ! #: tp/Texinfo/Convert/HTML.pm:4116 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4121 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4138 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4142 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4151 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4154 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4162 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4168 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4177 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} щодо {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4183 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} щодо {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4198 #, perl-brace-format msgid "" --- 601,767 ---- msgstr "{explained_string} ({explanation})" ! #: tp/Texinfo/Convert/HTML.pm:3236 #, perl-brace-format msgid "see section {reference_name}" msgstr "див. розділ {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3239 #, perl-brace-format msgid "see {reference_name}" msgstr "див. {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3244 #, perl-brace-format msgid "See section {reference_name}" msgstr "Див. розділ {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3247 #, perl-brace-format msgid "See {reference_name}" msgstr "Див. {reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3251 #, perl-brace-format msgid "{reference_name}" msgstr "{reference_name}" ! #: tp/Texinfo/Convert/HTML.pm:3313 #, perl-brace-format msgid "see {reference} in @cite{{book}}" msgstr "див. {reference} у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3317 #, perl-brace-format msgid "see @cite{{book_reference}}" msgstr "див. @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3321 #, perl-brace-format msgid "see `{section}' in @cite{{book}}" msgstr "див. «{section}» у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3328 #, perl-brace-format msgid "see {reference}" msgstr "див. {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3331 #, perl-brace-format msgid "see `{section}'" msgstr "див. «{section}»" ! #: tp/Texinfo/Convert/HTML.pm:3336 #, perl-brace-format msgid "See {reference} in @cite{{book}}" msgstr "Див. {reference} у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3340 #, perl-brace-format msgid "See @cite{{book_reference}}" msgstr "Див. @cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3344 #, perl-brace-format msgid "See `{section}' in @cite{{book}}" msgstr "Див. «{section}» у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3351 #, perl-brace-format msgid "See {reference}" msgstr "Див. {reference}" ! #: tp/Texinfo/Convert/HTML.pm:3354 #, perl-brace-format msgid "See `{section}'" msgstr "Див. «{section}»" ! #: tp/Texinfo/Convert/HTML.pm:3359 #, perl-brace-format msgid "{reference} in @cite{{book}}" msgstr "{reference} у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3363 #, perl-brace-format msgid "@cite{{book_reference}}" msgstr "@cite{{book_reference}}" ! #: tp/Texinfo/Convert/HTML.pm:3367 #, perl-brace-format msgid "`{section}' in @cite{{book}}" msgstr "«{section}» у @cite{{book}}" ! #: tp/Texinfo/Convert/HTML.pm:3374 #, perl-brace-format msgid "{reference}" msgstr "{reference}" ! #: tp/Texinfo/Convert/HTML.pm:3377 #, perl-brace-format msgid "`{section}'" msgstr "«{section}»" ! #: tp/Texinfo/Convert/HTML.pm:3490 msgid "Jump to" msgstr "Перейти до" ! #: tp/Texinfo/Convert/HTML.pm:3498 msgid "Index Entry" msgstr "Запис покажчика" ! #: tp/Texinfo/Convert/HTML.pm:3500 msgid "Section" msgstr "Розділ" ! #: tp/Texinfo/Convert/HTML.pm:4118 #, perl-brace-format msgid "{category}: @strong{{name}} @emph{{arguments}}" msgstr "{category}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4123 #, perl-brace-format msgid "{category}: @strong{{name}}" msgstr "{category}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4140 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4144 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4153 #, perl-brace-format msgid "{category}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4156 #, perl-brace-format msgid "{category}: @emph{{type}} @strong{{name}}" msgstr "{category}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4164 #, perl-brace-format msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4170 #, perl-brace-format msgid "{category} of {class}: @strong{{name}}" msgstr "{category} {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4179 #, perl-brace-format msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}" msgstr "{category} щодо {class}: @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4185 #, perl-brace-format msgid "{category} on {class}: @strong{{name}}" msgstr "{category} щодо {class}: @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4200 #, perl-brace-format msgid "" *************** *** 770,774 **** "{category} щодо {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4202 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" --- 770,774 ---- "{category} щодо {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4204 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" *************** *** 776,790 **** "{category} щодо {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4213 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} щодо {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4217 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} щодо {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4231 #, perl-brace-format msgid "" --- 776,790 ---- "{category} щодо {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4215 #, perl-brace-format msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} щодо {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4219 #, perl-brace-format msgid "{category} on {class}: @emph{{type}} @strong{{name}}" msgstr "{category} щодо {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4233 #, perl-brace-format msgid "" *************** *** 793,812 **** "{category} {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4235 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category} {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4246 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4250 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6172 #, perl-brace-format msgid "" --- 793,812 ---- "{category} {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4237 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" msgstr "{category} {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}" ! #: tp/Texinfo/Convert/HTML.pm:4248 #, perl-brace-format msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}" msgstr "{category} {class}:@* @emph{{type}}@* @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:4252 #, perl-brace-format msgid "{category} of {class}: @emph{{type}} @strong{{name}}" msgstr "{category} {class}: @emph{{type}} @strong{{name}}" ! #: tp/Texinfo/Convert/HTML.pm:6174 #, perl-brace-format msgid "" *************** *** 817,855 **** "@emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6177 msgid "This document was generated on @emph{@today{}}." msgstr "Цей документ створено @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6216 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6360 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Потрібний вам вузол тут: {href}." ! #: tp/Texinfo/Convert/HTML.pm:6429 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Кнопки на панелях навігації мають таке призначення:" ! #: tp/Texinfo/Convert/HTML.pm:6435 msgid "Button" msgstr "Кнопка" ! #: tp/Texinfo/Convert/HTML.pm:6436 msgid "Name" msgstr "Назва" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Go to" msgstr "Перейти до" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "From 1.2.3 go to" msgstr "З 1.2.3 перейти до" ! #: tp/Texinfo/Convert/HTML.pm:6464 msgid "" " where the @strong{ Example } assumes that the current position is at " --- 817,855 ---- "@emph{{program}}}." ! #: tp/Texinfo/Convert/HTML.pm:6179 msgid "This document was generated on @emph{@today{}}." msgstr "Цей документ створено @emph{@today{}}." ! #: tp/Texinfo/Convert/HTML.pm:6218 #, perl-brace-format msgid "{element_text} ({title})" msgstr "{element_text} ({title})" ! #: tp/Texinfo/Convert/HTML.pm:6362 #, perl-brace-format msgid "The node you are looking for is at {href}." msgstr "Потрібний вам вузол тут: {href}." ! #: tp/Texinfo/Convert/HTML.pm:6431 msgid " The buttons in the navigation panels have the following meaning:" msgstr " Кнопки на панелях навігації мають таке призначення:" ! #: tp/Texinfo/Convert/HTML.pm:6437 msgid "Button" msgstr "Кнопка" ! #: tp/Texinfo/Convert/HTML.pm:6438 msgid "Name" msgstr "Назва" ! #: tp/Texinfo/Convert/HTML.pm:6439 msgid "Go to" msgstr "Перейти до" ! #: tp/Texinfo/Convert/HTML.pm:6440 msgid "From 1.2.3 go to" msgstr "З 1.2.3 перейти до" ! #: tp/Texinfo/Convert/HTML.pm:6466 msgid "" " where the @strong{ Example } assumes that the current position is at " *************** *** 860,904 **** "@strong{ підрозділі один-два-три } документа із такою структурою:" ! #: tp/Texinfo/Convert/HTML.pm:6474 msgid "Section One" msgstr "Перший розділ" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Subsection One-One" msgstr "Підрозділ один-один" ! #: tp/Texinfo/Convert/HTML.pm:6483 msgid "Subsection One-Two" msgstr "Підрозділ один-два" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsubsection One-Two-One" msgstr "Підпідрозділ один-два-один" ! #: tp/Texinfo/Convert/HTML.pm:6486 msgid "Subsubsection One-Two-Two" msgstr "Підпідрозділ один-два-два" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-Three" msgstr "Підпідрозділ один-два-три" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Current Position" msgstr "Поточна позиція" ! #: tp/Texinfo/Convert/HTML.pm:6490 msgid "Subsubsection One-Two-Four" msgstr "Підпідрозділ один-два-чотири" ! #: tp/Texinfo/Convert/HTML.pm:6493 msgid "Subsection One-Three" msgstr "Підрозділ один-три" ! #: tp/Texinfo/Convert/HTML.pm:6500 msgid "Subsection One-Four" msgstr "Підрозділ один-чотири" ! #: tp/Texinfo/Convert/HTML.pm:6908 msgid "Untitled Document" msgstr "Документ без назви" --- 860,904 ---- "@strong{ підрозділі один-два-три } документа із такою структурою:" ! #: tp/Texinfo/Convert/HTML.pm:6476 msgid "Section One" msgstr "Перший розділ" ! #: tp/Texinfo/Convert/HTML.pm:6478 msgid "Subsection One-One" msgstr "Підрозділ один-один" ! #: tp/Texinfo/Convert/HTML.pm:6485 msgid "Subsection One-Two" msgstr "Підрозділ один-два" ! #: tp/Texinfo/Convert/HTML.pm:6487 msgid "Subsubsection One-Two-One" msgstr "Підпідрозділ один-два-один" ! #: tp/Texinfo/Convert/HTML.pm:6488 msgid "Subsubsection One-Two-Two" msgstr "Підпідрозділ один-два-два" ! #: tp/Texinfo/Convert/HTML.pm:6489 msgid "Subsubsection One-Two-Three" msgstr "Підпідрозділ один-два-три" ! #: tp/Texinfo/Convert/HTML.pm:6491 msgid "Current Position" msgstr "Поточна позиція" ! #: tp/Texinfo/Convert/HTML.pm:6492 msgid "Subsubsection One-Two-Four" msgstr "Підпідрозділ один-два-чотири" ! #: tp/Texinfo/Convert/HTML.pm:6495 msgid "Subsection One-Three" msgstr "Підрозділ один-три" ! #: tp/Texinfo/Convert/HTML.pm:6502 msgid "Subsection One-Four" msgstr "Підрозділ один-чотири" ! #: tp/Texinfo/Convert/HTML.pm:6910 msgid "Untitled Document" msgstr "Документ без назви" diff -Nrc2 texinfo-6.4/stamp-h1 texinfo-6.5/stamp-h1 *** texinfo-6.4/stamp-h1 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/stamp-h1 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - timestamp for config.h --- 0 ---- diff -Nrc2 texinfo-6.4/texindex/Makefile texinfo-6.5/texindex/Makefile *** texinfo-6.4/texindex/Makefile 2017-07-03 17:44:28.000000000 +0100 --- texinfo-6.5/texindex/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1714 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # texindex/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # $Id: Makefile.am 6338 2015-06-16 22:57:48Z karl $ - # Makefile.am for texinfo/texindex. - # Run automake in .. to produce Makefile.in from this. - # - # Copyright 2015 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # basic plan: what users invoke will be texindex, a shell script wrapper - # created from texindex.in by configure. - # texindex.awk does the real work; it is created from ti.twjr - # using rules here invoking the texiwebjr utilities. - - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - subdir = texindex - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(dist_bin_SCRIPTS) \ - $(dist_pkgdata_SCRIPTS) $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; - am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; - am__install_max = 40 - am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` - am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" - am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } - am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)" - SCRIPTS = $(dist_bin_SCRIPTS) $(dist_pkgdata_SCRIPTS) \ - $(noinst_SCRIPTS) - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - SOURCES = - DIST_SOURCES = - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no - am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ - } - am__recheck_rx = ^[ ]*:recheck:[ ]* - am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* - am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* - # A command that, given a newline-separated list of test names on the - # standard input, print the name of the tests that are to be re-run - # upon "make recheck". - am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ - }' - # A command that, given a newline-separated list of test names on the - # standard input, create the global log from their .trs and .log files. - am__create_global_log = $(AWK) ' \ - function fatal(msg) \ - { \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ - } \ - function rst_section(header) \ - { \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ - } \ - { \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ - }' - # Restructured Text title. - am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } - # Solaris 10 'make', and several other traditional 'make' implementations, - # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it - # by disabling -e (using the XSI extension "set +e") if it's set. - am__sh_e_setup = case $$- in *e*) set +e;; esac - # Default flags passed to test drivers. - am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" - # To be inserted before the command running the test. Creates the - # directory for the log if needed. Stores in $dir the directory - # containing $f, in $tst the test, in $log the log. Executes the - # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and - # passes TESTS_ENVIRONMENT. Set up options for the wrapper that - # will run the test scripts (or their associated LOG_COMPILER, if - # thy have one). - am__check_pre = \ - $(am__sh_e_setup); \ - $(am__vpath_adj_setup) $(am__vpath_adj) \ - $(am__tty_colors); \ - srcdir=$(srcdir); export srcdir; \ - case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ - esac; \ - test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ - if test -f "./$$f"; then dir=./; \ - elif test -f "$$f"; then dir=; \ - else dir="$(srcdir)/"; fi; \ - tst=$$dir$$f; log='$@'; \ - if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ - else \ - am__enable_hard_errors=yes; \ - fi; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ - esac; \ - $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) - # A shell command to get the names of the tests scripts with any registered - # extension removed (i.e., equivalently, the names of the test logs, with - # the '.log' extension removed). The result is saved in the shell variable - # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, - # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", - # since that might cause problem with VPATH rewrites for suffix-less tests. - # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. - am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` - RECHECK_LOGS = $(TEST_LOGS) - AM_RECURSIVE_TARGETS = check recheck - TEST_SUITE_LOG = test-suite.log - TEST_EXTENSIONS = .test - LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver - LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) - am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac - am__test_logs1 = $(TESTS:=.log) - am__test_logs2 = $(am__test_logs1:.log=.log) - TEST_LOGS = $(am__test_logs2:.test.log=.log) - TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver - TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) - am__DIST_COMMON = $(srcdir)/Makefile.in \ - $(top_srcdir)/build-aux/test-driver ChangeLog README - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - pkglibexecdir = ${libexecdir}/${PACKAGE} - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing makeinfo - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h> - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h> - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = <stddef.h> - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h> - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h> - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h> - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = <strings.h> - NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h> - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h> - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h> - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h> - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = <wctype.h> - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = <getopt.h> - NEXT_LANGINFO_H = - NEXT_LIMITS_H = <limits.h> - NEXT_LOCALE_H = - NEXT_STDARG_H = <stdarg.h> - NEXT_STDDEF_H = <stddef.h> - NEXT_STDINT_H = <stdint.h> - NEXT_STDIO_H = <stdio.h> - NEXT_STDLIB_H = <stdlib.h> - NEXT_STRINGS_H = <strings.h> - NEXT_STRING_H = <string.h> - NEXT_SYS_TYPES_H = <sys/types.h> - NEXT_UNISTD_H = <unistd.h> - NEXT_WCHAR_H = <wchar.h> - NEXT_WCTYPE_H = <wctype.h> - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/texindex - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/texindex - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../ - top_builddir = .. - top_srcdir = .. - - # what we want installed in $(bindir). - dist_bin_SCRIPTS = texindex - - # since it's generated, have to clean it explicitly. - CLEANFILES = texindex - - # and mention the original sources explicitly. - - # a fun cartoon used in the literate program. - EXTRA_DIST = texindex.in ti.twjr $(noinst_SCRIPTS) dek_idx.png \ - $(TESTS) - - # let's install the awk script in $(sharedir)/texinfo. - dist_pkgdata_SCRIPTS = texindex.awk - - # since we generate it, have to clean it (at maintainer-clean) explicitly. - MAINTAINERCLEANFILES = texindex.awk - - # mention the texiwebjr utilities. they are maintained in another - # repository (see their sources), and updated here manually (see - # ../util/srclist.txt). - noinst_SCRIPTS = jrtangle jrweave - - # configure-time variables we use in texindex.in or ti.twjr. - # Unlike regular Automake, we have to allow for @6.4@, - # which jrweave generates in the code segment. - do_subst = sed -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \ - -e 's,[@]AWK[@],$(AWK),g' \ - -e 's,[@]PACKAGE[@],$(PACKAGE),g' \ - -e 's,[@][@]*VERSION[@][@]*,$(VERSION),g' - - TESTS = \ - tests/ti-helpversion.sh - - all: all-am - - .SUFFIXES: - .SUFFIXES: .log .test .test$(EXEEXT) .trs - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu texindex/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu texindex/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) - @$(NORMAL_INSTALL) - @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n' \ - -e 'h;s|.*|.|' \ - -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) { files[d] = files[d] " " $$1; \ - if (++n[d] == $(am__install_max)) { \ - print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ - else { print "f", d "/" $$4, $$1 } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - - uninstall-dist_binSCRIPTS: - @$(NORMAL_UNINSTALL) - @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 's,.*/,,;$(transform)'`; \ - dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) - install-dist_pkgdataSCRIPTS: $(dist_pkgdata_SCRIPTS) - @$(NORMAL_INSTALL) - @list='$(dist_pkgdata_SCRIPTS)'; test -n "$(pkgdatadir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n' \ - -e 'h;s|.*|.|' \ - -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) { files[d] = files[d] " " $$1; \ - if (++n[d] == $(am__install_max)) { \ - print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ - else { print "f", d "/" $$4, $$1 } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkgdatadir)$$dir'"; \ - $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkgdatadir)$$dir" || exit $$?; \ - } \ - ; done - - uninstall-dist_pkgdataSCRIPTS: - @$(NORMAL_UNINSTALL) - @list='$(dist_pkgdata_SCRIPTS)'; test -n "$(pkgdatadir)" || exit 0; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 's,.*/,,;$(transform)'`; \ - dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) - tags TAGS: - - ctags CTAGS: - - cscope cscopelist: - - - # Recover from deleted '.trs' file; this should ensure that - # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create - # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells - # to avoid problems with "make -n". - .log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - - # Leading 'am--fnord' is there to ensure the list of targets does not - # expand to empty, as could happen e.g. with make check TESTS=''. - am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) - am--force-recheck: - @: - - $(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - - check-TESTS: - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; - recheck: all - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? - tests/ti-helpversion.sh.log: tests/ti-helpversion.sh - @p='tests/ti-helpversion.sh'; \ - b='tests/ti-helpversion.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - .test.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - #.test$(EXEEXT).log: - # @p='$<'; \ - # $(am__set_b); \ - # $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - # --log-file $$b.log --trs-file $$b.trs \ - # $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - # "$$tst" $(AM_TESTS_FD_REDIRECT) - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-TESTS - check: check-am - all-am: Makefile $(SCRIPTS) - installdirs: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-am - install-exec: install-exec-am - install-data: install-data-am - uninstall: uninstall-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-am - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - - clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) - clean: clean-am - - clean-am: clean-generic mostlyclean-am - - distclean: distclean-am - -rm -f Makefile - distclean-am: clean-am distclean-generic - - dvi: dvi-am - - dvi-am: - - html: html-am - - html-am: - - info: info-am - - info-am: - - install-data-am: install-dist_pkgdataSCRIPTS - - install-dvi: install-dvi-am - - install-dvi-am: - - install-exec-am: install-dist_binSCRIPTS - - install-html: install-html-am - - install-html-am: - - install-info: install-info-am - - install-info-am: - - install-man: - - install-pdf: install-pdf-am - - install-pdf-am: - - install-ps: install-ps-am - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-am - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-am - - mostlyclean-am: mostlyclean-generic - - pdf: pdf-am - - pdf-am: - - ps: ps-am - - ps-am: - - uninstall-am: uninstall-dist_binSCRIPTS uninstall-dist_pkgdataSCRIPTS - - .MAKE: check-am install-am install-strip - - .PHONY: all all-am check check-TESTS check-am clean clean-generic \ - cscopelist-am ctags-am distclean distclean-generic distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dist_binSCRIPTS \ - install-dist_pkgdataSCRIPTS install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am recheck tags-am uninstall uninstall-am \ - uninstall-dist_binSCRIPTS uninstall-dist_pkgdataSCRIPTS - - .PRECIOUS: Makefile - - - # build the texindex shell wrapper from texindex.in, following automake. - texindex: texindex.in Makefile - $(do_subst) <$(srcdir)/texindex.in >texindex - chmod +x texindex - - # build texindex.awk from ti.twjr using jrtangle; that creates - # texindex.awk (hardwired). Then we substitute configure-time variables - # to avoid manual updates of the version number. - texindex.awk: ti.twjr - $(AWK) -f $(srcdir)/jrtangle $(srcdir)/ti.twjr || rm -f texindex.awk - $(do_subst) <texindex.awk >texindex.awk-tmp - mv texindex.awk-tmp texindex.awk - - # how to build the pdf of the program-as-document. - ti.pdf: ti.texi - texi2pdf --tidy ti.texi - ti.info: ti.texi - makeinfo --no-split ti.texi -o ti.info - ti.html: ti.texi - makeinfo --no-split --html ti.texi -o ti.html - - # unlike jrtangle, jrweave outputs to stdout; use the usual UPDATED string. - ti.texi: ti.twjr - UPDATED=`$(top_srcdir)/build-aux/mdate-sh $(srcdir)/ti.twjr`; \ - $(AWK) -f $(srcdir)/jrweave $(srcdir)/ti.twjr \ - | $(do_subst) -e "s,[@]UPDATED[@],$$UPDATED,g" \ - >ti.texi || rm -f ti.texi - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/texindex/Makefile.in texinfo-6.5/texindex/Makefile.in *** texinfo-6.4/texindex/Makefile.in 2017-06-23 07:04:40.000000000 +0100 --- texinfo-6.5/texindex/Makefile.in 2017-09-12 19:50:14.000000000 +0100 *************** *** 136,139 **** --- 136,140 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 925,928 **** --- 926,930 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 1153,1156 **** --- 1155,1159 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ diff -Nrc2 texinfo-6.4/texindex/texindex.awk texinfo-6.5/texindex/texindex.awk *** texinfo-6.4/texindex/texindex.awk 2017-06-23 06:59:42.000000000 +0100 --- texinfo-6.5/texindex/texindex.awk 2017-09-12 19:50:30.000000000 +0100 *************** *** 162,166 **** EXIT_FAILURE = 1 ! Texindex_version = "6.4" if (! Invocation_name) { # provide fallback in case it's not passed in. --- 162,166 ---- EXIT_FAILURE = 1 ! Texindex_version = "6.5" if (! Invocation_name) { # provide fallback in case it's not passed in. Binary files texinfo-6.4/tp/LocaleData/ca/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/ca/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/ca.us-ascii/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/ca.us-ascii/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/cs/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/cs/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/da/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/da/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/de/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/de/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/de.us-ascii/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/de.us-ascii/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/el/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/el/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/eo/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/eo/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/es/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/es/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/fr/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/fr/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/hr/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/hr/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/hu/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/hu/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/it/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/it/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/nl/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/nl/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/no.us-ascii/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/no.us-ascii/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/pl/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/pl/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/pt/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/pt/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/pt.us-ascii/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/pt.us-ascii/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/pt_BR/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/pt_BR/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo differ Binary files texinfo-6.4/tp/LocaleData/uk/LC_MESSAGES/texinfo_document.mo and texinfo-6.5/tp/LocaleData/uk/LC_MESSAGES/texinfo_document.mo differ diff -Nrc2 texinfo-6.4/tp/Makefile texinfo-6.5/tp/Makefile *** texinfo-6.4/tp/Makefile 2017-07-03 17:44:28.000000000 +0100 --- texinfo-6.5/tp/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,3590 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # tp/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # $Id: Makefile.am 7735 2017-04-17 07:41:19Z gavin $ - # Makefile.am for texinfo/tp. - # - # Copyright 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, - # Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # Makefile.docstr generated by ./maintain/regenerate_docstr.sh. - # - # Copyright 2017 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - am__append_1 = Texinfo/Convert/XSParagraph Texinfo/MiscXS - subdir = tp - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ - $(top_srcdir)/gnulib/m4/absolute-header.m4 \ - $(top_srcdir)/gnulib/m4/alloca.m4 \ - $(top_srcdir)/gnulib/m4/argz.m4 \ - $(top_srcdir)/gnulib/m4/btowc.m4 \ - $(top_srcdir)/gnulib/m4/builtin-expect.m4 \ - $(top_srcdir)/gnulib/m4/codeset.m4 \ - $(top_srcdir)/gnulib/m4/configmake.m4 \ - $(top_srcdir)/gnulib/m4/dirname.m4 \ - $(top_srcdir)/gnulib/m4/double-slash-root.m4 \ - $(top_srcdir)/gnulib/m4/eealloc.m4 \ - $(top_srcdir)/gnulib/m4/errno_h.m4 \ - $(top_srcdir)/gnulib/m4/error.m4 \ - $(top_srcdir)/gnulib/m4/exponentd.m4 \ - $(top_srcdir)/gnulib/m4/extensions.m4 \ - $(top_srcdir)/gnulib/m4/extern-inline.m4 \ - $(top_srcdir)/gnulib/m4/fcntl-o.m4 \ - $(top_srcdir)/gnulib/m4/float_h.m4 \ - $(top_srcdir)/gnulib/m4/getopt.m4 \ - $(top_srcdir)/gnulib/m4/getprogname.m4 \ - $(top_srcdir)/gnulib/m4/gettext.m4 \ - $(top_srcdir)/gnulib/m4/glibc21.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ - $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ - $(top_srcdir)/gnulib/m4/hard-locale.m4 \ - $(top_srcdir)/gnulib/m4/iconv.m4 \ - $(top_srcdir)/gnulib/m4/include_next.m4 \ - $(top_srcdir)/gnulib/m4/intmax_t.m4 \ - $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ - $(top_srcdir)/gnulib/m4/iswblank.m4 \ - $(top_srcdir)/gnulib/m4/langinfo_h.m4 \ - $(top_srcdir)/gnulib/m4/lib-ld.m4 \ - $(top_srcdir)/gnulib/m4/lib-link.m4 \ - $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ - $(top_srcdir)/gnulib/m4/libunistring-base.m4 \ - $(top_srcdir)/gnulib/m4/limits-h.m4 \ - $(top_srcdir)/gnulib/m4/localcharset.m4 \ - $(top_srcdir)/gnulib/m4/locale-fr.m4 \ - $(top_srcdir)/gnulib/m4/locale-ja.m4 \ - $(top_srcdir)/gnulib/m4/locale-zh.m4 \ - $(top_srcdir)/gnulib/m4/locale_h.m4 \ - $(top_srcdir)/gnulib/m4/localeconv.m4 \ - $(top_srcdir)/gnulib/m4/lock.m4 \ - $(top_srcdir)/gnulib/m4/longlong.m4 \ - $(top_srcdir)/gnulib/m4/malloc.m4 \ - $(top_srcdir)/gnulib/m4/malloca.m4 \ - $(top_srcdir)/gnulib/m4/mbchar.m4 \ - $(top_srcdir)/gnulib/m4/mbiter.m4 \ - $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ - $(top_srcdir)/gnulib/m4/mbsinit.m4 \ - $(top_srcdir)/gnulib/m4/mbslen.m4 \ - $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ - $(top_srcdir)/gnulib/m4/mbswidth.m4 \ - $(top_srcdir)/gnulib/m4/mbtowc.m4 \ - $(top_srcdir)/gnulib/m4/memchr.m4 \ - $(top_srcdir)/gnulib/m4/mempcpy.m4 \ - $(top_srcdir)/gnulib/m4/memrchr.m4 \ - $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ - $(top_srcdir)/gnulib/m4/msvc-inval.m4 \ - $(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \ - $(top_srcdir)/gnulib/m4/multiarch.m4 \ - $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \ - $(top_srcdir)/gnulib/m4/nls.m4 \ - $(top_srcdir)/gnulib/m4/nocrash.m4 \ - $(top_srcdir)/gnulib/m4/off_t.m4 \ - $(top_srcdir)/gnulib/m4/onceonly.m4 \ - $(top_srcdir)/gnulib/m4/po.m4 \ - $(top_srcdir)/gnulib/m4/printf.m4 \ - $(top_srcdir)/gnulib/m4/progtest.m4 \ - $(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \ - $(top_srcdir)/gnulib/m4/regex.m4 \ - $(top_srcdir)/gnulib/m4/size_max.m4 \ - $(top_srcdir)/gnulib/m4/ssize_t.m4 \ - $(top_srcdir)/gnulib/m4/stdarg.m4 \ - $(top_srcdir)/gnulib/m4/stdbool.m4 \ - $(top_srcdir)/gnulib/m4/stddef_h.m4 \ - $(top_srcdir)/gnulib/m4/stdint.m4 \ - $(top_srcdir)/gnulib/m4/stdint_h.m4 \ - $(top_srcdir)/gnulib/m4/stdio_h.m4 \ - $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ - $(top_srcdir)/gnulib/m4/stpcpy.m4 \ - $(top_srcdir)/gnulib/m4/strcase.m4 \ - $(top_srcdir)/gnulib/m4/strcasestr.m4 \ - $(top_srcdir)/gnulib/m4/strdup.m4 \ - $(top_srcdir)/gnulib/m4/strerror.m4 \ - $(top_srcdir)/gnulib/m4/string_h.m4 \ - $(top_srcdir)/gnulib/m4/strings_h.m4 \ - $(top_srcdir)/gnulib/m4/strndup.m4 \ - $(top_srcdir)/gnulib/m4/strnlen.m4 \ - $(top_srcdir)/gnulib/m4/strstr.m4 \ - $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \ - $(top_srcdir)/gnulib/m4/sys_types_h.m4 \ - $(top_srcdir)/gnulib/m4/threadlib.m4 \ - $(top_srcdir)/gnulib/m4/unistd_h.m4 \ - $(top_srcdir)/gnulib/m4/vasnprintf.m4 \ - $(top_srcdir)/gnulib/m4/vasprintf.m4 \ - $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ - $(top_srcdir)/gnulib/m4/wchar_h.m4 \ - $(top_srcdir)/gnulib/m4/wchar_t.m4 \ - $(top_srcdir)/gnulib/m4/wcrtomb.m4 \ - $(top_srcdir)/gnulib/m4/wctype_h.m4 \ - $(top_srcdir)/gnulib/m4/wcwidth.m4 \ - $(top_srcdir)/gnulib/m4/wint_t.m4 \ - $(top_srcdir)/gnulib/m4/xalloc.m4 \ - $(top_srcdir)/gnulib/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(dist_converters_DATA) \ - $(dist_debugmodules_DATA) $(dist_init_DATA) \ - $(dist_modules_DATA) $(dist_noinst_DATA) $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = defs - CONFIG_CLEAN_VPATH_FILES = - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; - am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; - am__install_max = 40 - am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` - am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" - am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } - am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(convertersdir)" \ - "$(DESTDIR)$(debugmodulesdir)" "$(DESTDIR)$(initdir)" \ - "$(DESTDIR)$(modulesdir)" "$(DESTDIR)$(modulesdir)" - SCRIPTS = $(bin_SCRIPTS) - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - SOURCES = - DIST_SOURCES = - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ - install-exec-recursive install-html-recursive \ - install-info-recursive install-pdf-recursive \ - install-ps-recursive install-recursive installcheck-recursive \ - installdirs-recursive pdf-recursive ps-recursive \ - tags-recursive uninstall-recursive - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - DATA = $(dist_converters_DATA) $(dist_debugmodules_DATA) \ - $(dist_init_DATA) $(dist_modules_DATA) $(dist_noinst_DATA) \ - $(modules_DATA) - RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive - am__recursive_targets = \ - $(RECURSIVE_TARGETS) \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - check recheck distdir - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is - # *not* preserved. - am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ - ' - # Make sure the list of sources is unique. This is necessary because, - # e.g., the same source file might be shared among _SOURCES variables - # for different programs/libraries. - am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` - ETAGS = etags - CTAGS = ctags - am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no - am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ - } - am__recheck_rx = ^[ ]*:recheck:[ ]* - am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* - am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* - # A command that, given a newline-separated list of test names on the - # standard input, print the name of the tests that are to be re-run - # upon "make recheck". - am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ - }' - # A command that, given a newline-separated list of test names on the - # standard input, create the global log from their .trs and .log files. - am__create_global_log = $(AWK) ' \ - function fatal(msg) \ - { \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ - } \ - function rst_section(header) \ - { \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ - } \ - { \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ - }' - # Restructured Text title. - am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } - # Solaris 10 'make', and several other traditional 'make' implementations, - # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it - # by disabling -e (using the XSI extension "set +e") if it's set. - am__sh_e_setup = case $$- in *e*) set +e;; esac - # Default flags passed to test drivers. - am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" - # To be inserted before the command running the test. Creates the - # directory for the log if needed. Stores in $dir the directory - # containing $f, in $tst the test, in $log the log. Executes the - # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and - # passes TESTS_ENVIRONMENT. Set up options for the wrapper that - # will run the test scripts (or their associated LOG_COMPILER, if - # thy have one). - am__check_pre = \ - $(am__sh_e_setup); \ - $(am__vpath_adj_setup) $(am__vpath_adj) \ - $(am__tty_colors); \ - srcdir=$(srcdir); export srcdir; \ - case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ - esac; \ - test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ - if test -f "./$$f"; then dir=./; \ - elif test -f "$$f"; then dir=; \ - else dir="$(srcdir)/"; fi; \ - tst=$$dir$$f; log='$@'; \ - if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ - else \ - am__enable_hard_errors=yes; \ - fi; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ - esac; \ - $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) - # A shell command to get the names of the tests scripts with any registered - # extension removed (i.e., equivalently, the names of the test logs, with - # the '.log' extension removed). The result is saved in the shell variable - # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, - # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", - # since that might cause problem with VPATH rewrites for suffix-less tests. - # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. - am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` - RECHECK_LOGS = $(TEST_LOGS) - TEST_SUITE_LOG = test-suite.log - am__test_logs1 = $(TESTS:=.log) - am__test_logs2 = $(am__test_logs1:.log=.log) - TEST_LOGS = $(am__test_logs2:.t.log=.log) - T_LOG_COMPILE = $(T_LOG_COMPILER) $(AM_T_LOG_FLAGS) $(T_LOG_FLAGS) - am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac - am__DIST_COMMON = $(srcdir)/Makefile.docstr $(srcdir)/Makefile.in \ - $(srcdir)/Makefile.tres $(srcdir)/defs.in README TODO - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" - pkglibexecdir = ${libexecdir}/${PACKAGE} - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - ARGZ_H = - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = gcc -std=gnu99 - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = gcc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DIFF_A_OPTION = -a - DIFF_U_OPTION = -u - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FLOAT_H = - GETOPT_CDEFS_H = - GETOPT_H = - GETTEXT_MACRO_VERSION = 0.19 - GLIBC21 = yes - GMSGFMT = /usr/local/bin/msgfmt - GMSGFMT_015 = /usr/local/bin/msgfmt - GNULIB_ATOLL = 0 - GNULIB_BTOWC = 0 - GNULIB_CALLOC_POSIX = 0 - GNULIB_CANONICALIZE_FILE_NAME = 0 - GNULIB_CHDIR = 0 - GNULIB_CHOWN = 0 - GNULIB_CLOSE = 0 - GNULIB_DPRINTF = 0 - GNULIB_DUP = 0 - GNULIB_DUP2 = 0 - GNULIB_DUP3 = 0 - GNULIB_DUPLOCALE = 0 - GNULIB_ENVIRON = 0 - GNULIB_EUIDACCESS = 0 - GNULIB_FACCESSAT = 0 - GNULIB_FCHDIR = 0 - GNULIB_FCHOWNAT = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDATASYNC = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFS = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FSYNC = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FTRUNCATE = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETCWD = 0 - GNULIB_GETDELIM = 0 - GNULIB_GETDOMAINNAME = 0 - GNULIB_GETDTABLESIZE = 0 - GNULIB_GETGROUPS = 0 - GNULIB_GETHOSTNAME = 0 - GNULIB_GETLINE = 0 - GNULIB_GETLOADAVG = 0 - GNULIB_GETLOGIN = 0 - GNULIB_GETLOGIN_R = 0 - GNULIB_GETPAGESIZE = 0 - GNULIB_GETSUBOPT = 0 - GNULIB_GETUSERSHELL = 0 - GNULIB_GL_UNISTD_H_GETOPT = - GNULIB_GRANTPT = 0 - GNULIB_GROUP_MEMBER = 0 - GNULIB_ISATTY = 0 - GNULIB_ISWBLANK = 1 - GNULIB_ISWCTYPE = 0 - GNULIB_LCHOWN = 0 - GNULIB_LINK = 0 - GNULIB_LINKAT = 0 - GNULIB_LOCALECONV = 0 - GNULIB_LSEEK = 0 - GNULIB_MALLOC_POSIX = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 1 - GNULIB_MBSCASECMP = 1 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 1 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 1 - GNULIB_MBSLEN = 1 - GNULIB_MBSNCASECMP = 1 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 1 - GNULIB_MBSTOK_R = 0 - GNULIB_MBTOWC = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 1 - GNULIB_MKDTEMP = 0 - GNULIB_MKOSTEMP = 0 - GNULIB_MKOSTEMPS = 0 - GNULIB_MKSTEMP = 0 - GNULIB_MKSTEMPS = 0 - GNULIB_NL_LANGINFO = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_PIPE = 0 - GNULIB_PIPE2 = 0 - GNULIB_POPEN = 0 - GNULIB_POSIX_OPENPT = 0 - GNULIB_PREAD = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PTSNAME = 0 - GNULIB_PTSNAME_R = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTENV = 0 - GNULIB_PUTS = 1 - GNULIB_PWRITE = 0 - GNULIB_QSORT_R = 0 - GNULIB_RANDOM = 0 - GNULIB_RANDOM_R = 0 - GNULIB_RAWMEMCHR = 0 - GNULIB_READ = 0 - GNULIB_READLINK = 0 - GNULIB_READLINKAT = 0 - GNULIB_REALLOC_POSIX = 0 - GNULIB_REALPATH = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_RMDIR = 0 - GNULIB_RPMATCH = 0 - GNULIB_SCANF = 1 - GNULIB_SECURE_GETENV = 0 - GNULIB_SETENV = 0 - GNULIB_SETHOSTNAME = 0 - GNULIB_SETLOCALE = 0 - GNULIB_SLEEP = 0 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 1 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 1 - GNULIB_STRERROR = 1 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 1 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOD = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRTOLL = 0 - GNULIB_STRTOULL = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_SYMLINK = 0 - GNULIB_SYMLINKAT = 0 - GNULIB_SYSTEM_POSIX = 0 - GNULIB_TMPFILE = 0 - GNULIB_TOWCTRANS = 0 - GNULIB_TRUNCATE = 0 - GNULIB_TTYNAME_R = 0 - GNULIB_UNISTD_H_NONBLOCKING = 0 - GNULIB_UNISTD_H_SIGPIPE = 0 - GNULIB_UNLINK = 0 - GNULIB_UNLINKAT = 0 - GNULIB_UNLOCKPT = 0 - GNULIB_UNSETENV = 0 - GNULIB_USLEEP = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCTOMB = 0 - GNULIB_WCTRANS = 0 - GNULIB_WCTYPE = 0 - GNULIB_WCWIDTH = 1 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GNULIB_WRITE = 0 - GNULIB__EXIT = 0 - GREP = /usr/bin/grep - HAVE_ATOLL = 1 - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CANONICALIZE_FILE_NAME = 1 - HAVE_CHOWN = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_ENVIRON = 1 - HAVE_DECL_FCHDIR = 1 - HAVE_DECL_FDATASYNC = 1 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETDOMAINNAME = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_GETLOADAVG = 1 - HAVE_DECL_GETLOGIN = 1 - HAVE_DECL_GETLOGIN_R = 1 - HAVE_DECL_GETPAGESIZE = 1 - HAVE_DECL_GETUSERSHELL = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SETENV = 1 - HAVE_DECL_SETHOSTNAME = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNCASECMP = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_TTYNAME_R = 1 - HAVE_DECL_UNSETENV = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_DUP2 = 1 - HAVE_DUP3 = 1 - HAVE_DUPLOCALE = 1 - HAVE_EUIDACCESS = 1 - HAVE_FACCESSAT = 1 - HAVE_FCHDIR = 1 - HAVE_FCHOWNAT = 1 - HAVE_FDATASYNC = 1 - HAVE_FEATURES_H = 1 - HAVE_FFS = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FSYNC = 1 - HAVE_FTELLO = 1 - HAVE_FTRUNCATE = 1 - HAVE_GETDTABLESIZE = 1 - HAVE_GETGROUPS = 1 - HAVE_GETHOSTNAME = 1 - HAVE_GETLOGIN = 1 - HAVE_GETOPT_H = 1 - HAVE_GETPAGESIZE = 1 - HAVE_GETSUBOPT = 1 - HAVE_GRANTPT = 1 - HAVE_GROUP_MEMBER = 1 - HAVE_INTTYPES_H = 1 - HAVE_ISWBLANK = 1 - HAVE_ISWCNTRL = 1 - HAVE_LANGINFO_CODESET = - HAVE_LANGINFO_ERA = - HAVE_LANGINFO_H = - HAVE_LANGINFO_T_FMT_AMPM = - HAVE_LANGINFO_YESEXPR = - HAVE_LCHOWN = 1 - HAVE_LINK = 1 - HAVE_LINKAT = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_MKDTEMP = 1 - HAVE_MKOSTEMP = 1 - HAVE_MKOSTEMPS = 1 - HAVE_MKSTEMP = 1 - HAVE_MKSTEMPS = 1 - HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 - HAVE_NL_LANGINFO = 1 - HAVE_OS_H = 0 - HAVE_PCLOSE = 1 - HAVE_PIPE = 1 - HAVE_PIPE2 = 1 - HAVE_POPEN = 1 - HAVE_POSIX_OPENPT = 1 - HAVE_PREAD = 1 - HAVE_PTSNAME = 1 - HAVE_PTSNAME_R = 1 - HAVE_PWRITE = 1 - HAVE_QSORT_R = 1 - HAVE_RANDOM = 1 - HAVE_RANDOM_H = 1 - HAVE_RANDOM_R = 1 - HAVE_RAWMEMCHR = 1 - HAVE_READLINK = 1 - HAVE_READLINKAT = 1 - HAVE_REALPATH = 1 - HAVE_RENAMEAT = 1 - HAVE_RPMATCH = 1 - HAVE_SECURE_GETENV = 1 - HAVE_SETENV = 1 - HAVE_SETHOSTNAME = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_SLEEP = 1 - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASECMP = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRINGS_H = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRTOD = 1 - HAVE_STRTOLL = 1 - HAVE_STRTOULL = 1 - HAVE_STRUCT_RANDOM_DATA = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYMLINK = 1 - HAVE_SYMLINKAT = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_CDEFS_H = - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_LOADAVG_H = 0 - HAVE_SYS_PARAM_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_TRUNCATE = 1 - HAVE_UNISTD_H = 1 - HAVE_UNLINKAT = 1 - HAVE_UNLOCKPT = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_USLEEP = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WCTRANS_T = 1 - HAVE_WCTYPE_H = 1 - HAVE_WCTYPE_T = 1 - HAVE_WINSOCK2_H = - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - HAVE_XLOCALE_H = - HAVE__BOOL = 1 - HAVE__EXIT = 1 - HELP2MAN = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing help2man - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - INTLLIBS = - LDFLAGS = - LIBGNU_LIBDEPS = - LIBGNU_LTLIBDEPS = - LIBICONV = - LIBINTL = - LIBMULTITHREAD = -pthread - LIBOBJS = - LIBPTH = - LIBPTH_PREFIX = - LIBS = - LIBTHREAD = - LIBUNISTRING_UNITYPES_H = unitypes.h - LIBUNISTRING_UNIWIDTH_H = uniwidth.h - LIMITS_H = limits.h - LN_S = ln -s - LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib" - LOCALE_FR = fr_FR - LOCALE_FR_UTF8 = fr_FR.UTF-8 - LOCALE_JA = ja_JP - LOCALE_ZH_CN = zh_CN.GB18030 - LTLIBICONV = - LTLIBINTL = - LTLIBMULTITHREAD = -pthread - LTLIBOBJS = - LTLIBPTH = - LTLIBTHREAD = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/missing makeinfo - MKDIR_P = /usr/bin/mkdir -p - MKINSTALLDIRS = $(top_srcdir)/build-aux/install-sh -d - MSGFMT = /usr/local/bin/msgfmt - MSGFMT_015 = /usr/local/bin/msgfmt - MSGMERGE = /usr/local/bin/msgmerge - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h> - NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h> - NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = - NEXT_AS_FIRST_DIRECTIVE_STDARG_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = <stddef.h> - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h> - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h> - NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h> - NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = <strings.h> - NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h> - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h> - NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h> - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h> - NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = <wctype.h> - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_GETOPT_H = <getopt.h> - NEXT_LANGINFO_H = - NEXT_LIMITS_H = <limits.h> - NEXT_LOCALE_H = - NEXT_STDARG_H = <stdarg.h> - NEXT_STDDEF_H = <stddef.h> - NEXT_STDINT_H = <stdint.h> - NEXT_STDIO_H = <stdio.h> - NEXT_STDLIB_H = <stdlib.h> - NEXT_STRINGS_H = <strings.h> - NEXT_STRING_H = <string.h> - NEXT_SYS_TYPES_H = <sys/types.h> - NEXT_UNISTD_H = <unistd.h> - NEXT_WCHAR_H = <wchar.h> - NEXT_WCTYPE_H = <wctype.h> - OBJEXT = o - PACKAGE = texinfo - PACKAGE_BUGREPORT = bug-texinfo@gnu.org - PACKAGE_DATE = 23 June 2017 - PACKAGE_NAME = GNU Texinfo - PACKAGE_STRING = GNU Texinfo 6.4 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = http://www.gnu.org/software/texinfo/ - PACKAGE_VERSION = 6.4 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - POSUB = po - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PROVE = prove - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_CALLOC = 0 - REPLACE_CANONICALIZE_FILE_NAME = 0 - REPLACE_CHOWN = 0 - REPLACE_CLOSE = 0 - REPLACE_DPRINTF = 0 - REPLACE_DUP = 0 - REPLACE_DUP2 = 0 - REPLACE_DUPLOCALE = 0 - REPLACE_FCHOWNAT = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_FTRUNCATE = 0 - REPLACE_GETCWD = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETDOMAINNAME = 0 - REPLACE_GETDTABLESIZE = 0 - REPLACE_GETGROUPS = 0 - REPLACE_GETLINE = 0 - REPLACE_GETLOGIN_R = 0 - REPLACE_GETPAGESIZE = 0 - REPLACE_ISATTY = 0 - REPLACE_ISWBLANK = 0 - REPLACE_ISWCNTRL = 0 - REPLACE_ITOLD = 0 - REPLACE_LCHOWN = 0 - REPLACE_LINK = 0 - REPLACE_LINKAT = 0 - REPLACE_LOCALECONV = 0 - REPLACE_LSEEK = 0 - REPLACE_MALLOC = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 1 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MBTOWC = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_MKSTEMP = 0 - REPLACE_NL_LANGINFO = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PREAD = 0 - REPLACE_PRINTF = 0 - REPLACE_PTSNAME = 0 - REPLACE_PTSNAME_R = 0 - REPLACE_PUTENV = 0 - REPLACE_PWRITE = 0 - REPLACE_QSORT_R = 0 - REPLACE_RANDOM_R = 0 - REPLACE_READ = 0 - REPLACE_READLINK = 0 - REPLACE_READLINKAT = 0 - REPLACE_REALLOC = 0 - REPLACE_REALPATH = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_RMDIR = 0 - REPLACE_SETENV = 0 - REPLACE_SETLOCALE = 0 - REPLACE_SLEEP = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOD = 0 - REPLACE_STRTOK_R = 0 - REPLACE_STRUCT_LCONV = 0 - REPLACE_SYMLINK = 0 - REPLACE_SYMLINKAT = 0 - REPLACE_TMPFILE = 0 - REPLACE_TOWLOWER = 0 - REPLACE_TRUNCATE = 0 - REPLACE_TTYNAME_R = 0 - REPLACE_UNLINK = 0 - REPLACE_UNLINKAT = 0 - REPLACE_UNSETENV = 0 - REPLACE_USLEEP = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCTOMB = 0 - REPLACE_WCWIDTH = 0 - REPLACE_WRITE = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDARG_H = - STDBOOL_H = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = - TERMLIBS = -lncurses - TEXINFO_DTD_VERSION = 6.4 - UNDEFINE_STRTOK_R = 0 - UNISTD_H_HAVE_WINSOCK2_H = 0 - UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 - USE_EXTERNAL_EASTASIANWIDTH = no - USE_EXTERNAL_LIBINTL = no - USE_EXTERNAL_UNIDECODE = no - USE_NLS = yes - USE_UNICODE = - VERSION = 6.4 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XGETTEXT = /usr/local/bin/xgettext - XGETTEXT_015 = /usr/local/bin/xgettext - XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4 - ac_ct_CC = gcc - am__include = include - am__leading_dot = . - am__quote = - am__tar = tar --format=ustar -chf - "$$tardir" - am__untar = tar -xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - enable_xs = yes - exec_prefix = ${prefix} - gl_LIBOBJS = mbrtowc.o - gl_LTLIBOBJS = mbrtowc.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/build-aux/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - lispdir = ${datarootdir}/emacs/site-lisp - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - native_tools = - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - runstatedir = ${localstatedir}/run - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - subdirs = tp/Texinfo/MiscXS - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../ - top_builddir = .. - top_srcdir = .. - - # Makefile.tres generated by maintain/regenerate_file_lists.pl. - # - # Copyright 2016 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - test_tap_files_generated_list = \ - t/01use.t \ - t/02coverage.t \ - t/03coverage_braces.t \ - t/04verb.t \ - t/05paragraph.t \ - t/06columnfractions.t \ - t/08misc_commands.t \ - t/09indices.t \ - t/10menu.t \ - t/16raw.t \ - t/181quotation.t \ - t/18itemize.t \ - t/19def.t \ - t/20preformatted.t \ - t/21multitable.t \ - t/22xtable.t \ - t/25regions.t \ - t/27float.t \ - t/28heading.t \ - t/30sectioning.t \ - t/50value.t \ - t/55conditionals.t \ - t/57invalid_nestings.t \ - t/58alias.t \ - t/60macro.t \ - t/70value_and_macro.t \ - t/80include.t \ - t/accents.t \ - t/automatic_menus.t \ - t/automatic_nodes.t \ - t/collect_spaces.t \ - t/converters_tests.t \ - t/do_master_menu.t \ - t/docbook_tests.t \ - t/fix_texinfo.t \ - t/html_tests.t \ - t/index_before_item.t \ - t/info_tests.t \ - t/languages.t \ - t/nodenormalization.t \ - t/paragraph.t \ - t/plaintext_tests.t \ - t/protect_character_in_texinfo.t \ - t/reference_to_text_in_tree.t \ - t/test_brace_count.t \ - t/test_fill_gaps_in_sectioning.t \ - t/test_is_content_empty.t \ - t/test_protect_hashchar_at_line_beginning.t \ - t/test_sort.t \ - t/test_tree_copy.t \ - t/xml_tests.t - - test_files_generated_list = $(test_tap_files_generated_list) \ - t/results/alias/alias_table_command.pl \ - t/results/alias/bad_line.pl \ - t/results/alias/block_command_alias.pl \ - t/results/alias/simple.pl \ - t/results/columnfractions/empty.pl \ - t/results/columnfractions/empty_comment.pl \ - t/results/columnfractions/good.pl \ - t/results/columnfractions/good_comment.pl \ - t/results/columnfractions/good_space_comment.pl \ - t/results/columnfractions/not_fraction.pl \ - t/results/columnfractions/out_of_multitable.pl \ - t/results/columnfractions/something_before_columnfractions.pl \ - t/results/columnfractions/wrong_command.pl \ - t/results/conditionals/additional_space_in_end_conditional.pl \ - t/results/conditionals/additional_space_in_end_conditional_expanded.pl \ - t/results/conditionals/bad_ifclear_argument.pl \ - t/results/conditionals/bad_ifset_argument.pl \ - t/results/conditionals/command_conditionals.pl \ - t/results/conditionals/command_conditionals_user_defined.pl \ - t/results/conditionals/commands_in_ifset.pl \ - t/results/conditionals/comment_on_ifset_line.pl \ - t/results/conditionals/conditional_not_closed.pl \ - t/results/conditionals/consecutive_conditionals.pl \ - t/results/conditionals/empty_ifclear.pl \ - t/results/conditionals/empty_ifset.pl \ - t/results/conditionals/empty_ifset_in_ifset_no_set.pl \ - t/results/conditionals/empty_ifset_in_ifset_set.pl \ - t/results/conditionals/empty_set_in_ifclear.pl \ - t/results/conditionals/empty_set_in_ifset.pl \ - t/results/conditionals/end_conditional_not_at_line_begining.pl \ - t/results/conditionals/end_ifset_in_format.pl \ - t/results/conditionals/ifclear_in_ifset.pl \ - t/results/conditionals/ifclear_in_ifset_set.pl \ - t/results/conditionals/ifnot_format_conditional.pl \ - t/results/conditionals/ifnotinfo_exception.pl \ - t/results/conditionals/ifset_in_command.pl \ - t/results/conditionals/ignore_not_closed.pl \ - t/results/conditionals/ignored_in_ifset.pl \ - t/results/conditionals/info_ifinfo_ifnotplaintext.pl \ - t/results/conditionals/info_ifplaintext.pl \ - t/results/conditionals/macro_in_ifset.pl \ - t/results/conditionals/macro_in_ifset_set.pl \ - t/results/conditionals/many_conditionals.pl \ - t/results/conditionals/nested_ifset_ifclear.pl \ - t/results/conditionals/nested_ignore.pl \ - t/results/conditionals/not_set.pl \ - t/results/conditionals/plaintext_ifinfo.pl \ - t/results/conditionals/plaintext_ifinfo_ifnotplaintext.pl \ - t/results/conditionals/superfluous_argument_to_end.pl \ - t/results/conditionals/text_on_conditional_line.pl \ - t/results/conditionals/text_on_conditional_line_expanded.pl \ - t/results/converters_tests/accent.pl \ - t/results/converters_tests/accent_with_text.pl \ - t/results/converters_tests/accentenc.pl \ - t/results/converters_tests/accentenc_enable_encoding.pl \ - t/results/converters_tests/accentenc_no_entity.pl \ - t/results/converters_tests/at_commands_in_raw.pl \ - t/results/converters_tests/at_commands_in_refs.pl \ - t/results/converters_tests/at_commands_in_refs_latin1.pl \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/----_0021---_002e--_002e-_003f-_0040.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/-_0040-_007b_007d-_002e-.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/-_007b-_007d.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/8_002e27in.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/AAA-AAA-BBB.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/CCC-CCC-DDD.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/_0040-_007b-_007d-_005c-_0023.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/_21d2-_00b0-a-b--aa.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/_2265-_2264-_2192.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/a-e-i-a-a-e-c-e-e-e-e.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/e-e-e-e-e-j-ee.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/env-code-option-samp-command-file-C_002dx-ESC.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/f_002d_002dile1-f_002d_002dile.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/gH-3rd.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/i-E-C.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/index.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/indicateurl.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/sansserif-slanted.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_html/someone_0040somewher-no_005fexplain_0040there.html \ - t/results/converters_tests/at_commands_in_refs_latin1/res_info/at_commands_in_refs_latin1.info \ - t/results/converters_tests/at_commands_in_refs_utf8.pl \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/----_0021---_002e--_002e-_003f-_0040.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/-_0040-_007b_007d-_002e-.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/-_007b-_007d.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/8_002e27in.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/AAA-AAA-BBB.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/CCC-CCC-DDD.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/_0040-_007b-_007d-_005c-_0023.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/_21d2-_00b0-a-b--aa.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/_2265-_2264-_2192.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/a-e-i-a-a-e-c-e-e-e-e.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/e-e-e-e-e-j-ee.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/env-code-option-samp-command-file-C_002dx-ESC.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/f_002d_002dile1-f_002d_002dile.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/gH-3rd.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/i-E-C.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/index.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/indicateurl.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/sansserif-slanted.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_html/someone_0040somewher-no_005fexplain_0040there.html \ - t/results/converters_tests/at_commands_in_refs_utf8/res_info/at_commands_in_refs_utf8.info \ - t/results/converters_tests/char_latin1_latin1_in_refs.pl \ - t/results/converters_tests/char_latin1_latin1_in_refs/res_docbook/char_latin1_utf8_in_refs.xml \ - t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html \ - t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html \ - t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-u.html \ - t/results/converters_tests/char_latin1_latin1_in_refs/res_html/c.html \ - t/results/converters_tests/char_latin1_latin1_in_refs/res_html/e.html \ - t/results/converters_tests/char_latin1_latin1_in_refs/res_html/index.html \ - t/results/converters_tests/char_latin1_latin1_in_refs/res_info/char_latin1_utf8_in_refs.info \ - t/results/converters_tests/char_latin1_latin1_in_refs/res_xml/char_latin1_utf8_in_refs.xml \ - t/results/converters_tests/char_latin1_utf8_in_refs.pl \ - t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html \ - t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html \ - t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-u.html \ - t/results/converters_tests/char_latin1_utf8_in_refs/res_html/c.html \ - t/results/converters_tests/char_latin1_utf8_in_refs/res_html/e.html \ - t/results/converters_tests/char_latin1_utf8_in_refs/res_html/index.html \ - t/results/converters_tests/char_latin1_utf8_in_refs/res_info/char_latin1_utf8_in_refs.info \ - t/results/converters_tests/char_latin2_latin2_in_refs.pl \ - t/results/converters_tests/char_latin2_latin2_in_refs/res_html/A-a-_002c-E-e.html \ - t/results/converters_tests/char_latin2_latin2_in_refs/res_html/index.html \ - t/results/converters_tests/char_latin2_latin2_in_refs/res_info/char_latin2_latin2_in_refs.info \ - t/results/converters_tests/complex_nestings.pl \ - t/results/converters_tests/documentencoding_utf8_and_insertions.pl \ - t/results/converters_tests/email_table_command_as_argument.pl \ - t/results/converters_tests/empty_accent.pl \ - t/results/converters_tests/enumerate_above_ten.pl \ - t/results/converters_tests/footnote_no_number.pl \ - t/results/converters_tests/footnote_no_number_separate.pl \ - t/results/converters_tests/image_extension.pl \ - t/results/converters_tests/image_formatting.pl \ - t/results/converters_tests/image_with_spaces.pl \ - t/results/converters_tests/index_entry_in_preformatted.pl \ - t/results/converters_tests/inline.pl \ - t/results/converters_tests/inline_expand_tex.pl \ - t/results/converters_tests/inlinefmtifelse.pl \ - t/results/converters_tests/inlineifsetifclear.pl \ - t/results/converters_tests/japanese_shift_jis.pl \ - t/results/converters_tests/japanese_shift_jis/res_html/Introduction.html \ - t/results/converters_tests/japanese_shift_jis/res_html/Preface.html \ - t/results/converters_tests/japanese_shift_jis/res_html/index.html \ - t/results/converters_tests/japanese_shift_jis/res_info/japanese_shift_jis.info \ - t/results/converters_tests/line_breaks.pl \ - t/results/converters_tests/no_documentencoding_and_insertions.pl \ - t/results/converters_tests/normal_font_in_monospace.pl \ - t/results/converters_tests/printindex_merged_indices_code_style.pl \ - t/results/converters_tests/raw_block_commands.pl \ - t/results/converters_tests/raw_block_commands_expand_tex.pl \ - t/results/converters_tests/ref_error_formatting.pl \ - t/results/converters_tests/ref_in_sectioning.pl \ - t/results/converters_tests/refs_formatting.pl \ - t/results/converters_tests/sample_utf8.pl \ - t/results/converters_tests/sample_utf8/res_html/DiYiZhang_0028First-Chapter_0029.html \ - t/results/converters_tests/sample_utf8/res_html/Index-node.html \ - t/results/converters_tests/sample_utf8/res_html/Second-Chapter-AE-AE-ae-ae.html \ - t/results/converters_tests/sample_utf8/res_html/index.html \ - t/results/converters_tests/sample_utf8/res_info/sample_utf8.info \ - t/results/converters_tests/some_at_commands_in_ref_nodes.pl \ - t/results/converters_tests/sp_in_example.pl \ - t/results/converters_tests/spaces_in_empty_node_names.pl \ - t/results/converters_tests/spaces_in_node_names.pl \ - t/results/converters_tests/table_in_display_in_example.pl \ - t/results/converters_tests/table_in_example_in_display.pl \ - t/results/converters_tests/test_deftypefnnewline.pl \ - t/results/converters_tests/test_sp.pl \ - t/results/converters_tests/things_before_setfilename.pl \ - t/results/converters_tests/things_before_setfilename_no_element.pl \ - t/results/converters_tests/top_in_ref.pl \ - t/results/converters_tests/top_in_ref_keep_top.pl \ - t/results/converters_tests/unknown_value.pl \ - t/results/converters_tests/verbatiminclude_paths.pl \ - t/results/converters_tests/weird_accents.pl \ - t/results/converters_tests/weird_accents_disable_encoding.pl \ - t/results/coverage/accent_and_dash.pl \ - t/results/coverage/accent_no_closed.pl \ - t/results/coverage/accent_no_closed_comment.pl \ - t/results/coverage/accent_no_closed_newline.pl \ - t/results/coverage/accent_no_closed_paragraph.pl \ - t/results/coverage/accents_errors.pl \ - t/results/coverage/arg_in_brace_no_arg_command.pl \ - t/results/coverage/at_after_accent_command.pl \ - t/results/coverage/block_commands.pl \ - t/results/coverage/cartouche.pl \ - t/results/coverage/cartouche_in_example.pl \ - t/results/coverage/cartouche_in_quotation.pl \ - t/results/coverage/center.pl \ - t/results/coverage/commands.pl \ - t/results/coverage/comment_on_cartouche_line.pl \ - t/results/coverage/comment_on_group_line.pl \ - t/results/coverage/def.pl \ - t/results/coverage/delcomment.pl \ - t/results/coverage/empty_w.pl \ - t/results/coverage/exdent_and_commands.pl \ - t/results/coverage/exdent_and_formats.pl \ - t/results/coverage/flushleft_flushright.pl \ - t/results/coverage/flushleft_flushright_in_quotation.pl \ - t/results/coverage/flushright_example_nested.pl \ - t/results/coverage/flushright_not_closed.pl \ - t/results/coverage/formats_only_title_comments.pl \ - t/results/coverage/formats_only_titles.pl \ - t/results/coverage/formats_titles.pl \ - t/results/coverage/group_beginning_and_end_on_line.pl \ - t/results/coverage/group_not_closed.pl \ - t/results/coverage/hyphenation.pl \ - t/results/coverage/indentedblock.pl \ - t/results/coverage/indicateurl_end_lines.pl \ - t/results/coverage/insertcopying.pl \ - t/results/coverage/invalid_U.pl \ - t/results/coverage/item_container.pl \ - t/results/coverage/lettered_accent_and_spaces.pl \ - t/results/coverage/math.pl \ - t/results/coverage/multitable.pl \ - t/results/coverage/nested_block_commands.pl \ - t/results/coverage/not_i_j_in_dotless.pl \ - t/results/coverage/preformatted.pl \ - t/results/coverage/punctuation_in_line_commands.pl \ - t/results/coverage/quotation_author.pl \ - t/results/coverage/raggedright.pl \ - t/results/coverage/setfilename_in_paragraph.pl \ - t/results/coverage/spaces_after_braced_command.pl \ - t/results/coverage/spaces_no_brace_after_braced_command.pl \ - t/results/coverage/symbol_after_block.pl \ - t/results/coverage/symbol_after_command.pl \ - t/results/coverage/table.pl \ - t/results/coverage/table_command_comment.pl \ - t/results/coverage/test_errormsg.pl \ - t/results/coverage/test_tie.pl \ - t/results/coverage/test_today.pl \ - t/results/coverage/titlefont_in_center.pl \ - t/results/coverage/unknown_accents.pl \ - t/results/coverage/unknown_commands.pl \ - t/results/coverage/verbatiminclude.pl \ - t/results/coverage_braces/abbr_acronym.pl \ - t/results/coverage_braces/anchor_not_closed.pl \ - t/results/coverage_braces/brace_opened_no_command.pl \ - t/results/coverage_braces/caption_not_closed.pl \ - t/results/coverage_braces/code_not_closed.pl \ - t/results/coverage_braces/ctrl.pl \ - t/results/coverage_braces/email_possibilities.pl \ - t/results/coverage_braces/empty_commands.pl \ - t/results/coverage_braces/empty_images.pl \ - t/results/coverage_braces/empty_line_in_anchor.pl \ - t/results/coverage_braces/empty_ref.pl \ - t/results/coverage_braces/empty_second_email_argument.pl \ - t/results/coverage_braces/end_line_in_anchor.pl \ - t/results/coverage_braces/footnote.pl \ - t/results/coverage_braces/footnote_ending_on_empty_line.pl \ - t/results/coverage_braces/footnote_in_command_not_closed.pl \ - t/results/coverage_braces/footnote_no_node.pl \ - t/results/coverage_braces/footnote_not_closed.pl \ - t/results/coverage_braces/form_feed_in_brace_commands.pl \ - t/results/coverage_braces/format_on_first_footnote_line.pl \ - t/results/coverage_braces/heading_in_footnote.pl \ - t/results/coverage_braces/inforef_too_much_args.pl \ - t/results/coverage_braces/kbd.pl \ - t/results/coverage_braces/math_bracketed_inside_not_closed.pl \ - t/results/coverage_braces/math_bracketed_not_closed.pl \ - t/results/coverage_braces/math_bracketed_not_closed_next_line.pl \ - t/results/coverage_braces/math_not_closed.pl \ - t/results/coverage_braces/nested.pl \ - t/results/coverage_braces/nested_args.pl \ - t/results/coverage_braces/nested_in_sc.pl \ - t/results/coverage_braces/no_brace.pl \ - t/results/coverage_braces/no_brace_space_end_line.pl \ - t/results/coverage_braces/recursive_acronym.pl \ - t/results/coverage_braces/ref_empty_node.pl \ - t/results/coverage_braces/ref_in_style_command.pl \ - t/results/coverage_braces/simple.pl \ - t/results/coverage_braces/space_command_in_image.pl \ - t/results/coverage_braces/space_in_anchor.pl \ - t/results/coverage_braces/space_in_footnote.pl \ - t/results/coverage_braces/space_in_image.pl \ - t/results/coverage_braces/test_image.pl \ - t/results/coverage_braces/test_w.pl \ - t/results/coverage_braces/too_much_args.pl \ - t/results/coverage_braces/two_footnotes_in_nodes.pl \ - t/results/coverage_braces/two_footnotes_in_nodes_separate.pl \ - t/results/coverage_braces/unknown_command_with_braces.pl \ - t/results/coverage_braces/unmatched_brace.pl \ - t/results/coverage_braces/uref_in_ref.pl \ - t/results/coverage_braces/uref_url.pl \ - t/results/coverage_braces/verb_in_xref.pl \ - t/results/def/all_commands.pl \ - t/results/def/all_commands_delimiters.pl \ - t/results/def/all_commands_delimiters_printindex.pl \ - t/results/def/all_commands_printindex.pl \ - t/results/def/all_empty_def.pl \ - t/results/def/def_defx_mismatch.pl \ - t/results/def/defx_after_comment.pl \ - t/results/def/defx_after_comment_in_example.pl \ - t/results/def/defx_after_empty_line.pl \ - t/results/def/defx_after_empty_line_in_example.pl \ - t/results/def/defx_after_paragraph_end.pl \ - t/results/def/defx_after_preformatted_with_text.pl \ - t/results/def/defx_after_text.pl \ - t/results/def/defx_in_example.pl \ - t/results/def/double_command.pl \ - t/results/def/empty_def_arguments.pl \ - t/results/def/empty_def_command.pl \ - t/results/def/empty_deftype.pl \ - t/results/def/empty_deftypeop_name.pl \ - t/results/def/end_of_line_end_file.pl \ - t/results/def/end_of_line_protect_at_end.pl \ - t/results/def/end_of_lines_protected.pl \ - t/results/def/end_of_lines_protected_in_footnote.pl \ - t/results/def/inter_item_commands_in_def.pl \ - t/results/def/inter_item_commands_in_def_in_example.pl \ - t/results/def/leading_space_in_def_arg.pl \ - t/results/def/no_category_or_no_name.pl \ - t/results/def/not_closed.pl \ - t/results/def/protected_brace.pl \ - t/results/def/ref_in_def.pl \ - t/results/def/space_in_def_for_index.pl \ - t/results/def/wrong_braces_simple.pl \ - t/results/def/wrong_braces_with_end_of_lines.pl \ - t/results/docbook_tests/empty_quotation_with_arg_followed_by_quotation.pl \ - t/results/docbook_tests/special_docbook_unnumbered.pl \ - t/results/float/anchor_in_caption.pl \ - t/results/float/cindex_in_caption.pl \ - t/results/float/comment_space_comand_in_float.pl \ - t/results/float/complex_float.pl \ - t/results/float/empty_listoffloats.pl \ - t/results/float/empty_listoffloats_with_floats.pl \ - t/results/float/float_copying.pl \ - t/results/float/float_with_at_commands.pl \ - t/results/float/footnote_in_caption.pl \ - t/results/float/footnote_in_caption_and_error.pl \ - t/results/float/listoffloats_with_commands.pl \ - t/results/float/numbering_captions_listoffloats.pl \ - t/results/float/ref_to_float.pl \ - t/results/float/simple.pl \ - t/results/heading/heading_in_copying.pl \ - t/results/heading/heading_in_example.pl \ - t/results/heading/heading_in_quotation.pl \ - t/results/html_tests/character_number_leading_toc_stoc.pl \ - t/results/html_tests/check_htmlxref.pl \ - t/results/html_tests/commands_in_abbr.pl \ - t/results/html_tests/commands_in_alt.pl \ - t/results/html_tests/commands_in_email.pl \ - t/results/html_tests/documentdescription.pl \ - t/results/html_tests/empty_lines_at_beginning_no_setfilename.pl \ - t/results/html_tests/empty_lines_at_beginning_no_setfilename_no_element.pl \ - t/results/html_tests/html_in_copying.pl \ - t/results/html_tests/image_link_prefix.pl \ - t/results/html_tests/index_and_node_same_name.pl \ - t/results/html_tests/index_below.pl \ - t/results/html_tests/no_use_iso.pl \ - t/results/html_tests/raw_html.pl \ - t/results/html_tests/redirection_same_labels.pl \ - t/results/html_tests/redirection_same_labels/res_html/circumflex.html \ - t/results/html_tests/redirection_same_labels/res_html/i.html \ - t/results/html_tests/redirection_same_labels/res_html/index.html \ - t/results/html_tests/redirection_same_labels/res_html/umlaut.html \ - t/results/html_tests/ref_in_preformatted.pl \ - t/results/html_tests/shortcontents_no_top.pl \ - t/results/html_tests/simple_menu.pl \ - t/results/html_tests/test_xrefautomaticsectiontitle.pl \ - t/results/html_tests/tex_expanded_in_copying.pl \ - t/results/html_tests/titles.pl \ - t/results/html_tests/utf8_enable_encoding.pl \ - t/results/html_tests/utf8_enable_encoding_no_use_iso.pl \ - t/results/html_tests/utf8_no_use_entity.pl \ - t/results/html_tests/utf8_no_use_entity_enable_encoding.pl \ - t/results/html_tests/utf8_no_use_entity_enable_encoding_no_use_iso.pl \ - t/results/html_tests/utf8_no_use_entity_no_use_iso.pl \ - t/results/html_tests/verbatim_in_multitable_in_example.pl \ - t/results/html_tests/xml_protected_in_verb.pl \ - t/results/include/cpp_lines.pl \ - t/results/include/double_include.pl \ - t/results/include/include_at_end_line.pl \ - t/results/include/include_comment.pl \ - t/results/include/include_setfilename_on_setfilename_line.pl \ - t/results/include/include_space.pl \ - t/results/include/include_space_comment.pl \ - t/results/include/include_with_setfilename.pl \ - t/results/include/macro_and_commands_in_early_commands.pl \ - t/results/include/macro_definition_in_include.pl \ - t/results/include/macro_in_early_commands.pl \ - t/results/include/no_eol_in_included_file.pl \ - t/results/include/simple.pl \ - t/results/include/simple_no_eol.pl \ - t/results/include/test_include_directories.pl \ - t/results/include/test_paths.pl \ - t/results/include/value_expansion_in_include.pl \ - t/results/include/verbatiminclude_and_encoding.pl \ - t/results/include/verbatiminclude_and_encoding_latin1.pl \ - t/results/indices/complex_recursive_synindex.pl \ - t/results/indices/def_syn_indices.pl \ - t/results/indices/default_cp_index_and_one_letter_syncodeindex.pl \ - t/results/indices/double_index_entry.pl \ - t/results/indices/double_syncodeindex.pl \ - t/results/indices/empty_cindex_entry.pl \ - t/results/indices/empty_index_entry.pl \ - t/results/indices/empty_string_index_entry.pl \ - t/results/indices/encoding_index_ascii.pl \ - t/results/indices/encoding_index_ascii/res_html/index.html \ - t/results/indices/encoding_index_ascii/res_info/encoding_index_ascii.info \ - t/results/indices/encoding_index_ascii/res_plaintext/encoding_index_ascii.txt \ - t/results/indices/encoding_index_ascii_enable_encoding.pl \ - t/results/indices/encoding_index_ascii_enable_encoding/res_html/index.html \ - t/results/indices/encoding_index_ascii_enable_encoding/res_info/encoding_index_ascii_enable_encoding.info \ - t/results/indices/encoding_index_ascii_enable_encoding/res_plaintext/encoding_index_ascii_enable_encoding.txt \ - t/results/indices/encoding_index_latin1.pl \ - t/results/indices/encoding_index_latin1/res_html/index.html \ - t/results/indices/encoding_index_latin1/res_info/encoding_index_latin1.info \ - t/results/indices/encoding_index_latin1/res_plaintext/encoding_index_latin1.txt \ - t/results/indices/encoding_index_latin1_enable_encoding.pl \ - t/results/indices/encoding_index_latin1_enable_encoding/res_html/index.html \ - t/results/indices/encoding_index_latin1_enable_encoding/res_info/encoding_index_latin1_enable_encoding.info \ - t/results/indices/encoding_index_latin1_enable_encoding/res_plaintext/encoding_index_latin1_enable_encoding.txt \ - t/results/indices/encoding_index_utf8.pl \ - t/results/indices/encoding_index_utf8/res_html/index.html \ - t/results/indices/encoding_index_utf8/res_info/encoding_index_utf8.info \ - t/results/indices/encoding_index_utf8/res_plaintext/encoding_index_utf8.txt \ - t/results/indices/encoding_index_utf8_enable_encoding.pl \ - t/results/indices/encoding_index_utf8_enable_encoding/res_html/index.html \ - t/results/indices/encoding_index_utf8_enable_encoding/res_info/encoding_index_utf8_enable_encoding.info \ - t/results/indices/encoding_index_utf8_enable_encoding/res_plaintext/encoding_index_utf8_enable_encoding.txt \ - t/results/indices/explicit_sort_key.pl \ - t/results/indices/ftable_vtable.pl \ - t/results/indices/image_lines_count.pl \ - t/results/indices/image_text_lines_count.pl \ - t/results/indices/index_entries_locations.pl \ - t/results/indices/index_entry_before_first_node.pl \ - t/results/indices/index_entry_before_node.pl \ - t/results/indices/index_entry_in_footnote.pl \ - t/results/indices/index_entry_in_footnote_different_node_end.pl \ - t/results/indices/index_entry_in_footnote_separate.pl \ - t/results/indices/print_merged_index.pl \ - t/results/indices/printindex_before_document.pl \ - t/results/indices/printindex_index_entry_in_copying.pl \ - t/results/indices/printindex_index_entry_in_copying_in_footnote.pl \ - t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl \ - t/results/indices/printindex_with_space_before.pl \ - t/results/indices/recursive_synindex.pl \ - t/results/indices/same_index_entry_merged_indices.pl \ - t/results/indices/syncode_index_print_both.pl \ - t/results/indices/syncodeindex_to_plain.pl \ - t/results/indices/unknown_index_entry.pl \ - t/results/indices/unknown_printindex.pl \ - t/results/indices/unknown_synindex.pl \ - t/results/indices/unknown_then_known_index_entry.pl \ - t/results/indices/wrong_synindex.pl \ - t/results/info_tests/anchor_and_spaces.pl \ - t/results/info_tests/anchor_in_command.pl \ - t/results/info_tests/before_node_and_section.pl \ - t/results/info_tests/center_flush.pl \ - t/results/info_tests/colon_in_index_entry.pl \ - t/results/info_tests/contents_setcontentsaftertitlepage_before_node.pl \ - t/results/info_tests/def_in_copying.pl \ - t/results/info_tests/direntry_dircategory_and_commands.pl \ - t/results/info_tests/encoding_us_ascii.pl \ - t/results/info_tests/error_in_footnote.pl \ - t/results/info_tests/file_only_png.pl \ - t/results/info_tests/float_long_captions.pl \ - t/results/info_tests/image_and_punctuation.pl \ - t/results/info_tests/image_and_spaces_formatting.pl \ - t/results/info_tests/image_extension.pl \ - t/results/info_tests/image_file_search.pl \ - t/results/info_tests/image_in_paragraph.pl \ - t/results/info_tests/image_not_found.pl \ - t/results/info_tests/image_quotes.pl \ - t/results/info_tests/image_text_encoded.pl \ - t/results/info_tests/index_entry_at_end_node.pl \ - t/results/info_tests/invalid_node_name_no_warning.pl \ - t/results/info_tests/invalid_node_name_warning.pl \ - t/results/info_tests/known_encoding.pl \ - t/results/info_tests/multiline_image_and_align.pl \ - t/results/info_tests/multitable_anchor_and_index_entry.pl \ - t/results/info_tests/nested_footnotes_separate.pl \ - t/results/info_tests/nested_multitable_anchor_index.pl \ - t/results/info_tests/no_node_but_top.pl \ - t/results/info_tests/no_nodes.pl \ - t/results/info_tests/no_top_node.pl \ - t/results/info_tests/note_in_strong.pl \ - t/results/info_tests/note_in_strong_end_of_line.pl \ - t/results/info_tests/novalidate_empty_refs.pl \ - t/results/info_tests/only_documentencoding.pl \ - t/results/info_tests/paragraphindent_and_preamble.pl \ - t/results/info_tests/paragraphindent_asis_first.pl \ - t/results/info_tests/paragraphindent_none_first.pl \ - t/results/info_tests/pxref_test.pl \ - t/results/info_tests/ref_tests.pl \ - t/results/info_tests/space_at_menu_end.pl \ - t/results/info_tests/space_in_menu.pl \ - t/results/info_tests/space_in_setfilename.pl \ - t/results/info_tests/split_no_copying.pl \ - t/results/info_tests/split_test_before_first_node.pl \ - t/results/info_tests/split_test_before_first_node/res_info/split_test_before_first_node.info \ - t/results/info_tests/split_test_before_first_node/res_info/split_test_before_first_node.info-1 \ - t/results/info_tests/split_test_before_first_node/res_info/split_test_before_first_node.info-2 \ - t/results/info_tests/split_test_before_first_node_no_empty_line.pl \ - t/results/info_tests/split_test_before_first_node_no_empty_line/res_info/split_test_before_first_node.info \ - t/results/info_tests/split_test_before_first_node_no_empty_line/res_info/split_test_before_first_node.info-1 \ - t/results/info_tests/split_test_before_first_node_no_empty_line/res_info/split_test_before_first_node.info-2 \ - t/results/info_tests/test_index.pl \ - t/results/info_tests/text_before_node.pl \ - t/results/info_tests/top_node_normalization.pl \ - t/results/info_tests/unknown_encoding.pl \ - t/results/info_tests/xref_test.pl \ - t/results/invalid_nestings/accents.pl \ - t/results/invalid_nestings/bad_style_nesting.pl \ - t/results/invalid_nestings/bad_tab_nesting.pl \ - t/results/invalid_nestings/block_not_matching.pl \ - t/results/invalid_nestings/cartouche_in_style_command.pl \ - t/results/invalid_nestings/center.pl \ - t/results/invalid_nestings/def_in_style_command.pl \ - t/results/invalid_nestings/def_not_closed_in_menu_description.pl \ - t/results/invalid_nestings/enumerate_in_style_command.pl \ - t/results/invalid_nestings/example_in_style_command.pl \ - t/results/invalid_nestings/float_in_style_command.pl \ - t/results/invalid_nestings/flushright_in_style_command.pl \ - t/results/invalid_nestings/footnote_in_ref.pl \ - t/results/invalid_nestings/formats_not_closed_in_example.pl \ - t/results/invalid_nestings/ignore_in_xref.pl \ - t/results/invalid_nestings/ignored_text.pl \ - t/results/invalid_nestings/in_errormsg.pl \ - t/results/invalid_nestings/in_table.pl \ - t/results/invalid_nestings/item_in_ref.pl \ - t/results/invalid_nestings/item_tab_outside_of_table_lists.pl \ - t/results/invalid_nestings/itemx_in_itemize_enumerate_in_table.pl \ - t/results/invalid_nestings/menu_in_style_command.pl \ - t/results/invalid_nestings/multitable_in_style_command.pl \ - t/results/invalid_nestings/multitable_item_in_index.pl \ - t/results/invalid_nestings/node_in_copying.pl \ - t/results/invalid_nestings/node_in_copying_not_closed.pl \ - t/results/invalid_nestings/node_on_index_entry_line.pl \ - t/results/invalid_nestings/on_block_command_line.pl \ - t/results/invalid_nestings/on_def_line.pl \ - t/results/invalid_nestings/on_index_entry_line.pl \ - t/results/invalid_nestings/on_itemize_line.pl \ - t/results/invalid_nestings/on_node_line.pl \ - t/results/invalid_nestings/on_section_line.pl \ - t/results/invalid_nestings/on_subheading_line.pl \ - t/results/invalid_nestings/quotation_in_ref.pl \ - t/results/invalid_nestings/quotation_in_style_command.pl \ - t/results/invalid_nestings/raw_block_on_line.pl \ - t/results/invalid_nestings/recursive_copying.pl \ - t/results/invalid_nestings/ref_in_anchor.pl \ - t/results/invalid_nestings/ref_in_ref.pl \ - t/results/invalid_nestings/section_in_copying.pl \ - t/results/invalid_nestings/section_in_flushright.pl \ - t/results/invalid_nestings/section_in_footnote.pl \ - t/results/invalid_nestings/section_in_math.pl \ - t/results/invalid_nestings/section_in_nested_block_commands.pl \ - t/results/invalid_nestings/section_in_table.pl \ - t/results/invalid_nestings/section_on_def_line.pl \ - t/results/invalid_nestings/section_on_defx_line.pl \ - t/results/invalid_nestings/section_on_index_entry_line.pl \ - t/results/invalid_nestings/style_not_closed_before_first_node.pl \ - t/results/invalid_nestings/style_not_closed_in_block_command.pl \ - t/results/invalid_nestings/style_not_closed_in_table_line.pl \ - t/results/invalid_nestings/style_not_closed_no_newline_root_commands.pl \ - t/results/invalid_nestings/style_not_closed_root_commands.pl \ - t/results/invalid_nestings/tab_in_index.pl \ - t/results/invalid_nestings/table_in_code.pl \ - t/results/invalid_nestings/table_not_closed_in_menu_comment.pl \ - t/results/invalid_nestings/table_not_closed_in_menu_description.pl \ - t/results/invalid_nestings/table_on_item_line.pl \ - t/results/invalid_nestings/unclosed_verb_end_of_line_on_misc_line.pl \ - t/results/invalid_nestings/unclosed_verb_on_misc_line.pl \ - t/results/invalid_nestings/unclosed_verb_on_section_line.pl \ - t/results/invalid_nestings/verbatim_in_ref.pl \ - t/results/itemize/accent_argument.pl \ - t/results/itemize/asis_as_itemize_argument.pl \ - t/results/itemize/bad_enumerate_arguments.pl \ - t/results/itemize/comment_first_on_enumerate_line.pl \ - t/results/itemize/comment_first_on_itemize_line.pl \ - t/results/itemize/enumerate_and_empty_lines.pl \ - t/results/itemize/enumerate_argument.pl \ - t/results/itemize/enumerate_argument_item.pl \ - t/results/itemize/enumerate_in_example.pl \ - t/results/itemize/enumerate_letters.pl \ - t/results/itemize/headitem_itemx_in_enumerate.pl \ - t/results/itemize/headitem_itemx_in_itemize.pl \ - t/results/itemize/inter_item_commands_in_enumerate.pl \ - t/results/itemize/inter_item_commands_in_itemize.pl \ - t/results/itemize/itemize_and_empty_lines.pl \ - t/results/itemize/itemize_in_example.pl \ - t/results/itemize/itemize_line_commands_with_brace.pl \ - t/results/itemize/itemize_long_item.pl \ - t/results/itemize/lone_end_itemize.pl \ - t/results/itemize/not_closed_item.pl \ - t/results/itemize/not_closed_itemize.pl \ - t/results/itemize/w_argument.pl \ - t/results/languages/appendix_translated.pl \ - t/results/languages/command_translated.pl \ - t/results/languages/multiple.pl \ - t/results/languages/multiple_lang_chapters.pl \ - t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html \ - t/results/languages/multiple_lang_chapters/res_info/multiple_lang_chapters.info \ - t/results/languages/multiple_lang_chapters_texi2html.pl \ - t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html \ - t/results/languages/multiple_lang_chapters_texi2html/res_info/multiple_lang_chapters.info \ - t/results/languages/simple.pl \ - t/results/languages/unknown_language.pl \ - t/results/languages/unknown_region.pl \ - t/results/macro/arg_body_expansion_order.pl \ - t/results/macro/arg_not_closed.pl \ - t/results/macro/backslash_in_arg.pl \ - t/results/macro/bad_argument.pl \ - t/results/macro/bad_formal_arg.pl \ - t/results/macro/bad_macro_name_with_underscore.pl \ - t/results/macro/complete_macro_for_end.pl \ - t/results/macro/complex_argument.pl \ - t/results/macro/double_macro_definition.pl \ - t/results/macro/double_recursive_macro_call.pl \ - t/results/macro/empty_end.pl \ - t/results/macro/empty_macro_in_text_no_arg.pl \ - t/results/macro/empty_macro_no_arg.pl \ - t/results/macro/expand_two_same.pl \ - t/results/macro/expansion_order.pl \ - t/results/macro/form_feeds.pl \ - t/results/macro/ifclear_in_macro.pl \ - t/results/macro/ifset_and_end_isef_in_macro.pl \ - t/results/macro/ifset_in_macro.pl \ - t/results/macro/ifset_in_macro_set.pl \ - t/results/macro/ignored_macro_definition.pl \ - t/results/macro/implicit_quoting_one_arg.pl \ - t/results/macro/implicit_quoting_recursion.pl \ - t/results/macro/leading_spaces_no_ignore.pl \ - t/results/macro/macro_expands_to_empty.pl \ - t/results/macro/macro_expansion.pl \ - t/results/macro/macro_for_end.pl \ - t/results/macro/macro_for_ignored_line_command.pl \ - t/results/macro/macro_in_accent.pl \ - t/results/macro/macro_in_brace_command.pl \ - t/results/macro/macro_in_end_argument.pl \ - t/results/macro/macro_in_ifset.pl \ - t/results/macro/macro_in_ifset_end_in_arg.pl \ - t/results/macro/macro_in_index_commands.pl \ - t/results/macro/macro_in_invalid_documentencoding.pl \ - t/results/macro/macro_in_macro_arg.pl \ - t/results/macro/macro_in_macro_arg_simpler.pl \ - t/results/macro/macro_in_menu.pl \ - t/results/macro/macro_in_misc_commands.pl \ - t/results/macro/macro_name_with_digit.pl \ - t/results/macro/macro_name_with_hyphen.pl \ - t/results/macro/macro_no_arg_bad_expansion.pl \ - t/results/macro/macro_no_arg_expansion.pl \ - t/results/macro/macro_no_argument.pl \ - t/results/macro/macro_not_closed.pl \ - t/results/macro/macro_one_arg_end_of_file.pl \ - t/results/macro/macro_with_error_at_end_line_after_macro.pl \ - t/results/macro/macro_zero.pl \ - t/results/macro/nested_macro_call.pl \ - t/results/macro/no_macrobody.pl \ - t/results/macro/paragraph_and_macro.pl \ - t/results/macro/protect_comma_macro_line.pl \ - t/results/macro/protect_in_body.pl \ - t/results/macro/protect_in_body_line_arg.pl \ - t/results/macro/protect_in_body_one_arg.pl \ - t/results/macro/recursive_call_in_argument.pl \ - t/results/macro/recursive_call_in_macro.pl \ - t/results/macro/redefine_texinfo_macro.pl \ - t/results/macro/simple_imbricated_macro.pl \ - t/results/macro/space_macro_after_end.pl \ - t/results/macro/space_macro_after_end_verbatim.pl \ - t/results/macro/text_before_after.pl \ - t/results/macro/too_much_args.pl \ - t/results/macro/two_macros_on_a_line.pl \ - t/results/macro/unknown_macro_on_line_command.pl \ - t/results/macro/zero_argument.pl \ - t/results/menu/bad_beginning.pl \ - t/results/menu/block_commands_in_menu_description.pl \ - t/results/menu/comment_on_menu_line.pl \ - t/results/menu/dash_in_menu.pl \ - t/results/menu/detailmenu.pl \ - t/results/menu/detailmenu_in_description.pl \ - t/results/menu/detailmenu_on_subnodes.pl \ - t/results/menu/detailmenu_unknown_node.pl \ - t/results/menu/direntry_dircategory_after_first_node.pl \ - t/results/menu/empty_menu_entry_name.pl \ - t/results/menu/entry_after_detailmenu.pl \ - t/results/menu/example_in_menu_comment.pl \ - t/results/menu/example_in_menu_description.pl \ - t/results/menu/formats_in_menu.pl \ - t/results/menu/inlineraw_in_menu_description.pl \ - t/results/menu/invalid_info_menu_entry.pl \ - t/results/menu/menu_entry_name.pl \ - t/results/menu/menu_entry_name_comment.pl \ - t/results/menu/menu_entry_no_entry.pl \ - t/results/menu/menu_entry_no_entry_location.pl \ - t/results/menu/menu_entry_node.pl \ - t/results/menu/menu_entry_node_comments.pl \ - t/results/menu/menu_in_deffn.pl \ - t/results/menu/menu_in_example.pl \ - t/results/menu/menu_no_closed_after_empty_line.pl \ - t/results/menu/menu_no_closed_entry_beginning.pl \ - t/results/menu/menu_no_closed_in_description.pl \ - t/results/menu/menu_no_closed_in_entry.pl \ - t/results/menu/menu_no_closed_star.pl \ - t/results/menu/menu_pointing_to_anchor.pl \ - t/results/menu/menu_title_before_entries.pl \ - t/results/menu/multiple_menus.pl \ - t/results/menu/no_colon_in_menu.pl \ - t/results/menu/reference_to_external_manual.pl \ - t/results/menu/sc_in_menu.pl \ - t/results/menu/simple.pl \ - t/results/menu/simple_no_menu.pl \ - t/results/menu/verb_in_menu_description.pl \ - t/results/misc_commands/also_not_line.pl \ - t/results/misc_commands/author_outside_titlepage_quotation.pl \ - t/results/misc_commands/bad_documentlanguage.pl \ - t/results/misc_commands/bye.pl \ - t/results/misc_commands/clickstyle.pl \ - t/results/misc_commands/codequoteundirected_codequotebacktick.pl \ - t/results/misc_commands/command_in_heading_footing.pl \ - t/results/misc_commands/command_line_in_paragraph.pl \ - t/results/misc_commands/command_not_closed_in_documentencoding.pl \ - t/results/misc_commands/comment_space_command_on_line.pl \ - t/results/misc_commands/comments_in_text.pl \ - t/results/misc_commands/contents.pl \ - t/results/misc_commands/defindex_too_much_args.pl \ - t/results/misc_commands/definfoenclose.pl \ - t/results/misc_commands/definfoenclose_with_empty_arg.pl \ - t/results/misc_commands/double_exdent.pl \ - t/results/misc_commands/empty_center.pl \ - t/results/misc_commands/empty_center_with_arg.pl \ - t/results/misc_commands/empty_documentencoding.pl \ - t/results/misc_commands/footnote_in_center.pl \ - t/results/misc_commands/incorrect_allowcodebreaks_argument.pl \ - t/results/misc_commands/indent_in_quotation.pl \ - t/results/misc_commands/index_entries.pl \ - t/results/misc_commands/invalid_clickstyle.pl \ - t/results/misc_commands/invalid_documentencoding.pl \ - t/results/misc_commands/invalid_kbdinputstyle.pl \ - t/results/misc_commands/kbdinputstyle.pl \ - t/results/misc_commands/many_lines.pl \ - t/results/misc_commands/no_empty_line_between_headings.pl \ - t/results/misc_commands/noindent_after_smallexample.pl \ - t/results/misc_commands/noindent_in_paragraph.pl \ - t/results/misc_commands/noindent_indent.pl \ - t/results/misc_commands/ref_in_center.pl \ - t/results/misc_commands/setfilename.pl \ - t/results/misc_commands/simple.pl \ - t/results/misc_commands/sp.pl \ - t/results/misc_commands/synindex_too_much_args.pl \ - t/results/misc_commands/test_allowcodebreaks.pl \ - t/results/misc_commands/text_before_and_after_bye.pl \ - t/results/misc_commands/text_before_line_command.pl \ - t/results/misc_commands/vskip.pl \ - t/results/multitable/empty_item_tab.pl \ - t/results/multitable/empty_multitable_with_cells.pl \ - t/results/multitable/inter_item_commands_in_multitable.pl \ - t/results/multitable/multitable_begin_with_tab.pl \ - t/results/multitable/multitable_in_example.pl \ - t/results/multitable/multitable_not_closed.pl \ - t/results/multitable/multitable_not_closed_item.pl \ - t/results/multitable/multitable_not_closed_item_tab.pl \ - t/results/multitable/multitable_one_column_too_much_cells.pl \ - t/results/multitable/multitable_two_columns_too_much_cells.pl \ - t/results/multitable/multitable_with_empty_item_tab.pl \ - t/results/multitable/not_letters_in_prototype.pl \ - t/results/multitable/paragraph_in_cells.pl \ - t/results/multitable/prototype_brace_no_brace.pl \ - t/results/multitable/prototype_brace_no_brace_comment.pl \ - t/results/multitable/prototype_no_brace.pl \ - t/results/multitable/ref_in_multitable.pl \ - t/results/multitable/w_in_multitable.pl \ - t/results/paragraph/close_paragraph_command.pl \ - t/results/paragraph/commands_in_flushright.pl \ - t/results/paragraph/comment_between_text.pl \ - t/results/paragraph/comment_in_quotation.pl \ - t/results/paragraph/double_style_paragraph.pl \ - t/results/paragraph/image_in_paragraph.pl \ - t/results/paragraph/no_paragraph_commands.pl \ - t/results/paragraph/paragraph_command.pl \ - t/results/paragraph/paragraph_count_and_example.pl \ - t/results/paragraph/paragraph_in_style_command.pl \ - t/results/paragraph/paragraph_indent_asis.pl \ - t/results/paragraph/text.pl \ - t/results/paragraph/text_comment.pl \ - t/results/paragraph/text_line.pl \ - t/results/paragraph/text_space_comment.pl \ - t/results/paragraph/two_lines.pl \ - t/results/plaintext_tests/U_with_utf8_enable_encoding.pl \ - t/results/plaintext_tests/accent_command_punctuation.pl \ - t/results/plaintext_tests/accents_in_var_enable_encoding.pl \ - t/results/plaintext_tests/after_punctuation_character_in_command.pl \ - t/results/plaintext_tests/all_spaces.pl \ - t/results/plaintext_tests/all_spaces/res_plaintext/all_spaces.txt \ - t/results/plaintext_tests/anchor_and_empty_lines.pl \ - t/results/plaintext_tests/at_commands_glued_in_example.pl \ - t/results/plaintext_tests/at_commands_glued_in_paragraph.pl \ - t/results/plaintext_tests/before_accent_punctuation.pl \ - t/results/plaintext_tests/characters_and_commands_in_var.pl \ - t/results/plaintext_tests/chinese_mixed_with_en.pl \ - t/results/plaintext_tests/chinese_mixed_with_en/res_plaintext/chinese_mixed_with_en.txt \ - t/results/plaintext_tests/code_commands_and_punctuation.pl \ - t/results/plaintext_tests/command_brace_no_arg_punctuation.pl \ - t/results/plaintext_tests/commands_and_punctuation.pl \ - t/results/plaintext_tests/east_asian_in_w.pl \ - t/results/plaintext_tests/east_asian_in_w/res_plaintext/east_asian_in_w.txt \ - t/results/plaintext_tests/empty_line_in_example_end.pl \ - t/results/plaintext_tests/empty_multitable_in_itemize.pl \ - t/results/plaintext_tests/end_sentence_space_protected.pl \ - t/results/plaintext_tests/expanded_tex.pl \ - t/results/plaintext_tests/flushright_not_closed_and_format.pl \ - t/results/plaintext_tests/html_expanded.pl \ - t/results/plaintext_tests/inhibit_punctuation.pl \ - t/results/plaintext_tests/insert_copying_and_paragraph.pl \ - t/results/plaintext_tests/insert_copying_inline_and_paragraph.pl \ - t/results/plaintext_tests/invalid_accent_punctuation.pl \ - t/results/plaintext_tests/isolated_html_expanded.pl \ - t/results/plaintext_tests/itemize_in_headitem_in_example.pl \ - t/results/plaintext_tests/japanese_utf8.pl \ - t/results/plaintext_tests/japanese_utf8/res_plaintext/japanese_utf8.txt \ - t/results/plaintext_tests/line_passed_and_formats.pl \ - t/results/plaintext_tests/lone_braces_in_inlineraw.pl \ - t/results/plaintext_tests/long_line.pl \ - t/results/plaintext_tests/long_uref_after_item.pl \ - t/results/plaintext_tests/multiline_image_and_align.pl \ - t/results/plaintext_tests/multiline_verb_after_space.pl \ - t/results/plaintext_tests/multitable.pl \ - t/results/plaintext_tests/multitable_in_example_extraneous_tab.pl \ - t/results/plaintext_tests/nested_code_commands.pl \ - t/results/plaintext_tests/nested_indentedblock.pl \ - t/results/plaintext_tests/nested_multitable.pl \ - t/results/plaintext_tests/no_empty_line_after_section.pl \ - t/results/plaintext_tests/no_punctuation_commands.pl \ - t/results/plaintext_tests/no_punctuation_commands_frenchspacing.pl \ - t/results/plaintext_tests/non_break_spaces.pl \ - t/results/plaintext_tests/non_break_spaces/res_plaintext/non_break_spaces.txt \ - t/results/plaintext_tests/paragraphindent.pl \ - t/results/plaintext_tests/protect_spaces_on_line.pl \ - t/results/plaintext_tests/protected_space_end_line.pl \ - t/results/plaintext_tests/punctuation.pl \ - t/results/plaintext_tests/punctuation_abbr_acronym.pl \ - t/results/plaintext_tests/punctuation_and_code_style_commands.pl \ - t/results/plaintext_tests/punctuation_and_code_style_commands_utf8.pl \ - t/results/plaintext_tests/punctuation_and_footnotes.pl \ - t/results/plaintext_tests/punctuation_and_footnotes_frenchspacing.pl \ - t/results/plaintext_tests/punctuation_and_upper_case_commands.pl \ - t/results/plaintext_tests/punctuation_and_upper_case_commands_utf8.pl \ - t/results/plaintext_tests/punctuation_at_end_command.pl \ - t/results/plaintext_tests/punctuation_commands.pl \ - t/results/plaintext_tests/punctuation_commands_frenchspacing.pl \ - t/results/plaintext_tests/punctuation_frenchspacing.pl \ - t/results/plaintext_tests/punctuation_in_command.pl \ - t/results/plaintext_tests/punctuation_in_command_end_line.pl \ - t/results/plaintext_tests/punctuation_in_sc.pl \ - t/results/plaintext_tests/quote_node_names.pl \ - t/results/plaintext_tests/quote_node_names/res_plaintext/quote_node_names.txt \ - t/results/plaintext_tests/sc_with_utf8_enable_encoding.pl \ - t/results/plaintext_tests/settitle_and_empty_top.pl \ - t/results/plaintext_tests/sp_with_text_before_in_example.pl \ - t/results/plaintext_tests/star_at_command_formatting.pl \ - t/results/plaintext_tests/tab_in_table_in_example.pl \ - t/results/plaintext_tests/tab_item_in_example.pl \ - t/results/plaintext_tests/transparent_text.pl \ - t/results/preformatted/caption_in_example.pl \ - t/results/preformatted/comment_example_and_blank_lines.pl \ - t/results/preformatted/comments_in_example.pl \ - t/results/preformatted/def_in_example.pl \ - t/results/preformatted/empty_line.pl \ - t/results/preformatted/empty_line_style_command.pl \ - t/results/preformatted/insertcopying_in_example.pl \ - t/results/preformatted/nested_example_and_comment.pl \ - t/results/preformatted/nested_formats.pl \ - t/results/preformatted/page_in_example.pl \ - t/results/preformatted/quote_dash_in_display.pl \ - t/results/preformatted/quote_dash_in_example.pl \ - t/results/preformatted/text_on_command_line.pl \ - t/results/preformatted/titlefont_in_example.pl \ - t/results/quotation/comment_on_quotation_line.pl \ - t/results/quotation/empty_quotation.pl \ - t/results/quotation/only_comment_on_quotation_line.pl \ - t/results/quotation/quotation_and_author.pl \ - t/results/quotation/quotation_author_in_example.pl \ - t/results/quotation/quotation_beginning_and_end_on_line.pl \ - t/results/quotation/space_at_commands_end_quotation_line.pl \ - t/results/quotation/standard_quotations.pl \ - t/results/raw/beginning_and_end_on_line.pl \ - t/results/raw/braces_in_tex.pl \ - t/results/raw/inline_in_example.pl \ - t/results/raw/inline_missing_first_arg.pl \ - t/results/raw/inlinefmt.pl \ - t/results/raw/inlinefmt_with_empty_line.pl \ - t/results/raw/inlineraw.pl \ - t/results/raw/inlineraw_with_empty_line.pl \ - t/results/raw/lone_braces_in_html.pl \ - t/results/raw/misc_raw.pl \ - t/results/raw/misc_raw_comments.pl \ - t/results/raw/nested_macros.pl \ - t/results/raw/raw_commands_and_end_of_lines.pl \ - t/results/raw/raw_expanded_in_style.pl \ - t/results/raw/raw_in_example.pl \ - t/results/raw/raw_in_para.pl \ - t/results/raw/raw_in_style.pl \ - t/results/raw/raw_not_closed.pl \ - t/results/raw/tex_not_closed.pl \ - t/results/raw/verbatim_and_verbatiminclude.pl \ - t/results/raw/verbatim_in_brace_command.pl \ - t/results/raw/verbatim_not_closed.pl \ - t/results/regions/anchor_in_copying.pl \ - t/results/regions/anchor_in_copying_in_footnote.pl \ - t/results/regions/anchor_in_titlepage.pl \ - t/results/regions/anchor_in_titlepage_titlepage.pl \ - t/results/regions/copying_not_closed.pl \ - t/results/regions/double_copying.pl \ - t/results/regions/double_titlepage_not_closed.pl \ - t/results/regions/format_in_titlepage.pl \ - t/results/regions/format_in_titlepage_titlepage.pl \ - t/results/regions/ref_in_copying.pl \ - t/results/regions/today_in_copying.pl \ - t/results/sectioning/a_comma_after_node.pl \ - t/results/sectioning/anchor_in_footnote.pl \ - t/results/sectioning/anchor_in_footnote_separate.pl \ - t/results/sectioning/anchor_zero.pl \ - t/results/sectioning/at_commands_in_node.pl \ - t/results/sectioning/chapter_before_and_after_part.pl \ - t/results/sectioning/chapter_before_part.pl \ - t/results/sectioning/chapter_between_nodes.pl \ - t/results/sectioning/chapter_node_before_and_after_part.pl \ - t/results/sectioning/chapter_sections.pl \ - t/results/sectioning/character_and_spaces_in_node.pl \ - t/results/sectioning/character_and_spaces_in_refs.pl \ - t/results/sectioning/character_and_spaces_in_refs_out.pl \ - t/results/sectioning/character_and_spaces_in_refs_out/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html \ - t/results/sectioning/character_and_spaces_in_refs_out/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html \ - t/results/sectioning/character_and_spaces_in_refs_out/res_html/index.html \ - t/results/sectioning/character_and_spaces_in_refs_out/res_html/local-node.html \ - t/results/sectioning/character_and_spaces_in_refs_out/res_html/other-nodes.html \ - t/results/sectioning/complex.pl \ - t/results/sectioning/complex_split_at_node.pl \ - t/results/sectioning/contents.pl \ - t/results/sectioning/contents_and_shortcontents.pl \ - t/results/sectioning/contents_at_document_begin.pl \ - t/results/sectioning/contents_at_end_document.pl \ - t/results/sectioning/contents_at_end_document_after_node.pl \ - t/results/sectioning/contents_in_document.pl \ - t/results/sectioning/contents_in_html_text.pl \ - t/results/sectioning/contents_no_section.pl \ - t/results/sectioning/contents_with_only_top_node.pl \ - t/results/sectioning/double_node_anchor_float.pl \ - t/results/sectioning/double_part.pl \ - t/results/sectioning/double_top.pl \ - t/results/sectioning/double_top_in_menu.pl \ - t/results/sectioning/double_top_section.pl \ - t/results/sectioning/email_in_node.pl \ - t/results/sectioning/empty_anchor.pl \ - t/results/sectioning/empty_node.pl \ - t/results/sectioning/empty_nodes_with_commands.pl \ - t/results/sectioning/empty_ref_arg.pl \ - t/results/sectioning/empty_refs.pl \ - t/results/sectioning/empty_top_node_up.pl \ - t/results/sectioning/equivalent_labels.pl \ - t/results/sectioning/equivalent_nodes.pl \ - t/results/sectioning/explicit_node_directions.pl \ - t/results/sectioning/hole_in_sectioning.pl \ - t/results/sectioning/internal_top_node_up.pl \ - t/results/sectioning/lone_Top_node.pl \ - t/results/sectioning/lone_contents.pl \ - t/results/sectioning/loop_nodes.pl \ - t/results/sectioning/lowered_subsubsection.pl \ - t/results/sectioning/loweredheading.pl \ - t/results/sectioning/menutextorder.pl \ - t/results/sectioning/more_sections_than_nodes.pl \ - t/results/sectioning/next_in_menu_is_below.pl \ - t/results/sectioning/next_no_prev_to_node.pl \ - t/results/sectioning/no_argument_and_contents.pl \ - t/results/sectioning/no_element.pl \ - t/results/sectioning/no_menu.pl \ - t/results/sectioning/node.pl \ - t/results/sectioning/node_empty_direction.pl \ - t/results/sectioning/node_nested_parentheses.pl \ - t/results/sectioning/node_part_chapter_after_chapter.pl \ - t/results/sectioning/node_part_chapter_after_top.pl \ - t/results/sectioning/node_too_much_args.pl \ - t/results/sectioning/node_up_direction_for_top_with_manual.pl \ - t/results/sectioning/node_up_external_node.pl \ - t/results/sectioning/nodename_parentheses.pl \ - t/results/sectioning/nodes_after_top_before_chapter_nodes.pl \ - t/results/sectioning/nodes_after_top_before_chapter_sections.pl \ - t/results/sectioning/nodes_after_top_before_section_nodes.pl \ - t/results/sectioning/nodes_after_top_before_section_sections.pl \ - t/results/sectioning/nodes_before_top.pl \ - t/results/sectioning/nodes_no_node_top_explicit_directions.pl \ - t/results/sectioning/non_automatic_internal_top_node_up.pl \ - t/results/sectioning/non_automatic_top_node_up_and_url.pl \ - t/results/sectioning/non_automatic_top_node_up_url.pl \ - t/results/sectioning/novalidate.pl \ - t/results/sectioning/one_node_explicit_directions_anchor.pl \ - t/results/sectioning/one_subsection.pl \ - t/results/sectioning/one_subsection_and_node.pl \ - t/results/sectioning/part_before_chapter.pl \ - t/results/sectioning/part_before_section.pl \ - t/results/sectioning/part_before_top.pl \ - t/results/sectioning/part_chapter_after_top.pl \ - t/results/sectioning/part_chapter_appendix.pl \ - t/results/sectioning/part_node_after_top.pl \ - t/results/sectioning/part_node_before_top.pl \ - t/results/sectioning/part_node_chapter_after_top.pl \ - t/results/sectioning/part_node_chapter_appendix.pl \ - t/results/sectioning/part_node_chapter_node_appendix.pl \ - t/results/sectioning/part_node_node_part_appendix.pl \ - t/results/sectioning/part_node_part_appendix.pl \ - t/results/sectioning/part_node_part_node_appendix.pl \ - t/results/sectioning/placed_things_before_element.pl \ - t/results/sectioning/placed_things_before_node.pl \ - t/results/sectioning/protected_node_parentheses.pl \ - t/results/sectioning/raiselowersections.pl \ - t/results/sectioning/rec_nodes.pl \ - t/results/sectioning/ref_to_top.pl \ - t/results/sectioning/ref_to_unknown_node.pl \ - t/results/sectioning/section_before_chapter.pl \ - t/results/sectioning/section_before_part.pl \ - t/results/sectioning/section_before_top.pl \ - t/results/sectioning/section_before_top_no_node.pl \ - t/results/sectioning/section_below_unnumbered.pl \ - t/results/sectioning/section_below_unnumbered_no_top.pl \ - t/results/sectioning/section_chapter_before_top.pl \ - t/results/sectioning/section_chapter_before_top_nodes.pl \ - t/results/sectioning/section_in_unnumbered_info.pl \ - t/results/sectioning/section_in_unnumbered_plaintext.pl \ - t/results/sectioning/section_node_before_part.pl \ - t/results/sectioning/sectioning_part_appendix.pl \ - t/results/sectioning/sectioning_part_appendix_no_top.pl \ - t/results/sectioning/sections.pl \ - t/results/sectioning/semi_auto.pl \ - t/results/sectioning/setfilename_on_top_and_after_node.pl \ - t/results/sectioning/shortcontents.pl \ - t/results/sectioning/space_in_node.pl \ - t/results/sectioning/top_chapter_sections.pl \ - t/results/sectioning/top_no_argument_and_content.pl \ - t/results/sectioning/top_no_argument_and_node.pl \ - t/results/sectioning/top_no_argument_and_top_node.pl \ - t/results/sectioning/top_node_no_menu_direction.pl \ - t/results/sectioning/top_node_part_top.pl \ - t/results/sectioning/top_node_up_url.pl \ - t/results/sectioning/top_part_chapter.pl \ - t/results/sectioning/top_without_node_nodes.pl \ - t/results/sectioning/top_without_node_sections.pl \ - t/results/sectioning/transliterated_split_equivalent_nodes.pl \ - t/results/sectioning/transliterated_split_equivalent_nodes/res_html/a.html \ - t/results/sectioning/transliterated_split_equivalent_nodes/res_html/index.html \ - t/results/sectioning/transliterated_split_equivalent_nodes/res_html/n.html \ - t/results/sectioning/two_nodes_at_the_end.pl \ - t/results/sectioning/two_nodes_between_chapters.pl \ - t/results/sectioning/two_unnumbered_no_argument.pl \ - t/results/sectioning/unknown_node_in_menu.pl \ - t/results/sectioning/unnumbered_before_node_top_top.pl \ - t/results/sectioning/unnumbered_before_top.pl \ - t/results/sectioning/unnumbered_before_top_node.pl \ - t/results/sectioning/unnumbered_no_argument.pl \ - t/results/sectioning/unnumbered_top_without_node_nodes.pl \ - t/results/sectioning/unnumbered_top_without_node_sections.pl \ - t/results/value/bad_syntax.pl \ - t/results/value/comment_on_set_line.pl \ - t/results/value/empty_set.pl \ - t/results/value/empty_value_in_line.pl \ - t/results/value/ignored_value_definition.pl \ - t/results/value/not_only_characters.pl \ - t/results/value/set_flag_command_equivalent.pl \ - t/results/value/set_form_feed.pl \ - t/results/value/set_in_item_missing_line.pl \ - t/results/value/set_on_item_line.pl \ - t/results/value/simple.pl \ - t/results/value/spaces_before_value.pl \ - t/results/value/value_after_accent.pl \ - t/results/value/value_in_index_commands.pl \ - t/results/value/value_in_invalid_documentencoding.pl \ - t/results/value/value_in_misc_commands.pl \ - t/results/value/value_in_node.pl \ - t/results/value/value_node_directions.pl \ - t/results/value/value_zero.pl \ - t/results/value_and_macro/comma_value_in_macro_arg.pl \ - t/results/value_and_macro/macro_in_value.pl \ - t/results/value_and_macro/value_in_macro_body.pl \ - t/results/value_and_macro/value_in_macro_formal_arg.pl \ - t/results/verb/comments.pl \ - t/results/verb/end_of_line.pl \ - t/results/verb/multiline.pl \ - t/results/verb/nested.pl \ - t/results/verb/simple.pl \ - t/results/verb/verb_and_char_end_of_line_not_closed.pl \ - t/results/verb/verb_at_end_of_line_not_closed.pl \ - t/results/verb/verb_not_closed.pl \ - t/results/verb/verb_not_closed_with_char.pl \ - t/results/xml_tests/brace_commands_spaces_end_of_lines.pl \ - t/results/xml_tests/commands_and_spaces.pl \ - t/results/xml_tests/comments_end_lines.pl \ - t/results/xml_tests/comments_on_block_command_lines.pl \ - t/results/xml_tests/comments_on_misc_command_line.pl \ - t/results/xml_tests/image_inline_or_not.pl \ - t/results/xml_tests/lone_bye.pl \ - t/results/xml_tests/macro_and_args.pl \ - t/results/xml_tests/node_and_bye.pl \ - t/results/xml_tests/node_no_section.pl \ - t/results/xml_tests/raw.pl \ - t/results/xml_tests/raw_and_comments.pl \ - t/results/xml_tests/spaces_info_lost.pl \ - t/results/xtable/accent_on_table_line.pl \ - t/results/xtable/block_commands_in_table.pl \ - t/results/xtable/comment_and_itemx_before_item.pl \ - t/results/xtable/definfoenclose_on_table_line.pl \ - t/results/xtable/empty_item_itemx.pl \ - t/results/xtable/headitem_in_table.pl \ - t/results/xtable/inter_item_commands_in_table.pl \ - t/results/xtable/inter_item_commands_in_table_in_example.pl \ - t/results/xtable/invalid_command_and_brace_in_table.pl \ - t/results/xtable/itemx_before_item.pl \ - t/results/xtable/lone_end_table.pl \ - t/results/xtable/long_item.pl \ - t/results/xtable/no_arg_brace_command_on_table_line.pl \ - t/results/xtable/no_argument_for_table.pl \ - t/results/xtable/table_nested.pl \ - t/results/xtable/text_between_item_itemx.pl \ - t/results/xtable/title_and_itemx_before_item.pl \ - t/include_reference/f--ile.png \ - t/include_reference/f--ile.txt \ - t/include_reference/figure.txt \ - t/include_reference/inc_file.texi \ - t/include_reference/incl-incl.txi \ - t/include_reference/macro_included.texi \ - t/include_reference/section_file.texi - - test_copied_include_files = t/include_dir/f--ile.png t/include_dir/f--ile.txt t/include_dir/figure.txt t/include_dir/inc_file.texi t/include_dir/incl-incl.txi t/include_dir/macro_included.texi t/include_dir/section_file.texi - document_strings_mo_files = \ - LocaleData/ca/LC_MESSAGES/$(document_domain).mo \ - LocaleData/ca.us-ascii/LC_MESSAGES/$(document_domain).mo \ - LocaleData/cs/LC_MESSAGES/$(document_domain).mo \ - LocaleData/da/LC_MESSAGES/$(document_domain).mo \ - LocaleData/de/LC_MESSAGES/$(document_domain).mo \ - LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo \ - LocaleData/el/LC_MESSAGES/$(document_domain).mo \ - LocaleData/eo/LC_MESSAGES/$(document_domain).mo \ - LocaleData/es/LC_MESSAGES/$(document_domain).mo \ - LocaleData/fr/LC_MESSAGES/$(document_domain).mo \ - LocaleData/hr/LC_MESSAGES/$(document_domain).mo \ - LocaleData/hu/LC_MESSAGES/$(document_domain).mo \ - LocaleData/it/LC_MESSAGES/$(document_domain).mo \ - LocaleData/nl/LC_MESSAGES/$(document_domain).mo \ - LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo \ - LocaleData/pl/LC_MESSAGES/$(document_domain).mo \ - LocaleData/pt/LC_MESSAGES/$(document_domain).mo \ - LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo \ - LocaleData/pt_BR/LC_MESSAGES/$(document_domain).mo \ - LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo \ - LocaleData/uk/LC_MESSAGES/$(document_domain).mo - SUBDIRS = $(am__append_1) . tests - DIST_SUBDIRS = Texinfo/Convert/XSParagraph Texinfo/MiscXS tests - bin_SCRIPTS = texi2any - do_subst = sed \ - -e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \ - -e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \ - -e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \ - -e 's,[@]sysconfdir[@],$(sysconfdir),g' \ - -e 's,[@]prefix[@],$(prefix),g' \ - -e 's,[@]datarootdir[@],$(datarootdir),g' \ - -e 's,[@]datadir[@],$(datadir),g' \ - -e 's,[@]pkglibdir[@],$(pkglibdir),g' \ - -e 's,[@]PACKAGE[@],$(PACKAGE),g' \ - -e 's,[@]USE_EXTERNAL_LIBINTL[@],$(USE_EXTERNAL_LIBINTL),g' \ - -e 's,[@]USE_EXTERNAL_EASTASIANWIDTH[@],$(USE_EXTERNAL_EASTASIANWIDTH),g' \ - -e 's,[@]USE_EXTERNAL_UNIDECODE[@],$(USE_EXTERNAL_UNIDECODE),g' \ - -e 's,[@]TEXINFO_DTD_VERSION[@],$(TEXINFO_DTD_VERSION),g' \ - -e 's,[@]enable_xs[@],$(enable_xs),g' \ - -e '1 s,/usr/bin/env perl,$(PERL),g' - - modulesdir = $(pkgdatadir)/Texinfo - dist_modules_DATA = \ - Texinfo/Parser.pm \ - Texinfo/Report.pm \ - Texinfo/Common.pm \ - Texinfo/Encoding.pm \ - Texinfo/Structuring.pm \ - Texinfo/Transformations.pm \ - Texinfo/MiscXS.pm \ - Texinfo/XSLoader.pm \ - Texinfo/Documentlanguages.pm - - dist_noinst_DATA = \ - Texinfo/ModulePath.pm.in - - modules_DATA = \ - Texinfo/ModulePath.pm - - convertersdir = $(pkgdatadir)/Texinfo/Convert - dist_converters_DATA = \ - Texinfo/Convert/Converter.pm \ - Texinfo/Convert/DocBook.pm \ - Texinfo/Convert/HTML.pm \ - Texinfo/Convert/IXIN.pm \ - Texinfo/Convert/IXINSXML.pm \ - Texinfo/Convert/Info.pm \ - Texinfo/Convert/Line.pm \ - Texinfo/Convert/NodeNameNormalization.pm \ - Texinfo/Convert/Paragraph.pm \ - Texinfo/Convert/ParagraphNonXS.pm \ - Texinfo/Convert/PlainTexinfo.pm \ - Texinfo/Convert/Plaintext.pm \ - Texinfo/Convert/Texinfo.pm \ - Texinfo/Convert/TexinfoSXML.pm \ - Texinfo/Convert/TexinfoXML.pm \ - Texinfo/Convert/Text.pm \ - Texinfo/Convert/TextContent.pm \ - Texinfo/Convert/UnFilled.pm \ - Texinfo/Convert/Unicode.pm - - debugmodulesdir = $(pkgdatadir)/DebugTexinfo - dist_debugmodules_DATA = \ - DebugTexinfo/DebugTree.pm - - initdir = $(datadir)/texinfo/init - dist_init_DATA = \ - init/book.pm \ - init/chm.pm \ - init/html32.pm \ - init/tex4ht.pm \ - init/latex2html.pm - - test_files = \ - t/README \ - t/include/a.txt \ - t/include/aa.txt \ - t/include/count_image.png \ - t/include/count_image.txt \ - t/include/count_image_text.txt \ - t/include/f.txt \ - t/include/fdotext.ext \ - t/include/fdotext.png \ - t/include/fdotext.txt \ - t/include/fext.ext \ - t/include/fext.png \ - t/include/fext.txt \ - t/include/fextext \ - t/include/file_with_cpp_lines.texi \ - t/include/file_with_xml_chars.texi \ - t/include/include_noeol.texi \ - t/include/image.txt \ - t/include/image_encoded.txt \ - t/include/inc_@f--ile.texi \ - t/include/included_file_with_setfilename.texi \ - t/include/this_is_a_long_unknown_file.png \ - t/include/verbatim_encoded.texi \ - t/include/verbatim_encoded_latin1.texi \ - t/include/words.txt \ - t/init/only_toc_out.init \ - t/init/cvs.init \ - t/init/redefine_need.init \ - t/init/icons.init \ - t/init/t2h_singular.init \ - t/init/ignore_and_comments_output.init \ - t/init/test_directions.init \ - t/init/mini_ker_t2h.init \ - t/init/test_renamed_nodes.init \ - t/init/misc_file_collision.init \ - t/init/l2h.init \ - t/manual_tree.pl \ - t/test_utils.pl \ - t/input_files/all_spaces.texi \ - t/input_files/char_latin1_utf8_in_refs.texi \ - t/input_files/char_latin1_latin1_in_refs.texi \ - t/input_files/char_latin2_latin2_in_refs.texi \ - t/input_files/chinese_mixed_with_en.texi \ - t/input_files/contents_at_document_begin.texi \ - t/input_files/contents_at_end_document_after_node.texi \ - t/input_files/contents_at_end_document.texi \ - t/input_files/contents_in_document.texi \ - t/input_files/contents_no_section.texi \ - t/input_files/cpp_lines.texi \ - t/input_files/delcomment.texi \ - t/input_files/east_asian_in_w.texi \ - t/input_files/empty_lines_at_beginning_no_setfilename.texi \ - t/input_files/empty_lines_at_beginning_no_setfilename_no_element.texi \ - t/input_files/japanese_utf8.texi \ - t/input_files/japanese_shift_jis.texi \ - t/input_files/nodequote.texi \ - t/input_files/non_break_spaces.texi \ - t/input_files/sample_utf8.texi \ - t/input_files/things_before_setfilename_no_element.texi \ - t/input_files/things_before_setfilename.texi \ - # - - document_domain = $(PACKAGE)_document - tp_tests = prove.sh - TESTS = $(test_tap_files_generated_list) - TEST_EXTENSIONS = .t - T_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ - $(top_srcdir)/build-aux/tap-driver.sh - - T_LOG_COMPILER = $(PERL) - AM_T_LOG_FLAGS = -w -ITexinfo/Convert/XSParagraph \ - -I$(srcdir)/Texinfo/Convert/XSParagraph - AM_TESTS_ENVIRONMENT = srcdir="$(srcdir)"; export srcdir; top_srcdir="$(top_srcdir)"; export top_srcdir; builddir="$(builddir)"; export buildir; top_builddir="$(top_builddir)"; export top_builddir; - maintenance_files = \ - maintain/all_tests.sh \ - maintain/change_perl_modules_version.sh \ - maintain/clean_perl_module_files.sh \ - maintain/language-subtag-registry \ - maintain/Makefile_perl_po \ - maintain/MANIFEST_generated_files \ - maintain/prepare_perl_module_files.sh \ - maintain/prepare_perl_standalone_module_archive.sh \ - maintain/regenerate_cmd_tests.sh \ - maintain/regenerate_converters_documentation.sh \ - maintain/regenerate_docstr.sh \ - maintain/regenerate_documentlanguages.pl \ - maintain/regenerate_file_lists.pl \ - maintain/template.pod \ - maintain/catalog.xml.in - - perl_specific_files = \ - Makefile.PL \ - MANIFEST - - EXTRA_DIST = \ - texi2any.pl \ - $(test_files_generated_list) \ - $(test_files) \ - $(tp_tests) \ - $(maintenance_files) \ - $(perl_specific_files) \ - maintain/lib - - libsrcdir = $(srcdir)/maintain/lib - CLEANFILES = texi2any makeinfo texi2any-perl - DISTCLEANFILES = maintain/catalog.xml pm_to_blib Makefile.old - all: all-recursive - - .SUFFIXES: - .SUFFIXES: .log .t .t$(EXEEXT) .trs - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.tres $(srcdir)/Makefile.docstr $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tp/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu tp/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - $(srcdir)/Makefile.tres $(srcdir)/Makefile.docstr $(am__empty): - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - defs: $(top_builddir)/config.status $(srcdir)/defs.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - install-binSCRIPTS: $(bin_SCRIPTS) - @$(NORMAL_INSTALL) - @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n' \ - -e 'h;s|.*|.|' \ - -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) { files[d] = files[d] " " $$1; \ - if (++n[d] == $(am__install_max)) { \ - print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ - else { print "f", d "/" $$4, $$1 } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - - uninstall-binSCRIPTS: - @$(NORMAL_UNINSTALL) - @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 's,.*/,,;$(transform)'`; \ - dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) - install-dist_convertersDATA: $(dist_converters_DATA) - @$(NORMAL_INSTALL) - @list='$(dist_converters_DATA)'; test -n "$(convertersdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(convertersdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(convertersdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(convertersdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(convertersdir)" || exit $$?; \ - done - - uninstall-dist_convertersDATA: - @$(NORMAL_UNINSTALL) - @list='$(dist_converters_DATA)'; test -n "$(convertersdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(convertersdir)'; $(am__uninstall_files_from_dir) - install-dist_debugmodulesDATA: $(dist_debugmodules_DATA) - @$(NORMAL_INSTALL) - @list='$(dist_debugmodules_DATA)'; test -n "$(debugmodulesdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(debugmodulesdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(debugmodulesdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(debugmodulesdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(debugmodulesdir)" || exit $$?; \ - done - - uninstall-dist_debugmodulesDATA: - @$(NORMAL_UNINSTALL) - @list='$(dist_debugmodules_DATA)'; test -n "$(debugmodulesdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(debugmodulesdir)'; $(am__uninstall_files_from_dir) - install-dist_initDATA: $(dist_init_DATA) - @$(NORMAL_INSTALL) - @list='$(dist_init_DATA)'; test -n "$(initdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(initdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(initdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(initdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(initdir)" || exit $$?; \ - done - - uninstall-dist_initDATA: - @$(NORMAL_UNINSTALL) - @list='$(dist_init_DATA)'; test -n "$(initdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(initdir)'; $(am__uninstall_files_from_dir) - install-dist_modulesDATA: $(dist_modules_DATA) - @$(NORMAL_INSTALL) - @list='$(dist_modules_DATA)'; test -n "$(modulesdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(modulesdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(modulesdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(modulesdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(modulesdir)" || exit $$?; \ - done - - uninstall-dist_modulesDATA: - @$(NORMAL_UNINSTALL) - @list='$(dist_modules_DATA)'; test -n "$(modulesdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(modulesdir)'; $(am__uninstall_files_from_dir) - install-modulesDATA: $(modules_DATA) - @$(NORMAL_INSTALL) - @list='$(modules_DATA)'; test -n "$(modulesdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(modulesdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(modulesdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(modulesdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(modulesdir)" || exit $$?; \ - done - - uninstall-modulesDATA: - @$(NORMAL_UNINSTALL) - @list='$(modules_DATA)'; test -n "$(modulesdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(modulesdir)'; $(am__uninstall_files_from_dir) - - # This directory's subdirectories are mostly independent; you can cd - # into them and run 'make' without going through this Makefile. - # To change the values of 'make' variables: instead of editing Makefiles, - # (1) if the variable is set in 'config.status', edit 'config.status' - # (which will cause the Makefiles to be regenerated when you run 'make'); - # (2) otherwise, pass the desired values on the 'make' command line. - $(am__recursive_targets): - @fail=; \ - if $(am__make_keepgoing); then \ - failcom='fail=yes'; \ - else \ - failcom='exit 1'; \ - fi; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - - ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique - tags: tags-recursive - TAGS: tags - - tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi - ctags: ctags-recursive - - CTAGS: ctags - ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - - GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - cscopelist: cscopelist-recursive - - cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - - # Recover from deleted '.trs' file; this should ensure that - # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create - # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells - # to avoid problems with "make -n". - .log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - - # Leading 'am--fnord' is there to ensure the list of targets does not - # expand to empty, as could happen e.g. with make check TESTS=''. - am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) - am--force-recheck: - @: - - $(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - - check-TESTS: - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; - recheck: all - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? - .t.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(T_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_T_LOG_DRIVER_FLAGS) $(T_LOG_DRIVER_FLAGS) -- $(T_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) - #.t$(EXEEXT).log: - # @p='$<'; \ - # $(am__set_b); \ - # $(am__check_pre) $(T_LOG_DRIVER) --test-name "$$f" \ - # --log-file $$b.log --trs-file $$b.trs \ - # $(am__common_driver_flags) $(AM_T_LOG_DRIVER_FLAGS) $(T_LOG_DRIVER_FLAGS) -- $(T_LOG_COMPILE) \ - # "$$tst" $(AM_TESTS_FD_REDIRECT) - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - $(am__make_dryrun) \ - || test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" distdir="$(distdir)" \ - dist-hook - check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-TESTS - check: check-recursive - all-am: Makefile $(SCRIPTS) $(DATA) all-local - installdirs: installdirs-recursive - installdirs-am: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(convertersdir)" "$(DESTDIR)$(debugmodulesdir)" "$(DESTDIR)$(initdir)" "$(DESTDIR)$(modulesdir)" "$(DESTDIR)$(modulesdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive - uninstall: uninstall-recursive - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-recursive - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - - clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - clean: clean-recursive - - clean-am: clean-generic mostlyclean-am - - distclean: distclean-recursive - -rm -f Makefile - distclean-am: clean-am distclean-generic distclean-local \ - distclean-tags - - dvi: dvi-recursive - - dvi-am: - - html: html-recursive - - html-am: - - info: info-recursive - - info-am: - - install-data-am: install-data-local install-dist_convertersDATA \ - install-dist_debugmodulesDATA install-dist_initDATA \ - install-dist_modulesDATA install-modulesDATA - - install-dvi: install-dvi-recursive - - install-dvi-am: - - install-exec-am: install-binSCRIPTS - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-exec-hook - install-html: install-html-recursive - - install-html-am: - - install-info: install-info-recursive - - install-info-am: - - install-man: - - install-pdf: install-pdf-recursive - - install-pdf-am: - - install-ps: install-ps-recursive - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-recursive - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-recursive - - mostlyclean-am: mostlyclean-generic - - pdf: pdf-recursive - - pdf-am: - - ps: ps-recursive - - ps-am: - - uninstall-am: uninstall-binSCRIPTS uninstall-dist_convertersDATA \ - uninstall-dist_debugmodulesDATA uninstall-dist_initDATA \ - uninstall-dist_modulesDATA uninstall-local \ - uninstall-modulesDATA - - .MAKE: $(am__recursive_targets) check-am install-am install-exec-am \ - install-strip - - .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ - check check-TESTS check-am clean clean-generic cscopelist-am \ - ctags ctags-am dist-hook distclean distclean-generic \ - distclean-local distclean-tags distdir dvi dvi-am html html-am \ - info info-am install install-am install-binSCRIPTS \ - install-data install-data-am install-data-local \ - install-dist_convertersDATA install-dist_debugmodulesDATA \ - install-dist_initDATA install-dist_modulesDATA install-dvi \ - install-dvi-am install-exec install-exec-am install-exec-hook \ - install-html install-html-am install-info install-info-am \ - install-man install-modulesDATA install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am recheck tags tags-am uninstall uninstall-am \ - uninstall-binSCRIPTS uninstall-dist_convertersDATA \ - uninstall-dist_debugmodulesDATA uninstall-dist_initDATA \ - uninstall-dist_modulesDATA uninstall-local \ - uninstall-modulesDATA - - .PRECIOUS: Makefile - - - t/include_dir: - $(MKDIR_P) $@ - - t/include_dir/f--ile.png: $(srcdir)/t/include_reference/f--ile.png t/include_dir - $(INSTALL_DATA) $(srcdir)/t/include_reference/f--ile.png $@ - - t/include_dir/f--ile.txt: $(srcdir)/t/include_reference/f--ile.txt t/include_dir - $(INSTALL_DATA) $(srcdir)/t/include_reference/f--ile.txt $@ - - t/include_dir/figure.txt: $(srcdir)/t/include_reference/figure.txt t/include_dir - $(INSTALL_DATA) $(srcdir)/t/include_reference/figure.txt $@ - - t/include_dir/inc_file.texi: $(srcdir)/t/include_reference/inc_file.texi t/include_dir - $(INSTALL_DATA) $(srcdir)/t/include_reference/inc_file.texi $@ - - t/include_dir/incl-incl.txi: $(srcdir)/t/include_reference/incl-incl.txi t/include_dir - $(INSTALL_DATA) $(srcdir)/t/include_reference/incl-incl.txi $@ - - t/include_dir/macro_included.texi: $(srcdir)/t/include_reference/macro_included.texi t/include_dir - $(INSTALL_DATA) $(srcdir)/t/include_reference/macro_included.texi $@ - - t/include_dir/section_file.texi: $(srcdir)/t/include_reference/section_file.texi t/include_dir - $(INSTALL_DATA) $(srcdir)/t/include_reference/section_file.texi $@ - - $(srcdir)/../po_document/ca.gmo: $(srcdir)/../po_document/ca.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) ca.gmo - - LocaleData/ca/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/ca.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/ca.gmo $@ - - $(srcdir)/../po_document/ca.us-ascii.gmo: $(srcdir)/../po_document/ca.us-ascii.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) ca.us-ascii.gmo - - LocaleData/ca.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/ca.us-ascii.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/ca.us-ascii.gmo $@ - - $(srcdir)/../po_document/cs.gmo: $(srcdir)/../po_document/cs.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) cs.gmo - - LocaleData/cs/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/cs.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/cs.gmo $@ - - $(srcdir)/../po_document/da.gmo: $(srcdir)/../po_document/da.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) da.gmo - - LocaleData/da/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/da.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/da.gmo $@ - - $(srcdir)/../po_document/de.gmo: $(srcdir)/../po_document/de.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) de.gmo - - LocaleData/de/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/de.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/de.gmo $@ - - $(srcdir)/../po_document/de.us-ascii.gmo: $(srcdir)/../po_document/de.us-ascii.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) de.us-ascii.gmo - - LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/de.us-ascii.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/de.us-ascii.gmo $@ - - $(srcdir)/../po_document/el.gmo: $(srcdir)/../po_document/el.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) el.gmo - - LocaleData/el/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/el.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/el.gmo $@ - - $(srcdir)/../po_document/eo.gmo: $(srcdir)/../po_document/eo.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) eo.gmo - - LocaleData/eo/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/eo.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/eo.gmo $@ - - $(srcdir)/../po_document/es.gmo: $(srcdir)/../po_document/es.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) es.gmo - - LocaleData/es/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/es.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/es.gmo $@ - - $(srcdir)/../po_document/fr.gmo: $(srcdir)/../po_document/fr.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) fr.gmo - - LocaleData/fr/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/fr.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/fr.gmo $@ - - $(srcdir)/../po_document/hr.gmo: $(srcdir)/../po_document/hr.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) hr.gmo - - LocaleData/hr/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/hr.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/hr.gmo $@ - - $(srcdir)/../po_document/hu.gmo: $(srcdir)/../po_document/hu.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) hu.gmo - - LocaleData/hu/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/hu.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/hu.gmo $@ - - $(srcdir)/../po_document/it.gmo: $(srcdir)/../po_document/it.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) it.gmo - - LocaleData/it/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/it.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/it.gmo $@ - - $(srcdir)/../po_document/nl.gmo: $(srcdir)/../po_document/nl.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) nl.gmo - - LocaleData/nl/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/nl.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/nl.gmo $@ - - $(srcdir)/../po_document/no.us-ascii.gmo: $(srcdir)/../po_document/no.us-ascii.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) no.us-ascii.gmo - - LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/no.us-ascii.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/no.us-ascii.gmo $@ - - $(srcdir)/../po_document/pl.gmo: $(srcdir)/../po_document/pl.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pl.gmo - - LocaleData/pl/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pl.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/pl.gmo $@ - - $(srcdir)/../po_document/pt.gmo: $(srcdir)/../po_document/pt.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pt.gmo - - LocaleData/pt/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/pt.gmo $@ - - $(srcdir)/../po_document/pt.us-ascii.gmo: $(srcdir)/../po_document/pt.us-ascii.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pt.us-ascii.gmo - - LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt.us-ascii.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/pt.us-ascii.gmo $@ - - $(srcdir)/../po_document/pt_BR.gmo: $(srcdir)/../po_document/pt_BR.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pt_BR.gmo - - LocaleData/pt_BR/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt_BR.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/pt_BR.gmo $@ - - $(srcdir)/../po_document/pt_BR.us-ascii.gmo: $(srcdir)/../po_document/pt_BR.us-ascii.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pt_BR.us-ascii.gmo - - LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt_BR.us-ascii.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/pt_BR.us-ascii.gmo $@ - - $(srcdir)/../po_document/uk.gmo: $(srcdir)/../po_document/uk.po - cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) uk.gmo - - LocaleData/uk/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/uk.gmo - $(MKDIR_P) `dirname $@` - $(INSTALL_DATA) $(srcdir)/../po_document/uk.gmo $@ - - # Generated lists of tests and of test result files, and some rules. - - # Generated list of document string locale files and associated rules. - - $(srcdir)/Makefile.tres: maintain/regenerate_file_lists.pl - cd $(srcdir)/ && $(PERL) ./maintain/regenerate_file_lists.pl - - $(srcdir)/Makefile.docstr: maintain/regenerate_docstr.sh \ - $(srcdir)/../po_document/LINGUAS - cd $(srcdir) \ - && $(SHELL) ./maintain/regenerate_docstr.sh "$@" - - texi2any: texi2any.pl $(top_builddir)/config.status - $(do_subst) $(srcdir)/texi2any.pl >$@ - chmod a+x $@ - - makeinfo: texi2any - rm -f $@ - -$(LN_S) texi2any $@ - - # $(document_strings_mo_files) and $(test_copied_include_files) come from - # the generated makefiles Makefile.docstr and Makefile.tres. - all-local: maintain/catalog.xml $(document_strings_mo_files) \ - $(test_copied_include_files) - - # MANIFEST is used for the Perl module. - # maintain/MANIFEST_generated_files is used for dist(check). - # They are made by maintain/prepare_perl_module_files.sh. - MANIFEST: maintain/MANIFEST_generated_files Makefile.am Makefile.tres - LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE; \ - echo "$(dist_modules_DATA) $(dist_converters_DATA)" \ - "$(dist_debugmodules_DATA) $(dist_init_DATA)" \ - "$(test_files) $(tp_tests) $(test_files_generated_list)" \ - "texi2any README TODO COPYING $(modules_DATA)" \ - "$(maintenance_files) $(perl_specific_files)" \ - | sed 's/ */\n/g' \ - | cat - $(srcdir)/maintain/MANIFEST_generated_files $(srcdir)/maintain/MANIFEST_XSParagraph_files \ - | sort >$@ - - # template.pod is the basis for the .pm documentation, and the script - # invoked here updates them; to be run when template.pod changes. - # - # If we ever make that documentation more extensive, the .pm doc could - # (and probably should) just be maintained separately, by hand. - do-pm-doc: - ./maintain/regenerate_converters_documentation.sh - - maintain/catalog.xml: maintain/catalog.xml.in Makefile - $(MKDIR_P) maintain - sed -e 's|[@]abs_top_srcdir[@]|$(abs_top_srcdir)|' \ - -e 's|[@]TEXINFO_DTD_VERSION[@]|$(TEXINFO_DTD_VERSION)|' \ - $(srcdir)/maintain/catalog.xml.in >$@ - - install-data-local: - if test $(USE_EXTERNAL_LIBINTL) != 'yes' ; then \ - $(MKDIR_P) $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale/Recode \ - $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale/RecodeData; \ - $(INSTALL_DATA) $(libsrcdir)/libintl-perl/lib/Locale/*.pm \ - $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale; \ - $(INSTALL_DATA) $(libsrcdir)/libintl-perl/lib/Locale/Recode/*.pm \ - $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale/Recode; \ - $(INSTALL_DATA) $(libsrcdir)/libintl-perl/lib/Locale/RecodeData/*.pm \ - $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale/RecodeData; \ - fi - if test $(USE_EXTERNAL_EASTASIANWIDTH) != 'yes' ; then \ - $(MKDIR_P) $(DESTDIR)$(pkgdatadir)/lib/Unicode-EastAsianWidth/lib/Unicode; \ - $(INSTALL_DATA) $(libsrcdir)/Unicode-EastAsianWidth/lib/Unicode/EastAsianWidth.pm \ - $(DESTDIR)$(pkgdatadir)/lib/Unicode-EastAsianWidth/lib/Unicode; \ - fi - if test $(USE_EXTERNAL_UNIDECODE) != 'yes' ; then \ - $(MKDIR_P) $(DESTDIR)$(pkgdatadir)/lib/Text-Unidecode/lib/Text/Unidecode; \ - $(INSTALL_DATA) $(libsrcdir)/Text-Unidecode/lib/Text/Unidecode.pm \ - $(DESTDIR)$(pkgdatadir)/lib/Text-Unidecode/lib/Text; \ - $(INSTALL_DATA) $(libsrcdir)/Text-Unidecode/lib/Text/Unidecode/*.pm \ - $(DESTDIR)$(pkgdatadir)/lib/Text-Unidecode/lib/Text/Unidecode; \ - fi - - install-exec-hook: - makeinfo_f=`echo makeinfo | sed -e '$(transform)'`; rm -f $(DESTDIR)$(bindir)/$$makeinfo_f - -makeinfo_f=`echo makeinfo | sed -e '$(transform)'`; texi2any_f=`echo texi2any| sed -e '$(transform)'`; $(LN_S) $$texi2any_f $(DESTDIR)$(bindir)/$$makeinfo_f - - dist-hook: - rm -rf `find $(distdir)/maintain/lib -name .svn` - - uninstall-local: - rm -rf $(DESTDIR)$(pkgdatadir)/lib/ - - distclean-local: - rm -rf LocaleData - rm -f t/results/*/*.pl.new - rm -rf t/results/*/*/out_*/ - rm -rf t/include_dir - rm -rf blib po po_document - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Makefile.am texinfo-6.5/tp/Makefile.am *** texinfo-6.4/tp/Makefile.am 2017-04-17 08:41:27.000000000 +0100 --- texinfo-6.5/tp/Makefile.am 2017-09-04 19:24:45.000000000 +0100 *************** *** 1,3 **** ! # $Id: Makefile.am 7735 2017-04-17 07:41:19Z gavin $ # Makefile.am for texinfo/tp. # --- 1,3 ---- ! # $Id: Makefile.am 7948 2017-09-04 18:23:18Z gavin $ # Makefile.am for texinfo/tp. # *************** *** 198,201 **** --- 198,202 ---- T_LOG_COMPILER = $(PERL) AM_T_LOG_FLAGS = -w + AM_T_LOG_FLAGS += -I . AM_T_LOG_FLAGS += -ITexinfo/Convert/XSParagraph AM_T_LOG_FLAGS += -I$(srcdir)/Texinfo/Convert/XSParagraph diff -Nrc2 texinfo-6.4/tp/Makefile.in texinfo-6.5/tp/Makefile.in *** texinfo-6.4/tp/Makefile.in 2017-06-23 07:04:40.000000000 +0100 --- texinfo-6.5/tp/Makefile.in 2017-09-12 19:50:14.000000000 +0100 *************** *** 15,19 **** @SET_MAKE@ ! # $Id: Makefile.am 7735 2017-04-17 07:41:19Z gavin $ # Makefile.am for texinfo/tp. # --- 15,19 ---- @SET_MAKE@ ! # $Id: Makefile.am 7948 2017-09-04 18:23:18Z gavin $ # Makefile.am for texinfo/tp. # *************** *** 145,148 **** --- 145,149 ---- $(top_srcdir)/gnulib/m4/iconv.m4 \ $(top_srcdir)/gnulib/m4/include_next.m4 \ + $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ $(top_srcdir)/gnulib/m4/intmax_t.m4 \ $(top_srcdir)/gnulib/m4/inttypes_h.m4 \ *************** *** 992,995 **** --- 993,997 ---- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ + INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ *************** *** 1220,1223 **** --- 1222,1226 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ *************** *** 2652,2656 **** T_LOG_COMPILER = $(PERL) ! AM_T_LOG_FLAGS = -w -ITexinfo/Convert/XSParagraph \ -I$(srcdir)/Texinfo/Convert/XSParagraph AM_TESTS_ENVIRONMENT = srcdir="$(srcdir)"; export srcdir; top_srcdir="$(top_srcdir)"; export top_srcdir; builddir="$(builddir)"; export buildir; top_builddir="$(top_builddir)"; export top_builddir; --- 2655,2659 ---- T_LOG_COMPILER = $(PERL) ! AM_T_LOG_FLAGS = -w -I . -ITexinfo/Convert/XSParagraph \ -I$(srcdir)/Texinfo/Convert/XSParagraph AM_TESTS_ENVIRONMENT = srcdir="$(srcdir)"; export srcdir; top_srcdir="$(top_srcdir)"; export top_srcdir; builddir="$(builddir)"; export buildir; top_builddir="$(top_builddir)"; export top_builddir; diff -Nrc2 texinfo-6.4/tp/Texinfo/Common.pm texinfo-6.5/tp/Texinfo/Common.pm *** texinfo-6.4/tp/Texinfo/Common.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Common.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 1,3 **** ! # $Id: Common.pm 7836 2017-06-18 18:44:13Z gavin $ # Common.pm: definition of commands. Common code of other Texinfo modules. # --- 1,3 ---- ! # $Id: Common.pm 7942 2017-08-28 20:42:04Z gavin $ # Common.pm: definition of commands. Common code of other Texinfo modules. # *************** *** 72,76 **** ); ! $VERSION = '6.4'; # i18n --- 72,76 ---- ); ! $VERSION = '6.5'; # i18n *************** *** 207,211 **** 'NEW_CROSSREF_STYLE', 'SHORT_REF', 'IGNORE_PREAMBLE_TEXT', 'OUT_ENCODING', 'IN_ENCODING', 'DEFAULT_ENCODING', ! 'MACRO_BODY_IGNORES_LEADING_SPACE'); my @variable_settables_not_used = ('COMPLETE_IMAGE_PATHS', 'TOC_FILE', --- 207,212 ---- 'NEW_CROSSREF_STYLE', 'SHORT_REF', 'IGNORE_PREAMBLE_TEXT', 'OUT_ENCODING', 'IN_ENCODING', 'DEFAULT_ENCODING', ! 'MACRO_BODY_IGNORES_LEADING_SPACE', 'INLINE_INSERTCOPYING' ! ); my @variable_settables_not_used = ('COMPLETE_IMAGE_PATHS', 'TOC_FILE', *************** *** 223,227 **** 'VERTICAL_HEAD_NAVIGATION', 'INLINE_CONTENTS', 'NODE_FILE_EXTENSION', 'NO_CSS', 'INLINE_CSS_STYLE', 'USE_TITLEPAGE_FOR_TITLE', ! 'SIMPLE_MENU', 'EXTENSION', 'INLINE_INSERTCOPYING', 'USE_NUMERIC_ENTITY', 'ENABLE_ENCODING_USE_ENTITY', 'ICONS', 'USE_UNIDECODE', 'DATE_IN_HEADER', 'OPEN_QUOTE_SYMBOL', --- 224,228 ---- 'VERTICAL_HEAD_NAVIGATION', 'INLINE_CONTENTS', 'NODE_FILE_EXTENSION', 'NO_CSS', 'INLINE_CSS_STYLE', 'USE_TITLEPAGE_FOR_TITLE', ! 'SIMPLE_MENU', 'EXTENSION', 'USE_NUMERIC_ENTITY', 'ENABLE_ENCODING_USE_ENTITY', 'ICONS', 'USE_UNIDECODE', 'DATE_IN_HEADER', 'OPEN_QUOTE_SYMBOL', *************** *** 1143,1149 **** } } else { ! if ($self and defined($self->get_conf('INPUT_PERL_ENCODING'))) { ! binmode(VERBINCLUDE, ":encoding(". ! $self->get_conf('INPUT_PERL_ENCODING').")"); } $verbatiminclude = { 'cmdname' => 'verbatim', --- 1144,1151 ---- } } else { ! if (defined $current->{'extra'}->{'input_perl_encoding'}) { ! binmode(VERBINCLUDE, ":encoding(" ! . $current->{'extra'}->{'input_perl_encoding'} ! . ")"); } $verbatiminclude = { 'cmdname' => 'verbatim', *************** *** 1207,1212 **** return {'text' => 'a sunny day'}; } ! my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) ! = localtime(time); $year += ($year < 70) ? 2000 : 1900; return $self->gdt('{month} {day}, {year}', --- 1209,1219 ---- return {'text' => 'a sunny day'}; } ! ! my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) ! = ($ENV{SOURCE_DATE_EPOCH} ! ? gmtime($ENV{SOURCE_DATE_EPOCH}) ! : localtime(time)); ! # See https://reproducible-builds.org/specs/source-date-epoch/. ! $year += ($year < 70) ? 2000 : 1900; return $self->gdt('{month} {day}, {year}', *************** *** 2435,2438 **** --- 2442,2527 ---- return Data::Dumper->Dump([$tree]); } + + # common parser functions + + sub _non_bracketed_contents { + my $current = shift; + + if ($current->{'type'} and $current->{'type'} eq 'bracketed') { + my $new = {}; + $new->{'contents'} = $current->{'contents'} if ($current->{'parent'}); + $new->{'parent'} = $current->{'parent'} if ($current->{'parent'}); + return $new; + } else { + return $current; + } + } + + # In a handful of cases, we delay storing the contents of the + # index entry until now to avoid needing Texinfo::Report::gdt + # in the main code of Parser.pm. Also set 'in_code' value on + # index entries. + + sub complete_indices { + my $self = shift; + + my ($index_entry, $index_contents_normalized); + + my $save_lang = $self->get_conf('documentlanguage'); + + foreach my $index_name (keys(%{$self->{'index_names'}})) { + next if !defined $self->{'index_names'}->{$index_name}->{'index_entries'}; + foreach my $entry (@{$self->{'index_names'}->{$index_name}->{'index_entries'}}) { + $entry->{'in_code'} = $self->{'index_names'}->{$index_name}->{'in_code'}; + + if (!defined $entry->{'content'}) { + my $def_command = $entry->{'command'}->{'extra'}->{'def_command'}; + + my $def_parsed_hash = $entry->{'command'}->{'extra'}->{'def_parsed_hash'}; + if ($def_parsed_hash and $def_parsed_hash->{'class'} + and $def_command) { + # Use the document language that was current when the command was + # used for getting the translation. + $self->{'documentlanguage'} = $entry->{'command'}->{'extra'}->{'documentlanguage'}; + delete $entry->{'command'}->{'extra'}->{'documentlanguage'}; + if ($def_command eq 'defop' + or $def_command eq 'deftypeop' + or $def_command eq 'defmethod' + or $def_command eq 'deftypemethod') { + $index_entry = $self->gdt('{name} on {class}', + {'name' => $def_parsed_hash->{'name'}, + 'class' => $def_parsed_hash->{'class'}}); + $index_contents_normalized + = [_non_bracketed_contents($def_parsed_hash->{'name'}), + { 'text' => ' on '}, + _non_bracketed_contents($def_parsed_hash->{'class'})]; + } elsif ($def_command eq 'defivar' + or $def_command eq 'deftypeivar' + or $def_command eq 'deftypecv') { + $index_entry = $self->gdt('{name} of {class}', + {'name' => $def_parsed_hash->{'name'}, + 'class' => $def_parsed_hash->{'class'}}); + $index_contents_normalized + = [_non_bracketed_contents($def_parsed_hash->{'name'}), + { 'text' => ' of '}, + _non_bracketed_contents($def_parsed_hash->{'class'})]; + } + } + # 'root_line' is the container returned by gdt. + if ($index_entry->{'type'} and $index_entry->{'type'} eq 'root_line') { + for my $child (@{$index_entry->{'contents'}}) { + delete $child->{'parent'}; + } + } + if ($index_entry->{'contents'}) { + $entry->{'content'} = [@{$index_entry->{'contents'}}]; + $entry->{'content_normalized'} = $index_contents_normalized; + } + } + } + } + $self->{'documentlanguage'} = $save_lang; + } + 1; diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/Converter.pm texinfo-6.5/tp/Texinfo/Convert/Converter.pm *** texinfo-6.4/tp/Texinfo/Convert/Converter.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/Converter.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 1,3 **** ! # $Id: Converter.pm 7832 2017-06-18 13:06:10Z gavin $ # Converter.pm: Common code for Converters. # --- 1,3 ---- ! # $Id: Converter.pm 7942 2017-08-28 20:42:04Z gavin $ # Converter.pm: Common code for Converters. # *************** *** 61,65 **** ); ! $VERSION = '6.4'; my %defaults = ( --- 61,65 ---- ); ! $VERSION = '6.5'; my %defaults = ( *************** *** 1137,1140 **** --- 1137,1153 ---- } + sub _register_command_arg($$$) + { + my ($self, $current, $type) = @_; + + my @contents = @{$current->{'contents'}}; + Texinfo::Common::trim_spaces_comment_from_content(\@contents); + if (scalar(@contents)) { + push @{$current->{'parent'}->{'extra'}->{$type}}, \@contents; + } else { + push @{$current->{'parent'}->{'extra'}->{$type}}, undef; + } + } + sub _table_item_content_tree($$$) { *************** *** 1161,1165 **** 'parent' => $command,}; $command->{'args'} = [$arg]; ! $self->Texinfo::Parser::_register_command_arg($arg, 'brace_command_contents'); $contents = [$command]; } --- 1174,1178 ---- 'parent' => $command,}; $command->{'args'} = [$arg]; ! _register_command_arg($self, $arg, 'brace_command_contents'); $contents = [$command]; } diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/DocBook.pm texinfo-6.5/tp/Texinfo/Convert/DocBook.pm *** texinfo-6.4/tp/Texinfo/Convert/DocBook.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/DocBook.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 1,3 **** ! # $Id: DocBook.pm 7832 2017-06-18 13:06:10Z gavin $ # DocBook.pm: output tree as DocBook. # --- 1,3 ---- ! # $Id: DocBook.pm 7942 2017-08-28 20:42:04Z gavin $ # DocBook.pm: output tree as DocBook. # *************** *** 56,60 **** ); ! $VERSION = '6.4'; my $nbsp = '&#'.hex('00A0').';'; --- 56,60 ---- ); ! $VERSION = '6.5'; my $nbsp = '&#'.hex('00A0').';'; *************** *** 1426,1430 **** __END__ ! # $Id: DocBook.pm 7832 2017-06-18 13:06:10Z gavin $ # Automatically generated from maintain/template.pod --- 1426,1430 ---- __END__ ! # $Id: DocBook.pm 7942 2017-08-28 20:42:04Z gavin $ # Automatically generated from maintain/template.pod diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/HTML.pm texinfo-6.5/tp/Texinfo/Convert/HTML.pm *** texinfo-6.4/tp/Texinfo/Convert/HTML.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/HTML.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 1,7 **** ! # $Id: HTML.pm 7832 2017-06-18 13:06:10Z gavin $ # HTML.pm: output tree as HTML. # ! # Copyright 2011, 2012, 2013, 2014, 2015, ! # 2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify --- 1,7 ---- ! # $Id: HTML.pm 7942 2017-08-28 20:42:04Z gavin $ # HTML.pm: output tree as HTML. # ! # Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software Foundation, ! # Inc. # # This program is free software; you can redistribute it and/or modify *************** *** 65,69 **** ); ! $VERSION = '6.4'; # misc commands that are of use for formatting. --- 65,69 ---- ); ! $VERSION = '6.5'; # misc commands that are of use for formatting. *************** *** 2368,2373 **** } } ! } else { $heading_level = $command->{'level'}; } --- 2368,2375 ---- } } ! } elsif (defined $command->{'level'}) { $heading_level = $command->{'level'}; + } else { + $heading_level = Texinfo::Structuring::section_level($command); } *************** *** 6327,6330 **** --- 6329,6333 ---- $copying_comment<!-- Created by $program_and_version, $program_homepage --> <head> + $encoding <title>$title *************** *** 6333,6337 **** ${generator}$date - $encoding ${links}$css_lines $extra_head --- 6336,6339 ---- *************** *** 6365,6368 **** --- 6367,6371 ---- + $encoding $title *************** *** 6371,6375 **** ${generator}$date - $encoding $css_lines --- 6374,6377 ---- *************** *** 7735,7739 **** __END__ ! # $Id: HTML.pm 7832 2017-06-18 13:06:10Z gavin $ # Automatically generated from maintain/template.pod --- 7737,7741 ---- __END__ ! # $Id: HTML.pm 7942 2017-08-28 20:42:04Z gavin $ # Automatically generated from maintain/template.pod diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/IXIN.pm texinfo-6.5/tp/Texinfo/Convert/IXIN.pm *** texinfo-6.4/tp/Texinfo/Convert/IXIN.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/IXIN.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 55,59 **** ); ! $VERSION = '6.4'; my $ixin_version = 1; --- 55,59 ---- ); ! $VERSION = '6.5'; my $ixin_version = 1; diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/IXINSXML.pm texinfo-6.5/tp/Texinfo/Convert/IXINSXML.pm *** texinfo-6.4/tp/Texinfo/Convert/IXINSXML.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/IXINSXML.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 54,58 **** ); ! $VERSION = '6.4'; my %defaults = ( --- 54,58 ---- ); ! $VERSION = '6.5'; my %defaults = ( diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/Info.pm texinfo-6.5/tp/Texinfo/Convert/Info.pm *** texinfo-6.4/tp/Texinfo/Convert/Info.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/Info.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 50,54 **** ); ! $VERSION = '6.4'; my $STDIN_DOCU_NAME = 'stdin'; --- 50,54 ---- ); ! $VERSION = '6.5'; my $STDIN_DOCU_NAME = 'stdin'; diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/Paragraph.pm texinfo-6.5/tp/Texinfo/Convert/Paragraph.pm *** texinfo-6.4/tp/Texinfo/Convert/Paragraph.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/Paragraph.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 21,25 **** use warnings; ! our $VERSION = '6.4'; use Texinfo::XSLoader; --- 21,25 ---- use warnings; ! our $VERSION = '6.5'; use Texinfo::XSLoader; diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/Plaintext.pm texinfo-6.5/tp/Texinfo/Convert/Plaintext.pm *** texinfo-6.4/tp/Texinfo/Convert/Plaintext.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/Plaintext.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 1,3 **** ! # $Id: Plaintext.pm 7832 2017-06-18 13:06:10Z gavin $ # Plaintext.pm: output tree as text with filling. # --- 1,3 ---- ! # $Id: Plaintext.pm 7942 2017-08-28 20:42:04Z gavin $ # Plaintext.pm: output tree as text with filling. # *************** *** 71,75 **** ); ! $VERSION = '6.4'; # misc commands that are of use for formatting. --- 71,75 ---- ); ! $VERSION = '6.5'; # misc commands that are of use for formatting. *************** *** 1394,1400 **** my $filehandle = do { local *FH }; if (open ($filehandle, $txt_file)) { ! binmode($filehandle, ":encoding(" ! .$self->get_conf('INPUT_PERL_ENCODING').")") ! if (defined($self->get_conf('INPUT_PERL_ENCODING'))); my $result = ''; my $max_width = 0; --- 1394,1400 ---- my $filehandle = do { local *FH }; if (open ($filehandle, $txt_file)) { ! my $enc = $root->{'extra'}->{'input_perl_encoding'}; ! binmode($filehandle, ":encoding($enc)") ! if ($enc); my $result = ''; my $max_width = 0; *************** *** 2756,2765 **** and !$root->{'extra'}->{'def_parsed_hash'}->{'type'})) { if ($arguments) { ! $tree = $self->gdt("\@tie{ }-- {category}: {name} {arguments}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'name' => $name, 'arguments' => $arguments}); } else { ! $tree = $self->gdt("\@tie{ }-- {category}: {name}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'name' => $name}); --- 2756,2765 ---- and !$root->{'extra'}->{'def_parsed_hash'}->{'type'})) { if ($arguments) { ! $tree = $self->gdt("\@tie{}-- {category}: {name} {arguments}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'name' => $name, 'arguments' => $arguments}); } else { ! $tree = $self->gdt("\@tie{}-- {category}: {name}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'name' => $name}); *************** *** 2774,2781 **** 'arguments' => $arguments}; if ($self->get_conf('deftypefnnewline') eq 'on') { ! $tree = $self->gdt("\@tie{ }-- {category}:\@*{type}\@*{name} {arguments}", $strings); } else { ! $tree = $self->gdt("\@tie{ }-- {category}: {type} {name} {arguments}", $strings); } --- 2774,2781 ---- 'arguments' => $arguments}; if ($self->get_conf('deftypefnnewline') eq 'on') { ! $tree = $self->gdt("\@tie{}-- {category}:\@*{type}\@*{name} {arguments}", $strings); } else { ! $tree = $self->gdt("\@tie{}-- {category}: {type} {name} {arguments}", $strings); } *************** *** 2786,2793 **** 'name' => $name}; if ($self->get_conf('deftypefnnewline') eq 'on') { ! $tree = $self->gdt("\@tie{ }-- {category}:\@*{type}\@*{name}", $strings); } else { ! $tree = $self->gdt("\@tie{ }-- {category}: {type} {name}", $strings); } --- 2786,2793 ---- 'name' => $name}; if ($self->get_conf('deftypefnnewline') eq 'on') { ! $tree = $self->gdt("\@tie{}-- {category}:\@*{type}\@*{name}", $strings); } else { ! $tree = $self->gdt("\@tie{}-- {category}: {type} {name}", $strings); } *************** *** 2797,2801 **** and !$root->{'extra'}->{'def_parsed_hash'}->{'type'})) { if ($arguments) { ! $tree = $self->gdt("\@tie{ }-- {category} of {class}: {name} {arguments}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'name' => $name, --- 2797,2801 ---- and !$root->{'extra'}->{'def_parsed_hash'}->{'type'})) { if ($arguments) { ! $tree = $self->gdt("\@tie{}-- {category} of {class}: {name} {arguments}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'name' => $name, *************** *** 2803,2807 **** 'arguments' => $arguments}); } else { ! $tree = $self->gdt("\@tie{ }-- {category} of {class}: {name}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'class' => $root->{'extra'}->{'def_parsed_hash'}->{'class'}, --- 2803,2807 ---- 'arguments' => $arguments}); } else { ! $tree = $self->gdt("\@tie{}-- {category} of {class}: {name}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'class' => $root->{'extra'}->{'def_parsed_hash'}->{'class'}, *************** *** 2812,2816 **** and !$root->{'extra'}->{'def_parsed_hash'}->{'type'})) { if ($arguments) { ! $tree = $self->gdt("\@tie{ }-- {category} on {class}: {name} {arguments}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'name' => $name, --- 2812,2816 ---- and !$root->{'extra'}->{'def_parsed_hash'}->{'type'})) { if ($arguments) { ! $tree = $self->gdt("\@tie{}-- {category} on {class}: {name} {arguments}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'name' => $name, *************** *** 2818,2822 **** 'arguments' => $arguments}); } else { ! $tree = $self->gdt("\@tie{ }-- {category} on {class}: {name}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'class' => $root->{'extra'}->{'def_parsed_hash'}->{'class'}, --- 2818,2822 ---- 'arguments' => $arguments}); } else { ! $tree = $self->gdt("\@tie{}-- {category} on {class}: {name}", { 'category' => $root->{'extra'}->{'def_parsed_hash'}->{'category'}, 'class' => $root->{'extra'}->{'def_parsed_hash'}->{'class'}, *************** *** 2833,2841 **** if ($self->get_conf('deftypefnnewline') eq 'on') { $tree ! = $self->gdt("\@tie{ }-- {category} on {class}:\@*{type}\@*{name} {arguments}", $strings); } else { $tree ! = $self->gdt("\@tie{ }-- {category} on {class}: {type} {name} {arguments}", $strings); } --- 2833,2841 ---- if ($self->get_conf('deftypefnnewline') eq 'on') { $tree ! = $self->gdt("\@tie{}-- {category} on {class}:\@*{type}\@*{name} {arguments}", $strings); } else { $tree ! = $self->gdt("\@tie{}-- {category} on {class}: {type} {name} {arguments}", $strings); } *************** *** 2848,2856 **** if ($self->get_conf('deftypefnnewline') eq 'on') { $tree ! = $self->gdt("\@tie{ }-- {category} on {class}:\@*{type}\@*{name}", $strings); } else { $tree ! = $self->gdt("\@tie{ }-- {category} on {class}: {type} {name}", $strings); } --- 2848,2856 ---- if ($self->get_conf('deftypefnnewline') eq 'on') { $tree ! = $self->gdt("\@tie{}-- {category} on {class}:\@*{type}\@*{name}", $strings); } else { $tree ! = $self->gdt("\@tie{}-- {category} on {class}: {type} {name}", $strings); } *************** *** 2866,2874 **** if ($self->get_conf('deftypefnnewline') eq 'on') { $tree ! = $self->gdt("\@tie{ }-- {category} of {class}:\@*{type}\@*{name} {arguments}", $strings); } else { $tree ! = $self->gdt("\@tie{ }-- {category} of {class}: {type} {name} {arguments}", $strings); } --- 2866,2874 ---- if ($self->get_conf('deftypefnnewline') eq 'on') { $tree ! = $self->gdt("\@tie{}-- {category} of {class}:\@*{type}\@*{name} {arguments}", $strings); } else { $tree ! = $self->gdt("\@tie{}-- {category} of {class}: {type} {name} {arguments}", $strings); } *************** *** 2881,2889 **** if ($self->get_conf('deftypefnnewline') eq 'on') { $tree ! = $self->gdt("\@tie{ }-- {category} of {class}:\@*{type}\@*{name}", $strings); } else { $tree ! = $self->gdt("\@tie{ }-- {category} of {class}: {type} {name}", $strings); } --- 2881,2889 ---- if ($self->get_conf('deftypefnnewline') eq 'on') { $tree ! = $self->gdt("\@tie{}-- {category} of {class}:\@*{type}\@*{name}", $strings); } else { $tree ! = $self->gdt("\@tie{}-- {category} of {class}: {type} {name}", $strings); } *************** *** 3268,3272 **** __END__ ! # $Id: Plaintext.pm 7832 2017-06-18 13:06:10Z gavin $ # Automatically generated from maintain/template.pod --- 3268,3272 ---- __END__ ! # $Id: Plaintext.pm 7942 2017-08-28 20:42:04Z gavin $ # Automatically generated from maintain/template.pod diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/Texinfo.pm texinfo-6.5/tp/Texinfo/Convert/Texinfo.pm *** texinfo-6.4/tp/Texinfo/Convert/Texinfo.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/Texinfo.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 48,52 **** ); ! $VERSION = '6.4'; my %misc_commands = %Texinfo::Common::misc_commands; --- 48,52 ---- ); ! $VERSION = '6.5'; my %misc_commands = %Texinfo::Common::misc_commands; diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/TexinfoSXML.pm texinfo-6.5/tp/Texinfo/Convert/TexinfoSXML.pm *** texinfo-6.4/tp/Texinfo/Convert/TexinfoSXML.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/TexinfoSXML.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 51,55 **** ); ! $VERSION = '6.4'; # SXML specific --- 51,55 ---- ); ! $VERSION = '6.5'; # SXML specific diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/TexinfoXML.pm texinfo-6.5/tp/Texinfo/Convert/TexinfoXML.pm *** texinfo-6.4/tp/Texinfo/Convert/TexinfoXML.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/TexinfoXML.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 53,57 **** ); ! $VERSION = '6.4'; # XML specific --- 53,57 ---- ); ! $VERSION = '6.5'; # XML specific diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/Text.pm texinfo-6.5/tp/Texinfo/Convert/Text.pm *** texinfo-6.4/tp/Texinfo/Convert/Text.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/Text.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 1,6 **** # Text.pm: output tree as simple text. # ! # Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, ! # Inc., # # This program is free software; you can redistribute it and/or modify --- 1,6 ---- # Text.pm: output tree as simple text. # ! # Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software ! # Foundation, Inc., # # This program is free software; you can redistribute it and/or modify *************** *** 32,38 **** use Carp qw(cluck carp); require Exporter; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); ! @ISA = qw(Exporter); # Items to export into callers namespace by default. Note: do not export --- 32,40 ---- use Carp qw(cluck carp); + use File::Basename; + require Exporter; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); ! @ISA = qw(Exporter Texinfo::Convert::Converter); # Items to export into callers namespace by default. Note: do not export *************** *** 54,58 **** ); ! $VERSION = '6.4'; # this is in fact not needed for 'footnote', 'shortcaption', 'caption' --- 56,60 ---- ); ! $VERSION = '6.5'; # this is in fact not needed for 'footnote', 'shortcaption', 'caption' *************** *** 311,314 **** --- 313,319 ---- $indent_length = 0; } + if (!defined $current->{'level'}) { + $current->{'level'} = Texinfo::Structuring::section_level($current); + } $result .=($underline_symbol{$current->{'level'}} x (Texinfo::Convert::Unicode::string_width($text) - $indent_length))."\n"; diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.deps/TestXS_la-TestXS.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.deps/TestXS_la-TestXS.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.deps/TestXS_la-TestXS.Plo 2017-07-03 17:44:25.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.deps/TestXS_la-TestXS.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,459 **** - TestXS_la-TestXS.lo: TestXS.c /usr/include/stdc-predef.h config.h \ - /usr/lib/perl5/CORE/EXTERN.h /usr/lib/perl5/CORE/perl.h \ - /usr/lib/perl5/CORE/config.h /usr/include/sys/types.h \ - /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/time.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ - /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/ctype.h /usr/include/xlocale.h /usr/include/locale.h \ - /usr/include/bits/locale.h /usr/include/setjmp.h \ - /usr/include/bits/setjmp.h /usr/include/sys/param.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h /usr/include/signal.h \ - /usr/include/bits/signum.h /usr/include/bits/siginfo.h \ - /usr/include/bits/sigaction.h /usr/include/bits/sigcontext.h \ - /usr/include/bits/sigstack.h /usr/include/sys/ucontext.h \ - /usr/include/bits/sigthread.h /usr/include/bits/param.h \ - /usr/include/linux/param.h /usr/include/asm/param.h \ - /usr/include/asm-generic/param.h /usr/include/stdlib.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/alloca.h /usr/include/bits/stdlib-float.h \ - /usr/include/unistd.h /usr/include/bits/posix_opt.h \ - /usr/include/bits/environments.h /usr/include/bits/confname.h \ - /usr/include/getopt.h /usr/include/sys/wait.h /usr/include/string.h \ - /usr/include/netinet/in.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/bits/wchar.h \ - /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \ - /usr/include/bits/socket.h /usr/include/bits/socket_type.h \ - /usr/include/bits/sockaddr.h /usr/include/asm/socket.h \ - /usr/include/asm-generic/socket.h /usr/include/asm/sockios.h \ - /usr/include/asm-generic/sockios.h /usr/include/bits/in.h \ - /usr/include/arpa/inet.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/bits/timex.h \ - /usr/include/sys/time.h /usr/include/sys/times.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/netdb.h \ - /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ - /usr/include/sys/ioctl.h /usr/include/bits/ioctls.h \ - /usr/include/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ - /usr/include/linux/ioctl.h /usr/include/asm/ioctl.h \ - /usr/include/asm-generic/ioctl.h /usr/include/bits/ioctl-types.h \ - /usr/include/sys/ttydefaults.h /usr/include/dirent.h \ - /usr/include/bits/dirent.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h \ - /usr/lib/perl5/CORE/handy.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/inttypes.h /usr/lib/perl5/CORE/unixish.h \ - /usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \ - /usr/lib/perl5/CORE/iperlsys.h /usr/lib/perl5/CORE/perlio.h \ - /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ - /usr/include/wchar.h /usr/include/bits/sys_errlist.h \ - /usr/lib/perl5/CORE/perly.h /usr/lib/perl5/CORE/sv.h \ - /usr/lib/perl5/CORE/regexp.h /usr/lib/perl5/CORE/utf8.h \ - /usr/lib/perl5/CORE/regcharclass.h \ - /usr/lib/perl5/CORE/unicode_constants.h \ - /usr/lib/perl5/CORE/op_reg_common.h /usr/lib/perl5/CORE/util.h \ - /usr/lib/perl5/CORE/form.h /usr/lib/perl5/CORE/gv.h \ - /usr/lib/perl5/CORE/pad.h /usr/lib/perl5/CORE/cv.h \ - /usr/lib/perl5/CORE/opnames.h /usr/lib/perl5/CORE/op.h \ - /usr/lib/perl5/CORE/reentr.h /usr/include/pwd.h /usr/include/grp.h \ - /usr/include/crypt.h /usr/include/shadow.h /usr/include/paths.h \ - /usr/lib/perl5/CORE/hv.h /usr/lib/perl5/CORE/hv_func.h \ - /usr/lib/perl5/CORE/cop.h /usr/lib/perl5/CORE/mydtrace.h \ - /usr/lib/perl5/CORE/av.h /usr/lib/perl5/CORE/mg.h \ - /usr/lib/perl5/CORE/scope.h /usr/lib/perl5/CORE/warnings.h \ - /usr/lib/perl5/CORE/parser.h /usr/include/math.h \ - /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ - /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ - /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ - /usr/include/bits/mathcalls.h /usr/lib/perl5/CORE/patchlevel.h \ - /usr/lib/perl5/CORE/intrpvar.h /usr/lib/perl5/CORE/thread.h \ - /usr/lib/perl5/CORE/pp.h /usr/lib/perl5/CORE/proto.h \ - /usr/lib/perl5/CORE/opcode.h /usr/lib/perl5/CORE/embedvar.h \ - /usr/lib/perl5/CORE/embed.h /usr/lib/perl5/CORE/perlvars.h \ - /usr/lib/perl5/CORE/mg_vtable.h /usr/lib/perl5/CORE/inline.h \ - /usr/lib/perl5/CORE/overload.h /usr/include/sys/ipc.h \ - /usr/include/bits/ipctypes.h /usr/include/bits/ipc.h \ - /usr/include/sys/sem.h /usr/include/bits/sem.h /usr/include/sys/file.h \ - /usr/include/fcntl.h /usr/include/bits/fcntl.h \ - /usr/include/bits/fcntl-linux.h /usr/lib/perl5/CORE/XSUB.h \ - /usr/lib/perl5/CORE/perlapi.h ppport.h - - /usr/include/stdc-predef.h: - - config.h: - - /usr/lib/perl5/CORE/EXTERN.h: - - /usr/lib/perl5/CORE/perl.h: - - /usr/lib/perl5/CORE/config.h: - - /usr/include/sys/types.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/time.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/ctype.h: - - /usr/include/xlocale.h: - - /usr/include/locale.h: - - /usr/include/bits/locale.h: - - /usr/include/setjmp.h: - - /usr/include/bits/setjmp.h: - - /usr/include/sys/param.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/signal.h: - - /usr/include/bits/signum.h: - - /usr/include/bits/siginfo.h: - - /usr/include/bits/sigaction.h: - - /usr/include/bits/sigcontext.h: - - /usr/include/bits/sigstack.h: - - /usr/include/sys/ucontext.h: - - /usr/include/bits/sigthread.h: - - /usr/include/bits/param.h: - - /usr/include/linux/param.h: - - /usr/include/asm/param.h: - - /usr/include/asm-generic/param.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/alloca.h: - - /usr/include/bits/stdlib-float.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - /usr/include/getopt.h: - - /usr/include/sys/wait.h: - - /usr/include/string.h: - - /usr/include/netinet/in.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/bits/wchar.h: - - /usr/include/sys/socket.h: - - /usr/include/sys/uio.h: - - /usr/include/bits/uio.h: - - /usr/include/bits/socket.h: - - /usr/include/bits/socket_type.h: - - /usr/include/bits/sockaddr.h: - - /usr/include/asm/socket.h: - - /usr/include/asm-generic/socket.h: - - /usr/include/asm/sockios.h: - - /usr/include/asm-generic/sockios.h: - - /usr/include/bits/in.h: - - /usr/include/arpa/inet.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/bits/timex.h: - - /usr/include/sys/time.h: - - /usr/include/sys/times.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/netdb.h: - - /usr/include/rpc/netdb.h: - - /usr/include/bits/netdb.h: - - /usr/include/sys/ioctl.h: - - /usr/include/bits/ioctls.h: - - /usr/include/asm/ioctls.h: - - /usr/include/asm-generic/ioctls.h: - - /usr/include/linux/ioctl.h: - - /usr/include/asm/ioctl.h: - - /usr/include/asm-generic/ioctl.h: - - /usr/include/bits/ioctl-types.h: - - /usr/include/sys/ttydefaults.h: - - /usr/include/dirent.h: - - /usr/include/bits/dirent.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h: - - /usr/lib/perl5/CORE/handy.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/inttypes.h: - - /usr/lib/perl5/CORE/unixish.h: - - /usr/include/pthread.h: - - /usr/include/sched.h: - - /usr/include/bits/sched.h: - - /usr/lib/perl5/CORE/iperlsys.h: - - /usr/lib/perl5/CORE/perlio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - /usr/include/wchar.h: - - /usr/include/bits/sys_errlist.h: - - /usr/lib/perl5/CORE/perly.h: - - /usr/lib/perl5/CORE/sv.h: - - /usr/lib/perl5/CORE/regexp.h: - - /usr/lib/perl5/CORE/utf8.h: - - /usr/lib/perl5/CORE/regcharclass.h: - - /usr/lib/perl5/CORE/unicode_constants.h: - - /usr/lib/perl5/CORE/op_reg_common.h: - - /usr/lib/perl5/CORE/util.h: - - /usr/lib/perl5/CORE/form.h: - - /usr/lib/perl5/CORE/gv.h: - - /usr/lib/perl5/CORE/pad.h: - - /usr/lib/perl5/CORE/cv.h: - - /usr/lib/perl5/CORE/opnames.h: - - /usr/lib/perl5/CORE/op.h: - - /usr/lib/perl5/CORE/reentr.h: - - /usr/include/pwd.h: - - /usr/include/grp.h: - - /usr/include/crypt.h: - - /usr/include/shadow.h: - - /usr/include/paths.h: - - /usr/lib/perl5/CORE/hv.h: - - /usr/lib/perl5/CORE/hv_func.h: - - /usr/lib/perl5/CORE/cop.h: - - /usr/lib/perl5/CORE/mydtrace.h: - - /usr/lib/perl5/CORE/av.h: - - /usr/lib/perl5/CORE/mg.h: - - /usr/lib/perl5/CORE/scope.h: - - /usr/lib/perl5/CORE/warnings.h: - - /usr/lib/perl5/CORE/parser.h: - - /usr/include/math.h: - - /usr/include/bits/huge_val.h: - - /usr/include/bits/huge_valf.h: - - /usr/include/bits/huge_vall.h: - - /usr/include/bits/inf.h: - - /usr/include/bits/nan.h: - - /usr/include/bits/mathdef.h: - - /usr/include/bits/mathcalls.h: - - /usr/lib/perl5/CORE/patchlevel.h: - - /usr/lib/perl5/CORE/intrpvar.h: - - /usr/lib/perl5/CORE/thread.h: - - /usr/lib/perl5/CORE/pp.h: - - /usr/lib/perl5/CORE/proto.h: - - /usr/lib/perl5/CORE/opcode.h: - - /usr/lib/perl5/CORE/embedvar.h: - - /usr/lib/perl5/CORE/embed.h: - - /usr/lib/perl5/CORE/perlvars.h: - - /usr/lib/perl5/CORE/mg_vtable.h: - - /usr/lib/perl5/CORE/inline.h: - - /usr/lib/perl5/CORE/overload.h: - - /usr/include/sys/ipc.h: - - /usr/include/bits/ipctypes.h: - - /usr/include/bits/ipc.h: - - /usr/include/sys/sem.h: - - /usr/include/bits/sem.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/lib/perl5/CORE/XSUB.h: - - /usr/lib/perl5/CORE/perlapi.h: - - ppport.h: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-XSParagraph.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-XSParagraph.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-XSParagraph.Plo 2017-07-03 17:45:52.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-XSParagraph.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,475 **** - XSParagraph_la-XSParagraph.lo: XSParagraph.c /usr/include/stdc-predef.h \ - config.h /usr/lib/perl5/CORE/EXTERN.h /usr/lib/perl5/CORE/perl.h \ - /usr/lib/perl5/CORE/config.h lib/sys/types.h /usr/include/sys/types.h \ - /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/time.h lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ - /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/ctype.h /usr/include/xlocale.h /usr/include/locale.h \ - /usr/include/bits/locale.h /usr/include/setjmp.h \ - /usr/include/bits/setjmp.h /usr/include/sys/param.h lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h /usr/include/signal.h \ - /usr/include/bits/signum.h /usr/include/bits/siginfo.h \ - /usr/include/bits/sigaction.h /usr/include/bits/sigcontext.h \ - /usr/include/bits/sigstack.h /usr/include/sys/ucontext.h \ - /usr/include/bits/sigthread.h /usr/include/bits/param.h \ - /usr/include/linux/param.h /usr/include/asm/param.h \ - /usr/include/asm-generic/param.h /usr/include/stdlib.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - lib/alloca.h /usr/include/bits/stdlib-float.h /usr/include/unistd.h \ - /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ - /usr/include/bits/confname.h /usr/include/getopt.h \ - /usr/include/sys/wait.h lib/string.h /usr/include/string.h \ - /usr/include/netinet/in.h lib/stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/bits/wchar.h \ - /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \ - /usr/include/bits/socket.h /usr/include/bits/socket_type.h \ - /usr/include/bits/sockaddr.h /usr/include/asm/socket.h \ - /usr/include/asm-generic/socket.h /usr/include/asm/sockios.h \ - /usr/include/asm-generic/sockios.h /usr/include/bits/in.h \ - /usr/include/arpa/inet.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/bits/timex.h \ - /usr/include/sys/time.h /usr/include/sys/times.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/netdb.h \ - /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ - /usr/include/sys/ioctl.h /usr/include/bits/ioctls.h \ - /usr/include/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ - /usr/include/linux/ioctl.h /usr/include/asm/ioctl.h \ - /usr/include/asm-generic/ioctl.h /usr/include/bits/ioctl-types.h \ - /usr/include/sys/ttydefaults.h /usr/include/dirent.h \ - /usr/include/bits/dirent.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h \ - /usr/lib/perl5/CORE/handy.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/inttypes.h /usr/lib/perl5/CORE/unixish.h \ - /usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \ - /usr/lib/perl5/CORE/iperlsys.h /usr/lib/perl5/CORE/perlio.h lib/stdio.h \ - /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ - lib/wchar.h /usr/include/wchar.h /usr/include/bits/sys_errlist.h \ - /usr/lib/perl5/CORE/perly.h /usr/lib/perl5/CORE/sv.h \ - /usr/lib/perl5/CORE/regexp.h /usr/lib/perl5/CORE/utf8.h \ - /usr/lib/perl5/CORE/regcharclass.h \ - /usr/lib/perl5/CORE/unicode_constants.h \ - /usr/lib/perl5/CORE/op_reg_common.h /usr/lib/perl5/CORE/util.h \ - /usr/lib/perl5/CORE/form.h /usr/lib/perl5/CORE/gv.h \ - /usr/lib/perl5/CORE/pad.h /usr/lib/perl5/CORE/cv.h \ - /usr/lib/perl5/CORE/opnames.h /usr/lib/perl5/CORE/op.h \ - /usr/lib/perl5/CORE/reentr.h /usr/include/pwd.h /usr/include/grp.h \ - /usr/include/crypt.h /usr/include/shadow.h /usr/include/paths.h \ - /usr/lib/perl5/CORE/hv.h /usr/lib/perl5/CORE/hv_func.h \ - /usr/lib/perl5/CORE/cop.h /usr/lib/perl5/CORE/mydtrace.h \ - /usr/lib/perl5/CORE/av.h /usr/lib/perl5/CORE/mg.h \ - /usr/lib/perl5/CORE/scope.h /usr/lib/perl5/CORE/warnings.h \ - /usr/lib/perl5/CORE/parser.h /usr/include/math.h \ - /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ - /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ - /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ - /usr/include/bits/mathcalls.h /usr/lib/perl5/CORE/patchlevel.h \ - /usr/lib/perl5/CORE/intrpvar.h /usr/lib/perl5/CORE/thread.h \ - /usr/lib/perl5/CORE/pp.h /usr/lib/perl5/CORE/proto.h \ - /usr/lib/perl5/CORE/opcode.h /usr/lib/perl5/CORE/embedvar.h \ - /usr/lib/perl5/CORE/embed.h /usr/lib/perl5/CORE/perlvars.h \ - /usr/lib/perl5/CORE/mg_vtable.h /usr/lib/perl5/CORE/inline.h \ - /usr/lib/perl5/CORE/overload.h /usr/include/sys/ipc.h \ - /usr/include/bits/ipctypes.h /usr/include/bits/ipc.h \ - /usr/include/sys/sem.h /usr/include/bits/sem.h /usr/include/sys/file.h \ - /usr/include/fcntl.h /usr/include/bits/fcntl.h \ - /usr/include/bits/fcntl-linux.h /usr/lib/perl5/CORE/XSUB.h \ - /usr/lib/perl5/CORE/perlapi.h ppport.h xspara.h - - /usr/include/stdc-predef.h: - - config.h: - - /usr/lib/perl5/CORE/EXTERN.h: - - /usr/lib/perl5/CORE/perl.h: - - /usr/lib/perl5/CORE/config.h: - - lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/time.h: - - lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/ctype.h: - - /usr/include/xlocale.h: - - /usr/include/locale.h: - - /usr/include/bits/locale.h: - - /usr/include/setjmp.h: - - /usr/include/bits/setjmp.h: - - /usr/include/sys/param.h: - - lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/signal.h: - - /usr/include/bits/signum.h: - - /usr/include/bits/siginfo.h: - - /usr/include/bits/sigaction.h: - - /usr/include/bits/sigcontext.h: - - /usr/include/bits/sigstack.h: - - /usr/include/sys/ucontext.h: - - /usr/include/bits/sigthread.h: - - /usr/include/bits/param.h: - - /usr/include/linux/param.h: - - /usr/include/asm/param.h: - - /usr/include/asm-generic/param.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - /usr/include/getopt.h: - - /usr/include/sys/wait.h: - - lib/string.h: - - /usr/include/string.h: - - /usr/include/netinet/in.h: - - lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/bits/wchar.h: - - /usr/include/sys/socket.h: - - /usr/include/sys/uio.h: - - /usr/include/bits/uio.h: - - /usr/include/bits/socket.h: - - /usr/include/bits/socket_type.h: - - /usr/include/bits/sockaddr.h: - - /usr/include/asm/socket.h: - - /usr/include/asm-generic/socket.h: - - /usr/include/asm/sockios.h: - - /usr/include/asm-generic/sockios.h: - - /usr/include/bits/in.h: - - /usr/include/arpa/inet.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/bits/timex.h: - - /usr/include/sys/time.h: - - /usr/include/sys/times.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/netdb.h: - - /usr/include/rpc/netdb.h: - - /usr/include/bits/netdb.h: - - /usr/include/sys/ioctl.h: - - /usr/include/bits/ioctls.h: - - /usr/include/asm/ioctls.h: - - /usr/include/asm-generic/ioctls.h: - - /usr/include/linux/ioctl.h: - - /usr/include/asm/ioctl.h: - - /usr/include/asm-generic/ioctl.h: - - /usr/include/bits/ioctl-types.h: - - /usr/include/sys/ttydefaults.h: - - /usr/include/dirent.h: - - /usr/include/bits/dirent.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h: - - /usr/lib/perl5/CORE/handy.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/inttypes.h: - - /usr/lib/perl5/CORE/unixish.h: - - /usr/include/pthread.h: - - /usr/include/sched.h: - - /usr/include/bits/sched.h: - - /usr/lib/perl5/CORE/iperlsys.h: - - /usr/lib/perl5/CORE/perlio.h: - - lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - lib/wchar.h: - - /usr/include/wchar.h: - - /usr/include/bits/sys_errlist.h: - - /usr/lib/perl5/CORE/perly.h: - - /usr/lib/perl5/CORE/sv.h: - - /usr/lib/perl5/CORE/regexp.h: - - /usr/lib/perl5/CORE/utf8.h: - - /usr/lib/perl5/CORE/regcharclass.h: - - /usr/lib/perl5/CORE/unicode_constants.h: - - /usr/lib/perl5/CORE/op_reg_common.h: - - /usr/lib/perl5/CORE/util.h: - - /usr/lib/perl5/CORE/form.h: - - /usr/lib/perl5/CORE/gv.h: - - /usr/lib/perl5/CORE/pad.h: - - /usr/lib/perl5/CORE/cv.h: - - /usr/lib/perl5/CORE/opnames.h: - - /usr/lib/perl5/CORE/op.h: - - /usr/lib/perl5/CORE/reentr.h: - - /usr/include/pwd.h: - - /usr/include/grp.h: - - /usr/include/crypt.h: - - /usr/include/shadow.h: - - /usr/include/paths.h: - - /usr/lib/perl5/CORE/hv.h: - - /usr/lib/perl5/CORE/hv_func.h: - - /usr/lib/perl5/CORE/cop.h: - - /usr/lib/perl5/CORE/mydtrace.h: - - /usr/lib/perl5/CORE/av.h: - - /usr/lib/perl5/CORE/mg.h: - - /usr/lib/perl5/CORE/scope.h: - - /usr/lib/perl5/CORE/warnings.h: - - /usr/lib/perl5/CORE/parser.h: - - /usr/include/math.h: - - /usr/include/bits/huge_val.h: - - /usr/include/bits/huge_valf.h: - - /usr/include/bits/huge_vall.h: - - /usr/include/bits/inf.h: - - /usr/include/bits/nan.h: - - /usr/include/bits/mathdef.h: - - /usr/include/bits/mathcalls.h: - - /usr/lib/perl5/CORE/patchlevel.h: - - /usr/lib/perl5/CORE/intrpvar.h: - - /usr/lib/perl5/CORE/thread.h: - - /usr/lib/perl5/CORE/pp.h: - - /usr/lib/perl5/CORE/proto.h: - - /usr/lib/perl5/CORE/opcode.h: - - /usr/lib/perl5/CORE/embedvar.h: - - /usr/lib/perl5/CORE/embed.h: - - /usr/lib/perl5/CORE/perlvars.h: - - /usr/lib/perl5/CORE/mg_vtable.h: - - /usr/lib/perl5/CORE/inline.h: - - /usr/lib/perl5/CORE/overload.h: - - /usr/include/sys/ipc.h: - - /usr/include/bits/ipctypes.h: - - /usr/include/bits/ipc.h: - - /usr/include/sys/sem.h: - - /usr/include/bits/sem.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/lib/perl5/CORE/XSUB.h: - - /usr/lib/perl5/CORE/perlapi.h: - - ppport.h: - - xspara.h: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-text.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-text.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-text.Plo 2017-07-03 17:45:53.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-text.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,103 **** - XSParagraph_la-text.lo: text.c /usr/include/stdc-predef.h config.h \ - /usr/include/stdlib.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/bits/byteswap-16.h \ - /usr/include/xlocale.h lib/sys/types.h /usr/include/sys/types.h \ - /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ - lib/alloca.h /usr/include/bits/stdlib-float.h lib/string.h \ - /usr/include/string.h lib/stdio.h /usr/include/stdio.h \ - /usr/include/libio.h /usr/include/_G_config.h lib/wchar.h \ - /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h text.h - - /usr/include/stdc-predef.h: - - config.h: - - /usr/include/stdlib.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - lib/string.h: - - /usr/include/string.h: - - lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - text.h: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-xspara.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-xspara.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-xspara.Plo 2017-07-03 17:45:53.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.deps/XSParagraph_la-xspara.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,483 **** - XSParagraph_la-xspara.lo: xspara.c /usr/include/stdc-predef.h config.h \ - /usr/include/stdlib.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h lib/stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/bits/byteswap-16.h \ - /usr/include/xlocale.h lib/sys/types.h /usr/include/sys/types.h \ - /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ - lib/alloca.h /usr/include/bits/stdlib-float.h lib/stdio.h \ - /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ - lib/wchar.h /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - lib/string.h /usr/include/string.h /usr/include/locale.h \ - /usr/include/bits/locale.h /usr/include/langinfo.h \ - /usr/include/nl_types.h /usr/include/bits/wchar.h /usr/include/wctype.h \ - /usr/lib/perl5/CORE/EXTERN.h /usr/lib/perl5/CORE/perl.h \ - /usr/lib/perl5/CORE/config.h /usr/include/ctype.h /usr/include/setjmp.h \ - /usr/include/bits/setjmp.h /usr/include/sys/param.h lib/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/signal.h /usr/include/bits/signum.h \ - /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ - /usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \ - /usr/include/sys/ucontext.h /usr/include/bits/sigthread.h \ - /usr/include/bits/param.h /usr/include/linux/param.h \ - /usr/include/asm/param.h /usr/include/asm-generic/param.h \ - /usr/include/unistd.h /usr/include/bits/posix_opt.h \ - /usr/include/bits/environments.h /usr/include/bits/confname.h \ - /usr/include/getopt.h /usr/include/sys/wait.h /usr/include/netinet/in.h \ - lib/stdint.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/sys/socket.h /usr/include/sys/uio.h \ - /usr/include/bits/uio.h /usr/include/bits/socket.h \ - /usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \ - /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \ - /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \ - /usr/include/bits/in.h /usr/include/arpa/inet.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/bits/timex.h \ - /usr/include/sys/time.h /usr/include/sys/times.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/netdb.h \ - /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ - /usr/include/sys/ioctl.h /usr/include/bits/ioctls.h \ - /usr/include/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ - /usr/include/linux/ioctl.h /usr/include/asm/ioctl.h \ - /usr/include/asm-generic/ioctl.h /usr/include/bits/ioctl-types.h \ - /usr/include/sys/ttydefaults.h /usr/include/dirent.h \ - /usr/include/bits/dirent.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h \ - /usr/lib/perl5/CORE/handy.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/inttypes.h /usr/lib/perl5/CORE/unixish.h \ - /usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \ - /usr/lib/perl5/CORE/iperlsys.h /usr/lib/perl5/CORE/perlio.h \ - /usr/lib/perl5/CORE/perly.h /usr/lib/perl5/CORE/sv.h \ - /usr/lib/perl5/CORE/regexp.h /usr/lib/perl5/CORE/utf8.h \ - /usr/lib/perl5/CORE/regcharclass.h \ - /usr/lib/perl5/CORE/unicode_constants.h \ - /usr/lib/perl5/CORE/op_reg_common.h /usr/lib/perl5/CORE/util.h \ - /usr/lib/perl5/CORE/form.h /usr/lib/perl5/CORE/gv.h \ - /usr/lib/perl5/CORE/pad.h /usr/lib/perl5/CORE/cv.h \ - /usr/lib/perl5/CORE/opnames.h /usr/lib/perl5/CORE/op.h \ - /usr/lib/perl5/CORE/reentr.h /usr/include/pwd.h /usr/include/grp.h \ - /usr/include/crypt.h /usr/include/shadow.h /usr/include/paths.h \ - /usr/lib/perl5/CORE/hv.h /usr/lib/perl5/CORE/hv_func.h \ - /usr/lib/perl5/CORE/cop.h /usr/lib/perl5/CORE/mydtrace.h \ - /usr/lib/perl5/CORE/av.h /usr/lib/perl5/CORE/mg.h \ - /usr/lib/perl5/CORE/scope.h /usr/lib/perl5/CORE/warnings.h \ - /usr/lib/perl5/CORE/parser.h /usr/include/math.h \ - /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ - /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ - /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ - /usr/include/bits/mathcalls.h /usr/lib/perl5/CORE/patchlevel.h \ - /usr/lib/perl5/CORE/intrpvar.h /usr/lib/perl5/CORE/thread.h \ - /usr/lib/perl5/CORE/pp.h /usr/lib/perl5/CORE/proto.h \ - /usr/lib/perl5/CORE/opcode.h /usr/lib/perl5/CORE/embedvar.h \ - /usr/lib/perl5/CORE/embed.h /usr/lib/perl5/CORE/perlvars.h \ - /usr/lib/perl5/CORE/mg_vtable.h /usr/lib/perl5/CORE/inline.h \ - /usr/lib/perl5/CORE/overload.h /usr/include/sys/ipc.h \ - /usr/include/bits/ipctypes.h /usr/include/bits/ipc.h \ - /usr/include/sys/sem.h /usr/include/bits/sem.h /usr/include/sys/file.h \ - /usr/include/fcntl.h /usr/include/bits/fcntl.h \ - /usr/include/bits/fcntl-linux.h /usr/lib/perl5/CORE/XSUB.h \ - /usr/lib/perl5/CORE/perlapi.h ppport.h xspara.h text.h - - /usr/include/stdc-predef.h: - - config.h: - - /usr/include/stdlib.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - lib/stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - lib/sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - lib/alloca.h: - - /usr/include/bits/stdlib-float.h: - - lib/stdio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - lib/wchar.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - lib/string.h: - - /usr/include/string.h: - - /usr/include/locale.h: - - /usr/include/bits/locale.h: - - /usr/include/langinfo.h: - - /usr/include/nl_types.h: - - /usr/include/bits/wchar.h: - - /usr/include/wctype.h: - - /usr/lib/perl5/CORE/EXTERN.h: - - /usr/lib/perl5/CORE/perl.h: - - /usr/lib/perl5/CORE/config.h: - - /usr/include/ctype.h: - - /usr/include/setjmp.h: - - /usr/include/bits/setjmp.h: - - /usr/include/sys/param.h: - - lib/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/signal.h: - - /usr/include/bits/signum.h: - - /usr/include/bits/siginfo.h: - - /usr/include/bits/sigaction.h: - - /usr/include/bits/sigcontext.h: - - /usr/include/bits/sigstack.h: - - /usr/include/sys/ucontext.h: - - /usr/include/bits/sigthread.h: - - /usr/include/bits/param.h: - - /usr/include/linux/param.h: - - /usr/include/asm/param.h: - - /usr/include/asm-generic/param.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - /usr/include/getopt.h: - - /usr/include/sys/wait.h: - - /usr/include/netinet/in.h: - - lib/stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/sys/socket.h: - - /usr/include/sys/uio.h: - - /usr/include/bits/uio.h: - - /usr/include/bits/socket.h: - - /usr/include/bits/socket_type.h: - - /usr/include/bits/sockaddr.h: - - /usr/include/asm/socket.h: - - /usr/include/asm-generic/socket.h: - - /usr/include/asm/sockios.h: - - /usr/include/asm-generic/sockios.h: - - /usr/include/bits/in.h: - - /usr/include/arpa/inet.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/bits/timex.h: - - /usr/include/sys/time.h: - - /usr/include/sys/times.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/netdb.h: - - /usr/include/rpc/netdb.h: - - /usr/include/bits/netdb.h: - - /usr/include/sys/ioctl.h: - - /usr/include/bits/ioctls.h: - - /usr/include/asm/ioctls.h: - - /usr/include/asm-generic/ioctls.h: - - /usr/include/linux/ioctl.h: - - /usr/include/asm/ioctl.h: - - /usr/include/asm-generic/ioctl.h: - - /usr/include/bits/ioctl-types.h: - - /usr/include/sys/ttydefaults.h: - - /usr/include/dirent.h: - - /usr/include/bits/dirent.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h: - - /usr/lib/perl5/CORE/handy.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/inttypes.h: - - /usr/lib/perl5/CORE/unixish.h: - - /usr/include/pthread.h: - - /usr/include/sched.h: - - /usr/include/bits/sched.h: - - /usr/lib/perl5/CORE/iperlsys.h: - - /usr/lib/perl5/CORE/perlio.h: - - /usr/lib/perl5/CORE/perly.h: - - /usr/lib/perl5/CORE/sv.h: - - /usr/lib/perl5/CORE/regexp.h: - - /usr/lib/perl5/CORE/utf8.h: - - /usr/lib/perl5/CORE/regcharclass.h: - - /usr/lib/perl5/CORE/unicode_constants.h: - - /usr/lib/perl5/CORE/op_reg_common.h: - - /usr/lib/perl5/CORE/util.h: - - /usr/lib/perl5/CORE/form.h: - - /usr/lib/perl5/CORE/gv.h: - - /usr/lib/perl5/CORE/pad.h: - - /usr/lib/perl5/CORE/cv.h: - - /usr/lib/perl5/CORE/opnames.h: - - /usr/lib/perl5/CORE/op.h: - - /usr/lib/perl5/CORE/reentr.h: - - /usr/include/pwd.h: - - /usr/include/grp.h: - - /usr/include/crypt.h: - - /usr/include/shadow.h: - - /usr/include/paths.h: - - /usr/lib/perl5/CORE/hv.h: - - /usr/lib/perl5/CORE/hv_func.h: - - /usr/lib/perl5/CORE/cop.h: - - /usr/lib/perl5/CORE/mydtrace.h: - - /usr/lib/perl5/CORE/av.h: - - /usr/lib/perl5/CORE/mg.h: - - /usr/lib/perl5/CORE/scope.h: - - /usr/lib/perl5/CORE/warnings.h: - - /usr/lib/perl5/CORE/parser.h: - - /usr/include/math.h: - - /usr/include/bits/huge_val.h: - - /usr/include/bits/huge_valf.h: - - /usr/include/bits/huge_vall.h: - - /usr/include/bits/inf.h: - - /usr/include/bits/nan.h: - - /usr/include/bits/mathdef.h: - - /usr/include/bits/mathcalls.h: - - /usr/lib/perl5/CORE/patchlevel.h: - - /usr/lib/perl5/CORE/intrpvar.h: - - /usr/lib/perl5/CORE/thread.h: - - /usr/lib/perl5/CORE/pp.h: - - /usr/lib/perl5/CORE/proto.h: - - /usr/lib/perl5/CORE/opcode.h: - - /usr/lib/perl5/CORE/embedvar.h: - - /usr/lib/perl5/CORE/embed.h: - - /usr/lib/perl5/CORE/perlvars.h: - - /usr/lib/perl5/CORE/mg_vtable.h: - - /usr/lib/perl5/CORE/inline.h: - - /usr/lib/perl5/CORE/overload.h: - - /usr/include/sys/ipc.h: - - /usr/include/bits/ipctypes.h: - - /usr/include/bits/ipc.h: - - /usr/include/sys/sem.h: - - /usr/include/bits/sem.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/lib/perl5/CORE/XSUB.h: - - /usr/lib/perl5/CORE/perlapi.h: - - ppport.h: - - xspara.h: - - text.h: --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.a and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.a differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.la texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.la *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.la 2017-07-03 17:44:25.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.la 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # TestXS.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='TestXS.so' - - # Names of this library. - library_names='TestXS.so TestXS.so TestXS.so' - - # The name of the static archive. - old_library='TestXS.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for TestXS. - current=0 - age=0 - revision=0 - - # Is this an already installed library? - installed=no - - # Should we warn about portability when linking against -modules? - shouldnotlink=yes - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='/usr/local/lib/texinfo' --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.lai texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.lai *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.lai 2017-07-03 17:44:25.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.lai 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # TestXS.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='TestXS.so' - - # Names of this library. - library_names='TestXS.so TestXS.so TestXS.so' - - # The name of the static archive. - old_library='TestXS.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for TestXS. - current=0 - age=0 - revision=0 - - # Is this an already installed library? - installed=yes - - # Should we warn about portability when linking against -modules? - shouldnotlink=yes - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='/usr/local/lib/texinfo' --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.so and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/TestXS.so differ Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/TestXS_la-TestXS.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/TestXS_la-TestXS.o differ Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.a and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.a differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.la texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.la *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.la 2017-07-03 17:45:54.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.la 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # XSParagraph.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='XSParagraph.so' - - # Names of this library. - library_names='XSParagraph.so XSParagraph.so XSParagraph.so' - - # The name of the static archive. - old_library='XSParagraph.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for XSParagraph. - current=0 - age=0 - revision=0 - - # Is this an already installed library? - installed=no - - # Should we warn about portability when linking against -modules? - shouldnotlink=yes - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='/usr/local/lib/texinfo' --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.lai texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.lai *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.lai 2017-07-03 17:45:54.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.lai 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # XSParagraph.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='XSParagraph.so' - - # Names of this library. - library_names='XSParagraph.so XSParagraph.so XSParagraph.so' - - # The name of the static archive. - old_library='XSParagraph.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for XSParagraph. - current=0 - age=0 - revision=0 - - # Is this an already installed library? - installed=yes - - # Should we warn about portability when linking against -modules? - shouldnotlink=yes - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='/usr/local/lib/texinfo' --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.so and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.so differ Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph_la-XSParagraph.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph_la-XSParagraph.o differ Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph_la-text.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph_la-text.o differ Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph_la-xspara.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph_la-xspara.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/Makefile texinfo-6.5/tp/Texinfo/Convert/XSParagraph/Makefile *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/Makefile 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1471 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - pkglibexecdir = $(libexecdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ - $(top_srcdir)/m4/absolute-header.m4 $(top_srcdir)/m4/alloca.m4 \ - $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/exponentd.m4 \ - $(top_srcdir)/m4/extensions.m4 \ - $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/float_h.m4 \ - $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ - $(top_srcdir)/m4/gnulib-common.m4 \ - $(top_srcdir)/m4/gnulib-comp.m4 \ - $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/intmax_t.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/limits-h.m4 $(top_srcdir)/m4/longlong.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mmap-anon.m4 \ - $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/off_t.m4 \ - $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/printf.m4 \ - $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/ssize_t.m4 \ - $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \ - $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio_h.m4 \ - $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/sys_types_h.m4 \ - $(top_srcdir)/m4/vasnprintf.m4 $(top_srcdir)/m4/vasprintf.m4 \ - $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/wchar_h.m4 \ - $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ - $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ - $(am__configure_deps) $(dist_modules_DATA) $(am__DIST_COMMON) - am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno config.status.lineno - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; - am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; - am__install_max = 40 - am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` - am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" - am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } - am__installdirs = "$(DESTDIR)$(xsdir)" "$(DESTDIR)$(modulesdir)" - LTLIBRARIES = $(xs_LTLIBRARIES) - TestXS_la_LIBADD = - am_TestXS_la_OBJECTS = TestXS_la-TestXS.lo - TestXS_la_OBJECTS = $(am_TestXS_la_OBJECTS) - AM_V_lt = $(am__v_lt_$(V)) - am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) - am__v_lt_0 = --silent - am__v_lt_1 = - TestXS_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(TestXS_la_CFLAGS) \ - $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ - XSParagraph_la_DEPENDENCIES = $(builddir)/lib/libgnu.la - am_XSParagraph_la_OBJECTS = XSParagraph_la-XSParagraph.lo \ - XSParagraph_la-xspara.lo XSParagraph_la-text.lo - XSParagraph_la_OBJECTS = $(am_XSParagraph_la_OBJECTS) - XSParagraph_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ - $(XSParagraph_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \ - $@ - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I. - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) - AM_V_CC = $(am__v_CC_$(V)) - am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) - am__v_CC_0 = @echo " CC " $@; - am__v_CC_1 = - CCLD = $(CC) - LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - AM_V_CCLD = $(am__v_CCLD_$(V)) - am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = - SOURCES = $(TestXS_la_SOURCES) $(XSParagraph_la_SOURCES) - DIST_SOURCES = $(TestXS_la_SOURCES) $(XSParagraph_la_SOURCES) - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ - install-exec-recursive install-html-recursive \ - install-info-recursive install-pdf-recursive \ - install-ps-recursive install-recursive installcheck-recursive \ - installdirs-recursive pdf-recursive ps-recursive \ - tags-recursive uninstall-recursive - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - DATA = $(dist_modules_DATA) - RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive - am__recursive_targets = \ - $(RECURSIVE_TARGETS) \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir dist dist-all distcheck - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ - $(LISP)config.in - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is - # *not* preserved. - am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ - ' - # Make sure the list of sources is unique. This is necessary because, - # e.g., the same source file might be shared among _SOURCES variables - # for different programs/libraries. - am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` - ETAGS = etags - CTAGS = ctags - CSCOPE = cscope - DIST_SUBDIRS = $(SUBDIRS) - am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.in README \ - ar-lib compile config.guess config.sub depcomp install-sh \ - ltmain.sh missing - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) - am__remove_distdir = \ - if test -d "$(distdir)"; then \ - find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -rf "$(distdir)" \ - || { sleep 5 && rm -rf "$(distdir)"; }; \ - else :; fi - am__post_remove_distdir = $(am__remove_distdir) - am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" - DIST_ARCHIVES = $(distdir).tar.gz - GZIP_ENV = --best - DIST_TARGETS = dist-gzip - distuninstallcheck_listfiles = find . -type f -print - am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ - | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' - distcleancheck_listfiles = find . -type f -print - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = cc - CCDEPMODE = depmode=gcc3 - - # Override these variables set by configure at the top level, because - # the compiler used in this subdirectory might be different. - # PERL_EXT_var are user variables, allowing configuring at the top-level - # with e.g. "./configure CFLAGS='-g -O0' PERL_EXT_CFLAGS='-g'". - CFLAGS = $(PERL_EXT_CFLAGS) - CPP = cc -E - CPPFLAGS = $(PERL_EXT_CPPFLAGS) - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DLLTOOL = dlltool - DSYMUTIL = - DUMPBIN = - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FGREP = /usr/bin/grep -F - FLOAT_H = - GNULIB_BTOWC = 0 - GNULIB_DPRINTF = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETDELIM = 1 - GNULIB_GETLINE = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 0 - GNULIB_MBSCASECMP = 0 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 0 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 0 - GNULIB_MBSLEN = 0 - GNULIB_MBSNCASECMP = 0 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 0 - GNULIB_MBSTOK_R = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_POPEN = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTS = 1 - GNULIB_RAWMEMCHR = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_SCANF = 1 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 0 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 0 - GNULIB_STRERROR = 0 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 0 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_TMPFILE = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCWIDTH = 0 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GREP = /usr/bin/grep - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_FEATURES_H = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FTELLO = 1 - HAVE_INTTYPES_H = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_PCLOSE = 1 - HAVE_POPEN = 1 - HAVE_RAWMEMCHR = 1 - HAVE_RENAMEAT = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - LD = /usr/i486-slackware-linux/bin/ld - LDFLAGS = $(PERL_EXT_LDFLAGS) - LIBOBJS = - LIBS = - LIBTOOL = $(SHELL) $(top_builddir)/libtool - LIMITS_H = limits.h - LIPO = - LN_S = ln -s - LTLIBOBJS = - LT_SYS_LIBRARY_PATH = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing makeinfo - MANIFEST_TOOL = : - MKDIR_P = /usr/bin/mkdir -p - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = - NEXT_AS_FIRST_DIRECTIVE_STRING_H = - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_LIMITS_H = - NEXT_STDDEF_H = - NEXT_STDINT_H = - NEXT_STDIO_H = - NEXT_STRING_H = - NEXT_SYS_TYPES_H = - NEXT_WCHAR_H = - NM = /usr/bin/nm -B - NMEDIT = - OBJDUMP = objdump - OBJEXT = o - OTOOL = - OTOOL64 = - PACKAGE = texinfo - PACKAGE_BUGREPORT = - PACKAGE_NAME = texinfo - PACKAGE_STRING = texinfo 0 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = - PACKAGE_VERSION = 0 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_CONF_archlibexp = /usr/lib/perl5 - PERL_CONF_cc = cc - PERL_CONF_cccdlflags = -fPIC - PERL_CONF_ccdlflags = -Wl,-E -Wl,-rpath,/usr/lib/perl5/CORE - PERL_CONF_ccflags = -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - PERL_CONF_libperl = -lperl - PERL_CONF_privlibexp = /usr/share/perl5 - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_DPRINTF = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETLINE = 0 - REPLACE_ITOLD = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 0 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PRINTF = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOK_R = 0 - REPLACE_TMPFILE = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCWIDTH = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = strip - UNDEFINE_STRTOK_R = 0 - VERSION = 0 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XSPARAGRAPH_INTERFACE_VERSION = 1 - XSUBPP = /usr/bin/xsubpp - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph - ac_ct_AR = ar - ac_ct_CC = cc - ac_ct_DUMPBIN = - am__include = include - am__leading_dot = . - am__quote = - am__tar = $${TAR-tar} chof - "$$tardir" - am__untar = $${TAR-tar} xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - exec_prefix = ${prefix} - gl_LIBOBJS = asnprintf.o printf-args.o printf-parse.o vasnprintf.o - gl_LTLIBOBJS = asnprintf.lo printf-args.lo printf-parse.lo vasnprintf.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = - top_builddir = . - top_srcdir = . - - # Makefile.am for XSParagraph - # - # Copyright 2015, 2016 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - # - AUTOMAKE_OPTIONS = foreign subdir-objects - EXTRA_DIST = m4/gnulib-cache.m4 fail.pl TestXS.xs XSParagraph.xs \ - $(perl_specific_files) - - ######################## Gnulib ################################ - AM_CPPFLAGS = \ - -I$(srcdir) \ - -I$(srcdir)/lib \ - -I$(builddir)/lib - - XSParagraph_la_LIBADD = $(builddir)/lib/libgnu.la \ - $(TERMLIBS) $(LIBINTL) $(LIBICONV) - - ACLOCAL_AMFLAGS = -I m4 - SUBDIRS = lib - - ################### End Gnulib section ######################### - modulesdir = $(pkgdatadir)/Texinfo/Convert/XSParagraph - xsdir = $(pkglibdir) - dist_modules_DATA = TestXS.pm - PERL_INC = $(PERL_CONF_archlibexp)/CORE - XSUBPPARGS = -typemap $(PERL_CONF_privlibexp)/ExtUtils/typemap - - # ------------------------------------------------------- - CLEANFILES = TestXS.c XSParagraph.c - xs_LTLIBRARIES = XSParagraph.la TestXS.la - XSParagraph_la_SOURCES = XSParagraph.c xspara.c xspara.h \ - text.c text.h ppport.h - - TestXS_la_SOURCES = TestXS.c ppport.h - AM_CFLAGS = $(PERL_CONF_ccflags) - XSParagraph_la_CFLAGS = $(AM_CFLAGS) -DVERSION=\"$(VERSION)\" \ - -DXS_VERSION=\"$(XSPARAGRAPH_INTERFACE_VERSION)\" \ - "-I$(PERL_INC)" - TestXS_la_CFLAGS = $(AM_CFLAGS) -DVERSION=\"$(VERSION)\" \ - -DXS_VERSION=\"$(VERSION)\" "-I$(PERL_INC)" - PLATFORM_LDFLAGS = - #PLATFORM_LDFLAGS = -no-undefined -L$(PERL_INC) $(PERL_CONF_libperl) - AM_LDFLAGS = -avoid-version -module $(PERL_CONF_ccdlflags) \ - $(PLATFORM_LDFLAGS) - - # only used to regenerate a stand-alone perl module - perl_specific_files = \ - Makefile.PL \ - MANIFEST \ - prepare_standalone_perl_module.sh - - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: - .SUFFIXES: .c .lo .o .obj .xs - am--refresh: Makefile - @: - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - echo ' $(SHELL) ./config.status'; \ - $(SHELL) ./config.status;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck - - $(top_srcdir)/configure: $(am__configure_deps) - $(am__cd) $(srcdir) && $(AUTOCONF) - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) - $(am__aclocal_m4_deps): - - config.h: stamp-h1 - @test -f $@ || rm -f stamp-h1 - @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 - - stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status - @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status config.h - $(srcdir)/config.in: $(am__configure_deps) - ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) - rm -f stamp-h1 - touch $@ - - distclean-hdr: - -rm -f config.h stamp-h1 - - install-xsLTLIBRARIES: $(xs_LTLIBRARIES) - @$(NORMAL_INSTALL) - @list='$(xs_LTLIBRARIES)'; test -n "$(xsdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(MKDIR_P) '$(DESTDIR)$(xsdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(xsdir)" || exit 1; \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(xsdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(xsdir)"; \ - } - - uninstall-xsLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(xs_LTLIBRARIES)'; test -n "$(xsdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(xsdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(xsdir)/$$f"; \ - done - - clean-xsLTLIBRARIES: - -test -z "$(xs_LTLIBRARIES)" || rm -f $(xs_LTLIBRARIES) - @list='$(xs_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - - TestXS.la: $(TestXS_la_OBJECTS) $(TestXS_la_DEPENDENCIES) $(EXTRA_TestXS_la_DEPENDENCIES) - $(AM_V_CCLD)$(TestXS_la_LINK) -rpath $(xsdir) $(TestXS_la_OBJECTS) $(TestXS_la_LIBADD) $(LIBS) - - XSParagraph.la: $(XSParagraph_la_OBJECTS) $(XSParagraph_la_DEPENDENCIES) $(EXTRA_XSParagraph_la_DEPENDENCIES) - $(AM_V_CCLD)$(XSParagraph_la_LINK) -rpath $(xsdir) $(XSParagraph_la_OBJECTS) $(XSParagraph_la_LIBADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) - - distclean-compile: - -rm -f *.tab.c - - include ./$(DEPDIR)/TestXS_la-TestXS.Plo - include ./$(DEPDIR)/XSParagraph_la-XSParagraph.Plo - include ./$(DEPDIR)/XSParagraph_la-text.Plo - include ./$(DEPDIR)/XSParagraph_la-xspara.Plo - - .c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - - .c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - - .c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo - # $(AM_V_CC)source='$<' object='$@' libtool=yes \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - - TestXS_la-TestXS.lo: TestXS.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(TestXS_la_CFLAGS) $(CFLAGS) -MT TestXS_la-TestXS.lo -MD -MP -MF $(DEPDIR)/TestXS_la-TestXS.Tpo -c -o TestXS_la-TestXS.lo `test -f 'TestXS.c' || echo '$(srcdir)/'`TestXS.c - $(AM_V_at)$(am__mv) $(DEPDIR)/TestXS_la-TestXS.Tpo $(DEPDIR)/TestXS_la-TestXS.Plo - # $(AM_V_CC)source='TestXS.c' object='TestXS_la-TestXS.lo' libtool=yes \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(TestXS_la_CFLAGS) $(CFLAGS) -c -o TestXS_la-TestXS.lo `test -f 'TestXS.c' || echo '$(srcdir)/'`TestXS.c - - XSParagraph_la-XSParagraph.lo: XSParagraph.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(XSParagraph_la_CFLAGS) $(CFLAGS) -MT XSParagraph_la-XSParagraph.lo -MD -MP -MF $(DEPDIR)/XSParagraph_la-XSParagraph.Tpo -c -o XSParagraph_la-XSParagraph.lo `test -f 'XSParagraph.c' || echo '$(srcdir)/'`XSParagraph.c - $(AM_V_at)$(am__mv) $(DEPDIR)/XSParagraph_la-XSParagraph.Tpo $(DEPDIR)/XSParagraph_la-XSParagraph.Plo - # $(AM_V_CC)source='XSParagraph.c' object='XSParagraph_la-XSParagraph.lo' libtool=yes \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(XSParagraph_la_CFLAGS) $(CFLAGS) -c -o XSParagraph_la-XSParagraph.lo `test -f 'XSParagraph.c' || echo '$(srcdir)/'`XSParagraph.c - - XSParagraph_la-xspara.lo: xspara.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(XSParagraph_la_CFLAGS) $(CFLAGS) -MT XSParagraph_la-xspara.lo -MD -MP -MF $(DEPDIR)/XSParagraph_la-xspara.Tpo -c -o XSParagraph_la-xspara.lo `test -f 'xspara.c' || echo '$(srcdir)/'`xspara.c - $(AM_V_at)$(am__mv) $(DEPDIR)/XSParagraph_la-xspara.Tpo $(DEPDIR)/XSParagraph_la-xspara.Plo - # $(AM_V_CC)source='xspara.c' object='XSParagraph_la-xspara.lo' libtool=yes \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(XSParagraph_la_CFLAGS) $(CFLAGS) -c -o XSParagraph_la-xspara.lo `test -f 'xspara.c' || echo '$(srcdir)/'`xspara.c - - XSParagraph_la-text.lo: text.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(XSParagraph_la_CFLAGS) $(CFLAGS) -MT XSParagraph_la-text.lo -MD -MP -MF $(DEPDIR)/XSParagraph_la-text.Tpo -c -o XSParagraph_la-text.lo `test -f 'text.c' || echo '$(srcdir)/'`text.c - $(AM_V_at)$(am__mv) $(DEPDIR)/XSParagraph_la-text.Tpo $(DEPDIR)/XSParagraph_la-text.Plo - # $(AM_V_CC)source='text.c' object='XSParagraph_la-text.lo' libtool=yes \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(XSParagraph_la_CFLAGS) $(CFLAGS) -c -o XSParagraph_la-text.lo `test -f 'text.c' || echo '$(srcdir)/'`text.c - - mostlyclean-libtool: - -rm -f *.lo - - clean-libtool: - -rm -rf .libs _libs - - distclean-libtool: - -rm -f libtool config.lt - install-dist_modulesDATA: $(dist_modules_DATA) - @$(NORMAL_INSTALL) - @list='$(dist_modules_DATA)'; test -n "$(modulesdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(modulesdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(modulesdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(modulesdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(modulesdir)" || exit $$?; \ - done - - uninstall-dist_modulesDATA: - @$(NORMAL_UNINSTALL) - @list='$(dist_modules_DATA)'; test -n "$(modulesdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(modulesdir)'; $(am__uninstall_files_from_dir) - - # This directory's subdirectories are mostly independent; you can cd - # into them and run 'make' without going through this Makefile. - # To change the values of 'make' variables: instead of editing Makefiles, - # (1) if the variable is set in 'config.status', edit 'config.status' - # (which will cause the Makefiles to be regenerated when you run 'make'); - # (2) otherwise, pass the desired values on the 'make' command line. - $(am__recursive_targets): - @fail=; \ - if $(am__make_keepgoing); then \ - failcom='fail=yes'; \ - else \ - failcom='exit 1'; \ - fi; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - - ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique - tags: tags-recursive - TAGS: tags - - tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi - ctags: ctags-recursive - - CTAGS: ctags - ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - - GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - cscope: cscope.files - test ! -s cscope.files \ - || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) - clean-cscope: - -rm -f cscope.files - cscope.files: clean-cscope cscopelist - cscopelist: cscopelist-recursive - - cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -rm -f cscope.out cscope.in.out cscope.po.out cscope.files - - distdir: $(DISTFILES) - $(am__remove_distdir) - test -d "$(distdir)" || mkdir "$(distdir)" - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - $(am__make_dryrun) \ - || test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done - -test -n "$(am__skip_mode_fix)" \ - || find "$(distdir)" -type d ! -perm -755 \ - -exec chmod u+rwx,go+rx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r "$(distdir)" - dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__post_remove_distdir) - - dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 - $(am__post_remove_distdir) - - dist-lzip: distdir - tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz - $(am__post_remove_distdir) - - dist-xz: distdir - tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__post_remove_distdir) - - dist-tarZ: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 - @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__post_remove_distdir) - - dist-shar: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 - @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__post_remove_distdir) - - dist-zip: distdir - -rm -f $(distdir).zip - zip -rq $(distdir).zip $(distdir) - $(am__post_remove_distdir) - - dist dist-all: - $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' - $(am__post_remove_distdir) - - # This target untars the dist file and tries a VPATH configuration. Then - # it guarantees that the distribution is self-contained by making another - # tarfile. - distcheck: dist - case '$(DIST_ARCHIVES)' in \ - *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ - *.tar.bz2*) \ - bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lz*) \ - lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ - *.tar.xz*) \ - xz -dc $(distdir).tar.xz | $(am__untar) ;;\ - *.tar.Z*) \ - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ - *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ - *.zip*) \ - unzip $(distdir).zip ;;\ - esac - chmod -R a-w $(distdir) - chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst - chmod a-w $(distdir) - test -d $(distdir)/_build || exit 0; \ - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build/sub \ - && ../../configure \ - $(AM_DISTCHECK_CONFIGURE_FLAGS) \ - $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=../.. --prefix="$$dc_install_base" \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ - } || { rm -rf "$$dc_destdir"; exit 1; }) \ - && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist \ - && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ - && cd "$$am__cwd" \ - || exit 1 - $(am__post_remove_distdir) - @(echo "$(distdir) archives ready for distribution: "; \ - list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ - sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' - distuninstallcheck: - @test -n '$(distuninstallcheck_dir)' || { \ - echo 'ERROR: trying to run $@ with an empty' \ - '$$(distuninstallcheck_dir)' >&2; \ - exit 1; \ - }; \ - $(am__cd) '$(distuninstallcheck_dir)' || { \ - echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ - exit 1; \ - }; \ - test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left after uninstall:" ; \ - if test -n "$(DESTDIR)"; then \ - echo " (check DESTDIR support)"; \ - fi ; \ - $(distuninstallcheck_listfiles) ; \ - exit 1; } >&2 - distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ - echo "ERROR: distcleancheck can only run from a VPATH build" ; \ - exit 1 ; \ - fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left in build directory after distclean:" ; \ - $(distcleancheck_listfiles) ; \ - exit 1; } >&2 - check-am: all-am - check: check-recursive - all-am: Makefile $(LTLIBRARIES) $(DATA) config.h - installdirs: installdirs-recursive - installdirs-am: - for dir in "$(DESTDIR)$(xsdir)" "$(DESTDIR)$(modulesdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive - uninstall: uninstall-recursive - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-recursive - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - - clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - clean: clean-recursive - - clean-am: clean-generic clean-libtool clean-xsLTLIBRARIES \ - mostlyclean-am - - distclean: distclean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf ./$(DEPDIR) - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-hdr distclean-libtool distclean-tags - - dvi: dvi-recursive - - dvi-am: - - html: html-recursive - - html-am: - - info: info-recursive - - info-am: - - install-data-am: install-dist_modulesDATA install-xsLTLIBRARIES - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook - install-dvi: install-dvi-recursive - - install-dvi-am: - - install-exec-am: - - install-html: install-html-recursive - - install-html-am: - - install-info: install-info-recursive - - install-info-am: - - install-man: - - install-pdf: install-pdf-recursive - - install-pdf-am: - - install-ps: install-ps-recursive - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache - -rm -rf ./$(DEPDIR) - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-recursive - - mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - - pdf: pdf-recursive - - pdf-am: - - ps: ps-recursive - - ps-am: - - uninstall-am: uninstall-dist_modulesDATA uninstall-xsLTLIBRARIES - - .MAKE: $(am__recursive_targets) all install-am install-data-am \ - install-strip - - .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ - am--refresh check check-am clean clean-cscope clean-generic \ - clean-libtool clean-xsLTLIBRARIES cscope cscopelist-am ctags \ - ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \ - dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ - distclean-compile distclean-generic distclean-hdr \ - distclean-libtool distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-hook install-dist_modulesDATA install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip install-xsLTLIBRARIES installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am uninstall-dist_modulesDATA \ - uninstall-xsLTLIBRARIES - - .PRECIOUS: Makefile - - - .xs.c: - $(XSUBPP) $(XSUBPPARGS) $< > $*.xsc && mv $*.xsc $*.c - - # TestXS has to be included in xs_LIBRARIES, and not noinst_LIBRARIES, - # otherwise dynamic libraries aren't built (a libtool bug). Work around - # this by deleting it after it's installed. - install-data-hook: - rm -f $(DESTDIR)$(xsdir)/TestXS* - # # The -no-undefined flag is for MS-Windows. See info node - # # `(gnulib)Libtool and Windows'. The -L and -l options after it show - # # where to find the undefined symbols. - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/Makefile.in texinfo-6.5/tp/Texinfo/Convert/XSParagraph/Makefile.in *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/Makefile.in 2017-06-08 18:53:15.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/Makefile.in 2017-07-10 19:41:37.000000000 +0100 *************** *** 713,716 **** --- 713,717 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XSPARAGRAPH_INTERFACE_VERSION = @XSPARAGRAPH_INTERFACE_VERSION@ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/TestXS.la texinfo-6.5/tp/Texinfo/Convert/XSParagraph/TestXS.la *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/TestXS.la 2017-07-03 17:44:25.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/TestXS.la 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # TestXS.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='TestXS.so' - - # Names of this library. - library_names='TestXS.so TestXS.so TestXS.so' - - # The name of the static archive. - old_library='TestXS.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for TestXS. - current=0 - age=0 - revision=0 - - # Is this an already installed library? - installed=no - - # Should we warn about portability when linking against -modules? - shouldnotlink=yes - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='/usr/local/lib/texinfo' --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/TestXS_la-TestXS.lo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/TestXS_la-TestXS.lo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/TestXS_la-TestXS.lo 2017-07-03 17:44:25.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/TestXS_la-TestXS.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # TestXS_la-TestXS.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/TestXS_la-TestXS.o' - - # Name of the non-PIC object - non_pic_object='TestXS_la-TestXS.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/TestXS_la-TestXS.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/TestXS_la-TestXS.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph.la texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph.la *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph.la 2017-07-03 17:45:54.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph.la 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # XSParagraph.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='XSParagraph.so' - - # Names of this library. - library_names='XSParagraph.so XSParagraph.so XSParagraph.so' - - # The name of the static archive. - old_library='XSParagraph.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for XSParagraph. - current=0 - age=0 - revision=0 - - # Is this an already installed library? - installed=no - - # Should we warn about portability when linking against -modules? - shouldnotlink=yes - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='/usr/local/lib/texinfo' --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-XSParagraph.lo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-XSParagraph.lo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-XSParagraph.lo 2017-07-03 17:45:52.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-XSParagraph.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # XSParagraph_la-XSParagraph.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/XSParagraph_la-XSParagraph.o' - - # Name of the non-PIC object - non_pic_object='XSParagraph_la-XSParagraph.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-XSParagraph.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-XSParagraph.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-text.lo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-text.lo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-text.lo 2017-07-03 17:45:53.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-text.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # XSParagraph_la-text.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/XSParagraph_la-text.o' - - # Name of the non-PIC object - non_pic_object='XSParagraph_la-text.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-text.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-text.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-xspara.lo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-xspara.lo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-xspara.lo 2017-07-03 17:45:53.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-xspara.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # XSParagraph_la-xspara.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/XSParagraph_la-xspara.o' - - # Name of the non-PIC object - non_pic_object='XSParagraph_la-xspara.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-xspara.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/XSParagraph_la-xspara.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/config.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/config.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/config.h 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/config.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,789 **** - /* config.h. Generated from config.in by configure. */ - /* config.in. Generated from configure.ac by autoheader. */ - - /* Define if building universal (internal helper macro) */ - /* #undef AC_APPLE_UNIVERSAL_BUILD */ - - /* Define to the number of bits in type 'ptrdiff_t'. */ - /* #undef BITSIZEOF_PTRDIFF_T */ - - /* Define to the number of bits in type 'sig_atomic_t'. */ - /* #undef BITSIZEOF_SIG_ATOMIC_T */ - - /* Define to the number of bits in type 'size_t'. */ - /* #undef BITSIZEOF_SIZE_T */ - - /* Define to the number of bits in type 'wchar_t'. */ - /* #undef BITSIZEOF_WCHAR_T */ - - /* Define to the number of bits in type 'wint_t'. */ - /* #undef BITSIZEOF_WINT_T */ - - /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP - systems. This function is required for `alloca.c' support on those systems. - */ - /* #undef CRAY_STACKSEG_END */ - - /* Define to 1 if using `alloca.c'. */ - /* #undef C_ALLOCA */ - - /* Define as the bit index in the word where to find bit 0 of the exponent of - 'double'. */ - #define DBL_EXPBIT0_BIT 20 - - /* Define as the word index where to find the exponent of 'double'. */ - #define DBL_EXPBIT0_WORD 1 - - /* Define to a C preprocessor expression that evaluates to 1 or 0, depending - whether the gnulib module fscanf shall be considered present. */ - #define GNULIB_FSCANF 1 - - /* Define to 1 if printf and friends should be labeled with attribute - "__gnu_printf__" instead of "__printf__" */ - /* #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU */ - - /* Define to a C preprocessor expression that evaluates to 1 or 0, depending - whether the gnulib module scanf shall be considered present. */ - #define GNULIB_SCANF 1 - - /* Define to 1 when the gnulib module getdelim should be tested. */ - #define GNULIB_TEST_GETDELIM 1 - - /* Define to 1 when the gnulib module getline should be tested. */ - #define GNULIB_TEST_GETLINE 1 - - /* Define to 1 when the gnulib module memchr should be tested. */ - #define GNULIB_TEST_MEMCHR 1 - - /* Define to 1 when the gnulib module vasprintf should be tested. */ - #define GNULIB_TEST_VASPRINTF 1 - - /* Define to 1 if you have 'alloca' after including , a header that - may be supplied by this distribution. */ - #define HAVE_ALLOCA 1 - - /* Define to 1 if you have and it should be used (not on Ultrix). - */ - #define HAVE_ALLOCA_H 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_BP_SYM_H */ - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_CRTDEFS_H */ - - /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you - don't. */ - /* #undef HAVE_DECL_GETC_UNLOCKED */ - - /* Define to 1 if you have the declaration of `getdelim', and to 0 if you - don't. */ - #define HAVE_DECL_GETDELIM 1 - - /* Define to 1 if you have the declaration of `getline', and to 0 if you - don't. */ - #define HAVE_DECL_GETLINE 1 - - /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you - don't. */ - #define HAVE_DECL__SNPRINTF 0 - - /* Define to 1 if you have the header file. */ - #define HAVE_DLFCN_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_FEATURES_H 1 - - /* Define to 1 if you have the `flockfile' function. */ - /* #undef HAVE_FLOCKFILE */ - - /* Define to 1 if you have the `funlockfile' function. */ - /* #undef HAVE_FUNLOCKFILE */ - - /* Define to 1 if you have the 'getdelim' function. */ - #define HAVE_GETDELIM 1 - - /* Define if you have the 'intmax_t' type in or . */ - #define HAVE_INTMAX_T 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_INTTYPES_H 1 - - /* Define if exists, doesn't clash with , and - declares uintmax_t. */ - #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_LIMITS_H 1 - - /* Define to 1 if the system has the type 'long long int'. */ - #define HAVE_LONG_LONG_INT 1 - - /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including - config.h and . */ - #define HAVE_MAP_ANONYMOUS 1 - - /* Define to 1 if you have the `mbrtowc' function. */ - #define HAVE_MBRTOWC 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_MEMORY_H 1 - - /* Define to 1 if you have the 'mprotect' function. */ - #define HAVE_MPROTECT 1 - - /* Define to 1 if btowc is declared even after undefining macros. */ - #define HAVE_RAW_DECL_BTOWC 1 - - /* Define to 1 if dprintf is declared even after undefining macros. */ - #define HAVE_RAW_DECL_DPRINTF 1 - - /* Define to 1 if ffsl is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FFSL 1 - - /* Define to 1 if ffsll is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FFSLL 1 - - /* Define to 1 if fpurge is declared even after undefining macros. */ - /* #undef HAVE_RAW_DECL_FPURGE */ - - /* Define to 1 if fseeko is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FSEEKO 1 - - /* Define to 1 if ftello is declared even after undefining macros. */ - #define HAVE_RAW_DECL_FTELLO 1 - - /* Define to 1 if getdelim is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETDELIM 1 - - /* Define to 1 if getline is declared even after undefining macros. */ - #define HAVE_RAW_DECL_GETLINE 1 - - /* Define to 1 if gets is declared even after undefining macros. */ - /* #undef HAVE_RAW_DECL_GETS */ - - /* Define to 1 if mbrlen is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MBRLEN 1 - - /* Define to 1 if mbrtowc is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MBRTOWC 1 - - /* Define to 1 if mbsinit is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MBSINIT 1 - - /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MBSNRTOWCS 1 - - /* Define to 1 if mbsrtowcs is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MBSRTOWCS 1 - - /* Define to 1 if memmem is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MEMMEM 1 - - /* Define to 1 if mempcpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MEMPCPY 1 - - /* Define to 1 if memrchr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_MEMRCHR 1 - - /* Define to 1 if pclose is declared even after undefining macros. */ - #define HAVE_RAW_DECL_PCLOSE 1 - - /* Define to 1 if popen is declared even after undefining macros. */ - #define HAVE_RAW_DECL_POPEN 1 - - /* Define to 1 if rawmemchr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_RAWMEMCHR 1 - - /* Define to 1 if renameat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_RENAMEAT 1 - - /* Define to 1 if snprintf is declared even after undefining macros. */ - #define HAVE_RAW_DECL_SNPRINTF 1 - - /* Define to 1 if stpcpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STPCPY 1 - - /* Define to 1 if stpncpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STPNCPY 1 - - /* Define to 1 if strcasestr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRCASESTR 1 - - /* Define to 1 if strchrnul is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRCHRNUL 1 - - /* Define to 1 if strdup is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRDUP 1 - - /* Define to 1 if strerror_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRERROR_R 1 - - /* Define to 1 if strncat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRNCAT 1 - - /* Define to 1 if strndup is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRNDUP 1 - - /* Define to 1 if strnlen is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRNLEN 1 - - /* Define to 1 if strpbrk is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRPBRK 1 - - /* Define to 1 if strsep is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRSEP 1 - - /* Define to 1 if strsignal is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRSIGNAL 1 - - /* Define to 1 if strtok_r is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRTOK_R 1 - - /* Define to 1 if strverscmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_STRVERSCMP 1 - - /* Define to 1 if tmpfile is declared even after undefining macros. */ - #define HAVE_RAW_DECL_TMPFILE 1 - - /* Define to 1 if vdprintf is declared even after undefining macros. */ - #define HAVE_RAW_DECL_VDPRINTF 1 - - /* Define to 1 if vsnprintf is declared even after undefining macros. */ - #define HAVE_RAW_DECL_VSNPRINTF 1 - - /* Define to 1 if wcpcpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCPCPY 1 - - /* Define to 1 if wcpncpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCPNCPY 1 - - /* Define to 1 if wcrtomb is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCRTOMB 1 - - /* Define to 1 if wcscasecmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCASECMP 1 - - /* Define to 1 if wcscat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCAT 1 - - /* Define to 1 if wcschr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCHR 1 - - /* Define to 1 if wcscmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCMP 1 - - /* Define to 1 if wcscoll is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCOLL 1 - - /* Define to 1 if wcscpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCPY 1 - - /* Define to 1 if wcscspn is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSCSPN 1 - - /* Define to 1 if wcsdup is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSDUP 1 - - /* Define to 1 if wcsftime is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSFTIME 1 - - /* Define to 1 if wcslen is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSLEN 1 - - /* Define to 1 if wcsncasecmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNCASECMP 1 - - /* Define to 1 if wcsncat is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNCAT 1 - - /* Define to 1 if wcsncmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNCMP 1 - - /* Define to 1 if wcsncpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNCPY 1 - - /* Define to 1 if wcsnlen is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNLEN 1 - - /* Define to 1 if wcsnrtombs is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSNRTOMBS 1 - - /* Define to 1 if wcspbrk is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSPBRK 1 - - /* Define to 1 if wcsrchr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSRCHR 1 - - /* Define to 1 if wcsrtombs is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSRTOMBS 1 - - /* Define to 1 if wcsspn is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSSPN 1 - - /* Define to 1 if wcsstr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSSTR 1 - - /* Define to 1 if wcstok is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSTOK 1 - - /* Define to 1 if wcswidth is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSWIDTH 1 - - /* Define to 1 if wcsxfrm is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCSXFRM 1 - - /* Define to 1 if wctob is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCTOB 1 - - /* Define to 1 if wcwidth is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WCWIDTH 1 - - /* Define to 1 if wmemchr is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WMEMCHR 1 - - /* Define to 1 if wmemcmp is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WMEMCMP 1 - - /* Define to 1 if wmemcpy is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WMEMCPY 1 - - /* Define to 1 if wmemmove is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WMEMMOVE 1 - - /* Define to 1 if wmemset is declared even after undefining macros. */ - #define HAVE_RAW_DECL_WMEMSET 1 - - /* Define to 1 if 'sig_atomic_t' is a signed integer type. */ - /* #undef HAVE_SIGNED_SIG_ATOMIC_T */ - - /* Define to 1 if 'wchar_t' is a signed integer type. */ - /* #undef HAVE_SIGNED_WCHAR_T */ - - /* Define to 1 if 'wint_t' is a signed integer type. */ - /* #undef HAVE_SIGNED_WINT_T */ - - /* Define to 1 if you have the 'snprintf' function. */ - #define HAVE_SNPRINTF 1 - - /* Define if the return value of the snprintf function is the number of of - bytes (excluding the terminating NUL) that would have been produced if the - buffer had been large enough. */ - #define HAVE_SNPRINTF_RETVAL_C99 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STDINT_H 1 - - /* Define if exists, doesn't clash with , and declares - uintmax_t. */ - #define HAVE_STDINT_H_WITH_UINTMAX 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STDLIB_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STRINGS_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STRING_H 1 - - /* Define to 1 if you have the `strnlen' function. */ - #define HAVE_STRNLEN 1 - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_SYS_BITYPES_H */ - - /* Define to 1 if you have the header file. */ - /* #undef HAVE_SYS_INTTYPES_H */ - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_MMAN_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_STAT_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_TYPES_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_UNISTD_H 1 - - /* Define to 1 if the system has the type 'unsigned long long int'. */ - #define HAVE_UNSIGNED_LONG_LONG_INT 1 - - /* Define to 1 if you have the 'vasnprintf' function. */ - /* #undef HAVE_VASNPRINTF */ - - /* Define to 1 if you have the `vasprintf' function. */ - #define HAVE_VASPRINTF 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_WCHAR_H 1 - - /* Define if you have the 'wchar_t' type. */ - #define HAVE_WCHAR_T 1 - - /* Define to 1 if you have the `wcrtomb' function. */ - #define HAVE_WCRTOMB 1 - - /* Define to 1 if you have the `wcslen' function. */ - #define HAVE_WCSLEN 1 - - /* Define to 1 if you have the `wcsnlen' function. */ - #define HAVE_WCSNLEN 1 - - /* Define if you have the 'wint_t' type. */ - #define HAVE_WINT_T 1 - - /* Define to the sub-directory where libtool stores uninstalled libraries. */ - #define LT_OBJDIR ".libs/" - - /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ - /* #undef MAP_ANONYMOUS */ - - /* Use GNU style printf and scanf. */ - #ifndef __USE_MINGW_ANSI_STDIO - # define __USE_MINGW_ANSI_STDIO 1 - #endif - - - /* Name of package */ - #define PACKAGE "texinfo" - - /* Define to the address where bug reports for this package should be sent. */ - #define PACKAGE_BUGREPORT "" - - /* Define to the full name of this package. */ - #define PACKAGE_NAME "texinfo" - - /* Define to the full name and version of this package. */ - #define PACKAGE_STRING "texinfo 0" - - /* Define to the one symbol short name of this package. */ - #define PACKAGE_TARNAME "texinfo" - - /* Define to the home page for this package. */ - #define PACKAGE_URL "" - - /* Define to the version of this package. */ - #define PACKAGE_VERSION "0" - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type - 'ptrdiff_t'. */ - /* #undef PTRDIFF_T_SUFFIX */ - - /* Define if vasnprintf exists but is overridden by gnulib. */ - /* #undef REPLACE_VASNPRINTF */ - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type - 'sig_atomic_t'. */ - /* #undef SIG_ATOMIC_T_SUFFIX */ - - /* Define as the maximum value of type 'size_t', if the system doesn't define - it. */ - #ifndef SIZE_MAX - /* # undef SIZE_MAX */ - #endif - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type - 'size_t'. */ - /* #undef SIZE_T_SUFFIX */ - - /* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at runtime. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ - /* #undef STACK_DIRECTION */ - - /* Define to 1 if you have the ANSI C header files. */ - #define STDC_HEADERS 1 - - /* Enable extensions on AIX 3, Interix. */ - #ifndef _ALL_SOURCE - # define _ALL_SOURCE 1 - #endif - /* Enable general extensions on macOS. */ - #ifndef _DARWIN_C_SOURCE - # define _DARWIN_C_SOURCE 1 - #endif - /* Enable GNU extensions on systems that have them. */ - #ifndef _GNU_SOURCE - # define _GNU_SOURCE 1 - #endif - /* Enable threading extensions on Solaris. */ - #ifndef _POSIX_PTHREAD_SEMANTICS - # define _POSIX_PTHREAD_SEMANTICS 1 - #endif - /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ - #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ - # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - #endif - /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ - #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ - # define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - #endif - /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ - #ifndef __STDC_WANT_IEC_60559_DFP_EXT__ - # define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - #endif - /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ - #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ - # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - #endif - /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ - #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ - # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - #endif - /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ - #ifndef __STDC_WANT_LIB_EXT2__ - # define __STDC_WANT_LIB_EXT2__ 1 - #endif - /* Enable extensions specified by ISO/IEC 24747:2009. */ - #ifndef __STDC_WANT_MATH_SPEC_FUNCS__ - # define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - #endif - /* Enable extensions on HP NonStop. */ - #ifndef _TANDEM_SOURCE - # define _TANDEM_SOURCE 1 - #endif - /* Enable X/Open extensions if necessary. HP-UX 11.11 defines - mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of - whether compiling with -Ae or -D_HPUX_SOURCE=1. */ - #ifndef _XOPEN_SOURCE - /* # undef _XOPEN_SOURCE */ - #endif - /* Enable general extensions on Solaris. */ - #ifndef __EXTENSIONS__ - # define __EXTENSIONS__ 1 - #endif - - - /* Version number of package */ - #define VERSION "0" - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type - 'wchar_t'. */ - /* #undef WCHAR_T_SUFFIX */ - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type - 'wint_t'. */ - /* #undef WINT_T_SUFFIX */ - - /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most - significant byte first (like Motorola and SPARC, unlike Intel). */ - #if defined AC_APPLE_UNIVERSAL_BUILD - # if defined __BIG_ENDIAN__ - # define WORDS_BIGENDIAN 1 - # endif - #else - # ifndef WORDS_BIGENDIAN - /* # undef WORDS_BIGENDIAN */ - # endif - #endif - - /* Define to 1 if on MINIX. */ - /* #undef _MINIX */ - - /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */ - /* #undef _NETBSD_SOURCE */ - - /* The _Noreturn keyword of C11. */ - #if ! (defined _Noreturn \ - || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) - # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ - || 0x5110 <= __SUNPRO_C) - # define _Noreturn __attribute__ ((__noreturn__)) - # elif defined _MSC_VER && 1200 <= _MSC_VER - # define _Noreturn __declspec (noreturn) - # else - # define _Noreturn - # endif - #endif - - - /* Define to 2 if the system does not provide POSIX.1 features except with - this defined. */ - /* #undef _POSIX_1_SOURCE */ - - /* Define to 1 if you need to in order for 'stat' and other things to work. */ - /* #undef _POSIX_SOURCE */ - - /* Define to 1 if the system predates C++11. */ - /* #undef __STDC_CONSTANT_MACROS */ - - /* Define to 1 if the system predates C++11. */ - /* #undef __STDC_LIMIT_MACROS */ - - /* Please see the Gnulib manual for how to use these macros. - - Suppress extern inline with HP-UX cc, as it appears to be broken; see - . - - Suppress extern inline with Sun C in standards-conformance mode, as it - mishandles inline functions that call each other. E.g., for 'inline void f - (void) { } inline void g (void) { f (); }', c99 incorrectly complains - 'reference to static identifier "f" in extern inline function'. - This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16. - - Suppress extern inline (with or without __attribute__ ((__gnu_inline__))) - on configurations that mistakenly use 'static inline' to implement - functions or macros in standard C headers like . For example, - if isdigit is mistakenly implemented via a static inline function, - a program containing an extern inline function that calls isdigit - may not work since the C standard prohibits extern inline functions - from calling static functions. This bug is known to occur on: - - OS X 10.8 and earlier; see: - http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html - - DragonFly; see - http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log - - FreeBSD; see: - http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html - - OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and - for clang but remains for g++; see . - Assume DragonFly and FreeBSD will be similar. */ - #if (((defined __APPLE__ && defined __MACH__) \ - || defined __DragonFly__ || defined __FreeBSD__) \ - && (defined __header_inline \ - ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \ - && ! defined __clang__) \ - : ((! defined _DONT_USE_CTYPE_INLINE_ \ - && (defined __GNUC__ || defined __cplusplus)) \ - || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \ - && defined __GNUC__ && ! defined __cplusplus)))) - # define _GL_EXTERN_INLINE_STDHEADER_BUG - #endif - #if ((__GNUC__ \ - ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \ - : (199901L <= __STDC_VERSION__ \ - && !defined __HP_cc \ - && !defined __PGI \ - && !(defined __SUNPRO_C && __STDC__))) \ - && !defined _GL_EXTERN_INLINE_STDHEADER_BUG) - # define _GL_INLINE inline - # define _GL_EXTERN_INLINE extern inline - # define _GL_EXTERN_INLINE_IN_USE - #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \ - && !defined _GL_EXTERN_INLINE_STDHEADER_BUG) - # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__ - /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */ - # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) - # else - # define _GL_INLINE extern inline - # endif - # define _GL_EXTERN_INLINE extern - # define _GL_EXTERN_INLINE_IN_USE - #else - # define _GL_INLINE static _GL_UNUSED - # define _GL_EXTERN_INLINE static _GL_UNUSED - #endif - - /* In GCC 4.6 (inclusive) to 5.1 (exclusive), - suppress bogus "no previous prototype for 'FOO'" - and "no previous declaration for 'FOO'" diagnostics, - when FOO is an inline function in the header; see - and - . */ - #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__ - # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ - # define _GL_INLINE_HEADER_CONST_PRAGMA - # else - # define _GL_INLINE_HEADER_CONST_PRAGMA \ - _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"") - # endif - # define _GL_INLINE_HEADER_BEGIN \ - _Pragma ("GCC diagnostic push") \ - _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \ - _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \ - _GL_INLINE_HEADER_CONST_PRAGMA - # define _GL_INLINE_HEADER_END \ - _Pragma ("GCC diagnostic pop") - #else - # define _GL_INLINE_HEADER_BEGIN - # define _GL_INLINE_HEADER_END - #endif - - /* Define to long or long long if and don't define. */ - /* #undef intmax_t */ - - /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports - the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of - earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. - __APPLE__ && __MACH__ test for Mac OS X. - __APPLE_CC__ tests for the Apple compiler and its version. - __STDC_VERSION__ tests for the C99 mode. */ - #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ - # define __GNUC_STDC_INLINE__ 1 - #endif - - /* Define to `int' if does not define. */ - /* #undef mode_t */ - - /* Define to `int' if does not define. */ - /* #undef pid_t */ - - /* Define as the type of the result of subtracting two pointers, if the system - doesn't define it. */ - /* #undef ptrdiff_t */ - - /* Define to the equivalent of the C99 'restrict' keyword, or to - nothing if this is not supported. Do not define if restrict is - supported directly. */ - #define restrict __restrict - /* Work around a bug in Sun C++: it does not support _Restrict or - __restrict__, even though the corresponding Sun C compiler ends up with - "#define restrict _Restrict" or "#define restrict __restrict__" in the - previous line. Perhaps some future version of Sun C++ will work with - restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ - #if defined __SUNPRO_CC && !defined __RESTRICT - # define _Restrict - # define __restrict__ - #endif - - /* Define to `unsigned int' if does not define. */ - /* #undef size_t */ - - /* Define as a signed type of the same size as size_t. */ - /* #undef ssize_t */ - - /* Define as a marker that can be attached to declarations that might not - be used. This helps to reduce warnings, such as from - GCC -Wunused-parameter. */ - #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) - # define _GL_UNUSED __attribute__ ((__unused__)) - #else - # define _GL_UNUSED - #endif - /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name - is a misnomer outside of parameter lists. */ - #define _UNUSED_PARAMETER_ _GL_UNUSED - - /* gcc supports the "unused" attribute on possibly unused labels, and - g++ has since version 4.5. Note to support C++ as well as C, - _GL_UNUSED_LABEL should be used with a trailing ; */ - #if !defined __cplusplus || __GNUC__ > 4 \ - || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) - # define _GL_UNUSED_LABEL _GL_UNUSED - #else - # define _GL_UNUSED_LABEL - #endif - - /* The __pure__ attribute was added in gcc 2.96. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) - # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) - #else - # define _GL_ATTRIBUTE_PURE /* empty */ - #endif - - /* The __const__ attribute was added in gcc 2.95. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) - # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) - #else - # define _GL_ATTRIBUTE_CONST /* empty */ - #endif - --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/config.in texinfo-6.5/tp/Texinfo/Convert/XSParagraph/config.in *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/config.in 2017-06-08 18:53:28.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/config.in 2017-07-10 19:41:43.000000000 +0100 *************** *** 610,613 **** --- 610,616 ---- #undef _POSIX_SOURCE + /* For standard stat data types on VMS. */ + #undef _USE_STD_STAT + /* Define to 1 if the system predates C++11. */ #undef __STDC_CONSTANT_MACROS diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/config.log texinfo-6.5/tp/Texinfo/Convert/XSParagraph/config.log *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/config.log 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/config.log 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,3351 **** - This file contains any messages produced by compilers while - running configure, to aid debugging if configure makes a mistake. - - It was created by texinfo configure 0, which was - generated by GNU Autoconf 2.69. Invocation command line was - - $ ./configure --disable-option-checking --prefix=NONE --cache-file=/dev/null --srcdir=. - - ## --------- ## - ## Platform. ## - ## --------- ## - - hostname = darkstar - uname -m = i686 - uname -r = 3.10.17 - uname -s = Linux - uname -v = #1 Wed Oct 23 17:38:30 CDT 2013 - - /usr/bin/uname -p = Intel(R) Celeron(R) CPU 900 @ 2.20GHz - /bin/uname -X = unknown - - /bin/arch = i686 - /usr/bin/arch -k = unknown - /usr/convex/getsysinfo = unknown - /usr/bin/hostinfo = unknown - /bin/machine = unknown - /usr/bin/oslevel = unknown - /bin/universe = unknown - - PATH: /home/g/go/bin - PATH: /home/g/local/bin - PATH: /usr/local/bin - PATH: /usr/bin - PATH: /bin - PATH: /usr/games - PATH: /usr/lib/kde4/libexec - PATH: /usr/lib/qt/bin - PATH: /usr/share/texmf/bin - PATH: /home/g/RealPlayer - PATH: /usr/local/go/bin - - - ## ----------- ## - ## Core tests. ## - ## ----------- ## - - configure:2932: checking for a BSD-compatible install - configure:3000: result: /usr/bin/ginstall -c - configure:3011: checking whether build environment is sane - configure:3066: result: yes - configure:3217: checking for a thread-safe mkdir -p - configure:3256: result: /usr/bin/mkdir -p - configure:3263: checking for gawk - configure:3279: found /usr/local/bin/gawk - configure:3290: result: gawk - configure:3301: checking whether make sets $(MAKE) - configure:3323: result: yes - configure:3352: checking whether make supports nested variables - configure:3369: result: yes - configure:3532: checking for perl - configure:3550: found /usr/bin/perl - configure:3562: result: /usr/bin/perl - configure:3577: checking Perl configuration value cc - configure:3580: result: cc - configure:3641: checking for gcc - configure:3668: result: cc - configure:3897: checking for C compiler version - configure:3906: cc --version >&5 - cc (GCC) 4.8.2 - Copyright (C) 2013 Free Software Foundation, Inc. - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - configure:3917: $? = 0 - configure:3906: cc -v >&5 - Reading specs from /usr/lib/gcc/i486-slackware-linux/4.8.2/specs - COLLECT_GCC=cc - COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.8.2/lto-wrapper - Target: i486-slackware-linux - Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib/jvm/jre --with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports --with-arch-directory=i386 --with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux - Thread model: posix - gcc version 4.8.2 (GCC) - configure:3917: $? = 0 - configure:3906: cc -V >&5 - cc: error: unrecognized command line option '-V' - cc: fatal error: no input files - compilation terminated. - configure:3917: $? = 1 - configure:3906: cc -qversion >&5 - cc: error: unrecognized command line option '-qversion' - cc: fatal error: no input files - compilation terminated. - configure:3917: $? = 1 - configure:3937: checking whether the C compiler works - configure:3959: cc conftest.c >&5 - configure:3963: $? = 0 - configure:4011: result: yes - configure:4014: checking for C compiler default output file name - configure:4016: result: a.out - configure:4022: checking for suffix of executables - configure:4029: cc -o conftest conftest.c >&5 - configure:4033: $? = 0 - configure:4055: result: - configure:4077: checking whether we are cross compiling - configure:4085: cc -o conftest conftest.c >&5 - configure:4089: $? = 0 - configure:4096: ./conftest - configure:4100: $? = 0 - configure:4115: result: no - configure:4120: checking for suffix of object files - configure:4142: cc -c conftest.c >&5 - configure:4146: $? = 0 - configure:4167: result: o - configure:4171: checking whether we are using the GNU C compiler - configure:4190: cc -c conftest.c >&5 - configure:4190: $? = 0 - configure:4199: result: yes - configure:4208: checking whether cc accepts -g - configure:4228: cc -c -g conftest.c >&5 - configure:4228: $? = 0 - configure:4269: result: yes - configure:4286: checking for cc option to accept ISO C89 - configure:4349: cc -c -g -O2 conftest.c >&5 - configure:4349: $? = 0 - configure:4362: result: none needed - configure:4387: checking whether cc understands -c and -o together - configure:4409: cc -c conftest.c -o conftest2.o - configure:4412: $? = 0 - configure:4409: cc -c conftest.c -o conftest2.o - configure:4412: $? = 0 - configure:4424: result: yes - configure:4452: checking for style of include used by make - configure:4480: result: GNU - configure:4506: checking dependency style of cc - configure:4617: result: gcc3 - configure:4639: checking how to run the C preprocessor - configure:4670: cc -E conftest.c - configure:4670: $? = 0 - configure:4684: cc -E conftest.c - conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory - #include - ^ - compilation terminated. - configure:4684: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | /* end confdefs.h. */ - | #include - configure:4709: result: cc -E - configure:4729: cc -E conftest.c - configure:4729: $? = 0 - configure:4743: cc -E conftest.c - conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory - #include - ^ - compilation terminated. - configure:4743: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | /* end confdefs.h. */ - | #include - configure:4772: checking for grep that handles long lines and -e - configure:4830: result: /usr/bin/grep - configure:4835: checking for egrep - configure:4897: result: /usr/bin/grep -E - configure:4902: checking for ANSI C header files - configure:4922: cc -c -g -O2 conftest.c >&5 - configure:4922: $? = 0 - configure:4995: cc -o conftest -g -O2 conftest.c >&5 - configure:4995: $? = 0 - configure:4995: ./conftest - configure:4995: $? = 0 - configure:5006: result: yes - configure:5019: checking for sys/types.h - configure:5019: cc -c -g -O2 conftest.c >&5 - configure:5019: $? = 0 - configure:5019: result: yes - configure:5019: checking for sys/stat.h - configure:5019: cc -c -g -O2 conftest.c >&5 - configure:5019: $? = 0 - configure:5019: result: yes - configure:5019: checking for stdlib.h - configure:5019: cc -c -g -O2 conftest.c >&5 - configure:5019: $? = 0 - configure:5019: result: yes - configure:5019: checking for string.h - configure:5019: cc -c -g -O2 conftest.c >&5 - configure:5019: $? = 0 - configure:5019: result: yes - configure:5019: checking for memory.h - configure:5019: cc -c -g -O2 conftest.c >&5 - configure:5019: $? = 0 - configure:5019: result: yes - configure:5019: checking for strings.h - configure:5019: cc -c -g -O2 conftest.c >&5 - configure:5019: $? = 0 - configure:5019: result: yes - configure:5019: checking for inttypes.h - configure:5019: cc -c -g -O2 conftest.c >&5 - configure:5019: $? = 0 - configure:5019: result: yes - configure:5019: checking for stdint.h - configure:5019: cc -c -g -O2 conftest.c >&5 - configure:5019: $? = 0 - configure:5019: result: yes - configure:5019: checking for unistd.h - configure:5019: cc -c -g -O2 conftest.c >&5 - configure:5019: $? = 0 - configure:5019: result: yes - configure:5032: checking minix/config.h usability - configure:5032: cc -c -g -O2 conftest.c >&5 - conftest.c:54:26: fatal error: minix/config.h: No such file or directory - #include - ^ - compilation terminated. - configure:5032: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | #include - configure:5032: result: no - configure:5032: checking minix/config.h presence - configure:5032: cc -E conftest.c - conftest.c:21:26: fatal error: minix/config.h: No such file or directory - #include - ^ - compilation terminated. - configure:5032: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | /* end confdefs.h. */ - | #include - configure:5032: result: no - configure:5032: checking for minix/config.h - configure:5032: result: no - configure:5056: checking whether it is safe to define __EXTENSIONS__ - configure:5074: cc -c -g -O2 conftest.c >&5 - configure:5074: $? = 0 - configure:5081: result: yes - configure:5110: checking whether _XOPEN_SOURCE should be defined - configure:5129: cc -c -g -O2 conftest.c >&5 - configure:5129: $? = 0 - configure:5153: result: no - configure:5168: checking for Minix Amsterdam compiler - configure:5192: result: no - configure:5249: checking for ar - configure:5265: found /usr/bin/ar - configure:5276: result: ar - configure:5351: checking for ranlib - configure:5367: found /usr/bin/ranlib - configure:5378: result: ranlib - configure:5441: checking for xsubpp - configure:5459: found /usr/bin/xsubpp - configure:5471: result: /usr/bin/xsubpp - configure:5491: checking for size_t - configure:5491: cc -c -g -O2 conftest.c >&5 - configure:5491: $? = 0 - configure:5491: cc -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:70:21: error: expected expression before ')' token - if (sizeof ((size_t))) - ^ - configure:5491: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | int - | main () - | { - | if (sizeof ((size_t))) - | return 0; - | ; - | return 0; - | } - configure:5491: result: yes - configure:5504: checking for working alloca.h - configure:5521: cc -o conftest -g -O2 conftest.c >&5 - configure:5521: $? = 0 - configure:5529: result: yes - configure:5537: checking for alloca - configure:5574: cc -o conftest -g -O2 conftest.c >&5 - configure:5574: $? = 0 - configure:5582: result: yes - configure:5694: checking whether the preprocessor supports include_next - configure:5732: cc -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5 - configure:5732: $? = 0 - configure:5753: result: yes - configure:5774: checking whether system header files limit the line length - configure:5797: result: no - configure:5810: checking build system type - configure:5824: result: i686-pc-linux-gnu - configure:5844: checking host system type - configure:5857: result: i686-pc-linux-gnu - configure:5879: checking for complete errno.h - configure:5952: result: yes - configure:6360: checking whether getdelim is declared - configure:6360: cc -c -g -O2 conftest.c >&5 - configure:6360: $? = 0 - configure:6360: result: yes - configure:6379: checking for getdelim - configure:6379: cc -o conftest -g -O2 conftest.c >&5 - configure:6379: $? = 0 - configure:6379: result: yes - configure:6379: checking for mprotect - configure:6379: cc -o conftest -g -O2 conftest.c >&5 - configure:6379: $? = 0 - configure:6379: result: yes - configure:6379: checking for vasnprintf - configure:6379: cc -o conftest -g -O2 conftest.c >&5 - /tmp/ccUfvMDU.o: In function `main': - /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/conftest.c:73: undefined reference to `vasnprintf' - collect2: error: ld returned 1 exit status - configure:6379: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | /* end confdefs.h. */ - | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. - | For example, HP-UX 11i declares gettimeofday. */ - | #define vasnprintf innocuous_vasnprintf - | - | /* System header to define __stub macros and hopefully few prototypes, - | which can conflict with char vasnprintf (); below. - | Prefer to if __STDC__ is defined, since - | exists even on freestanding compilers. */ - | - | #ifdef __STDC__ - | # include - | #else - | # include - | #endif - | - | #undef vasnprintf - | - | /* Override any GCC internal prototype to avoid an error. - | Use char because int might match the return type of a GCC - | builtin and then its argument prototype would still apply. */ - | #ifdef __cplusplus - | extern "C" - | #endif - | char vasnprintf (); - | /* The GNU C library defines this for functions which it implements - | to always fail with ENOSYS. Some functions are actually named - | something starting with __ and the normal name is an alias. */ - | #if defined __stub_vasnprintf || defined __stub___vasnprintf - | choke me - | #endif - | - | int - | main () - | { - | return vasnprintf (); - | ; - | return 0; - | } - configure:6379: result: no - configure:6379: checking for snprintf - configure:6379: cc -o conftest -g -O2 conftest.c >&5 - conftest.c:62:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] - char snprintf (); - ^ - configure:6379: $? = 0 - configure:6379: result: yes - configure:6393: checking whether getline is declared - configure:6393: cc -c -g -O2 conftest.c >&5 - configure:6393: $? = 0 - configure:6393: result: yes - configure:6412: checking limits.h usability - configure:6412: cc -c -g -O2 conftest.c >&5 - configure:6412: $? = 0 - configure:6412: result: yes - configure:6412: checking limits.h presence - configure:6412: cc -E conftest.c - configure:6412: $? = 0 - configure:6412: result: yes - configure:6412: checking for limits.h - configure:6412: result: yes - configure:6412: checking sys/mman.h usability - configure:6412: cc -c -g -O2 conftest.c >&5 - configure:6412: $? = 0 - configure:6412: result: yes - configure:6412: checking sys/mman.h presence - configure:6412: cc -E conftest.c - configure:6412: $? = 0 - configure:6412: result: yes - configure:6412: checking for sys/mman.h - configure:6412: result: yes - configure:6412: checking wchar.h usability - configure:6412: cc -c -g -O2 conftest.c >&5 - configure:6412: $? = 0 - configure:6412: result: yes - configure:6412: checking wchar.h presence - configure:6412: cc -E conftest.c - configure:6412: $? = 0 - configure:6412: result: yes - configure:6412: checking for wchar.h - configure:6412: result: yes - configure:6412: checking for stdint.h - configure:6412: result: yes - configure:6412: checking features.h usability - configure:6412: cc -c -g -O2 conftest.c >&5 - configure:6412: $? = 0 - configure:6412: result: yes - configure:6412: checking features.h presence - configure:6412: cc -E conftest.c - configure:6412: $? = 0 - configure:6412: result: yes - configure:6412: checking for features.h - configure:6412: result: yes - configure:6412: checking crtdefs.h usability - configure:6412: cc -c -g -O2 conftest.c >&5 - conftest.c:79:21: fatal error: crtdefs.h: No such file or directory - #include - ^ - compilation terminated. - configure:6412: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | #include - configure:6412: result: no - configure:6412: checking crtdefs.h presence - configure:6412: cc -E conftest.c - conftest.c:46:21: fatal error: crtdefs.h: No such file or directory - #include - ^ - compilation terminated. - configure:6412: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | /* end confdefs.h. */ - | #include - configure:6412: result: no - configure:6412: checking for crtdefs.h - configure:6412: result: no - configure:6512: checking whether limits.h has ULLONG_WIDTH etc. - configure:6532: cc -c -g -O2 conftest.c >&5 - conftest.c:50:38: error: 'ULLONG_WIDTH' undeclared here (not in a function) - int ullw = ULLONG_WIDTH; - ^ - configure:6532: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | /* end confdefs.h. */ - | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #endif - | #include - | int ullw = ULLONG_WIDTH; - | int - | main () - | { - | - | ; - | return 0; - | } - configure:6539: result: no - configure:6648: checking for mmap - configure:6648: cc -o conftest -g -O2 conftest.c >&5 - configure:6648: $? = 0 - configure:6648: result: yes - configure:6659: checking for MAP_ANONYMOUS - configure:6696: result: yes - configure:6730: checking whether memchr works - configure:6793: cc -o conftest -g -O2 conftest.c >&5 - configure:6793: $? = 0 - configure:6793: ./conftest - configure:6793: $? = 0 - configure:6803: result: yes - configure:6820: cc -c -g -O2 conftest.c >&5 - conftest.c:48:10: error: unknown type name 'not' - not a universal capable compiler - ^ - conftest.c:48:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' - not a universal capable compiler - ^ - conftest.c:48:16: error: unknown type name 'universal' - configure:6820: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_MAP_ANONYMOUS 1 - | /* end confdefs.h. */ - | #ifndef __APPLE_CC__ - | not a universal capable compiler - | #endif - | typedef int dummy; - | - configure:6858: checking for wchar_t - configure:6875: cc -c -g -O2 conftest.c >&5 - configure:6875: $? = 0 - configure:6882: result: yes - configure:6891: checking for wint_t - configure:6916: cc -c -g -O2 conftest.c >&5 - configure:6916: $? = 0 - configure:6923: result: yes - configure:6930: checking whether wint_t is too small - configure:6958: cc -c -g -O2 conftest.c >&5 - configure:6958: $? = 0 - configure:6965: result: no - configure:6978: checking for unsigned long long int - configure:7017: cc -o conftest -g -O2 conftest.c >&5 - configure:7017: $? = 0 - configure:7026: result: yes - configure:7036: checking for long long int - configure:7074: cc -o conftest -g -O2 conftest.c >&5 - configure:7074: $? = 0 - configure:7074: ./conftest - configure:7074: $? = 0 - configure:7086: result: yes - configure:7244: checking whether stdint.h conforms to C99 - configure:7424: cc -c -g -O2 conftest.c >&5 - configure:7424: $? = 0 - configure:7506: cc -o conftest -g -O2 conftest.c >&5 - configure:7506: $? = 0 - configure:7506: ./conftest - configure:7506: $? = 0 - configure:7518: result: yes - configure:7528: checking whether stdint.h predates C++11 - configure:7564: cc -c -g -O2 conftest.c >&5 - configure:7564: $? = 0 - configure:7569: result: no - configure:7580: checking whether stdint.h has UINTMAX_WIDTH etc. - configure:7616: cc -c -g -O2 conftest.c >&5 - conftest.c:69:22: error: 'UINTMAX_WIDTH' undeclared here (not in a function) - int iw = UINTMAX_WIDTH; - ^ - configure:7616: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_WINT_T 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | /* end confdefs.h. */ - | - | /* Work if build is not clean. */ - | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 - | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #endif - | #include - | - | /* BSD/OS 4.0.1 has a bug: , and must be - | included before . */ - | #include - | #include - | #if HAVE_WCHAR_H - | # include - | # include - | # include - | #endif - | - | int iw = UINTMAX_WIDTH; - | - | int - | main () - | { - | - | ; - | return 0; - | } - configure:7621: result: no - configure:7970: checking for C/C++ restrict keyword - configure:7997: cc -c -g -O2 conftest.c >&5 - configure:7997: $? = 0 - configure:8005: result: __restrict - configure:8096: checking whether ffsl is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether ffsll is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether memmem is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether mempcpy is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether memrchr is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether rawmemchr is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether stpcpy is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether stpncpy is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strchrnul is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strdup is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strncat is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strndup is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strnlen is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strpbrk is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strsep is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strcasestr is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strtok_r is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strerror_r is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strsignal is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8096: checking whether strverscmp is declared without a macro - configure:8114: cc -c -g -O2 conftest.c >&5 - configure:8114: $? = 0 - configure:8122: result: yes - configure:8136: checking for pid_t - configure:8136: cc -c -g -O2 conftest.c >&5 - configure:8136: $? = 0 - configure:8136: cc -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:108:20: error: expected expression before ')' token - if (sizeof ((pid_t))) - ^ - configure:8136: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_WINT_T 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define restrict __restrict - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | int - | main () - | { - | if (sizeof ((pid_t))) - | return 0; - | ; - | return 0; - | } - configure:8136: result: yes - configure:8147: checking for mode_t - configure:8147: cc -c -g -O2 conftest.c >&5 - configure:8147: $? = 0 - configure:8147: cc -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:108:21: error: expected expression before ')' token - if (sizeof ((mode_t))) - ^ - configure:8147: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_WINT_T 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define restrict __restrict - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | int - | main () - | { - | if (sizeof ((mode_t))) - | return 0; - | ; - | return 0; - | } - configure:8147: result: yes - configure:8270: checking for inttypes.h - configure:8289: cc -c -g -O2 conftest.c >&5 - configure:8289: $? = 0 - configure:8296: result: yes - configure:8307: checking for stdint.h - configure:8324: cc -c -g -O2 conftest.c >&5 - configure:8324: $? = 0 - configure:8331: result: yes - configure:8344: checking for intmax_t - configure:8369: cc -c -g -O2 conftest.c >&5 - configure:8369: $? = 0 - configure:8376: result: yes - configure:8395: checking where to find the exponent in a 'double' - configure:8709: cc -o conftest -g -O2 conftest.c >&5 - configure:8709: $? = 0 - configure:8709: ./conftest - configure:8709: $? = 0 - configure:8721: result: word 1 bit 20 - configure:8757: checking whether snprintf returns a byte count as in C99 - configure:8827: cc -o conftest -g -O2 conftest.c >&5 - configure:8827: $? = 0 - configure:8827: ./conftest - configure:8827: $? = 0 - configure:8838: result: yes - configure:8849: checking for snprintf - configure:8849: result: yes - configure:8849: checking for strnlen - configure:8849: cc -o conftest -g -O2 conftest.c >&5 - configure:8849: $? = 0 - configure:8849: result: yes - configure:8849: checking for wcslen - configure:8849: cc -o conftest -g -O2 conftest.c >&5 - configure:8849: $? = 0 - configure:8849: result: yes - configure:8849: checking for wcsnlen - configure:8849: cc -o conftest -g -O2 conftest.c >&5 - configure:8849: $? = 0 - configure:8849: result: yes - configure:8849: checking for mbrtowc - configure:8849: cc -o conftest -g -O2 conftest.c >&5 - configure:8849: $? = 0 - configure:8849: result: yes - configure:8849: checking for wcrtomb - configure:8849: cc -o conftest -g -O2 conftest.c >&5 - configure:8849: $? = 0 - configure:8849: result: yes - configure:8858: checking whether _snprintf is declared - configure:8858: cc -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:92:10: error: '_snprintf' undeclared (first use in this function) - (void) _snprintf; - ^ - conftest.c:92:10: note: each undeclared identifier is reported only once for each function it appears in - configure:8858: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_WINT_T 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define restrict __restrict - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | /* end confdefs.h. */ - | #include - | - | int - | main () - | { - | #ifndef _snprintf - | #ifdef __cplusplus - | (void) _snprintf; - | #else - | (void) _snprintf; - | #endif - | #endif - | - | ; - | return 0; - | } - configure:8858: result: no - configure:8977: checking whether uses 'inline' correctly - configure:9001: cc -c -g -O2 conftest1.c >&5 - cc: error: conftest1.c: No such file or directory - cc: fatal error: no input files - compilation terminated. - configure:9004: $? = 1 - configure:9038: result: yes - configure:9101: checking for alloca as a compiler built-in - configure:9125: result: yes - configure:9201: checking whether conversion from 'int' to 'long double' works - configure:9242: cc -o conftest -g -O2 conftest.c >&5 - configure:9242: $? = 0 - configure:9242: ./conftest - configure:9242: $? = 0 - configure:9253: result: yes - configure:9392: checking for working getdelim function - configure:9454: cc -o conftest -g -O2 conftest.c >&5 - configure:9454: $? = 0 - configure:9454: ./conftest - configure:9454: $? = 0 - configure:9464: result: yes - configure:9545: checking for getline - configure:9545: cc -o conftest -g -O2 conftest.c >&5 - configure:9545: $? = 0 - configure:9545: result: yes - configure:9553: checking for working getline function - configure:9616: cc -o conftest -g -O2 conftest.c >&5 - configure:9616: $? = 0 - configure:9616: ./conftest - configure:9616: $? = 0 - configure:9626: result: yes - configure:9717: checking for stdint.h - configure:9717: result: yes - configure:9727: checking for SIZE_MAX - configure:9798: result: yes - configure:9810: checking for ssize_t - configure:9827: cc -c -g -O2 conftest.c >&5 - configure:9827: $? = 0 - configure:9834: result: yes - configure:9846: checking for max_align_t - configure:9846: cc -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:96:13: error: 'max_align_t' undeclared (first use in this function) - if (sizeof (max_align_t)) - ^ - conftest.c:96:13: note: each undeclared identifier is reported only once for each function it appears in - configure:9846: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_WINT_T 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define restrict __restrict - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define GNULIB_TEST_GETDELIM 1 - | #define GNULIB_TEST_GETLINE 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_STDINT_H 1 - | /* end confdefs.h. */ - | #include - | - | - | int - | main () - | { - | if (sizeof (max_align_t)) - | return 0; - | ; - | return 0; - | } - configure:9846: result: no - configure:9859: checking whether NULL can be used in arbitrary expressions - configure:9877: cc -c -g -O2 conftest.c >&5 - configure:9877: $? = 0 - configure:9884: result: yes - configure:10051: checking which flavor of printf attribute matches inttypes macros - configure:10078: cc -c -g -O2 conftest.c >&5 - configure:10078: $? = 0 - configure:10085: result: system - configure:10132: checking whether dprintf is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether fpurge is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:100:10: error: 'fpurge' undeclared (first use in this function) - (void) fpurge; - ^ - conftest.c:100:10: note: each undeclared identifier is reported only once for each function it appears in - configure:10150: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_WINT_T 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define restrict __restrict - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define GNULIB_TEST_GETDELIM 1 - | #define GNULIB_TEST_GETLINE 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_STDINT_H 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | /* end confdefs.h. */ - | #include - | - | int - | main () - | { - | #undef fpurge - | (void) fpurge; - | ; - | return 0; - | } - configure:10158: result: no - configure:10132: checking whether fseeko is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether ftello is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether getdelim is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether getline is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether gets is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:104:10: error: 'gets' undeclared (first use in this function) - (void) gets; - ^ - conftest.c:104:10: note: each undeclared identifier is reported only once for each function it appears in - configure:10150: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_WINT_T 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define restrict __restrict - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define GNULIB_TEST_GETDELIM 1 - | #define GNULIB_TEST_GETLINE 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_STDINT_H 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | /* end confdefs.h. */ - | #include - | - | int - | main () - | { - | #undef gets - | (void) gets; - | ; - | return 0; - | } - configure:10158: result: no - configure:10132: checking whether pclose is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether popen is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether renameat is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether snprintf is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether tmpfile is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether vdprintf is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10132: checking whether vsnprintf is declared without a macro - configure:10150: cc -c -g -O2 conftest.c >&5 - configure:10150: $? = 0 - configure:10158: result: yes - configure:10248: checking for ptrdiff_t - configure:10248: cc -c -g -O2 conftest.c >&5 - configure:10248: $? = 0 - configure:10248: cc -c -g -O2 conftest.c >&5 - conftest.c: In function 'main': - conftest.c:141:24: error: expected expression before ')' token - if (sizeof ((ptrdiff_t))) - ^ - configure:10248: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | #define STDC_HEADERS 1 - | #define HAVE_SYS_TYPES_H 1 - | #define HAVE_SYS_STAT_H 1 - | #define HAVE_STDLIB_H 1 - | #define HAVE_STRING_H 1 - | #define HAVE_MEMORY_H 1 - | #define HAVE_STRINGS_H 1 - | #define HAVE_INTTYPES_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_UNISTD_H 1 - | #define __EXTENSIONS__ 1 - | #define _ALL_SOURCE 1 - | #define _DARWIN_C_SOURCE 1 - | #define _GNU_SOURCE 1 - | #define _POSIX_PTHREAD_SEMANTICS 1 - | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - | #define __STDC_WANT_LIB_EXT2__ 1 - | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - | #define _TANDEM_SOURCE 1 - | #define HAVE_ALLOCA_H 1 - | #define HAVE_ALLOCA 1 - | #define HAVE_DECL_GETDELIM 1 - | #define HAVE_GETDELIM 1 - | #define HAVE_MPROTECT 1 - | #define HAVE_SNPRINTF 1 - | #define HAVE_DECL_GETLINE 1 - | #define HAVE_LIMITS_H 1 - | #define HAVE_SYS_MMAN_H 1 - | #define HAVE_WCHAR_H 1 - | #define HAVE_STDINT_H 1 - | #define HAVE_FEATURES_H 1 - | #define HAVE_MAP_ANONYMOUS 1 - | #define HAVE_WCHAR_T 1 - | #define HAVE_WINT_T 1 - | #define HAVE_UNSIGNED_LONG_LONG_INT 1 - | #define HAVE_LONG_LONG_INT 1 - | #define restrict __restrict - | #define HAVE_RAW_DECL_FFSL 1 - | #define HAVE_RAW_DECL_FFSLL 1 - | #define HAVE_RAW_DECL_MEMMEM 1 - | #define HAVE_RAW_DECL_MEMPCPY 1 - | #define HAVE_RAW_DECL_MEMRCHR 1 - | #define HAVE_RAW_DECL_RAWMEMCHR 1 - | #define HAVE_RAW_DECL_STPCPY 1 - | #define HAVE_RAW_DECL_STPNCPY 1 - | #define HAVE_RAW_DECL_STRCHRNUL 1 - | #define HAVE_RAW_DECL_STRDUP 1 - | #define HAVE_RAW_DECL_STRNCAT 1 - | #define HAVE_RAW_DECL_STRNDUP 1 - | #define HAVE_RAW_DECL_STRNLEN 1 - | #define HAVE_RAW_DECL_STRPBRK 1 - | #define HAVE_RAW_DECL_STRSEP 1 - | #define HAVE_RAW_DECL_STRCASESTR 1 - | #define HAVE_RAW_DECL_STRTOK_R 1 - | #define HAVE_RAW_DECL_STRERROR_R 1 - | #define HAVE_RAW_DECL_STRSIGNAL 1 - | #define HAVE_RAW_DECL_STRVERSCMP 1 - | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - | #define HAVE_STDINT_H_WITH_UINTMAX 1 - | #define HAVE_INTMAX_T 1 - | #define DBL_EXPBIT0_WORD 1 - | #define DBL_EXPBIT0_BIT 20 - | #define HAVE_SNPRINTF 1 - | #define HAVE_STRNLEN 1 - | #define HAVE_WCSLEN 1 - | #define HAVE_WCSNLEN 1 - | #define HAVE_MBRTOWC 1 - | #define HAVE_WCRTOMB 1 - | #define HAVE_DECL__SNPRINTF 0 - | #define HAVE_SNPRINTF_RETVAL_C99 1 - | #define HAVE_ALLOCA 1 - | #define GNULIB_TEST_GETDELIM 1 - | #define GNULIB_TEST_GETLINE 1 - | #define GNULIB_TEST_MEMCHR 1 - | #define HAVE_STDINT_H 1 - | #define __USE_MINGW_ANSI_STDIO 1 - | #define GNULIB_FSCANF 1 - | #define GNULIB_SCANF 1 - | #define HAVE_RAW_DECL_DPRINTF 1 - | #define HAVE_RAW_DECL_FSEEKO 1 - | #define HAVE_RAW_DECL_FTELLO 1 - | #define HAVE_RAW_DECL_GETDELIM 1 - | #define HAVE_RAW_DECL_GETLINE 1 - | #define HAVE_RAW_DECL_PCLOSE 1 - | #define HAVE_RAW_DECL_POPEN 1 - | #define HAVE_RAW_DECL_RENAMEAT 1 - | #define HAVE_RAW_DECL_SNPRINTF 1 - | #define HAVE_RAW_DECL_TMPFILE 1 - | #define HAVE_RAW_DECL_VDPRINTF 1 - | #define HAVE_RAW_DECL_VSNPRINTF 1 - | /* end confdefs.h. */ - | #include - | #ifdef HAVE_SYS_TYPES_H - | # include - | #endif - | #ifdef HAVE_SYS_STAT_H - | # include - | #endif - | #ifdef STDC_HEADERS - | # include - | # include - | #else - | # ifdef HAVE_STDLIB_H - | # include - | # endif - | #endif - | #ifdef HAVE_STRING_H - | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H - | # include - | # endif - | # include - | #endif - | #ifdef HAVE_STRINGS_H - | # include - | #endif - | #ifdef HAVE_INTTYPES_H - | # include - | #endif - | #ifdef HAVE_STDINT_H - | # include - | #endif - | #ifdef HAVE_UNISTD_H - | # include - | #endif - | int - | main () - | { - | if (sizeof ((ptrdiff_t))) - | return 0; - | ; - | return 0; - | } - configure:10248: result: yes - configure:10269: checking for vasprintf - configure:10269: cc -o conftest -g -O2 conftest.c >&5 - configure:10269: $? = 0 - configure:10269: result: yes - configure:10441: checking whether btowc is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wctob is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether mbsinit is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether mbrtowc is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether mbrlen is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether mbsrtowcs is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether mbsnrtowcs is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcrtomb is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsrtombs is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsnrtombs is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcwidth is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wmemchr is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wmemcmp is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wmemcpy is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wmemmove is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wmemset is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcslen is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsnlen is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcscpy is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcpcpy is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsncpy is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcpncpy is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcscat is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsncat is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcscmp is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsncmp is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcscasecmp is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsncasecmp is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcscoll is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsxfrm is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsdup is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcschr is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsrchr is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcscspn is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsspn is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcspbrk is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsstr is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcstok is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcswidth is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10441: checking whether wcsftime is declared without a macro - configure:10469: cc -c -g -O2 conftest.c >&5 - configure:10469: $? = 0 - configure:10477: result: yes - configure:10493: checking for stdint.h - configure:10493: result: yes - configure:10586: checking how to print strings - configure:10613: result: printf - configure:10634: checking for a sed that does not truncate output - configure:10698: result: /usr/bin/sed - configure:10716: checking for fgrep - configure:10778: result: /usr/bin/grep -F - configure:10813: checking for ld used by cc - configure:10880: result: /usr/i486-slackware-linux/bin/ld - configure:10887: checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld - configure:10902: result: yes - configure:10914: checking for BSD- or MS-compatible name lister (nm) - configure:10968: result: /usr/bin/nm -B - configure:11098: checking the name lister (/usr/bin/nm -B) interface - configure:11105: cc -c -g -O2 conftest.c >&5 - configure:11108: /usr/bin/nm -B "conftest.o" - configure:11111: output - 00000000 B some_variable - configure:11118: result: BSD nm - configure:11121: checking whether ln -s works - configure:11125: result: yes - configure:11133: checking the maximum length of command line arguments - configure:11264: result: 1572864 - configure:11312: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format - configure:11352: result: func_convert_file_noop - configure:11359: checking how to convert i686-pc-linux-gnu file names to toolchain format - configure:11379: result: func_convert_file_noop - configure:11386: checking for /usr/i486-slackware-linux/bin/ld option to reload object files - configure:11393: result: -r - configure:11467: checking for objdump - configure:11483: found /usr/bin/objdump - configure:11494: result: objdump - configure:11526: checking how to recognize dependent libraries - configure:11726: result: pass_all - configure:11811: checking for dlltool - configure:11827: found /usr/bin/dlltool - configure:11838: result: dlltool - configure:11871: checking how to associate runtime and link libraries - configure:11898: result: printf %s\n - configure:12022: checking for archiver @FILE support - configure:12039: cc -c -g -O2 conftest.c >&5 - configure:12039: $? = 0 - configure:12042: ar cru libconftest.a @conftest.lst >&5 - configure:12045: $? = 0 - configure:12050: ar cru libconftest.a @conftest.lst >&5 - ar: conftest.o: No such file or directory - configure:12053: $? = 1 - configure:12065: result: @ - configure:12123: checking for strip - configure:12139: found /usr/bin/strip - configure:12150: result: strip - configure:12222: checking for ranlib - configure:12249: result: ranlib - configure:12351: checking command to parse /usr/bin/nm -B output from cc object - configure:12504: cc -c -g -O2 conftest.c >&5 - configure:12507: $? = 0 - configure:12511: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm - configure:12514: $? = 0 - configure:12580: cc -o conftest -g -O2 conftest.c conftstm.o >&5 - configure:12583: $? = 0 - configure:12621: result: ok - configure:12668: checking for sysroot - configure:12698: result: no - configure:12705: checking for a working dd - configure:12743: result: /usr/bin/dd - configure:12747: checking how to truncate binary pipes - configure:12762: result: /usr/bin/dd bs=4096 count=1 - configure:13091: checking for mt - configure:13107: found /bin/mt - configure:13118: result: mt - configure:13141: checking if mt is a manifest tool - configure:13147: mt '-?' - usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] - configure:13155: result: no - configure:13829: checking for dlfcn.h - configure:13829: cc -c -g -O2 conftest.c >&5 - configure:13829: $? = 0 - configure:13829: result: yes - configure:14085: checking for objdir - configure:14100: result: .libs - configure:14364: checking if cc supports -fno-rtti -fno-exceptions - configure:14382: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 - cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] - configure:14386: $? = 0 - configure:14399: result: no - configure:14757: checking for cc option to produce PIC - configure:14764: result: -fPIC -DPIC - configure:14772: checking if cc PIC flag -fPIC -DPIC works - configure:14790: cc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 - configure:14794: $? = 0 - configure:14807: result: yes - configure:14836: checking if cc static flag -static works - configure:14864: result: yes - configure:14879: checking if cc supports -c -o file.o - configure:14900: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 - configure:14904: $? = 0 - configure:14926: result: yes - configure:14934: checking if cc supports -c -o file.o - configure:14981: result: yes - configure:15014: checking whether the cc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries - configure:16273: result: yes - configure:16310: checking whether -lc should be explicitly linked in - configure:16318: cc -c -g -O2 conftest.c >&5 - configure:16321: $? = 0 - configure:16336: cc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 - configure:16339: $? = 0 - configure:16353: result: no - configure:16513: checking dynamic linker characteristics - configure:17094: cc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 - configure:17094: $? = 0 - configure:17331: result: GNU/Linux ld.so - configure:17453: checking how to hardcode library paths into programs - configure:17478: result: immediate - configure:18026: checking whether stripping libraries is possible - configure:18031: result: yes - configure:18066: checking if libtool supports shared libraries - configure:18068: result: yes - configure:18071: checking whether to build shared libraries - configure:18096: result: yes - configure:18099: checking whether to build static libraries - configure:18103: result: yes - configure:18178: checking Perl configuration value ccflags - configure:18181: result: -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - configure:18186: checking Perl configuration value cccdlflags - configure:18189: result: -fPIC - configure:18196: checking Perl configuration value ccdlflags - configure:18199: result: -Wl,-E -Wl,-rpath,/usr/lib/perl5/CORE - configure:18205: checking Perl configuration value libperl - configure:18208: result: libperl.so - configure:18222: checking Perl configuration value archlibexp - configure:18225: result: /usr/lib/perl5 - configure:18230: checking Perl configuration value privlibexp - configure:18233: result: /usr/share/perl5 - configure:18356: checking that generated files are newer than configure - configure:18362: result: done - configure:18454: creating ./config.status - - ## ---------------------- ## - ## Running config.status. ## - ## ---------------------- ## - - This file was extended by texinfo config.status 0, which was - generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - - on darkstar - - config.status:1582: creating Makefile - config.status:1582: creating lib/Makefile - config.status:1582: creating config.h - config.status:1811: executing depfiles commands - config.status:1811: executing libtool commands - - ## ---------------- ## - ## Cache variables. ## - ## ---------------- ## - - ac_cv_build=i686-pc-linux-gnu - ac_cv_c_compiler_gnu=yes - ac_cv_c_restrict=__restrict - ac_cv_env_CC_set= - ac_cv_env_CC_value= - ac_cv_env_CFLAGS_set= - ac_cv_env_CFLAGS_value= - ac_cv_env_CPPFLAGS_set= - ac_cv_env_CPPFLAGS_value= - ac_cv_env_CPP_set= - ac_cv_env_CPP_value= - ac_cv_env_LDFLAGS_set= - ac_cv_env_LDFLAGS_value= - ac_cv_env_LIBS_set= - ac_cv_env_LIBS_value= - ac_cv_env_LT_SYS_LIBRARY_PATH_set= - ac_cv_env_LT_SYS_LIBRARY_PATH_value= - ac_cv_env_PERL_EXT_CC_set= - ac_cv_env_PERL_EXT_CC_value= - ac_cv_env_PERL_EXT_CFLAGS_set= - ac_cv_env_PERL_EXT_CFLAGS_value= - ac_cv_env_PERL_EXT_CPPFLAGS_set= - ac_cv_env_PERL_EXT_CPPFLAGS_value= - ac_cv_env_PERL_EXT_LDFLAGS_set= - ac_cv_env_PERL_EXT_LDFLAGS_value= - ac_cv_env_build_alias_set= - ac_cv_env_build_alias_value= - ac_cv_env_host_alias_set= - ac_cv_env_host_alias_value= - ac_cv_env_target_alias_set= - ac_cv_env_target_alias_value= - ac_cv_func_alloca_works=yes - ac_cv_func_getdelim=yes - ac_cv_func_getline=yes - ac_cv_func_mbrtowc=yes - ac_cv_func_mmap=yes - ac_cv_func_mprotect=yes - ac_cv_func_snprintf=yes - ac_cv_func_strnlen=yes - ac_cv_func_vasnprintf=no - ac_cv_func_vasprintf=yes - ac_cv_func_wcrtomb=yes - ac_cv_func_wcslen=yes - ac_cv_func_wcsnlen=yes - ac_cv_have_decl__snprintf=no - ac_cv_have_decl_btowc=yes - ac_cv_have_decl_dprintf=yes - ac_cv_have_decl_ffsl=yes - ac_cv_have_decl_ffsll=yes - ac_cv_have_decl_fseeko=yes - ac_cv_have_decl_ftello=yes - ac_cv_have_decl_getdelim=yes - ac_cv_have_decl_getline=yes - ac_cv_have_decl_mbrlen=yes - ac_cv_have_decl_mbrtowc=yes - ac_cv_have_decl_mbsinit=yes - ac_cv_have_decl_mbsnrtowcs=yes - ac_cv_have_decl_mbsrtowcs=yes - ac_cv_have_decl_memmem=yes - ac_cv_have_decl_mempcpy=yes - ac_cv_have_decl_memrchr=yes - ac_cv_have_decl_pclose=yes - ac_cv_have_decl_popen=yes - ac_cv_have_decl_rawmemchr=yes - ac_cv_have_decl_renameat=yes - ac_cv_have_decl_snprintf=yes - ac_cv_have_decl_stpcpy=yes - ac_cv_have_decl_stpncpy=yes - ac_cv_have_decl_strcasestr=yes - ac_cv_have_decl_strchrnul=yes - ac_cv_have_decl_strdup=yes - ac_cv_have_decl_strerror_r=yes - ac_cv_have_decl_strncat=yes - ac_cv_have_decl_strndup=yes - ac_cv_have_decl_strnlen=yes - ac_cv_have_decl_strpbrk=yes - ac_cv_have_decl_strsep=yes - ac_cv_have_decl_strsignal=yes - ac_cv_have_decl_strtok_r=yes - ac_cv_have_decl_strverscmp=yes - ac_cv_have_decl_tmpfile=yes - ac_cv_have_decl_vdprintf=yes - ac_cv_have_decl_vsnprintf=yes - ac_cv_have_decl_wcpcpy=yes - ac_cv_have_decl_wcpncpy=yes - ac_cv_have_decl_wcrtomb=yes - ac_cv_have_decl_wcscasecmp=yes - ac_cv_have_decl_wcscat=yes - ac_cv_have_decl_wcschr=yes - ac_cv_have_decl_wcscmp=yes - ac_cv_have_decl_wcscoll=yes - ac_cv_have_decl_wcscpy=yes - ac_cv_have_decl_wcscspn=yes - ac_cv_have_decl_wcsdup=yes - ac_cv_have_decl_wcsftime=yes - ac_cv_have_decl_wcslen=yes - ac_cv_have_decl_wcsncasecmp=yes - ac_cv_have_decl_wcsncat=yes - ac_cv_have_decl_wcsncmp=yes - ac_cv_have_decl_wcsncpy=yes - ac_cv_have_decl_wcsnlen=yes - ac_cv_have_decl_wcsnrtombs=yes - ac_cv_have_decl_wcspbrk=yes - ac_cv_have_decl_wcsrchr=yes - ac_cv_have_decl_wcsrtombs=yes - ac_cv_have_decl_wcsspn=yes - ac_cv_have_decl_wcsstr=yes - ac_cv_have_decl_wcstok=yes - ac_cv_have_decl_wcswidth=yes - ac_cv_have_decl_wcsxfrm=yes - ac_cv_have_decl_wctob=yes - ac_cv_have_decl_wcwidth=yes - ac_cv_have_decl_wmemchr=yes - ac_cv_have_decl_wmemcmp=yes - ac_cv_have_decl_wmemcpy=yes - ac_cv_have_decl_wmemmove=yes - ac_cv_have_decl_wmemset=yes - ac_cv_header_crtdefs_h=no - ac_cv_header_dlfcn_h=yes - ac_cv_header_features_h=yes - ac_cv_header_inttypes_h=yes - ac_cv_header_limits_h=yes - ac_cv_header_memory_h=yes - ac_cv_header_minix_config_h=no - ac_cv_header_stdc=yes - ac_cv_header_stdint_h=yes - ac_cv_header_stdlib_h=yes - ac_cv_header_string_h=yes - ac_cv_header_strings_h=yes - ac_cv_header_sys_mman_h=yes - ac_cv_header_sys_stat_h=yes - ac_cv_header_sys_types_h=yes - ac_cv_header_unistd_h=yes - ac_cv_header_wchar_h=yes - ac_cv_host=i686-pc-linux-gnu - ac_cv_objext=o - ac_cv_path_EGREP='/usr/bin/grep -E' - ac_cv_path_FGREP='/usr/bin/grep -F' - ac_cv_path_GREP=/usr/bin/grep - ac_cv_path_PERL=/usr/bin/perl - ac_cv_path_SED=/usr/bin/sed - ac_cv_path_XSUBPP=/usr/bin/xsubpp - ac_cv_path_install='/usr/bin/ginstall -c' - ac_cv_path_lt_DD=/usr/bin/dd - ac_cv_path_mkdir=/usr/bin/mkdir - ac_cv_prog_AWK=gawk - ac_cv_prog_CPP='cc -E' - ac_cv_prog_ac_ct_AR=ar - ac_cv_prog_ac_ct_CC=cc - ac_cv_prog_ac_ct_DLLTOOL=dlltool - ac_cv_prog_ac_ct_MANIFEST_TOOL=mt - ac_cv_prog_ac_ct_OBJDUMP=objdump - ac_cv_prog_ac_ct_RANLIB=ranlib - ac_cv_prog_ac_ct_STRIP=strip - ac_cv_prog_cc_c89= - ac_cv_prog_cc_g=yes - ac_cv_prog_make_make_set=yes - ac_cv_safe_to_define___extensions__=yes - ac_cv_should_define__xopen_source=no - ac_cv_type_long_long_int=yes - ac_cv_type_max_align_t=no - ac_cv_type_mode_t=yes - ac_cv_type_pid_t=yes - ac_cv_type_ptrdiff_t=yes - ac_cv_type_size_t=yes - ac_cv_type_unsigned_long_long_int=yes - ac_cv_working_alloca_h=yes - am_cv_CC_dependencies_compiler_type=gcc3 - am_cv_func_working_getline=yes - am_cv_make_support_nested_variables=yes - am_cv_prog_cc_c_o=yes - gl_cv_c_amsterdam_compiler=no - gl_cv_c_multiarch=no - gl_cv_cc_double_expbit0='word 1 bit 20' - gl_cv_decl_null_works=yes - gl_cv_func_itold_works=yes - gl_cv_func_memchr_works=yes - gl_cv_func_printf_attribute_flavor=system - gl_cv_func_snprintf_retval_c99=yes - gl_cv_func_working_getdelim=yes - gl_cv_have_include_next=yes - gl_cv_have_raw_decl_btowc=yes - gl_cv_have_raw_decl_dprintf=yes - gl_cv_have_raw_decl_ffsl=yes - gl_cv_have_raw_decl_ffsll=yes - gl_cv_have_raw_decl_fpurge=no - gl_cv_have_raw_decl_fseeko=yes - gl_cv_have_raw_decl_ftello=yes - gl_cv_have_raw_decl_getdelim=yes - gl_cv_have_raw_decl_getline=yes - gl_cv_have_raw_decl_gets=no - gl_cv_have_raw_decl_mbrlen=yes - gl_cv_have_raw_decl_mbrtowc=yes - gl_cv_have_raw_decl_mbsinit=yes - gl_cv_have_raw_decl_mbsnrtowcs=yes - gl_cv_have_raw_decl_mbsrtowcs=yes - gl_cv_have_raw_decl_memmem=yes - gl_cv_have_raw_decl_mempcpy=yes - gl_cv_have_raw_decl_memrchr=yes - gl_cv_have_raw_decl_pclose=yes - gl_cv_have_raw_decl_popen=yes - gl_cv_have_raw_decl_rawmemchr=yes - gl_cv_have_raw_decl_renameat=yes - gl_cv_have_raw_decl_snprintf=yes - gl_cv_have_raw_decl_stpcpy=yes - gl_cv_have_raw_decl_stpncpy=yes - gl_cv_have_raw_decl_strcasestr=yes - gl_cv_have_raw_decl_strchrnul=yes - gl_cv_have_raw_decl_strdup=yes - gl_cv_have_raw_decl_strerror_r=yes - gl_cv_have_raw_decl_strncat=yes - gl_cv_have_raw_decl_strndup=yes - gl_cv_have_raw_decl_strnlen=yes - gl_cv_have_raw_decl_strpbrk=yes - gl_cv_have_raw_decl_strsep=yes - gl_cv_have_raw_decl_strsignal=yes - gl_cv_have_raw_decl_strtok_r=yes - gl_cv_have_raw_decl_strverscmp=yes - gl_cv_have_raw_decl_tmpfile=yes - gl_cv_have_raw_decl_vdprintf=yes - gl_cv_have_raw_decl_vsnprintf=yes - gl_cv_have_raw_decl_wcpcpy=yes - gl_cv_have_raw_decl_wcpncpy=yes - gl_cv_have_raw_decl_wcrtomb=yes - gl_cv_have_raw_decl_wcscasecmp=yes - gl_cv_have_raw_decl_wcscat=yes - gl_cv_have_raw_decl_wcschr=yes - gl_cv_have_raw_decl_wcscmp=yes - gl_cv_have_raw_decl_wcscoll=yes - gl_cv_have_raw_decl_wcscpy=yes - gl_cv_have_raw_decl_wcscspn=yes - gl_cv_have_raw_decl_wcsdup=yes - gl_cv_have_raw_decl_wcsftime=yes - gl_cv_have_raw_decl_wcslen=yes - gl_cv_have_raw_decl_wcsncasecmp=yes - gl_cv_have_raw_decl_wcsncat=yes - gl_cv_have_raw_decl_wcsncmp=yes - gl_cv_have_raw_decl_wcsncpy=yes - gl_cv_have_raw_decl_wcsnlen=yes - gl_cv_have_raw_decl_wcsnrtombs=yes - gl_cv_have_raw_decl_wcspbrk=yes - gl_cv_have_raw_decl_wcsrchr=yes - gl_cv_have_raw_decl_wcsrtombs=yes - gl_cv_have_raw_decl_wcsspn=yes - gl_cv_have_raw_decl_wcsstr=yes - gl_cv_have_raw_decl_wcstok=yes - gl_cv_have_raw_decl_wcswidth=yes - gl_cv_have_raw_decl_wcsxfrm=yes - gl_cv_have_raw_decl_wctob=yes - gl_cv_have_raw_decl_wcwidth=yes - gl_cv_have_raw_decl_wmemchr=yes - gl_cv_have_raw_decl_wmemcmp=yes - gl_cv_have_raw_decl_wmemcpy=yes - gl_cv_have_raw_decl_wmemmove=yes - gl_cv_have_raw_decl_wmemset=yes - gl_cv_header_errno_h_complete=yes - gl_cv_header_inttypes_h=yes - gl_cv_header_limits_width=no - gl_cv_header_stdint_h=yes - gl_cv_header_stdint_predates_cxx11_h=no - gl_cv_header_stdint_width=no - gl_cv_header_wchar_h_correct_inline=yes - gl_cv_header_working_stdint_h=yes - gl_cv_next_limits_h='' - gl_cv_next_stddef_h='' - gl_cv_next_stdint_h='' - gl_cv_next_stdio_h='' - gl_cv_next_string_h='' - gl_cv_next_sys_types_h='' - gl_cv_next_wchar_h='' - gl_cv_pragma_columns=no - gl_cv_rpl_alloca=yes - gl_cv_size_max=yes - gl_cv_type_wint_t_too_small=no - gt_cv_c_intmax_t=yes - gt_cv_c_wchar_t=yes - gt_cv_c_wint_t=yes - gt_cv_ssize_t=yes - lt_cv_ar_at_file=@ - lt_cv_archive_cmds_need_lc=no - lt_cv_deplibs_check_method=pass_all - lt_cv_file_magic_cmd='$MAGIC_CMD' - lt_cv_file_magic_test_file= - lt_cv_ld_reload_flag=-r - lt_cv_nm_interface='BSD nm' - lt_cv_objdir=.libs - lt_cv_path_LD=/usr/i486-slackware-linux/bin/ld - lt_cv_path_NM='/usr/bin/nm -B' - lt_cv_path_mainfest_tool=no - lt_cv_prog_compiler_c_o=yes - lt_cv_prog_compiler_pic='-fPIC -DPIC' - lt_cv_prog_compiler_pic_works=yes - lt_cv_prog_compiler_rtti_exceptions=no - lt_cv_prog_compiler_static_works=yes - lt_cv_prog_gnu_ld=yes - lt_cv_sharedlib_from_linklib_cmd='printf %s\n' - lt_cv_shlibpath_overrides_runpath=no - lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' - lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' - lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' - lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' - lt_cv_sys_global_symbol_to_import= - lt_cv_sys_max_cmd_len=1572864 - lt_cv_to_host_file_cmd=func_convert_file_noop - lt_cv_to_tool_file_cmd=func_convert_file_noop - lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' - - ## ----------------- ## - ## Output variables. ## - ## ----------------- ## - - ACLOCAL='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing aclocal-1.15' - ALLOCA='' - ALLOCA_H='alloca.h' - AMDEPBACKSLASH='\' - AMDEP_FALSE='#' - AMDEP_TRUE='' - AMTAR='$${TAR-tar}' - AM_BACKSLASH='\' - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' - AM_DEFAULT_VERBOSITY='1' - AM_V='$(V)' - APPLE_UNIVERSAL_BUILD='0' - AR='ar' - ARFLAGS='cr' - AUTOCONF='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing autoconf' - AUTOHEADER='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing autoheader' - AUTOMAKE='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing automake-1.15' - AWK='gawk' - BITSIZEOF_PTRDIFF_T='' - BITSIZEOF_SIG_ATOMIC_T='' - BITSIZEOF_SIZE_T='' - BITSIZEOF_WCHAR_T='' - BITSIZEOF_WINT_T='' - CC='cc' - CCDEPMODE='depmode=gcc3' - CFLAGS='-g -O2' - CPP='cc -E' - CPPFLAGS='' - CYGPATH_W='echo' - DEFS='-DHAVE_CONFIG_H' - DEPDIR='.deps' - DLLTOOL='dlltool' - DSYMUTIL='' - DUMPBIN='' - ECHO_C='' - ECHO_N='-n' - ECHO_T='' - EGREP='/usr/bin/grep -E' - EMULTIHOP_HIDDEN='' - EMULTIHOP_VALUE='' - ENOLINK_HIDDEN='' - ENOLINK_VALUE='' - EOVERFLOW_HIDDEN='' - EOVERFLOW_VALUE='' - ERRNO_H='' - EXEEXT='' - FGREP='/usr/bin/grep -F' - FLOAT_H='' - GL_COND_LIBTOOL_FALSE='#' - GL_COND_LIBTOOL_TRUE='' - GL_GENERATE_ALLOCA_H_FALSE='#' - GL_GENERATE_ALLOCA_H_TRUE='' - GL_GENERATE_ERRNO_H_FALSE='' - GL_GENERATE_ERRNO_H_TRUE='#' - GL_GENERATE_FLOAT_H_FALSE='' - GL_GENERATE_FLOAT_H_TRUE='#' - GL_GENERATE_LIMITS_H_FALSE='#' - GL_GENERATE_LIMITS_H_TRUE='' - GL_GENERATE_STDDEF_H_FALSE='#' - GL_GENERATE_STDDEF_H_TRUE='' - GL_GENERATE_STDINT_H_FALSE='#' - GL_GENERATE_STDINT_H_TRUE='' - GNULIB_BTOWC='0' - GNULIB_DPRINTF='0' - GNULIB_FCLOSE='0' - GNULIB_FDOPEN='0' - GNULIB_FFLUSH='0' - GNULIB_FFSL='0' - GNULIB_FFSLL='0' - GNULIB_FGETC='1' - GNULIB_FGETS='1' - GNULIB_FOPEN='0' - GNULIB_FPRINTF='1' - GNULIB_FPRINTF_POSIX='0' - GNULIB_FPURGE='0' - GNULIB_FPUTC='1' - GNULIB_FPUTS='1' - GNULIB_FREAD='1' - GNULIB_FREOPEN='0' - GNULIB_FSCANF='1' - GNULIB_FSEEK='0' - GNULIB_FSEEKO='0' - GNULIB_FTELL='0' - GNULIB_FTELLO='0' - GNULIB_FWRITE='1' - GNULIB_GETC='1' - GNULIB_GETCHAR='1' - GNULIB_GETDELIM='1' - GNULIB_GETLINE='1' - GNULIB_MBRLEN='0' - GNULIB_MBRTOWC='0' - GNULIB_MBSCASECMP='0' - GNULIB_MBSCASESTR='0' - GNULIB_MBSCHR='0' - GNULIB_MBSCSPN='0' - GNULIB_MBSINIT='0' - GNULIB_MBSLEN='0' - GNULIB_MBSNCASECMP='0' - GNULIB_MBSNLEN='0' - GNULIB_MBSNRTOWCS='0' - GNULIB_MBSPBRK='0' - GNULIB_MBSPCASECMP='0' - GNULIB_MBSRCHR='0' - GNULIB_MBSRTOWCS='0' - GNULIB_MBSSEP='0' - GNULIB_MBSSPN='0' - GNULIB_MBSSTR='0' - GNULIB_MBSTOK_R='0' - GNULIB_MEMCHR='1' - GNULIB_MEMMEM='0' - GNULIB_MEMPCPY='0' - GNULIB_MEMRCHR='0' - GNULIB_OBSTACK_PRINTF='0' - GNULIB_OBSTACK_PRINTF_POSIX='0' - GNULIB_OVERRIDES_WINT_T='0' - GNULIB_PCLOSE='0' - GNULIB_PERROR='0' - GNULIB_POPEN='0' - GNULIB_PRINTF='1' - GNULIB_PRINTF_POSIX='0' - GNULIB_PUTC='1' - GNULIB_PUTCHAR='1' - GNULIB_PUTS='1' - GNULIB_RAWMEMCHR='0' - GNULIB_REMOVE='0' - GNULIB_RENAME='0' - GNULIB_RENAMEAT='0' - GNULIB_SCANF='1' - GNULIB_SNPRINTF='0' - GNULIB_SPRINTF_POSIX='0' - GNULIB_STDIO_H_NONBLOCKING='0' - GNULIB_STDIO_H_SIGPIPE='0' - GNULIB_STPCPY='0' - GNULIB_STPNCPY='0' - GNULIB_STRCASESTR='0' - GNULIB_STRCHRNUL='0' - GNULIB_STRDUP='0' - GNULIB_STRERROR='0' - GNULIB_STRERROR_R='0' - GNULIB_STRNCAT='0' - GNULIB_STRNDUP='0' - GNULIB_STRNLEN='0' - GNULIB_STRPBRK='0' - GNULIB_STRSEP='0' - GNULIB_STRSIGNAL='0' - GNULIB_STRSTR='0' - GNULIB_STRTOK_R='0' - GNULIB_STRVERSCMP='0' - GNULIB_TMPFILE='0' - GNULIB_VASPRINTF='1' - GNULIB_VDPRINTF='0' - GNULIB_VFPRINTF='1' - GNULIB_VFPRINTF_POSIX='0' - GNULIB_VFSCANF='0' - GNULIB_VPRINTF='1' - GNULIB_VPRINTF_POSIX='0' - GNULIB_VSCANF='0' - GNULIB_VSNPRINTF='0' - GNULIB_VSPRINTF_POSIX='0' - GNULIB_WCPCPY='0' - GNULIB_WCPNCPY='0' - GNULIB_WCRTOMB='0' - GNULIB_WCSCASECMP='0' - GNULIB_WCSCAT='0' - GNULIB_WCSCHR='0' - GNULIB_WCSCMP='0' - GNULIB_WCSCOLL='0' - GNULIB_WCSCPY='0' - GNULIB_WCSCSPN='0' - GNULIB_WCSDUP='0' - GNULIB_WCSFTIME='0' - GNULIB_WCSLEN='0' - GNULIB_WCSNCASECMP='0' - GNULIB_WCSNCAT='0' - GNULIB_WCSNCMP='0' - GNULIB_WCSNCPY='0' - GNULIB_WCSNLEN='0' - GNULIB_WCSNRTOMBS='0' - GNULIB_WCSPBRK='0' - GNULIB_WCSRCHR='0' - GNULIB_WCSRTOMBS='0' - GNULIB_WCSSPN='0' - GNULIB_WCSSTR='0' - GNULIB_WCSTOK='0' - GNULIB_WCSWIDTH='0' - GNULIB_WCSXFRM='0' - GNULIB_WCTOB='0' - GNULIB_WCWIDTH='0' - GNULIB_WMEMCHR='0' - GNULIB_WMEMCMP='0' - GNULIB_WMEMCPY='0' - GNULIB_WMEMMOVE='0' - GNULIB_WMEMSET='0' - GREP='/usr/bin/grep' - HAVE_BTOWC='1' - HAVE_C99_STDINT_H='1' - HAVE_CRTDEFS_H='0' - HAVE_DECL_FPURGE='1' - HAVE_DECL_FSEEKO='1' - HAVE_DECL_FTELLO='1' - HAVE_DECL_GETDELIM='1' - HAVE_DECL_GETLINE='1' - HAVE_DECL_MEMMEM='1' - HAVE_DECL_MEMRCHR='1' - HAVE_DECL_OBSTACK_PRINTF='1' - HAVE_DECL_SNPRINTF='1' - HAVE_DECL_STRDUP='1' - HAVE_DECL_STRERROR_R='1' - HAVE_DECL_STRNDUP='1' - HAVE_DECL_STRNLEN='1' - HAVE_DECL_STRSIGNAL='1' - HAVE_DECL_STRTOK_R='1' - HAVE_DECL_VSNPRINTF='1' - HAVE_DECL_WCTOB='1' - HAVE_DECL_WCWIDTH='1' - HAVE_DPRINTF='1' - HAVE_FEATURES_H='1' - HAVE_FFSL='1' - HAVE_FFSLL='1' - HAVE_FSEEKO='1' - HAVE_FTELLO='1' - HAVE_INTTYPES_H='1' - HAVE_LONG_LONG_INT='1' - HAVE_MAX_ALIGN_T='0' - HAVE_MBRLEN='1' - HAVE_MBRTOWC='1' - HAVE_MBSINIT='1' - HAVE_MBSLEN='0' - HAVE_MBSNRTOWCS='1' - HAVE_MBSRTOWCS='1' - HAVE_MEMCHR='1' - HAVE_MEMPCPY='1' - HAVE_PCLOSE='1' - HAVE_POPEN='1' - HAVE_RAWMEMCHR='1' - HAVE_RENAMEAT='1' - HAVE_SIGNED_SIG_ATOMIC_T='' - HAVE_SIGNED_WCHAR_T='' - HAVE_SIGNED_WINT_T='' - HAVE_STDINT_H='1' - HAVE_STPCPY='1' - HAVE_STPNCPY='1' - HAVE_STRCASESTR='1' - HAVE_STRCHRNUL='1' - HAVE_STRPBRK='1' - HAVE_STRSEP='1' - HAVE_STRVERSCMP='1' - HAVE_SYS_BITYPES_H='0' - HAVE_SYS_INTTYPES_H='0' - HAVE_SYS_TYPES_H='1' - HAVE_UNSIGNED_LONG_LONG_INT='1' - HAVE_VASPRINTF='1' - HAVE_VDPRINTF='1' - HAVE_WCHAR_H='1' - HAVE_WCHAR_T='1' - HAVE_WCPCPY='1' - HAVE_WCPNCPY='1' - HAVE_WCRTOMB='1' - HAVE_WCSCASECMP='1' - HAVE_WCSCAT='1' - HAVE_WCSCHR='1' - HAVE_WCSCMP='1' - HAVE_WCSCOLL='1' - HAVE_WCSCPY='1' - HAVE_WCSCSPN='1' - HAVE_WCSDUP='1' - HAVE_WCSFTIME='1' - HAVE_WCSLEN='1' - HAVE_WCSNCASECMP='1' - HAVE_WCSNCAT='1' - HAVE_WCSNCMP='1' - HAVE_WCSNCPY='1' - HAVE_WCSNLEN='1' - HAVE_WCSNRTOMBS='1' - HAVE_WCSPBRK='1' - HAVE_WCSRCHR='1' - HAVE_WCSRTOMBS='1' - HAVE_WCSSPN='1' - HAVE_WCSSTR='1' - HAVE_WCSTOK='1' - HAVE_WCSWIDTH='1' - HAVE_WCSXFRM='1' - HAVE_WINT_T='1' - HAVE_WMEMCHR='1' - HAVE_WMEMCMP='1' - HAVE_WMEMCPY='1' - HAVE_WMEMMOVE='1' - HAVE_WMEMSET='1' - HOST_NEEDS_NO_UNDEFINED_FALSE='' - HOST_NEEDS_NO_UNDEFINED_TRUE='#' - INCLUDE_NEXT='include_next' - INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' - INSTALL_DATA='${INSTALL} -m 644' - INSTALL_PROGRAM='${INSTALL}' - INSTALL_SCRIPT='${INSTALL}' - INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' - LD='/usr/i486-slackware-linux/bin/ld' - LDFLAGS='' - LIBOBJS='' - LIBS='' - LIBTOOL='$(SHELL) $(top_builddir)/libtool' - LIMITS_H='limits.h' - LIPO='' - LN_S='ln -s' - LTLIBOBJS='' - LT_SYS_LIBRARY_PATH='' - MAKEINFO='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing makeinfo' - MANIFEST_TOOL=':' - MKDIR_P='/usr/bin/mkdir -p' - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' - NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' - NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' - NEXT_AS_FIRST_DIRECTIVE_STRING_H='' - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' - NEXT_ERRNO_H='' - NEXT_FLOAT_H='' - NEXT_LIMITS_H='' - NEXT_STDDEF_H='' - NEXT_STDINT_H='' - NEXT_STDIO_H='' - NEXT_STRING_H='' - NEXT_SYS_TYPES_H='' - NEXT_WCHAR_H='' - NM='/usr/bin/nm -B' - NMEDIT='' - OBJDUMP='objdump' - OBJEXT='o' - OTOOL64='' - OTOOL='' - PACKAGE='texinfo' - PACKAGE_BUGREPORT='' - PACKAGE_NAME='texinfo' - PACKAGE_STRING='texinfo 0' - PACKAGE_TARNAME='texinfo' - PACKAGE_URL='' - PACKAGE_VERSION='0' - PATH_SEPARATOR=':' - PERL='/usr/bin/perl' - PERL_CONF_archlibexp='/usr/lib/perl5' - PERL_CONF_cc='cc' - PERL_CONF_cccdlflags='-fPIC' - PERL_CONF_ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/CORE' - PERL_CONF_ccflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' - PERL_CONF_libperl='-lperl' - PERL_CONF_privlibexp='/usr/share/perl5' - PERL_EXT_CC='' - PERL_EXT_CFLAGS='' - PERL_EXT_CPPFLAGS='' - PERL_EXT_LDFLAGS='' - PRAGMA_COLUMNS='' - PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' - PTRDIFF_T_SUFFIX='' - RANLIB='ranlib' - REPLACE_BTOWC='0' - REPLACE_DPRINTF='0' - REPLACE_FCLOSE='0' - REPLACE_FDOPEN='0' - REPLACE_FFLUSH='0' - REPLACE_FOPEN='0' - REPLACE_FPRINTF='0' - REPLACE_FPURGE='0' - REPLACE_FREOPEN='0' - REPLACE_FSEEK='0' - REPLACE_FSEEKO='0' - REPLACE_FTELL='0' - REPLACE_FTELLO='0' - REPLACE_GETDELIM='0' - REPLACE_GETLINE='0' - REPLACE_ITOLD='0' - REPLACE_MBRLEN='0' - REPLACE_MBRTOWC='0' - REPLACE_MBSINIT='0' - REPLACE_MBSNRTOWCS='0' - REPLACE_MBSRTOWCS='0' - REPLACE_MBSTATE_T='0' - REPLACE_MEMCHR='0' - REPLACE_MEMMEM='0' - REPLACE_NULL='0' - REPLACE_OBSTACK_PRINTF='0' - REPLACE_PERROR='0' - REPLACE_POPEN='0' - REPLACE_PRINTF='0' - REPLACE_REMOVE='0' - REPLACE_RENAME='0' - REPLACE_RENAMEAT='0' - REPLACE_SNPRINTF='0' - REPLACE_SPRINTF='0' - REPLACE_STDIO_READ_FUNCS='0' - REPLACE_STDIO_WRITE_FUNCS='0' - REPLACE_STPNCPY='0' - REPLACE_STRCASESTR='0' - REPLACE_STRCHRNUL='0' - REPLACE_STRDUP='0' - REPLACE_STRERROR='0' - REPLACE_STRERROR_R='0' - REPLACE_STRNCAT='0' - REPLACE_STRNDUP='0' - REPLACE_STRNLEN='0' - REPLACE_STRSIGNAL='0' - REPLACE_STRSTR='0' - REPLACE_STRTOK_R='0' - REPLACE_TMPFILE='0' - REPLACE_VASPRINTF='0' - REPLACE_VDPRINTF='0' - REPLACE_VFPRINTF='0' - REPLACE_VPRINTF='0' - REPLACE_VSNPRINTF='0' - REPLACE_VSPRINTF='0' - REPLACE_WCRTOMB='0' - REPLACE_WCSFTIME='0' - REPLACE_WCSNRTOMBS='0' - REPLACE_WCSRTOMBS='0' - REPLACE_WCSWIDTH='0' - REPLACE_WCTOB='0' - REPLACE_WCWIDTH='0' - SED='/usr/bin/sed' - SET_MAKE='' - SHELL='/bin/sh' - SIG_ATOMIC_T_SUFFIX='' - SIZE_T_SUFFIX='' - STDDEF_H='stddef.h' - STDINT_H='stdint.h' - STRIP='strip' - UNDEFINE_STRTOK_R='0' - VERSION='0' - WCHAR_T_SUFFIX='' - WINDOWS_64_BIT_OFF_T='0' - WINT_T_SUFFIX='' - XSPARAGRAPH_INTERFACE_VERSION='1' - XSUBPP='/usr/bin/xsubpp' - ac_ct_AR='ar' - ac_ct_CC='cc' - ac_ct_DUMPBIN='' - am__EXEEXT_FALSE='' - am__EXEEXT_TRUE='#' - am__fastdepCC_FALSE='#' - am__fastdepCC_TRUE='' - am__include='include' - am__isrc='' - am__leading_dot='.' - am__nodep='_no' - am__quote='' - am__tar='$${TAR-tar} chof - "$$tardir"' - am__untar='$${TAR-tar} xf -' - bindir='${exec_prefix}/bin' - build='i686-pc-linux-gnu' - build_alias='' - build_cpu='i686' - build_os='linux-gnu' - build_vendor='pc' - datadir='${datarootdir}' - datarootdir='${prefix}/share' - docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' - dvidir='${docdir}' - exec_prefix='${prefix}' - gl_LIBOBJS=' asnprintf.o printf-args.o printf-parse.o vasnprintf.o' - gl_LTLIBOBJS=' asnprintf.lo printf-args.lo printf-parse.lo vasnprintf.lo' - gltests_LIBOBJS='' - gltests_LTLIBOBJS='' - gltests_WITNESS='IN_TEXINFO_GNULIB_TESTS' - host='i686-pc-linux-gnu' - host_alias='' - host_cpu='i686' - host_os='linux-gnu' - host_vendor='pc' - htmldir='${docdir}' - includedir='${prefix}/include' - infodir='${datarootdir}/info' - install_sh='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/install-sh' - libdir='${exec_prefix}/lib' - libexecdir='${exec_prefix}/libexec' - localedir='${datarootdir}/locale' - localstatedir='${prefix}/var' - mandir='${datarootdir}/man' - mkdir_p='$(MKDIR_P)' - oldincludedir='/usr/include' - pdfdir='${docdir}' - prefix='/usr/local' - program_transform_name='s,x,x,' - psdir='${docdir}' - sbindir='${exec_prefix}/sbin' - sharedstatedir='${prefix}/com' - sysconfdir='${prefix}/etc' - target_alias='' - - ## ----------- ## - ## confdefs.h. ## - ## ----------- ## - - /* confdefs.h */ - #define PACKAGE_NAME "texinfo" - #define PACKAGE_TARNAME "texinfo" - #define PACKAGE_VERSION "0" - #define PACKAGE_STRING "texinfo 0" - #define PACKAGE_BUGREPORT "" - #define PACKAGE_URL "" - #define PACKAGE "texinfo" - #define VERSION "0" - #define STDC_HEADERS 1 - #define HAVE_SYS_TYPES_H 1 - #define HAVE_SYS_STAT_H 1 - #define HAVE_STDLIB_H 1 - #define HAVE_STRING_H 1 - #define HAVE_MEMORY_H 1 - #define HAVE_STRINGS_H 1 - #define HAVE_INTTYPES_H 1 - #define HAVE_STDINT_H 1 - #define HAVE_UNISTD_H 1 - #define __EXTENSIONS__ 1 - #define _ALL_SOURCE 1 - #define _DARWIN_C_SOURCE 1 - #define _GNU_SOURCE 1 - #define _POSIX_PTHREAD_SEMANTICS 1 - #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 - #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 - #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 - #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 - #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 - #define __STDC_WANT_LIB_EXT2__ 1 - #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 - #define _TANDEM_SOURCE 1 - #define HAVE_ALLOCA_H 1 - #define HAVE_ALLOCA 1 - #define HAVE_DECL_GETDELIM 1 - #define HAVE_GETDELIM 1 - #define HAVE_MPROTECT 1 - #define HAVE_SNPRINTF 1 - #define HAVE_DECL_GETLINE 1 - #define HAVE_LIMITS_H 1 - #define HAVE_SYS_MMAN_H 1 - #define HAVE_WCHAR_H 1 - #define HAVE_STDINT_H 1 - #define HAVE_FEATURES_H 1 - #define HAVE_MAP_ANONYMOUS 1 - #define HAVE_WCHAR_T 1 - #define HAVE_WINT_T 1 - #define HAVE_UNSIGNED_LONG_LONG_INT 1 - #define HAVE_LONG_LONG_INT 1 - #define restrict __restrict - #define HAVE_RAW_DECL_FFSL 1 - #define HAVE_RAW_DECL_FFSLL 1 - #define HAVE_RAW_DECL_MEMMEM 1 - #define HAVE_RAW_DECL_MEMPCPY 1 - #define HAVE_RAW_DECL_MEMRCHR 1 - #define HAVE_RAW_DECL_RAWMEMCHR 1 - #define HAVE_RAW_DECL_STPCPY 1 - #define HAVE_RAW_DECL_STPNCPY 1 - #define HAVE_RAW_DECL_STRCHRNUL 1 - #define HAVE_RAW_DECL_STRDUP 1 - #define HAVE_RAW_DECL_STRNCAT 1 - #define HAVE_RAW_DECL_STRNDUP 1 - #define HAVE_RAW_DECL_STRNLEN 1 - #define HAVE_RAW_DECL_STRPBRK 1 - #define HAVE_RAW_DECL_STRSEP 1 - #define HAVE_RAW_DECL_STRCASESTR 1 - #define HAVE_RAW_DECL_STRTOK_R 1 - #define HAVE_RAW_DECL_STRERROR_R 1 - #define HAVE_RAW_DECL_STRSIGNAL 1 - #define HAVE_RAW_DECL_STRVERSCMP 1 - #define HAVE_INTTYPES_H_WITH_UINTMAX 1 - #define HAVE_STDINT_H_WITH_UINTMAX 1 - #define HAVE_INTMAX_T 1 - #define DBL_EXPBIT0_WORD 1 - #define DBL_EXPBIT0_BIT 20 - #define HAVE_SNPRINTF 1 - #define HAVE_STRNLEN 1 - #define HAVE_WCSLEN 1 - #define HAVE_WCSNLEN 1 - #define HAVE_MBRTOWC 1 - #define HAVE_WCRTOMB 1 - #define HAVE_DECL__SNPRINTF 0 - #define HAVE_SNPRINTF_RETVAL_C99 1 - #define HAVE_ALLOCA 1 - #define GNULIB_TEST_GETDELIM 1 - #define GNULIB_TEST_GETLINE 1 - #define GNULIB_TEST_MEMCHR 1 - #define HAVE_STDINT_H 1 - #define __USE_MINGW_ANSI_STDIO 1 - #define GNULIB_FSCANF 1 - #define GNULIB_SCANF 1 - #define HAVE_RAW_DECL_DPRINTF 1 - #define HAVE_RAW_DECL_FSEEKO 1 - #define HAVE_RAW_DECL_FTELLO 1 - #define HAVE_RAW_DECL_GETDELIM 1 - #define HAVE_RAW_DECL_GETLINE 1 - #define HAVE_RAW_DECL_PCLOSE 1 - #define HAVE_RAW_DECL_POPEN 1 - #define HAVE_RAW_DECL_RENAMEAT 1 - #define HAVE_RAW_DECL_SNPRINTF 1 - #define HAVE_RAW_DECL_TMPFILE 1 - #define HAVE_RAW_DECL_VDPRINTF 1 - #define HAVE_RAW_DECL_VSNPRINTF 1 - #define HAVE_VASPRINTF 1 - #define GNULIB_TEST_VASPRINTF 1 - #define HAVE_RAW_DECL_BTOWC 1 - #define HAVE_RAW_DECL_WCTOB 1 - #define HAVE_RAW_DECL_MBSINIT 1 - #define HAVE_RAW_DECL_MBRTOWC 1 - #define HAVE_RAW_DECL_MBRLEN 1 - #define HAVE_RAW_DECL_MBSRTOWCS 1 - #define HAVE_RAW_DECL_MBSNRTOWCS 1 - #define HAVE_RAW_DECL_WCRTOMB 1 - #define HAVE_RAW_DECL_WCSRTOMBS 1 - #define HAVE_RAW_DECL_WCSNRTOMBS 1 - #define HAVE_RAW_DECL_WCWIDTH 1 - #define HAVE_RAW_DECL_WMEMCHR 1 - #define HAVE_RAW_DECL_WMEMCMP 1 - #define HAVE_RAW_DECL_WMEMCPY 1 - #define HAVE_RAW_DECL_WMEMMOVE 1 - #define HAVE_RAW_DECL_WMEMSET 1 - #define HAVE_RAW_DECL_WCSLEN 1 - #define HAVE_RAW_DECL_WCSNLEN 1 - #define HAVE_RAW_DECL_WCSCPY 1 - #define HAVE_RAW_DECL_WCPCPY 1 - #define HAVE_RAW_DECL_WCSNCPY 1 - #define HAVE_RAW_DECL_WCPNCPY 1 - #define HAVE_RAW_DECL_WCSCAT 1 - #define HAVE_RAW_DECL_WCSNCAT 1 - #define HAVE_RAW_DECL_WCSCMP 1 - #define HAVE_RAW_DECL_WCSNCMP 1 - #define HAVE_RAW_DECL_WCSCASECMP 1 - #define HAVE_RAW_DECL_WCSNCASECMP 1 - #define HAVE_RAW_DECL_WCSCOLL 1 - #define HAVE_RAW_DECL_WCSXFRM 1 - #define HAVE_RAW_DECL_WCSDUP 1 - #define HAVE_RAW_DECL_WCSCHR 1 - #define HAVE_RAW_DECL_WCSRCHR 1 - #define HAVE_RAW_DECL_WCSCSPN 1 - #define HAVE_RAW_DECL_WCSSPN 1 - #define HAVE_RAW_DECL_WCSPBRK 1 - #define HAVE_RAW_DECL_WCSSTR 1 - #define HAVE_RAW_DECL_WCSTOK 1 - #define HAVE_RAW_DECL_WCSWIDTH 1 - #define HAVE_RAW_DECL_WCSFTIME 1 - #define HAVE_STDINT_H 1 - #define HAVE_DLFCN_H 1 - #define LT_OBJDIR ".libs/" - - configure: exit 0 --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/config.status texinfo-6.5/tp/Texinfo/Convert/XSParagraph/config.status *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/config.status 2017-07-03 17:44:22.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/config.status 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,2459 **** - #! /bin/sh - # Generated by configure. - # Run this file to recreate the current configuration. - # Compiler output produced by configure, useful for debugging - # configure, is in config.log if it exists. - - debug=false - ac_cs_recheck=false - ac_cs_silent=false - - SHELL=${CONFIG_SHELL-/bin/sh} - export SHELL - ## -------------------- ## - ## M4sh Initialization. ## - ## -------------------- ## - - # Be more Bourne compatible - DUALCASE=1; export DUALCASE # for MKS sh - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST - else - case `(set -o) 2>/dev/null` in #( - *posix*) : - set -o posix ;; #( - *) : - ;; - esac - fi - - - as_nl=' - ' - export as_nl - # Printing a long string crashes Solaris 7 /usr/bin/printf. - as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' - as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo - as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo - # Prefer a ksh shell builtin over an external printf program on Solaris, - # but without wasting forks for bash or zsh. - if test -z "$BASH_VERSION$ZSH_VERSION" \ - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='print -r --' - as_echo_n='print -rn --' - elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' - else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in #( - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' - fi - - # The user is always right. - if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } - fi - - - # IFS - # We need space, tab and new line, in precisely that order. Quoting is - # there to prevent editors from complaining about space-tab. - # (If _AS_PATH_WALK were called with IFS unset, it would disable word - # splitting by setting IFS to empty value.) - IFS=" "" $as_nl" - - # Find who we are. Look in the path if we contain no directory separator. - as_myself= - case $0 in #(( - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break - done - IFS=$as_save_IFS - - ;; - esac - # We did not find ourselves, most probably we were run as `sh COMMAND' - # in which case we are not to be found in the path. - if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - exit 1 - fi - - # Unset variables that we do not need and which cause bugs (e.g. in - # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" - # suppresses any "Segmentation fault" message there. '((' could - # trigger a bug in pdksh 5.2.14. - for as_var in BASH_ENV ENV MAIL MAILPATH - do eval test x\${$as_var+set} = xset \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : - done - PS1='$ ' - PS2='> ' - PS4='+ ' - - # NLS nuisances. - LC_ALL=C - export LC_ALL - LANGUAGE=C - export LANGUAGE - - # CDPATH. - (unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - - # as_fn_error STATUS ERROR [LINENO LOG_FD] - # ---------------------------------------- - # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are - # provided, also output the error to LOG_FD, referencing LINENO. Then exit the - # script with STATUS, using 1 if that was 0. - as_fn_error () - { - as_status=$1; test $as_status -eq 0 && as_status=1 - if test "$4"; then - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - $as_echo "$as_me: error: $2" >&2 - as_fn_exit $as_status - } # as_fn_error - - - # as_fn_set_status STATUS - # ----------------------- - # Set $? to STATUS, without forking. - as_fn_set_status () - { - return $1 - } # as_fn_set_status - - # as_fn_exit STATUS - # ----------------- - # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. - as_fn_exit () - { - set +e - as_fn_set_status $1 - exit $1 - } # as_fn_exit - - # as_fn_unset VAR - # --------------- - # Portably unset VAR. - as_fn_unset () - { - { eval $1=; unset $1;} - } - as_unset=as_fn_unset - # as_fn_append VAR VALUE - # ---------------------- - # Append the text in VALUE to the end of the definition contained in VAR. Take - # advantage of any shell optimizations that allow amortized linear growth over - # repeated appends, instead of the typical quadratic growth present in naive - # implementations. - if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : - eval 'as_fn_append () - { - eval $1+=\$2 - }' - else - as_fn_append () - { - eval $1=\$$1\$2 - } - fi # as_fn_append - - # as_fn_arith ARG... - # ------------------ - # Perform arithmetic evaluation on the ARGs, and store the result in the - # global $as_val. Take advantage of shells that can avoid forks. The arguments - # must be portable across $(()) and expr. - if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : - eval 'as_fn_arith () - { - as_val=$(( $* )) - }' - else - as_fn_arith () - { - as_val=`expr "$@" || test $? -eq 1` - } - fi # as_fn_arith - - - if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr - else - as_expr=false - fi - - if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename - else - as_basename=false - fi - - if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname - else - as_dirname=false - fi - - as_me=`$as_basename -- "$0" || - $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - - # 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 - - ECHO_C= ECHO_N= ECHO_T= - case `echo -n x` in #((((( - -n*) - case `echo 'xy\c'` in - *c*) ECHO_T=' ';; # ECHO_T is single tab character. - xy) ECHO_C='\c';; - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null - ECHO_T=' ';; - esac;; - *) - ECHO_N='-n';; - esac - - rm -f conf$$ conf$$.exe conf$$.file - if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file - else - rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null - fi - if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -pR'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -pR' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -pR' - fi - else - as_ln_s='cp -pR' - fi - rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file - rmdir conf$$.dir 2>/dev/null - - - # as_fn_mkdir_p - # ------------- - # Create "$as_dir" as a directory, including parents if necessary. - as_fn_mkdir_p () - { - - case $as_dir in #( - -*) as_dir=./$as_dir;; - esac - test -d "$as_dir" || eval $as_mkdir_p || { - as_dirs= - while :; do - case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" - as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" - - - } # as_fn_mkdir_p - if mkdir -p . 2>/dev/null; then - as_mkdir_p='mkdir -p "$as_dir"' - else - test -d ./-p && rmdir ./-p - as_mkdir_p=false - fi - - - # as_fn_executable_p FILE - # ----------------------- - # Test if FILE is an executable regular file. - as_fn_executable_p () - { - test -f "$1" && test -x "$1" - } # as_fn_executable_p - as_test_x='test -x' - as_executable_p=as_fn_executable_p - - # Sed expression to map a string onto a valid CPP name. - as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" - - # Sed expression to map a string onto a valid variable name. - as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - - exec 6>&1 - ## ----------------------------------- ## - ## Main body of $CONFIG_STATUS script. ## - ## ----------------------------------- ## - # Save the log message, to keep $0 and so on meaningful, and to - # report actual input values of CONFIG_FILES etc. instead of their - # values after options handling. - ac_log=" - This file was extended by texinfo $as_me 0, which was - generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS - CONFIG_LINKS = $CONFIG_LINKS - CONFIG_COMMANDS = $CONFIG_COMMANDS - $ $0 $@ - - on `(hostname || uname -n) 2>/dev/null | sed 1q` - " - - # Files that config.status was made for. - config_files=" Makefile lib/Makefile" - config_headers=" config.h:config.in" - config_commands=" depfiles libtool" - - ac_cs_usage="\ - \`$as_me' instantiates files and other configuration actions - from templates according to the current configuration. Unless the files - and actions are specified as TAGs, all are instantiated by default. - - Usage: $0 [OPTION]... [TAG]... - - -h, --help print this help, then exit - -V, --version print version number and configuration settings, then exit - --config print configuration, then exit - -q, --quiet, --silent - do not print progress messages - -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 - --header=FILE[:TEMPLATE] - instantiate the configuration header FILE - - Configuration files: - $config_files - - Configuration headers: - $config_headers - - Configuration commands: - $config_commands - - Report bugs to the package provider." - - ac_cs_config="'--disable-option-checking' '--prefix=NONE' '--cache-file=/dev/null' '--srcdir=.'" - ac_cs_version="\ - texinfo config.status 0 - configured by ./configure, generated by GNU Autoconf 2.69, - with options \"$ac_cs_config\" - - Copyright (C) 2012 Free Software Foundation, Inc. - This config.status script is free software; the Free Software Foundation - gives unlimited permission to copy, distribute and modify it." - - ac_pwd='/home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph' - srcdir='.' - INSTALL='/usr/bin/ginstall -c' - MKDIR_P='/usr/bin/mkdir -p' - AWK='gawk' - test -n "$AWK" || AWK=awk - # The default lists apply if the user does not specify any file. - ac_need_defaults=: - while test $# != 0 - do - case $1 in - --*=?*) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` - ac_shift=: - ;; - --*=) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg= - ac_shift=: - ;; - *) - ac_option=$1 - ac_optarg=$2 - ac_shift=shift - ;; - esac - - case $ac_option in - # Handling of the options. - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - ac_cs_recheck=: ;; - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - $as_echo "$ac_cs_version"; exit ;; - --config | --confi | --conf | --con | --co | --c ) - $as_echo "$ac_cs_config"; exit ;; - --debug | --debu | --deb | --de | --d | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - '') as_fn_error $? "missing file argument" ;; - esac - as_fn_append CONFIG_FILES " '$ac_optarg'" - ac_need_defaults=false;; - --header | --heade | --head | --hea ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - as_fn_append CONFIG_HEADERS " '$ac_optarg'" - ac_need_defaults=false;; - --he | --h) - # Conflict between --help and --header - as_fn_error $? "ambiguous option: \`$1' - Try \`$0 --help' for more information.";; - --help | --hel | -h ) - $as_echo "$ac_cs_usage"; exit ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil | --si | --s) - ac_cs_silent=: ;; - - # This is an error. - -*) as_fn_error $? "unrecognized option: \`$1' - Try \`$0 --help' for more information." ;; - - *) as_fn_append ac_config_targets " $1" - ac_need_defaults=false ;; - - esac - shift - done - - ac_configure_extra_args= - - if $ac_cs_silent; then - exec 6>/dev/null - ac_configure_extra_args="$ac_configure_extra_args --silent" - fi - - if $ac_cs_recheck; then - set X /bin/sh './configure' '--disable-option-checking' '--prefix=NONE' '--cache-file=/dev/null' '--srcdir=.' $ac_configure_extra_args --no-create --no-recursion - shift - $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 - CONFIG_SHELL='/bin/sh' - export CONFIG_SHELL - exec "$@" - fi - - exec 5>>config.log - { - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX - ## Running $as_me. ## - _ASBOX - $as_echo "$ac_log" - } >&5 - - # - # INIT-COMMANDS - # - AMDEP_TRUE="" ac_aux_dir="." - - - # The HP-UX ksh and POSIX shell print the target directory to stdout - # if CDPATH is set. - (unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - sed_quote_subst='s/\(["`$\\]\)/\\\1/g' - double_quote_subst='s/\(["`\\]\)/\\\1/g' - delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' - macro_version='2.4.6' - macro_revision='2.4.6' - enable_shared='yes' - enable_static='yes' - pic_mode='default' - enable_fast_install='yes' - shared_archive_member_spec='' - SHELL='/bin/sh' - ECHO='printf %s\n' - PATH_SEPARATOR=':' - host_alias='' - host='i686-pc-linux-gnu' - host_os='linux-gnu' - build_alias='' - build='i686-pc-linux-gnu' - build_os='linux-gnu' - SED='/usr/bin/sed' - Xsed='/usr/bin/sed -e 1s/^X//' - GREP='/usr/bin/grep' - EGREP='/usr/bin/grep -E' - FGREP='/usr/bin/grep -F' - LD='/usr/i486-slackware-linux/bin/ld' - NM='/usr/bin/nm -B' - LN_S='ln -s' - max_cmd_len='1572864' - ac_objext='o' - exeext='' - lt_unset='unset' - lt_SP2NL='tr \040 \012' - lt_NL2SP='tr \015\012 \040\040' - lt_cv_to_host_file_cmd='func_convert_file_noop' - lt_cv_to_tool_file_cmd='func_convert_file_noop' - reload_flag=' -r' - reload_cmds='$LD$reload_flag -o $output$reload_objs' - OBJDUMP='objdump' - deplibs_check_method='pass_all' - file_magic_cmd='$MAGIC_CMD' - file_magic_glob='' - want_nocaseglob='no' - DLLTOOL='dlltool' - sharedlib_from_linklib_cmd='printf %s\n' - AR='ar' - AR_FLAGS='cru' - archiver_list_spec='@' - STRIP='strip' - RANLIB='ranlib' - old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib' - old_postuninstall_cmds='' - old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' - lock_old_archive_extraction='no' - CC='cc' - CFLAGS='-g -O2' - compiler='cc' - GCC='yes' - lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' - lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' - lt_cv_sys_global_symbol_to_import='' - lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' - lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' - lt_cv_nm_interface='BSD nm' - nm_file_list_spec='@' - lt_sysroot='' - lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' - objdir='.libs' - MAGIC_CMD='file' - lt_prog_compiler_no_builtin_flag=' -fno-builtin' - lt_prog_compiler_pic=' -fPIC -DPIC' - lt_prog_compiler_wl='-Wl,' - lt_prog_compiler_static='-static' - lt_cv_prog_compiler_c_o='yes' - need_locks='no' - MANIFEST_TOOL=':' - DSYMUTIL='' - NMEDIT='' - LIPO='' - OTOOL='' - OTOOL64='' - libext='a' - shrext_cmds='.so' - extract_expsyms_cmds='' - archive_cmds_need_lc='no' - enable_shared_with_static_runtimes='no' - export_dynamic_flag_spec='$wl--export-dynamic' - whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' - compiler_needs_object='no' - old_archive_from_new_cmds='' - old_archive_from_expsyms_cmds='' - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' - module_cmds='' - module_expsym_cmds='' - with_gnu_ld='yes' - allow_undefined_flag='' - no_undefined_flag='' - hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' - hardcode_libdir_separator='' - hardcode_direct='no' - hardcode_direct_absolute='no' - hardcode_minus_L='no' - hardcode_shlibpath_var='unsupported' - hardcode_automatic='no' - inherit_rpath='no' - link_all_deplibs='unknown' - always_export_symbols='no' - export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' - include_expsyms='' - prelink_cmds='' - postlink_cmds='' - file_list_spec='' - variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH' - need_lib_prefix='no' - need_version='no' - version_type='linux' - runpath_var='LD_RUN_PATH' - shlibpath_var='LD_LIBRARY_PATH' - shlibpath_overrides_runpath='no' - libname_spec='lib$name' - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - install_override_mode='' - postinstall_cmds='' - postuninstall_cmds='' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' - finish_eval='' - hardcode_into_libs='yes' - sys_lib_search_path_spec='/usr/lib/gcc/i486-slackware-linux/4.8.2 /usr/i486-slackware-linux/lib /usr/lib /lib ' - configure_time_dlsearch_path='/lib /usr/lib /lib /usr/lib /usr/local/lib /usr/i486-slackware-linux/lib /usr/lib/seamonkey ' - configure_time_lt_sys_library_path='' - hardcode_action='immediate' - enable_dlopen='unknown' - enable_dlopen_self='unknown' - enable_dlopen_self_static='unknown' - old_striplib='strip --strip-debug' - striplib='strip --strip-unneeded' - - LTCC='cc' - LTCFLAGS='-g -O2' - compiler='cc' - - # A function that is used when there is no print builtin or printf. - func_fallback_echo () - { - eval 'cat <<_LTECHO_EOF - $1 - _LTECHO_EOF' - } - - # Quote evaled strings. - for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib; do - case `eval \\$ECHO \\""\\$$var"\\"` in - *[\\\`\"\$]*) - eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes - ;; - *) - eval "lt_$var=\\\"\$$var\\\"" - ;; - esac - done - - # Double-quote double-evaled strings. - for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec configure_time_dlsearch_path configure_time_lt_sys_library_path; do - case `eval \\$ECHO \\""\\$$var"\\"` in - *[\\\`\"\$]*) - eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes - ;; - *) - eval "lt_$var=\\\"\$$var\\\"" - ;; - esac - done - - ac_aux_dir='.' - - # See if we are running on zsh, and set the options that allow our - # commands through without removal of \ escapes INIT. - if test -n "${ZSH_VERSION+set}"; then - setopt NO_GLOB_SUBST - fi - - - PACKAGE='texinfo' - VERSION='0' - RM='rm -f' - ofile='libtool' - - - - - - # Handling of arguments. - for ac_config_target in $ac_config_targets - do - case $ac_config_target in - "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; - - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; - esac - done - - - # 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_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands - fi - - # Have a temporary directory for convenience. Make it in the build tree - # simply because there is no reason against having it here, and in addition, - # creating and moving files from /tmp can sometimes cause problems. - # Hook for its removal unless debugging. - # Note that there is a small window in which the directory will not be cleaned: - # after its creation but before its name has been assigned to `$tmp'. - $debug || - { - tmp= ac_tmp= - trap 'exit_status=$? - : "${ac_tmp:=$tmp}" - { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status - ' 0 - trap 'as_fn_exit 1' 1 2 13 15 - } - # Create a (secure) tmp directory for tmp files. - - { - tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && - test -d "$tmp" - } || - { - tmp=./conf$$-$RANDOM - (umask 077 && mkdir "$tmp") - } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 - ac_tmp=$tmp - - # Set up the scripts for CONFIG_FILES section. - # No need to generate them if there are no CONFIG_FILES. - # This happens for instance with `./config.status config.h'. - if test -n "$CONFIG_FILES"; then - - - ac_cr=`echo X | tr X '\015'` - # On cygwin, bash can eat \r inside `` if the user requested igncr. - # But we know of no other shell where ac_cr would be empty at this - # point, so we can use a bashism as a fallback. - if test "x$ac_cr" = x; then - eval ac_cr=\$\'\\r\' - fi - ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` - if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then - ac_cs_awk_cr='\\r' - else - ac_cs_awk_cr=$ac_cr - fi - - echo 'BEGIN {' >"$ac_tmp/subs1.awk" && - cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && - S["gltests_LTLIBOBJS"]="" - S["gltests_LIBOBJS"]="" - S["gl_LTLIBOBJS"]=" asnprintf.lo printf-args.lo printf-parse.lo vasnprintf.lo" - S["gl_LIBOBJS"]=" asnprintf.o printf-args.o printf-parse.o vasnprintf.o" - S["am__EXEEXT_FALSE"]="" - S["am__EXEEXT_TRUE"]="#" - S["LTLIBOBJS"]="" - S["LIBOBJS"]="" - S["PERL_CONF_privlibexp"]="/usr/share/perl5" - S["PERL_CONF_archlibexp"]="/usr/lib/perl5" - S["PERL_CONF_libperl"]="-lperl" - S["PERL_CONF_ccdlflags"]="-Wl,-E -Wl,-rpath,/usr/lib/perl5/CORE" - S["PERL_CONF_cccdlflags"]="-fPIC" - S["PERL_CONF_ccflags"]="-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" - S["XSPARAGRAPH_INTERFACE_VERSION"]="1" - S["PERL_EXT_CC"]="" - S["PERL_EXT_LDFLAGS"]="" - S["PERL_EXT_CPPFLAGS"]="" - S["PERL_EXT_CFLAGS"]="" - S["HOST_NEEDS_NO_UNDEFINED_FALSE"]="" - S["HOST_NEEDS_NO_UNDEFINED_TRUE"]="#" - S["LT_SYS_LIBRARY_PATH"]="" - S["OTOOL64"]="" - S["OTOOL"]="" - S["LIPO"]="" - S["NMEDIT"]="" - S["DSYMUTIL"]="" - S["MANIFEST_TOOL"]=":" - S["ac_ct_AR"]="ar" - S["DLLTOOL"]="dlltool" - S["OBJDUMP"]="objdump" - S["LN_S"]="ln -s" - S["NM"]="/usr/bin/nm -B" - S["ac_ct_DUMPBIN"]="" - S["DUMPBIN"]="" - S["LD"]="/usr/i486-slackware-linux/bin/ld" - S["FGREP"]="/usr/bin/grep -F" - S["SED"]="/usr/bin/sed" - S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool" - S["gltests_WITNESS"]="IN_TEXINFO_GNULIB_TESTS" - S["HAVE_CRTDEFS_H"]="0" - S["HAVE_WINT_T"]="1" - S["NEXT_AS_FIRST_DIRECTIVE_WCHAR_H"]="" - S["NEXT_WCHAR_H"]="" - S["REPLACE_WCSFTIME"]="0" - S["REPLACE_WCSWIDTH"]="0" - S["REPLACE_WCWIDTH"]="0" - S["REPLACE_WCSNRTOMBS"]="0" - S["REPLACE_WCSRTOMBS"]="0" - S["REPLACE_WCRTOMB"]="0" - S["REPLACE_MBSNRTOWCS"]="0" - S["REPLACE_MBSRTOWCS"]="0" - S["REPLACE_MBRLEN"]="0" - S["REPLACE_MBRTOWC"]="0" - S["REPLACE_MBSINIT"]="0" - S["REPLACE_WCTOB"]="0" - S["REPLACE_BTOWC"]="0" - S["REPLACE_MBSTATE_T"]="0" - S["HAVE_DECL_WCWIDTH"]="1" - S["HAVE_DECL_WCTOB"]="1" - S["HAVE_WCSFTIME"]="1" - S["HAVE_WCSWIDTH"]="1" - S["HAVE_WCSTOK"]="1" - S["HAVE_WCSSTR"]="1" - S["HAVE_WCSPBRK"]="1" - S["HAVE_WCSSPN"]="1" - S["HAVE_WCSCSPN"]="1" - S["HAVE_WCSRCHR"]="1" - S["HAVE_WCSCHR"]="1" - S["HAVE_WCSDUP"]="1" - S["HAVE_WCSXFRM"]="1" - S["HAVE_WCSCOLL"]="1" - S["HAVE_WCSNCASECMP"]="1" - S["HAVE_WCSCASECMP"]="1" - S["HAVE_WCSNCMP"]="1" - S["HAVE_WCSCMP"]="1" - S["HAVE_WCSNCAT"]="1" - S["HAVE_WCSCAT"]="1" - S["HAVE_WCPNCPY"]="1" - S["HAVE_WCSNCPY"]="1" - S["HAVE_WCPCPY"]="1" - S["HAVE_WCSCPY"]="1" - S["HAVE_WCSNLEN"]="1" - S["HAVE_WCSLEN"]="1" - S["HAVE_WMEMSET"]="1" - S["HAVE_WMEMMOVE"]="1" - S["HAVE_WMEMCPY"]="1" - S["HAVE_WMEMCMP"]="1" - S["HAVE_WMEMCHR"]="1" - S["HAVE_WCSNRTOMBS"]="1" - S["HAVE_WCSRTOMBS"]="1" - S["HAVE_WCRTOMB"]="1" - S["HAVE_MBSNRTOWCS"]="1" - S["HAVE_MBSRTOWCS"]="1" - S["HAVE_MBRLEN"]="1" - S["HAVE_MBRTOWC"]="1" - S["HAVE_MBSINIT"]="1" - S["HAVE_BTOWC"]="1" - S["GNULIB_WCSFTIME"]="0" - S["GNULIB_WCSWIDTH"]="0" - S["GNULIB_WCSTOK"]="0" - S["GNULIB_WCSSTR"]="0" - S["GNULIB_WCSPBRK"]="0" - S["GNULIB_WCSSPN"]="0" - S["GNULIB_WCSCSPN"]="0" - S["GNULIB_WCSRCHR"]="0" - S["GNULIB_WCSCHR"]="0" - S["GNULIB_WCSDUP"]="0" - S["GNULIB_WCSXFRM"]="0" - S["GNULIB_WCSCOLL"]="0" - S["GNULIB_WCSNCASECMP"]="0" - S["GNULIB_WCSCASECMP"]="0" - S["GNULIB_WCSNCMP"]="0" - S["GNULIB_WCSCMP"]="0" - S["GNULIB_WCSNCAT"]="0" - S["GNULIB_WCSCAT"]="0" - S["GNULIB_WCPNCPY"]="0" - S["GNULIB_WCSNCPY"]="0" - S["GNULIB_WCPCPY"]="0" - S["GNULIB_WCSCPY"]="0" - S["GNULIB_WCSNLEN"]="0" - S["GNULIB_WCSLEN"]="0" - S["GNULIB_WMEMSET"]="0" - S["GNULIB_WMEMMOVE"]="0" - S["GNULIB_WMEMCPY"]="0" - S["GNULIB_WMEMCMP"]="0" - S["GNULIB_WMEMCHR"]="0" - S["GNULIB_WCWIDTH"]="0" - S["GNULIB_WCSNRTOMBS"]="0" - S["GNULIB_WCSRTOMBS"]="0" - S["GNULIB_WCRTOMB"]="0" - S["GNULIB_MBSNRTOWCS"]="0" - S["GNULIB_MBSRTOWCS"]="0" - S["GNULIB_MBRLEN"]="0" - S["GNULIB_MBRTOWC"]="0" - S["GNULIB_MBSINIT"]="0" - S["GNULIB_WCTOB"]="0" - S["GNULIB_BTOWC"]="0" - S["HAVE_FEATURES_H"]="1" - S["WINDOWS_64_BIT_OFF_T"]="0" - S["NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H"]="" - S["NEXT_SYS_TYPES_H"]="" - S["NEXT_AS_FIRST_DIRECTIVE_STRING_H"]="" - S["NEXT_STRING_H"]="" - S["NEXT_AS_FIRST_DIRECTIVE_STDIO_H"]="" - S["NEXT_STDIO_H"]="" - S["GL_GENERATE_STDINT_H_FALSE"]="#" - S["GL_GENERATE_STDINT_H_TRUE"]="" - S["STDINT_H"]="stdint.h" - S["HAVE_SYS_INTTYPES_H"]="0" - S["HAVE_SYS_BITYPES_H"]="0" - S["HAVE_C99_STDINT_H"]="1" - S["WINT_T_SUFFIX"]="" - S["WCHAR_T_SUFFIX"]="" - S["SIG_ATOMIC_T_SUFFIX"]="" - S["SIZE_T_SUFFIX"]="" - S["PTRDIFF_T_SUFFIX"]="" - S["HAVE_SIGNED_WINT_T"]="" - S["HAVE_SIGNED_WCHAR_T"]="" - S["HAVE_SIGNED_SIG_ATOMIC_T"]="" - S["BITSIZEOF_WINT_T"]="" - S["BITSIZEOF_WCHAR_T"]="" - S["BITSIZEOF_SIG_ATOMIC_T"]="" - S["BITSIZEOF_SIZE_T"]="" - S["BITSIZEOF_PTRDIFF_T"]="" - S["HAVE_STDINT_H"]="1" - S["NEXT_AS_FIRST_DIRECTIVE_STDINT_H"]="" - S["NEXT_STDINT_H"]="" - S["HAVE_SYS_TYPES_H"]="1" - S["HAVE_INTTYPES_H"]="1" - S["HAVE_WCHAR_H"]="1" - S["HAVE_UNSIGNED_LONG_LONG_INT"]="1" - S["HAVE_LONG_LONG_INT"]="1" - S["GNULIB_OVERRIDES_WINT_T"]="0" - S["NEXT_AS_FIRST_DIRECTIVE_STDDEF_H"]="" - S["NEXT_STDDEF_H"]="" - S["GL_GENERATE_STDDEF_H_FALSE"]="#" - S["GL_GENERATE_STDDEF_H_TRUE"]="" - S["STDDEF_H"]="stddef.h" - S["HAVE_WCHAR_T"]="1" - S["HAVE_MAX_ALIGN_T"]="0" - S["REPLACE_NULL"]="0" - S["APPLE_UNIVERSAL_BUILD"]="0" - S["UNDEFINE_STRTOK_R"]="0" - S["REPLACE_STRTOK_R"]="0" - S["REPLACE_STRSIGNAL"]="0" - S["REPLACE_STRNLEN"]="0" - S["REPLACE_STRNDUP"]="0" - S["REPLACE_STRNCAT"]="0" - S["REPLACE_STRERROR_R"]="0" - S["REPLACE_STRERROR"]="0" - S["REPLACE_STRCHRNUL"]="0" - S["REPLACE_STRCASESTR"]="0" - S["REPLACE_STRSTR"]="0" - S["REPLACE_STRDUP"]="0" - S["REPLACE_STPNCPY"]="0" - S["REPLACE_MEMMEM"]="0" - S["REPLACE_MEMCHR"]="0" - S["HAVE_STRVERSCMP"]="1" - S["HAVE_DECL_STRSIGNAL"]="1" - S["HAVE_DECL_STRERROR_R"]="1" - S["HAVE_DECL_STRTOK_R"]="1" - S["HAVE_STRCASESTR"]="1" - S["HAVE_STRSEP"]="1" - S["HAVE_STRPBRK"]="1" - S["HAVE_DECL_STRNLEN"]="1" - S["HAVE_DECL_STRNDUP"]="1" - S["HAVE_DECL_STRDUP"]="1" - S["HAVE_STRCHRNUL"]="1" - S["HAVE_STPNCPY"]="1" - S["HAVE_STPCPY"]="1" - S["HAVE_RAWMEMCHR"]="1" - S["HAVE_DECL_MEMRCHR"]="1" - S["HAVE_MEMPCPY"]="1" - S["HAVE_DECL_MEMMEM"]="1" - S["HAVE_MEMCHR"]="1" - S["HAVE_FFSLL"]="1" - S["HAVE_FFSL"]="1" - S["HAVE_MBSLEN"]="0" - S["GNULIB_STRVERSCMP"]="0" - S["GNULIB_STRSIGNAL"]="0" - S["GNULIB_STRERROR_R"]="0" - S["GNULIB_STRERROR"]="0" - S["GNULIB_MBSTOK_R"]="0" - S["GNULIB_MBSSEP"]="0" - S["GNULIB_MBSSPN"]="0" - S["GNULIB_MBSPBRK"]="0" - S["GNULIB_MBSCSPN"]="0" - S["GNULIB_MBSCASESTR"]="0" - S["GNULIB_MBSPCASECMP"]="0" - S["GNULIB_MBSNCASECMP"]="0" - S["GNULIB_MBSCASECMP"]="0" - S["GNULIB_MBSSTR"]="0" - S["GNULIB_MBSRCHR"]="0" - S["GNULIB_MBSCHR"]="0" - S["GNULIB_MBSNLEN"]="0" - S["GNULIB_MBSLEN"]="0" - S["GNULIB_STRTOK_R"]="0" - S["GNULIB_STRCASESTR"]="0" - S["GNULIB_STRSTR"]="0" - S["GNULIB_STRSEP"]="0" - S["GNULIB_STRPBRK"]="0" - S["GNULIB_STRNLEN"]="0" - S["GNULIB_STRNDUP"]="0" - S["GNULIB_STRNCAT"]="0" - S["GNULIB_STRDUP"]="0" - S["GNULIB_STRCHRNUL"]="0" - S["GNULIB_STPNCPY"]="0" - S["GNULIB_STPCPY"]="0" - S["GNULIB_RAWMEMCHR"]="0" - S["GNULIB_MEMRCHR"]="0" - S["GNULIB_MEMPCPY"]="0" - S["GNULIB_MEMMEM"]="0" - S["GNULIB_MEMCHR"]="1" - S["GNULIB_FFSLL"]="0" - S["GNULIB_FFSL"]="0" - S["GL_GENERATE_LIMITS_H_FALSE"]="#" - S["GL_GENERATE_LIMITS_H_TRUE"]="" - S["LIMITS_H"]="limits.h" - S["NEXT_AS_FIRST_DIRECTIVE_LIMITS_H"]="" - S["NEXT_LIMITS_H"]="" - S["REPLACE_VSPRINTF"]="0" - S["REPLACE_VSNPRINTF"]="0" - S["REPLACE_VPRINTF"]="0" - S["REPLACE_VFPRINTF"]="0" - S["REPLACE_VDPRINTF"]="0" - S["REPLACE_VASPRINTF"]="0" - S["REPLACE_TMPFILE"]="0" - S["REPLACE_STDIO_WRITE_FUNCS"]="0" - S["REPLACE_STDIO_READ_FUNCS"]="0" - S["REPLACE_SPRINTF"]="0" - S["REPLACE_SNPRINTF"]="0" - S["REPLACE_RENAMEAT"]="0" - S["REPLACE_RENAME"]="0" - S["REPLACE_REMOVE"]="0" - S["REPLACE_PRINTF"]="0" - S["REPLACE_POPEN"]="0" - S["REPLACE_PERROR"]="0" - S["REPLACE_OBSTACK_PRINTF"]="0" - S["REPLACE_GETLINE"]="0" - S["REPLACE_GETDELIM"]="0" - S["REPLACE_FTELLO"]="0" - S["REPLACE_FTELL"]="0" - S["REPLACE_FSEEKO"]="0" - S["REPLACE_FSEEK"]="0" - S["REPLACE_FREOPEN"]="0" - S["REPLACE_FPURGE"]="0" - S["REPLACE_FPRINTF"]="0" - S["REPLACE_FOPEN"]="0" - S["REPLACE_FFLUSH"]="0" - S["REPLACE_FDOPEN"]="0" - S["REPLACE_FCLOSE"]="0" - S["REPLACE_DPRINTF"]="0" - S["HAVE_VDPRINTF"]="1" - S["HAVE_VASPRINTF"]="1" - S["HAVE_RENAMEAT"]="1" - S["HAVE_POPEN"]="1" - S["HAVE_PCLOSE"]="1" - S["HAVE_FTELLO"]="1" - S["HAVE_FSEEKO"]="1" - S["HAVE_DPRINTF"]="1" - S["HAVE_DECL_VSNPRINTF"]="1" - S["HAVE_DECL_SNPRINTF"]="1" - S["HAVE_DECL_OBSTACK_PRINTF"]="1" - S["HAVE_DECL_GETLINE"]="1" - S["HAVE_DECL_GETDELIM"]="1" - S["HAVE_DECL_FTELLO"]="1" - S["HAVE_DECL_FSEEKO"]="1" - S["HAVE_DECL_FPURGE"]="1" - S["GNULIB_VSPRINTF_POSIX"]="0" - S["GNULIB_VSNPRINTF"]="0" - S["GNULIB_VPRINTF_POSIX"]="0" - S["GNULIB_VPRINTF"]="1" - S["GNULIB_VFPRINTF_POSIX"]="0" - S["GNULIB_VFPRINTF"]="1" - S["GNULIB_VDPRINTF"]="0" - S["GNULIB_VSCANF"]="0" - S["GNULIB_VFSCANF"]="0" - S["GNULIB_VASPRINTF"]="1" - S["GNULIB_TMPFILE"]="0" - S["GNULIB_STDIO_H_SIGPIPE"]="0" - S["GNULIB_STDIO_H_NONBLOCKING"]="0" - S["GNULIB_SPRINTF_POSIX"]="0" - S["GNULIB_SNPRINTF"]="0" - S["GNULIB_SCANF"]="1" - S["GNULIB_RENAMEAT"]="0" - S["GNULIB_RENAME"]="0" - S["GNULIB_REMOVE"]="0" - S["GNULIB_PUTS"]="1" - S["GNULIB_PUTCHAR"]="1" - S["GNULIB_PUTC"]="1" - S["GNULIB_PRINTF_POSIX"]="0" - S["GNULIB_PRINTF"]="1" - S["GNULIB_POPEN"]="0" - S["GNULIB_PERROR"]="0" - S["GNULIB_PCLOSE"]="0" - S["GNULIB_OBSTACK_PRINTF_POSIX"]="0" - S["GNULIB_OBSTACK_PRINTF"]="0" - S["GNULIB_GETLINE"]="1" - S["GNULIB_GETDELIM"]="1" - S["GNULIB_GETCHAR"]="1" - S["GNULIB_GETC"]="1" - S["GNULIB_FWRITE"]="1" - S["GNULIB_FTELLO"]="0" - S["GNULIB_FTELL"]="0" - S["GNULIB_FSEEKO"]="0" - S["GNULIB_FSEEK"]="0" - S["GNULIB_FSCANF"]="1" - S["GNULIB_FREOPEN"]="0" - S["GNULIB_FREAD"]="1" - S["GNULIB_FPUTS"]="1" - S["GNULIB_FPUTC"]="1" - S["GNULIB_FPURGE"]="0" - S["GNULIB_FPRINTF_POSIX"]="0" - S["GNULIB_FPRINTF"]="1" - S["GNULIB_FOPEN"]="0" - S["GNULIB_FGETS"]="1" - S["GNULIB_FGETC"]="1" - S["GNULIB_FFLUSH"]="0" - S["GNULIB_FDOPEN"]="0" - S["GNULIB_FCLOSE"]="0" - S["GNULIB_DPRINTF"]="0" - S["REPLACE_ITOLD"]="0" - S["GL_GENERATE_FLOAT_H_FALSE"]="" - S["GL_GENERATE_FLOAT_H_TRUE"]="#" - S["FLOAT_H"]="" - S["NEXT_AS_FIRST_DIRECTIVE_FLOAT_H"]="" - S["NEXT_FLOAT_H"]="" - S["EOVERFLOW_VALUE"]="" - S["EOVERFLOW_HIDDEN"]="" - S["ENOLINK_VALUE"]="" - S["ENOLINK_HIDDEN"]="" - S["EMULTIHOP_VALUE"]="" - S["EMULTIHOP_HIDDEN"]="" - S["GL_GENERATE_ERRNO_H_FALSE"]="" - S["GL_GENERATE_ERRNO_H_TRUE"]="#" - S["ERRNO_H"]="" - S["NEXT_AS_FIRST_DIRECTIVE_ERRNO_H"]="" - S["NEXT_ERRNO_H"]="" - S["host_os"]="linux-gnu" - S["host_vendor"]="pc" - S["host_cpu"]="i686" - S["host"]="i686-pc-linux-gnu" - S["build_os"]="linux-gnu" - S["build_vendor"]="pc" - S["build_cpu"]="i686" - S["build"]="i686-pc-linux-gnu" - S["PRAGMA_COLUMNS"]="" - S["PRAGMA_SYSTEM_HEADER"]="#pragma GCC system_header" - S["INCLUDE_NEXT_AS_FIRST_DIRECTIVE"]="include_next" - S["INCLUDE_NEXT"]="include_next" - S["GL_GENERATE_ALLOCA_H_FALSE"]="#" - S["GL_GENERATE_ALLOCA_H_TRUE"]="" - S["ALLOCA_H"]="alloca.h" - S["ALLOCA"]="" - S["GL_COND_LIBTOOL_FALSE"]="#" - S["GL_COND_LIBTOOL_TRUE"]="" - S["XSUBPP"]="/usr/bin/xsubpp" - S["RANLIB"]="ranlib" - S["ARFLAGS"]="cr" - S["AR"]="ar" - S["EGREP"]="/usr/bin/grep -E" - S["GREP"]="/usr/bin/grep" - S["CPP"]="cc -E" - S["am__fastdepCC_FALSE"]="#" - S["am__fastdepCC_TRUE"]="" - S["CCDEPMODE"]="depmode=gcc3" - S["am__nodep"]="_no" - S["AMDEPBACKSLASH"]="\\" - S["AMDEP_FALSE"]="#" - S["AMDEP_TRUE"]="" - S["am__quote"]="" - S["am__include"]="include" - S["DEPDIR"]=".deps" - S["OBJEXT"]="o" - S["EXEEXT"]="" - S["ac_ct_CC"]="cc" - S["CPPFLAGS"]="" - S["LDFLAGS"]="" - S["CFLAGS"]="-g -O2" - S["CC"]="cc" - S["PERL_CONF_cc"]="cc" - S["PERL"]="/usr/bin/perl" - S["AM_BACKSLASH"]="\\" - S["AM_DEFAULT_VERBOSITY"]="1" - S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" - S["AM_V"]="$(V)" - S["am__untar"]="$${TAR-tar} xf -" - S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" - S["AMTAR"]="$${TAR-tar}" - S["am__leading_dot"]="." - S["SET_MAKE"]="" - S["AWK"]="gawk" - S["mkdir_p"]="$(MKDIR_P)" - S["MKDIR_P"]="/usr/bin/mkdir -p" - S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" - S["STRIP"]="strip" - S["install_sh"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/install-sh" - S["MAKEINFO"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing makeinfo" - S["AUTOHEADER"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing autoheader" - S["AUTOMAKE"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing automake-1.15" - S["AUTOCONF"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing autoconf" - S["ACLOCAL"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing aclocal-1.15" - S["VERSION"]="0" - S["PACKAGE"]="texinfo" - S["CYGPATH_W"]="echo" - S["am__isrc"]="" - S["INSTALL_DATA"]="${INSTALL} -m 644" - S["INSTALL_SCRIPT"]="${INSTALL}" - S["INSTALL_PROGRAM"]="${INSTALL}" - S["target_alias"]="" - S["host_alias"]="" - S["build_alias"]="" - S["LIBS"]="" - S["ECHO_T"]="" - S["ECHO_N"]="-n" - S["ECHO_C"]="" - S["DEFS"]="-DHAVE_CONFIG_H" - S["mandir"]="${datarootdir}/man" - S["localedir"]="${datarootdir}/locale" - S["libdir"]="${exec_prefix}/lib" - S["psdir"]="${docdir}" - S["pdfdir"]="${docdir}" - S["dvidir"]="${docdir}" - S["htmldir"]="${docdir}" - S["infodir"]="${datarootdir}/info" - S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" - S["oldincludedir"]="/usr/include" - S["includedir"]="${prefix}/include" - S["localstatedir"]="${prefix}/var" - S["sharedstatedir"]="${prefix}/com" - S["sysconfdir"]="${prefix}/etc" - S["datadir"]="${datarootdir}" - S["datarootdir"]="${prefix}/share" - S["libexecdir"]="${exec_prefix}/libexec" - S["sbindir"]="${exec_prefix}/sbin" - S["bindir"]="${exec_prefix}/bin" - S["program_transform_name"]="s,x,x," - S["prefix"]="/usr/local" - S["exec_prefix"]="${prefix}" - S["PACKAGE_URL"]="" - S["PACKAGE_BUGREPORT"]="" - S["PACKAGE_STRING"]="texinfo 0" - S["PACKAGE_VERSION"]="0" - S["PACKAGE_TARNAME"]="texinfo" - S["PACKAGE_NAME"]="texinfo" - S["PATH_SEPARATOR"]=":" - S["SHELL"]="/bin/sh" - _ACAWK - cat >>"$ac_tmp/subs1.awk" <<_ACAWK && - for (key in S) S_is_set[key] = 1 - FS = "" - - } - { - line = $ 0 - nfields = split(line, field, "@") - substed = 0 - len = length(field[1]) - for (i = 2; i < nfields; i++) { - key = field[i] - keylen = length(key) - if (S_is_set[key]) { - value = S[key] - line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) - len += length(value) + length(field[++i]) - substed = 1 - } else - len += 1 + keylen - } - - print line - } - - _ACAWK - if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then - sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" - else - cat - fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ - || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 - fi # test -n "$CONFIG_FILES" - - # Set up the scripts for CONFIG_HEADERS section. - # No need to generate them if there are no CONFIG_HEADERS. - # This happens for instance with `./config.status Makefile'. - if test -n "$CONFIG_HEADERS"; then - cat >"$ac_tmp/defines.awk" <<\_ACAWK || - BEGIN { - D["PACKAGE_NAME"]=" \"texinfo\"" - D["PACKAGE_TARNAME"]=" \"texinfo\"" - D["PACKAGE_VERSION"]=" \"0\"" - D["PACKAGE_STRING"]=" \"texinfo 0\"" - D["PACKAGE_BUGREPORT"]=" \"\"" - D["PACKAGE_URL"]=" \"\"" - D["PACKAGE"]=" \"texinfo\"" - D["VERSION"]=" \"0\"" - D["STDC_HEADERS"]=" 1" - D["HAVE_SYS_TYPES_H"]=" 1" - D["HAVE_SYS_STAT_H"]=" 1" - D["HAVE_STDLIB_H"]=" 1" - D["HAVE_STRING_H"]=" 1" - D["HAVE_MEMORY_H"]=" 1" - D["HAVE_STRINGS_H"]=" 1" - D["HAVE_INTTYPES_H"]=" 1" - D["HAVE_STDINT_H"]=" 1" - D["HAVE_UNISTD_H"]=" 1" - D["__EXTENSIONS__"]=" 1" - D["_ALL_SOURCE"]=" 1" - D["_DARWIN_C_SOURCE"]=" 1" - D["_GNU_SOURCE"]=" 1" - D["_POSIX_PTHREAD_SEMANTICS"]=" 1" - D["__STDC_WANT_IEC_60559_ATTRIBS_EXT__"]=" 1" - D["__STDC_WANT_IEC_60559_BFP_EXT__"]=" 1" - D["__STDC_WANT_IEC_60559_DFP_EXT__"]=" 1" - D["__STDC_WANT_IEC_60559_FUNCS_EXT__"]=" 1" - D["__STDC_WANT_IEC_60559_TYPES_EXT__"]=" 1" - D["__STDC_WANT_LIB_EXT2__"]=" 1" - D["__STDC_WANT_MATH_SPEC_FUNCS__"]=" 1" - D["_TANDEM_SOURCE"]=" 1" - D["HAVE_ALLOCA_H"]=" 1" - D["HAVE_ALLOCA"]=" 1" - D["HAVE_DECL_GETDELIM"]=" 1" - D["HAVE_GETDELIM"]=" 1" - D["HAVE_MPROTECT"]=" 1" - D["HAVE_SNPRINTF"]=" 1" - D["HAVE_DECL_GETLINE"]=" 1" - D["HAVE_LIMITS_H"]=" 1" - D["HAVE_SYS_MMAN_H"]=" 1" - D["HAVE_WCHAR_H"]=" 1" - D["HAVE_STDINT_H"]=" 1" - D["HAVE_FEATURES_H"]=" 1" - D["HAVE_MAP_ANONYMOUS"]=" 1" - D["HAVE_WCHAR_T"]=" 1" - D["HAVE_WINT_T"]=" 1" - D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1" - D["HAVE_LONG_LONG_INT"]=" 1" - D["restrict"]=" __restrict" - D["HAVE_RAW_DECL_FFSL"]=" 1" - D["HAVE_RAW_DECL_FFSLL"]=" 1" - D["HAVE_RAW_DECL_MEMMEM"]=" 1" - D["HAVE_RAW_DECL_MEMPCPY"]=" 1" - D["HAVE_RAW_DECL_MEMRCHR"]=" 1" - D["HAVE_RAW_DECL_RAWMEMCHR"]=" 1" - D["HAVE_RAW_DECL_STPCPY"]=" 1" - D["HAVE_RAW_DECL_STPNCPY"]=" 1" - D["HAVE_RAW_DECL_STRCHRNUL"]=" 1" - D["HAVE_RAW_DECL_STRDUP"]=" 1" - D["HAVE_RAW_DECL_STRNCAT"]=" 1" - D["HAVE_RAW_DECL_STRNDUP"]=" 1" - D["HAVE_RAW_DECL_STRNLEN"]=" 1" - D["HAVE_RAW_DECL_STRPBRK"]=" 1" - D["HAVE_RAW_DECL_STRSEP"]=" 1" - D["HAVE_RAW_DECL_STRCASESTR"]=" 1" - D["HAVE_RAW_DECL_STRTOK_R"]=" 1" - D["HAVE_RAW_DECL_STRERROR_R"]=" 1" - D["HAVE_RAW_DECL_STRSIGNAL"]=" 1" - D["HAVE_RAW_DECL_STRVERSCMP"]=" 1" - D["HAVE_INTTYPES_H_WITH_UINTMAX"]=" 1" - D["HAVE_STDINT_H_WITH_UINTMAX"]=" 1" - D["HAVE_INTMAX_T"]=" 1" - D["DBL_EXPBIT0_WORD"]=" 1" - D["DBL_EXPBIT0_BIT"]=" 20" - D["HAVE_SNPRINTF"]=" 1" - D["HAVE_STRNLEN"]=" 1" - D["HAVE_WCSLEN"]=" 1" - D["HAVE_WCSNLEN"]=" 1" - D["HAVE_MBRTOWC"]=" 1" - D["HAVE_WCRTOMB"]=" 1" - D["HAVE_DECL__SNPRINTF"]=" 0" - D["HAVE_SNPRINTF_RETVAL_C99"]=" 1" - D["HAVE_ALLOCA"]=" 1" - D["GNULIB_TEST_GETDELIM"]=" 1" - D["GNULIB_TEST_GETLINE"]=" 1" - D["GNULIB_TEST_MEMCHR"]=" 1" - D["HAVE_STDINT_H"]=" 1" - D["__USE_MINGW_ANSI_STDIO"]=" 1" - D["GNULIB_FSCANF"]=" 1" - D["GNULIB_SCANF"]=" 1" - D["HAVE_RAW_DECL_DPRINTF"]=" 1" - D["HAVE_RAW_DECL_FSEEKO"]=" 1" - D["HAVE_RAW_DECL_FTELLO"]=" 1" - D["HAVE_RAW_DECL_GETDELIM"]=" 1" - D["HAVE_RAW_DECL_GETLINE"]=" 1" - D["HAVE_RAW_DECL_PCLOSE"]=" 1" - D["HAVE_RAW_DECL_POPEN"]=" 1" - D["HAVE_RAW_DECL_RENAMEAT"]=" 1" - D["HAVE_RAW_DECL_SNPRINTF"]=" 1" - D["HAVE_RAW_DECL_TMPFILE"]=" 1" - D["HAVE_RAW_DECL_VDPRINTF"]=" 1" - D["HAVE_RAW_DECL_VSNPRINTF"]=" 1" - D["HAVE_VASPRINTF"]=" 1" - D["GNULIB_TEST_VASPRINTF"]=" 1" - D["HAVE_RAW_DECL_BTOWC"]=" 1" - D["HAVE_RAW_DECL_WCTOB"]=" 1" - D["HAVE_RAW_DECL_MBSINIT"]=" 1" - D["HAVE_RAW_DECL_MBRTOWC"]=" 1" - D["HAVE_RAW_DECL_MBRLEN"]=" 1" - D["HAVE_RAW_DECL_MBSRTOWCS"]=" 1" - D["HAVE_RAW_DECL_MBSNRTOWCS"]=" 1" - D["HAVE_RAW_DECL_WCRTOMB"]=" 1" - D["HAVE_RAW_DECL_WCSRTOMBS"]=" 1" - D["HAVE_RAW_DECL_WCSNRTOMBS"]=" 1" - D["HAVE_RAW_DECL_WCWIDTH"]=" 1" - D["HAVE_RAW_DECL_WMEMCHR"]=" 1" - D["HAVE_RAW_DECL_WMEMCMP"]=" 1" - D["HAVE_RAW_DECL_WMEMCPY"]=" 1" - D["HAVE_RAW_DECL_WMEMMOVE"]=" 1" - D["HAVE_RAW_DECL_WMEMSET"]=" 1" - D["HAVE_RAW_DECL_WCSLEN"]=" 1" - D["HAVE_RAW_DECL_WCSNLEN"]=" 1" - D["HAVE_RAW_DECL_WCSCPY"]=" 1" - D["HAVE_RAW_DECL_WCPCPY"]=" 1" - D["HAVE_RAW_DECL_WCSNCPY"]=" 1" - D["HAVE_RAW_DECL_WCPNCPY"]=" 1" - D["HAVE_RAW_DECL_WCSCAT"]=" 1" - D["HAVE_RAW_DECL_WCSNCAT"]=" 1" - D["HAVE_RAW_DECL_WCSCMP"]=" 1" - D["HAVE_RAW_DECL_WCSNCMP"]=" 1" - D["HAVE_RAW_DECL_WCSCASECMP"]=" 1" - D["HAVE_RAW_DECL_WCSNCASECMP"]=" 1" - D["HAVE_RAW_DECL_WCSCOLL"]=" 1" - D["HAVE_RAW_DECL_WCSXFRM"]=" 1" - D["HAVE_RAW_DECL_WCSDUP"]=" 1" - D["HAVE_RAW_DECL_WCSCHR"]=" 1" - D["HAVE_RAW_DECL_WCSRCHR"]=" 1" - D["HAVE_RAW_DECL_WCSCSPN"]=" 1" - D["HAVE_RAW_DECL_WCSSPN"]=" 1" - D["HAVE_RAW_DECL_WCSPBRK"]=" 1" - D["HAVE_RAW_DECL_WCSSTR"]=" 1" - D["HAVE_RAW_DECL_WCSTOK"]=" 1" - D["HAVE_RAW_DECL_WCSWIDTH"]=" 1" - D["HAVE_RAW_DECL_WCSFTIME"]=" 1" - D["HAVE_STDINT_H"]=" 1" - D["HAVE_DLFCN_H"]=" 1" - D["LT_OBJDIR"]=" \".libs/\"" - for (key in D) D_is_set[key] = 1 - FS = "" - } - /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { - line = $ 0 - split(line, arg, " ") - if (arg[1] == "#") { - defundef = arg[2] - mac1 = arg[3] - } else { - defundef = substr(arg[1], 2) - mac1 = arg[2] - } - split(mac1, mac2, "(") #) - macro = mac2[1] - prefix = substr(line, 1, index(line, defundef) - 1) - if (D_is_set[macro]) { - # Preserve the white space surrounding the "#". - print prefix "define", macro P[macro] D[macro] - next - } else { - # Replace #undef with comments. This is necessary, for example, - # in the case of _POSIX_SOURCE, which is predefined and required - # on some systems where configure will not decide to define it. - if (defundef == "undef") { - print "/*", prefix defundef, macro, "*/" - next - } - } - } - { print } - _ACAWK - as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 - fi # test -n "$CONFIG_HEADERS" - - - eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" - shift - for ac_tag - do - case $ac_tag in - :[FHLC]) ac_mode=$ac_tag; continue;; - esac - case $ac_mode$ac_tag in - :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; - :[FH]-) ac_tag=-:-;; - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; - esac - ac_save_IFS=$IFS - IFS=: - set x $ac_tag - IFS=$ac_save_IFS - shift - ac_file=$1 - shift - - case $ac_mode in - :L) ac_source=$1;; - :[FH]) - ac_file_inputs= - for ac_f - do - case $ac_f in - -) ac_f="$ac_tmp/stdin";; - *) # Look for the file first in the build tree, then in the source tree - # (if the path is not absolute). The absolute path cannot be DOS-style, - # because $ac_f cannot contain `:'. - test -f "$ac_f" || - case $ac_f in - [\\/$]*) false;; - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; - esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; - esac - case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac - as_fn_append ac_file_inputs " '$ac_f'" - done - - # 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 by config.status. */ - configure_input='Generated from '` - $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' - `' by configure.' - if test x"$ac_file" != x-; then - configure_input="$ac_file. $configure_input" - { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 - $as_echo "$as_me: creating $ac_file" >&6;} - fi - # Neutralize special characters interpreted by sed in replacement strings. - case $configure_input in #( - *\&* | *\|* | *\\* ) - ac_sed_conf_input=`$as_echo "$configure_input" | - sed 's/[\\\\&|]/\\\\&/g'`;; #( - *) ac_sed_conf_input=$configure_input;; - esac - - case $ac_tag in - *:-:* | *:-) cat >"$ac_tmp/stdin" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; - esac - ;; - esac - - ac_dir=`$as_dirname -- "$ac_file" || - $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir="$ac_dir"; as_fn_mkdir_p - ac_builddir=. - - case "$ac_dir" in - .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; - esac ;; - esac - ac_abs_top_builddir=$ac_pwd - ac_abs_builddir=$ac_pwd$ac_dir_suffix - # for backward compatibility: - ac_top_builddir=$ac_top_build_prefix - - case $srcdir in - .) # We are building in place. - ac_srcdir=. - ac_top_srcdir=$ac_top_builddir_sub - ac_abs_top_srcdir=$ac_pwd ;; - [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir - ac_abs_top_srcdir=$srcdir ;; - *) # Relative name. - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_build_prefix$srcdir - ac_abs_top_srcdir=$ac_pwd/$srcdir ;; - esac - ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - - - case $ac_mode in - :F) - # - # CONFIG_FILE - # - - case $INSTALL in - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; - *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; - esac - ac_MKDIR_P=$MKDIR_P - case $MKDIR_P in - [\\/$]* | ?:[\\/]* ) ;; - */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; - esac - # If the template does not know about datarootdir, expand it. - # FIXME: This hack should be removed a few years after 2.60. - ac_datarootdir_hack=; ac_datarootdir_seen= - ac_sed_dataroot=' - /datarootdir/ { - p - q - } - /@datadir@/p - /@docdir@/p - /@infodir@/p - /@localedir@/p - /@mandir@/p' - case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in - *datarootdir*) ac_datarootdir_seen=yes;; - *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 - $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} - ac_datarootdir_hack=' - s&@datadir@&${datarootdir}&g - s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g - s&@infodir@&${datarootdir}/info&g - s&@localedir@&${datarootdir}/locale&g - s&@mandir@&${datarootdir}/man&g - s&\${datarootdir}&${prefix}/share&g' ;; - esac - ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ - h - s/// - s/^/:/ - s/[ ]*$/:/ - s/:\$(srcdir):/:/g - s/:\${srcdir}:/:/g - s/:@srcdir@:/:/g - s/^:*// - s/:*$// - x - s/\(=[ ]*\).*/\1/ - G - s/\n// - s/^[^=]*=[ ]*$// - } - - :t - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b - s|@configure_input@|$ac_sed_conf_input|;t t - s&@top_builddir@&$ac_top_builddir_sub&;t t - s&@top_build_prefix@&$ac_top_build_prefix&;t t - s&@srcdir@&$ac_srcdir&;t t - s&@abs_srcdir@&$ac_abs_srcdir&;t t - s&@top_srcdir@&$ac_top_srcdir&;t t - s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t - s&@builddir@&$ac_builddir&;t t - s&@abs_builddir@&$ac_abs_builddir&;t t - s&@abs_top_builddir@&$ac_abs_top_builddir&;t t - s&@INSTALL@&$ac_INSTALL&;t t - s&@MKDIR_P@&$ac_MKDIR_P&;t t - $ac_datarootdir_hack - " - eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ - >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - - test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ - "$ac_tmp/out"`; test -z "$ac_out"; } && - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' - which seems to be undefined. Please make sure it is defined" >&5 - $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' - which seems to be undefined. Please make sure it is defined" >&2;} - - rm -f "$ac_tmp/stdin" - case $ac_file in - -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; - *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; - esac \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - ;; - :H) - # - # CONFIG_HEADER - # - if test x"$ac_file" != x-; then - { - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" - } >"$ac_tmp/config.h" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then - { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 - $as_echo "$as_me: $ac_file is unchanged" >&6;} - else - rm -f "$ac_file" - mv "$ac_tmp/config.h" "$ac_file" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - fi - else - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ - || as_fn_error $? "could not create -" "$LINENO" 5 - fi - # Compute "$ac_file"'s index in $config_headers. - _am_arg="$ac_file" - _am_stamp_count=1 - for _am_header in $config_headers :; do - case $_am_header in - $_am_arg | $_am_arg:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac - done - echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || - $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$_am_arg" : 'X\(//\)[^/]' \| \ - X"$_am_arg" : 'X\(//\)$' \| \ - X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$_am_arg" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'`/stamp-h$_am_stamp_count - ;; - - :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 - $as_echo "$as_me: executing $ac_file commands" >&6;} - ;; - esac - - - case $ac_file$ac_mode in - "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Older Autoconf quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac - shift - for mf - do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || - $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$mf" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || - $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done - done - } - ;; - "libtool":C) - - # See if we are running on zsh, and set the options that allow our - # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}"; then - setopt NO_GLOB_SUBST - fi - - cfgfile=${ofile}T - trap "$RM \"$cfgfile\"; exit 1" 1 2 15 - $RM "$cfgfile" - - cat <<_LT_EOF >> "$cfgfile" - #! $SHELL - # Generated automatically by $as_me ($PACKAGE) $VERSION - # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: - # NOTE: Changes made to this file will be lost: look at ltmain.sh. - - # Provide generalized library-building support services. - # Written by Gordon Matzigkeit, 1996 - - # Copyright (C) 2014 Free Software Foundation, Inc. - # This is free software; see the source for copying conditions. There is NO - # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # GNU Libtool is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 2 of of the License, or - # (at your option) any later version. - # - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program or library that is built - # using GNU Libtool, you may include this file under the same - # distribution terms that you use for the rest of that program. - # - # GNU Libtool is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - - - # The names of the tagged configurations supported by this script. - available_tags='' - - # Configured defaults for sys_lib_dlsearch_path munging. - : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} - - # ### BEGIN LIBTOOL CONFIG - - # Which release of libtool.m4 was used? - macro_version=$macro_version - macro_revision=$macro_revision - - # Whether or not to build shared libraries. - build_libtool_libs=$enable_shared - - # Whether or not to build static libraries. - build_old_libs=$enable_static - - # What type of objects to build. - pic_mode=$pic_mode - - # Whether or not to optimize for fast installation. - fast_install=$enable_fast_install - - # Shared archive member basename,for filename based shared library versioning on AIX. - shared_archive_member_spec=$shared_archive_member_spec - - # Shell to use when invoking shell scripts. - SHELL=$lt_SHELL - - # An echo program that protects backslashes. - ECHO=$lt_ECHO - - # The PATH separator for the build system. - PATH_SEPARATOR=$lt_PATH_SEPARATOR - - # The host system. - host_alias=$host_alias - host=$host - host_os=$host_os - - # The build system. - build_alias=$build_alias - build=$build - build_os=$build_os - - # A sed program that does not truncate output. - SED=$lt_SED - - # Sed that helps us avoid accidentally triggering echo(1) options like -n. - Xsed="\$SED -e 1s/^X//" - - # A grep program that handles long lines. - GREP=$lt_GREP - - # An ERE matcher. - EGREP=$lt_EGREP - - # A literal string matcher. - FGREP=$lt_FGREP - - # A BSD- or MS-compatible name lister. - NM=$lt_NM - - # Whether we need soft or hard links. - LN_S=$lt_LN_S - - # What is the maximum length of a command? - max_cmd_len=$max_cmd_len - - # Object file suffix (normally "o"). - objext=$ac_objext - - # Executable file suffix (normally ""). - exeext=$exeext - - # whether the shell understands "unset". - lt_unset=$lt_unset - - # turn spaces into newlines. - SP2NL=$lt_lt_SP2NL - - # turn newlines into spaces. - NL2SP=$lt_lt_NL2SP - - # convert \$build file names to \$host format. - to_host_file_cmd=$lt_cv_to_host_file_cmd - - # convert \$build files to toolchain format. - to_tool_file_cmd=$lt_cv_to_tool_file_cmd - - # An object symbol dumper. - OBJDUMP=$lt_OBJDUMP - - # Method to check whether dependent libraries are shared objects. - deplibs_check_method=$lt_deplibs_check_method - - # Command to use when deplibs_check_method = "file_magic". - file_magic_cmd=$lt_file_magic_cmd - - # How to find potential files when deplibs_check_method = "file_magic". - file_magic_glob=$lt_file_magic_glob - - # Find potential files using nocaseglob when deplibs_check_method = "file_magic". - want_nocaseglob=$lt_want_nocaseglob - - # DLL creation program. - DLLTOOL=$lt_DLLTOOL - - # Command to associate shared and link libraries. - sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd - - # The archiver. - AR=$lt_AR - - # Flags to create an archive. - AR_FLAGS=$lt_AR_FLAGS - - # How to feed a file listing to the archiver. - archiver_list_spec=$lt_archiver_list_spec - - # A symbol stripping program. - STRIP=$lt_STRIP - - # Commands used to install an old-style archive. - RANLIB=$lt_RANLIB - old_postinstall_cmds=$lt_old_postinstall_cmds - old_postuninstall_cmds=$lt_old_postuninstall_cmds - - # Whether to use a lock for old archive extraction. - lock_old_archive_extraction=$lock_old_archive_extraction - - # A C compiler. - LTCC=$lt_CC - - # LTCC compiler flags. - LTCFLAGS=$lt_CFLAGS - - # Take the output of nm and produce a listing of raw symbols and C names. - global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe - - # Transform the output of nm in a proper C declaration. - global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl - - # Transform the output of nm into a list of symbols to manually relocate. - global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import - - # Transform the output of nm in a C name address pair. - global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address - - # Transform the output of nm in a C name address pair when lib prefix is needed. - global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix - - # The name lister interface. - nm_interface=$lt_lt_cv_nm_interface - - # Specify filename containing input files for \$NM. - nm_file_list_spec=$lt_nm_file_list_spec - - # The root where to search for dependent libraries,and where our libraries should be installed. - lt_sysroot=$lt_sysroot - - # Command to truncate a binary pipe. - lt_truncate_bin=$lt_lt_cv_truncate_bin - - # The name of the directory that contains temporary libtool files. - objdir=$objdir - - # Used to examine libraries when file_magic_cmd begins with "file". - MAGIC_CMD=$MAGIC_CMD - - # Must we lock files when doing compilation? - need_locks=$lt_need_locks - - # Manifest tool. - MANIFEST_TOOL=$lt_MANIFEST_TOOL - - # Tool to manipulate archived DWARF debug symbol files on Mac OS X. - DSYMUTIL=$lt_DSYMUTIL - - # Tool to change global to local symbols on Mac OS X. - NMEDIT=$lt_NMEDIT - - # Tool to manipulate fat objects and archives on Mac OS X. - LIPO=$lt_LIPO - - # ldd/readelf like tool for Mach-O binaries on Mac OS X. - OTOOL=$lt_OTOOL - - # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. - OTOOL64=$lt_OTOOL64 - - # Old archive suffix (normally "a"). - libext=$libext - - # Shared library suffix (normally ".so"). - shrext_cmds=$lt_shrext_cmds - - # The commands to extract the exported symbol list from a shared archive. - extract_expsyms_cmds=$lt_extract_expsyms_cmds - - # Variables whose values should be saved in libtool wrapper scripts and - # restored at link time. - variables_saved_for_relink=$lt_variables_saved_for_relink - - # Do we need the "lib" prefix for modules? - need_lib_prefix=$need_lib_prefix - - # Do we need a version for libraries? - need_version=$need_version - - # Library versioning type. - version_type=$version_type - - # Shared library runtime path variable. - runpath_var=$runpath_var - - # Shared library path variable. - shlibpath_var=$shlibpath_var - - # Is shlibpath searched before the hard-coded library search path? - shlibpath_overrides_runpath=$shlibpath_overrides_runpath - - # Format of library name prefix. - libname_spec=$lt_libname_spec - - # List of archive names. First name is the real one, the rest are links. - # The last name is the one that the linker finds with -lNAME - library_names_spec=$lt_library_names_spec - - # The coded name of the library, if different from the real name. - soname_spec=$lt_soname_spec - - # Permission mode override for installation of shared libraries. - install_override_mode=$lt_install_override_mode - - # Command to use after installation of a shared archive. - postinstall_cmds=$lt_postinstall_cmds - - # Command to use after uninstallation of a shared archive. - postuninstall_cmds=$lt_postuninstall_cmds - - # Commands used to finish a libtool library installation in a directory. - finish_cmds=$lt_finish_cmds - - # As "finish_cmds", except a single script fragment to be evaled but - # not shown. - finish_eval=$lt_finish_eval - - # Whether we should hardcode library paths into libraries. - hardcode_into_libs=$hardcode_into_libs - - # Compile-time system search path for libraries. - sys_lib_search_path_spec=$lt_sys_lib_search_path_spec - - # Detected run-time system search path for libraries. - sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path - - # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. - configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path - - # Whether dlopen is supported. - dlopen_support=$enable_dlopen - - # Whether dlopen of programs is supported. - dlopen_self=$enable_dlopen_self - - # Whether dlopen of statically linked programs is supported. - dlopen_self_static=$enable_dlopen_self_static - - # Commands to strip libraries. - old_striplib=$lt_old_striplib - striplib=$lt_striplib - - - # The linker used to build libraries. - LD=$lt_LD - - # How to create reloadable object files. - reload_flag=$lt_reload_flag - reload_cmds=$lt_reload_cmds - - # Commands used to build an old-style archive. - old_archive_cmds=$lt_old_archive_cmds - - # A language specific compiler. - CC=$lt_compiler - - # Is the compiler the GNU compiler? - with_gcc=$GCC - - # Compiler flag to turn off builtin functions. - no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag - - # Additional compiler flags for building library objects. - pic_flag=$lt_lt_prog_compiler_pic - - # How to pass a linker flag through the compiler. - wl=$lt_lt_prog_compiler_wl - - # Compiler flag to prevent dynamic linking. - link_static_flag=$lt_lt_prog_compiler_static - - # Does compiler simultaneously support -c and -o options? - compiler_c_o=$lt_lt_cv_prog_compiler_c_o - - # Whether or not to add -lc for building shared libraries. - build_libtool_need_lc=$archive_cmds_need_lc - - # Whether or not to disallow shared libs when runtime libs are static. - allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes - - # Compiler flag to allow reflexive dlopens. - export_dynamic_flag_spec=$lt_export_dynamic_flag_spec - - # Compiler flag to generate shared objects directly from archives. - whole_archive_flag_spec=$lt_whole_archive_flag_spec - - # Whether the compiler copes with passing no objects directly. - compiler_needs_object=$lt_compiler_needs_object - - # Create an old-style archive from a shared archive. - old_archive_from_new_cmds=$lt_old_archive_from_new_cmds - - # Create a temporary old-style archive to link instead of a shared archive. - old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds - - # Commands used to build a shared archive. - archive_cmds=$lt_archive_cmds - archive_expsym_cmds=$lt_archive_expsym_cmds - - # Commands used to build a loadable module if different from building - # a shared archive. - module_cmds=$lt_module_cmds - module_expsym_cmds=$lt_module_expsym_cmds - - # Whether we are building with GNU ld or not. - with_gnu_ld=$lt_with_gnu_ld - - # Flag that allows shared libraries with undefined symbols to be built. - allow_undefined_flag=$lt_allow_undefined_flag - - # Flag that enforces no undefined symbols. - no_undefined_flag=$lt_no_undefined_flag - - # Flag to hardcode \$libdir into a binary during linking. - # This must work even if \$libdir does not exist - hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec - - # Whether we need a single "-rpath" flag with a separated argument. - hardcode_libdir_separator=$lt_hardcode_libdir_separator - - # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes - # DIR into the resulting binary. - hardcode_direct=$hardcode_direct - - # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes - # DIR into the resulting binary and the resulting library dependency is - # "absolute",i.e impossible to change by setting \$shlibpath_var if the - # library is relocated. - hardcode_direct_absolute=$hardcode_direct_absolute - - # Set to "yes" if using the -LDIR flag during linking hardcodes DIR - # into the resulting binary. - hardcode_minus_L=$hardcode_minus_L - - # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR - # into the resulting binary. - hardcode_shlibpath_var=$hardcode_shlibpath_var - - # Set to "yes" if building a shared library automatically hardcodes DIR - # into the library and all subsequent libraries and executables linked - # against it. - hardcode_automatic=$hardcode_automatic - - # Set to yes if linker adds runtime paths of dependent libraries - # to runtime path list. - inherit_rpath=$inherit_rpath - - # Whether libtool must link a program against all its dependency libraries. - link_all_deplibs=$link_all_deplibs - - # Set to "yes" if exported symbols are required. - always_export_symbols=$always_export_symbols - - # The commands to list exported symbols. - export_symbols_cmds=$lt_export_symbols_cmds - - # Symbols that should not be listed in the preloaded symbols. - exclude_expsyms=$lt_exclude_expsyms - - # Symbols that must always be exported. - include_expsyms=$lt_include_expsyms - - # Commands necessary for linking programs (against libraries) with templates. - prelink_cmds=$lt_prelink_cmds - - # Commands necessary for finishing linking programs. - postlink_cmds=$lt_postlink_cmds - - # Specify filename containing input files. - file_list_spec=$lt_file_list_spec - - # How to hardcode a shared library path into an executable. - hardcode_action=$hardcode_action - - # ### END LIBTOOL CONFIG - - _LT_EOF - - cat <<'_LT_EOF' >> "$cfgfile" - - # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE - - # func_munge_path_list VARIABLE PATH - # ----------------------------------- - # VARIABLE is name of variable containing _space_ separated list of - # directories to be munged by the contents of PATH, which is string - # having a format: - # "DIR[:DIR]:" - # string "DIR[ DIR]" will be prepended to VARIABLE - # ":DIR[:DIR]" - # string "DIR[ DIR]" will be appended to VARIABLE - # "DIRP[:DIRP]::[DIRA:]DIRA" - # string "DIRP[ DIRP]" will be prepended to VARIABLE and string - # "DIRA[ DIRA]" will be appended to VARIABLE - # "DIR[:DIR]" - # VARIABLE will be replaced by "DIR[ DIR]" - func_munge_path_list () - { - case x$2 in - x) - ;; - *:) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" - ;; - x:*) - eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" - ;; - *::*) - eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" - eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" - ;; - *) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" - ;; - esac - } - - - # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. - func_cc_basename () - { - for cc_temp in $*""; do - case $cc_temp in - compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; - distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; - \-*) ;; - *) break;; - esac - done - func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` - } - - - # ### END FUNCTIONS SHARED WITH CONFIGURE - - _LT_EOF - - case $host_os in - aix3*) - cat <<\_LT_EOF >> "$cfgfile" - # AIX sometimes has problems with the GCC collect2 program. For some - # reason, if we set the COLLECT_NAMES environment variable, the problems - # vanish in a puff of smoke. - if test set != "${COLLECT_NAMES+set}"; then - COLLECT_NAMES= - export COLLECT_NAMES - fi - _LT_EOF - ;; - esac - - - ltmain=$ac_aux_dir/ltmain.sh - - - # We use sed instead of cat because bash on DJGPP gets confused if - # if finds mixed CR/LF and LF-only lines. Since sed operates in - # text mode, it properly converts lines to CR/LF. This bash problem - # is reportedly fixed, but why not run on old versions too? - sed '$q' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - mv -f "$cfgfile" "$ofile" || - (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") - chmod +x "$ofile" - - ;; - - esac - done # for ac_tag - - - as_fn_exit 0 --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/configure texinfo-6.5/tp/Texinfo/Convert/XSParagraph/configure *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/configure 2017-06-08 18:53:17.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/configure 2017-07-10 19:41:38.000000000 +0100 *************** *** 770,773 **** --- 770,774 ---- GNULIB_BTOWC HAVE_FEATURES_H + WINDOWS_STAT_INODES WINDOWS_64_BIT_OFF_T NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H *************** *** 3495,3511 **** fetch_conf () { conf_value=`${PERL} -V:$1` ! # This turns a string like "cc='cc';" into a string like "cc". ! # Afterwards, convert \ into / in case \ is a path separator, ! # so it is not interpreted as a special character by the shell. ! conf_value=`echo $conf_value \ ! | sed -e 's/^[^=]*= *//' \ ! -e 's/^'\\''//' \ ! -e 's/ *; *$//' \ ! -e 's/'\\''$//' \ ! -e 's/\\\\/\\//g' ` ! #echo got "$conf_value" } --- 3496,3517 ---- + b='\' + d='$' + o='[' c=']' + # This turns a string like "cc='cc';" into a string like "cc". + # Afterwards, convert \ into / in case \ is a path separator, + # so it is not interpreted as a special character by the shell. + + sed_script=" + s/^$o^=$c*= *// + s/^'// + s/ *; *$// + s/'$d// + s/$b$b/$b//g" + fetch_conf () { conf_value=`${PERL} -V:$1` ! conf_value=`echo $conf_value | sed "$sed_script"` } *************** *** 8164,8167 **** --- 8170,8177 ---- + $as_echo "#define _USE_STD_STAT 1" >>confdefs.h + + + *************** *** 8243,8246 **** --- 8253,8261 ---- + WINDOWS_STAT_INODES=0 + + + + *************** *** 9157,9161 **** FLOAT_H=float.h ;; ! freebsd*) case "$host_cpu" in i[34567]86 ) --- 9172,9176 ---- FLOAT_H=float.h ;; ! freebsd* | dragonfly*) case "$host_cpu" in i[34567]86 ) *************** *** 9191,9195 **** esac case "$host_os" in ! aix* | freebsd* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 --- 9206,9210 ---- esac case "$host_os" in ! aix* | freebsd* | dragonfly* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 *************** *** 9436,9440 **** int len = getdelim (&line, &siz, '\n', in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) ! return 2; } { --- 9451,9455 ---- int len = getdelim (&line, &siz, '\n', in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) ! { free (line); fclose (in); return 2; } } { *************** *** 9444,9448 **** size_t siz = (size_t)(~0) / 4; if (getdelim (&line, &siz, '\n', in) == -1) ! return 3; free (line); } --- 9459,9463 ---- size_t siz = (size_t)(~0) / 4; if (getdelim (&line, &siz, '\n', in) == -1) ! { fclose (in); return 3; } free (line); } *************** *** 9597,9601 **** int len = getline (&line, &siz, in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) ! return 2; free (line); } --- 9612,9616 ---- int len = getline (&line, &siz, in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) ! { free (line); fclose (in); return 2; } free (line); } *************** *** 9606,9610 **** size_t siz = (size_t)(~0) / 4; if (getline (&line, &siz, in) == -1) ! return 3; free (line); } --- 9621,9625 ---- size_t siz = (size_t)(~0) / 4; if (getline (&line, &siz, in) == -1) ! { fclose (in); return 3; } free (line); } diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/configure.ac texinfo-6.5/tp/Texinfo/Convert/XSParagraph/configure.ac *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/configure.ac 2017-06-08 18:52:37.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/configure.ac 2017-07-01 23:34:40.000000000 +0100 *************** *** 1,5 **** # configure.ac for XSParagraph # ! # Copyright 2015, 2016 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives --- 1,5 ---- # configure.ac for XSParagraph # ! # Copyright 2015, 2016, 2017 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives *************** *** 15,31 **** AC_CONFIG_MACRO_DIR([m4]) fetch_conf () { conf_value=`${PERL} -V:$1` ! # This turns a string like "cc='cc';" into a string like "cc". ! # Afterwards, convert \ into / in case \ is a path separator, ! # so it is not interpreted as a special character by the shell. ! conf_value=`echo $conf_value \ ! | sed -e 's/^@<:@^=@:>@*= *//' \ ! -e 's/^'\\''//' \ ! -e 's/ *; *$//' \ ! -e 's/'\\''$//' \ ! -e 's/\\\\/\\//g' ` ! #echo got "$conf_value" } --- 15,38 ---- AC_CONFIG_MACRO_DIR([m4]) + b='\' + d='$' + o='@<:@' dnl quadrigraph for [ - see autoconf documentatoin + c='@:>@' dnl quadrigraph for ] + + # This turns a string like "cc='cc';" into a string like "cc". + # Afterwards, convert \ into / in case \ is a path separator, + # so it is not interpreted as a special character by the shell. + + sed_script=" + s/^$o^=$c*= *// + s/^'// + s/ *; *$// + s/'$d// + s/$b$b/$b//g" + fetch_conf () { conf_value=`${PERL} -V:$1` ! conf_value=`echo $conf_value | sed "$sed_script"` } diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/asnprintf.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/asnprintf.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/asnprintf.Plo 2017-07-03 17:45:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/asnprintf.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,15 **** - asnprintf.lo: asnprintf.c /usr/include/stdc-predef.h ../config.h \ - vasnprintf.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - stddef.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h - - /usr/include/stdc-predef.h: - - ../config.h: - - vasnprintf.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/asprintf.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/asprintf.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/asprintf.Plo 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/asprintf.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/float.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/float.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/float.Plo 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/float.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/getdelim.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/getdelim.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/getdelim.Plo 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/getdelim.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/getline.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/getline.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/getline.Plo 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/getline.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/itold.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/itold.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/itold.Plo 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/itold.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/memchr.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/memchr.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/memchr.Plo 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/memchr.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/printf-args.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/printf-args.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/printf-args.Plo 2017-07-03 17:45:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/printf-args.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,43 **** - printf-args.lo: printf-args.c /usr/include/stdc-predef.h ../config.h \ - printf-args.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h wchar.h \ - /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/wchar.h stdio.h \ - /usr/include/stdio.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/wchar.h /usr/include/xlocale.h - - /usr/include/stdc-predef.h: - - ../config.h: - - printf-args.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - wchar.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/wchar.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/wchar.h: - - /usr/include/xlocale.h: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/printf-parse.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/printf-parse.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/printf-parse.Plo 2017-07-03 17:45:49.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/printf-parse.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,154 **** - printf-parse.lo: printf-parse.c /usr/include/stdc-predef.h ../config.h \ - printf-parse.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h printf-args.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h wchar.h \ - /usr/include/wchar.h stdio.h /usr/include/stdio.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/wchar.h /usr/include/xlocale.h stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h /usr/include/stdlib.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/bits/byteswap-16.h \ - sys/types.h /usr/include/sys/types.h /usr/include/time.h \ - /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h alloca.h \ - /usr/include/bits/stdlib-float.h string.h /usr/include/string.h \ - /usr/include/bits/string.h /usr/include/bits/string2.h \ - /usr/include/errno.h /usr/include/bits/errno.h \ - /usr/include/linux/errno.h /usr/include/asm/errno.h \ - /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ - xsize.h - - /usr/include/stdc-predef.h: - - ../config.h: - - printf-parse.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - printf-args.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - wchar.h: - - /usr/include/wchar.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/wchar.h: - - /usr/include/xlocale.h: - - stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - alloca.h: - - /usr/include/bits/stdlib-float.h: - - string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - xsize.h: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/vasnprintf.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/vasnprintf.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/vasnprintf.Plo 2017-07-03 17:45:50.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/vasnprintf.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,175 **** - vasnprintf.lo: vasnprintf.c /usr/include/stdc-predef.h ../config.h \ - alloca.h vasnprintf.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/locale.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/locale.h \ - /usr/include/xlocale.h stdio.h /usr/include/stdio.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/libio.h /usr/include/_G_config.h wchar.h \ - /usr/include/wchar.h /usr/include/bits/stdio_lim.h \ - /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h sys/types.h \ - /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ - /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ - /usr/include/bits/byteswap-16.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/sigset.h \ - /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ - /usr/include/bits/pthreadtypes.h /usr/include/stdlib.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/bits/stdlib-float.h string.h /usr/include/string.h \ - /usr/include/bits/string.h /usr/include/bits/string2.h \ - /usr/include/errno.h /usr/include/bits/errno.h \ - /usr/include/linux/errno.h /usr/include/asm/errno.h \ - /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ - limits.h /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h printf-parse.h \ - printf-args.h /usr/include/bits/wchar.h xsize.h stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h verify.h - - /usr/include/stdc-predef.h: - - ../config.h: - - alloca.h: - - vasnprintf.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/locale.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/locale.h: - - /usr/include/xlocale.h: - - stdio.h: - - /usr/include/stdio.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - wchar.h: - - /usr/include/wchar.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/bits/stdio.h: - - sys/types.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/bits/stdlib-float.h: - - string.h: - - /usr/include/string.h: - - /usr/include/bits/string.h: - - /usr/include/bits/string2.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h: - - printf-parse.h: - - printf-args.h: - - /usr/include/bits/wchar.h: - - xsize.h: - - stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - verify.h: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/vasprintf.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/vasprintf.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/vasprintf.Plo 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/vasprintf.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - # dummy --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/xsize.Plo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/xsize.Plo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.deps/xsize.Plo 2017-07-03 17:45:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.deps/xsize.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,60 **** - xsize.lo: xsize.c /usr/include/stdc-predef.h ../config.h xsize.h stddef.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h stdint.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/bits/wchar.h - - /usr/include/stdc-predef.h: - - ../config.h: - - xsize.h: - - stddef.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - stdint.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/bits/wchar.h: --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.libs/asnprintf.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.libs/asnprintf.o differ Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.libs/libgnu.a and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.libs/libgnu.a differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.libs/libgnu.la texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.libs/libgnu.la *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.libs/libgnu.la 2017-07-03 17:45:51.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.libs/libgnu.la 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # libgnu.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='' - - # Names of this library. - library_names='' - - # The name of the static archive. - old_library='libgnu.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for libgnu. - current= - age= - revision= - - # Is this an already installed library? - installed=no - - # Should we warn about portability when linking against -modules? - shouldnotlink=no - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='' --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.libs/printf-args.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.libs/printf-args.o differ Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.libs/printf-parse.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.libs/printf-parse.o differ Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.libs/vasnprintf.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.libs/vasnprintf.o differ Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/.libs/xsize.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/.libs/xsize.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/Makefile texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/Makefile *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/Makefile 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1654 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # lib/Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - # Copyright (C) 2002-2017 Free Software Foundation, Inc. - # - # This file is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 3 of the License, or - # (at your option) any later version. - # - # This file is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this file. If not, see . - # - # As a special exception to the GNU General Public License, - # this file may be distributed as part of a program that - # contains a configuration script generated by Autoconf, under - # the same distribution terms as the rest of that program. - # - # Generated by gnulib-tool. - # Reproduce by: gnulib-tool --import --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-conditional-dependencies --libtool --macro-prefix=gl getline vasprintf - - - - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - pkglibexecdir = $(libexecdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - subdir = lib - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ - $(top_srcdir)/m4/absolute-header.m4 $(top_srcdir)/m4/alloca.m4 \ - $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/exponentd.m4 \ - $(top_srcdir)/m4/extensions.m4 \ - $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/float_h.m4 \ - $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ - $(top_srcdir)/m4/gnulib-common.m4 \ - $(top_srcdir)/m4/gnulib-comp.m4 \ - $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/intmax_t.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/limits-h.m4 $(top_srcdir)/m4/longlong.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mmap-anon.m4 \ - $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/off_t.m4 \ - $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/printf.m4 \ - $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/ssize_t.m4 \ - $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \ - $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio_h.m4 \ - $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/sys_types_h.m4 \ - $(top_srcdir)/m4/vasnprintf.m4 $(top_srcdir)/m4/vasprintf.m4 \ - $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/wchar_h.m4 \ - $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ - $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ - $(am__DIST_COMMON) - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - LIBRARIES = $(noinst_LIBRARIES) - LTLIBRARIES = $(noinst_LTLIBRARIES) - am__DEPENDENCIES_1 = - am_libgnu_la_OBJECTS = xsize.lo - libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS) - AM_V_lt = $(am__v_lt_$(V)) - am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) - am__v_lt_0 = --silent - am__v_lt_1 = - libgnu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libgnu_la_LDFLAGS) $(LDFLAGS) -o $@ - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I. -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) - AM_V_CC = $(am__v_CC_$(V)) - am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) - am__v_CC_0 = @echo " CC " $@; - am__v_CC_1 = - CCLD = $(CC) - LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - AM_V_CCLD = $(am__v_CCLD_$(V)) - am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = - SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES) - DIST_SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES) - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ - install-exec-recursive install-html-recursive \ - install-info-recursive install-pdf-recursive \ - install-ps-recursive install-recursive installcheck-recursive \ - installdirs-recursive pdf-recursive ps-recursive \ - tags-recursive uninstall-recursive - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - HEADERS = $(noinst_HEADERS) - RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive - am__recursive_targets = \ - $(RECURSIVE_TARGETS) \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is - # *not* preserved. - am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ - ' - # Make sure the list of sources is unique. This is necessary because, - # e.g., the same source file might be shared among _SOURCES variables - # for different programs/libraries. - am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` - ETAGS = etags - CTAGS = ctags - DIST_SUBDIRS = $(SUBDIRS) - am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing aclocal-1.15 - ALLOCA = - ALLOCA_H = alloca.h - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - APPLE_UNIVERSAL_BUILD = 0 - AR = ar - ARFLAGS = cr - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing automake-1.15 - AWK = gawk - BITSIZEOF_PTRDIFF_T = - BITSIZEOF_SIG_ATOMIC_T = - BITSIZEOF_SIZE_T = - BITSIZEOF_WCHAR_T = - BITSIZEOF_WINT_T = - CC = cc - CCDEPMODE = depmode=gcc3 - CFLAGS = -g -O2 - CPP = cc -E - CPPFLAGS = - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DLLTOOL = dlltool - DSYMUTIL = - DUMPBIN = - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EMULTIHOP_HIDDEN = - EMULTIHOP_VALUE = - ENOLINK_HIDDEN = - ENOLINK_VALUE = - EOVERFLOW_HIDDEN = - EOVERFLOW_VALUE = - ERRNO_H = - EXEEXT = - FGREP = /usr/bin/grep -F - FLOAT_H = - GNULIB_BTOWC = 0 - GNULIB_DPRINTF = 0 - GNULIB_FCLOSE = 0 - GNULIB_FDOPEN = 0 - GNULIB_FFLUSH = 0 - GNULIB_FFSL = 0 - GNULIB_FFSLL = 0 - GNULIB_FGETC = 1 - GNULIB_FGETS = 1 - GNULIB_FOPEN = 0 - GNULIB_FPRINTF = 1 - GNULIB_FPRINTF_POSIX = 0 - GNULIB_FPURGE = 0 - GNULIB_FPUTC = 1 - GNULIB_FPUTS = 1 - GNULIB_FREAD = 1 - GNULIB_FREOPEN = 0 - GNULIB_FSCANF = 1 - GNULIB_FSEEK = 0 - GNULIB_FSEEKO = 0 - GNULIB_FTELL = 0 - GNULIB_FTELLO = 0 - GNULIB_FWRITE = 1 - GNULIB_GETC = 1 - GNULIB_GETCHAR = 1 - GNULIB_GETDELIM = 1 - GNULIB_GETLINE = 1 - GNULIB_MBRLEN = 0 - GNULIB_MBRTOWC = 0 - GNULIB_MBSCASECMP = 0 - GNULIB_MBSCASESTR = 0 - GNULIB_MBSCHR = 0 - GNULIB_MBSCSPN = 0 - GNULIB_MBSINIT = 0 - GNULIB_MBSLEN = 0 - GNULIB_MBSNCASECMP = 0 - GNULIB_MBSNLEN = 0 - GNULIB_MBSNRTOWCS = 0 - GNULIB_MBSPBRK = 0 - GNULIB_MBSPCASECMP = 0 - GNULIB_MBSRCHR = 0 - GNULIB_MBSRTOWCS = 0 - GNULIB_MBSSEP = 0 - GNULIB_MBSSPN = 0 - GNULIB_MBSSTR = 0 - GNULIB_MBSTOK_R = 0 - GNULIB_MEMCHR = 1 - GNULIB_MEMMEM = 0 - GNULIB_MEMPCPY = 0 - GNULIB_MEMRCHR = 0 - GNULIB_OBSTACK_PRINTF = 0 - GNULIB_OBSTACK_PRINTF_POSIX = 0 - GNULIB_OVERRIDES_WINT_T = 0 - GNULIB_PCLOSE = 0 - GNULIB_PERROR = 0 - GNULIB_POPEN = 0 - GNULIB_PRINTF = 1 - GNULIB_PRINTF_POSIX = 0 - GNULIB_PUTC = 1 - GNULIB_PUTCHAR = 1 - GNULIB_PUTS = 1 - GNULIB_RAWMEMCHR = 0 - GNULIB_REMOVE = 0 - GNULIB_RENAME = 0 - GNULIB_RENAMEAT = 0 - GNULIB_SCANF = 1 - GNULIB_SNPRINTF = 0 - GNULIB_SPRINTF_POSIX = 0 - GNULIB_STDIO_H_NONBLOCKING = 0 - GNULIB_STDIO_H_SIGPIPE = 0 - GNULIB_STPCPY = 0 - GNULIB_STPNCPY = 0 - GNULIB_STRCASESTR = 0 - GNULIB_STRCHRNUL = 0 - GNULIB_STRDUP = 0 - GNULIB_STRERROR = 0 - GNULIB_STRERROR_R = 0 - GNULIB_STRNCAT = 0 - GNULIB_STRNDUP = 0 - GNULIB_STRNLEN = 0 - GNULIB_STRPBRK = 0 - GNULIB_STRSEP = 0 - GNULIB_STRSIGNAL = 0 - GNULIB_STRSTR = 0 - GNULIB_STRTOK_R = 0 - GNULIB_STRVERSCMP = 0 - GNULIB_TMPFILE = 0 - GNULIB_VASPRINTF = 1 - GNULIB_VDPRINTF = 0 - GNULIB_VFPRINTF = 1 - GNULIB_VFPRINTF_POSIX = 0 - GNULIB_VFSCANF = 0 - GNULIB_VPRINTF = 1 - GNULIB_VPRINTF_POSIX = 0 - GNULIB_VSCANF = 0 - GNULIB_VSNPRINTF = 0 - GNULIB_VSPRINTF_POSIX = 0 - GNULIB_WCPCPY = 0 - GNULIB_WCPNCPY = 0 - GNULIB_WCRTOMB = 0 - GNULIB_WCSCASECMP = 0 - GNULIB_WCSCAT = 0 - GNULIB_WCSCHR = 0 - GNULIB_WCSCMP = 0 - GNULIB_WCSCOLL = 0 - GNULIB_WCSCPY = 0 - GNULIB_WCSCSPN = 0 - GNULIB_WCSDUP = 0 - GNULIB_WCSFTIME = 0 - GNULIB_WCSLEN = 0 - GNULIB_WCSNCASECMP = 0 - GNULIB_WCSNCAT = 0 - GNULIB_WCSNCMP = 0 - GNULIB_WCSNCPY = 0 - GNULIB_WCSNLEN = 0 - GNULIB_WCSNRTOMBS = 0 - GNULIB_WCSPBRK = 0 - GNULIB_WCSRCHR = 0 - GNULIB_WCSRTOMBS = 0 - GNULIB_WCSSPN = 0 - GNULIB_WCSSTR = 0 - GNULIB_WCSTOK = 0 - GNULIB_WCSWIDTH = 0 - GNULIB_WCSXFRM = 0 - GNULIB_WCTOB = 0 - GNULIB_WCWIDTH = 0 - GNULIB_WMEMCHR = 0 - GNULIB_WMEMCMP = 0 - GNULIB_WMEMCPY = 0 - GNULIB_WMEMMOVE = 0 - GNULIB_WMEMSET = 0 - GREP = /usr/bin/grep - HAVE_BTOWC = 1 - HAVE_C99_STDINT_H = 1 - HAVE_CRTDEFS_H = 0 - HAVE_DECL_FPURGE = 1 - HAVE_DECL_FSEEKO = 1 - HAVE_DECL_FTELLO = 1 - HAVE_DECL_GETDELIM = 1 - HAVE_DECL_GETLINE = 1 - HAVE_DECL_MEMMEM = 1 - HAVE_DECL_MEMRCHR = 1 - HAVE_DECL_OBSTACK_PRINTF = 1 - HAVE_DECL_SNPRINTF = 1 - HAVE_DECL_STRDUP = 1 - HAVE_DECL_STRERROR_R = 1 - HAVE_DECL_STRNDUP = 1 - HAVE_DECL_STRNLEN = 1 - HAVE_DECL_STRSIGNAL = 1 - HAVE_DECL_STRTOK_R = 1 - HAVE_DECL_VSNPRINTF = 1 - HAVE_DECL_WCTOB = 1 - HAVE_DECL_WCWIDTH = 1 - HAVE_DPRINTF = 1 - HAVE_FEATURES_H = 1 - HAVE_FFSL = 1 - HAVE_FFSLL = 1 - HAVE_FSEEKO = 1 - HAVE_FTELLO = 1 - HAVE_INTTYPES_H = 1 - HAVE_LONG_LONG_INT = 1 - HAVE_MAX_ALIGN_T = 0 - HAVE_MBRLEN = 1 - HAVE_MBRTOWC = 1 - HAVE_MBSINIT = 1 - HAVE_MBSLEN = 0 - HAVE_MBSNRTOWCS = 1 - HAVE_MBSRTOWCS = 1 - HAVE_MEMCHR = 1 - HAVE_MEMPCPY = 1 - HAVE_PCLOSE = 1 - HAVE_POPEN = 1 - HAVE_RAWMEMCHR = 1 - HAVE_RENAMEAT = 1 - HAVE_SIGNED_SIG_ATOMIC_T = - HAVE_SIGNED_WCHAR_T = - HAVE_SIGNED_WINT_T = - HAVE_STDINT_H = 1 - HAVE_STPCPY = 1 - HAVE_STPNCPY = 1 - HAVE_STRCASESTR = 1 - HAVE_STRCHRNUL = 1 - HAVE_STRPBRK = 1 - HAVE_STRSEP = 1 - HAVE_STRVERSCMP = 1 - HAVE_SYS_BITYPES_H = 0 - HAVE_SYS_INTTYPES_H = 0 - HAVE_SYS_TYPES_H = 1 - HAVE_UNSIGNED_LONG_LONG_INT = 1 - HAVE_VASPRINTF = 1 - HAVE_VDPRINTF = 1 - HAVE_WCHAR_H = 1 - HAVE_WCHAR_T = 1 - HAVE_WCPCPY = 1 - HAVE_WCPNCPY = 1 - HAVE_WCRTOMB = 1 - HAVE_WCSCASECMP = 1 - HAVE_WCSCAT = 1 - HAVE_WCSCHR = 1 - HAVE_WCSCMP = 1 - HAVE_WCSCOLL = 1 - HAVE_WCSCPY = 1 - HAVE_WCSCSPN = 1 - HAVE_WCSDUP = 1 - HAVE_WCSFTIME = 1 - HAVE_WCSLEN = 1 - HAVE_WCSNCASECMP = 1 - HAVE_WCSNCAT = 1 - HAVE_WCSNCMP = 1 - HAVE_WCSNCPY = 1 - HAVE_WCSNLEN = 1 - HAVE_WCSNRTOMBS = 1 - HAVE_WCSPBRK = 1 - HAVE_WCSRCHR = 1 - HAVE_WCSRTOMBS = 1 - HAVE_WCSSPN = 1 - HAVE_WCSSTR = 1 - HAVE_WCSTOK = 1 - HAVE_WCSWIDTH = 1 - HAVE_WCSXFRM = 1 - HAVE_WINT_T = 1 - HAVE_WMEMCHR = 1 - HAVE_WMEMCMP = 1 - HAVE_WMEMCPY = 1 - HAVE_WMEMMOVE = 1 - HAVE_WMEMSET = 1 - INCLUDE_NEXT = include_next - INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - LD = /usr/i486-slackware-linux/bin/ld - LDFLAGS = - LIBOBJS = - LIBS = - LIBTOOL = $(SHELL) $(top_builddir)/libtool - LIMITS_H = limits.h - LIPO = - LN_S = ln -s - LTLIBOBJS = - LT_SYS_LIBRARY_PATH = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/missing makeinfo - MANIFEST_TOOL = : - MKDIR_P = /usr/bin/mkdir -p - NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = - NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = - NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = - NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = - NEXT_AS_FIRST_DIRECTIVE_STDINT_H = - NEXT_AS_FIRST_DIRECTIVE_STDIO_H = - NEXT_AS_FIRST_DIRECTIVE_STRING_H = - NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = - NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = - NEXT_ERRNO_H = - NEXT_FLOAT_H = - NEXT_LIMITS_H = - NEXT_STDDEF_H = - NEXT_STDINT_H = - NEXT_STDIO_H = - NEXT_STRING_H = - NEXT_SYS_TYPES_H = - NEXT_WCHAR_H = - NM = /usr/bin/nm -B - NMEDIT = - OBJDUMP = objdump - OBJEXT = o - OTOOL = - OTOOL64 = - PACKAGE = texinfo - PACKAGE_BUGREPORT = - PACKAGE_NAME = texinfo - PACKAGE_STRING = texinfo 0 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = - PACKAGE_VERSION = 0 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_CONF_archlibexp = /usr/lib/perl5 - PERL_CONF_cc = cc - PERL_CONF_cccdlflags = -fPIC - PERL_CONF_ccdlflags = -Wl,-E -Wl,-rpath,/usr/lib/perl5/CORE - PERL_CONF_ccflags = -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - PERL_CONF_libperl = -lperl - PERL_CONF_privlibexp = /usr/share/perl5 - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - PRAGMA_COLUMNS = - PRAGMA_SYSTEM_HEADER = #pragma GCC system_header - PTRDIFF_T_SUFFIX = - RANLIB = ranlib - REPLACE_BTOWC = 0 - REPLACE_DPRINTF = 0 - REPLACE_FCLOSE = 0 - REPLACE_FDOPEN = 0 - REPLACE_FFLUSH = 0 - REPLACE_FOPEN = 0 - REPLACE_FPRINTF = 0 - REPLACE_FPURGE = 0 - REPLACE_FREOPEN = 0 - REPLACE_FSEEK = 0 - REPLACE_FSEEKO = 0 - REPLACE_FTELL = 0 - REPLACE_FTELLO = 0 - REPLACE_GETDELIM = 0 - REPLACE_GETLINE = 0 - REPLACE_ITOLD = 0 - REPLACE_MBRLEN = 0 - REPLACE_MBRTOWC = 0 - REPLACE_MBSINIT = 0 - REPLACE_MBSNRTOWCS = 0 - REPLACE_MBSRTOWCS = 0 - REPLACE_MBSTATE_T = 0 - REPLACE_MEMCHR = 0 - REPLACE_MEMMEM = 0 - REPLACE_NULL = 0 - REPLACE_OBSTACK_PRINTF = 0 - REPLACE_PERROR = 0 - REPLACE_POPEN = 0 - REPLACE_PRINTF = 0 - REPLACE_REMOVE = 0 - REPLACE_RENAME = 0 - REPLACE_RENAMEAT = 0 - REPLACE_SNPRINTF = 0 - REPLACE_SPRINTF = 0 - REPLACE_STDIO_READ_FUNCS = 0 - REPLACE_STDIO_WRITE_FUNCS = 0 - REPLACE_STPNCPY = 0 - REPLACE_STRCASESTR = 0 - REPLACE_STRCHRNUL = 0 - REPLACE_STRDUP = 0 - REPLACE_STRERROR = 0 - REPLACE_STRERROR_R = 0 - REPLACE_STRNCAT = 0 - REPLACE_STRNDUP = 0 - REPLACE_STRNLEN = 0 - REPLACE_STRSIGNAL = 0 - REPLACE_STRSTR = 0 - REPLACE_STRTOK_R = 0 - REPLACE_TMPFILE = 0 - REPLACE_VASPRINTF = 0 - REPLACE_VDPRINTF = 0 - REPLACE_VFPRINTF = 0 - REPLACE_VPRINTF = 0 - REPLACE_VSNPRINTF = 0 - REPLACE_VSPRINTF = 0 - REPLACE_WCRTOMB = 0 - REPLACE_WCSFTIME = 0 - REPLACE_WCSNRTOMBS = 0 - REPLACE_WCSRTOMBS = 0 - REPLACE_WCSWIDTH = 0 - REPLACE_WCTOB = 0 - REPLACE_WCWIDTH = 0 - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - SIG_ATOMIC_T_SUFFIX = - SIZE_T_SUFFIX = - STDDEF_H = stddef.h - STDINT_H = stdint.h - STRIP = strip - UNDEFINE_STRTOK_R = 0 - VERSION = 0 - WCHAR_T_SUFFIX = - WINDOWS_64_BIT_OFF_T = 0 - WINT_T_SUFFIX = - XSPARAGRAPH_INTERFACE_VERSION = 1 - XSUBPP = /usr/bin/xsubpp - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph - ac_ct_AR = ar - ac_ct_CC = cc - ac_ct_DUMPBIN = - am__include = include - am__leading_dot = . - am__quote = - am__tar = $${TAR-tar} chof - "$$tardir" - am__untar = $${TAR-tar} xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - exec_prefix = ${prefix} - gl_LIBOBJS = asnprintf.o printf-args.o printf-parse.o vasnprintf.o - gl_LTLIBOBJS = asnprintf.lo printf-args.lo printf-parse.lo vasnprintf.lo - gltests_LIBOBJS = - gltests_LTLIBOBJS = - gltests_WITNESS = IN_TEXINFO_GNULIB_TESTS - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/Convert/XSParagraph/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = ../ - top_builddir = .. - top_srcdir = .. - AUTOMAKE_OPTIONS = 1.9.6 gnits - SUBDIRS = - noinst_HEADERS = - noinst_LIBRARIES = - noinst_LTLIBRARIES = libgnu.la - EXTRA_DIST = alloca.in.h errno.in.h float.c float.in.h itold.c \ - getdelim.c getline.c limits.in.h memchr.c memchr.valgrind \ - arg-nonnull.h c++defs.h warn-on-use.h stddef.in.h stdint.in.h \ - stdio.in.h string.in.h sys_types.in.h asnprintf.c float+.h \ - printf-args.c printf-args.h printf-parse.c printf-parse.h \ - vasnprintf.c vasnprintf.h asprintf.c vasprintf.c verify.h \ - wchar.in.h - BUILT_SOURCES = $(ALLOCA_H) $(ERRNO_H) $(FLOAT_H) $(LIMITS_H) \ - $(STDDEF_H) $(STDINT_H) stdio.h string.h sys/types.h wchar.h - SUFFIXES = - MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t errno.h \ - errno.h-t float.h float.h-t limits.h limits.h-t stddef.h \ - stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t string.h \ - string.h-t sys/types.h sys/types.h-t wchar.h wchar.h-t - MOSTLYCLEANDIRS = - CLEANFILES = - DISTCLEANFILES = - MAINTAINERCLEANFILES = - # No GNU Make output. - AM_CPPFLAGS = - AM_CFLAGS = - libgnu_la_SOURCES = size_max.h xsize.h xsize.c - libgnu_la_LIBADD = $(gl_LTLIBOBJS) - libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS) - EXTRA_libgnu_la_SOURCES = float.c itold.c getdelim.c getline.c \ - memchr.c asnprintf.c printf-args.c printf-parse.c vasnprintf.c \ - asprintf.c vasprintf.c - libgnu_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined - - # Use this preprocessor expression to decide whether #include_next works. - # Do not rely on a 'configure'-time test for this, since the expression - # might appear in an installed header, which is used by some other compiler. - HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER) - - # Because this Makefile snippet defines a variable used by other - # gnulib Makefile snippets, it must be present in all makefiles that - # need it. This is ensured by the applicability 'all' defined above. - ARG_NONNULL_H = $(srcdir)/arg-nonnull.h - - # Because this Makefile snippet defines a variable used by other - # gnulib Makefile snippets, it must be present in all makefiles that - # need it. This is ensured by the applicability 'all' defined above. - CXXDEFS_H = $(srcdir)/c++defs.h - - # Because this Makefile snippet defines a variable used by other - # gnulib Makefile snippets, it must be present in all makefiles that - # need it. This is ensured by the applicability 'all' defined above. - WARN_ON_USE_H = $(srcdir)/warn-on-use.h - all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: - .SUFFIXES: .c .lo .o .obj - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnits lib/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - - $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): - - clean-noinstLIBRARIES: - -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) - - clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - - libgnu.la: $(libgnu_la_OBJECTS) $(libgnu_la_DEPENDENCIES) $(EXTRA_libgnu_la_DEPENDENCIES) - $(AM_V_CCLD)$(libgnu_la_LINK) $(libgnu_la_OBJECTS) $(libgnu_la_LIBADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) - - distclean-compile: - -rm -f *.tab.c - - include ./$(DEPDIR)/asnprintf.Plo - include ./$(DEPDIR)/asprintf.Plo - include ./$(DEPDIR)/float.Plo - include ./$(DEPDIR)/getdelim.Plo - include ./$(DEPDIR)/getline.Plo - include ./$(DEPDIR)/itold.Plo - include ./$(DEPDIR)/memchr.Plo - include ./$(DEPDIR)/printf-args.Plo - include ./$(DEPDIR)/printf-parse.Plo - include ./$(DEPDIR)/vasnprintf.Plo - include ./$(DEPDIR)/vasprintf.Plo - include ./$(DEPDIR)/xsize.Plo - - .c.o: - $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< - $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - - .c.obj: - $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` - $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - - .c.lo: - $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< - $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo - # $(AM_V_CC)source='$<' object='$@' libtool=yes \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - - mostlyclean-libtool: - -rm -f *.lo - - clean-libtool: - -rm -rf .libs _libs - - # This directory's subdirectories are mostly independent; you can cd - # into them and run 'make' without going through this Makefile. - # To change the values of 'make' variables: instead of editing Makefiles, - # (1) if the variable is set in 'config.status', edit 'config.status' - # (which will cause the Makefiles to be regenerated when you run 'make'); - # (2) otherwise, pass the desired values on the 'make' command line. - $(am__recursive_targets): - @fail=; \ - if $(am__make_keepgoing); then \ - failcom='fail=yes'; \ - else \ - failcom='exit 1'; \ - fi; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - - ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique - tags: tags-recursive - TAGS: tags - - tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi - ctags: ctags-recursive - - CTAGS: ctags - ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - - GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - cscopelist: cscopelist-recursive - - cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - - distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - $(am__make_dryrun) \ - || test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done - check-am: all-am - check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-recursive - all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) - installdirs: installdirs-recursive - installdirs-am: - install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive - uninstall: uninstall-recursive - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-recursive - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) - - clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) - clean: clean-recursive - - clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \ - clean-noinstLTLIBRARIES mostlyclean-am - - distclean: distclean-recursive - -rm -rf ./$(DEPDIR) - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - - dvi: dvi-recursive - - dvi-am: - - html: html-recursive - - html-am: - - info: info-recursive - - info-am: - - install-data-am: - - install-dvi: install-dvi-recursive - - install-dvi-am: - - install-exec-am: - - install-html: install-html-recursive - - install-html-am: - - install-info: install-info-recursive - - install-info-am: - - install-man: - - install-pdf: install-pdf-recursive - - install-pdf-am: - - install-ps: install-ps-recursive - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-recursive - -rm -rf ./$(DEPDIR) - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-recursive - - mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool mostlyclean-local - - pdf: pdf-recursive - - pdf-am: - - ps: ps-recursive - - ps-am: - - uninstall-am: - - .MAKE: $(am__recursive_targets) all check install install-am \ - install-strip - - .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ - check-am clean clean-generic clean-libtool \ - clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \ - pdf-am ps ps-am tags tags-am uninstall uninstall-am - - .PRECIOUS: Makefile - - - # We need the following in order to create when the system - # doesn't have one that works with the given compiler. - alloca.h: alloca.in.h $(top_builddir)/config.status - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/alloca.in.h; \ - } > $@-t && \ - mv -f $@-t $@ - #alloca.h: $(top_builddir)/config.status - # rm -f $@ - - # We need the following in order to create when the system - # doesn't have one that is POSIX compliant. - #errno.h: errno.in.h $(top_builddir)/config.status - # $(AM_V_GEN)rm -f $@-t $@ && \ - # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - # sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - # -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - # -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - # -e 's|@''PRAGMA_COLUMNS''@||g' \ - # -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ - # -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ - # -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ - # -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ - # -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ - # -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ - # -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ - # < $(srcdir)/errno.in.h; \ - # } > $@-t && \ - # mv $@-t $@ - errno.h: $(top_builddir)/config.status - rm -f $@ - - # We need the following in order to create when the system - # doesn't have one that works with the given compiler. - #float.h: float.in.h $(top_builddir)/config.status - # $(AM_V_GEN)rm -f $@-t $@ && \ - # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - # sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - # -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - # -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - # -e 's|@''PRAGMA_COLUMNS''@||g' \ - # -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ - # -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ - # < $(srcdir)/float.in.h; \ - # } > $@-t && \ - # mv $@-t $@ - float.h: $(top_builddir)/config.status - rm -f $@ - - # We need the following in order to create when the system - # doesn't have one that is compatible with GNU. - limits.h: limits.in.h $(top_builddir)/config.status - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \ - < $(srcdir)/limits.in.h; \ - } > $@-t && \ - mv $@-t $@ - #limits.h: $(top_builddir)/config.status - # rm -f $@ - - # We need the following in order to create when the system - # doesn't have one that works with the given compiler. - stddef.h: stddef.in.h $(top_builddir)/config.status - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ - -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \ - -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ - -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ - < $(srcdir)/stddef.in.h; \ - } > $@-t && \ - mv $@-t $@ - #stddef.h: $(top_builddir)/config.status - # rm -f $@ - - # We need the following in order to create when the system - # doesn't have one that works with the given compiler. - stdint.h: stdint.in.h $(top_builddir)/config.status - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ - -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \ - -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ - -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ - -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ - -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ - -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ - -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ - -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ - -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ - -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ - -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ - -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ - -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ - -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ - -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ - -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ - -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ - -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ - -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ - -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ - -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ - -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ - -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ - < $(srcdir)/stdint.in.h; \ - } > $@-t && \ - mv $@-t $@ - #stdint.h: $(top_builddir)/config.status - # rm -f $@ - - # We need the following in order to create when the system - # doesn't have one that works with the given compiler. - stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ - -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ - -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ - -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ - -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ - -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ - -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ - -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \ - -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \ - -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \ - -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \ - -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \ - -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \ - -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \ - -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \ - -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \ - -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \ - -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \ - -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \ - -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \ - -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \ - -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \ - -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \ - -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \ - -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \ - -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ - -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ - -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ - -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ - -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ - -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ - -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \ - -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \ - -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \ - -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \ - -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \ - -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \ - -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \ - -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \ - -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \ - -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \ - -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \ - -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \ - -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \ - -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \ - -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \ - -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \ - -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \ - -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \ - -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \ - -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \ - -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \ - -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \ - -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \ - < $(srcdir)/stdio.in.h | \ - sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ - -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \ - -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \ - -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ - -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ - -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ - -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \ - -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \ - -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ - -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ - -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ - -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \ - -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \ - -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ - -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ - -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ - -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ - -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ - -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ - -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ - -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ - -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ - -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \ - -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ - -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \ - -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \ - -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \ - -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \ - -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \ - -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \ - -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \ - -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \ - -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \ - -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \ - -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \ - -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \ - -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \ - -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \ - -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \ - -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \ - -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ - -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \ - -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ - -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \ - -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \ - -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \ - -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \ - -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ - -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \ - -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ - } > $@-t && \ - mv $@-t $@ - - # We need the following in order to create when the system - # doesn't have one that works with the given compiler. - string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ - -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ - -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ - -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ - -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ - -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ - -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ - -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ - -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ - -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ - -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ - -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ - -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ - -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ - -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ - -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ - -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ - -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ - -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ - -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ - -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ - -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ - -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ - -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ - -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ - -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ - -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ - -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ - -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ - -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ - -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ - -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ - -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ - -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ - -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ - -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ - -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ - -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ - < $(srcdir)/string.in.h | \ - sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ - -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ - -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ - -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ - -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ - -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ - -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ - -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ - -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ - -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ - -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ - -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ - -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ - -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ - -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ - -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ - -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ - -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ - -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ - -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ - -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ - -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ - -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ - -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ - -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ - -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ - -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ - -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ - -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ - -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ - -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ - -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ - -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ - -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ - -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ - -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ - -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ - < $(srcdir)/string.in.h; \ - } > $@-t && \ - mv $@-t $@ - - # We need the following in order to create when the system - # doesn't have one that works with the given compiler. - sys/types.h: sys_types.in.h $(top_builddir)/config.status - $(AM_V_at)$(MKDIR_P) sys - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ - -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ - < $(srcdir)/sys_types.in.h; \ - } > $@-t && \ - mv $@-t $@ - - # We need the following in order to create when the system - # version does not work standalone. - wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) - $(AM_V_GEN)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ - -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - -e 's|@''PRAGMA_COLUMNS''@||g' \ - -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ - -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ - -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ - -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \ - -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ - -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \ - -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \ - -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \ - -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \ - -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \ - -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \ - -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \ - -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \ - -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \ - -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \ - -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \ - -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \ - -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \ - -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \ - -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \ - -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \ - -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \ - -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \ - -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \ - -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \ - -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \ - -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \ - -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \ - -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \ - -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \ - -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \ - -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \ - -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \ - -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \ - -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \ - -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \ - -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \ - -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \ - -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \ - -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \ - -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \ - -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \ - -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \ - -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \ - -e 's/@''GNULIB_WCSFTIME''@/$(GNULIB_WCSFTIME)/g' \ - < $(srcdir)/wchar.in.h | \ - sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ - -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ - -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ - -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ - -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ - -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ - -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ - -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ - -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ - -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ - -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \ - -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \ - -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \ - -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \ - -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \ - -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \ - -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \ - -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \ - -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \ - -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \ - -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \ - -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \ - -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \ - -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \ - -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \ - -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \ - -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \ - -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \ - -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \ - -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \ - -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \ - -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \ - -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \ - -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \ - -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \ - -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \ - -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ - -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ - -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \ - -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ - -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ - | \ - sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ - -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ - -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ - -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ - -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ - -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ - -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ - -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ - -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ - -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ - -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ - -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ - -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \ - -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \ - -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ - -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ - } > $@-t && \ - mv $@-t $@ - - mostlyclean-local: mostlyclean-generic - @for dir in '' $(MOSTLYCLEANDIRS); do \ - if test -n "$$dir" && test -d $$dir; then \ - echo "rmdir $$dir"; rmdir $$dir; \ - fi; \ - done; \ - : - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/Makefile.am texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/Makefile.am *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/Makefile.am 2017-05-14 12:11:49.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/Makefile.am 2017-07-10 19:35:21.000000000 +0100 *************** *** 573,576 **** --- 573,577 ---- -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ + -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/Makefile.in texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/Makefile.in *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/Makefile.in 2017-06-08 18:53:15.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/Makefile.in 2017-07-10 19:41:37.000000000 +0100 *************** *** 675,678 **** --- 675,679 ---- WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ + WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XSPARAGRAPH_INTERFACE_VERSION = @XSPARAGRAPH_INTERFACE_VERSION@ *************** *** 1521,1524 **** --- 1522,1526 ---- -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ + -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/alloca.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/alloca.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/alloca.h 2017-07-03 17:45:47.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/alloca.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,66 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* Memory allocation on the stack. - - Copyright (C) 1995, 1999, 2001-2004, 2006-2017 Free Software Foundation, - Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program; if not, see - . - */ - - /* Avoid using the symbol _ALLOCA_H here, as Bison assumes _ALLOCA_H - means there is a real alloca function. */ - #ifndef _GL_ALLOCA_H - #define _GL_ALLOCA_H - - /* alloca (N) returns a pointer to N bytes of memory - allocated on the stack, which will last until the function returns. - Use of alloca should be avoided: - - inside arguments of function calls - undefined behaviour, - - in inline functions - the allocation may actually last until the - calling function returns, - - for huge N (say, N >= 65536) - you never know how large (or small) - the stack is, and when the stack cannot fulfill the memory allocation - request, the program just crashes. - */ - - #ifndef alloca - # ifdef __GNUC__ - # define alloca __builtin_alloca - # elif defined _AIX - # define alloca __alloca - # elif defined _MSC_VER - # include - # define alloca _alloca - # elif defined __DECC && defined __VMS - # define alloca __ALLOCA - # elif defined __TANDEM && defined _TNS_E_TARGET - # ifdef __cplusplus - extern "C" - # endif - void *_alloca (unsigned short); - # pragma intrinsic (_alloca) - # define alloca _alloca - # elif defined __MVS__ - # include - # else - # include - # ifdef __cplusplus - extern "C" - # endif - void *alloca (size_t); - # endif - #endif - - #endif /* _GL_ALLOCA_H */ --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/asnprintf.lo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/asnprintf.lo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/asnprintf.lo 2017-07-03 17:45:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/asnprintf.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # asnprintf.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/asnprintf.o' - - # Name of the non-PIC object - non_pic_object='asnprintf.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/asnprintf.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/asnprintf.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/float.in.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/float.in.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/float.in.h 2017-04-14 17:48:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/float.in.h 2017-07-10 19:35:18.000000000 +0100 *************** *** 64,68 **** precision in the compiler but 64 bits of precision at runtime. See . */ ! #if defined __i386__ && defined __FreeBSD__ /* Number of mantissa units, in base FLT_RADIX. */ # undef LDBL_MANT_DIG --- 64,68 ---- precision in the compiler but 64 bits of precision at runtime. See . */ ! #if defined __i386__ && (defined __FreeBSD__ || defined __DragonFly__) /* Number of mantissa units, in base FLT_RADIX. */ # undef LDBL_MANT_DIG diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/libgnu.la texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/libgnu.la *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/libgnu.la 2017-07-03 17:45:51.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/libgnu.la 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # libgnu.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='' - - # Names of this library. - library_names='' - - # The name of the static archive. - old_library='libgnu.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for libgnu. - current= - age= - revision= - - # Is this an already installed library? - installed=no - - # Should we warn about portability when linking against -modules? - shouldnotlink=no - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='' --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/limits.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/limits.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/limits.h 2017-07-03 17:45:47.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/limits.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,75 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A GNU-like . - - Copyright 2016-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 3, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see . */ - - #ifndef _GL_LIMITS_H - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - /* The include_next requires a split double-inclusion guard. */ - #include_next - - #ifndef _GL_LIMITS_H - #define _GL_LIMITS_H - - /* For HP-UX 11.31. */ - #if defined LONG_LONG_MIN && !defined LLONG_MIN - # define LLONG_MIN LONG_LONG_MIN - #endif - #if defined LONG_LONG_MAX && !defined LLONG_MAX - # define LLONG_MAX LONG_LONG_MAX - #endif - #if defined ULONG_LONG_MAX && !defined ULLONG_MAX - # define ULLONG_MAX ULONG_LONG_MAX - #endif - - /* The number of usable bits in an unsigned or signed integer type - with minimum value MIN and maximum value MAX, as an int expression - suitable in #if. Cover all known practical hosts. This - implementation exploits the fact that MAX is 1 less than a power of - 2, and merely counts the number of 1 bits in MAX; "COBn" means - "count the number of 1 bits in the low-order n bits"). */ - #define _GL_INTEGER_WIDTH(min, max) (((min) < 0) + _GL_COB128 (max)) - #define _GL_COB128(n) (_GL_COB64 ((n) >> 31 >> 31 >> 2) + _GL_COB64 (n)) - #define _GL_COB64(n) (_GL_COB32 ((n) >> 31 >> 1) + _GL_COB32 (n)) - #define _GL_COB32(n) (_GL_COB16 ((n) >> 16) + _GL_COB16 (n)) - #define _GL_COB16(n) (_GL_COB8 ((n) >> 8) + _GL_COB8 (n)) - #define _GL_COB8(n) (_GL_COB4 ((n) >> 4) + _GL_COB4 (n)) - #define _GL_COB4(n) (!!((n) & 8) + !!((n) & 4) + !!((n) & 2) + !!((n) & 1)) - - /* Macros specified by ISO/IEC TS 18661-1:2014. */ - - #if (! defined ULLONG_WIDTH \ - && (defined _GNU_SOURCE || defined __STDC_WANT_IEC_60559_BFP_EXT__)) - # define CHAR_WIDTH _GL_INTEGER_WIDTH (CHAR_MIN, CHAR_MAX) - # define SCHAR_WIDTH _GL_INTEGER_WIDTH (SCHAR_MIN, SCHAR_MAX) - # define UCHAR_WIDTH _GL_INTEGER_WIDTH (0, UCHAR_MAX) - # define SHRT_WIDTH _GL_INTEGER_WIDTH (SHRT_MIN, SHRT_MAX) - # define USHRT_WIDTH _GL_INTEGER_WIDTH (0, USHRT_MAX) - # define INT_WIDTH _GL_INTEGER_WIDTH (INT_MIN, INT_MAX) - # define UINT_WIDTH _GL_INTEGER_WIDTH (0, UINT_MAX) - # define LONG_WIDTH _GL_INTEGER_WIDTH (LONG_MIN, LONG_MAX) - # define ULONG_WIDTH _GL_INTEGER_WIDTH (0, ULONG_MAX) - # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX) - # define ULLONG_WIDTH _GL_INTEGER_WIDTH (0, ULLONG_MAX) - #endif /* !ULLONG_WIDTH && (_GNU_SOURCE || __STDC_WANT_IEC_60559_BFP_EXT__) */ - - #endif /* _GL_LIMITS_H */ - #endif /* _GL_LIMITS_H */ --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/printf-args.lo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/printf-args.lo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/printf-args.lo 2017-07-03 17:45:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/printf-args.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # printf-args.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/printf-args.o' - - # Name of the non-PIC object - non_pic_object='printf-args.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/printf-args.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/printf-args.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/printf-parse.lo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/printf-parse.lo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/printf-parse.lo 2017-07-03 17:45:49.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/printf-parse.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # printf-parse.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/printf-parse.o' - - # Name of the non-PIC object - non_pic_object='printf-parse.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/printf-parse.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/printf-parse.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/stddef.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/stddef.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/stddef.h 2017-07-03 17:45:47.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/stddef.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,111 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A substitute for POSIX 2008 , for platforms that have issues. - - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see . */ - - /* Written by Eric Blake. */ - - /* - * POSIX 2008 for platforms that have issues. - * - */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #if defined __need_wchar_t || defined __need_size_t \ - || defined __need_ptrdiff_t || defined __need_NULL \ - || defined __need_wint_t - /* Special invocation convention inside gcc header files. In - particular, gcc provides a version of that blindly - redefines NULL even when __need_wint_t was defined, even though - wint_t is not normally provided by . Hence, we must - remember if special invocation has ever been used to obtain wint_t, - in which case we need to clean up NULL yet again. */ - - # if !(defined _GL_STDDEF_H && defined _GL_STDDEF_WINT_T) - # ifdef __need_wint_t - # define _GL_STDDEF_WINT_T - # endif - # include_next - # endif - - #else - /* Normal invocation convention. */ - - # ifndef _GL_STDDEF_H - - /* The include_next requires a split double-inclusion guard. */ - - # include_next - - /* On NetBSD 5.0, the definition of NULL lacks proper parentheses. */ - # if (0 \ - && (!defined _GL_STDDEF_H || defined _GL_STDDEF_WINT_T)) - # undef NULL - # ifdef __cplusplus - /* ISO C++ says that the macro NULL must expand to an integer constant - expression, hence '((void *) 0)' is not allowed in C++. */ - # if __GNUG__ >= 3 - /* GNU C++ has a __null macro that behaves like an integer ('int' or - 'long') but has the same size as a pointer. Use that, to avoid - warnings. */ - # define NULL __null - # else - # define NULL 0L - # endif - # else - # define NULL ((void *) 0) - # endif - # endif - - # ifndef _GL_STDDEF_H - # define _GL_STDDEF_H - - /* Some platforms lack wchar_t. */ - #if !1 - # define wchar_t int - #endif - - /* Some platforms lack max_align_t. The check for _GCC_MAX_ALIGN_T is - a hack in case the configure-time test was done with g++ even though - we are currently compiling with gcc. */ - #if ! (0 || defined _GCC_MAX_ALIGN_T) - /* On the x86, the maximum storage alignment of double, long, etc. is 4, - but GCC's C11 ABI for x86 says that max_align_t has an alignment of 8, - and the C11 standard allows this. Work around this problem by - using __alignof__ (which returns 8 for double) rather than _Alignof - (which returns 4), and align each union member accordingly. */ - # ifdef __GNUC__ - # define _GL_STDDEF_ALIGNAS(type) \ - __attribute__ ((__aligned__ (__alignof__ (type)))) - # else - # define _GL_STDDEF_ALIGNAS(type) /* */ - # endif - typedef union - { - char *__p _GL_STDDEF_ALIGNAS (char *); - double __d _GL_STDDEF_ALIGNAS (double); - long double __ld _GL_STDDEF_ALIGNAS (long double); - long int __i _GL_STDDEF_ALIGNAS (long int); - } max_align_t; - #endif - - # endif /* _GL_STDDEF_H */ - # endif /* _GL_STDDEF_H */ - #endif /* __need_XXX */ --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/stdint.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/stdint.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/stdint.h 2017-07-03 17:45:47.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/stdint.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,727 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* Copyright (C) 2001-2002, 2004-2017 Free Software Foundation, Inc. - Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. - This file is part of gnulib. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see . */ - - /* - * ISO C 99 for platforms that lack it. - * - */ - - #ifndef _GL_STDINT_H - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - /* When including a system file that in turn includes , - use the system , not our substitute. This avoids - problems with (for example) VMS, whose includes - . */ - #define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H - - /* On Android (Bionic libc), includes this file before - having defined 'time_t'. Therefore in this case avoid including - other system header files; just include the system's . - Ideally we should test __BIONIC__ here, but it is only defined after - has been included; hence test __ANDROID__ instead. */ - #if defined __ANDROID__ && defined _GL_INCLUDING_SYS_TYPES_H - # include_next - #else - - /* Get those types that are already defined in other system include - files, so that we can "#define int8_t signed char" below without - worrying about a later system include file containing a "typedef - signed char int8_t;" that will get messed up by our macro. Our - macros should all be consistent with the system versions, except - for the "fast" types and macros, which we recommend against using - in public interfaces due to compiler differences. */ - - #if 1 - # if defined __sgi && ! defined __c99 - /* Bypass IRIX's if in C89 mode, since it merely annoys users - with "This header file is to be used only for c99 mode compilations" - diagnostics. */ - # define __STDINT_H__ - # endif - - /* Some pre-C++11 implementations need this. */ - # ifdef __cplusplus - # ifndef __STDC_CONSTANT_MACROS - # define __STDC_CONSTANT_MACROS 1 - # endif - # ifndef __STDC_LIMIT_MACROS - # define __STDC_LIMIT_MACROS 1 - # endif - # endif - - /* Other systems may have an incomplete or buggy . - Include it before , since any "#include " - in would reinclude us, skipping our contents because - _GL_STDINT_H is defined. - The include_next requires a split double-inclusion guard. */ - # include_next - #endif - - #if ! defined _GL_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H - #define _GL_STDINT_H - - /* Get SCHAR_MIN, SCHAR_MAX, UCHAR_MAX, INT_MIN, INT_MAX, - LONG_MIN, LONG_MAX, ULONG_MAX, _GL_INTEGER_WIDTH. */ - #include - - /* Override WINT_MIN and WINT_MAX if gnulib's or overrides - wint_t. */ - #if 0 - # undef WINT_MIN - # undef WINT_MAX - # define WINT_MIN 0x0U - # define WINT_MAX 0xffffffffU - #endif - - #if ! 1 - - /* defines some of the stdint.h types as well, on glibc, - IRIX 6.5, and OpenBSD 3.8 (via ). - AIX 5.2 isn't needed and causes troubles. - Mac OS X 10.4.6 includes (which is us), but - relies on the system definitions, so include - after . */ - # if 1 && ! defined _AIX - # include - # endif - - # if 1 - /* In OpenBSD 3.8, includes , which defines - int{8,16,32,64}_t, uint{8,16,32,64}_t and __BIT_TYPES_DEFINED__. - also defines intptr_t and uintptr_t. */ - # include - # elif 0 - /* Solaris 7 has the types except the *_fast*_t types, and - the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */ - # include - # endif - - # if 0 && ! defined __BIT_TYPES_DEFINED__ - /* Linux libc4 >= 4.6.7 and libc5 have a that defines - int{8,16,32,64}_t and __BIT_TYPES_DEFINED__. In libc5 >= 5.2.2 it is - included by . */ - # include - # endif - - # undef _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H - - /* Minimum and maximum values for an integer type under the usual assumption. - Return an unspecified value if BITS == 0, adding a check to pacify - picky compilers. */ - - /* These are separate macros, because if you try to merge these macros into - a single one, HP-UX cc rejects the resulting expression in constant - expressions. */ - # define _STDINT_UNSIGNED_MIN(bits, zero) \ - (zero) - # define _STDINT_SIGNED_MIN(bits, zero) \ - (~ _STDINT_MAX (1, bits, zero)) - - # define _STDINT_MAX(signed, bits, zero) \ - (((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1) - - #if !GNULIB_defined_stdint_types - - /* 7.18.1.1. Exact-width integer types */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. */ - - # undef int8_t - # undef uint8_t - typedef signed char gl_int8_t; - typedef unsigned char gl_uint8_t; - # define int8_t gl_int8_t - # define uint8_t gl_uint8_t - - # undef int16_t - # undef uint16_t - typedef short int gl_int16_t; - typedef unsigned short int gl_uint16_t; - # define int16_t gl_int16_t - # define uint16_t gl_uint16_t - - # undef int32_t - # undef uint32_t - typedef int gl_int32_t; - typedef unsigned int gl_uint32_t; - # define int32_t gl_int32_t - # define uint32_t gl_uint32_t - - /* If the system defines INT64_MAX, assume int64_t works. That way, - if the underlying platform defines int64_t to be a 64-bit long long - int, the code below won't mistakenly define it to be a 64-bit long - int, which would mess up C++ name mangling. We must use #ifdef - rather than #if, to avoid an error with HP-UX 10.20 cc. */ - - # ifdef INT64_MAX - # define GL_INT64_T - # else - /* Do not undefine int64_t if gnulib is not being used with 64-bit - types, since otherwise it breaks platforms like Tandem/NSK. */ - # if LONG_MAX >> 31 >> 31 == 1 - # undef int64_t - typedef long int gl_int64_t; - # define int64_t gl_int64_t - # define GL_INT64_T - # elif defined _MSC_VER - # undef int64_t - typedef __int64 gl_int64_t; - # define int64_t gl_int64_t - # define GL_INT64_T - # elif 1 - # undef int64_t - typedef long long int gl_int64_t; - # define int64_t gl_int64_t - # define GL_INT64_T - # endif - # endif - - # ifdef UINT64_MAX - # define GL_UINT64_T - # else - # if ULONG_MAX >> 31 >> 31 >> 1 == 1 - # undef uint64_t - typedef unsigned long int gl_uint64_t; - # define uint64_t gl_uint64_t - # define GL_UINT64_T - # elif defined _MSC_VER - # undef uint64_t - typedef unsigned __int64 gl_uint64_t; - # define uint64_t gl_uint64_t - # define GL_UINT64_T - # elif 1 - # undef uint64_t - typedef unsigned long long int gl_uint64_t; - # define uint64_t gl_uint64_t - # define GL_UINT64_T - # endif - # endif - - /* Avoid collision with Solaris 2.5.1 etc. */ - # define _UINT8_T - # define _UINT32_T - # define _UINT64_T - - - /* 7.18.1.2. Minimum-width integer types */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types - are the same as the corresponding N_t types. */ - - # undef int_least8_t - # undef uint_least8_t - # undef int_least16_t - # undef uint_least16_t - # undef int_least32_t - # undef uint_least32_t - # undef int_least64_t - # undef uint_least64_t - # define int_least8_t int8_t - # define uint_least8_t uint8_t - # define int_least16_t int16_t - # define uint_least16_t uint16_t - # define int_least32_t int32_t - # define uint_least32_t uint32_t - # ifdef GL_INT64_T - # define int_least64_t int64_t - # endif - # ifdef GL_UINT64_T - # define uint_least64_t uint64_t - # endif - - /* 7.18.1.3. Fastest minimum-width integer types */ - - /* Note: Other substitutes may define these types differently. - It is not recommended to use these types in public header files. */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types - are taken from the same list of types. The following code normally - uses types consistent with glibc, as that lessens the chance of - incompatibility with older GNU hosts. */ - - # undef int_fast8_t - # undef uint_fast8_t - # undef int_fast16_t - # undef uint_fast16_t - # undef int_fast32_t - # undef uint_fast32_t - # undef int_fast64_t - # undef uint_fast64_t - typedef signed char gl_int_fast8_t; - typedef unsigned char gl_uint_fast8_t; - - # ifdef __sun - /* Define types compatible with SunOS 5.10, so that code compiled under - earlier SunOS versions works with code compiled under SunOS 5.10. */ - typedef int gl_int_fast32_t; - typedef unsigned int gl_uint_fast32_t; - # else - typedef long int gl_int_fast32_t; - typedef unsigned long int gl_uint_fast32_t; - # endif - typedef gl_int_fast32_t gl_int_fast16_t; - typedef gl_uint_fast32_t gl_uint_fast16_t; - - # define int_fast8_t gl_int_fast8_t - # define uint_fast8_t gl_uint_fast8_t - # define int_fast16_t gl_int_fast16_t - # define uint_fast16_t gl_uint_fast16_t - # define int_fast32_t gl_int_fast32_t - # define uint_fast32_t gl_uint_fast32_t - # ifdef GL_INT64_T - # define int_fast64_t int64_t - # endif - # ifdef GL_UINT64_T - # define uint_fast64_t uint64_t - # endif - - /* 7.18.1.4. Integer types capable of holding object pointers */ - - /* kLIBC's stdint.h defines _INTPTR_T_DECLARED and needs its own - definitions of intptr_t and uintptr_t (which use int and unsigned) - to avoid clashes with declarations of system functions like sbrk. */ - # ifndef _INTPTR_T_DECLARED - # undef intptr_t - # undef uintptr_t - typedef long int gl_intptr_t; - typedef unsigned long int gl_uintptr_t; - # define intptr_t gl_intptr_t - # define uintptr_t gl_uintptr_t - # endif - - /* 7.18.1.5. Greatest-width integer types */ - - /* Note: These types are compiler dependent. It may be unwise to use them in - public header files. */ - - /* If the system defines INTMAX_MAX, assume that intmax_t works, and - similarly for UINTMAX_MAX and uintmax_t. This avoids problems with - assuming one type where another is used by the system. */ - - # ifndef INTMAX_MAX - # undef INTMAX_C - # undef intmax_t - # if 1 && LONG_MAX >> 30 == 1 - typedef long long int gl_intmax_t; - # define intmax_t gl_intmax_t - # elif defined GL_INT64_T - # define intmax_t int64_t - # else - typedef long int gl_intmax_t; - # define intmax_t gl_intmax_t - # endif - # endif - - # ifndef UINTMAX_MAX - # undef UINTMAX_C - # undef uintmax_t - # if 1 && ULONG_MAX >> 31 == 1 - typedef unsigned long long int gl_uintmax_t; - # define uintmax_t gl_uintmax_t - # elif defined GL_UINT64_T - # define uintmax_t uint64_t - # else - typedef unsigned long int gl_uintmax_t; - # define uintmax_t gl_uintmax_t - # endif - # endif - - /* Verify that intmax_t and uintmax_t have the same size. Too much code - breaks if this is not the case. If this check fails, the reason is likely - to be found in the autoconf macros. */ - typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t) - ? 1 : -1]; - - # define GNULIB_defined_stdint_types 1 - # endif /* !GNULIB_defined_stdint_types */ - - /* 7.18.2. Limits of specified-width integer types */ - - /* 7.18.2.1. Limits of exact-width integer types */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. */ - - # undef INT8_MIN - # undef INT8_MAX - # undef UINT8_MAX - # define INT8_MIN (~ INT8_MAX) - # define INT8_MAX 127 - # define UINT8_MAX 255 - - # undef INT16_MIN - # undef INT16_MAX - # undef UINT16_MAX - # define INT16_MIN (~ INT16_MAX) - # define INT16_MAX 32767 - # define UINT16_MAX 65535 - - # undef INT32_MIN - # undef INT32_MAX - # undef UINT32_MAX - # define INT32_MIN (~ INT32_MAX) - # define INT32_MAX 2147483647 - # define UINT32_MAX 4294967295U - - # if defined GL_INT64_T && ! defined INT64_MAX - /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0 - evaluates the latter incorrectly in preprocessor expressions. */ - # define INT64_MIN (- INTMAX_C (1) << 63) - # define INT64_MAX INTMAX_C (9223372036854775807) - # endif - - # if defined GL_UINT64_T && ! defined UINT64_MAX - # define UINT64_MAX UINTMAX_C (18446744073709551615) - # endif - - /* 7.18.2.2. Limits of minimum-width integer types */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types - are the same as the corresponding N_t types. */ - - # undef INT_LEAST8_MIN - # undef INT_LEAST8_MAX - # undef UINT_LEAST8_MAX - # define INT_LEAST8_MIN INT8_MIN - # define INT_LEAST8_MAX INT8_MAX - # define UINT_LEAST8_MAX UINT8_MAX - - # undef INT_LEAST16_MIN - # undef INT_LEAST16_MAX - # undef UINT_LEAST16_MAX - # define INT_LEAST16_MIN INT16_MIN - # define INT_LEAST16_MAX INT16_MAX - # define UINT_LEAST16_MAX UINT16_MAX - - # undef INT_LEAST32_MIN - # undef INT_LEAST32_MAX - # undef UINT_LEAST32_MAX - # define INT_LEAST32_MIN INT32_MIN - # define INT_LEAST32_MAX INT32_MAX - # define UINT_LEAST32_MAX UINT32_MAX - - # undef INT_LEAST64_MIN - # undef INT_LEAST64_MAX - # ifdef GL_INT64_T - # define INT_LEAST64_MIN INT64_MIN - # define INT_LEAST64_MAX INT64_MAX - # endif - - # undef UINT_LEAST64_MAX - # ifdef GL_UINT64_T - # define UINT_LEAST64_MAX UINT64_MAX - # endif - - /* 7.18.2.3. Limits of fastest minimum-width integer types */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types - are taken from the same list of types. */ - - # undef INT_FAST8_MIN - # undef INT_FAST8_MAX - # undef UINT_FAST8_MAX - # define INT_FAST8_MIN SCHAR_MIN - # define INT_FAST8_MAX SCHAR_MAX - # define UINT_FAST8_MAX UCHAR_MAX - - # undef INT_FAST16_MIN - # undef INT_FAST16_MAX - # undef UINT_FAST16_MAX - # define INT_FAST16_MIN INT_FAST32_MIN - # define INT_FAST16_MAX INT_FAST32_MAX - # define UINT_FAST16_MAX UINT_FAST32_MAX - - # undef INT_FAST32_MIN - # undef INT_FAST32_MAX - # undef UINT_FAST32_MAX - # ifdef __sun - # define INT_FAST32_MIN INT_MIN - # define INT_FAST32_MAX INT_MAX - # define UINT_FAST32_MAX UINT_MAX - # else - # define INT_FAST32_MIN LONG_MIN - # define INT_FAST32_MAX LONG_MAX - # define UINT_FAST32_MAX ULONG_MAX - # endif - - # undef INT_FAST64_MIN - # undef INT_FAST64_MAX - # ifdef GL_INT64_T - # define INT_FAST64_MIN INT64_MIN - # define INT_FAST64_MAX INT64_MAX - # endif - - # undef UINT_FAST64_MAX - # ifdef GL_UINT64_T - # define UINT_FAST64_MAX UINT64_MAX - # endif - - /* 7.18.2.4. Limits of integer types capable of holding object pointers */ - - # undef INTPTR_MIN - # undef INTPTR_MAX - # undef UINTPTR_MAX - # define INTPTR_MIN LONG_MIN - # define INTPTR_MAX LONG_MAX - # define UINTPTR_MAX ULONG_MAX - - /* 7.18.2.5. Limits of greatest-width integer types */ - - # ifndef INTMAX_MAX - # undef INTMAX_MIN - # ifdef INT64_MAX - # define INTMAX_MIN INT64_MIN - # define INTMAX_MAX INT64_MAX - # else - # define INTMAX_MIN INT32_MIN - # define INTMAX_MAX INT32_MAX - # endif - # endif - - # ifndef UINTMAX_MAX - # ifdef UINT64_MAX - # define UINTMAX_MAX UINT64_MAX - # else - # define UINTMAX_MAX UINT32_MAX - # endif - # endif - - /* 7.18.3. Limits of other integer types */ - - /* ptrdiff_t limits */ - # undef PTRDIFF_MIN - # undef PTRDIFF_MAX - # if 0 - # ifdef _LP64 - # define PTRDIFF_MIN _STDINT_SIGNED_MIN (64, 0l) - # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l) - # else - # define PTRDIFF_MIN _STDINT_SIGNED_MIN (32, 0) - # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0) - # endif - # else - # define PTRDIFF_MIN \ - _STDINT_SIGNED_MIN (, 0) - # define PTRDIFF_MAX \ - _STDINT_MAX (1, , 0) - # endif - - /* sig_atomic_t limits */ - # undef SIG_ATOMIC_MIN - # undef SIG_ATOMIC_MAX - # if - # define SIG_ATOMIC_MIN \ - _STDINT_SIGNED_MIN (, 0) - # else - # define SIG_ATOMIC_MIN \ - _STDINT_UNSIGNED_MIN (, 0) - # endif - # define SIG_ATOMIC_MAX \ - _STDINT_MAX (, , \ - 0) - - - /* size_t limit */ - # undef SIZE_MAX - # if 0 - # ifdef _LP64 - # define SIZE_MAX _STDINT_MAX (0, 64, 0ul) - # else - # define SIZE_MAX _STDINT_MAX (0, 32, 0ul) - # endif - # else - # define SIZE_MAX _STDINT_MAX (0, , 0) - # endif - - /* wchar_t limits */ - /* Get WCHAR_MIN, WCHAR_MAX. - This include is not on the top, above, because on OSF/1 4.0 we have a - sequence of nested includes - -> -> -> , and the latter includes - and assumes its types are already defined. */ - # if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX) - /* BSD/OS 4.0.1 has a bug: , and must be - included before . */ - # include - # include - # include - # define _GL_JUST_INCLUDE_SYSTEM_WCHAR_H - # include - # undef _GL_JUST_INCLUDE_SYSTEM_WCHAR_H - # endif - # undef WCHAR_MIN - # undef WCHAR_MAX - # if - # define WCHAR_MIN \ - _STDINT_SIGNED_MIN (, 0) - # else - # define WCHAR_MIN \ - _STDINT_UNSIGNED_MIN (, 0) - # endif - # define WCHAR_MAX \ - _STDINT_MAX (, , 0) - - /* wint_t limits */ - # undef WINT_MIN - # undef WINT_MAX - # if - # define WINT_MIN \ - _STDINT_SIGNED_MIN (, 0) - # else - # define WINT_MIN \ - _STDINT_UNSIGNED_MIN (, 0) - # endif - # define WINT_MAX \ - _STDINT_MAX (, , 0) - - /* 7.18.4. Macros for integer constants */ - - /* 7.18.4.1. Macros for minimum-width integer constants */ - /* According to ISO C 99 Technical Corrigendum 1 */ - - /* Here we assume a standard architecture where the hardware integer - types have 8, 16, 32, optionally 64 bits, and int is 32 bits. */ - - # undef INT8_C - # undef UINT8_C - # define INT8_C(x) x - # define UINT8_C(x) x - - # undef INT16_C - # undef UINT16_C - # define INT16_C(x) x - # define UINT16_C(x) x - - # undef INT32_C - # undef UINT32_C - # define INT32_C(x) x - # define UINT32_C(x) x ## U - - # undef INT64_C - # undef UINT64_C - # if LONG_MAX >> 31 >> 31 == 1 - # define INT64_C(x) x##L - # elif defined _MSC_VER - # define INT64_C(x) x##i64 - # elif 1 - # define INT64_C(x) x##LL - # endif - # if ULONG_MAX >> 31 >> 31 >> 1 == 1 - # define UINT64_C(x) x##UL - # elif defined _MSC_VER - # define UINT64_C(x) x##ui64 - # elif 1 - # define UINT64_C(x) x##ULL - # endif - - /* 7.18.4.2. Macros for greatest-width integer constants */ - - # ifndef INTMAX_C - # if 1 && LONG_MAX >> 30 == 1 - # define INTMAX_C(x) x##LL - # elif defined GL_INT64_T - # define INTMAX_C(x) INT64_C(x) - # else - # define INTMAX_C(x) x##L - # endif - # endif - - # ifndef UINTMAX_C - # if 1 && ULONG_MAX >> 31 == 1 - # define UINTMAX_C(x) x##ULL - # elif defined GL_UINT64_T - # define UINTMAX_C(x) UINT64_C(x) - # else - # define UINTMAX_C(x) x##UL - # endif - # endif - - #endif /* !1 */ - - /* Macros specified by ISO/IEC TS 18661-1:2014. */ - - #if (!defined UINTMAX_WIDTH \ - && (defined _GNU_SOURCE || defined __STDC_WANT_IEC_60559_BFP_EXT__)) - # ifdef INT8_MAX - # define INT8_WIDTH _GL_INTEGER_WIDTH (INT8_MIN, INT8_MAX) - # endif - # ifdef UINT8_MAX - # define UINT8_WIDTH _GL_INTEGER_WIDTH (0, UINT8_MAX) - # endif - # ifdef INT16_MAX - # define INT16_WIDTH _GL_INTEGER_WIDTH (INT16_MIN, INT16_MAX) - # endif - # ifdef UINT16_MAX - # define UINT16_WIDTH _GL_INTEGER_WIDTH (0, UINT16_MAX) - # endif - # ifdef INT32_MAX - # define INT32_WIDTH _GL_INTEGER_WIDTH (INT32_MIN, INT32_MAX) - # endif - # ifdef UINT32_MAX - # define UINT32_WIDTH _GL_INTEGER_WIDTH (0, UINT32_MAX) - # endif - # ifdef INT64_MAX - # define INT64_WIDTH _GL_INTEGER_WIDTH (INT64_MIN, INT64_MAX) - # endif - # ifdef UINT64_MAX - # define UINT64_WIDTH _GL_INTEGER_WIDTH (0, UINT64_MAX) - # endif - # define INT_LEAST8_WIDTH _GL_INTEGER_WIDTH (INT_LEAST8_MIN, INT_LEAST8_MAX) - # define UINT_LEAST8_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST8_MAX) - # define INT_LEAST16_WIDTH _GL_INTEGER_WIDTH (INT_LEAST16_MIN, INT_LEAST16_MAX) - # define UINT_LEAST16_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST16_MAX) - # define INT_LEAST32_WIDTH _GL_INTEGER_WIDTH (INT_LEAST32_MIN, INT_LEAST32_MAX) - # define UINT_LEAST32_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST32_MAX) - # define INT_LEAST64_WIDTH _GL_INTEGER_WIDTH (INT_LEAST64_MIN, INT_LEAST64_MAX) - # define UINT_LEAST64_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST64_MAX) - # define INT_FAST8_WIDTH _GL_INTEGER_WIDTH (INT_FAST8_MIN, INT_FAST8_MAX) - # define UINT_FAST8_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST8_MAX) - # define INT_FAST16_WIDTH _GL_INTEGER_WIDTH (INT_FAST16_MIN, INT_FAST16_MAX) - # define UINT_FAST16_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST16_MAX) - # define INT_FAST32_WIDTH _GL_INTEGER_WIDTH (INT_FAST32_MIN, INT_FAST32_MAX) - # define UINT_FAST32_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST32_MAX) - # define INT_FAST64_WIDTH _GL_INTEGER_WIDTH (INT_FAST64_MIN, INT_FAST64_MAX) - # define UINT_FAST64_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST64_MAX) - # define INTPTR_WIDTH _GL_INTEGER_WIDTH (INTPTR_MIN, INTPTR_MAX) - # define UINTPTR_WIDTH _GL_INTEGER_WIDTH (0, UINTPTR_MAX) - # define INTMAX_WIDTH _GL_INTEGER_WIDTH (INTMAX_MIN, INTMAX_MAX) - # define UINTMAX_WIDTH _GL_INTEGER_WIDTH (0, UINTMAX_MAX) - # define PTRDIFF_WIDTH _GL_INTEGER_WIDTH (PTRDIFF_MIN, PTRDIFF_MAX) - # define SIZE_WIDTH _GL_INTEGER_WIDTH (0, SIZE_MAX) - # define WCHAR_WIDTH _GL_INTEGER_WIDTH (WCHAR_MIN, WCHAR_MAX) - # ifdef WINT_MAX - # define WINT_WIDTH _GL_INTEGER_WIDTH (WINT_MIN, WINT_MAX) - # endif - # ifdef SIG_ATOMIC_MAX - # define SIG_ATOMIC_WIDTH _GL_INTEGER_WIDTH (SIG_ATOMIC_MIN, SIG_ATOMIC_MAX) - # endif - #endif /* !WINT_WIDTH && (_GNU_SOURCE || __STDC_WANT_IEC_60559_BFP_EXT__) */ - - #endif /* _GL_STDINT_H */ - #endif /* !(defined __ANDROID__ && ...) */ - #endif /* !defined _GL_STDINT_H && !defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H */ --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/stdio.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/stdio.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/stdio.h 2017-07-03 17:45:47.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/stdio.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1829 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A GNU-like . - - Copyright (C) 2004, 2007-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see . */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #if defined __need_FILE || defined __need___FILE || defined _GL_ALREADY_INCLUDING_STDIO_H - /* Special invocation convention: - - Inside glibc header files. - - On OSF/1 5.1 we have a sequence of nested includes - -> -> -> -> - -> -> -> . - In this situation, the functions are not yet declared, therefore we cannot - provide the C++ aliases. */ - - #include_next - - #else - /* Normal invocation convention. */ - - #ifndef _GL_STDIO_H - - #define _GL_ALREADY_INCLUDING_STDIO_H - - /* The include_next requires a split double-inclusion guard. */ - #include_next - - #undef _GL_ALREADY_INCLUDING_STDIO_H - - #ifndef _GL_STDIO_H - #define _GL_STDIO_H - - /* Get va_list. Needed on many systems, including glibc 2.8. */ - #include - - #include - - /* Get off_t and ssize_t. Needed on many systems, including glibc 2.8 - and eglibc 2.11.2. - May also define off_t to a 64-bit type on native Windows. */ - #include - - /* The __attribute__ feature is available in gcc versions 2.5 and later. - The __-protected variants of the attributes 'format' and 'printf' are - accepted by gcc versions 2.6.4 (effectively 2.7) and later. - We enable _GL_ATTRIBUTE_FORMAT only if these are supported too, because - gnulib and libintl do '#define printf __printf__' when they override - the 'printf' function. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) - # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) - #else - # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ - #endif - - /* _GL_ATTRIBUTE_FORMAT_PRINTF - indicates to GCC that the function takes a format string and arguments, - where the format string directives are the ones standardized by ISO C99 - and POSIX. */ - #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) - # define _GL_ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument)) - #else - # define _GL_ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) - #endif - - /* _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM is like _GL_ATTRIBUTE_FORMAT_PRINTF, - except that it indicates to GCC that the supported format string directives - are the ones of the system printf(), rather than the ones standardized by - ISO C99 and POSIX. */ - #if GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU - # define _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT_PRINTF (formatstring_parameter, first_argument) - #else - # define _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) - #endif - - /* _GL_ATTRIBUTE_FORMAT_SCANF - indicates to GCC that the function takes a format string and arguments, - where the format string directives are the ones standardized by ISO C99 - and POSIX. */ - #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) - # define _GL_ATTRIBUTE_FORMAT_SCANF(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__gnu_scanf__, formatstring_parameter, first_argument)) - #else - # define _GL_ATTRIBUTE_FORMAT_SCANF(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__scanf__, formatstring_parameter, first_argument)) - #endif - - /* _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM is like _GL_ATTRIBUTE_FORMAT_SCANF, - except that it indicates to GCC that the supported format string directives - are the ones of the system scanf(), rather than the ones standardized by - ISO C99 and POSIX. */ - #define _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM(formatstring_parameter, first_argument) \ - _GL_ATTRIBUTE_FORMAT ((__scanf__, formatstring_parameter, first_argument)) - - /* Solaris 10 declares renameat in , not in . */ - /* But in any case avoid namespace pollution on glibc systems. */ - #if (0 || defined GNULIB_POSIXCHECK) && defined __sun \ - && ! defined __GLIBC__ - # include - #endif - - /* MSVC declares 'perror' in , not in . We must include - it before we #define perror rpl_perror. */ - /* But in any case avoid namespace pollution on glibc systems. */ - #if (0 || defined GNULIB_POSIXCHECK) \ - && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ - && ! defined __GLIBC__ - # include - #endif - - /* MSVC declares 'remove' in , not in . We must include - it before we #define remove rpl_remove. */ - /* MSVC declares 'rename' in , not in . We must include - it before we #define rename rpl_rename. */ - /* But in any case avoid namespace pollution on glibc systems. */ - #if (0 || 0 || defined GNULIB_POSIXCHECK) \ - && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ - && ! defined __GLIBC__ - # include - #endif - - - /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ - /* C++ compatible function declaration macros. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - - #ifndef _GL_CXXDEFS_H - #define _GL_CXXDEFS_H - - /* Begin/end the GNULIB_NAMESPACE namespace. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { - # define _GL_END_NAMESPACE } - #else - # define _GL_BEGIN_NAMESPACE - # define _GL_END_NAMESPACE - #endif - - /* The three most frequent use cases of these macros are: - - * For providing a substitute for a function that is missing on some - platforms, but is declared and works fine on the platforms on which - it exists: - - #if @GNULIB_FOO@ - # if !@HAVE_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on all platforms, - but is broken/insufficient and needs to be replaced on some platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on some platforms - but is broken/insufficient and needs to be replaced on some of them and - is additionally either missing or undeclared on some other platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - */ - - /* _GL_EXTERN_C declaration; - performs the declaration with C linkage. */ - #if defined __cplusplus - # define _GL_EXTERN_C extern "C" - #else - # define _GL_EXTERN_C extern - #endif - - /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); - declares a replacement function, named rpl_func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ - _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) - #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype rpl_func parameters_and_attributes - - /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); - declares the system function, named func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype func parameters_and_attributes - - /* _GL_CXXALIAS_RPL (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to rpl_func, if GNULIB_NAMESPACE is defined. - Example: - _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); - - Wrapping rpl_func in an object with an inline conversion operator - avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ - _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::rpl_func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); - is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); - except that the C function rpl_func may have a slightly different - declaration. A cast is used to silence the "invalid conversion" error - that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast(::rpl_func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to the system provided function func, if GNULIB_NAMESPACE - is defined. - Example: - _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); - - Wrapping func in an object with an inline conversion operator - avoids a reference to func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function func may have a slightly different declaration. - A cast is used to silence the "invalid conversion" error that would - otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast(::func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function is picked among a set of overloaded functions, - namely the one with rettype2 and parameters2. Two consecutive casts - are used to silence the "cannot find a match" and "invalid conversion" - errors that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - /* The outer cast must be a reinterpret_cast. - The inner cast: When the function is defined as a set of overloaded - functions, it works as a static_cast<>, choosing the designated variant. - When the function is defined as a single variant, it works as a - reinterpret_cast<>. The parenthesized cast syntax works both ways. */ - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast((rettype2 (*) parameters2)(::func)); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN (func); - causes a warning to be emitted when ::func is used but not when - GNULIB_NAMESPACE::func is used. func must be defined without overloaded - variants. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN(func) \ - _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN_1(func,namespace) \ - _GL_CXXALIASWARN_2 (func, namespace) - /* To work around GCC bug , - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_WARN_ON_USE (func, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN_2(func,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN(func) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); - causes a warning to be emitted when the given overloaded variant of ::func - is used but not when GNULIB_NAMESPACE::func is used. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ - GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ - _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) - /* To work around GCC bug , - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - #endif /* _GL_CXXDEFS_H */ - - /* The definition of _GL_ARG_NONNULL is copied here. */ - /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - - /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools - that the values passed as arguments n, ..., m must be non-NULL pointers. - n = 1 stands for the first argument, n = 2 for the second argument etc. */ - #ifndef _GL_ARG_NONNULL - # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 - # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) - # else - # define _GL_ARG_NONNULL(params) - # endif - #endif - - /* The definition of _GL_WARN_ON_USE is copied here. */ - /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - - /* _GL_WARN_ON_USE (function, "literal string") issues a declaration - for FUNCTION which will then trigger a compiler warning containing - the text of "literal string" anywhere that function is called, if - supported by the compiler. If the compiler does not support this - feature, the macro expands to an unused extern declaration. - - This macro is useful for marking a function as a potential - portability trap, with the intent that "literal string" include - instructions on the replacement function that should be used - instead. However, one of the reasons that a function is a - portability trap is if it has the wrong signature. Declaring - FUNCTION with a different signature in C is a compilation error, so - this macro must use the same type as any existing declaration so - that programs that avoid the problematic FUNCTION do not fail to - compile merely because they included a header that poisoned the - function. But this implies that _GL_WARN_ON_USE is only safe to - use if FUNCTION is known to already have a declaration. Use of - this macro implies that there must not be any other macro hiding - the declaration of FUNCTION; but undefining FUNCTION first is part - of the poisoning process anyway (although for symbols that are - provided only via a macro, the result is a compilation error rather - than a warning containing "literal string"). Also note that in - C++, it is only safe to use if FUNCTION has no overloads. - - For an example, it is possible to poison 'getline' by: - - adding a call to gl_WARN_ON_USE_PREPARE([[#include ]], - [getline]) in configure.ac, which potentially defines - HAVE_RAW_DECL_GETLINE - - adding this code to a header that wraps the system : - #undef getline - #if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" - "not universally present; use the gnulib module getline"); - #endif - - It is not possible to directly poison global variables. But it is - possible to write a wrapper accessor function, and poison that - (less common usage, like &environ, will cause a compilation error - rather than issue the nice warning, but the end result of informing - the developer about their portability problem is still achieved): - #if HAVE_RAW_DECL_ENVIRON - static char ***rpl_environ (void) { return &environ; } - _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); - # undef environ - # define environ (*rpl_environ ()) - #endif - */ - #ifndef _GL_WARN_ON_USE - - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - /* A compiler attribute is available in gcc versions 4.3.0 and later. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function __attribute__ ((__warning__ (message))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function - # else /* Unsupported. */ - # define _GL_WARN_ON_USE(function, message) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") - is like _GL_WARN_ON_USE (function, "string"), except that the function is - declared with the given prototype, consisting of return type, parameters, - and attributes. - This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does - not work in this case. */ - #ifndef _GL_WARN_ON_USE_CXX - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes \ - __attribute__ ((__warning__ (msg))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes - # else /* Unsupported. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_EXTERN_C declaration; - performs the declaration with C linkage. */ - #ifndef _GL_WARN_EXTERN_C - # if defined __cplusplus - # define _GL_WARN_EXTERN_C extern "C" - # else - # define _GL_WARN_EXTERN_C extern - # endif - #endif - - /* Macros for stringification. */ - #define _GL_STDIO_STRINGIZE(token) #token - #define _GL_STDIO_MACROEXPAND_AND_STRINGIZE(token) _GL_STDIO_STRINGIZE(token) - - /* When also using extern inline, suppress the use of static inline in - standard headers of problematic Apple configurations, as Libc at - least through Libc-825.26 (2013-04-09) mishandles it; see, e.g., - . - Perhaps Apple will fix this some day. */ - #if (defined _GL_EXTERN_INLINE_IN_USE && defined __APPLE__ \ - && defined __GNUC__ && defined __STDC__) - # undef putc_unlocked - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define dprintf rpl_dprintf - # endif - _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...)); - # else - # if !1 - _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...)); - # endif - _GL_CXXALIASWARN (dprintf); - #elif defined GNULIB_POSIXCHECK - # undef dprintf - # if HAVE_RAW_DECL_DPRINTF - _GL_WARN_ON_USE (dprintf, "dprintf is unportable - " - "use gnulib module dprintf for portability"); - # endif - #endif - - #if 0 - /* Close STREAM and its underlying file descriptor. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define fclose rpl_fclose - # endif - _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (fclose, int, (FILE *stream)); - # else - _GL_CXXALIAS_SYS (fclose, int, (FILE *stream)); - # endif - _GL_CXXALIASWARN (fclose); - #elif defined GNULIB_POSIXCHECK - # undef fclose - /* Assume fclose is always declared. */ - _GL_WARN_ON_USE (fclose, "fclose is not always POSIX compliant - " - "use gnulib module fclose for portable POSIX compliance"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fdopen - # define fdopen rpl_fdopen - # endif - _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode)); - # else - _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); - # endif - _GL_CXXALIASWARN (fdopen); - #elif defined GNULIB_POSIXCHECK - # undef fdopen - /* Assume fdopen is always declared. */ - _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - " - "use gnulib module fdopen for portability"); - #endif - - #if 0 - /* Flush all pending data on STREAM according to POSIX rules. Both - output and seekable input streams are supported. - Note! LOSS OF DATA can occur if fflush is applied on an input stream - that is _not_seekable_ or on an update stream that is _not_seekable_ - and in which the most recent operation was input. Seekability can - be tested with lseek(fileno(fp),0,SEEK_CUR). */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define fflush rpl_fflush - # endif - _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream)); - _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); - # else - _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); - # endif - _GL_CXXALIASWARN (fflush); - #elif defined GNULIB_POSIXCHECK - # undef fflush - /* Assume fflush is always declared. */ - _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - " - "use gnulib module fflush for portable POSIX compliance"); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fgetc - # define fgetc rpl_fgetc - # endif - _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); - # else - _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); - # endif - _GL_CXXALIASWARN (fgetc); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fgets - # define fgets rpl_fgets - # endif - _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream) - _GL_ARG_NONNULL ((1, 3))); - _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream)); - # else - _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream)); - # endif - _GL_CXXALIASWARN (fgets); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fopen - # define fopen rpl_fopen - # endif - _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode)); - # else - _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode)); - # endif - _GL_CXXALIASWARN (fopen); - #elif defined GNULIB_POSIXCHECK - # undef fopen - /* Assume fopen is always declared. */ - _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - " - "use gnulib module fopen for portability"); - #endif - - #if 0 || 1 - # if (0 && 0) \ - || (1 && 0 && (0 || 0)) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define fprintf rpl_fprintf - # endif - # define GNULIB_overrides_fprintf 1 - # if 0 || 0 - _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - # else - _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (2, 3) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...)); - # else - _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...)); - # endif - _GL_CXXALIASWARN (fprintf); - #endif - #if !0 && defined GNULIB_POSIXCHECK - # if !GNULIB_overrides_fprintf - # undef fprintf - # endif - /* Assume fprintf is always declared. */ - _GL_WARN_ON_USE (fprintf, "fprintf is not always POSIX compliant - " - "use gnulib module fprintf-posix for portable " - "POSIX compliance"); - #endif - - #if 0 - /* Discard all pending buffered I/O data on STREAM. - STREAM must not be wide-character oriented. - When discarding pending output, the file position is set back to where it - was before the write calls. When discarding pending input, the file - position is advanced to match the end of the previously read input. - Return 0 if successful. Upon error, return -1 and set errno. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define fpurge rpl_fpurge - # endif - _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream)); - # else - # if !1 - _GL_FUNCDECL_SYS (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream)); - # endif - _GL_CXXALIASWARN (fpurge); - #elif defined GNULIB_POSIXCHECK - # undef fpurge - # if HAVE_RAW_DECL_FPURGE - _GL_WARN_ON_USE (fpurge, "fpurge is not always present - " - "use gnulib module fpurge for portability"); - # endif - #endif - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fputc - # define fputc rpl_fputc - # endif - _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream)); - # else - _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream)); - # endif - _GL_CXXALIASWARN (fputc); - #endif - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fputs - # define fputs rpl_fputs - # endif - _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream)); - # else - _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream)); - # endif - _GL_CXXALIASWARN (fputs); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fread - # define fread rpl_fread - # endif - _GL_FUNCDECL_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream) - _GL_ARG_NONNULL ((4))); - _GL_CXXALIAS_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)); - # else - _GL_CXXALIAS_SYS (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)); - # endif - _GL_CXXALIASWARN (fread); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef freopen - # define freopen rpl_freopen - # endif - _GL_FUNCDECL_RPL (freopen, FILE *, - (const char *filename, const char *mode, FILE *stream) - _GL_ARG_NONNULL ((2, 3))); - _GL_CXXALIAS_RPL (freopen, FILE *, - (const char *filename, const char *mode, FILE *stream)); - # else - _GL_CXXALIAS_SYS (freopen, FILE *, - (const char *filename, const char *mode, FILE *stream)); - # endif - _GL_CXXALIASWARN (freopen); - #elif defined GNULIB_POSIXCHECK - # undef freopen - /* Assume freopen is always declared. */ - _GL_WARN_ON_USE (freopen, - "freopen on native Windows platforms is not POSIX compliant - " - "use gnulib module freopen for portability"); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fscanf - # define fscanf rpl_fscanf - # endif - _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (2, 3) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...)); - # else - _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...)); - # endif - _GL_CXXALIASWARN (fscanf); - #endif - - - /* Set up the following warnings, based on which modules are in use. - GNU Coding Standards discourage the use of fseek, since it imposes - an arbitrary limitation on some 32-bit hosts. Remember that the - fseek module depends on the fseeko module, so we only have three - cases to consider: - - 1. The developer is not using either module. Issue a warning under - GNULIB_POSIXCHECK for both functions, to remind them that both - functions have bugs on some systems. _GL_NO_LARGE_FILES has no - impact on this warning. - - 2. The developer is using both modules. They may be unaware of the - arbitrary limitations of fseek, so issue a warning under - GNULIB_POSIXCHECK. On the other hand, they may be using both - modules intentionally, so the developer can define - _GL_NO_LARGE_FILES in the compilation units where the use of fseek - is safe, to silence the warning. - - 3. The developer is using the fseeko module, but not fseek. Gnulib - guarantees that fseek will still work around platform bugs in that - case, but we presume that the developer is aware of the pitfalls of - fseek and was trying to avoid it, so issue a warning even when - GNULIB_POSIXCHECK is undefined. Again, _GL_NO_LARGE_FILES can be - defined to silence the warning in particular compilation units. - In C++ compilations with GNULIB_NAMESPACE, in order to avoid that - fseek gets defined as a macro, it is recommended that the developer - uses the fseek module, even if he is not calling the fseek function. - - Most gnulib clients that perform stream operations should fall into - category 3. */ - - #if 0 - # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES - # define _GL_FSEEK_WARN /* Category 2, above. */ - # undef fseek - # endif - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fseek - # define fseek rpl_fseek - # endif - _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence)); - # else - _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence)); - # endif - _GL_CXXALIASWARN (fseek); - #endif - - #if 0 - # if !0 && !defined _GL_NO_LARGE_FILES - # define _GL_FSEEK_WARN /* Category 3, above. */ - # undef fseek - # endif - # if 0 - /* Provide an fseeko function that is aware of a preceding fflush(), and which - detects pipes. */ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fseeko - # define fseeko rpl_fseeko - # endif - _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); - # endif - _GL_CXXALIASWARN (fseeko); - #elif defined GNULIB_POSIXCHECK - # define _GL_FSEEK_WARN /* Category 1, above. */ - # undef fseek - # undef fseeko - # if HAVE_RAW_DECL_FSEEKO - _GL_WARN_ON_USE (fseeko, "fseeko is unportable - " - "use gnulib module fseeko for portability"); - # endif - #endif - - #ifdef _GL_FSEEK_WARN - # undef _GL_FSEEK_WARN - /* Here, either fseek is undefined (but C89 guarantees that it is - declared), or it is defined as rpl_fseek (declared above). */ - _GL_WARN_ON_USE (fseek, "fseek cannot handle files larger than 4 GB " - "on 32-bit platforms - " - "use fseeko function for handling of large files"); - #endif - - - /* ftell, ftello. See the comments on fseek/fseeko. */ - - #if 0 - # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES - # define _GL_FTELL_WARN /* Category 2, above. */ - # undef ftell - # endif - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef ftell - # define ftell rpl_ftell - # endif - _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (ftell, long, (FILE *fp)); - # else - _GL_CXXALIAS_SYS (ftell, long, (FILE *fp)); - # endif - _GL_CXXALIASWARN (ftell); - #endif - - #if 0 - # if !0 && !defined _GL_NO_LARGE_FILES - # define _GL_FTELL_WARN /* Category 3, above. */ - # undef ftell - # endif - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef ftello - # define ftello rpl_ftello - # endif - _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp)); - # endif - _GL_CXXALIASWARN (ftello); - #elif defined GNULIB_POSIXCHECK - # define _GL_FTELL_WARN /* Category 1, above. */ - # undef ftell - # undef ftello - # if HAVE_RAW_DECL_FTELLO - _GL_WARN_ON_USE (ftello, "ftello is unportable - " - "use gnulib module ftello for portability"); - # endif - #endif - - #ifdef _GL_FTELL_WARN - # undef _GL_FTELL_WARN - /* Here, either ftell is undefined (but C89 guarantees that it is - declared), or it is defined as rpl_ftell (declared above). */ - _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB " - "on 32-bit platforms - " - "use ftello function for handling of large files"); - #endif - - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef fwrite - # define fwrite rpl_fwrite - # endif - _GL_FUNCDECL_RPL (fwrite, size_t, - (const void *ptr, size_t s, size_t n, FILE *stream) - _GL_ARG_NONNULL ((1, 4))); - _GL_CXXALIAS_RPL (fwrite, size_t, - (const void *ptr, size_t s, size_t n, FILE *stream)); - # else - _GL_CXXALIAS_SYS (fwrite, size_t, - (const void *ptr, size_t s, size_t n, FILE *stream)); - - /* Work around bug 11959 when fortifying glibc 2.4 through 2.15 - , - which sometimes causes an unwanted diagnostic for fwrite calls. - This affects only function declaration attributes under certain - versions of gcc and clang, and is not needed for C++. */ - # if (0 < __USE_FORTIFY_LEVEL \ - && __GLIBC__ == 2 && 4 <= __GLIBC_MINOR__ && __GLIBC_MINOR__ <= 15 \ - && 3 < __GNUC__ + (4 <= __GNUC_MINOR__) \ - && !defined __cplusplus) - # undef fwrite - # undef fwrite_unlocked - extern size_t __REDIRECT (rpl_fwrite, - (const void *__restrict, size_t, size_t, - FILE *__restrict), - fwrite); - extern size_t __REDIRECT (rpl_fwrite_unlocked, - (const void *__restrict, size_t, size_t, - FILE *__restrict), - fwrite_unlocked); - # define fwrite rpl_fwrite - # define fwrite_unlocked rpl_fwrite_unlocked - # endif - # endif - _GL_CXXALIASWARN (fwrite); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getc - # define getc rpl_fgetc - # endif - _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream)); - # else - _GL_CXXALIAS_SYS (getc, int, (FILE *stream)); - # endif - _GL_CXXALIASWARN (getc); - #endif - - #if 1 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getchar - # define getchar rpl_getchar - # endif - _GL_FUNCDECL_RPL (getchar, int, (void)); - _GL_CXXALIAS_RPL (getchar, int, (void)); - # else - _GL_CXXALIAS_SYS (getchar, int, (void)); - # endif - _GL_CXXALIASWARN (getchar); - #endif - - #if 1 - /* Read input, up to (and including) the next occurrence of DELIMITER, from - STREAM, store it in *LINEPTR (and NUL-terminate it). - *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE - bytes of space. It is realloc'd as necessary. - Return the number of bytes read and stored at *LINEPTR (not including the - NUL terminator), or -1 on error or EOF. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getdelim - # define getdelim rpl_getdelim - # endif - _GL_FUNCDECL_RPL (getdelim, ssize_t, - (char **lineptr, size_t *linesize, int delimiter, - FILE *stream) - _GL_ARG_NONNULL ((1, 2, 4))); - _GL_CXXALIAS_RPL (getdelim, ssize_t, - (char **lineptr, size_t *linesize, int delimiter, - FILE *stream)); - # else - # if !1 - _GL_FUNCDECL_SYS (getdelim, ssize_t, - (char **lineptr, size_t *linesize, int delimiter, - FILE *stream) - _GL_ARG_NONNULL ((1, 2, 4))); - # endif - _GL_CXXALIAS_SYS (getdelim, ssize_t, - (char **lineptr, size_t *linesize, int delimiter, - FILE *stream)); - # endif - _GL_CXXALIASWARN (getdelim); - #elif defined GNULIB_POSIXCHECK - # undef getdelim - # if HAVE_RAW_DECL_GETDELIM - _GL_WARN_ON_USE (getdelim, "getdelim is unportable - " - "use gnulib module getdelim for portability"); - # endif - #endif - - #if 1 - /* Read a line, up to (and including) the next newline, from STREAM, store it - in *LINEPTR (and NUL-terminate it). - *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE - bytes of space. It is realloc'd as necessary. - Return the number of bytes read and stored at *LINEPTR (not including the - NUL terminator), or -1 on error or EOF. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef getline - # define getline rpl_getline - # endif - _GL_FUNCDECL_RPL (getline, ssize_t, - (char **lineptr, size_t *linesize, FILE *stream) - _GL_ARG_NONNULL ((1, 2, 3))); - _GL_CXXALIAS_RPL (getline, ssize_t, - (char **lineptr, size_t *linesize, FILE *stream)); - # else - # if !1 - _GL_FUNCDECL_SYS (getline, ssize_t, - (char **lineptr, size_t *linesize, FILE *stream) - _GL_ARG_NONNULL ((1, 2, 3))); - # endif - _GL_CXXALIAS_SYS (getline, ssize_t, - (char **lineptr, size_t *linesize, FILE *stream)); - # endif - # if 1 - _GL_CXXALIASWARN (getline); - # endif - #elif defined GNULIB_POSIXCHECK - # undef getline - # if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is unportable - " - "use gnulib module getline for portability"); - # endif - #endif - - /* It is very rare that the developer ever has full control of stdin, - so any use of gets warrants an unconditional warning; besides, C11 - removed it. */ - #undef gets - #if HAVE_RAW_DECL_GETS && !defined __cplusplus - _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); - #endif - - #if 0 || 0 - struct obstack; - /* Grow an obstack with formatted output. Return the number of - bytes added to OBS. No trailing nul byte is added, and the - object should be closed with obstack_finish before use. Upon - memory allocation error, call obstack_alloc_failed_handler. Upon - other error, return -1. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define obstack_printf rpl_obstack_printf - # endif - _GL_FUNCDECL_RPL (obstack_printf, int, - (struct obstack *obs, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (obstack_printf, int, - (struct obstack *obs, const char *format, ...)); - # else - # if !1 - _GL_FUNCDECL_SYS (obstack_printf, int, - (struct obstack *obs, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (obstack_printf, int, - (struct obstack *obs, const char *format, ...)); - # endif - _GL_CXXALIASWARN (obstack_printf); - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define obstack_vprintf rpl_obstack_vprintf - # endif - _GL_FUNCDECL_RPL (obstack_vprintf, int, - (struct obstack *obs, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (obstack_vprintf, int, - (struct obstack *obs, const char *format, va_list args)); - # else - # if !1 - _GL_FUNCDECL_SYS (obstack_vprintf, int, - (struct obstack *obs, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (obstack_vprintf, int, - (struct obstack *obs, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (obstack_vprintf); - #endif - - #if 0 - # if !1 - _GL_FUNCDECL_SYS (pclose, int, (FILE *stream) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (pclose, int, (FILE *stream)); - _GL_CXXALIASWARN (pclose); - #elif defined GNULIB_POSIXCHECK - # undef pclose - # if HAVE_RAW_DECL_PCLOSE - _GL_WARN_ON_USE (pclose, "pclose is unportable - " - "use gnulib module pclose for more portability"); - # endif - #endif - - #if 0 - /* Print a message to standard error, describing the value of ERRNO, - (if STRING is not NULL and not empty) prefixed with STRING and ": ", - and terminated with a newline. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define perror rpl_perror - # endif - _GL_FUNCDECL_RPL (perror, void, (const char *string)); - _GL_CXXALIAS_RPL (perror, void, (const char *string)); - # else - _GL_CXXALIAS_SYS (perror, void, (const char *string)); - # endif - _GL_CXXALIASWARN (perror); - #elif defined GNULIB_POSIXCHECK - # undef perror - /* Assume perror is always declared. */ - _GL_WARN_ON_USE (perror, "perror is not always POSIX compliant - " - "use gnulib module perror for portability"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef popen - # define popen rpl_popen - # endif - _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode)); - # else - # if !1 - _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode)); - # endif - _GL_CXXALIASWARN (popen); - #elif defined GNULIB_POSIXCHECK - # undef popen - # if HAVE_RAW_DECL_POPEN - _GL_WARN_ON_USE (popen, "popen is buggy on some platforms - " - "use gnulib module popen or pipe for more portability"); - # endif - #endif - - #if 0 || 1 - # if (0 && 0) \ - || (1 && 0 && (0 || 0)) - # if defined __GNUC__ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - /* Don't break __attribute__((format(printf,M,N))). */ - # define printf __printf__ - # endif - # if 0 || 0 - _GL_FUNCDECL_RPL_1 (__printf__, int, - (const char *format, ...) - __asm__ ( - _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_printf)) - _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) - _GL_ARG_NONNULL ((1))); - # else - _GL_FUNCDECL_RPL_1 (__printf__, int, - (const char *format, ...) - __asm__ ( - _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_printf)) - _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (1, 2) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...)); - # else - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define printf rpl_printf - # endif - _GL_FUNCDECL_RPL (printf, int, - (const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (printf, int, (const char *format, ...)); - # endif - # define GNULIB_overrides_printf 1 - # else - _GL_CXXALIAS_SYS (printf, int, (const char *format, ...)); - # endif - _GL_CXXALIASWARN (printf); - #endif - #if !0 && defined GNULIB_POSIXCHECK - # if !GNULIB_overrides_printf - # undef printf - # endif - /* Assume printf is always declared. */ - _GL_WARN_ON_USE (printf, "printf is not always POSIX compliant - " - "use gnulib module printf-posix for portable " - "POSIX compliance"); - #endif - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef putc - # define putc rpl_fputc - # endif - _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream)); - # else - _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream)); - # endif - _GL_CXXALIASWARN (putc); - #endif - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef putchar - # define putchar rpl_putchar - # endif - _GL_FUNCDECL_RPL (putchar, int, (int c)); - _GL_CXXALIAS_RPL (putchar, int, (int c)); - # else - _GL_CXXALIAS_SYS (putchar, int, (int c)); - # endif - _GL_CXXALIASWARN (putchar); - #endif - - #if 1 - # if 0 && (0 || 0) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef puts - # define puts rpl_puts - # endif - _GL_FUNCDECL_RPL (puts, int, (const char *string) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (puts, int, (const char *string)); - # else - _GL_CXXALIAS_SYS (puts, int, (const char *string)); - # endif - _GL_CXXALIASWARN (puts); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef remove - # define remove rpl_remove - # endif - _GL_FUNCDECL_RPL (remove, int, (const char *name) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (remove, int, (const char *name)); - # else - _GL_CXXALIAS_SYS (remove, int, (const char *name)); - # endif - _GL_CXXALIASWARN (remove); - #elif defined GNULIB_POSIXCHECK - # undef remove - /* Assume remove is always declared. */ - _GL_WARN_ON_USE (remove, "remove cannot handle directories on some platforms - " - "use gnulib module remove for more portability"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef rename - # define rename rpl_rename - # endif - _GL_FUNCDECL_RPL (rename, int, - (const char *old_filename, const char *new_filename) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (rename, int, - (const char *old_filename, const char *new_filename)); - # else - _GL_CXXALIAS_SYS (rename, int, - (const char *old_filename, const char *new_filename)); - # endif - _GL_CXXALIASWARN (rename); - #elif defined GNULIB_POSIXCHECK - # undef rename - /* Assume rename is always declared. */ - _GL_WARN_ON_USE (rename, "rename is buggy on some platforms - " - "use gnulib module rename for more portability"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef renameat - # define renameat rpl_renameat - # endif - _GL_FUNCDECL_RPL (renameat, int, - (int fd1, char const *file1, int fd2, char const *file2) - _GL_ARG_NONNULL ((2, 4))); - _GL_CXXALIAS_RPL (renameat, int, - (int fd1, char const *file1, int fd2, char const *file2)); - # else - # if !1 - _GL_FUNCDECL_SYS (renameat, int, - (int fd1, char const *file1, int fd2, char const *file2) - _GL_ARG_NONNULL ((2, 4))); - # endif - _GL_CXXALIAS_SYS (renameat, int, - (int fd1, char const *file1, int fd2, char const *file2)); - # endif - _GL_CXXALIASWARN (renameat); - #elif defined GNULIB_POSIXCHECK - # undef renameat - # if HAVE_RAW_DECL_RENAMEAT - _GL_WARN_ON_USE (renameat, "renameat is not portable - " - "use gnulib module renameat for portability"); - # endif - #endif - - #if 1 - # if 0 && 0 - # if defined __GNUC__ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef scanf - /* Don't break __attribute__((format(scanf,M,N))). */ - # define scanf __scanf__ - # endif - _GL_FUNCDECL_RPL_1 (__scanf__, int, - (const char *format, ...) - __asm__ ( - _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_scanf)) - _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 2) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL_1 (scanf, __scanf__, int, (const char *format, ...)); - # else - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef scanf - # define scanf rpl_scanf - # endif - _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...) - _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 2) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...)); - # endif - # else - _GL_CXXALIAS_SYS (scanf, int, (const char *format, ...)); - # endif - _GL_CXXALIASWARN (scanf); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define snprintf rpl_snprintf - # endif - _GL_FUNCDECL_RPL (snprintf, int, - (char *str, size_t size, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (3, 4) - _GL_ARG_NONNULL ((3))); - _GL_CXXALIAS_RPL (snprintf, int, - (char *str, size_t size, const char *format, ...)); - # else - # if !1 - _GL_FUNCDECL_SYS (snprintf, int, - (char *str, size_t size, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (3, 4) - _GL_ARG_NONNULL ((3))); - # endif - _GL_CXXALIAS_SYS (snprintf, int, - (char *str, size_t size, const char *format, ...)); - # endif - _GL_CXXALIASWARN (snprintf); - #elif defined GNULIB_POSIXCHECK - # undef snprintf - # if HAVE_RAW_DECL_SNPRINTF - _GL_WARN_ON_USE (snprintf, "snprintf is unportable - " - "use gnulib module snprintf for portability"); - # endif - #endif - - /* Some people would argue that all sprintf uses should be warned about - (for example, OpenBSD issues a link warning for it), - since it can cause security holes due to buffer overruns. - However, we believe that sprintf can be used safely, and is more - efficient than snprintf in those safe cases; and as proof of our - belief, we use sprintf in several gnulib modules. So this header - intentionally avoids adding a warning to sprintf except when - GNULIB_POSIXCHECK is defined. */ - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define sprintf rpl_sprintf - # endif - _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...)); - # else - _GL_CXXALIAS_SYS (sprintf, int, (char *str, const char *format, ...)); - # endif - _GL_CXXALIASWARN (sprintf); - #elif defined GNULIB_POSIXCHECK - # undef sprintf - /* Assume sprintf is always declared. */ - _GL_WARN_ON_USE (sprintf, "sprintf is not always POSIX compliant - " - "use gnulib module sprintf-posix for portable " - "POSIX compliance"); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define tmpfile rpl_tmpfile - # endif - _GL_FUNCDECL_RPL (tmpfile, FILE *, (void)); - _GL_CXXALIAS_RPL (tmpfile, FILE *, (void)); - # else - _GL_CXXALIAS_SYS (tmpfile, FILE *, (void)); - # endif - _GL_CXXALIASWARN (tmpfile); - #elif defined GNULIB_POSIXCHECK - # undef tmpfile - # if HAVE_RAW_DECL_TMPFILE - _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - " - "use gnulib module tmpfile for portability"); - # endif - #endif - - #if 1 - /* Write formatted output to a string dynamically allocated with malloc(). - If the memory allocation succeeds, store the address of the string in - *RESULT and return the number of resulting bytes, excluding the trailing - NUL. Upon memory allocation error, or some other error, return -1. */ - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define asprintf rpl_asprintf - # endif - _GL_FUNCDECL_RPL (asprintf, int, - (char **result, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (asprintf, int, - (char **result, const char *format, ...)); - # else - # if !1 - _GL_FUNCDECL_SYS (asprintf, int, - (char **result, const char *format, ...) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (asprintf, int, - (char **result, const char *format, ...)); - # endif - _GL_CXXALIASWARN (asprintf); - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vasprintf rpl_vasprintf - # endif - _GL_FUNCDECL_RPL (vasprintf, int, - (char **result, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (vasprintf, int, - (char **result, const char *format, va_list args)); - # else - # if !1 - _GL_FUNCDECL_SYS (vasprintf, int, - (char **result, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (vasprintf, int, - (char **result, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vasprintf); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vdprintf rpl_vdprintf - # endif - _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args)); - # else - # if !1 - _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((2))); - # endif - /* Need to cast, because on Solaris, the third parameter will likely be - __va_list args. */ - _GL_CXXALIAS_SYS_CAST (vdprintf, int, - (int fd, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vdprintf); - #elif defined GNULIB_POSIXCHECK - # undef vdprintf - # if HAVE_RAW_DECL_VDPRINTF - _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - " - "use gnulib module vdprintf for portability"); - # endif - #endif - - #if 0 || 1 - # if (0 && 0) \ - || (1 && 0 && (0 || 0)) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vfprintf rpl_vfprintf - # endif - # define GNULIB_overrides_vfprintf 1 - # if 0 - _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - # else - _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (2, 0) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)); - # else - /* Need to cast, because on Solaris, the third parameter is - __va_list args - and GCC's fixincludes did not change this to __gnuc_va_list. */ - _GL_CXXALIAS_SYS_CAST (vfprintf, int, - (FILE *fp, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vfprintf); - #endif - #if !0 && defined GNULIB_POSIXCHECK - # if !GNULIB_overrides_vfprintf - # undef vfprintf - # endif - /* Assume vfprintf is always declared. */ - _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - " - "use gnulib module vfprintf-posix for portable " - "POSIX compliance"); - #endif - - #if 0 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef vfscanf - # define vfscanf rpl_vfscanf - # endif - _GL_FUNCDECL_RPL (vfscanf, int, - (FILE *stream, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (2, 0) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (vfscanf, int, - (FILE *stream, const char *format, va_list args)); - # else - _GL_CXXALIAS_SYS (vfscanf, int, - (FILE *stream, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vfscanf); - #endif - - #if 0 || 1 - # if (0 && 0) \ - || (1 && 0 && (0 || 0)) - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vprintf rpl_vprintf - # endif - # define GNULIB_overrides_vprintf 1 - # if 0 || 0 - _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (1, 0) - _GL_ARG_NONNULL ((1))); - # else - _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (1, 0) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args)); - # else - /* Need to cast, because on Solaris, the second parameter is - __va_list args - and GCC's fixincludes did not change this to __gnuc_va_list. */ - _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vprintf); - #endif - #if !0 && defined GNULIB_POSIXCHECK - # if !GNULIB_overrides_vprintf - # undef vprintf - # endif - /* Assume vprintf is always declared. */ - _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - " - "use gnulib module vprintf-posix for portable " - "POSIX compliance"); - #endif - - #if 0 - # if 0 && 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef vscanf - # define vscanf rpl_vscanf - # endif - _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 0) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args)); - # else - _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vscanf); - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vsnprintf rpl_vsnprintf - # endif - _GL_FUNCDECL_RPL (vsnprintf, int, - (char *str, size_t size, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) - _GL_ARG_NONNULL ((3))); - _GL_CXXALIAS_RPL (vsnprintf, int, - (char *str, size_t size, const char *format, va_list args)); - # else - # if !1 - _GL_FUNCDECL_SYS (vsnprintf, int, - (char *str, size_t size, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) - _GL_ARG_NONNULL ((3))); - # endif - _GL_CXXALIAS_SYS (vsnprintf, int, - (char *str, size_t size, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vsnprintf); - #elif defined GNULIB_POSIXCHECK - # undef vsnprintf - # if HAVE_RAW_DECL_VSNPRINTF - _GL_WARN_ON_USE (vsnprintf, "vsnprintf is unportable - " - "use gnulib module vsnprintf for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define vsprintf rpl_vsprintf - # endif - _GL_FUNCDECL_RPL (vsprintf, int, - (char *str, const char *format, va_list args) - _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (vsprintf, int, - (char *str, const char *format, va_list args)); - # else - /* Need to cast, because on Solaris, the third parameter is - __va_list args - and GCC's fixincludes did not change this to __gnuc_va_list. */ - _GL_CXXALIAS_SYS_CAST (vsprintf, int, - (char *str, const char *format, va_list args)); - # endif - _GL_CXXALIASWARN (vsprintf); - #elif defined GNULIB_POSIXCHECK - # undef vsprintf - /* Assume vsprintf is always declared. */ - _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - " - "use gnulib module vsprintf-posix for portable " - "POSIX compliance"); - #endif - - #endif /* _GL_STDIO_H */ - #endif /* _GL_STDIO_H */ - #endif --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/string.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/string.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/string.h 2017-07-03 17:45:47.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/string.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1498 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A GNU-like . - - Copyright (C) 1995-1996, 2001-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see . */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #if defined _GL_ALREADY_INCLUDING_STRING_H - /* Special invocation convention: - - On OS X/NetBSD we have a sequence of nested includes - -> -> "string.h" - In this situation system _chk variants due to -D_FORTIFY_SOURCE - might be used after any replacements defined here. */ - - #include_next - - #else - /* Normal invocation convention. */ - - #ifndef _GL_STRING_H - - #define _GL_ALREADY_INCLUDING_STRING_H - - /* The include_next requires a split double-inclusion guard. */ - #include_next - - #undef _GL_ALREADY_INCLUDING_STRING_H - - #ifndef _GL_STRING_H - #define _GL_STRING_H - - /* NetBSD 5.0 mis-defines NULL. */ - #include - - /* MirBSD defines mbslen as a macro. */ - #if 0 && defined __MirBSD__ - # include - #endif - - /* The __attribute__ feature is available in gcc versions 2.5 and later. - The attribute __pure__ was added in gcc 2.96. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) - # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) - #else - # define _GL_ATTRIBUTE_PURE /* empty */ - #endif - - /* NetBSD 5.0 declares strsignal in , not in . */ - /* But in any case avoid namespace pollution on glibc systems. */ - #if (0 || defined GNULIB_POSIXCHECK) && defined __NetBSD__ \ - && ! defined __GLIBC__ - # include - #endif - - /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ - /* C++ compatible function declaration macros. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - - #ifndef _GL_CXXDEFS_H - #define _GL_CXXDEFS_H - - /* Begin/end the GNULIB_NAMESPACE namespace. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { - # define _GL_END_NAMESPACE } - #else - # define _GL_BEGIN_NAMESPACE - # define _GL_END_NAMESPACE - #endif - - /* The three most frequent use cases of these macros are: - - * For providing a substitute for a function that is missing on some - platforms, but is declared and works fine on the platforms on which - it exists: - - #if @GNULIB_FOO@ - # if !@HAVE_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on all platforms, - but is broken/insufficient and needs to be replaced on some platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on some platforms - but is broken/insufficient and needs to be replaced on some of them and - is additionally either missing or undeclared on some other platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - */ - - /* _GL_EXTERN_C declaration; - performs the declaration with C linkage. */ - #if defined __cplusplus - # define _GL_EXTERN_C extern "C" - #else - # define _GL_EXTERN_C extern - #endif - - /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); - declares a replacement function, named rpl_func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ - _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) - #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype rpl_func parameters_and_attributes - - /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); - declares the system function, named func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype func parameters_and_attributes - - /* _GL_CXXALIAS_RPL (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to rpl_func, if GNULIB_NAMESPACE is defined. - Example: - _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); - - Wrapping rpl_func in an object with an inline conversion operator - avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ - _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::rpl_func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); - is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); - except that the C function rpl_func may have a slightly different - declaration. A cast is used to silence the "invalid conversion" error - that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast(::rpl_func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to the system provided function func, if GNULIB_NAMESPACE - is defined. - Example: - _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); - - Wrapping func in an object with an inline conversion operator - avoids a reference to func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function func may have a slightly different declaration. - A cast is used to silence the "invalid conversion" error that would - otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast(::func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function is picked among a set of overloaded functions, - namely the one with rettype2 and parameters2. Two consecutive casts - are used to silence the "cannot find a match" and "invalid conversion" - errors that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - /* The outer cast must be a reinterpret_cast. - The inner cast: When the function is defined as a set of overloaded - functions, it works as a static_cast<>, choosing the designated variant. - When the function is defined as a single variant, it works as a - reinterpret_cast<>. The parenthesized cast syntax works both ways. */ - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast((rettype2 (*) parameters2)(::func)); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN (func); - causes a warning to be emitted when ::func is used but not when - GNULIB_NAMESPACE::func is used. func must be defined without overloaded - variants. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN(func) \ - _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN_1(func,namespace) \ - _GL_CXXALIASWARN_2 (func, namespace) - /* To work around GCC bug , - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_WARN_ON_USE (func, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN_2(func,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN(func) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); - causes a warning to be emitted when the given overloaded variant of ::func - is used but not when GNULIB_NAMESPACE::func is used. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ - GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ - _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) - /* To work around GCC bug , - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - #endif /* _GL_CXXDEFS_H */ - - /* The definition of _GL_ARG_NONNULL is copied here. */ - /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - - /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools - that the values passed as arguments n, ..., m must be non-NULL pointers. - n = 1 stands for the first argument, n = 2 for the second argument etc. */ - #ifndef _GL_ARG_NONNULL - # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 - # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) - # else - # define _GL_ARG_NONNULL(params) - # endif - #endif - - /* The definition of _GL_WARN_ON_USE is copied here. */ - /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - - /* _GL_WARN_ON_USE (function, "literal string") issues a declaration - for FUNCTION which will then trigger a compiler warning containing - the text of "literal string" anywhere that function is called, if - supported by the compiler. If the compiler does not support this - feature, the macro expands to an unused extern declaration. - - This macro is useful for marking a function as a potential - portability trap, with the intent that "literal string" include - instructions on the replacement function that should be used - instead. However, one of the reasons that a function is a - portability trap is if it has the wrong signature. Declaring - FUNCTION with a different signature in C is a compilation error, so - this macro must use the same type as any existing declaration so - that programs that avoid the problematic FUNCTION do not fail to - compile merely because they included a header that poisoned the - function. But this implies that _GL_WARN_ON_USE is only safe to - use if FUNCTION is known to already have a declaration. Use of - this macro implies that there must not be any other macro hiding - the declaration of FUNCTION; but undefining FUNCTION first is part - of the poisoning process anyway (although for symbols that are - provided only via a macro, the result is a compilation error rather - than a warning containing "literal string"). Also note that in - C++, it is only safe to use if FUNCTION has no overloads. - - For an example, it is possible to poison 'getline' by: - - adding a call to gl_WARN_ON_USE_PREPARE([[#include ]], - [getline]) in configure.ac, which potentially defines - HAVE_RAW_DECL_GETLINE - - adding this code to a header that wraps the system : - #undef getline - #if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" - "not universally present; use the gnulib module getline"); - #endif - - It is not possible to directly poison global variables. But it is - possible to write a wrapper accessor function, and poison that - (less common usage, like &environ, will cause a compilation error - rather than issue the nice warning, but the end result of informing - the developer about their portability problem is still achieved): - #if HAVE_RAW_DECL_ENVIRON - static char ***rpl_environ (void) { return &environ; } - _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); - # undef environ - # define environ (*rpl_environ ()) - #endif - */ - #ifndef _GL_WARN_ON_USE - - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - /* A compiler attribute is available in gcc versions 4.3.0 and later. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function __attribute__ ((__warning__ (message))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function - # else /* Unsupported. */ - # define _GL_WARN_ON_USE(function, message) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") - is like _GL_WARN_ON_USE (function, "string"), except that the function is - declared with the given prototype, consisting of return type, parameters, - and attributes. - This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does - not work in this case. */ - #ifndef _GL_WARN_ON_USE_CXX - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes \ - __attribute__ ((__warning__ (msg))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes - # else /* Unsupported. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_EXTERN_C declaration; - performs the declaration with C linkage. */ - #ifndef _GL_WARN_EXTERN_C - # if defined __cplusplus - # define _GL_WARN_EXTERN_C extern "C" - # else - # define _GL_WARN_EXTERN_C extern - # endif - #endif - - - /* Find the index of the least-significant set bit. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (ffsl, int, (long int i)); - # endif - _GL_CXXALIAS_SYS (ffsl, int, (long int i)); - _GL_CXXALIASWARN (ffsl); - #elif defined GNULIB_POSIXCHECK - # undef ffsl - # if HAVE_RAW_DECL_FFSL - _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module"); - # endif - #endif - - - /* Find the index of the least-significant set bit. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (ffsll, int, (long long int i)); - # endif - _GL_CXXALIAS_SYS (ffsll, int, (long long int i)); - _GL_CXXALIASWARN (ffsll); - #elif defined GNULIB_POSIXCHECK - # undef ffsll - # if HAVE_RAW_DECL_FFSLL - _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module"); - # endif - #endif - - - /* Return the first instance of C within N bytes of S, or NULL. */ - #if 1 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define memchr rpl_memchr - # endif - _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C" { const void * std::memchr (const void *, int, size_t); } - extern "C++" { void * std::memchr (void *, int, size_t); } */ - _GL_CXXALIAS_SYS_CAST2 (memchr, - void *, (void const *__s, int __c, size_t __n), - void const *, (void const *__s, int __c, size_t __n)); - # endif - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n)); - _GL_CXXALIASWARN1 (memchr, void const *, - (void const *__s, int __c, size_t __n)); - # else - _GL_CXXALIASWARN (memchr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef memchr - /* Assume memchr is always declared. */ - _GL_WARN_ON_USE (memchr, "memchr has platform-specific bugs - " - "use gnulib module memchr for portability" ); - #endif - - /* Return the first occurrence of NEEDLE in HAYSTACK. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define memmem rpl_memmem - # endif - _GL_FUNCDECL_RPL (memmem, void *, - (void const *__haystack, size_t __haystack_len, - void const *__needle, size_t __needle_len) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 3))); - _GL_CXXALIAS_RPL (memmem, void *, - (void const *__haystack, size_t __haystack_len, - void const *__needle, size_t __needle_len)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (memmem, void *, - (void const *__haystack, size_t __haystack_len, - void const *__needle, size_t __needle_len) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 3))); - # endif - _GL_CXXALIAS_SYS (memmem, void *, - (void const *__haystack, size_t __haystack_len, - void const *__needle, size_t __needle_len)); - # endif - _GL_CXXALIASWARN (memmem); - #elif defined GNULIB_POSIXCHECK - # undef memmem - # if HAVE_RAW_DECL_MEMMEM - _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - " - "use gnulib module memmem-simple for portability, " - "and module memmem for speed" ); - # endif - #endif - - /* Copy N bytes of SRC to DEST, return pointer to bytes after the - last written byte. */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (mempcpy, void *, - (void *restrict __dest, void const *restrict __src, - size_t __n) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (mempcpy, void *, - (void *restrict __dest, void const *restrict __src, - size_t __n)); - _GL_CXXALIASWARN (mempcpy); - #elif defined GNULIB_POSIXCHECK - # undef mempcpy - # if HAVE_RAW_DECL_MEMPCPY - _GL_WARN_ON_USE (mempcpy, "mempcpy is unportable - " - "use gnulib module mempcpy for portability"); - # endif - #endif - - /* Search backwards through a block for a byte (specified as an int). */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { const void * std::memrchr (const void *, int, size_t); } - extern "C++" { void * std::memrchr (void *, int, size_t); } */ - _GL_CXXALIAS_SYS_CAST2 (memrchr, - void *, (void const *, int, size_t), - void const *, (void const *, int, size_t)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t)); - _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t)); - # else - _GL_CXXALIASWARN (memrchr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef memrchr - # if HAVE_RAW_DECL_MEMRCHR - _GL_WARN_ON_USE (memrchr, "memrchr is unportable - " - "use gnulib module memrchr for portability"); - # endif - #endif - - /* Find the first occurrence of C in S. More efficient than - memchr(S,C,N), at the expense of undefined behavior if C does not - occur within N bytes. */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (rawmemchr, void *, (void const *__s, int __c_in) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { const void * std::rawmemchr (const void *, int); } - extern "C++" { void * std::rawmemchr (void *, int); } */ - _GL_CXXALIAS_SYS_CAST2 (rawmemchr, - void *, (void const *__s, int __c_in), - void const *, (void const *__s, int __c_in)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (rawmemchr, void *, (void *__s, int __c_in)); - _GL_CXXALIASWARN1 (rawmemchr, void const *, (void const *__s, int __c_in)); - # else - _GL_CXXALIASWARN (rawmemchr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef rawmemchr - # if HAVE_RAW_DECL_RAWMEMCHR - _GL_WARN_ON_USE (rawmemchr, "rawmemchr is unportable - " - "use gnulib module rawmemchr for portability"); - # endif - #endif - - /* Copy SRC to DST, returning the address of the terminating '\0' in DST. */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (stpcpy, char *, - (char *restrict __dst, char const *restrict __src) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (stpcpy, char *, - (char *restrict __dst, char const *restrict __src)); - _GL_CXXALIASWARN (stpcpy); - #elif defined GNULIB_POSIXCHECK - # undef stpcpy - # if HAVE_RAW_DECL_STPCPY - _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - " - "use gnulib module stpcpy for portability"); - # endif - #endif - - /* Copy no more than N bytes of SRC to DST, returning a pointer past the - last non-NUL byte written into DST. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef stpncpy - # define stpncpy rpl_stpncpy - # endif - _GL_FUNCDECL_RPL (stpncpy, char *, - (char *restrict __dst, char const *restrict __src, - size_t __n) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (stpncpy, char *, - (char *restrict __dst, char const *restrict __src, - size_t __n)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (stpncpy, char *, - (char *restrict __dst, char const *restrict __src, - size_t __n) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (stpncpy, char *, - (char *restrict __dst, char const *restrict __src, - size_t __n)); - # endif - _GL_CXXALIASWARN (stpncpy); - #elif defined GNULIB_POSIXCHECK - # undef stpncpy - # if HAVE_RAW_DECL_STPNCPY - _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - " - "use gnulib module stpncpy for portability"); - # endif - #endif - - #if defined GNULIB_POSIXCHECK - /* strchr() does not work with multibyte strings if the locale encoding is - GB18030 and the character to be searched is a digit. */ - # undef strchr - /* Assume strchr is always declared. */ - _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings " - "in some multibyte locales - " - "use mbschr if you care about internationalization"); - #endif - - /* Find the first occurrence of C in S or the final NUL byte. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define strchrnul rpl_strchrnul - # endif - _GL_FUNCDECL_RPL (strchrnul, char *, (const char *__s, int __c_in) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (strchrnul, char *, - (const char *str, int ch)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (strchrnul, char *, (char const *__s, int __c_in) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { const char * std::strchrnul (const char *, int); } - extern "C++" { char * std::strchrnul (char *, int); } */ - _GL_CXXALIAS_SYS_CAST2 (strchrnul, - char *, (char const *__s, int __c_in), - char const *, (char const *__s, int __c_in)); - # endif - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (strchrnul, char *, (char *__s, int __c_in)); - _GL_CXXALIASWARN1 (strchrnul, char const *, (char const *__s, int __c_in)); - # else - _GL_CXXALIASWARN (strchrnul); - # endif - #elif defined GNULIB_POSIXCHECK - # undef strchrnul - # if HAVE_RAW_DECL_STRCHRNUL - _GL_WARN_ON_USE (strchrnul, "strchrnul is unportable - " - "use gnulib module strchrnul for portability"); - # endif - #endif - - /* Duplicate S, returning an identical malloc'd string. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strdup - # define strdup rpl_strdup - # endif - _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (strdup, char *, (char const *__s)); - # else - # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup - /* strdup exists as a function and as a macro. Get rid of the macro. */ - # undef strdup - # endif - # if !(1 || defined strdup) - _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (strdup, char *, (char const *__s)); - # endif - _GL_CXXALIASWARN (strdup); - #elif defined GNULIB_POSIXCHECK - # undef strdup - # if HAVE_RAW_DECL_STRDUP - _GL_WARN_ON_USE (strdup, "strdup is unportable - " - "use gnulib module strdup for portability"); - # endif - #endif - - /* Append no more than N characters from SRC onto DEST. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strncat - # define strncat rpl_strncat - # endif - _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n) - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n)); - # else - _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n)); - # endif - _GL_CXXALIASWARN (strncat); - #elif defined GNULIB_POSIXCHECK - # undef strncat - # if HAVE_RAW_DECL_STRNCAT - _GL_WARN_ON_USE (strncat, "strncat is unportable - " - "use gnulib module strncat for portability"); - # endif - #endif - - /* Return a newly allocated copy of at most N bytes of STRING. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strndup - # define strndup rpl_strndup - # endif - _GL_FUNCDECL_RPL (strndup, char *, (char const *__s, size_t __n) - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (strndup, char *, (char const *__s, size_t __n)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (strndup, char *, (char const *__s, size_t __n) - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (strndup, char *, (char const *__s, size_t __n)); - # endif - _GL_CXXALIASWARN (strndup); - #elif defined GNULIB_POSIXCHECK - # undef strndup - # if HAVE_RAW_DECL_STRNDUP - _GL_WARN_ON_USE (strndup, "strndup is unportable - " - "use gnulib module strndup for portability"); - # endif - #endif - - /* Find the length (number of bytes) of STRING, but scan at most - MAXLEN bytes. If no '\0' terminator is found in that many bytes, - return MAXLEN. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strnlen - # define strnlen rpl_strnlen - # endif - _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__s, size_t __maxlen) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__s, size_t __maxlen)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__s, size_t __maxlen) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - # endif - _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__s, size_t __maxlen)); - # endif - _GL_CXXALIASWARN (strnlen); - #elif defined GNULIB_POSIXCHECK - # undef strnlen - # if HAVE_RAW_DECL_STRNLEN - _GL_WARN_ON_USE (strnlen, "strnlen is unportable - " - "use gnulib module strnlen for portability"); - # endif - #endif - - #if defined GNULIB_POSIXCHECK - /* strcspn() assumes the second argument is a list of single-byte characters. - Even in this simple case, it does not work with multibyte strings if the - locale encoding is GB18030 and one of the characters to be searched is a - digit. */ - # undef strcspn - /* Assume strcspn is always declared. */ - _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings " - "in multibyte locales - " - "use mbscspn if you care about internationalization"); - #endif - - /* Find the first occurrence in S of any character in ACCEPT. */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C" { const char * strpbrk (const char *, const char *); } - extern "C++" { char * strpbrk (char *, const char *); } */ - _GL_CXXALIAS_SYS_CAST2 (strpbrk, - char *, (char const *__s, char const *__accept), - const char *, (char const *__s, char const *__accept)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept)); - _GL_CXXALIASWARN1 (strpbrk, char const *, - (char const *__s, char const *__accept)); - # else - _GL_CXXALIASWARN (strpbrk); - # endif - # if defined GNULIB_POSIXCHECK - /* strpbrk() assumes the second argument is a list of single-byte characters. - Even in this simple case, it does not work with multibyte strings if the - locale encoding is GB18030 and one of the characters to be searched is a - digit. */ - # undef strpbrk - _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings " - "in multibyte locales - " - "use mbspbrk if you care about internationalization"); - # endif - #elif defined GNULIB_POSIXCHECK - # undef strpbrk - # if HAVE_RAW_DECL_STRPBRK - _GL_WARN_ON_USE (strpbrk, "strpbrk is unportable - " - "use gnulib module strpbrk for portability"); - # endif - #endif - - #if defined GNULIB_POSIXCHECK - /* strspn() assumes the second argument is a list of single-byte characters. - Even in this simple case, it cannot work with multibyte strings. */ - # undef strspn - /* Assume strspn is always declared. */ - _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " - "in multibyte locales - " - "use mbsspn if you care about internationalization"); - #endif - - #if defined GNULIB_POSIXCHECK - /* strrchr() does not work with multibyte strings if the locale encoding is - GB18030 and the character to be searched is a digit. */ - # undef strrchr - /* Assume strrchr is always declared. */ - _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings " - "in some multibyte locales - " - "use mbsrchr if you care about internationalization"); - #endif - - /* Search the next delimiter (char listed in DELIM) starting at *STRINGP. - If one is found, overwrite it with a NUL, and advance *STRINGP - to point to the next char after it. Otherwise, set *STRINGP to NULL. - If *STRINGP was already NULL, nothing happens. - Return the old value of *STRINGP. - - This is a variant of strtok() that is multithread-safe and supports - empty fields. - - Caveat: It modifies the original string. - Caveat: These functions cannot be used on constant strings. - Caveat: The identity of the delimiting character is lost. - Caveat: It doesn't work with multibyte strings unless all of the delimiter - characters are ASCII characters < 0x30. - - See also strtok_r(). */ - #if 0 - # if ! 1 - _GL_FUNCDECL_SYS (strsep, char *, - (char **restrict __stringp, char const *restrict __delim) - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (strsep, char *, - (char **restrict __stringp, char const *restrict __delim)); - _GL_CXXALIASWARN (strsep); - # if defined GNULIB_POSIXCHECK - # undef strsep - _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings " - "in multibyte locales - " - "use mbssep if you care about internationalization"); - # endif - #elif defined GNULIB_POSIXCHECK - # undef strsep - # if HAVE_RAW_DECL_STRSEP - _GL_WARN_ON_USE (strsep, "strsep is unportable - " - "use gnulib module strsep for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define strstr rpl_strstr - # endif - _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); - # else - /* On some systems, this function is defined as an overloaded function: - extern "C++" { const char * strstr (const char *, const char *); } - extern "C++" { char * strstr (char *, const char *); } */ - _GL_CXXALIAS_SYS_CAST2 (strstr, - char *, (const char *haystack, const char *needle), - const char *, (const char *haystack, const char *needle)); - # endif - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle)); - _GL_CXXALIASWARN1 (strstr, const char *, - (const char *haystack, const char *needle)); - # else - _GL_CXXALIASWARN (strstr); - # endif - #elif defined GNULIB_POSIXCHECK - /* strstr() does not work with multibyte strings if the locale encoding is - different from UTF-8: - POSIX says that it operates on "strings", and "string" in POSIX is defined - as a sequence of bytes, not of characters. */ - # undef strstr - /* Assume strstr is always declared. */ - _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot " - "work correctly on character strings in most " - "multibyte locales - " - "use mbsstr if you care about internationalization, " - "or use strstr if you care about speed"); - #endif - - /* Find the first occurrence of NEEDLE in HAYSTACK, using case-insensitive - comparison. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define strcasestr rpl_strcasestr - # endif - _GL_FUNCDECL_RPL (strcasestr, char *, - (const char *haystack, const char *needle) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (strcasestr, char *, - (const char *haystack, const char *needle)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (strcasestr, char *, - (const char *haystack, const char *needle) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { const char * strcasestr (const char *, const char *); } - extern "C++" { char * strcasestr (char *, const char *); } */ - _GL_CXXALIAS_SYS_CAST2 (strcasestr, - char *, (const char *haystack, const char *needle), - const char *, (const char *haystack, const char *needle)); - # endif - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (strcasestr, char *, (char *haystack, const char *needle)); - _GL_CXXALIASWARN1 (strcasestr, const char *, - (const char *haystack, const char *needle)); - # else - _GL_CXXALIASWARN (strcasestr); - # endif - #elif defined GNULIB_POSIXCHECK - /* strcasestr() does not work with multibyte strings: - It is a glibc extension, and glibc implements it only for unibyte - locales. */ - # undef strcasestr - # if HAVE_RAW_DECL_STRCASESTR - _GL_WARN_ON_USE (strcasestr, "strcasestr does work correctly on character " - "strings in multibyte locales - " - "use mbscasestr if you care about " - "internationalization, or use c-strcasestr if you want " - "a locale independent function"); - # endif - #endif - - /* Parse S into tokens separated by characters in DELIM. - If S is NULL, the saved pointer in SAVE_PTR is used as - the next starting point. For example: - char s[] = "-abc-=-def"; - char *sp; - x = strtok_r(s, "-", &sp); // x = "abc", sp = "=-def" - x = strtok_r(NULL, "-=", &sp); // x = "def", sp = NULL - x = strtok_r(NULL, "=", &sp); // x = NULL - // s = "abc\0-def\0" - - This is a variant of strtok() that is multithread-safe. - - For the POSIX documentation for this function, see: - http://www.opengroup.org/susv3xsh/strtok.html - - Caveat: It modifies the original string. - Caveat: These functions cannot be used on constant strings. - Caveat: The identity of the delimiting character is lost. - Caveat: It doesn't work with multibyte strings unless all of the delimiter - characters are ASCII characters < 0x30. - - See also strsep(). */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strtok_r - # define strtok_r rpl_strtok_r - # endif - _GL_FUNCDECL_RPL (strtok_r, char *, - (char *restrict s, char const *restrict delim, - char **restrict save_ptr) - _GL_ARG_NONNULL ((2, 3))); - _GL_CXXALIAS_RPL (strtok_r, char *, - (char *restrict s, char const *restrict delim, - char **restrict save_ptr)); - # else - # if 0 || defined GNULIB_POSIXCHECK - # undef strtok_r - # endif - # if ! 1 - _GL_FUNCDECL_SYS (strtok_r, char *, - (char *restrict s, char const *restrict delim, - char **restrict save_ptr) - _GL_ARG_NONNULL ((2, 3))); - # endif - _GL_CXXALIAS_SYS (strtok_r, char *, - (char *restrict s, char const *restrict delim, - char **restrict save_ptr)); - # endif - _GL_CXXALIASWARN (strtok_r); - # if defined GNULIB_POSIXCHECK - _GL_WARN_ON_USE (strtok_r, "strtok_r cannot work correctly on character " - "strings in multibyte locales - " - "use mbstok_r if you care about internationalization"); - # endif - #elif defined GNULIB_POSIXCHECK - # undef strtok_r - # if HAVE_RAW_DECL_STRTOK_R - _GL_WARN_ON_USE (strtok_r, "strtok_r is unportable - " - "use gnulib module strtok_r for portability"); - # endif - #endif - - - /* The following functions are not specified by POSIX. They are gnulib - extensions. */ - - #if 0 - /* Return the number of multibyte characters in the character string STRING. - This considers multibyte characters, unlike strlen, which counts bytes. */ - # ifdef __MirBSD__ /* MirBSD defines mbslen as a macro. Override it. */ - # undef mbslen - # endif - # if 0 /* AIX, OSF/1, MirBSD define mbslen already in libc. */ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define mbslen rpl_mbslen - # endif - _GL_FUNCDECL_RPL (mbslen, size_t, (const char *string) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (mbslen, size_t, (const char *string)); - # else - _GL_FUNCDECL_SYS (mbslen, size_t, (const char *string) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_SYS (mbslen, size_t, (const char *string)); - # endif - _GL_CXXALIASWARN (mbslen); - #endif - - #if 0 - /* Return the number of multibyte characters in the character string starting - at STRING and ending at STRING + LEN. */ - _GL_EXTERN_C size_t mbsnlen (const char *string, size_t len) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1)); - #endif - - #if 0 - /* Locate the first single-byte character C in the character string STRING, - and return a pointer to it. Return NULL if C is not found in STRING. - Unlike strchr(), this function works correctly in multibyte locales with - encodings such as GB18030. */ - # if defined __hpux - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define mbschr rpl_mbschr /* avoid collision with HP-UX function */ - # endif - _GL_FUNCDECL_RPL (mbschr, char *, (const char *string, int c) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (mbschr, char *, (const char *string, int c)); - # else - _GL_FUNCDECL_SYS (mbschr, char *, (const char *string, int c) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_SYS (mbschr, char *, (const char *string, int c)); - # endif - _GL_CXXALIASWARN (mbschr); - #endif - - #if 0 - /* Locate the last single-byte character C in the character string STRING, - and return a pointer to it. Return NULL if C is not found in STRING. - Unlike strrchr(), this function works correctly in multibyte locales with - encodings such as GB18030. */ - # if defined __hpux || defined __INTERIX - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define mbsrchr rpl_mbsrchr /* avoid collision with system function */ - # endif - _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_RPL (mbsrchr, char *, (const char *string, int c)); - # else - _GL_FUNCDECL_SYS (mbsrchr, char *, (const char *string, int c) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1))); - _GL_CXXALIAS_SYS (mbsrchr, char *, (const char *string, int c)); - # endif - _GL_CXXALIASWARN (mbsrchr); - #endif - - #if 0 - /* Find the first occurrence of the character string NEEDLE in the character - string HAYSTACK. Return NULL if NEEDLE is not found in HAYSTACK. - Unlike strstr(), this function works correctly in multibyte locales with - encodings different from UTF-8. */ - _GL_EXTERN_C char * mbsstr (const char *haystack, const char *needle) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Compare the character strings S1 and S2, ignoring case, returning less than, - equal to or greater than zero if S1 is lexicographically less than, equal to - or greater than S2. - Note: This function may, in multibyte locales, return 0 for strings of - different lengths! - Unlike strcasecmp(), this function works correctly in multibyte locales. */ - _GL_EXTERN_C int mbscasecmp (const char *s1, const char *s2) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Compare the initial segment of the character string S1 consisting of at most - N characters with the initial segment of the character string S2 consisting - of at most N characters, ignoring case, returning less than, equal to or - greater than zero if the initial segment of S1 is lexicographically less - than, equal to or greater than the initial segment of S2. - Note: This function may, in multibyte locales, return 0 for initial segments - of different lengths! - Unlike strncasecmp(), this function works correctly in multibyte locales. - But beware that N is not a byte count but a character count! */ - _GL_EXTERN_C int mbsncasecmp (const char *s1, const char *s2, size_t n) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Compare the initial segment of the character string STRING consisting of - at most mbslen (PREFIX) characters with the character string PREFIX, - ignoring case. If the two match, return a pointer to the first byte - after this prefix in STRING. Otherwise, return NULL. - Note: This function may, in multibyte locales, return non-NULL if STRING - is of smaller length than PREFIX! - Unlike strncasecmp(), this function works correctly in multibyte - locales. */ - _GL_EXTERN_C char * mbspcasecmp (const char *string, const char *prefix) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Find the first occurrence of the character string NEEDLE in the character - string HAYSTACK, using case-insensitive comparison. - Note: This function may, in multibyte locales, return success even if - strlen (haystack) < strlen (needle) ! - Unlike strcasestr(), this function works correctly in multibyte locales. */ - _GL_EXTERN_C char * mbscasestr (const char *haystack, const char *needle) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Find the first occurrence in the character string STRING of any character - in the character string ACCEPT. Return the number of bytes from the - beginning of the string to this occurrence, or to the end of the string - if none exists. - Unlike strcspn(), this function works correctly in multibyte locales. */ - _GL_EXTERN_C size_t mbscspn (const char *string, const char *accept) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Find the first occurrence in the character string STRING of any character - in the character string ACCEPT. Return the pointer to it, or NULL if none - exists. - Unlike strpbrk(), this function works correctly in multibyte locales. */ - # if defined __hpux - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define mbspbrk rpl_mbspbrk /* avoid collision with HP-UX function */ - # endif - _GL_FUNCDECL_RPL (mbspbrk, char *, (const char *string, const char *accept) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_RPL (mbspbrk, char *, (const char *string, const char *accept)); - # else - _GL_FUNCDECL_SYS (mbspbrk, char *, (const char *string, const char *accept) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - _GL_CXXALIAS_SYS (mbspbrk, char *, (const char *string, const char *accept)); - # endif - _GL_CXXALIASWARN (mbspbrk); - #endif - - #if 0 - /* Find the first occurrence in the character string STRING of any character - not in the character string REJECT. Return the number of bytes from the - beginning of the string to this occurrence, or to the end of the string - if none exists. - Unlike strspn(), this function works correctly in multibyte locales. */ - _GL_EXTERN_C size_t mbsspn (const char *string, const char *reject) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Search the next delimiter (multibyte character listed in the character - string DELIM) starting at the character string *STRINGP. - If one is found, overwrite it with a NUL, and advance *STRINGP to point - to the next multibyte character after it. Otherwise, set *STRINGP to NULL. - If *STRINGP was already NULL, nothing happens. - Return the old value of *STRINGP. - - This is a variant of mbstok_r() that supports empty fields. - - Caveat: It modifies the original string. - Caveat: These functions cannot be used on constant strings. - Caveat: The identity of the delimiting character is lost. - - See also mbstok_r(). */ - _GL_EXTERN_C char * mbssep (char **stringp, const char *delim) - _GL_ARG_NONNULL ((1, 2)); - #endif - - #if 0 - /* Parse the character string STRING into tokens separated by characters in - the character string DELIM. - If STRING is NULL, the saved pointer in SAVE_PTR is used as - the next starting point. For example: - char s[] = "-abc-=-def"; - char *sp; - x = mbstok_r(s, "-", &sp); // x = "abc", sp = "=-def" - x = mbstok_r(NULL, "-=", &sp); // x = "def", sp = NULL - x = mbstok_r(NULL, "=", &sp); // x = NULL - // s = "abc\0-def\0" - - Caveat: It modifies the original string. - Caveat: These functions cannot be used on constant strings. - Caveat: The identity of the delimiting character is lost. - - See also mbssep(). */ - _GL_EXTERN_C char * mbstok_r (char *string, const char *delim, char **save_ptr) - _GL_ARG_NONNULL ((2, 3)); - #endif - - /* Map any int, typically from errno, into an error message. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strerror - # define strerror rpl_strerror - # endif - _GL_FUNCDECL_RPL (strerror, char *, (int)); - _GL_CXXALIAS_RPL (strerror, char *, (int)); - # else - _GL_CXXALIAS_SYS (strerror, char *, (int)); - # endif - _GL_CXXALIASWARN (strerror); - #elif defined GNULIB_POSIXCHECK - # undef strerror - /* Assume strerror is always declared. */ - _GL_WARN_ON_USE (strerror, "strerror is unportable - " - "use gnulib module strerror to guarantee non-NULL result"); - #endif - - /* Map any int, typically from errno, into an error message. Multithread-safe. - Uses the POSIX declaration, not the glibc declaration. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef strerror_r - # define strerror_r rpl_strerror_r - # endif - _GL_FUNCDECL_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen)); - # else - # if !1 - _GL_FUNCDECL_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen)); - # endif - # if 1 - _GL_CXXALIASWARN (strerror_r); - # endif - #elif defined GNULIB_POSIXCHECK - # undef strerror_r - # if HAVE_RAW_DECL_STRERROR_R - _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - " - "use gnulib module strerror_r-posix for portability"); - # endif - #endif - - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # define strsignal rpl_strsignal - # endif - _GL_FUNCDECL_RPL (strsignal, char *, (int __sig)); - _GL_CXXALIAS_RPL (strsignal, char *, (int __sig)); - # else - # if ! 1 - _GL_FUNCDECL_SYS (strsignal, char *, (int __sig)); - # endif - /* Need to cast, because on Cygwin 1.5.x systems, the return type is - 'const char *'. */ - _GL_CXXALIAS_SYS_CAST (strsignal, char *, (int __sig)); - # endif - _GL_CXXALIASWARN (strsignal); - #elif defined GNULIB_POSIXCHECK - # undef strsignal - # if HAVE_RAW_DECL_STRSIGNAL - _GL_WARN_ON_USE (strsignal, "strsignal is unportable - " - "use gnulib module strsignal for portability"); - # endif - #endif - - #if 0 - # if !1 - _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *) - _GL_ATTRIBUTE_PURE - _GL_ARG_NONNULL ((1, 2))); - # endif - _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *)); - _GL_CXXALIASWARN (strverscmp); - #elif defined GNULIB_POSIXCHECK - # undef strverscmp - # if HAVE_RAW_DECL_STRVERSCMP - _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - " - "use gnulib module strverscmp for portability"); - # endif - #endif - - - #endif /* _GL_STRING_H */ - #endif /* _GL_STRING_H */ - #endif --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/sys/types.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/sys/types.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/sys/types.h 2017-07-03 17:45:47.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/sys/types.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,54 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* Provide a more complete sys/types.h. - - Copyright (C) 2011-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see . */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #ifndef _GL_SYS_TYPES_H - - /* The include_next requires a split double-inclusion guard. */ - # define _GL_INCLUDING_SYS_TYPES_H - #include_next - # undef _GL_INCLUDING_SYS_TYPES_H - - #ifndef _GL_SYS_TYPES_H - #define _GL_SYS_TYPES_H - - /* Override off_t if Large File Support is requested on native Windows. */ - #if 0 - /* Same as int64_t in . */ - # if defined _MSC_VER - # define off_t __int64 - # else - # define off_t long long int - # endif - /* Indicator, for gnulib internal purposes. */ - # define _GL_WINDOWS_64_BIT_OFF_T 1 - #endif - - /* MSVC 9 defines size_t in , not in . */ - /* But avoid namespace pollution on glibc systems. */ - #if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ - && ! defined __GLIBC__ - # include - #endif - - #endif /* _GL_SYS_TYPES_H */ - #endif /* _GL_SYS_TYPES_H */ --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/sys_types.in.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/sys_types.in.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/sys_types.in.h 2017-04-14 17:48:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/sys_types.in.h 2017-07-10 19:35:19.000000000 +0100 *************** *** 43,46 **** --- 43,88 ---- #endif + /* Override dev_t and ino_t if distinguishable inodes support is requested + on native Windows. */ + #if @WINDOWS_STAT_INODES@ + + # if @WINDOWS_STAT_INODES@ == 2 + /* Experimental, not useful in Windows 10. */ + + /* Define dev_t to a 64-bit type. */ + # if !defined GNULIB_defined_dev_t + typedef unsigned long long int rpl_dev_t; + # undef dev_t + # define dev_t rpl_dev_t + # define GNULIB_defined_dev_t 1 + # endif + + /* Define ino_t to a 128-bit type. */ + # if !defined GNULIB_defined_ino_t + /* MSVC does not have a 128-bit integer type. + GCC has a 128-bit integer type __int128, but only on 64-bit targets. */ + typedef struct { unsigned long long int _gl_ino[2]; } rpl_ino_t; + # undef ino_t + # define ino_t rpl_ino_t + # define GNULIB_defined_ino_t 1 + # endif + + # else /* @WINDOWS_STAT_INODES@ == 1 */ + + /* Define ino_t to a 64-bit type. */ + # if !defined GNULIB_defined_ino_t + typedef unsigned long long int rpl_ino_t; + # undef ino_t + # define ino_t rpl_ino_t + # define GNULIB_defined_ino_t 1 + # endif + + # endif + + /* Indicator, for gnulib internal purposes. */ + # define _GL_WINDOWS_STAT_INODES @WINDOWS_STAT_INODES@ + + #endif + /* MSVC 9 defines size_t in , not in . */ /* But avoid namespace pollution on glibc systems. */ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/vasnprintf.c texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/vasnprintf.c *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/vasnprintf.c 2017-04-29 19:47:25.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/vasnprintf.c 2017-07-10 19:35:19.000000000 +0100 *************** *** 119,122 **** --- 119,130 ---- #endif + #ifndef FALLTHROUGH + # if __GNUC__ < 7 + # define FALLTHROUGH ((void) 0) + # else + # define FALLTHROUGH __attribute__ ((__fallthrough__)) + # endif + #endif + /* Default parameters. */ #ifndef VASNPRINTF *************** *** 4838,4842 **** # endif #endif ! /*FALLTHROUGH*/ case TYPE_LONGINT: case TYPE_ULONGINT: --- 4846,4850 ---- # endif #endif ! FALLTHROUGH; case TYPE_LONGINT: case TYPE_ULONGINT: *************** *** 4862,4866 **** *fbp = dp->conversion; #if USE_SNPRINTF ! # if !(((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) && !defined __UCLIBC__) || ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) fbp[1] = '%'; fbp[2] = 'n'; --- 4870,4877 ---- *fbp = dp->conversion; #if USE_SNPRINTF ! # if ! (((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) \ ! && !defined __UCLIBC__) \ ! || (defined __APPLE__ && defined __MACH__) \ ! || ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) fbp[1] = '%'; fbp[2] = 'n'; *************** *** 4876,4879 **** --- 4887,4897 ---- (if compiled with _FORTIFY_SOURCE=2), so we should avoid it in this situation. */ + /* On Mac OS X 10.3 or newer, we know that snprintf's return + value conforms to ISO C 99: the tests gl_SNPRINTF_RETVAL_C99 + and gl_SNPRINTF_TRUNCATION_C99 pass. + Therefore we can avoid using %n in this situation. + On Mac OS X 10.13 or newer, the use of %n in format strings + in writable memory by default crashes the program, so we + should avoid it in this situation. */ /* On native Windows systems (such as mingw), we can avoid using %n because: diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/vasnprintf.lo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/vasnprintf.lo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/vasnprintf.lo 2017-07-03 17:45:50.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/vasnprintf.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # vasnprintf.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/vasnprintf.o' - - # Name of the non-PIC object - non_pic_object='vasnprintf.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/vasnprintf.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/vasnprintf.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/wchar.h texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/wchar.h *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/wchar.h 2017-07-03 17:45:47.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/wchar.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1529 **** - /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ - /* A substitute for ISO C99 , for platforms that have issues. - - Copyright (C) 2007-2017 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see . */ - - /* Written by Eric Blake. */ - - /* - * ISO C 99 for platforms that have issues. - * - * - * For now, this just ensures proper prerequisite inclusion order and - * the declaration of wcwidth(). - */ - - #if __GNUC__ >= 3 - #pragma GCC system_header - #endif - - - #if (((defined __need_mbstate_t || defined __need_wint_t) \ - && !defined __MINGW32__ && !defined __KLIBC__) \ - || (defined __hpux \ - && ((defined _INTTYPES_INCLUDED && !defined strtoimax) \ - || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) \ - || (defined __MINGW32__ && defined __STRING_H_SOURCED__) \ - || defined _GL_ALREADY_INCLUDING_WCHAR_H) - /* Special invocation convention: - - Inside glibc and uClibc header files, but not MinGW. - - On HP-UX 11.00 we have a sequence of nested includes - -> -> , and the latter includes , - once indirectly -> -> -> - and once directly. In both situations 'wint_t' is not yet defined, - therefore we cannot provide the function overrides; instead include only - the system's . - - With MinGW 3.22, when includes , only some part of - is actually processed, and that doesn't include 'mbstate_t'. - - On IRIX 6.5, similarly, we have an include -> , and - the latter includes . But here, we have no way to detect whether - is completely included or is still being included. */ - - #include_next - - #else - /* Normal invocation convention. */ - - #ifndef _GL_WCHAR_H - - #define _GL_ALREADY_INCLUDING_WCHAR_H - - #if 1 - # include /* for __GLIBC__ */ - #endif - - /* Tru64 with Desktop Toolkit C has a bug: must be included before - . - BSD/OS 4.0.1 has a bug: , and must be - included before . - In some builds of uClibc, is nonexistent and wchar_t is defined - by . - But avoid namespace pollution on glibc systems. */ - #if !(defined __GLIBC__ && !defined __UCLIBC__) - # include - #endif - #ifndef __GLIBC__ - # include - # include - #endif - - /* Include the original if it exists. - Some builds of uClibc lack it. */ - /* The include_next requires a split double-inclusion guard. */ - #if 1 - # include_next - #endif - - #undef _GL_ALREADY_INCLUDING_WCHAR_H - - #ifndef _GL_WCHAR_H - #define _GL_WCHAR_H - - /* The __attribute__ feature is available in gcc versions 2.5 and later. - The attribute __pure__ was added in gcc 2.96. */ - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) - # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) - #else - # define _GL_ATTRIBUTE_PURE /* empty */ - #endif - - /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ - /* C++ compatible function declaration macros. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - - #ifndef _GL_CXXDEFS_H - #define _GL_CXXDEFS_H - - /* Begin/end the GNULIB_NAMESPACE namespace. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { - # define _GL_END_NAMESPACE } - #else - # define _GL_BEGIN_NAMESPACE - # define _GL_END_NAMESPACE - #endif - - /* The three most frequent use cases of these macros are: - - * For providing a substitute for a function that is missing on some - platforms, but is declared and works fine on the platforms on which - it exists: - - #if @GNULIB_FOO@ - # if !@HAVE_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on all platforms, - but is broken/insufficient and needs to be replaced on some platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - - * For providing a replacement for a function that exists on some platforms - but is broken/insufficient and needs to be replaced on some of them and - is additionally either missing or undeclared on some other platforms: - - #if @GNULIB_FOO@ - # if @REPLACE_FOO@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef foo - # define foo rpl_foo - # endif - _GL_FUNCDECL_RPL (foo, ...); - _GL_CXXALIAS_RPL (foo, ...); - # else - # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ - _GL_FUNCDECL_SYS (foo, ...); - # endif - _GL_CXXALIAS_SYS (foo, ...); - # endif - _GL_CXXALIASWARN (foo); - #elif defined GNULIB_POSIXCHECK - ... - #endif - */ - - /* _GL_EXTERN_C declaration; - performs the declaration with C linkage. */ - #if defined __cplusplus - # define _GL_EXTERN_C extern "C" - #else - # define _GL_EXTERN_C extern - #endif - - /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); - declares a replacement function, named rpl_func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ - _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) - #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype rpl_func parameters_and_attributes - - /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); - declares the system function, named func, with the given prototype, - consisting of return type, parameters, and attributes. - Example: - _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) - _GL_ARG_NONNULL ((1))); - */ - #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C rettype func parameters_and_attributes - - /* _GL_CXXALIAS_RPL (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to rpl_func, if GNULIB_NAMESPACE is defined. - Example: - _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); - - Wrapping rpl_func in an object with an inline conversion operator - avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ - _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::rpl_func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); - is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); - except that the C function rpl_func may have a slightly different - declaration. A cast is used to silence the "invalid conversion" error - that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast(::rpl_func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS (func, rettype, parameters); - declares a C++ alias called GNULIB_NAMESPACE::func - that redirects to the system provided function func, if GNULIB_NAMESPACE - is defined. - Example: - _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); - - Wrapping func in an object with an inline conversion operator - avoids a reference to func unless GNULIB_NAMESPACE::func is - actually used in the program. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return ::func; \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function func may have a slightly different declaration. - A cast is used to silence the "invalid conversion" error that would - otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast(::func); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); - is like _GL_CXXALIAS_SYS (func, rettype, parameters); - except that the C function is picked among a set of overloaded functions, - namely the one with rettype2 and parameters2. Two consecutive casts - are used to silence the "cannot find a match" and "invalid conversion" - errors that would otherwise occur. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - /* The outer cast must be a reinterpret_cast. - The inner cast: When the function is defined as a set of overloaded - functions, it works as a static_cast<>, choosing the designated variant. - When the function is defined as a single variant, it works as a - reinterpret_cast<>. The parenthesized cast syntax works both ways. */ - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - namespace GNULIB_NAMESPACE \ - { \ - static const struct _gl_ ## func ## _wrapper \ - { \ - typedef rettype (*type) parameters; \ - \ - inline operator type () const \ - { \ - return reinterpret_cast((rettype2 (*) parameters2)(::func)); \ - } \ - } func = {}; \ - } \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #else - # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN (func); - causes a warning to be emitted when ::func is used but not when - GNULIB_NAMESPACE::func is used. func must be defined without overloaded - variants. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN(func) \ - _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN_1(func,namespace) \ - _GL_CXXALIASWARN_2 (func, namespace) - /* To work around GCC bug , - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_WARN_ON_USE (func, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN_2(func,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN_2(func,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN(func) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); - causes a warning to be emitted when the given overloaded variant of ::func - is used but not when GNULIB_NAMESPACE::func is used. */ - #if defined __cplusplus && defined GNULIB_NAMESPACE - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ - GNULIB_NAMESPACE) - # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ - _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) - /* To work around GCC bug , - we enable the warning only when not optimizing. */ - # if !__OPTIMIZE__ - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ - "The symbol ::" #func " refers to the system function. " \ - "Use " #namespace "::" #func " instead.") - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - extern __typeof__ (func) func - # else - # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - # endif - #else - # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ - _GL_EXTERN_C int _gl_cxxalias_dummy - #endif - - #endif /* _GL_CXXDEFS_H */ - - /* The definition of _GL_ARG_NONNULL is copied here. */ - /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - - /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools - that the values passed as arguments n, ..., m must be non-NULL pointers. - n = 1 stands for the first argument, n = 2 for the second argument etc. */ - #ifndef _GL_ARG_NONNULL - # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 - # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) - # else - # define _GL_ARG_NONNULL(params) - # endif - #endif - - /* The definition of _GL_WARN_ON_USE is copied here. */ - /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2017 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - - /* _GL_WARN_ON_USE (function, "literal string") issues a declaration - for FUNCTION which will then trigger a compiler warning containing - the text of "literal string" anywhere that function is called, if - supported by the compiler. If the compiler does not support this - feature, the macro expands to an unused extern declaration. - - This macro is useful for marking a function as a potential - portability trap, with the intent that "literal string" include - instructions on the replacement function that should be used - instead. However, one of the reasons that a function is a - portability trap is if it has the wrong signature. Declaring - FUNCTION with a different signature in C is a compilation error, so - this macro must use the same type as any existing declaration so - that programs that avoid the problematic FUNCTION do not fail to - compile merely because they included a header that poisoned the - function. But this implies that _GL_WARN_ON_USE is only safe to - use if FUNCTION is known to already have a declaration. Use of - this macro implies that there must not be any other macro hiding - the declaration of FUNCTION; but undefining FUNCTION first is part - of the poisoning process anyway (although for symbols that are - provided only via a macro, the result is a compilation error rather - than a warning containing "literal string"). Also note that in - C++, it is only safe to use if FUNCTION has no overloads. - - For an example, it is possible to poison 'getline' by: - - adding a call to gl_WARN_ON_USE_PREPARE([[#include ]], - [getline]) in configure.ac, which potentially defines - HAVE_RAW_DECL_GETLINE - - adding this code to a header that wraps the system : - #undef getline - #if HAVE_RAW_DECL_GETLINE - _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" - "not universally present; use the gnulib module getline"); - #endif - - It is not possible to directly poison global variables. But it is - possible to write a wrapper accessor function, and poison that - (less common usage, like &environ, will cause a compilation error - rather than issue the nice warning, but the end result of informing - the developer about their portability problem is still achieved): - #if HAVE_RAW_DECL_ENVIRON - static char ***rpl_environ (void) { return &environ; } - _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); - # undef environ - # define environ (*rpl_environ ()) - #endif - */ - #ifndef _GL_WARN_ON_USE - - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - /* A compiler attribute is available in gcc versions 4.3.0 and later. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function __attribute__ ((__warning__ (message))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE(function, message) \ - extern __typeof__ (function) function - # else /* Unsupported. */ - # define _GL_WARN_ON_USE(function, message) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") - is like _GL_WARN_ON_USE (function, "string"), except that the function is - declared with the given prototype, consisting of return type, parameters, - and attributes. - This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does - not work in this case. */ - #ifndef _GL_WARN_ON_USE_CXX - # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes \ - __attribute__ ((__warning__ (msg))) - # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING - /* Verify the existence of the function. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - extern rettype function parameters_and_attributes - # else /* Unsupported. */ - # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ - _GL_WARN_EXTERN_C int _gl_warn_on_use - # endif - #endif - - /* _GL_WARN_EXTERN_C declaration; - performs the declaration with C linkage. */ - #ifndef _GL_WARN_EXTERN_C - # if defined __cplusplus - # define _GL_WARN_EXTERN_C extern "C" - # else - # define _GL_WARN_EXTERN_C extern - # endif - #endif - - - /* Define wint_t and WEOF. (Also done in wctype.in.h.) */ - #if !1 && !defined wint_t - # define wint_t int - # ifndef WEOF - # define WEOF -1 - # endif - #else - /* mingw and MSVC define wint_t as 'unsigned short' in or - . This is too small: ISO C 99 section 7.24.1.(2) says that - wint_t must be "unchanged by default argument promotions". Override it. */ - # if 0 - # if !GNULIB_defined_wint_t - # if 0 - # include - # else - # include - # endif - typedef unsigned int rpl_wint_t; - # undef wint_t - # define wint_t rpl_wint_t - # define GNULIB_defined_wint_t 1 - # endif - # endif - # ifndef WEOF - # define WEOF ((wint_t) -1) - # endif - #endif - - - /* Override mbstate_t if it is too small. - On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for - implementing mbrtowc for encodings like UTF-8. */ - #if !(1 && 1) || 0 - # if !GNULIB_defined_mbstate_t - typedef int rpl_mbstate_t; - # undef mbstate_t - # define mbstate_t rpl_mbstate_t - # define GNULIB_defined_mbstate_t 1 - # endif - #endif - - - /* Convert a single-byte character to a wide character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef btowc - # define btowc rpl_btowc - # endif - _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE); - _GL_CXXALIAS_RPL (btowc, wint_t, (int c)); - # else - # if !1 - _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (btowc, wint_t, (int c)); - # endif - _GL_CXXALIASWARN (btowc); - #elif defined GNULIB_POSIXCHECK - # undef btowc - # if HAVE_RAW_DECL_BTOWC - _GL_WARN_ON_USE (btowc, "btowc is unportable - " - "use gnulib module btowc for portability"); - # endif - #endif - - - /* Convert a wide character to a single-byte character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wctob - # define wctob rpl_wctob - # endif - _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); - _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); - # else - # if !defined wctob && !1 - /* wctob is provided by gnulib, or wctob exists but is not declared. */ - _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); - # endif - _GL_CXXALIASWARN (wctob); - #elif defined GNULIB_POSIXCHECK - # undef wctob - # if HAVE_RAW_DECL_WCTOB - _GL_WARN_ON_USE (wctob, "wctob is unportable - " - "use gnulib module wctob for portability"); - # endif - #endif - - - /* Test whether *PS is in the initial state. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbsinit - # define mbsinit rpl_mbsinit - # endif - _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps)); - _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps)); - # endif - _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (mbsinit); - #elif defined GNULIB_POSIXCHECK - # undef mbsinit - # if HAVE_RAW_DECL_MBSINIT - _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable - " - "use gnulib module mbsinit for portability"); - # endif - #endif - - - /* Convert a multibyte character to a wide character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbrtowc - # define mbrtowc rpl_mbrtowc - # endif - _GL_FUNCDECL_RPL (mbrtowc, size_t, - (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); - _GL_CXXALIAS_RPL (mbrtowc, size_t, - (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (mbrtowc, size_t, - (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); - # endif - _GL_CXXALIAS_SYS (mbrtowc, size_t, - (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (mbrtowc); - #elif defined GNULIB_POSIXCHECK - # undef mbrtowc - # if HAVE_RAW_DECL_MBRTOWC - _GL_WARN_ON_USE (mbrtowc, "mbrtowc is unportable - " - "use gnulib module mbrtowc for portability"); - # endif - #endif - - - /* Recognize a multibyte character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbrlen - # define mbrlen rpl_mbrlen - # endif - _GL_FUNCDECL_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); - _GL_CXXALIAS_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); - # endif - _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (mbrlen); - #elif defined GNULIB_POSIXCHECK - # undef mbrlen - # if HAVE_RAW_DECL_MBRLEN - _GL_WARN_ON_USE (mbrlen, "mbrlen is unportable - " - "use gnulib module mbrlen for portability"); - # endif - #endif - - - /* Convert a string to a wide string. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbsrtowcs - # define mbsrtowcs rpl_mbsrtowcs - # endif - _GL_FUNCDECL_RPL (mbsrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (mbsrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t len, - mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (mbsrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (mbsrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t len, - mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (mbsrtowcs); - #elif defined GNULIB_POSIXCHECK - # undef mbsrtowcs - # if HAVE_RAW_DECL_MBSRTOWCS - _GL_WARN_ON_USE (mbsrtowcs, "mbsrtowcs is unportable - " - "use gnulib module mbsrtowcs for portability"); - # endif - #endif - - - /* Convert a string to a wide string. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef mbsnrtowcs - # define mbsnrtowcs rpl_mbsnrtowcs - # endif - _GL_FUNCDECL_RPL (mbsnrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t srclen, size_t len, - mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (mbsnrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t srclen, size_t len, - mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (mbsnrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t srclen, size_t len, - mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (mbsnrtowcs, size_t, - (wchar_t *dest, const char **srcp, size_t srclen, size_t len, - mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (mbsnrtowcs); - #elif defined GNULIB_POSIXCHECK - # undef mbsnrtowcs - # if HAVE_RAW_DECL_MBSNRTOWCS - _GL_WARN_ON_USE (mbsnrtowcs, "mbsnrtowcs is unportable - " - "use gnulib module mbsnrtowcs for portability"); - # endif - #endif - - - /* Convert a wide character to a multibyte character. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcrtomb - # define wcrtomb rpl_wcrtomb - # endif - _GL_FUNCDECL_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); - _GL_CXXALIAS_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); - # endif - _GL_CXXALIAS_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (wcrtomb); - #elif defined GNULIB_POSIXCHECK - # undef wcrtomb - # if HAVE_RAW_DECL_WCRTOMB - _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - " - "use gnulib module wcrtomb for portability"); - # endif - #endif - - - /* Convert a wide string to a string. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcsrtombs - # define wcsrtombs rpl_wcsrtombs - # endif - _GL_FUNCDECL_RPL (wcsrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (wcsrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t len, - mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (wcsrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (wcsrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t len, - mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (wcsrtombs); - #elif defined GNULIB_POSIXCHECK - # undef wcsrtombs - # if HAVE_RAW_DECL_WCSRTOMBS - _GL_WARN_ON_USE (wcsrtombs, "wcsrtombs is unportable - " - "use gnulib module wcsrtombs for portability"); - # endif - #endif - - - /* Convert a wide string to a string. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcsnrtombs - # define wcsnrtombs rpl_wcsnrtombs - # endif - _GL_FUNCDECL_RPL (wcsnrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t srclen, size_t len, - mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - _GL_CXXALIAS_RPL (wcsnrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t srclen, size_t len, - mbstate_t *ps)); - # else - # if !1 - _GL_FUNCDECL_SYS (wcsnrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t srclen, size_t len, - mbstate_t *ps) - _GL_ARG_NONNULL ((2))); - # endif - _GL_CXXALIAS_SYS (wcsnrtombs, size_t, - (char *dest, const wchar_t **srcp, size_t srclen, size_t len, - mbstate_t *ps)); - # endif - _GL_CXXALIASWARN (wcsnrtombs); - #elif defined GNULIB_POSIXCHECK - # undef wcsnrtombs - # if HAVE_RAW_DECL_WCSNRTOMBS - _GL_WARN_ON_USE (wcsnrtombs, "wcsnrtombs is unportable - " - "use gnulib module wcsnrtombs for portability"); - # endif - #endif - - - /* Return the number of screen columns needed for WC. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcwidth - # define wcwidth rpl_wcwidth - # endif - _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE); - _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t)); - # else - # if !1 - /* wcwidth exists but is not declared. */ - _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE); - # elif defined __KLIBC__ - /* On OS/2 kLIBC, wcwidth is a macro that expands to the name of a - static inline function. The implementation of wcwidth in wcwidth.c - causes a "conflicting types" error. */ - # undef wcwidth - # endif - _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t)); - # endif - _GL_CXXALIASWARN (wcwidth); - #elif defined GNULIB_POSIXCHECK - # undef wcwidth - # if HAVE_RAW_DECL_WCWIDTH - _GL_WARN_ON_USE (wcwidth, "wcwidth is unportable - " - "use gnulib module wcwidth for portability"); - # endif - #endif - - - /* Search N wide characters of S for C. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wmemchr, wchar_t *, (const wchar_t *s, wchar_t c, size_t n) - _GL_ATTRIBUTE_PURE); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { - const wchar_t * std::wmemchr (const wchar_t *, wchar_t, size_t); - wchar_t * std::wmemchr (wchar_t *, wchar_t, size_t); - } */ - _GL_CXXALIAS_SYS_CAST2 (wmemchr, - wchar_t *, (const wchar_t *, wchar_t, size_t), - const wchar_t *, (const wchar_t *, wchar_t, size_t)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (wmemchr, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); - _GL_CXXALIASWARN1 (wmemchr, const wchar_t *, - (const wchar_t *s, wchar_t c, size_t n)); - # else - _GL_CXXALIASWARN (wmemchr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef wmemchr - # if HAVE_RAW_DECL_WMEMCHR - _GL_WARN_ON_USE (wmemchr, "wmemchr is unportable - " - "use gnulib module wmemchr for portability"); - # endif - #endif - - - /* Compare N wide characters of S1 and S2. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wmemcmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wmemcmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n)); - _GL_CXXALIASWARN (wmemcmp); - #elif defined GNULIB_POSIXCHECK - # undef wmemcmp - # if HAVE_RAW_DECL_WMEMCMP - _GL_WARN_ON_USE (wmemcmp, "wmemcmp is unportable - " - "use gnulib module wmemcmp for portability"); - # endif - #endif - - - /* Copy N wide characters of SRC to DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wmemcpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - # endif - _GL_CXXALIAS_SYS (wmemcpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - _GL_CXXALIASWARN (wmemcpy); - #elif defined GNULIB_POSIXCHECK - # undef wmemcpy - # if HAVE_RAW_DECL_WMEMCPY - _GL_WARN_ON_USE (wmemcpy, "wmemcpy is unportable - " - "use gnulib module wmemcpy for portability"); - # endif - #endif - - - /* Copy N wide characters of SRC to DEST, guaranteeing correct behavior for - overlapping memory areas. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wmemmove, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - # endif - _GL_CXXALIAS_SYS (wmemmove, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - _GL_CXXALIASWARN (wmemmove); - #elif defined GNULIB_POSIXCHECK - # undef wmemmove - # if HAVE_RAW_DECL_WMEMMOVE - _GL_WARN_ON_USE (wmemmove, "wmemmove is unportable - " - "use gnulib module wmemmove for portability"); - # endif - #endif - - - /* Set N wide characters of S to C. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); - # endif - _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); - _GL_CXXALIASWARN (wmemset); - #elif defined GNULIB_POSIXCHECK - # undef wmemset - # if HAVE_RAW_DECL_WMEMSET - _GL_WARN_ON_USE (wmemset, "wmemset is unportable - " - "use gnulib module wmemset for portability"); - # endif - #endif - - - /* Return the number of wide characters in S. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcslen, size_t, (const wchar_t *s) _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcslen, size_t, (const wchar_t *s)); - _GL_CXXALIASWARN (wcslen); - #elif defined GNULIB_POSIXCHECK - # undef wcslen - # if HAVE_RAW_DECL_WCSLEN - _GL_WARN_ON_USE (wcslen, "wcslen is unportable - " - "use gnulib module wcslen for portability"); - # endif - #endif - - - /* Return the number of wide characters in S, but at most MAXLEN. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen)); - _GL_CXXALIASWARN (wcsnlen); - #elif defined GNULIB_POSIXCHECK - # undef wcsnlen - # if HAVE_RAW_DECL_WCSNLEN - _GL_WARN_ON_USE (wcsnlen, "wcsnlen is unportable - " - "use gnulib module wcsnlen for portability"); - # endif - #endif - - - /* Copy SRC to DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); - # endif - _GL_CXXALIAS_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); - _GL_CXXALIASWARN (wcscpy); - #elif defined GNULIB_POSIXCHECK - # undef wcscpy - # if HAVE_RAW_DECL_WCSCPY - _GL_WARN_ON_USE (wcscpy, "wcscpy is unportable - " - "use gnulib module wcscpy for portability"); - # endif - #endif - - - /* Copy SRC to DEST, returning the address of the terminating L'\0' in DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); - # endif - _GL_CXXALIAS_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); - _GL_CXXALIASWARN (wcpcpy); - #elif defined GNULIB_POSIXCHECK - # undef wcpcpy - # if HAVE_RAW_DECL_WCPCPY - _GL_WARN_ON_USE (wcpcpy, "wcpcpy is unportable - " - "use gnulib module wcpcpy for portability"); - # endif - #endif - - - /* Copy no more than N wide characters of SRC to DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsncpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - # endif - _GL_CXXALIAS_SYS (wcsncpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - _GL_CXXALIASWARN (wcsncpy); - #elif defined GNULIB_POSIXCHECK - # undef wcsncpy - # if HAVE_RAW_DECL_WCSNCPY - _GL_WARN_ON_USE (wcsncpy, "wcsncpy is unportable - " - "use gnulib module wcsncpy for portability"); - # endif - #endif - - - /* Copy no more than N characters of SRC to DEST, returning the address of - the last character written into DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcpncpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - # endif - _GL_CXXALIAS_SYS (wcpncpy, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - _GL_CXXALIASWARN (wcpncpy); - #elif defined GNULIB_POSIXCHECK - # undef wcpncpy - # if HAVE_RAW_DECL_WCPNCPY - _GL_WARN_ON_USE (wcpncpy, "wcpncpy is unportable - " - "use gnulib module wcpncpy for portability"); - # endif - #endif - - - /* Append SRC onto DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscat, wchar_t *, (wchar_t *dest, const wchar_t *src)); - # endif - _GL_CXXALIAS_SYS (wcscat, wchar_t *, (wchar_t *dest, const wchar_t *src)); - _GL_CXXALIASWARN (wcscat); - #elif defined GNULIB_POSIXCHECK - # undef wcscat - # if HAVE_RAW_DECL_WCSCAT - _GL_WARN_ON_USE (wcscat, "wcscat is unportable - " - "use gnulib module wcscat for portability"); - # endif - #endif - - - /* Append no more than N wide characters of SRC onto DEST. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsncat, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - # endif - _GL_CXXALIAS_SYS (wcsncat, wchar_t *, - (wchar_t *dest, const wchar_t *src, size_t n)); - _GL_CXXALIASWARN (wcsncat); - #elif defined GNULIB_POSIXCHECK - # undef wcsncat - # if HAVE_RAW_DECL_WCSNCAT - _GL_WARN_ON_USE (wcsncat, "wcsncat is unportable - " - "use gnulib module wcsncat for portability"); - # endif - #endif - - - /* Compare S1 and S2. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)); - _GL_CXXALIASWARN (wcscmp); - #elif defined GNULIB_POSIXCHECK - # undef wcscmp - # if HAVE_RAW_DECL_WCSCMP - _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - " - "use gnulib module wcscmp for portability"); - # endif - #endif - - - /* Compare no more than N wide characters of S1 and S2. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsncmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcsncmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n)); - _GL_CXXALIASWARN (wcsncmp); - #elif defined GNULIB_POSIXCHECK - # undef wcsncmp - # if HAVE_RAW_DECL_WCSNCMP - _GL_WARN_ON_USE (wcsncmp, "wcsncmp is unportable - " - "use gnulib module wcsncmp for portability"); - # endif - #endif - - - /* Compare S1 and S2, ignoring case. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2)); - _GL_CXXALIASWARN (wcscasecmp); - #elif defined GNULIB_POSIXCHECK - # undef wcscasecmp - # if HAVE_RAW_DECL_WCSCASECMP - _GL_WARN_ON_USE (wcscasecmp, "wcscasecmp is unportable - " - "use gnulib module wcscasecmp for portability"); - # endif - #endif - - - /* Compare no more than N chars of S1 and S2, ignoring case. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsncasecmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcsncasecmp, int, - (const wchar_t *s1, const wchar_t *s2, size_t n)); - _GL_CXXALIASWARN (wcsncasecmp); - #elif defined GNULIB_POSIXCHECK - # undef wcsncasecmp - # if HAVE_RAW_DECL_WCSNCASECMP - _GL_WARN_ON_USE (wcsncasecmp, "wcsncasecmp is unportable - " - "use gnulib module wcsncasecmp for portability"); - # endif - #endif - - - /* Compare S1 and S2, both interpreted as appropriate to the LC_COLLATE - category of the current locale. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2)); - # endif - _GL_CXXALIAS_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2)); - _GL_CXXALIASWARN (wcscoll); - #elif defined GNULIB_POSIXCHECK - # undef wcscoll - # if HAVE_RAW_DECL_WCSCOLL - _GL_WARN_ON_USE (wcscoll, "wcscoll is unportable - " - "use gnulib module wcscoll for portability"); - # endif - #endif - - - /* Transform S2 into array pointed to by S1 such that if wcscmp is applied - to two transformed strings the result is the as applying 'wcscoll' to the - original strings. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsxfrm, size_t, (wchar_t *s1, const wchar_t *s2, size_t n)); - # endif - _GL_CXXALIAS_SYS (wcsxfrm, size_t, (wchar_t *s1, const wchar_t *s2, size_t n)); - _GL_CXXALIASWARN (wcsxfrm); - #elif defined GNULIB_POSIXCHECK - # undef wcsxfrm - # if HAVE_RAW_DECL_WCSXFRM - _GL_WARN_ON_USE (wcsxfrm, "wcsxfrm is unportable - " - "use gnulib module wcsxfrm for portability"); - # endif - #endif - - - /* Duplicate S, returning an identical malloc'd string. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsdup, wchar_t *, (const wchar_t *s)); - # endif - _GL_CXXALIAS_SYS (wcsdup, wchar_t *, (const wchar_t *s)); - _GL_CXXALIASWARN (wcsdup); - #elif defined GNULIB_POSIXCHECK - # undef wcsdup - # if HAVE_RAW_DECL_WCSDUP - _GL_WARN_ON_USE (wcsdup, "wcsdup is unportable - " - "use gnulib module wcsdup for portability"); - # endif - #endif - - - /* Find the first occurrence of WC in WCS. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc) - _GL_ATTRIBUTE_PURE); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { - const wchar_t * std::wcschr (const wchar_t *, wchar_t); - wchar_t * std::wcschr (wchar_t *, wchar_t); - } */ - _GL_CXXALIAS_SYS_CAST2 (wcschr, - wchar_t *, (const wchar_t *, wchar_t), - const wchar_t *, (const wchar_t *, wchar_t)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (wcschr, wchar_t *, (wchar_t *wcs, wchar_t wc)); - _GL_CXXALIASWARN1 (wcschr, const wchar_t *, (const wchar_t *wcs, wchar_t wc)); - # else - _GL_CXXALIASWARN (wcschr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef wcschr - # if HAVE_RAW_DECL_WCSCHR - _GL_WARN_ON_USE (wcschr, "wcschr is unportable - " - "use gnulib module wcschr for portability"); - # endif - #endif - - - /* Find the last occurrence of WC in WCS. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc) - _GL_ATTRIBUTE_PURE); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { - const wchar_t * std::wcsrchr (const wchar_t *, wchar_t); - wchar_t * std::wcsrchr (wchar_t *, wchar_t); - } */ - _GL_CXXALIAS_SYS_CAST2 (wcsrchr, - wchar_t *, (const wchar_t *, wchar_t), - const wchar_t *, (const wchar_t *, wchar_t)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (wcsrchr, wchar_t *, (wchar_t *wcs, wchar_t wc)); - _GL_CXXALIASWARN1 (wcsrchr, const wchar_t *, (const wchar_t *wcs, wchar_t wc)); - # else - _GL_CXXALIASWARN (wcsrchr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef wcsrchr - # if HAVE_RAW_DECL_WCSRCHR - _GL_WARN_ON_USE (wcsrchr, "wcsrchr is unportable - " - "use gnulib module wcsrchr for portability"); - # endif - #endif - - - /* Return the length of the initial segmet of WCS which consists entirely - of wide characters not in REJECT. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject)); - _GL_CXXALIASWARN (wcscspn); - #elif defined GNULIB_POSIXCHECK - # undef wcscspn - # if HAVE_RAW_DECL_WCSCSPN - _GL_WARN_ON_USE (wcscspn, "wcscspn is unportable - " - "use gnulib module wcscspn for portability"); - # endif - #endif - - - /* Return the length of the initial segmet of WCS which consists entirely - of wide characters in ACCEPT. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept)); - _GL_CXXALIASWARN (wcsspn); - #elif defined GNULIB_POSIXCHECK - # undef wcsspn - # if HAVE_RAW_DECL_WCSSPN - _GL_WARN_ON_USE (wcsspn, "wcsspn is unportable - " - "use gnulib module wcsspn for portability"); - # endif - #endif - - - /* Find the first occurrence in WCS of any character in ACCEPT. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcspbrk, wchar_t *, - (const wchar_t *wcs, const wchar_t *accept) - _GL_ATTRIBUTE_PURE); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { - const wchar_t * std::wcspbrk (const wchar_t *, const wchar_t *); - wchar_t * std::wcspbrk (wchar_t *, const wchar_t *); - } */ - _GL_CXXALIAS_SYS_CAST2 (wcspbrk, - wchar_t *, (const wchar_t *, const wchar_t *), - const wchar_t *, (const wchar_t *, const wchar_t *)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (wcspbrk, wchar_t *, - (wchar_t *wcs, const wchar_t *accept)); - _GL_CXXALIASWARN1 (wcspbrk, const wchar_t *, - (const wchar_t *wcs, const wchar_t *accept)); - # else - _GL_CXXALIASWARN (wcspbrk); - # endif - #elif defined GNULIB_POSIXCHECK - # undef wcspbrk - # if HAVE_RAW_DECL_WCSPBRK - _GL_WARN_ON_USE (wcspbrk, "wcspbrk is unportable - " - "use gnulib module wcspbrk for portability"); - # endif - #endif - - - /* Find the first occurrence of NEEDLE in HAYSTACK. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcsstr, wchar_t *, - (const wchar_t *haystack, const wchar_t *needle) - _GL_ATTRIBUTE_PURE); - # endif - /* On some systems, this function is defined as an overloaded function: - extern "C++" { - const wchar_t * std::wcsstr (const wchar_t *, const wchar_t *); - wchar_t * std::wcsstr (wchar_t *, const wchar_t *); - } */ - _GL_CXXALIAS_SYS_CAST2 (wcsstr, - wchar_t *, (const wchar_t *, const wchar_t *), - const wchar_t *, (const wchar_t *, const wchar_t *)); - # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ - && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) - _GL_CXXALIASWARN1 (wcsstr, wchar_t *, - (wchar_t *haystack, const wchar_t *needle)); - _GL_CXXALIASWARN1 (wcsstr, const wchar_t *, - (const wchar_t *haystack, const wchar_t *needle)); - # else - _GL_CXXALIASWARN (wcsstr); - # endif - #elif defined GNULIB_POSIXCHECK - # undef wcsstr - # if HAVE_RAW_DECL_WCSSTR - _GL_WARN_ON_USE (wcsstr, "wcsstr is unportable - " - "use gnulib module wcsstr for portability"); - # endif - #endif - - - /* Divide WCS into tokens separated by characters in DELIM. */ - #if 0 - # if !1 - _GL_FUNCDECL_SYS (wcstok, wchar_t *, - (wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)); - # endif - _GL_CXXALIAS_SYS (wcstok, wchar_t *, - (wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)); - _GL_CXXALIASWARN (wcstok); - #elif defined GNULIB_POSIXCHECK - # undef wcstok - # if HAVE_RAW_DECL_WCSTOK - _GL_WARN_ON_USE (wcstok, "wcstok is unportable - " - "use gnulib module wcstok for portability"); - # endif - #endif - - - /* Determine number of column positions required for first N wide - characters (or fewer if S ends before this) in S. */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcswidth - # define wcswidth rpl_wcswidth - # endif - _GL_FUNCDECL_RPL (wcswidth, int, (const wchar_t *s, size_t n) - _GL_ATTRIBUTE_PURE); - _GL_CXXALIAS_RPL (wcswidth, int, (const wchar_t *s, size_t n)); - # else - # if !1 - _GL_FUNCDECL_SYS (wcswidth, int, (const wchar_t *s, size_t n) - _GL_ATTRIBUTE_PURE); - # endif - _GL_CXXALIAS_SYS (wcswidth, int, (const wchar_t *s, size_t n)); - # endif - _GL_CXXALIASWARN (wcswidth); - #elif defined GNULIB_POSIXCHECK - # undef wcswidth - # if HAVE_RAW_DECL_WCSWIDTH - _GL_WARN_ON_USE (wcswidth, "wcswidth is unportable - " - "use gnulib module wcswidth for portability"); - # endif - #endif - - - /* Convert *TP to a date and time wide string. See - . */ - #if 0 - # if 0 - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) - # undef wcsftime - # define wcsftime rpl_wcsftime - # endif - _GL_FUNCDECL_RPL (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize, - const wchar_t *__fmt, const struct tm *__tp) - _GL_ARG_NONNULL ((1, 3, 4))); - _GL_CXXALIAS_RPL (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize, - const wchar_t *__fmt, const struct tm *__tp)); - # else - # if !1 - _GL_FUNCDECL_SYS (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize, - const wchar_t *__fmt, const struct tm *__tp) - _GL_ARG_NONNULL ((1, 3, 4))); - # endif - _GL_CXXALIAS_SYS (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize, - const wchar_t *__fmt, const struct tm *__tp)); - # endif - _GL_CXXALIASWARN (wcsftime); - #elif defined GNULIB_POSIXCHECK - # undef wcsftime - # if HAVE_RAW_DECL_WCSFTIME - _GL_WARN_ON_USE (wcsftime, "wcsftime is unportable - " - "use gnulib module wcsftime for portability"); - # endif - #endif - - - #endif /* _GL_WCHAR_H */ - #endif /* _GL_WCHAR_H */ - #endif --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/xsize.lo texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/xsize.lo *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/xsize.lo 2017-07-03 17:45:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/xsize.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # xsize.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/xsize.o' - - # Name of the non-PIC object - non_pic_object='xsize.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/Convert/XSParagraph/lib/xsize.o and texinfo-6.5/tp/Texinfo/Convert/XSParagraph/lib/xsize.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/libtool texinfo-6.5/tp/Texinfo/Convert/XSParagraph/libtool *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/libtool 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/libtool 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,11645 **** - #! /bin/sh - # Generated automatically by config.status (texinfo) 0 - # Libtool was configured on host darkstar: - # NOTE: Changes made to this file will be lost: look at ltmain.sh. - - # Provide generalized library-building support services. - # Written by Gordon Matzigkeit, 1996 - - # Copyright (C) 2014 Free Software Foundation, Inc. - # This is free software; see the source for copying conditions. There is NO - # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # GNU Libtool is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 2 of of the License, or - # (at your option) any later version. - # - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program or library that is built - # using GNU Libtool, you may include this file under the same - # distribution terms that you use for the rest of that program. - # - # GNU Libtool is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - - - # The names of the tagged configurations supported by this script. - available_tags='' - - # Configured defaults for sys_lib_dlsearch_path munging. - : ${LT_SYS_LIBRARY_PATH=""} - - # ### BEGIN LIBTOOL CONFIG - - # Which release of libtool.m4 was used? - macro_version=2.4.6 - macro_revision=2.4.6 - - # Whether or not to build shared libraries. - build_libtool_libs=yes - - # Whether or not to build static libraries. - build_old_libs=yes - - # What type of objects to build. - pic_mode=default - - # Whether or not to optimize for fast installation. - fast_install=yes - - # Shared archive member basename,for filename based shared library versioning on AIX. - shared_archive_member_spec= - - # Shell to use when invoking shell scripts. - SHELL="/bin/sh" - - # An echo program that protects backslashes. - ECHO="printf %s\\n" - - # The PATH separator for the build system. - PATH_SEPARATOR=":" - - # The host system. - host_alias= - host=i686-pc-linux-gnu - host_os=linux-gnu - - # The build system. - build_alias= - build=i686-pc-linux-gnu - build_os=linux-gnu - - # A sed program that does not truncate output. - SED="/usr/bin/sed" - - # Sed that helps us avoid accidentally triggering echo(1) options like -n. - Xsed="$SED -e 1s/^X//" - - # A grep program that handles long lines. - GREP="/usr/bin/grep" - - # An ERE matcher. - EGREP="/usr/bin/grep -E" - - # A literal string matcher. - FGREP="/usr/bin/grep -F" - - # A BSD- or MS-compatible name lister. - NM="/usr/bin/nm -B" - - # Whether we need soft or hard links. - LN_S="ln -s" - - # What is the maximum length of a command? - max_cmd_len=1572864 - - # Object file suffix (normally "o"). - objext=o - - # Executable file suffix (normally ""). - exeext= - - # whether the shell understands "unset". - lt_unset=unset - - # turn spaces into newlines. - SP2NL="tr \\040 \\012" - - # turn newlines into spaces. - NL2SP="tr \\015\\012 \\040\\040" - - # convert $build file names to $host format. - to_host_file_cmd=func_convert_file_noop - - # convert $build files to toolchain format. - to_tool_file_cmd=func_convert_file_noop - - # An object symbol dumper. - OBJDUMP="objdump" - - # Method to check whether dependent libraries are shared objects. - deplibs_check_method="pass_all" - - # Command to use when deplibs_check_method = "file_magic". - file_magic_cmd="\$MAGIC_CMD" - - # How to find potential files when deplibs_check_method = "file_magic". - file_magic_glob="" - - # Find potential files using nocaseglob when deplibs_check_method = "file_magic". - want_nocaseglob="no" - - # DLL creation program. - DLLTOOL="dlltool" - - # Command to associate shared and link libraries. - sharedlib_from_linklib_cmd="printf %s\\n" - - # The archiver. - AR="ar" - - # Flags to create an archive. - AR_FLAGS="cru" - - # How to feed a file listing to the archiver. - archiver_list_spec="@" - - # A symbol stripping program. - STRIP="strip" - - # Commands used to install an old-style archive. - RANLIB="ranlib" - old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$tool_oldlib" - old_postuninstall_cmds="" - - # Whether to use a lock for old archive extraction. - lock_old_archive_extraction=no - - # A C compiler. - LTCC="cc" - - # LTCC compiler flags. - LTCFLAGS="-g -O2" - - # Take the output of nm and produce a listing of raw symbols and C names. - global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'" - - # Transform the output of nm in a proper C declaration. - global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'" - - # Transform the output of nm into a list of symbols to manually relocate. - global_symbol_to_import="" - - # Transform the output of nm in a C name address pair. - global_symbol_to_c_name_address="sed -n -e 's/^: \\(.*\\) .*\$/ {\"\\1\", (void *) 0},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/ {\"\\1\", (void *) \\&\\1},/p'" - - # Transform the output of nm in a C name address pair when lib prefix is needed. - global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\(.*\\) .*\$/ {\"\\1\", (void *) 0},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(lib.*\\)\$/ {\"\\1\", (void *) \\&\\1},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/ {\"lib\\1\", (void *) \\&\\1},/p'" - - # The name lister interface. - nm_interface="BSD nm" - - # Specify filename containing input files for $NM. - nm_file_list_spec="@" - - # The root where to search for dependent libraries,and where our libraries should be installed. - lt_sysroot= - - # Command to truncate a binary pipe. - lt_truncate_bin="/usr/bin/dd bs=4096 count=1" - - # The name of the directory that contains temporary libtool files. - objdir=.libs - - # Used to examine libraries when file_magic_cmd begins with "file". - MAGIC_CMD=file - - # Must we lock files when doing compilation? - need_locks="no" - - # Manifest tool. - MANIFEST_TOOL=":" - - # Tool to manipulate archived DWARF debug symbol files on Mac OS X. - DSYMUTIL="" - - # Tool to change global to local symbols on Mac OS X. - NMEDIT="" - - # Tool to manipulate fat objects and archives on Mac OS X. - LIPO="" - - # ldd/readelf like tool for Mach-O binaries on Mac OS X. - OTOOL="" - - # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. - OTOOL64="" - - # Old archive suffix (normally "a"). - libext=a - - # Shared library suffix (normally ".so"). - shrext_cmds=".so" - - # The commands to extract the exported symbol list from a shared archive. - extract_expsyms_cmds="" - - # Variables whose values should be saved in libtool wrapper scripts and - # restored at link time. - variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - - # Do we need the "lib" prefix for modules? - need_lib_prefix=no - - # Do we need a version for libraries? - need_version=no - - # Library versioning type. - version_type=linux - - # Shared library runtime path variable. - runpath_var=LD_RUN_PATH - - # Shared library path variable. - shlibpath_var=LD_LIBRARY_PATH - - # Is shlibpath searched before the hard-coded library search path? - shlibpath_overrides_runpath=no - - # Format of library name prefix. - libname_spec="lib\$name" - - # List of archive names. First name is the real one, the rest are links. - # The last name is the one that the linker finds with -lNAME - library_names_spec="\$libname\$release\$shared_ext\$versuffix \$libname\$release\$shared_ext\$major \$libname\$shared_ext" - - # The coded name of the library, if different from the real name. - soname_spec="\$libname\$release\$shared_ext\$major" - - # Permission mode override for installation of shared libraries. - install_override_mode="" - - # Command to use after installation of a shared archive. - postinstall_cmds="" - - # Command to use after uninstallation of a shared archive. - postuninstall_cmds="" - - # Commands used to finish a libtool library installation in a directory. - finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir" - - # As "finish_cmds", except a single script fragment to be evaled but - # not shown. - finish_eval="" - - # Whether we should hardcode library paths into libraries. - hardcode_into_libs=yes - - # Compile-time system search path for libraries. - sys_lib_search_path_spec="/usr/lib/gcc/i486-slackware-linux/4.8.2 /usr/i486-slackware-linux/lib /usr/lib /lib " - - # Detected run-time system search path for libraries. - sys_lib_dlsearch_path_spec="/lib /usr/lib /lib /usr/lib /usr/local/lib /usr/i486-slackware-linux/lib /usr/lib/seamonkey " - - # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. - configure_time_lt_sys_library_path="" - - # Whether dlopen is supported. - dlopen_support=unknown - - # Whether dlopen of programs is supported. - dlopen_self=unknown - - # Whether dlopen of statically linked programs is supported. - dlopen_self_static=unknown - - # Commands to strip libraries. - old_striplib="strip --strip-debug" - striplib="strip --strip-unneeded" - - - # The linker used to build libraries. - LD="/usr/i486-slackware-linux/bin/ld" - - # How to create reloadable object files. - reload_flag=" -r" - reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs" - - # Commands used to build an old-style archive. - old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib" - - # A language specific compiler. - CC="cc" - - # Is the compiler the GNU compiler? - with_gcc=yes - - # Compiler flag to turn off builtin functions. - no_builtin_flag=" -fno-builtin" - - # Additional compiler flags for building library objects. - pic_flag=" -fPIC -DPIC" - - # How to pass a linker flag through the compiler. - wl="-Wl," - - # Compiler flag to prevent dynamic linking. - link_static_flag="-static" - - # Does compiler simultaneously support -c and -o options? - compiler_c_o="yes" - - # Whether or not to add -lc for building shared libraries. - build_libtool_need_lc=no - - # Whether or not to disallow shared libs when runtime libs are static. - allow_libtool_libs_with_static_runtimes=no - - # Compiler flag to allow reflexive dlopens. - export_dynamic_flag_spec="\$wl--export-dynamic" - - # Compiler flag to generate shared objects directly from archives. - whole_archive_flag_spec="\$wl--whole-archive\$convenience \$wl--no-whole-archive" - - # Whether the compiler copes with passing no objects directly. - compiler_needs_object="no" - - # Create an old-style archive from a shared archive. - old_archive_from_new_cmds="" - - # Create a temporary old-style archive to link instead of a shared archive. - old_archive_from_expsyms_cmds="" - - # Commands used to build a shared archive. - archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname -o \$lib" - archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~ - cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~ - echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~ - \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname \$wl-version-script \$wl\$output_objdir/\$libname.ver -o \$lib" - - # Commands used to build a loadable module if different from building - # a shared archive. - module_cmds="" - module_expsym_cmds="" - - # Whether we are building with GNU ld or not. - with_gnu_ld="yes" - - # Flag that allows shared libraries with undefined symbols to be built. - allow_undefined_flag="" - - # Flag that enforces no undefined symbols. - no_undefined_flag="" - - # Flag to hardcode $libdir into a binary during linking. - # This must work even if $libdir does not exist - hardcode_libdir_flag_spec="\$wl-rpath \$wl\$libdir" - - # Whether we need a single "-rpath" flag with a separated argument. - hardcode_libdir_separator="" - - # Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes - # DIR into the resulting binary. - hardcode_direct=no - - # Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes - # DIR into the resulting binary and the resulting library dependency is - # "absolute",i.e impossible to change by setting $shlibpath_var if the - # library is relocated. - hardcode_direct_absolute=no - - # Set to "yes" if using the -LDIR flag during linking hardcodes DIR - # into the resulting binary. - hardcode_minus_L=no - - # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR - # into the resulting binary. - hardcode_shlibpath_var=unsupported - - # Set to "yes" if building a shared library automatically hardcodes DIR - # into the library and all subsequent libraries and executables linked - # against it. - hardcode_automatic=no - - # Set to yes if linker adds runtime paths of dependent libraries - # to runtime path list. - inherit_rpath=no - - # Whether libtool must link a program against all its dependency libraries. - link_all_deplibs=unknown - - # Set to "yes" if exported symbols are required. - always_export_symbols=no - - # The commands to list exported symbols. - export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols" - - # Symbols that should not be listed in the preloaded symbols. - exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*" - - # Symbols that must always be exported. - include_expsyms="" - - # Commands necessary for linking programs (against libraries) with templates. - prelink_cmds="" - - # Commands necessary for finishing linking programs. - postlink_cmds="" - - # Specify filename containing input files. - file_list_spec="" - - # How to hardcode a shared library path into an executable. - hardcode_action=immediate - - # ### END LIBTOOL CONFIG - - - # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE - - # func_munge_path_list VARIABLE PATH - # ----------------------------------- - # VARIABLE is name of variable containing _space_ separated list of - # directories to be munged by the contents of PATH, which is string - # having a format: - # "DIR[:DIR]:" - # string "DIR[ DIR]" will be prepended to VARIABLE - # ":DIR[:DIR]" - # string "DIR[ DIR]" will be appended to VARIABLE - # "DIRP[:DIRP]::[DIRA:]DIRA" - # string "DIRP[ DIRP]" will be prepended to VARIABLE and string - # "DIRA[ DIRA]" will be appended to VARIABLE - # "DIR[:DIR]" - # VARIABLE will be replaced by "DIR[ DIR]" - func_munge_path_list () - { - case x$2 in - x) - ;; - *:) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" - ;; - x:*) - eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" - ;; - *::*) - eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" - eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" - ;; - *) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" - ;; - esac - } - - - # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. - func_cc_basename () - { - for cc_temp in $*""; do - case $cc_temp in - compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; - distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; - \-*) ;; - *) break;; - esac - done - func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` - } - - - # ### END FUNCTIONS SHARED WITH CONFIGURE - - #! /bin/sh - ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in - ## by inline-source v2014-01-03.01 - - # libtool (GNU libtool) 2.4.6 - # Provide generalized library-building support services. - # Written by Gordon Matzigkeit , 1996 - - # Copyright (C) 1996-2015 Free Software Foundation, Inc. - # This is free software; see the source for copying conditions. There is NO - # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # GNU Libtool is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 2 of the License, or - # (at your option) any later version. - # - # As a special exception to the GNU General Public License, - # if you distribute this file as part of a program or library that - # is built using GNU Libtool, you may include this file under the - # same distribution terms that you use for the rest of that program. - # - # GNU Libtool is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - # General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - - - PROGRAM=libtool - PACKAGE=libtool - VERSION=2.4.6 - package_revision=2.4.6 - - - ## ------ ## - ## Usage. ## - ## ------ ## - - # Run './libtool --help' for help with using this script from the - # command line. - - - ## ------------------------------- ## - ## User overridable command paths. ## - ## ------------------------------- ## - - # After configure completes, it has a better idea of some of the - # shell tools we need than the defaults used by the functions shared - # with bootstrap, so set those here where they can still be over- - # ridden by the user, but otherwise take precedence. - - : ${AUTOCONF="autoconf"} - : ${AUTOMAKE="automake"} - - - ## -------------------------- ## - ## Source external libraries. ## - ## -------------------------- ## - - # Much of our low-level functionality needs to be sourced from external - # libraries, which are installed to $pkgauxdir. - - # Set a version string for this script. - scriptversion=2015-01-20.17; # UTC - - # General shell script boiler plate, and helper functions. - # Written by Gary V. Vaughan, 2004 - - # Copyright (C) 2004-2015 Free Software Foundation, Inc. - # This is free software; see the source for copying conditions. There is NO - # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # This program is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 3 of the License, or - # (at your option) any later version. - - # As a special exception to the GNU General Public License, if you distribute - # this file as part of a program or library that is built using GNU Libtool, - # you may include this file under the same distribution terms that you use - # for the rest of that program. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU - # General Public License for more details. - - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - - # Please report bugs or propose patches to gary@gnu.org. - - - ## ------ ## - ## Usage. ## - ## ------ ## - - # Evaluate this file near the top of your script to gain access to - # the functions and variables defined here: - # - # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh - # - # If you need to override any of the default environment variable - # settings, do that before evaluating this file. - - - ## -------------------- ## - ## Shell normalisation. ## - ## -------------------- ## - - # Some shells need a little help to be as Bourne compatible as possible. - # Before doing anything else, make sure all that help has been provided! - - DUALCASE=1; export DUALCASE # for MKS sh - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST - else - case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac - fi - - # NLS nuisances: We save the old values in case they are required later. - _G_user_locale= - _G_safe_locale= - for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES - do - eval "if test set = \"\${$_G_var+set}\"; then - save_$_G_var=\$$_G_var - $_G_var=C - export $_G_var - _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" - _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" - fi" - done - - # CDPATH. - (unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - # Make sure IFS has a sensible default - sp=' ' - nl=' - ' - IFS="$sp $nl" - - # There are apparently some retarded systems that use ';' as a PATH separator! - if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } - fi - - - - ## ------------------------- ## - ## Locate command utilities. ## - ## ------------------------- ## - - - # func_executable_p FILE - # ---------------------- - # Check that FILE is an executable regular file. - func_executable_p () - { - test -f "$1" && test -x "$1" - } - - - # func_path_progs PROGS_LIST CHECK_FUNC [PATH] - # -------------------------------------------- - # Search for either a program that responds to --version with output - # containing "GNU", or else returned by CHECK_FUNC otherwise, by - # trying all the directories in PATH with each of the elements of - # PROGS_LIST. - # - # CHECK_FUNC should accept the path to a candidate program, and - # set $func_check_prog_result if it truncates its output less than - # $_G_path_prog_max characters. - func_path_progs () - { - _G_progs_list=$1 - _G_check_func=$2 - _G_PATH=${3-"$PATH"} - - _G_path_prog_max=0 - _G_path_prog_found=false - _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} - for _G_dir in $_G_PATH; do - IFS=$_G_save_IFS - test -z "$_G_dir" && _G_dir=. - for _G_prog_name in $_G_progs_list; do - for _exeext in '' .EXE; do - _G_path_prog=$_G_dir/$_G_prog_name$_exeext - func_executable_p "$_G_path_prog" || continue - case `"$_G_path_prog" --version 2>&1` in - *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; - *) $_G_check_func $_G_path_prog - func_path_progs_result=$func_check_prog_result - ;; - esac - $_G_path_prog_found && break 3 - done - done - done - IFS=$_G_save_IFS - test -z "$func_path_progs_result" && { - echo "no acceptable sed could be found in \$PATH" >&2 - exit 1 - } - } - - - # We want to be able to use the functions in this file before configure - # has figured out where the best binaries are kept, which means we have - # to search for them ourselves - except when the results are already set - # where we skip the searches. - - # Unless the user overrides by setting SED, search the path for either GNU - # sed, or the sed that truncates its output the least. - test -z "$SED" && { - _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ - for _G_i in 1 2 3 4 5 6 7; do - _G_sed_script=$_G_sed_script$nl$_G_sed_script - done - echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed - _G_sed_script= - - func_check_prog_sed () - { - _G_path_prog=$1 - - _G_count=0 - printf 0123456789 >conftest.in - while : - do - cat conftest.in conftest.in >conftest.tmp - mv conftest.tmp conftest.in - cp conftest.in conftest.nl - echo '' >> conftest.nl - "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break - diff conftest.out conftest.nl >/dev/null 2>&1 || break - _G_count=`expr $_G_count + 1` - if test "$_G_count" -gt "$_G_path_prog_max"; then - # Best one so far, save it but keep looking for a better one - func_check_prog_result=$_G_path_prog - _G_path_prog_max=$_G_count - fi - # 10*(2^10) chars as input seems more than enough - test 10 -lt "$_G_count" && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out - } - - func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin - rm -f conftest.sed - SED=$func_path_progs_result - } - - - # Unless the user overrides by setting GREP, search the path for either GNU - # grep, or the grep that truncates its output the least. - test -z "$GREP" && { - func_check_prog_grep () - { - _G_path_prog=$1 - - _G_count=0 - _G_path_prog_max=0 - printf 0123456789 >conftest.in - while : - do - cat conftest.in conftest.in >conftest.tmp - mv conftest.tmp conftest.in - cp conftest.in conftest.nl - echo 'GREP' >> conftest.nl - "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break - diff conftest.out conftest.nl >/dev/null 2>&1 || break - _G_count=`expr $_G_count + 1` - if test "$_G_count" -gt "$_G_path_prog_max"; then - # Best one so far, save it but keep looking for a better one - func_check_prog_result=$_G_path_prog - _G_path_prog_max=$_G_count - fi - # 10*(2^10) chars as input seems more than enough - test 10 -lt "$_G_count" && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out - } - - func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin - GREP=$func_path_progs_result - } - - - ## ------------------------------- ## - ## User overridable command paths. ## - ## ------------------------------- ## - - # All uppercase variable names are used for environment variables. These - # variables can be overridden by the user before calling a script that - # uses them if a suitable command of that name is not already available - # in the command search PATH. - - : ${CP="cp -f"} - : ${ECHO="printf %s\n"} - : ${EGREP="$GREP -E"} - : ${FGREP="$GREP -F"} - : ${LN_S="ln -s"} - : ${MAKE="make"} - : ${MKDIR="mkdir"} - : ${MV="mv -f"} - : ${RM="rm -f"} - : ${SHELL="${CONFIG_SHELL-/bin/sh}"} - - - ## -------------------- ## - ## Useful sed snippets. ## - ## -------------------- ## - - sed_dirname='s|/[^/]*$||' - sed_basename='s|^.*/||' - - # Sed substitution that helps us do robust quoting. It backslashifies - # metacharacters that are still active within double-quoted strings. - sed_quote_subst='s|\([`"$\\]\)|\\\1|g' - - # Same as above, but do not quote variable references. - sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' - - # Sed substitution that turns a string into a regex matching for the - # string literally. - sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' - - # Sed substitution that converts a w32 file name or path - # that contains forward slashes, into one that contains - # (escaped) backslashes. A very naive implementation. - sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' - - # Re-'\' parameter expansions in output of sed_double_quote_subst that - # were '\'-ed in input to the same. If an odd number of '\' preceded a - # '$' in input to sed_double_quote_subst, that '$' was protected from - # expansion. Since each input '\' is now two '\'s, look for any number - # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'. - _G_bs='\\' - _G_bs2='\\\\' - _G_bs4='\\\\\\\\' - _G_dollar='\$' - sed_double_backslash="\ - s/$_G_bs4/&\\ - /g - s/^$_G_bs2$_G_dollar/$_G_bs&/ - s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g - s/\n//g" - - - ## ----------------- ## - ## Global variables. ## - ## ----------------- ## - - # Except for the global variables explicitly listed below, the following - # functions in the '^func_' namespace, and the '^require_' namespace - # variables initialised in the 'Resource management' section, sourcing - # this file will not pollute your global namespace with anything - # else. There's no portable way to scope variables in Bourne shell - # though, so actually running these functions will sometimes place - # results into a variable named after the function, and often use - # temporary variables in the '^_G_' namespace. If you are careful to - # avoid using those namespaces casually in your sourcing script, things - # should continue to work as you expect. And, of course, you can freely - # overwrite any of the functions or variables defined here before - # calling anything to customize them. - - EXIT_SUCCESS=0 - EXIT_FAILURE=1 - EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. - EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. - - # Allow overriding, eg assuming that you follow the convention of - # putting '$debug_cmd' at the start of all your functions, you can get - # bash to show function call trace with: - # - # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name - debug_cmd=${debug_cmd-":"} - exit_cmd=: - - # By convention, finish your script with: - # - # exit $exit_status - # - # so that you can set exit_status to non-zero if you want to indicate - # something went wrong during execution without actually bailing out at - # the point of failure. - exit_status=$EXIT_SUCCESS - - # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh - # is ksh but when the shell is invoked as "sh" and the current value of - # the _XPG environment variable is not equal to 1 (one), the special - # positional parameter $0, within a function call, is the name of the - # function. - progpath=$0 - - # The name of this program. - progname=`$ECHO "$progpath" |$SED "$sed_basename"` - - # Make sure we have an absolute progpath for reexecution: - case $progpath in - [\\/]*|[A-Za-z]:\\*) ;; - *[\\/]*) - progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` - progdir=`cd "$progdir" && pwd` - progpath=$progdir/$progname - ;; - *) - _G_IFS=$IFS - IFS=${PATH_SEPARATOR-:} - for progdir in $PATH; do - IFS=$_G_IFS - test -x "$progdir/$progname" && break - done - IFS=$_G_IFS - test -n "$progdir" || progdir=`pwd` - progpath=$progdir/$progname - ;; - esac - - - ## ----------------- ## - ## Standard options. ## - ## ----------------- ## - - # The following options affect the operation of the functions defined - # below, and should be set appropriately depending on run-time para- - # meters passed on the command line. - - opt_dry_run=false - opt_quiet=false - opt_verbose=false - - # Categories 'all' and 'none' are always available. Append any others - # you will pass as the first argument to func_warning from your own - # code. - warning_categories= - - # By default, display warnings according to 'opt_warning_types'. Set - # 'warning_func' to ':' to elide all warnings, or func_fatal_error to - # treat the next displayed warning as a fatal error. - warning_func=func_warn_and_continue - - # Set to 'all' to display all warnings, 'none' to suppress all - # warnings, or a space delimited list of some subset of - # 'warning_categories' to display only the listed warnings. - opt_warning_types=all - - - ## -------------------- ## - ## Resource management. ## - ## -------------------- ## - - # This section contains definitions for functions that each ensure a - # particular resource (a file, or a non-empty configuration variable for - # example) is available, and if appropriate to extract default values - # from pertinent package files. Call them using their associated - # 'require_*' variable to ensure that they are executed, at most, once. - # - # It's entirely deliberate that calling these functions can set - # variables that don't obey the namespace limitations obeyed by the rest - # of this file, in order that that they be as useful as possible to - # callers. - - - # require_term_colors - # ------------------- - # Allow display of bold text on terminals that support it. - require_term_colors=func_require_term_colors - func_require_term_colors () - { - $debug_cmd - - test -t 1 && { - # COLORTERM and USE_ANSI_COLORS environment variables take - # precedence, because most terminfo databases neglect to describe - # whether color sequences are supported. - test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} - - if test 1 = "$USE_ANSI_COLORS"; then - # Standard ANSI escape sequences - tc_reset='' - tc_bold=''; tc_standout='' - tc_red=''; tc_green='' - tc_blue=''; tc_cyan='' - else - # Otherwise trust the terminfo database after all. - test -n "`tput sgr0 2>/dev/null`" && { - tc_reset=`tput sgr0` - test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` - tc_standout=$tc_bold - test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` - test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` - test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` - test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` - test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` - } - fi - } - - require_term_colors=: - } - - - ## ----------------- ## - ## Function library. ## - ## ----------------- ## - - # This section contains a variety of useful functions to call in your - # scripts. Take note of the portable wrappers for features provided by - # some modern shells, which will fall back to slower equivalents on - # less featureful shells. - - - # func_append VAR VALUE - # --------------------- - # Append VALUE onto the existing contents of VAR. - - # We should try to minimise forks, especially on Windows where they are - # unreasonably slow, so skip the feature probes when bash or zsh are - # being used: - if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then - : ${_G_HAVE_ARITH_OP="yes"} - : ${_G_HAVE_XSI_OPS="yes"} - # The += operator was introduced in bash 3.1 - case $BASH_VERSION in - [12].* | 3.0 | 3.0*) ;; - *) - : ${_G_HAVE_PLUSEQ_OP="yes"} - ;; - esac - fi - - # _G_HAVE_PLUSEQ_OP - # Can be empty, in which case the shell is probed, "yes" if += is - # useable or anything else if it does not work. - test -z "$_G_HAVE_PLUSEQ_OP" \ - && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ - && _G_HAVE_PLUSEQ_OP=yes - - if test yes = "$_G_HAVE_PLUSEQ_OP" - then - # This is an XSI compatible shell, allowing a faster implementation... - eval 'func_append () - { - $debug_cmd - - eval "$1+=\$2" - }' - else - # ...otherwise fall back to using expr, which is often a shell builtin. - func_append () - { - $debug_cmd - - eval "$1=\$$1\$2" - } - fi - - - # func_append_quoted VAR VALUE - # ---------------------------- - # Quote VALUE and append to the end of shell variable VAR, separated - # by a space. - if test yes = "$_G_HAVE_PLUSEQ_OP"; then - eval 'func_append_quoted () - { - $debug_cmd - - func_quote_for_eval "$2" - eval "$1+=\\ \$func_quote_for_eval_result" - }' - else - func_append_quoted () - { - $debug_cmd - - func_quote_for_eval "$2" - eval "$1=\$$1\\ \$func_quote_for_eval_result" - } - fi - - - # func_append_uniq VAR VALUE - # -------------------------- - # Append unique VALUE onto the existing contents of VAR, assuming - # entries are delimited by the first character of VALUE. For example: - # - # func_append_uniq options " --another-option option-argument" - # - # will only append to $options if " --another-option option-argument " - # is not already present somewhere in $options already (note spaces at - # each end implied by leading space in second argument). - func_append_uniq () - { - $debug_cmd - - eval _G_current_value='`$ECHO $'$1'`' - _G_delim=`expr "$2" : '\(.\)'` - - case $_G_delim$_G_current_value$_G_delim in - *"$2$_G_delim"*) ;; - *) func_append "$@" ;; - esac - } - - - # func_arith TERM... - # ------------------ - # Set func_arith_result to the result of evaluating TERMs. - test -z "$_G_HAVE_ARITH_OP" \ - && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ - && _G_HAVE_ARITH_OP=yes - - if test yes = "$_G_HAVE_ARITH_OP"; then - eval 'func_arith () - { - $debug_cmd - - func_arith_result=$(( $* )) - }' - else - func_arith () - { - $debug_cmd - - func_arith_result=`expr "$@"` - } - fi - - - # func_basename FILE - # ------------------ - # Set func_basename_result to FILE with everything up to and including - # the last / stripped. - if test yes = "$_G_HAVE_XSI_OPS"; then - # If this shell supports suffix pattern removal, then use it to avoid - # forking. Hide the definitions single quotes in case the shell chokes - # on unsupported syntax... - _b='func_basename_result=${1##*/}' - _d='case $1 in - */*) func_dirname_result=${1%/*}$2 ;; - * ) func_dirname_result=$3 ;; - esac' - - else - # ...otherwise fall back to using sed. - _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' - _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` - if test "X$func_dirname_result" = "X$1"; then - func_dirname_result=$3 - else - func_append func_dirname_result "$2" - fi' - fi - - eval 'func_basename () - { - $debug_cmd - - '"$_b"' - }' - - - # func_dirname FILE APPEND NONDIR_REPLACEMENT - # ------------------------------------------- - # Compute the dirname of FILE. If nonempty, add APPEND to the result, - # otherwise set result to NONDIR_REPLACEMENT. - eval 'func_dirname () - { - $debug_cmd - - '"$_d"' - }' - - - # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT - # -------------------------------------------------------- - # Perform func_basename and func_dirname in a single function - # call: - # dirname: Compute the dirname of FILE. If nonempty, - # add APPEND to the result, otherwise set result - # to NONDIR_REPLACEMENT. - # value returned in "$func_dirname_result" - # basename: Compute filename of FILE. - # value retuned in "$func_basename_result" - # For efficiency, we do not delegate to the functions above but instead - # duplicate the functionality here. - eval 'func_dirname_and_basename () - { - $debug_cmd - - '"$_b"' - '"$_d"' - }' - - - # func_echo ARG... - # ---------------- - # Echo program name prefixed message. - func_echo () - { - $debug_cmd - - _G_message=$* - - func_echo_IFS=$IFS - IFS=$nl - for _G_line in $_G_message; do - IFS=$func_echo_IFS - $ECHO "$progname: $_G_line" - done - IFS=$func_echo_IFS - } - - - # func_echo_all ARG... - # -------------------- - # Invoke $ECHO with all args, space-separated. - func_echo_all () - { - $ECHO "$*" - } - - - # func_echo_infix_1 INFIX ARG... - # ------------------------------ - # Echo program name, followed by INFIX on the first line, with any - # additional lines not showing INFIX. - func_echo_infix_1 () - { - $debug_cmd - - $require_term_colors - - _G_infix=$1; shift - _G_indent=$_G_infix - _G_prefix="$progname: $_G_infix: " - _G_message=$* - - # Strip color escape sequences before counting printable length - for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" - do - test -n "$_G_tc" && { - _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` - _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` - } - done - _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes - - func_echo_infix_1_IFS=$IFS - IFS=$nl - for _G_line in $_G_message; do - IFS=$func_echo_infix_1_IFS - $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 - _G_prefix=$_G_indent - done - IFS=$func_echo_infix_1_IFS - } - - - # func_error ARG... - # ----------------- - # Echo program name prefixed message to standard error. - func_error () - { - $debug_cmd - - $require_term_colors - - func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 - } - - - # func_fatal_error ARG... - # ----------------------- - # Echo program name prefixed message to standard error, and exit. - func_fatal_error () - { - $debug_cmd - - func_error "$*" - exit $EXIT_FAILURE - } - - - # func_grep EXPRESSION FILENAME - # ----------------------------- - # Check whether EXPRESSION matches any line of FILENAME, without output. - func_grep () - { - $debug_cmd - - $GREP "$1" "$2" >/dev/null 2>&1 - } - - - # func_len STRING - # --------------- - # Set func_len_result to the length of STRING. STRING may not - # start with a hyphen. - test -z "$_G_HAVE_XSI_OPS" \ - && (eval 'x=a/b/c; - test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ - && _G_HAVE_XSI_OPS=yes - - if test yes = "$_G_HAVE_XSI_OPS"; then - eval 'func_len () - { - $debug_cmd - - func_len_result=${#1} - }' - else - func_len () - { - $debug_cmd - - func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` - } - fi - - - # func_mkdir_p DIRECTORY-PATH - # --------------------------- - # Make sure the entire path to DIRECTORY-PATH is available. - func_mkdir_p () - { - $debug_cmd - - _G_directory_path=$1 - _G_dir_list= - - if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then - - # Protect directory names starting with '-' - case $_G_directory_path in - -*) _G_directory_path=./$_G_directory_path ;; - esac - - # While some portion of DIR does not yet exist... - while test ! -d "$_G_directory_path"; do - # ...make a list in topmost first order. Use a colon delimited - # list incase some portion of path contains whitespace. - _G_dir_list=$_G_directory_path:$_G_dir_list - - # If the last portion added has no slash in it, the list is done - case $_G_directory_path in */*) ;; *) break ;; esac - - # ...otherwise throw away the child directory and loop - _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` - done - _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` - - func_mkdir_p_IFS=$IFS; IFS=: - for _G_dir in $_G_dir_list; do - IFS=$func_mkdir_p_IFS - # mkdir can fail with a 'File exist' error if two processes - # try to create one of the directories concurrently. Don't - # stop in that case! - $MKDIR "$_G_dir" 2>/dev/null || : - done - IFS=$func_mkdir_p_IFS - - # Bail out if we (or some other process) failed to create a directory. - test -d "$_G_directory_path" || \ - func_fatal_error "Failed to create '$1'" - fi - } - - - # func_mktempdir [BASENAME] - # ------------------------- - # Make a temporary directory that won't clash with other running - # libtool processes, and avoids race conditions if possible. If - # given, BASENAME is the basename for that directory. - func_mktempdir () - { - $debug_cmd - - _G_template=${TMPDIR-/tmp}/${1-$progname} - - if test : = "$opt_dry_run"; then - # Return a directory name, but don't create it in dry-run mode - _G_tmpdir=$_G_template-$$ - else - - # If mktemp works, use that first and foremost - _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` - - if test ! -d "$_G_tmpdir"; then - # Failing that, at least try and use $RANDOM to avoid a race - _G_tmpdir=$_G_template-${RANDOM-0}$$ - - func_mktempdir_umask=`umask` - umask 0077 - $MKDIR "$_G_tmpdir" - umask $func_mktempdir_umask - fi - - # If we're not in dry-run mode, bomb out on failure - test -d "$_G_tmpdir" || \ - func_fatal_error "cannot create temporary directory '$_G_tmpdir'" - fi - - $ECHO "$_G_tmpdir" - } - - - # func_normal_abspath PATH - # ------------------------ - # Remove doubled-up and trailing slashes, "." path components, - # and cancel out any ".." path components in PATH after making - # it an absolute path. - func_normal_abspath () - { - $debug_cmd - - # These SED scripts presuppose an absolute path with a trailing slash. - _G_pathcar='s|^/\([^/]*\).*$|\1|' - _G_pathcdr='s|^/[^/]*||' - _G_removedotparts=':dotsl - s|/\./|/|g - t dotsl - s|/\.$|/|' - _G_collapseslashes='s|/\{1,\}|/|g' - _G_finalslash='s|/*$|/|' - - # Start from root dir and reassemble the path. - func_normal_abspath_result= - func_normal_abspath_tpath=$1 - func_normal_abspath_altnamespace= - case $func_normal_abspath_tpath in - "") - # Empty path, that just means $cwd. - func_stripname '' '/' "`pwd`" - func_normal_abspath_result=$func_stripname_result - return - ;; - # The next three entries are used to spot a run of precisely - # two leading slashes without using negated character classes; - # we take advantage of case's first-match behaviour. - ///*) - # Unusual form of absolute path, do nothing. - ;; - //*) - # Not necessarily an ordinary path; POSIX reserves leading '//' - # and for example Cygwin uses it to access remote file shares - # over CIFS/SMB, so we conserve a leading double slash if found. - func_normal_abspath_altnamespace=/ - ;; - /*) - # Absolute path, do nothing. - ;; - *) - # Relative path, prepend $cwd. - func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath - ;; - esac - - # Cancel out all the simple stuff to save iterations. We also want - # the path to end with a slash for ease of parsing, so make sure - # there is one (and only one) here. - func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` - while :; do - # Processed it all yet? - if test / = "$func_normal_abspath_tpath"; then - # If we ascended to the root using ".." the result may be empty now. - if test -z "$func_normal_abspath_result"; then - func_normal_abspath_result=/ - fi - break - fi - func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$_G_pathcar"` - func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$_G_pathcdr"` - # Figure out what to do with it - case $func_normal_abspath_tcomponent in - "") - # Trailing empty path component, ignore it. - ;; - ..) - # Parent dir; strip last assembled component from result. - func_dirname "$func_normal_abspath_result" - func_normal_abspath_result=$func_dirname_result - ;; - *) - # Actual path component, append it. - func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" - ;; - esac - done - # Restore leading double-slash if one was found on entry. - func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result - } - - - # func_notquiet ARG... - # -------------------- - # Echo program name prefixed message only when not in quiet mode. - func_notquiet () - { - $debug_cmd - - $opt_quiet || func_echo ${1+"$@"} - - # A bug in bash halts the script if the last line of a function - # fails when set -e is in force, so we need another command to - # work around that: - : - } - - - # func_relative_path SRCDIR DSTDIR - # -------------------------------- - # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. - func_relative_path () - { - $debug_cmd - - func_relative_path_result= - func_normal_abspath "$1" - func_relative_path_tlibdir=$func_normal_abspath_result - func_normal_abspath "$2" - func_relative_path_tbindir=$func_normal_abspath_result - - # Ascend the tree starting from libdir - while :; do - # check if we have found a prefix of bindir - case $func_relative_path_tbindir in - $func_relative_path_tlibdir) - # found an exact match - func_relative_path_tcancelled= - break - ;; - $func_relative_path_tlibdir*) - # found a matching prefix - func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" - func_relative_path_tcancelled=$func_stripname_result - if test -z "$func_relative_path_result"; then - func_relative_path_result=. - fi - break - ;; - *) - func_dirname $func_relative_path_tlibdir - func_relative_path_tlibdir=$func_dirname_result - if test -z "$func_relative_path_tlibdir"; then - # Have to descend all the way to the root! - func_relative_path_result=../$func_relative_path_result - func_relative_path_tcancelled=$func_relative_path_tbindir - break - fi - func_relative_path_result=../$func_relative_path_result - ;; - esac - done - - # Now calculate path; take care to avoid doubling-up slashes. - func_stripname '' '/' "$func_relative_path_result" - func_relative_path_result=$func_stripname_result - func_stripname '/' '/' "$func_relative_path_tcancelled" - if test -n "$func_stripname_result"; then - func_append func_relative_path_result "/$func_stripname_result" - fi - - # Normalisation. If bindir is libdir, return '.' else relative path. - if test -n "$func_relative_path_result"; then - func_stripname './' '' "$func_relative_path_result" - func_relative_path_result=$func_stripname_result - fi - - test -n "$func_relative_path_result" || func_relative_path_result=. - - : - } - - - # func_quote_for_eval ARG... - # -------------------------- - # Aesthetically quote ARGs to be evaled later. - # This function returns two values: - # i) func_quote_for_eval_result - # double-quoted, suitable for a subsequent eval - # ii) func_quote_for_eval_unquoted_result - # has all characters that are still active within double - # quotes backslashified. - func_quote_for_eval () - { - $debug_cmd - - func_quote_for_eval_unquoted_result= - func_quote_for_eval_result= - while test 0 -lt $#; do - case $1 in - *[\\\`\"\$]*) - _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; - *) - _G_unquoted_arg=$1 ;; - esac - if test -n "$func_quote_for_eval_unquoted_result"; then - func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" - else - func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" - fi - - case $_G_unquoted_arg in - # Double-quote args containing shell metacharacters to delay - # word splitting, command substitution and variable expansion - # for a subsequent eval. - # Many Bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - _G_quoted_arg=\"$_G_unquoted_arg\" - ;; - *) - _G_quoted_arg=$_G_unquoted_arg - ;; - esac - - if test -n "$func_quote_for_eval_result"; then - func_append func_quote_for_eval_result " $_G_quoted_arg" - else - func_append func_quote_for_eval_result "$_G_quoted_arg" - fi - shift - done - } - - - # func_quote_for_expand ARG - # ------------------------- - # Aesthetically quote ARG to be evaled later; same as above, - # but do not quote variable references. - func_quote_for_expand () - { - $debug_cmd - - case $1 in - *[\\\`\"]*) - _G_arg=`$ECHO "$1" | $SED \ - -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; - *) - _G_arg=$1 ;; - esac - - case $_G_arg in - # Double-quote args containing shell metacharacters to delay - # word splitting and command substitution for a subsequent eval. - # Many Bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - _G_arg=\"$_G_arg\" - ;; - esac - - func_quote_for_expand_result=$_G_arg - } - - - # func_stripname PREFIX SUFFIX NAME - # --------------------------------- - # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. - # PREFIX and SUFFIX must not contain globbing or regex special - # characters, hashes, percent signs, but SUFFIX may contain a leading - # dot (in which case that matches only a dot). - if test yes = "$_G_HAVE_XSI_OPS"; then - eval 'func_stripname () - { - $debug_cmd - - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are - # positional parameters, so assign one to ordinary variable first. - func_stripname_result=$3 - func_stripname_result=${func_stripname_result#"$1"} - func_stripname_result=${func_stripname_result%"$2"} - }' - else - func_stripname () - { - $debug_cmd - - case $2 in - .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; - *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; - esac - } - fi - - - # func_show_eval CMD [FAIL_EXP] - # ----------------------------- - # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is - # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP - # is given, then evaluate it. - func_show_eval () - { - $debug_cmd - - _G_cmd=$1 - _G_fail_exp=${2-':'} - - func_quote_for_expand "$_G_cmd" - eval "func_notquiet $func_quote_for_expand_result" - - $opt_dry_run || { - eval "$_G_cmd" - _G_status=$? - if test 0 -ne "$_G_status"; then - eval "(exit $_G_status); $_G_fail_exp" - fi - } - } - - - # func_show_eval_locale CMD [FAIL_EXP] - # ------------------------------------ - # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is - # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP - # is given, then evaluate it. Use the saved locale for evaluation. - func_show_eval_locale () - { - $debug_cmd - - _G_cmd=$1 - _G_fail_exp=${2-':'} - - $opt_quiet || { - func_quote_for_expand "$_G_cmd" - eval "func_echo $func_quote_for_expand_result" - } - - $opt_dry_run || { - eval "$_G_user_locale - $_G_cmd" - _G_status=$? - eval "$_G_safe_locale" - if test 0 -ne "$_G_status"; then - eval "(exit $_G_status); $_G_fail_exp" - fi - } - } - - - # func_tr_sh - # ---------- - # Turn $1 into a string suitable for a shell variable name. - # Result is stored in $func_tr_sh_result. All characters - # not in the set a-zA-Z0-9_ are replaced with '_'. Further, - # if $1 begins with a digit, a '_' is prepended as well. - func_tr_sh () - { - $debug_cmd - - case $1 in - [0-9]* | *[!a-zA-Z0-9_]*) - func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` - ;; - * ) - func_tr_sh_result=$1 - ;; - esac - } - - - # func_verbose ARG... - # ------------------- - # Echo program name prefixed message in verbose mode only. - func_verbose () - { - $debug_cmd - - $opt_verbose && func_echo "$*" - - : - } - - - # func_warn_and_continue ARG... - # ----------------------------- - # Echo program name prefixed warning message to standard error. - func_warn_and_continue () - { - $debug_cmd - - $require_term_colors - - func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 - } - - - # func_warning CATEGORY ARG... - # ---------------------------- - # Echo program name prefixed warning message to standard error. Warning - # messages can be filtered according to CATEGORY, where this function - # elides messages where CATEGORY is not listed in the global variable - # 'opt_warning_types'. - func_warning () - { - $debug_cmd - - # CATEGORY must be in the warning_categories list! - case " $warning_categories " in - *" $1 "*) ;; - *) func_internal_error "invalid warning category '$1'" ;; - esac - - _G_category=$1 - shift - - case " $opt_warning_types " in - *" $_G_category "*) $warning_func ${1+"$@"} ;; - esac - } - - - # func_sort_ver VER1 VER2 - # ----------------------- - # 'sort -V' is not generally available. - # Note this deviates from the version comparison in automake - # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a - # but this should suffice as we won't be specifying old - # version formats or redundant trailing .0 in bootstrap.conf. - # If we did want full compatibility then we should probably - # use m4_version_compare from autoconf. - func_sort_ver () - { - $debug_cmd - - printf '%s\n%s\n' "$1" "$2" \ - | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n - } - - # func_lt_ver PREV CURR - # --------------------- - # Return true if PREV and CURR are in the correct order according to - # func_sort_ver, otherwise false. Use it like this: - # - # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." - func_lt_ver () - { - $debug_cmd - - test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` - } - - - # Local variables: - # mode: shell-script - # sh-indentation: 2 - # eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" - # time-stamp-time-zone: "UTC" - # End: - #! /bin/sh - - # Set a version string for this script. - scriptversion=2014-01-07.03; # UTC - - # A portable, pluggable option parser for Bourne shell. - # Written by Gary V. Vaughan, 2010 - - # Copyright (C) 2010-2015 Free Software Foundation, Inc. - # This is free software; see the source for copying conditions. There is NO - # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # This program is free software: you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation, either version 3 of the License, or - # (at your option) any later version. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - - # Please report bugs or propose patches to gary@gnu.org. - - - ## ------ ## - ## Usage. ## - ## ------ ## - - # This file is a library for parsing options in your shell scripts along - # with assorted other useful supporting features that you can make use - # of too. - # - # For the simplest scripts you might need only: - # - # #!/bin/sh - # . relative/path/to/funclib.sh - # . relative/path/to/options-parser - # scriptversion=1.0 - # func_options ${1+"$@"} - # eval set dummy "$func_options_result"; shift - # ...rest of your script... - # - # In order for the '--version' option to work, you will need to have a - # suitably formatted comment like the one at the top of this file - # starting with '# Written by ' and ending with '# warranty; '. - # - # For '-h' and '--help' to work, you will also need a one line - # description of your script's purpose in a comment directly above the - # '# Written by ' line, like the one at the top of this file. - # - # The default options also support '--debug', which will turn on shell - # execution tracing (see the comment above debug_cmd below for another - # use), and '--verbose' and the func_verbose function to allow your script - # to display verbose messages only when your user has specified - # '--verbose'. - # - # After sourcing this file, you can plug processing for additional - # options by amending the variables from the 'Configuration' section - # below, and following the instructions in the 'Option parsing' - # section further down. - - ## -------------- ## - ## Configuration. ## - ## -------------- ## - - # You should override these variables in your script after sourcing this - # file so that they reflect the customisations you have added to the - # option parser. - - # The usage line for option parsing errors and the start of '-h' and - # '--help' output messages. You can embed shell variables for delayed - # expansion at the time the message is displayed, but you will need to - # quote other shell meta-characters carefully to prevent them being - # expanded when the contents are evaled. - usage='$progpath [OPTION]...' - - # Short help message in response to '-h' and '--help'. Add to this or - # override it after sourcing this library to reflect the full set of - # options your script accepts. - usage_message="\ - --debug enable verbose shell tracing - -W, --warnings=CATEGORY - report the warnings falling in CATEGORY [all] - -v, --verbose verbosely report processing - --version print version information and exit - -h, --help print short or long help message and exit - " - - # Additional text appended to 'usage_message' in response to '--help'. - long_help_message=" - Warning categories include: - 'all' show all warnings - 'none' turn off all the warnings - 'error' warnings are treated as fatal errors" - - # Help message printed before fatal option parsing errors. - fatal_help="Try '\$progname --help' for more information." - - - - ## ------------------------- ## - ## Hook function management. ## - ## ------------------------- ## - - # This section contains functions for adding, removing, and running hooks - # to the main code. A hook is just a named list of of function, that can - # be run in order later on. - - # func_hookable FUNC_NAME - # ----------------------- - # Declare that FUNC_NAME will run hooks added with - # 'func_add_hook FUNC_NAME ...'. - func_hookable () - { - $debug_cmd - - func_append hookable_fns " $1" - } - - - # func_add_hook FUNC_NAME HOOK_FUNC - # --------------------------------- - # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must - # first have been declared "hookable" by a call to 'func_hookable'. - func_add_hook () - { - $debug_cmd - - case " $hookable_fns " in - *" $1 "*) ;; - *) func_fatal_error "'$1' does not accept hook functions." ;; - esac - - eval func_append ${1}_hooks '" $2"' - } - - - # func_remove_hook FUNC_NAME HOOK_FUNC - # ------------------------------------ - # Remove HOOK_FUNC from the list of functions called by FUNC_NAME. - func_remove_hook () - { - $debug_cmd - - eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' - } - - - # func_run_hooks FUNC_NAME [ARG]... - # --------------------------------- - # Run all hook functions registered to FUNC_NAME. - # It is assumed that the list of hook functions contains nothing more - # than a whitespace-delimited list of legal shell function names, and - # no effort is wasted trying to catch shell meta-characters or preserve - # whitespace. - func_run_hooks () - { - $debug_cmd - - case " $hookable_fns " in - *" $1 "*) ;; - *) func_fatal_error "'$1' does not support hook funcions.n" ;; - esac - - eval _G_hook_fns=\$$1_hooks; shift - - for _G_hook in $_G_hook_fns; do - eval $_G_hook '"$@"' - - # store returned options list back into positional - # parameters for next 'cmd' execution. - eval _G_hook_result=\$${_G_hook}_result - eval set dummy "$_G_hook_result"; shift - done - - func_quote_for_eval ${1+"$@"} - func_run_hooks_result=$func_quote_for_eval_result - } - - - - ## --------------- ## - ## Option parsing. ## - ## --------------- ## - - # In order to add your own option parsing hooks, you must accept the - # full positional parameter list in your hook function, remove any - # options that you action, and then pass back the remaining unprocessed - # options in '_result', escaped suitably for - # 'eval'. Like this: - # - # my_options_prep () - # { - # $debug_cmd - # - # # Extend the existing usage message. - # usage_message=$usage_message' - # -s, --silent don'\''t print informational messages - # ' - # - # func_quote_for_eval ${1+"$@"} - # my_options_prep_result=$func_quote_for_eval_result - # } - # func_add_hook func_options_prep my_options_prep - # - # - # my_silent_option () - # { - # $debug_cmd - # - # # Note that for efficiency, we parse as many options as we can - # # recognise in a loop before passing the remainder back to the - # # caller on the first unrecognised argument we encounter. - # while test $# -gt 0; do - # opt=$1; shift - # case $opt in - # --silent|-s) opt_silent=: ;; - # # Separate non-argument short options: - # -s*) func_split_short_opt "$_G_opt" - # set dummy "$func_split_short_opt_name" \ - # "-$func_split_short_opt_arg" ${1+"$@"} - # shift - # ;; - # *) set dummy "$_G_opt" "$*"; shift; break ;; - # esac - # done - # - # func_quote_for_eval ${1+"$@"} - # my_silent_option_result=$func_quote_for_eval_result - # } - # func_add_hook func_parse_options my_silent_option - # - # - # my_option_validation () - # { - # $debug_cmd - # - # $opt_silent && $opt_verbose && func_fatal_help "\ - # '--silent' and '--verbose' options are mutually exclusive." - # - # func_quote_for_eval ${1+"$@"} - # my_option_validation_result=$func_quote_for_eval_result - # } - # func_add_hook func_validate_options my_option_validation - # - # You'll alse need to manually amend $usage_message to reflect the extra - # options you parse. It's preferable to append if you can, so that - # multiple option parsing hooks can be added safely. - - - # func_options [ARG]... - # --------------------- - # All the functions called inside func_options are hookable. See the - # individual implementations for details. - func_hookable func_options - func_options () - { - $debug_cmd - - func_options_prep ${1+"$@"} - eval func_parse_options \ - ${func_options_prep_result+"$func_options_prep_result"} - eval func_validate_options \ - ${func_parse_options_result+"$func_parse_options_result"} - - eval func_run_hooks func_options \ - ${func_validate_options_result+"$func_validate_options_result"} - - # save modified positional parameters for caller - func_options_result=$func_run_hooks_result - } - - - # func_options_prep [ARG]... - # -------------------------- - # All initialisations required before starting the option parse loop. - # Note that when calling hook functions, we pass through the list of - # positional parameters. If a hook function modifies that list, and - # needs to propogate that back to rest of this script, then the complete - # modified list must be put in 'func_run_hooks_result' before - # returning. - func_hookable func_options_prep - func_options_prep () - { - $debug_cmd - - # Option defaults: - opt_verbose=false - opt_warning_types= - - func_run_hooks func_options_prep ${1+"$@"} - - # save modified positional parameters for caller - func_options_prep_result=$func_run_hooks_result - } - - - # func_parse_options [ARG]... - # --------------------------- - # The main option parsing loop. - func_hookable func_parse_options - func_parse_options () - { - $debug_cmd - - func_parse_options_result= - - # this just eases exit handling - while test $# -gt 0; do - # Defer to hook functions for initial option parsing, so they - # get priority in the event of reusing an option name. - func_run_hooks func_parse_options ${1+"$@"} - - # Adjust func_parse_options positional parameters to match - eval set dummy "$func_run_hooks_result"; shift - - # Break out of the loop if we already parsed every option. - test $# -gt 0 || break - - _G_opt=$1 - shift - case $_G_opt in - --debug|-x) debug_cmd='set -x' - func_echo "enabling shell trace mode" - $debug_cmd - ;; - - --no-warnings|--no-warning|--no-warn) - set dummy --warnings none ${1+"$@"} - shift - ;; - - --warnings|--warning|-W) - test $# = 0 && func_missing_arg $_G_opt && break - case " $warning_categories $1" in - *" $1 "*) - # trailing space prevents matching last $1 above - func_append_uniq opt_warning_types " $1" - ;; - *all) - opt_warning_types=$warning_categories - ;; - *none) - opt_warning_types=none - warning_func=: - ;; - *error) - opt_warning_types=$warning_categories - warning_func=func_fatal_error - ;; - *) - func_fatal_error \ - "unsupported warning category: '$1'" - ;; - esac - shift - ;; - - --verbose|-v) opt_verbose=: ;; - --version) func_version ;; - -\?|-h) func_usage ;; - --help) func_help ;; - - # Separate optargs to long options (plugins may need this): - --*=*) func_split_equals "$_G_opt" - set dummy "$func_split_equals_lhs" \ - "$func_split_equals_rhs" ${1+"$@"} - shift - ;; - - # Separate optargs to short options: - -W*) - func_split_short_opt "$_G_opt" - set dummy "$func_split_short_opt_name" \ - "$func_split_short_opt_arg" ${1+"$@"} - shift - ;; - - # Separate non-argument short options: - -\?*|-h*|-v*|-x*) - func_split_short_opt "$_G_opt" - set dummy "$func_split_short_opt_name" \ - "-$func_split_short_opt_arg" ${1+"$@"} - shift - ;; - - --) break ;; - -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; - *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; - esac - done - - # save modified positional parameters for caller - func_quote_for_eval ${1+"$@"} - func_parse_options_result=$func_quote_for_eval_result - } - - - # func_validate_options [ARG]... - # ------------------------------ - # Perform any sanity checks on option settings and/or unconsumed - # arguments. - func_hookable func_validate_options - func_validate_options () - { - $debug_cmd - - # Display all warnings if -W was not given. - test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" - - func_run_hooks func_validate_options ${1+"$@"} - - # Bail if the options were screwed! - $exit_cmd $EXIT_FAILURE - - # save modified positional parameters for caller - func_validate_options_result=$func_run_hooks_result - } - - - - ## ----------------- ## - ## Helper functions. ## - ## ----------------- ## - - # This section contains the helper functions used by the rest of the - # hookable option parser framework in ascii-betical order. - - - # func_fatal_help ARG... - # ---------------------- - # Echo program name prefixed message to standard error, followed by - # a help hint, and exit. - func_fatal_help () - { - $debug_cmd - - eval \$ECHO \""Usage: $usage"\" - eval \$ECHO \""$fatal_help"\" - func_error ${1+"$@"} - exit $EXIT_FAILURE - } - - - # func_help - # --------- - # Echo long help message to standard output and exit. - func_help () - { - $debug_cmd - - func_usage_message - $ECHO "$long_help_message" - exit 0 - } - - - # func_missing_arg ARGNAME - # ------------------------ - # Echo program name prefixed message to standard error and set global - # exit_cmd. - func_missing_arg () - { - $debug_cmd - - func_error "Missing argument for '$1'." - exit_cmd=exit - } - - - # func_split_equals STRING - # ------------------------ - # Set func_split_equals_lhs and func_split_equals_rhs shell variables after - # splitting STRING at the '=' sign. - test -z "$_G_HAVE_XSI_OPS" \ - && (eval 'x=a/b/c; - test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ - && _G_HAVE_XSI_OPS=yes - - if test yes = "$_G_HAVE_XSI_OPS" - then - # This is an XSI compatible shell, allowing a faster implementation... - eval 'func_split_equals () - { - $debug_cmd - - func_split_equals_lhs=${1%%=*} - func_split_equals_rhs=${1#*=} - test "x$func_split_equals_lhs" = "x$1" \ - && func_split_equals_rhs= - }' - else - # ...otherwise fall back to using expr, which is often a shell builtin. - func_split_equals () - { - $debug_cmd - - func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` - func_split_equals_rhs= - test "x$func_split_equals_lhs" = "x$1" \ - || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` - } - fi #func_split_equals - - - # func_split_short_opt SHORTOPT - # ----------------------------- - # Set func_split_short_opt_name and func_split_short_opt_arg shell - # variables after splitting SHORTOPT after the 2nd character. - if test yes = "$_G_HAVE_XSI_OPS" - then - # This is an XSI compatible shell, allowing a faster implementation... - eval 'func_split_short_opt () - { - $debug_cmd - - func_split_short_opt_arg=${1#??} - func_split_short_opt_name=${1%"$func_split_short_opt_arg"} - }' - else - # ...otherwise fall back to using expr, which is often a shell builtin. - func_split_short_opt () - { - $debug_cmd - - func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` - func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` - } - fi #func_split_short_opt - - - # func_usage - # ---------- - # Echo short help message to standard output and exit. - func_usage () - { - $debug_cmd - - func_usage_message - $ECHO "Run '$progname --help |${PAGER-more}' for full usage" - exit 0 - } - - - # func_usage_message - # ------------------ - # Echo short help message to standard output. - func_usage_message () - { - $debug_cmd - - eval \$ECHO \""Usage: $usage"\" - echo - $SED -n 's|^# || - /^Written by/{ - x;p;x - } - h - /^Written by/q' < "$progpath" - echo - eval \$ECHO \""$usage_message"\" - } - - - # func_version - # ------------ - # Echo version message to standard output and exit. - func_version () - { - $debug_cmd - - printf '%s\n' "$progname $scriptversion" - $SED -n ' - /(C)/!b go - :more - /\./!{ - N - s|\n# | | - b more - } - :go - /^# Written by /,/# warranty; / { - s|^# || - s|^# *$|| - s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| - p - } - /^# Written by / { - s|^# || - p - } - /^warranty; /q' < "$progpath" - - exit $? - } - - - # Local variables: - # mode: shell-script - # sh-indentation: 2 - # eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" - # time-stamp-time-zone: "UTC" - # End: - - # Set a version string. - scriptversion='(GNU libtool) 2.4.6' - - - # func_echo ARG... - # ---------------- - # Libtool also displays the current mode in messages, so override - # funclib.sh func_echo with this custom definition. - func_echo () - { - $debug_cmd - - _G_message=$* - - func_echo_IFS=$IFS - IFS=$nl - for _G_line in $_G_message; do - IFS=$func_echo_IFS - $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" - done - IFS=$func_echo_IFS - } - - - # func_warning ARG... - # ------------------- - # Libtool warnings are not categorized, so override funclib.sh - # func_warning with this simpler definition. - func_warning () - { - $debug_cmd - - $warning_func ${1+"$@"} - } - - - ## ---------------- ## - ## Options parsing. ## - ## ---------------- ## - - # Hook in the functions to make sure our own options are parsed during - # the option parsing loop. - - usage='$progpath [OPTION]... [MODE-ARG]...' - - # Short help message in response to '-h'. - usage_message="Options: - --config show all configuration variables - --debug enable verbose shell tracing - -n, --dry-run display commands without modifying any files - --features display basic configuration information and exit - --mode=MODE use operation mode MODE - --no-warnings equivalent to '-Wnone' - --preserve-dup-deps don't remove duplicate dependency libraries - --quiet, --silent don't print informational messages - --tag=TAG use configuration variables from tag TAG - -v, --verbose print more informational messages than default - --version print version information - -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] - -h, --help, --help-all print short, long, or detailed help message - " - - # Additional text appended to 'usage_message' in response to '--help'. - func_help () - { - $debug_cmd - - func_usage_message - $ECHO "$long_help_message - - MODE must be one of the following: - - clean remove files from the build directory - compile compile a source file into a libtool object - execute automatically set library path, then run a program - finish complete the installation of libtool libraries - install install libraries or executables - link create a library or an executable - uninstall remove libraries from an installed directory - - MODE-ARGS vary depending on the MODE. When passed as first option, - '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. - Try '$progname --help --mode=MODE' for a more detailed description of MODE. - - When reporting a bug, please describe a test case to reproduce it and - include the following information: - - host-triplet: $host - shell: $SHELL - compiler: $LTCC - compiler flags: $LTCFLAGS - linker: $LD (gnu? $with_gnu_ld) - version: $progname (GNU libtool) 2.4.6 - automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` - autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` - - Report bugs to . - GNU libtool home page: . - General help using GNU software: ." - exit 0 - } - - - # func_lo2o OBJECT-NAME - # --------------------- - # Transform OBJECT-NAME from a '.lo' suffix to the platform specific - # object suffix. - - lo2o=s/\\.lo\$/.$objext/ - o2lo=s/\\.$objext\$/.lo/ - - if test yes = "$_G_HAVE_XSI_OPS"; then - eval 'func_lo2o () - { - case $1 in - *.lo) func_lo2o_result=${1%.lo}.$objext ;; - * ) func_lo2o_result=$1 ;; - esac - }' - - # func_xform LIBOBJ-OR-SOURCE - # --------------------------- - # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) - # suffix to a '.lo' libtool-object suffix. - eval 'func_xform () - { - func_xform_result=${1%.*}.lo - }' - else - # ...otherwise fall back to using sed. - func_lo2o () - { - func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` - } - - func_xform () - { - func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` - } - fi - - - # func_fatal_configuration ARG... - # ------------------------------- - # Echo program name prefixed message to standard error, followed by - # a configuration failure hint, and exit. - func_fatal_configuration () - { - func__fatal_error ${1+"$@"} \ - "See the $PACKAGE documentation for more information." \ - "Fatal configuration error." - } - - - # func_config - # ----------- - # Display the configuration for all the tags in this script. - func_config () - { - re_begincf='^# ### BEGIN LIBTOOL' - re_endcf='^# ### END LIBTOOL' - - # Default configuration. - $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" - - # Now print the configurations for the tags. - for tagname in $taglist; do - $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" - done - - exit $? - } - - - # func_features - # ------------- - # Display the features supported by this script. - func_features () - { - echo "host: $host" - if test yes = "$build_libtool_libs"; then - echo "enable shared libraries" - else - echo "disable shared libraries" - fi - if test yes = "$build_old_libs"; then - echo "enable static libraries" - else - echo "disable static libraries" - fi - - exit $? - } - - - # func_enable_tag TAGNAME - # ----------------------- - # Verify that TAGNAME is valid, and either flag an error and exit, or - # enable the TAGNAME tag. We also add TAGNAME to the global $taglist - # variable here. - func_enable_tag () - { - # Global variable: - tagname=$1 - - re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" - re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" - sed_extractcf=/$re_begincf/,/$re_endcf/p - - # Validate tagname. - case $tagname in - *[!-_A-Za-z0-9,/]*) - func_fatal_error "invalid tag name: $tagname" - ;; - esac - - # Don't test for the "default" C tag, as we know it's - # there but not specially marked. - case $tagname in - CC) ;; - *) - if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then - taglist="$taglist $tagname" - - # Evaluate the configuration. Be careful to quote the path - # and the sed script, to avoid splitting on whitespace, but - # also don't use non-portable quotes within backquotes within - # quotes we have to do it in 2 steps: - extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` - eval "$extractedcf" - else - func_error "ignoring unknown tag $tagname" - fi - ;; - esac - } - - - # func_check_version_match - # ------------------------ - # Ensure that we are using m4 macros, and libtool script from the same - # release of libtool. - func_check_version_match () - { - if test "$package_revision" != "$macro_revision"; then - if test "$VERSION" != "$macro_version"; then - if test -z "$macro_version"; then - cat >&2 <<_LT_EOF - $progname: Version mismatch error. This is $PACKAGE $VERSION, but the - $progname: definition of this LT_INIT comes from an older release. - $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION - $progname: and run autoconf again. - _LT_EOF - else - cat >&2 <<_LT_EOF - $progname: Version mismatch error. This is $PACKAGE $VERSION, but the - $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. - $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION - $progname: and run autoconf again. - _LT_EOF - fi - else - cat >&2 <<_LT_EOF - $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, - $progname: but the definition of this LT_INIT comes from revision $macro_revision. - $progname: You should recreate aclocal.m4 with macros from revision $package_revision - $progname: of $PACKAGE $VERSION and run autoconf again. - _LT_EOF - fi - - exit $EXIT_MISMATCH - fi - } - - - # libtool_options_prep [ARG]... - # ----------------------------- - # Preparation for options parsed by libtool. - libtool_options_prep () - { - $debug_mode - - # Option defaults: - opt_config=false - opt_dlopen= - opt_dry_run=false - opt_help=false - opt_mode= - opt_preserve_dup_deps=false - opt_quiet=false - - nonopt= - preserve_args= - - # Shorthand for --mode=foo, only valid as the first argument - case $1 in - clean|clea|cle|cl) - shift; set dummy --mode clean ${1+"$@"}; shift - ;; - compile|compil|compi|comp|com|co|c) - shift; set dummy --mode compile ${1+"$@"}; shift - ;; - execute|execut|execu|exec|exe|ex|e) - shift; set dummy --mode execute ${1+"$@"}; shift - ;; - finish|finis|fini|fin|fi|f) - shift; set dummy --mode finish ${1+"$@"}; shift - ;; - install|instal|insta|inst|ins|in|i) - shift; set dummy --mode install ${1+"$@"}; shift - ;; - link|lin|li|l) - shift; set dummy --mode link ${1+"$@"}; shift - ;; - uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) - shift; set dummy --mode uninstall ${1+"$@"}; shift - ;; - esac - - # Pass back the list of options. - func_quote_for_eval ${1+"$@"} - libtool_options_prep_result=$func_quote_for_eval_result - } - func_add_hook func_options_prep libtool_options_prep - - - # libtool_parse_options [ARG]... - # --------------------------------- - # Provide handling for libtool specific options. - libtool_parse_options () - { - $debug_cmd - - # Perform our own loop to consume as many options as possible in - # each iteration. - while test $# -gt 0; do - _G_opt=$1 - shift - case $_G_opt in - --dry-run|--dryrun|-n) - opt_dry_run=: - ;; - - --config) func_config ;; - - --dlopen|-dlopen) - opt_dlopen="${opt_dlopen+$opt_dlopen - }$1" - shift - ;; - - --preserve-dup-deps) - opt_preserve_dup_deps=: ;; - - --features) func_features ;; - - --finish) set dummy --mode finish ${1+"$@"}; shift ;; - - --help) opt_help=: ;; - - --help-all) opt_help=': help-all' ;; - - --mode) test $# = 0 && func_missing_arg $_G_opt && break - opt_mode=$1 - case $1 in - # Valid mode arguments: - clean|compile|execute|finish|install|link|relink|uninstall) ;; - - # Catch anything else as an error - *) func_error "invalid argument for $_G_opt" - exit_cmd=exit - break - ;; - esac - shift - ;; - - --no-silent|--no-quiet) - opt_quiet=false - func_append preserve_args " $_G_opt" - ;; - - --no-warnings|--no-warning|--no-warn) - opt_warning=false - func_append preserve_args " $_G_opt" - ;; - - --no-verbose) - opt_verbose=false - func_append preserve_args " $_G_opt" - ;; - - --silent|--quiet) - opt_quiet=: - opt_verbose=false - func_append preserve_args " $_G_opt" - ;; - - --tag) test $# = 0 && func_missing_arg $_G_opt && break - opt_tag=$1 - func_append preserve_args " $_G_opt $1" - func_enable_tag "$1" - shift - ;; - - --verbose|-v) opt_quiet=false - opt_verbose=: - func_append preserve_args " $_G_opt" - ;; - - # An option not handled by this hook function: - *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; - esac - done - - - # save modified positional parameters for caller - func_quote_for_eval ${1+"$@"} - libtool_parse_options_result=$func_quote_for_eval_result - } - func_add_hook func_parse_options libtool_parse_options - - - - # libtool_validate_options [ARG]... - # --------------------------------- - # Perform any sanity checks on option settings and/or unconsumed - # arguments. - libtool_validate_options () - { - # save first non-option argument - if test 0 -lt $#; then - nonopt=$1 - shift - fi - - # preserve --debug - test : = "$debug_cmd" || func_append preserve_args " --debug" - - case $host in - # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 - # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 - *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) - # don't eliminate duplications in $postdeps and $predeps - opt_duplicate_compiler_generated_deps=: - ;; - *) - opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps - ;; - esac - - $opt_help || { - # Sanity checks first: - func_check_version_match - - test yes != "$build_libtool_libs" \ - && test yes != "$build_old_libs" \ - && func_fatal_configuration "not configured to build any kind of library" - - # Darwin sucks - eval std_shrext=\"$shrext_cmds\" - - # Only execute mode is allowed to have -dlopen flags. - if test -n "$opt_dlopen" && test execute != "$opt_mode"; then - func_error "unrecognized option '-dlopen'" - $ECHO "$help" 1>&2 - exit $EXIT_FAILURE - fi - - # Change the help message to a mode-specific one. - generic_help=$help - help="Try '$progname --help --mode=$opt_mode' for more information." - } - - # Pass back the unparsed argument list - func_quote_for_eval ${1+"$@"} - libtool_validate_options_result=$func_quote_for_eval_result - } - func_add_hook func_validate_options libtool_validate_options - - - # Process options as early as possible so that --help and --version - # can return quickly. - func_options ${1+"$@"} - eval set dummy "$func_options_result"; shift - - - - ## ----------- ## - ## Main. ## - ## ----------- ## - - magic='%%%MAGIC variable%%%' - magic_exe='%%%MAGIC EXE variable%%%' - - # Global variables. - extracted_archives= - extracted_serial=0 - - # If this variable is set in any of the actions, the command in it - # will be execed at the end. This prevents here-documents from being - # left over by shells. - exec_cmd= - - - # A function that is used when there is no print builtin or printf. - func_fallback_echo () - { - eval 'cat <<_LTECHO_EOF - $1 - _LTECHO_EOF' - } - - # func_generated_by_libtool - # True iff stdin has been generated by Libtool. This function is only - # a basic sanity check; it will hardly flush out determined imposters. - func_generated_by_libtool_p () - { - $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 - } - - # func_lalib_p file - # True iff FILE is a libtool '.la' library or '.lo' object file. - # This function is only a basic sanity check; it will hardly flush out - # determined imposters. - func_lalib_p () - { - test -f "$1" && - $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p - } - - # func_lalib_unsafe_p file - # True iff FILE is a libtool '.la' library or '.lo' object file. - # This function implements the same check as func_lalib_p without - # resorting to external programs. To this end, it redirects stdin and - # closes it afterwards, without saving the original file descriptor. - # As a safety measure, use it only where a negative result would be - # fatal anyway. Works if 'file' does not exist. - func_lalib_unsafe_p () - { - lalib_p=no - if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then - for lalib_p_l in 1 2 3 4 - do - read lalib_p_line - case $lalib_p_line in - \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; - esac - done - exec 0<&5 5<&- - fi - test yes = "$lalib_p" - } - - # func_ltwrapper_script_p file - # True iff FILE is a libtool wrapper script - # This function is only a basic sanity check; it will hardly flush out - # determined imposters. - func_ltwrapper_script_p () - { - test -f "$1" && - $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p - } - - # func_ltwrapper_executable_p file - # True iff FILE is a libtool wrapper executable - # This function is only a basic sanity check; it will hardly flush out - # determined imposters. - func_ltwrapper_executable_p () - { - func_ltwrapper_exec_suffix= - case $1 in - *.exe) ;; - *) func_ltwrapper_exec_suffix=.exe ;; - esac - $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 - } - - # func_ltwrapper_scriptname file - # Assumes file is an ltwrapper_executable - # uses $file to determine the appropriate filename for a - # temporary ltwrapper_script. - func_ltwrapper_scriptname () - { - func_dirname_and_basename "$1" "" "." - func_stripname '' '.exe' "$func_basename_result" - func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper - } - - # func_ltwrapper_p file - # True iff FILE is a libtool wrapper script or wrapper executable - # This function is only a basic sanity check; it will hardly flush out - # determined imposters. - func_ltwrapper_p () - { - func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" - } - - - # func_execute_cmds commands fail_cmd - # Execute tilde-delimited COMMANDS. - # If FAIL_CMD is given, eval that upon failure. - # FAIL_CMD may read-access the current command in variable CMD! - func_execute_cmds () - { - $debug_cmd - - save_ifs=$IFS; IFS='~' - for cmd in $1; do - IFS=$sp$nl - eval cmd=\"$cmd\" - IFS=$save_ifs - func_show_eval "$cmd" "${2-:}" - done - IFS=$save_ifs - } - - - # func_source file - # Source FILE, adding directory component if necessary. - # Note that it is not necessary on cygwin/mingw to append a dot to - # FILE even if both FILE and FILE.exe exist: automatic-append-.exe - # behavior happens only for exec(3), not for open(2)! Also, sourcing - # 'FILE.' does not work on cygwin managed mounts. - func_source () - { - $debug_cmd - - case $1 in - */* | *\\*) . "$1" ;; - *) . "./$1" ;; - esac - } - - - # func_resolve_sysroot PATH - # Replace a leading = in PATH with a sysroot. Store the result into - # func_resolve_sysroot_result - func_resolve_sysroot () - { - func_resolve_sysroot_result=$1 - case $func_resolve_sysroot_result in - =*) - func_stripname '=' '' "$func_resolve_sysroot_result" - func_resolve_sysroot_result=$lt_sysroot$func_stripname_result - ;; - esac - } - - # func_replace_sysroot PATH - # If PATH begins with the sysroot, replace it with = and - # store the result into func_replace_sysroot_result. - func_replace_sysroot () - { - case $lt_sysroot:$1 in - ?*:"$lt_sysroot"*) - func_stripname "$lt_sysroot" '' "$1" - func_replace_sysroot_result='='$func_stripname_result - ;; - *) - # Including no sysroot. - func_replace_sysroot_result=$1 - ;; - esac - } - - # func_infer_tag arg - # Infer tagged configuration to use if any are available and - # if one wasn't chosen via the "--tag" command line option. - # Only attempt this if the compiler in the base compile - # command doesn't match the default compiler. - # arg is usually of the form 'gcc ...' - func_infer_tag () - { - $debug_cmd - - if test -n "$available_tags" && test -z "$tagname"; then - CC_quoted= - for arg in $CC; do - func_append_quoted CC_quoted "$arg" - done - CC_expanded=`func_echo_all $CC` - CC_quoted_expanded=`func_echo_all $CC_quoted` - case $@ in - # Blanks in the command may have been stripped by the calling shell, - # but not from the CC environment variable when configure was run. - " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ - " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; - # Blanks at the start of $base_compile will cause this to fail - # if we don't check for them as well. - *) - for z in $available_tags; do - if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then - # Evaluate the configuration. - eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" - CC_quoted= - for arg in $CC; do - # Double-quote args containing other shell metacharacters. - func_append_quoted CC_quoted "$arg" - done - CC_expanded=`func_echo_all $CC` - CC_quoted_expanded=`func_echo_all $CC_quoted` - case "$@ " in - " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ - " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) - # The compiler in the base compile command matches - # the one in the tagged configuration. - # Assume this is the tagged configuration we want. - tagname=$z - break - ;; - esac - fi - done - # If $tagname still isn't set, then no tagged configuration - # was found and let the user know that the "--tag" command - # line option must be used. - if test -z "$tagname"; then - func_echo "unable to infer tagged configuration" - func_fatal_error "specify a tag with '--tag'" - # else - # func_verbose "using $tagname tagged configuration" - fi - ;; - esac - fi - } - - - - # func_write_libtool_object output_name pic_name nonpic_name - # Create a libtool object file (analogous to a ".la" file), - # but don't create it if we're doing a dry run. - func_write_libtool_object () - { - write_libobj=$1 - if test yes = "$build_libtool_libs"; then - write_lobj=\'$2\' - else - write_lobj=none - fi - - if test yes = "$build_old_libs"; then - write_oldobj=\'$3\' - else - write_oldobj=none - fi - - $opt_dry_run || { - cat >${write_libobj}T </dev/null` - if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then - func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | - $SED -e "$sed_naive_backslashify"` - else - func_convert_core_file_wine_to_w32_result= - fi - fi - } - # end: func_convert_core_file_wine_to_w32 - - - # func_convert_core_path_wine_to_w32 ARG - # Helper function used by path conversion functions when $build is *nix, and - # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly - # configured wine environment available, with the winepath program in $build's - # $PATH. Assumes ARG has no leading or trailing path separator characters. - # - # ARG is path to be converted from $build format to win32. - # Result is available in $func_convert_core_path_wine_to_w32_result. - # Unconvertible file (directory) names in ARG are skipped; if no directory names - # are convertible, then the result may be empty. - func_convert_core_path_wine_to_w32 () - { - $debug_cmd - - # unfortunately, winepath doesn't convert paths, only file names - func_convert_core_path_wine_to_w32_result= - if test -n "$1"; then - oldIFS=$IFS - IFS=: - for func_convert_core_path_wine_to_w32_f in $1; do - IFS=$oldIFS - func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" - if test -n "$func_convert_core_file_wine_to_w32_result"; then - if test -z "$func_convert_core_path_wine_to_w32_result"; then - func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result - else - func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" - fi - fi - done - IFS=$oldIFS - fi - } - # end: func_convert_core_path_wine_to_w32 - - - # func_cygpath ARGS... - # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when - # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) - # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or - # (2), returns the Cygwin file name or path in func_cygpath_result (input - # file name or path is assumed to be in w32 format, as previously converted - # from $build's *nix or MSYS format). In case (3), returns the w32 file name - # or path in func_cygpath_result (input file name or path is assumed to be in - # Cygwin format). Returns an empty string on error. - # - # ARGS are passed to cygpath, with the last one being the file name or path to - # be converted. - # - # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH - # environment variable; do not put it in $PATH. - func_cygpath () - { - $debug_cmd - - if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then - func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` - if test "$?" -ne 0; then - # on failure, ensure result is empty - func_cygpath_result= - fi - else - func_cygpath_result= - func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" - fi - } - #end: func_cygpath - - - # func_convert_core_msys_to_w32 ARG - # Convert file name or path ARG from MSYS format to w32 format. Return - # result in func_convert_core_msys_to_w32_result. - func_convert_core_msys_to_w32 () - { - $debug_cmd - - # awkward: cmd appends spaces to result - func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | - $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` - } - #end: func_convert_core_msys_to_w32 - - - # func_convert_file_check ARG1 ARG2 - # Verify that ARG1 (a file name in $build format) was converted to $host - # format in ARG2. Otherwise, emit an error message, but continue (resetting - # func_to_host_file_result to ARG1). - func_convert_file_check () - { - $debug_cmd - - if test -z "$2" && test -n "$1"; then - func_error "Could not determine host file name corresponding to" - func_error " '$1'" - func_error "Continuing, but uninstalled executables may not work." - # Fallback: - func_to_host_file_result=$1 - fi - } - # end func_convert_file_check - - - # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH - # Verify that FROM_PATH (a path in $build format) was converted to $host - # format in TO_PATH. Otherwise, emit an error message, but continue, resetting - # func_to_host_file_result to a simplistic fallback value (see below). - func_convert_path_check () - { - $debug_cmd - - if test -z "$4" && test -n "$3"; then - func_error "Could not determine the host path corresponding to" - func_error " '$3'" - func_error "Continuing, but uninstalled executables may not work." - # Fallback. This is a deliberately simplistic "conversion" and - # should not be "improved". See libtool.info. - if test "x$1" != "x$2"; then - lt_replace_pathsep_chars="s|$1|$2|g" - func_to_host_path_result=`echo "$3" | - $SED -e "$lt_replace_pathsep_chars"` - else - func_to_host_path_result=$3 - fi - fi - } - # end func_convert_path_check - - - # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG - # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT - # and appending REPL if ORIG matches BACKPAT. - func_convert_path_front_back_pathsep () - { - $debug_cmd - - case $4 in - $1 ) func_to_host_path_result=$3$func_to_host_path_result - ;; - esac - case $4 in - $2 ) func_append func_to_host_path_result "$3" - ;; - esac - } - # end func_convert_path_front_back_pathsep - - - ################################################## - # $build to $host FILE NAME CONVERSION FUNCTIONS # - ################################################## - # invoked via '$to_host_file_cmd ARG' - # - # In each case, ARG is the path to be converted from $build to $host format. - # Result will be available in $func_to_host_file_result. - - - # func_to_host_file ARG - # Converts the file name ARG from $build format to $host format. Return result - # in func_to_host_file_result. - func_to_host_file () - { - $debug_cmd - - $to_host_file_cmd "$1" - } - # end func_to_host_file - - - # func_to_tool_file ARG LAZY - # converts the file name ARG from $build format to toolchain format. Return - # result in func_to_tool_file_result. If the conversion in use is listed - # in (the comma separated) LAZY, no conversion takes place. - func_to_tool_file () - { - $debug_cmd - - case ,$2, in - *,"$to_tool_file_cmd",*) - func_to_tool_file_result=$1 - ;; - *) - $to_tool_file_cmd "$1" - func_to_tool_file_result=$func_to_host_file_result - ;; - esac - } - # end func_to_tool_file - - - # func_convert_file_noop ARG - # Copy ARG to func_to_host_file_result. - func_convert_file_noop () - { - func_to_host_file_result=$1 - } - # end func_convert_file_noop - - - # func_convert_file_msys_to_w32 ARG - # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic - # conversion to w32 is not available inside the cwrapper. Returns result in - # func_to_host_file_result. - func_convert_file_msys_to_w32 () - { - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - func_convert_core_msys_to_w32 "$1" - func_to_host_file_result=$func_convert_core_msys_to_w32_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" - } - # end func_convert_file_msys_to_w32 - - - # func_convert_file_cygwin_to_w32 ARG - # Convert file name ARG from Cygwin to w32 format. Returns result in - # func_to_host_file_result. - func_convert_file_cygwin_to_w32 () - { - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - # because $build is cygwin, we call "the" cygpath in $PATH; no need to use - # LT_CYGPATH in this case. - func_to_host_file_result=`cygpath -m "$1"` - fi - func_convert_file_check "$1" "$func_to_host_file_result" - } - # end func_convert_file_cygwin_to_w32 - - - # func_convert_file_nix_to_w32 ARG - # Convert file name ARG from *nix to w32 format. Requires a wine environment - # and a working winepath. Returns result in func_to_host_file_result. - func_convert_file_nix_to_w32 () - { - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - func_convert_core_file_wine_to_w32 "$1" - func_to_host_file_result=$func_convert_core_file_wine_to_w32_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" - } - # end func_convert_file_nix_to_w32 - - - # func_convert_file_msys_to_cygwin ARG - # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. - # Returns result in func_to_host_file_result. - func_convert_file_msys_to_cygwin () - { - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - func_convert_core_msys_to_w32 "$1" - func_cygpath -u "$func_convert_core_msys_to_w32_result" - func_to_host_file_result=$func_cygpath_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" - } - # end func_convert_file_msys_to_cygwin - - - # func_convert_file_nix_to_cygwin ARG - # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed - # in a wine environment, working winepath, and LT_CYGPATH set. Returns result - # in func_to_host_file_result. - func_convert_file_nix_to_cygwin () - { - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. - func_convert_core_file_wine_to_w32 "$1" - func_cygpath -u "$func_convert_core_file_wine_to_w32_result" - func_to_host_file_result=$func_cygpath_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" - } - # end func_convert_file_nix_to_cygwin - - - ############################################# - # $build to $host PATH CONVERSION FUNCTIONS # - ############################################# - # invoked via '$to_host_path_cmd ARG' - # - # In each case, ARG is the path to be converted from $build to $host format. - # The result will be available in $func_to_host_path_result. - # - # Path separators are also converted from $build format to $host format. If - # ARG begins or ends with a path separator character, it is preserved (but - # converted to $host format) on output. - # - # All path conversion functions are named using the following convention: - # file name conversion function : func_convert_file_X_to_Y () - # path conversion function : func_convert_path_X_to_Y () - # where, for any given $build/$host combination the 'X_to_Y' value is the - # same. If conversion functions are added for new $build/$host combinations, - # the two new functions must follow this pattern, or func_init_to_host_path_cmd - # will break. - - - # func_init_to_host_path_cmd - # Ensures that function "pointer" variable $to_host_path_cmd is set to the - # appropriate value, based on the value of $to_host_file_cmd. - to_host_path_cmd= - func_init_to_host_path_cmd () - { - $debug_cmd - - if test -z "$to_host_path_cmd"; then - func_stripname 'func_convert_file_' '' "$to_host_file_cmd" - to_host_path_cmd=func_convert_path_$func_stripname_result - fi - } - - - # func_to_host_path ARG - # Converts the path ARG from $build format to $host format. Return result - # in func_to_host_path_result. - func_to_host_path () - { - $debug_cmd - - func_init_to_host_path_cmd - $to_host_path_cmd "$1" - } - # end func_to_host_path - - - # func_convert_path_noop ARG - # Copy ARG to func_to_host_path_result. - func_convert_path_noop () - { - func_to_host_path_result=$1 - } - # end func_convert_path_noop - - - # func_convert_path_msys_to_w32 ARG - # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic - # conversion to w32 is not available inside the cwrapper. Returns result in - # func_to_host_path_result. - func_convert_path_msys_to_w32 () - { - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # Remove leading and trailing path separator characters from ARG. MSYS - # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; - # and winepath ignores them completely. - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" - func_to_host_path_result=$func_convert_core_msys_to_w32_result - func_convert_path_check : ";" \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" - fi - } - # end func_convert_path_msys_to_w32 - - - # func_convert_path_cygwin_to_w32 ARG - # Convert path ARG from Cygwin to w32 format. Returns result in - # func_to_host_file_result. - func_convert_path_cygwin_to_w32 () - { - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # See func_convert_path_msys_to_w32: - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` - func_convert_path_check : ";" \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" - fi - } - # end func_convert_path_cygwin_to_w32 - - - # func_convert_path_nix_to_w32 ARG - # Convert path ARG from *nix to w32 format. Requires a wine environment and - # a working winepath. Returns result in func_to_host_file_result. - func_convert_path_nix_to_w32 () - { - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # See func_convert_path_msys_to_w32: - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" - func_to_host_path_result=$func_convert_core_path_wine_to_w32_result - func_convert_path_check : ";" \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" - fi - } - # end func_convert_path_nix_to_w32 - - - # func_convert_path_msys_to_cygwin ARG - # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. - # Returns result in func_to_host_file_result. - func_convert_path_msys_to_cygwin () - { - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # See func_convert_path_msys_to_w32: - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" - func_cygpath -u -p "$func_convert_core_msys_to_w32_result" - func_to_host_path_result=$func_cygpath_result - func_convert_path_check : : \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" : "$1" - fi - } - # end func_convert_path_msys_to_cygwin - - - # func_convert_path_nix_to_cygwin ARG - # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a - # a wine environment, working winepath, and LT_CYGPATH set. Returns result in - # func_to_host_file_result. - func_convert_path_nix_to_cygwin () - { - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # Remove leading and trailing path separator characters from - # ARG. msys behavior is inconsistent here, cygpath turns them - # into '.;' and ';.', and winepath ignores them completely. - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" - func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" - func_to_host_path_result=$func_cygpath_result - func_convert_path_check : : \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" : "$1" - fi - } - # end func_convert_path_nix_to_cygwin - - - # func_dll_def_p FILE - # True iff FILE is a Windows DLL '.def' file. - # Keep in sync with _LT_DLL_DEF_P in libtool.m4 - func_dll_def_p () - { - $debug_cmd - - func_dll_def_p_tmp=`$SED -n \ - -e 's/^[ ]*//' \ - -e '/^\(;.*\)*$/d' \ - -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ - -e q \ - "$1"` - test DEF = "$func_dll_def_p_tmp" - } - - - # func_mode_compile arg... - func_mode_compile () - { - $debug_cmd - - # Get the compilation command and the source file. - base_compile= - srcfile=$nonopt # always keep a non-empty value in "srcfile" - suppress_opt=yes - suppress_output= - arg_mode=normal - libobj= - later= - pie_flag= - - for arg - do - case $arg_mode in - arg ) - # do not "continue". Instead, add this to base_compile - lastarg=$arg - arg_mode=normal - ;; - - target ) - libobj=$arg - arg_mode=normal - continue - ;; - - normal ) - # Accept any command-line options. - case $arg in - -o) - test -n "$libobj" && \ - func_fatal_error "you cannot specify '-o' more than once" - arg_mode=target - continue - ;; - - -pie | -fpie | -fPIE) - func_append pie_flag " $arg" - continue - ;; - - -shared | -static | -prefer-pic | -prefer-non-pic) - func_append later " $arg" - continue - ;; - - -no-suppress) - suppress_opt=no - continue - ;; - - -Xcompiler) - arg_mode=arg # the next one goes into the "base_compile" arg list - continue # The current "srcfile" will either be retained or - ;; # replaced later. I would guess that would be a bug. - - -Wc,*) - func_stripname '-Wc,' '' "$arg" - args=$func_stripname_result - lastarg= - save_ifs=$IFS; IFS=, - for arg in $args; do - IFS=$save_ifs - func_append_quoted lastarg "$arg" - done - IFS=$save_ifs - func_stripname ' ' '' "$lastarg" - lastarg=$func_stripname_result - - # Add the arguments to base_compile. - func_append base_compile " $lastarg" - continue - ;; - - *) - # Accept the current argument as the source file. - # The previous "srcfile" becomes the current argument. - # - lastarg=$srcfile - srcfile=$arg - ;; - esac # case $arg - ;; - esac # case $arg_mode - - # Aesthetically quote the previous argument. - func_append_quoted base_compile "$lastarg" - done # for arg - - case $arg_mode in - arg) - func_fatal_error "you must specify an argument for -Xcompile" - ;; - target) - func_fatal_error "you must specify a target with '-o'" - ;; - *) - # Get the name of the library object. - test -z "$libobj" && { - func_basename "$srcfile" - libobj=$func_basename_result - } - ;; - esac - - # Recognize several different file suffixes. - # If the user specifies -o file.o, it is replaced with file.lo - case $libobj in - *.[cCFSifmso] | \ - *.ada | *.adb | *.ads | *.asm | \ - *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ - *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) - func_xform "$libobj" - libobj=$func_xform_result - ;; - esac - - case $libobj in - *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; - *) - func_fatal_error "cannot determine name of library object from '$libobj'" - ;; - esac - - func_infer_tag $base_compile - - for arg in $later; do - case $arg in - -shared) - test yes = "$build_libtool_libs" \ - || func_fatal_configuration "cannot build a shared library" - build_old_libs=no - continue - ;; - - -static) - build_libtool_libs=no - build_old_libs=yes - continue - ;; - - -prefer-pic) - pic_mode=yes - continue - ;; - - -prefer-non-pic) - pic_mode=no - continue - ;; - esac - done - - func_quote_for_eval "$libobj" - test "X$libobj" != "X$func_quote_for_eval_result" \ - && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ - && func_warning "libobj name '$libobj' may not contain shell special characters." - func_dirname_and_basename "$obj" "/" "" - objname=$func_basename_result - xdir=$func_dirname_result - lobj=$xdir$objdir/$objname - - test -z "$base_compile" && \ - func_fatal_help "you must specify a compilation command" - - # Delete any leftover library objects. - if test yes = "$build_old_libs"; then - removelist="$obj $lobj $libobj ${libobj}T" - else - removelist="$lobj $libobj ${libobj}T" - fi - - # On Cygwin there's no "real" PIC flag so we must build both object types - case $host_os in - cygwin* | mingw* | pw32* | os2* | cegcc*) - pic_mode=default - ;; - esac - if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then - # non-PIC code in shared libraries is not supported - pic_mode=default - fi - - # Calculate the filename of the output object if compiler does - # not support -o with -c - if test no = "$compiler_c_o"; then - output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext - lockfile=$output_obj.lock - else - output_obj= - need_locks=no - lockfile= - fi - - # Lock this critical section if it is needed - # We use this script file to make the link, it avoids creating a new file - if test yes = "$need_locks"; then - until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do - func_echo "Waiting for $lockfile to be removed" - sleep 2 - done - elif test warn = "$need_locks"; then - if test -f "$lockfile"; then - $ECHO "\ - *** ERROR, $lockfile exists and contains: - `cat $lockfile 2>/dev/null` - - This indicates that another process is trying to use the same - temporary object file, and libtool could not work around it because - your compiler does not support '-c' and '-o' together. If you - repeat this compilation, it may succeed, by chance, but you had better - avoid parallel builds (make -j) in this platform, or get a better - compiler." - - $opt_dry_run || $RM $removelist - exit $EXIT_FAILURE - fi - func_append removelist " $output_obj" - $ECHO "$srcfile" > "$lockfile" - fi - - $opt_dry_run || $RM $removelist - func_append removelist " $lockfile" - trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 - - func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 - srcfile=$func_to_tool_file_result - func_quote_for_eval "$srcfile" - qsrcfile=$func_quote_for_eval_result - - # Only build a PIC object if we are building libtool libraries. - if test yes = "$build_libtool_libs"; then - # Without this assignment, base_compile gets emptied. - fbsd_hideous_sh_bug=$base_compile - - if test no != "$pic_mode"; then - command="$base_compile $qsrcfile $pic_flag" - else - # Don't build PIC code - command="$base_compile $qsrcfile" - fi - - func_mkdir_p "$xdir$objdir" - - if test -z "$output_obj"; then - # Place PIC objects in $objdir - func_append command " -o $lobj" - fi - - func_show_eval_locale "$command" \ - 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' - - if test warn = "$need_locks" && - test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then - $ECHO "\ - *** ERROR, $lockfile contains: - `cat $lockfile 2>/dev/null` - - but it should contain: - $srcfile - - This indicates that another process is trying to use the same - temporary object file, and libtool could not work around it because - your compiler does not support '-c' and '-o' together. If you - repeat this compilation, it may succeed, by chance, but you had better - avoid parallel builds (make -j) in this platform, or get a better - compiler." - - $opt_dry_run || $RM $removelist - exit $EXIT_FAILURE - fi - - # Just move the object if needed, then go on to compile the next one - if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then - func_show_eval '$MV "$output_obj" "$lobj"' \ - 'error=$?; $opt_dry_run || $RM $removelist; exit $error' - fi - - # Allow error messages only from the first compilation. - if test yes = "$suppress_opt"; then - suppress_output=' >/dev/null 2>&1' - fi - fi - - # Only build a position-dependent object if we build old libraries. - if test yes = "$build_old_libs"; then - if test yes != "$pic_mode"; then - # Don't build PIC code - command="$base_compile $qsrcfile$pie_flag" - else - command="$base_compile $qsrcfile $pic_flag" - fi - if test yes = "$compiler_c_o"; then - func_append command " -o $obj" - fi - - # Suppress compiler output if we already did a PIC compilation. - func_append command "$suppress_output" - func_show_eval_locale "$command" \ - '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' - - if test warn = "$need_locks" && - test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then - $ECHO "\ - *** ERROR, $lockfile contains: - `cat $lockfile 2>/dev/null` - - but it should contain: - $srcfile - - This indicates that another process is trying to use the same - temporary object file, and libtool could not work around it because - your compiler does not support '-c' and '-o' together. If you - repeat this compilation, it may succeed, by chance, but you had better - avoid parallel builds (make -j) in this platform, or get a better - compiler." - - $opt_dry_run || $RM $removelist - exit $EXIT_FAILURE - fi - - # Just move the object if needed - if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then - func_show_eval '$MV "$output_obj" "$obj"' \ - 'error=$?; $opt_dry_run || $RM $removelist; exit $error' - fi - fi - - $opt_dry_run || { - func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" - - # Unlock the critical section if it was locked - if test no != "$need_locks"; then - removelist=$lockfile - $RM "$lockfile" - fi - } - - exit $EXIT_SUCCESS - } - - $opt_help || { - test compile = "$opt_mode" && func_mode_compile ${1+"$@"} - } - - func_mode_help () - { - # We need to display help for each of the modes. - case $opt_mode in - "") - # Generic help is extracted from the usage comments - # at the start of this file. - func_help - ;; - - clean) - $ECHO \ - "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... - - Remove files from the build directory. - - RM is the name of the program to use to delete files associated with each FILE - (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed - to RM. - - If FILE is a libtool library, object or program, all the files associated - with it are deleted. Otherwise, only FILE itself is deleted using RM." - ;; - - compile) - $ECHO \ - "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE - - Compile a source file into a libtool library object. - - This mode accepts the following additional options: - - -o OUTPUT-FILE set the output file name to OUTPUT-FILE - -no-suppress do not suppress compiler output for multiple passes - -prefer-pic try to build PIC objects only - -prefer-non-pic try to build non-PIC objects only - -shared do not build a '.o' file suitable for static linking - -static only build a '.o' file suitable for static linking - -Wc,FLAG pass FLAG directly to the compiler - - COMPILE-COMMAND is a command to be used in creating a 'standard' object file - from the given SOURCEFILE. - - The output file name is determined by removing the directory component from - SOURCEFILE, then substituting the C source code suffix '.c' with the - library object suffix, '.lo'." - ;; - - execute) - $ECHO \ - "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... - - Automatically set library path, then run a program. - - This mode accepts the following additional options: - - -dlopen FILE add the directory containing FILE to the library path - - This mode sets the library path environment variable according to '-dlopen' - flags. - - If any of the ARGS are libtool executable wrappers, then they are translated - into their corresponding uninstalled binary, and any of their required library - directories are added to the library path. - - Then, COMMAND is executed, with ARGS as arguments." - ;; - - finish) - $ECHO \ - "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... - - Complete the installation of libtool libraries. - - Each LIBDIR is a directory that contains libtool libraries. - - The commands that this mode executes may require superuser privileges. Use - the '--dry-run' option if you just want to see what would be executed." - ;; - - install) - $ECHO \ - "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... - - Install executables or libraries. - - INSTALL-COMMAND is the installation command. The first component should be - either the 'install' or 'cp' program. - - The following components of INSTALL-COMMAND are treated specially: - - -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation - - The rest of the components are interpreted as arguments to that command (only - BSD-compatible install options are recognized)." - ;; - - link) - $ECHO \ - "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... - - Link object files or libraries together to form another library, or to - create an executable program. - - LINK-COMMAND is a command using the C compiler that you would use to create - a program from several object files. - - The following components of LINK-COMMAND are treated specially: - - -all-static do not do any dynamic linking at all - -avoid-version do not add a version suffix if possible - -bindir BINDIR specify path to binaries directory (for systems where - libraries must be found in the PATH setting at runtime) - -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime - -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols - -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) - -export-symbols SYMFILE - try to export only the symbols listed in SYMFILE - -export-symbols-regex REGEX - try to export only the symbols matching REGEX - -LLIBDIR search LIBDIR for required installed libraries - -lNAME OUTPUT-FILE requires the installed library libNAME - -module build a library that can dlopened - -no-fast-install disable the fast-install mode - -no-install link a not-installable executable - -no-undefined declare that a library does not refer to external symbols - -o OUTPUT-FILE create OUTPUT-FILE from the specified objects - -objectlist FILE use a list of object files found in FILE to specify objects - -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) - -precious-files-regex REGEX - don't remove output files matching REGEX - -release RELEASE specify package release information - -rpath LIBDIR the created library will eventually be installed in LIBDIR - -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries - -shared only do dynamic linking of libtool libraries - -shrext SUFFIX override the standard shared library file extension - -static do not do any dynamic linking of uninstalled libtool libraries - -static-libtool-libs - do not do any dynamic linking of libtool libraries - -version-info CURRENT[:REVISION[:AGE]] - specify library version info [each variable defaults to 0] - -weak LIBNAME declare that the target provides the LIBNAME interface - -Wc,FLAG - -Xcompiler FLAG pass linker-specific FLAG directly to the compiler - -Wl,FLAG - -Xlinker FLAG pass linker-specific FLAG directly to the linker - -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) - - All other options (arguments beginning with '-') are ignored. - - Every other argument is treated as a filename. Files ending in '.la' are - treated as uninstalled libtool libraries, other files are standard or library - object files. - - If the OUTPUT-FILE ends in '.la', then a libtool library is created, - only library objects ('.lo' files) may be specified, and '-rpath' is - required, except when creating a convenience library. - - If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created - using 'ar' and 'ranlib', or on Windows using 'lib'. - - If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file - is created, otherwise an executable program is created." - ;; - - uninstall) - $ECHO \ - "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... - - Remove libraries from an installation directory. - - RM is the name of the program to use to delete files associated with each FILE - (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed - to RM. - - If FILE is a libtool library, all the files associated with it are deleted. - Otherwise, only FILE itself is deleted using RM." - ;; - - *) - func_fatal_help "invalid operation mode '$opt_mode'" - ;; - esac - - echo - $ECHO "Try '$progname --help' for more information about other modes." - } - - # Now that we've collected a possible --mode arg, show help if necessary - if $opt_help; then - if test : = "$opt_help"; then - func_mode_help - else - { - func_help noexit - for opt_mode in compile link execute install finish uninstall clean; do - func_mode_help - done - } | $SED -n '1p; 2,$s/^Usage:/ or: /p' - { - func_help noexit - for opt_mode in compile link execute install finish uninstall clean; do - echo - func_mode_help - done - } | - $SED '1d - /^When reporting/,/^Report/{ - H - d - } - $x - /information about other modes/d - /more detailed .*MODE/d - s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' - fi - exit $? - fi - - - # func_mode_execute arg... - func_mode_execute () - { - $debug_cmd - - # The first argument is the command name. - cmd=$nonopt - test -z "$cmd" && \ - func_fatal_help "you must specify a COMMAND" - - # Handle -dlopen flags immediately. - for file in $opt_dlopen; do - test -f "$file" \ - || func_fatal_help "'$file' is not a file" - - dir= - case $file in - *.la) - func_resolve_sysroot "$file" - file=$func_resolve_sysroot_result - - # Check to see that this really is a libtool archive. - func_lalib_unsafe_p "$file" \ - || func_fatal_help "'$lib' is not a valid libtool archive" - - # Read the libtool library. - dlname= - library_names= - func_source "$file" - - # Skip this library if it cannot be dlopened. - if test -z "$dlname"; then - # Warn if it was a shared library. - test -n "$library_names" && \ - func_warning "'$file' was not linked with '-export-dynamic'" - continue - fi - - func_dirname "$file" "" "." - dir=$func_dirname_result - - if test -f "$dir/$objdir/$dlname"; then - func_append dir "/$objdir" - else - if test ! -f "$dir/$dlname"; then - func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" - fi - fi - ;; - - *.lo) - # Just add the directory containing the .lo file. - func_dirname "$file" "" "." - dir=$func_dirname_result - ;; - - *) - func_warning "'-dlopen' is ignored for non-libtool libraries and objects" - continue - ;; - esac - - # Get the absolute pathname. - absdir=`cd "$dir" && pwd` - test -n "$absdir" && dir=$absdir - - # Now add the directory to shlibpath_var. - if eval "test -z \"\$$shlibpath_var\""; then - eval "$shlibpath_var=\"\$dir\"" - else - eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" - fi - done - - # This variable tells wrapper scripts just to set shlibpath_var - # rather than running their programs. - libtool_execute_magic=$magic - - # Check if any of the arguments is a wrapper script. - args= - for file - do - case $file in - -* | *.la | *.lo ) ;; - *) - # Do a test to see if this is really a libtool program. - if func_ltwrapper_script_p "$file"; then - func_source "$file" - # Transform arg to wrapped name. - file=$progdir/$program - elif func_ltwrapper_executable_p "$file"; then - func_ltwrapper_scriptname "$file" - func_source "$func_ltwrapper_scriptname_result" - # Transform arg to wrapped name. - file=$progdir/$program - fi - ;; - esac - # Quote arguments (to preserve shell metacharacters). - func_append_quoted args "$file" - done - - if $opt_dry_run; then - # Display what would be done. - if test -n "$shlibpath_var"; then - eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" - echo "export $shlibpath_var" - fi - $ECHO "$cmd$args" - exit $EXIT_SUCCESS - else - if test -n "$shlibpath_var"; then - # Export the shlibpath_var. - eval "export $shlibpath_var" - fi - - # Restore saved environment variables - for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES - do - eval "if test \"\${save_$lt_var+set}\" = set; then - $lt_var=\$save_$lt_var; export $lt_var - else - $lt_unset $lt_var - fi" - done - - # Now prepare to actually exec the command. - exec_cmd=\$cmd$args - fi - } - - test execute = "$opt_mode" && func_mode_execute ${1+"$@"} - - - # func_mode_finish arg... - func_mode_finish () - { - $debug_cmd - - libs= - libdirs= - admincmds= - - for opt in "$nonopt" ${1+"$@"} - do - if test -d "$opt"; then - func_append libdirs " $opt" - - elif test -f "$opt"; then - if func_lalib_unsafe_p "$opt"; then - func_append libs " $opt" - else - func_warning "'$opt' is not a valid libtool archive" - fi - - else - func_fatal_error "invalid argument '$opt'" - fi - done - - if test -n "$libs"; then - if test -n "$lt_sysroot"; then - sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` - sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" - else - sysroot_cmd= - fi - - # Remove sysroot references - if $opt_dry_run; then - for lib in $libs; do - echo "removing references to $lt_sysroot and '=' prefixes from $lib" - done - else - tmpdir=`func_mktempdir` - for lib in $libs; do - $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ - > $tmpdir/tmp-la - mv -f $tmpdir/tmp-la $lib - done - ${RM}r "$tmpdir" - fi - fi - - if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then - for libdir in $libdirs; do - if test -n "$finish_cmds"; then - # Do each command in the finish commands. - func_execute_cmds "$finish_cmds" 'admincmds="$admincmds - '"$cmd"'"' - fi - if test -n "$finish_eval"; then - # Do the single finish_eval. - eval cmds=\"$finish_eval\" - $opt_dry_run || eval "$cmds" || func_append admincmds " - $cmds" - fi - done - fi - - # Exit here if they wanted silent mode. - $opt_quiet && exit $EXIT_SUCCESS - - if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then - echo "----------------------------------------------------------------------" - echo "Libraries have been installed in:" - for libdir in $libdirs; do - $ECHO " $libdir" - done - echo - echo "If you ever happen to want to link against installed libraries" - echo "in a given directory, LIBDIR, you must either use libtool, and" - echo "specify the full pathname of the library, or use the '-LLIBDIR'" - echo "flag during linking and do at least one of the following:" - if test -n "$shlibpath_var"; then - echo " - add LIBDIR to the '$shlibpath_var' environment variable" - echo " during execution" - fi - if test -n "$runpath_var"; then - echo " - add LIBDIR to the '$runpath_var' environment variable" - echo " during linking" - fi - if test -n "$hardcode_libdir_flag_spec"; then - libdir=LIBDIR - eval flag=\"$hardcode_libdir_flag_spec\" - - $ECHO " - use the '$flag' linker flag" - fi - if test -n "$admincmds"; then - $ECHO " - have your system administrator run these commands:$admincmds" - fi - if test -f /etc/ld.so.conf; then - echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" - fi - echo - - echo "See any operating system documentation about shared libraries for" - case $host in - solaris2.[6789]|solaris2.1[0-9]) - echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" - echo "pages." - ;; - *) - echo "more information, such as the ld(1) and ld.so(8) manual pages." - ;; - esac - echo "----------------------------------------------------------------------" - fi - exit $EXIT_SUCCESS - } - - test finish = "$opt_mode" && func_mode_finish ${1+"$@"} - - - # func_mode_install arg... - func_mode_install () - { - $debug_cmd - - # There may be an optional sh(1) argument at the beginning of - # install_prog (especially on Windows NT). - if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || - # Allow the use of GNU shtool's install command. - case $nonopt in *shtool*) :;; *) false;; esac - then - # Aesthetically quote it. - func_quote_for_eval "$nonopt" - install_prog="$func_quote_for_eval_result " - arg=$1 - shift - else - install_prog= - arg=$nonopt - fi - - # The real first argument should be the name of the installation program. - # Aesthetically quote it. - func_quote_for_eval "$arg" - func_append install_prog "$func_quote_for_eval_result" - install_shared_prog=$install_prog - case " $install_prog " in - *[\\\ /]cp\ *) install_cp=: ;; - *) install_cp=false ;; - esac - - # We need to accept at least all the BSD install flags. - dest= - files= - opts= - prev= - install_type= - isdir=false - stripme= - no_mode=: - for arg - do - arg2= - if test -n "$dest"; then - func_append files " $dest" - dest=$arg - continue - fi - - case $arg in - -d) isdir=: ;; - -f) - if $install_cp; then :; else - prev=$arg - fi - ;; - -g | -m | -o) - prev=$arg - ;; - -s) - stripme=" -s" - continue - ;; - -*) - ;; - *) - # If the previous option needed an argument, then skip it. - if test -n "$prev"; then - if test X-m = "X$prev" && test -n "$install_override_mode"; then - arg2=$install_override_mode - no_mode=false - fi - prev= - else - dest=$arg - continue - fi - ;; - esac - - # Aesthetically quote the argument. - func_quote_for_eval "$arg" - func_append install_prog " $func_quote_for_eval_result" - if test -n "$arg2"; then - func_quote_for_eval "$arg2" - fi - func_append install_shared_prog " $func_quote_for_eval_result" - done - - test -z "$install_prog" && \ - func_fatal_help "you must specify an install program" - - test -n "$prev" && \ - func_fatal_help "the '$prev' option requires an argument" - - if test -n "$install_override_mode" && $no_mode; then - if $install_cp; then :; else - func_quote_for_eval "$install_override_mode" - func_append install_shared_prog " -m $func_quote_for_eval_result" - fi - fi - - if test -z "$files"; then - if test -z "$dest"; then - func_fatal_help "no file or destination specified" - else - func_fatal_help "you must specify a destination" - fi - fi - - # Strip any trailing slash from the destination. - func_stripname '' '/' "$dest" - dest=$func_stripname_result - - # Check to see that the destination is a directory. - test -d "$dest" && isdir=: - if $isdir; then - destdir=$dest - destname= - else - func_dirname_and_basename "$dest" "" "." - destdir=$func_dirname_result - destname=$func_basename_result - - # Not a directory, so check to see that there is only one file specified. - set dummy $files; shift - test "$#" -gt 1 && \ - func_fatal_help "'$dest' is not a directory" - fi - case $destdir in - [\\/]* | [A-Za-z]:[\\/]*) ;; - *) - for file in $files; do - case $file in - *.lo) ;; - *) - func_fatal_help "'$destdir' must be an absolute directory name" - ;; - esac - done - ;; - esac - - # This variable tells wrapper scripts just to set variables rather - # than running their programs. - libtool_install_magic=$magic - - staticlibs= - future_libdirs= - current_libdirs= - for file in $files; do - - # Do each installation. - case $file in - *.$libext) - # Do the static libraries later. - func_append staticlibs " $file" - ;; - - *.la) - func_resolve_sysroot "$file" - file=$func_resolve_sysroot_result - - # Check to see that this really is a libtool archive. - func_lalib_unsafe_p "$file" \ - || func_fatal_help "'$file' is not a valid libtool archive" - - library_names= - old_library= - relink_command= - func_source "$file" - - # Add the libdir to current_libdirs if it is the destination. - if test "X$destdir" = "X$libdir"; then - case "$current_libdirs " in - *" $libdir "*) ;; - *) func_append current_libdirs " $libdir" ;; - esac - else - # Note the libdir as a future libdir. - case "$future_libdirs " in - *" $libdir "*) ;; - *) func_append future_libdirs " $libdir" ;; - esac - fi - - func_dirname "$file" "/" "" - dir=$func_dirname_result - func_append dir "$objdir" - - if test -n "$relink_command"; then - # Determine the prefix the user has applied to our future dir. - inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` - - # Don't allow the user to place us outside of our expected - # location b/c this prevents finding dependent libraries that - # are installed to the same prefix. - # At present, this check doesn't affect windows .dll's that - # are installed into $libdir/../bin (currently, that works fine) - # but it's something to keep an eye on. - test "$inst_prefix_dir" = "$destdir" && \ - func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" - - if test -n "$inst_prefix_dir"; then - # Stick the inst_prefix_dir data into the link command. - relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` - else - relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` - fi - - func_warning "relinking '$file'" - func_show_eval "$relink_command" \ - 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' - fi - - # See the names of the shared library. - set dummy $library_names; shift - if test -n "$1"; then - realname=$1 - shift - - srcname=$realname - test -n "$relink_command" && srcname=${realname}T - - # Install the shared library and build the symlinks. - func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ - 'exit $?' - tstripme=$stripme - case $host_os in - cygwin* | mingw* | pw32* | cegcc*) - case $realname in - *.dll.a) - tstripme= - ;; - esac - ;; - os2*) - case $realname in - *_dll.a) - tstripme= - ;; - esac - ;; - esac - if test -n "$tstripme" && test -n "$striplib"; then - func_show_eval "$striplib $destdir/$realname" 'exit $?' - fi - - if test "$#" -gt 0; then - # Delete the old symlinks, and create new ones. - # Try 'ln -sf' first, because the 'ln' binary might depend on - # the symlink we replace! Solaris /bin/ln does not understand -f, - # so we also need to try rm && ln -s. - for linkname - do - test "$linkname" != "$realname" \ - && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" - done - fi - - # Do each command in the postinstall commands. - lib=$destdir/$realname - func_execute_cmds "$postinstall_cmds" 'exit $?' - fi - - # Install the pseudo-library for information purposes. - func_basename "$file" - name=$func_basename_result - instname=$dir/${name}i - func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' - - # Maybe install the static library, too. - test -n "$old_library" && func_append staticlibs " $dir/$old_library" - ;; - - *.lo) - # Install (i.e. copy) a libtool object. - - # Figure out destination file name, if it wasn't already specified. - if test -n "$destname"; then - destfile=$destdir/$destname - else - func_basename "$file" - destfile=$func_basename_result - destfile=$destdir/$destfile - fi - - # Deduce the name of the destination old-style object file. - case $destfile in - *.lo) - func_lo2o "$destfile" - staticdest=$func_lo2o_result - ;; - *.$objext) - staticdest=$destfile - destfile= - ;; - *) - func_fatal_help "cannot copy a libtool object to '$destfile'" - ;; - esac - - # Install the libtool object if requested. - test -n "$destfile" && \ - func_show_eval "$install_prog $file $destfile" 'exit $?' - - # Install the old object if enabled. - if test yes = "$build_old_libs"; then - # Deduce the name of the old-style object file. - func_lo2o "$file" - staticobj=$func_lo2o_result - func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' - fi - exit $EXIT_SUCCESS - ;; - - *) - # Figure out destination file name, if it wasn't already specified. - if test -n "$destname"; then - destfile=$destdir/$destname - else - func_basename "$file" - destfile=$func_basename_result - destfile=$destdir/$destfile - fi - - # If the file is missing, and there is a .exe on the end, strip it - # because it is most likely a libtool script we actually want to - # install - stripped_ext= - case $file in - *.exe) - if test ! -f "$file"; then - func_stripname '' '.exe' "$file" - file=$func_stripname_result - stripped_ext=.exe - fi - ;; - esac - - # Do a test to see if this is really a libtool program. - case $host in - *cygwin* | *mingw*) - if func_ltwrapper_executable_p "$file"; then - func_ltwrapper_scriptname "$file" - wrapper=$func_ltwrapper_scriptname_result - else - func_stripname '' '.exe' "$file" - wrapper=$func_stripname_result - fi - ;; - *) - wrapper=$file - ;; - esac - if func_ltwrapper_script_p "$wrapper"; then - notinst_deplibs= - relink_command= - - func_source "$wrapper" - - # Check the variables that should have been set. - test -z "$generated_by_libtool_version" && \ - func_fatal_error "invalid libtool wrapper script '$wrapper'" - - finalize=: - for lib in $notinst_deplibs; do - # Check to see that each library is installed. - libdir= - if test -f "$lib"; then - func_source "$lib" - fi - libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` - if test -n "$libdir" && test ! -f "$libfile"; then - func_warning "'$lib' has not been installed in '$libdir'" - finalize=false - fi - done - - relink_command= - func_source "$wrapper" - - outputname= - if test no = "$fast_install" && test -n "$relink_command"; then - $opt_dry_run || { - if $finalize; then - tmpdir=`func_mktempdir` - func_basename "$file$stripped_ext" - file=$func_basename_result - outputname=$tmpdir/$file - # Replace the output file specification. - relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` - - $opt_quiet || { - func_quote_for_expand "$relink_command" - eval "func_echo $func_quote_for_expand_result" - } - if eval "$relink_command"; then : - else - func_error "error: relink '$file' with the above command before installing it" - $opt_dry_run || ${RM}r "$tmpdir" - continue - fi - file=$outputname - else - func_warning "cannot relink '$file'" - fi - } - else - # Install the binary that we compiled earlier. - file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` - fi - fi - - # remove .exe since cygwin /usr/bin/install will append another - # one anyway - case $install_prog,$host in - */usr/bin/install*,*cygwin*) - case $file:$destfile in - *.exe:*.exe) - # this is ok - ;; - *.exe:*) - destfile=$destfile.exe - ;; - *:*.exe) - func_stripname '' '.exe' "$destfile" - destfile=$func_stripname_result - ;; - esac - ;; - esac - func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' - $opt_dry_run || if test -n "$outputname"; then - ${RM}r "$tmpdir" - fi - ;; - esac - done - - for file in $staticlibs; do - func_basename "$file" - name=$func_basename_result - - # Set up the ranlib parameters. - oldlib=$destdir/$name - func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 - tool_oldlib=$func_to_tool_file_result - - func_show_eval "$install_prog \$file \$oldlib" 'exit $?' - - if test -n "$stripme" && test -n "$old_striplib"; then - func_show_eval "$old_striplib $tool_oldlib" 'exit $?' - fi - - # Do each command in the postinstall commands. - func_execute_cmds "$old_postinstall_cmds" 'exit $?' - done - - test -n "$future_libdirs" && \ - func_warning "remember to run '$progname --finish$future_libdirs'" - - if test -n "$current_libdirs"; then - # Maybe just do a dry run. - $opt_dry_run && current_libdirs=" -n$current_libdirs" - exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' - else - exit $EXIT_SUCCESS - fi - } - - test install = "$opt_mode" && func_mode_install ${1+"$@"} - - - # func_generate_dlsyms outputname originator pic_p - # Extract symbols from dlprefiles and create ${outputname}S.o with - # a dlpreopen symbol table. - func_generate_dlsyms () - { - $debug_cmd - - my_outputname=$1 - my_originator=$2 - my_pic_p=${3-false} - my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` - my_dlsyms= - - if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then - if test -n "$NM" && test -n "$global_symbol_pipe"; then - my_dlsyms=${my_outputname}S.c - else - func_error "not configured to extract global symbols from dlpreopened files" - fi - fi - - if test -n "$my_dlsyms"; then - case $my_dlsyms in - "") ;; - *.c) - # Discover the nlist of each of the dlfiles. - nlist=$output_objdir/$my_outputname.nm - - func_show_eval "$RM $nlist ${nlist}S ${nlist}T" - - # Parse the name list into a source file. - func_verbose "creating $output_objdir/$my_dlsyms" - - $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ - /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ - /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ - - #ifdef __cplusplus - extern \"C\" { - #endif - - #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) - #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" - #endif - - /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ - #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE - /* DATA imports from DLLs on WIN32 can't be const, because runtime - relocations are performed -- see ld's documentation on pseudo-relocs. */ - # define LT_DLSYM_CONST - #elif defined __osf__ - /* This system does not cope well with relocations in const data. */ - # define LT_DLSYM_CONST - #else - # define LT_DLSYM_CONST const - #endif - - #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) - - /* External symbol declarations for the compiler. */\ - " - - if test yes = "$dlself"; then - func_verbose "generating symbol list for '$output'" - - $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" - - # Add our own program objects to the symbol list. - progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` - for progfile in $progfiles; do - func_to_tool_file "$progfile" func_convert_file_msys_to_w32 - func_verbose "extracting global C symbols from '$func_to_tool_file_result'" - $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" - done - - if test -n "$exclude_expsyms"; then - $opt_dry_run || { - eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' - eval '$MV "$nlist"T "$nlist"' - } - fi - - if test -n "$export_symbols_regex"; then - $opt_dry_run || { - eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' - eval '$MV "$nlist"T "$nlist"' - } - fi - - # Prepare the list of exported symbols - if test -z "$export_symbols"; then - export_symbols=$output_objdir/$outputname.exp - $opt_dry_run || { - $RM $export_symbols - eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' - case $host in - *cygwin* | *mingw* | *cegcc* ) - eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' - eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' - ;; - esac - } - else - $opt_dry_run || { - eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' - eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' - eval '$MV "$nlist"T "$nlist"' - case $host in - *cygwin* | *mingw* | *cegcc* ) - eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' - eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' - ;; - esac - } - fi - fi - - for dlprefile in $dlprefiles; do - func_verbose "extracting global C symbols from '$dlprefile'" - func_basename "$dlprefile" - name=$func_basename_result - case $host in - *cygwin* | *mingw* | *cegcc* ) - # if an import library, we need to obtain dlname - if func_win32_import_lib_p "$dlprefile"; then - func_tr_sh "$dlprefile" - eval "curr_lafile=\$libfile_$func_tr_sh_result" - dlprefile_dlbasename= - if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then - # Use subshell, to avoid clobbering current variable values - dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` - if test -n "$dlprefile_dlname"; then - func_basename "$dlprefile_dlname" - dlprefile_dlbasename=$func_basename_result - else - # no lafile. user explicitly requested -dlpreopen . - $sharedlib_from_linklib_cmd "$dlprefile" - dlprefile_dlbasename=$sharedlib_from_linklib_result - fi - fi - $opt_dry_run || { - if test -n "$dlprefile_dlbasename"; then - eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' - else - func_warning "Could not compute DLL name from $name" - eval '$ECHO ": $name " >> "$nlist"' - fi - func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 - eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | - $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" - } - else # not an import lib - $opt_dry_run || { - eval '$ECHO ": $name " >> "$nlist"' - func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 - eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" - } - fi - ;; - *) - $opt_dry_run || { - eval '$ECHO ": $name " >> "$nlist"' - func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 - eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" - } - ;; - esac - done - - $opt_dry_run || { - # Make sure we have at least an empty file. - test -f "$nlist" || : > "$nlist" - - if test -n "$exclude_expsyms"; then - $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T - $MV "$nlist"T "$nlist" - fi - - # Try sorting and uniquifying the output. - if $GREP -v "^: " < "$nlist" | - if sort -k 3 /dev/null 2>&1; then - sort -k 3 - else - sort +2 - fi | - uniq > "$nlist"S; then - : - else - $GREP -v "^: " < "$nlist" > "$nlist"S - fi - - if test -f "$nlist"S; then - eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' - else - echo '/* NONE */' >> "$output_objdir/$my_dlsyms" - fi - - func_show_eval '$RM "${nlist}I"' - if test -n "$global_symbol_to_import"; then - eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' - fi - - echo >> "$output_objdir/$my_dlsyms" "\ - - /* The mapping between symbol names and symbols. */ - typedef struct { - const char *name; - void *address; - } lt_dlsymlist; - extern LT_DLSYM_CONST lt_dlsymlist - lt_${my_prefix}_LTX_preloaded_symbols[];\ - " - - if test -s "$nlist"I; then - echo >> "$output_objdir/$my_dlsyms" "\ - static void lt_syminit(void) - { - LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; - for (; symbol->name; ++symbol) - {" - $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" - echo >> "$output_objdir/$my_dlsyms" "\ - } - }" - fi - echo >> "$output_objdir/$my_dlsyms" "\ - LT_DLSYM_CONST lt_dlsymlist - lt_${my_prefix}_LTX_preloaded_symbols[] = - { {\"$my_originator\", (void *) 0}," - - if test -s "$nlist"I; then - echo >> "$output_objdir/$my_dlsyms" "\ - {\"@INIT@\", (void *) <_syminit}," - fi - - case $need_lib_prefix in - no) - eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" - ;; - *) - eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" - ;; - esac - echo >> "$output_objdir/$my_dlsyms" "\ - {0, (void *) 0} - }; - - /* This works around a problem in FreeBSD linker */ - #ifdef FREEBSD_WORKAROUND - static const void *lt_preloaded_setup() { - return lt_${my_prefix}_LTX_preloaded_symbols; - } - #endif - - #ifdef __cplusplus - } - #endif\ - " - } # !$opt_dry_run - - pic_flag_for_symtable= - case "$compile_command " in - *" -static "*) ;; - *) - case $host in - # compiling the symbol table file with pic_flag works around - # a FreeBSD bug that causes programs to crash when -lm is - # linked before any other PIC object. But we must not use - # pic_flag when linking with -static. The problem exists in - # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. - *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) - pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; - *-*-hpux*) - pic_flag_for_symtable=" $pic_flag" ;; - *) - $my_pic_p && pic_flag_for_symtable=" $pic_flag" - ;; - esac - ;; - esac - symtab_cflags= - for arg in $LTCFLAGS; do - case $arg in - -pie | -fpie | -fPIE) ;; - *) func_append symtab_cflags " $arg" ;; - esac - done - - # Now compile the dynamic symbol file. - func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' - - # Clean up the generated files. - func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' - - # Transform the symbol file into the correct name. - symfileobj=$output_objdir/${my_outputname}S.$objext - case $host in - *cygwin* | *mingw* | *cegcc* ) - if test -f "$output_objdir/$my_outputname.def"; then - compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` - else - compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` - fi - ;; - *) - compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` - ;; - esac - ;; - *) - func_fatal_error "unknown suffix for '$my_dlsyms'" - ;; - esac - else - # We keep going just in case the user didn't refer to - # lt_preloaded_symbols. The linker will fail if global_symbol_pipe - # really was required. - - # Nullify the symbol file. - compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` - fi - } - - # func_cygming_gnu_implib_p ARG - # This predicate returns with zero status (TRUE) if - # ARG is a GNU/binutils-style import library. Returns - # with nonzero status (FALSE) otherwise. - func_cygming_gnu_implib_p () - { - $debug_cmd - - func_to_tool_file "$1" func_convert_file_msys_to_w32 - func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` - test -n "$func_cygming_gnu_implib_tmp" - } - - # func_cygming_ms_implib_p ARG - # This predicate returns with zero status (TRUE) if - # ARG is an MS-style import library. Returns - # with nonzero status (FALSE) otherwise. - func_cygming_ms_implib_p () - { - $debug_cmd - - func_to_tool_file "$1" func_convert_file_msys_to_w32 - func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` - test -n "$func_cygming_ms_implib_tmp" - } - - # func_win32_libid arg - # return the library type of file 'arg' - # - # Need a lot of goo to handle *both* DLLs and import libs - # Has to be a shell function in order to 'eat' the argument - # that is supplied when $file_magic_command is called. - # Despite the name, also deal with 64 bit binaries. - func_win32_libid () - { - $debug_cmd - - win32_libid_type=unknown - win32_fileres=`file -L $1 2>/dev/null` - case $win32_fileres in - *ar\ archive\ import\ library*) # definitely import - win32_libid_type="x86 archive import" - ;; - *ar\ archive*) # could be an import, or static - # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. - if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | - $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then - case $nm_interface in - "MS dumpbin") - if func_cygming_ms_implib_p "$1" || - func_cygming_gnu_implib_p "$1" - then - win32_nmres=import - else - win32_nmres= - fi - ;; - *) - func_to_tool_file "$1" func_convert_file_msys_to_w32 - win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | - $SED -n -e ' - 1,100{ - / I /{ - s|.*|import| - p - q - } - }'` - ;; - esac - case $win32_nmres in - import*) win32_libid_type="x86 archive import";; - *) win32_libid_type="x86 archive static";; - esac - fi - ;; - *DLL*) - win32_libid_type="x86 DLL" - ;; - *executable*) # but shell scripts are "executable" too... - case $win32_fileres in - *MS\ Windows\ PE\ Intel*) - win32_libid_type="x86 DLL" - ;; - esac - ;; - esac - $ECHO "$win32_libid_type" - } - - # func_cygming_dll_for_implib ARG - # - # Platform-specific function to extract the - # name of the DLL associated with the specified - # import library ARG. - # Invoked by eval'ing the libtool variable - # $sharedlib_from_linklib_cmd - # Result is available in the variable - # $sharedlib_from_linklib_result - func_cygming_dll_for_implib () - { - $debug_cmd - - sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` - } - - # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs - # - # The is the core of a fallback implementation of a - # platform-specific function to extract the name of the - # DLL associated with the specified import library LIBNAME. - # - # SECTION_NAME is either .idata$6 or .idata$7, depending - # on the platform and compiler that created the implib. - # - # Echos the name of the DLL associated with the - # specified import library. - func_cygming_dll_for_implib_fallback_core () - { - $debug_cmd - - match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` - $OBJDUMP -s --section "$1" "$2" 2>/dev/null | - $SED '/^Contents of section '"$match_literal"':/{ - # Place marker at beginning of archive member dllname section - s/.*/====MARK====/ - p - d - } - # These lines can sometimes be longer than 43 characters, but - # are always uninteresting - /:[ ]*file format pe[i]\{,1\}-/d - /^In archive [^:]*:/d - # Ensure marker is printed - /^====MARK====/p - # Remove all lines with less than 43 characters - /^.\{43\}/!d - # From remaining lines, remove first 43 characters - s/^.\{43\}//' | - $SED -n ' - # Join marker and all lines until next marker into a single line - /^====MARK====/ b para - H - $ b para - b - :para - x - s/\n//g - # Remove the marker - s/^====MARK====// - # Remove trailing dots and whitespace - s/[\. \t]*$// - # Print - /./p' | - # we now have a list, one entry per line, of the stringified - # contents of the appropriate section of all members of the - # archive that possess that section. Heuristic: eliminate - # all those that have a first or second character that is - # a '.' (that is, objdump's representation of an unprintable - # character.) This should work for all archives with less than - # 0x302f exports -- but will fail for DLLs whose name actually - # begins with a literal '.' or a single character followed by - # a '.'. - # - # Of those that remain, print the first one. - $SED -e '/^\./d;/^.\./d;q' - } - - # func_cygming_dll_for_implib_fallback ARG - # Platform-specific function to extract the - # name of the DLL associated with the specified - # import library ARG. - # - # This fallback implementation is for use when $DLLTOOL - # does not support the --identify-strict option. - # Invoked by eval'ing the libtool variable - # $sharedlib_from_linklib_cmd - # Result is available in the variable - # $sharedlib_from_linklib_result - func_cygming_dll_for_implib_fallback () - { - $debug_cmd - - if func_cygming_gnu_implib_p "$1"; then - # binutils import library - sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` - elif func_cygming_ms_implib_p "$1"; then - # ms-generated import library - sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` - else - # unknown - sharedlib_from_linklib_result= - fi - } - - - # func_extract_an_archive dir oldlib - func_extract_an_archive () - { - $debug_cmd - - f_ex_an_ar_dir=$1; shift - f_ex_an_ar_oldlib=$1 - if test yes = "$lock_old_archive_extraction"; then - lockfile=$f_ex_an_ar_oldlib.lock - until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do - func_echo "Waiting for $lockfile to be removed" - sleep 2 - done - fi - func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ - 'stat=$?; rm -f "$lockfile"; exit $stat' - if test yes = "$lock_old_archive_extraction"; then - $opt_dry_run || rm -f "$lockfile" - fi - if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then - : - else - func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" - fi - } - - - # func_extract_archives gentop oldlib ... - func_extract_archives () - { - $debug_cmd - - my_gentop=$1; shift - my_oldlibs=${1+"$@"} - my_oldobjs= - my_xlib= - my_xabs= - my_xdir= - - for my_xlib in $my_oldlibs; do - # Extract the objects. - case $my_xlib in - [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; - *) my_xabs=`pwd`"/$my_xlib" ;; - esac - func_basename "$my_xlib" - my_xlib=$func_basename_result - my_xlib_u=$my_xlib - while :; do - case " $extracted_archives " in - *" $my_xlib_u "*) - func_arith $extracted_serial + 1 - extracted_serial=$func_arith_result - my_xlib_u=lt$extracted_serial-$my_xlib ;; - *) break ;; - esac - done - extracted_archives="$extracted_archives $my_xlib_u" - my_xdir=$my_gentop/$my_xlib_u - - func_mkdir_p "$my_xdir" - - case $host in - *-darwin*) - func_verbose "Extracting $my_xabs" - # Do not bother doing anything if just a dry run - $opt_dry_run || { - darwin_orig_dir=`pwd` - cd $my_xdir || exit $? - darwin_archive=$my_xabs - darwin_curdir=`pwd` - func_basename "$darwin_archive" - darwin_base_archive=$func_basename_result - darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` - if test -n "$darwin_arches"; then - darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` - darwin_arch= - func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" - for darwin_arch in $darwin_arches; do - func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" - $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" - cd "unfat-$$/$darwin_base_archive-$darwin_arch" - func_extract_an_archive "`pwd`" "$darwin_base_archive" - cd "$darwin_curdir" - $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" - done # $darwin_arches - ## Okay now we've a bunch of thin objects, gotta fatten them up :) - darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` - darwin_file= - darwin_files= - for darwin_file in $darwin_filelist; do - darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` - $LIPO -create -output "$darwin_file" $darwin_files - done # $darwin_filelist - $RM -rf unfat-$$ - cd "$darwin_orig_dir" - else - cd $darwin_orig_dir - func_extract_an_archive "$my_xdir" "$my_xabs" - fi # $darwin_arches - } # !$opt_dry_run - ;; - *) - func_extract_an_archive "$my_xdir" "$my_xabs" - ;; - esac - my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` - done - - func_extract_archives_result=$my_oldobjs - } - - - # func_emit_wrapper [arg=no] - # - # Emit a libtool wrapper script on stdout. - # Don't directly open a file because we may want to - # incorporate the script contents within a cygwin/mingw - # wrapper executable. Must ONLY be called from within - # func_mode_link because it depends on a number of variables - # set therein. - # - # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR - # variable will take. If 'yes', then the emitted script - # will assume that the directory where it is stored is - # the $objdir directory. This is a cygwin/mingw-specific - # behavior. - func_emit_wrapper () - { - func_emit_wrapper_arg1=${1-no} - - $ECHO "\ - #! $SHELL - - # $output - temporary wrapper script for $objdir/$outputname - # Generated by $PROGRAM (GNU $PACKAGE) $VERSION - # - # The $output program cannot be directly executed until all the libtool - # libraries that it depends on are installed. - # - # This wrapper script should never be moved out of the build directory. - # If it is, it will not operate correctly. - - # Sed substitution that helps us do robust quoting. It backslashifies - # metacharacters that are still active within double-quoted strings. - sed_quote_subst='$sed_quote_subst' - - # Be Bourne compatible - if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which - # is contrary to our usage. Disable this feature. - alias -g '\${1+\"\$@\"}'='\"\$@\"' - setopt NO_GLOB_SUBST - else - case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac - fi - BIN_SH=xpg4; export BIN_SH # for Tru64 - DUALCASE=1; export DUALCASE # for MKS sh - - # The HP-UX ksh and POSIX shell print the target directory to stdout - # if CDPATH is set. - (unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - relink_command=\"$relink_command\" - - # This environment variable determines our operation mode. - if test \"\$libtool_install_magic\" = \"$magic\"; then - # install mode needs the following variables: - generated_by_libtool_version='$macro_version' - notinst_deplibs='$notinst_deplibs' - else - # When we are sourced in execute mode, \$file and \$ECHO are already set. - if test \"\$libtool_execute_magic\" != \"$magic\"; then - file=\"\$0\"" - - qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` - $ECHO "\ - - # A function that is used when there is no print builtin or printf. - func_fallback_echo () - { - eval 'cat <<_LTECHO_EOF - \$1 - _LTECHO_EOF' - } - ECHO=\"$qECHO\" - fi - - # Very basic option parsing. These options are (a) specific to - # the libtool wrapper, (b) are identical between the wrapper - # /script/ and the wrapper /executable/ that is used only on - # windows platforms, and (c) all begin with the string "--lt-" - # (application programs are unlikely to have options that match - # this pattern). - # - # There are only two supported options: --lt-debug and - # --lt-dump-script. There is, deliberately, no --lt-help. - # - # The first argument to this parsing function should be the - # script's $0 value, followed by "$@". - lt_option_debug= - func_parse_lt_options () - { - lt_script_arg0=\$0 - shift - for lt_opt - do - case \"\$lt_opt\" in - --lt-debug) lt_option_debug=1 ;; - --lt-dump-script) - lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` - test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. - lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` - cat \"\$lt_dump_D/\$lt_dump_F\" - exit 0 - ;; - --lt-*) - \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 - exit 1 - ;; - esac - done - - # Print the debug banner immediately: - if test -n \"\$lt_option_debug\"; then - echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 - fi - } - - # Used when --lt-debug. Prints its arguments to stdout - # (redirection is the responsibility of the caller) - func_lt_dump_args () - { - lt_dump_args_N=1; - for lt_arg - do - \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" - lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` - done - } - - # Core function for launching the target application - func_exec_program_core () - { - " - case $host in - # Backslashes separate directories on plain windows - *-*-mingw | *-*-os2* | *-cegcc*) - $ECHO "\ - if test -n \"\$lt_option_debug\"; then - \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 - func_lt_dump_args \${1+\"\$@\"} 1>&2 - fi - exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} - " - ;; - - *) - $ECHO "\ - if test -n \"\$lt_option_debug\"; then - \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 - func_lt_dump_args \${1+\"\$@\"} 1>&2 - fi - exec \"\$progdir/\$program\" \${1+\"\$@\"} - " - ;; - esac - $ECHO "\ - \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 - exit 1 - } - - # A function to encapsulate launching the target application - # Strips options in the --lt-* namespace from \$@ and - # launches target application with the remaining arguments. - func_exec_program () - { - case \" \$* \" in - *\\ --lt-*) - for lt_wr_arg - do - case \$lt_wr_arg in - --lt-*) ;; - *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; - esac - shift - done ;; - esac - func_exec_program_core \${1+\"\$@\"} - } - - # Parse options - func_parse_lt_options \"\$0\" \${1+\"\$@\"} - - # Find the directory that this script lives in. - thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` - test \"x\$thisdir\" = \"x\$file\" && thisdir=. - - # Follow symbolic links until we get to the real thisdir. - file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` - while test -n \"\$file\"; do - destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` - - # If there was a directory component, then change thisdir. - if test \"x\$destdir\" != \"x\$file\"; then - case \"\$destdir\" in - [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; - *) thisdir=\"\$thisdir/\$destdir\" ;; - esac - fi - - file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` - file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` - done - - # Usually 'no', except on cygwin/mingw when embedded into - # the cwrapper. - WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 - if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then - # special case for '.' - if test \"\$thisdir\" = \".\"; then - thisdir=\`pwd\` - fi - # remove .libs from thisdir - case \"\$thisdir\" in - *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; - $objdir ) thisdir=. ;; - esac - fi - - # Try to get the absolute directory name. - absdir=\`cd \"\$thisdir\" && pwd\` - test -n \"\$absdir\" && thisdir=\"\$absdir\" - " - - if test yes = "$fast_install"; then - $ECHO "\ - program=lt-'$outputname'$exeext - progdir=\"\$thisdir/$objdir\" - - if test ! -f \"\$progdir/\$program\" || - { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ - test \"X\$file\" != \"X\$progdir/\$program\"; }; then - - file=\"\$\$-\$program\" - - if test ! -d \"\$progdir\"; then - $MKDIR \"\$progdir\" - else - $RM \"\$progdir/\$file\" - fi" - - $ECHO "\ - - # relink executable if necessary - if test -n \"\$relink_command\"; then - if relink_command_output=\`eval \$relink_command 2>&1\`; then : - else - \$ECHO \"\$relink_command_output\" >&2 - $RM \"\$progdir/\$file\" - exit 1 - fi - fi - - $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || - { $RM \"\$progdir/\$program\"; - $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } - $RM \"\$progdir/\$file\" - fi" - else - $ECHO "\ - program='$outputname' - progdir=\"\$thisdir/$objdir\" - " - fi - - $ECHO "\ - - if test -f \"\$progdir/\$program\"; then" - - # fixup the dll searchpath if we need to. - # - # Fix the DLL searchpath if we need to. Do this before prepending - # to shlibpath, because on Windows, both are PATH and uninstalled - # libraries must come first. - if test -n "$dllsearchpath"; then - $ECHO "\ - # Add the dll search path components to the executable PATH - PATH=$dllsearchpath:\$PATH - " - fi - - # Export our shlibpath_var if we have one. - if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then - $ECHO "\ - # Add our own library path to $shlibpath_var - $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" - - # Some systems cannot cope with colon-terminated $shlibpath_var - # The second colon is a workaround for a bug in BeOS R4 sed - $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` - - export $shlibpath_var - " - fi - - $ECHO "\ - if test \"\$libtool_execute_magic\" != \"$magic\"; then - # Run the actual program with our arguments. - func_exec_program \${1+\"\$@\"} - fi - else - # The program doesn't exist. - \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 - \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 - \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 - exit 1 - fi - fi\ - " - } - - - # func_emit_cwrapperexe_src - # emit the source code for a wrapper executable on stdout - # Must ONLY be called from within func_mode_link because - # it depends on a number of variable set therein. - func_emit_cwrapperexe_src () - { - cat < - #include - #ifdef _MSC_VER - # include - # include - # include - #else - # include - # include - # ifdef __CYGWIN__ - # include - # endif - #endif - #include - #include - #include - #include - #include - #include - #include - #include - - #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) - - /* declarations of non-ANSI functions */ - #if defined __MINGW32__ - # ifdef __STRICT_ANSI__ - int _putenv (const char *); - # endif - #elif defined __CYGWIN__ - # ifdef __STRICT_ANSI__ - char *realpath (const char *, char *); - int putenv (char *); - int setenv (const char *, const char *, int); - # endif - /* #elif defined other_platform || defined ... */ - #endif - - /* portability defines, excluding path handling macros */ - #if defined _MSC_VER - # define setmode _setmode - # define stat _stat - # define chmod _chmod - # define getcwd _getcwd - # define putenv _putenv - # define S_IXUSR _S_IEXEC - #elif defined __MINGW32__ - # define setmode _setmode - # define stat _stat - # define chmod _chmod - # define getcwd _getcwd - # define putenv _putenv - #elif defined __CYGWIN__ - # define HAVE_SETENV - # define FOPEN_WB "wb" - /* #elif defined other platforms ... */ - #endif - - #if defined PATH_MAX - # define LT_PATHMAX PATH_MAX - #elif defined MAXPATHLEN - # define LT_PATHMAX MAXPATHLEN - #else - # define LT_PATHMAX 1024 - #endif - - #ifndef S_IXOTH - # define S_IXOTH 0 - #endif - #ifndef S_IXGRP - # define S_IXGRP 0 - #endif - - /* path handling portability macros */ - #ifndef DIR_SEPARATOR - # define DIR_SEPARATOR '/' - # define PATH_SEPARATOR ':' - #endif - - #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ - defined __OS2__ - # define HAVE_DOS_BASED_FILE_SYSTEM - # define FOPEN_WB "wb" - # ifndef DIR_SEPARATOR_2 - # define DIR_SEPARATOR_2 '\\' - # endif - # ifndef PATH_SEPARATOR_2 - # define PATH_SEPARATOR_2 ';' - # endif - #endif - - #ifndef DIR_SEPARATOR_2 - # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) - #else /* DIR_SEPARATOR_2 */ - # define IS_DIR_SEPARATOR(ch) \ - (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) - #endif /* DIR_SEPARATOR_2 */ - - #ifndef PATH_SEPARATOR_2 - # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) - #else /* PATH_SEPARATOR_2 */ - # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) - #endif /* PATH_SEPARATOR_2 */ - - #ifndef FOPEN_WB - # define FOPEN_WB "w" - #endif - #ifndef _O_BINARY - # define _O_BINARY 0 - #endif - - #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) - #define XFREE(stale) do { \ - if (stale) { free (stale); stale = 0; } \ - } while (0) - - #if defined LT_DEBUGWRAPPER - static int lt_debug = 1; - #else - static int lt_debug = 0; - #endif - - const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ - - void *xmalloc (size_t num); - char *xstrdup (const char *string); - const char *base_name (const char *name); - char *find_executable (const char *wrapper); - char *chase_symlinks (const char *pathspec); - int make_executable (const char *path); - int check_executable (const char *path); - char *strendzap (char *str, const char *pat); - void lt_debugprintf (const char *file, int line, const char *fmt, ...); - void lt_fatal (const char *file, int line, const char *message, ...); - static const char *nonnull (const char *s); - static const char *nonempty (const char *s); - void lt_setenv (const char *name, const char *value); - char *lt_extend_str (const char *orig_value, const char *add, int to_end); - void lt_update_exe_path (const char *name, const char *value); - void lt_update_lib_path (const char *name, const char *value); - char **prepare_spawn (char **argv); - void lt_dump_script (FILE *f); - EOF - - cat <= 0) - && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) - return 1; - else - return 0; - } - - int - make_executable (const char *path) - { - int rval = 0; - struct stat st; - - lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", - nonempty (path)); - if ((!path) || (!*path)) - return 0; - - if (stat (path, &st) >= 0) - { - rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); - } - return rval; - } - - /* Searches for the full path of the wrapper. Returns - newly allocated full path name if found, NULL otherwise - Does not chase symlinks, even on platforms that support them. - */ - char * - find_executable (const char *wrapper) - { - int has_slash = 0; - const char *p; - const char *p_next; - /* static buffer for getcwd */ - char tmp[LT_PATHMAX + 1]; - size_t tmp_len; - char *concat_name; - - lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", - nonempty (wrapper)); - - if ((wrapper == NULL) || (*wrapper == '\0')) - return NULL; - - /* Absolute path? */ - #if defined HAVE_DOS_BASED_FILE_SYSTEM - if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') - { - concat_name = xstrdup (wrapper); - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - } - else - { - #endif - if (IS_DIR_SEPARATOR (wrapper[0])) - { - concat_name = xstrdup (wrapper); - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - } - #if defined HAVE_DOS_BASED_FILE_SYSTEM - } - #endif - - for (p = wrapper; *p; p++) - if (*p == '/') - { - has_slash = 1; - break; - } - if (!has_slash) - { - /* no slashes; search PATH */ - const char *path = getenv ("PATH"); - if (path != NULL) - { - for (p = path; *p; p = p_next) - { - const char *q; - size_t p_len; - for (q = p; *q; q++) - if (IS_PATH_SEPARATOR (*q)) - break; - p_len = (size_t) (q - p); - p_next = (*q == '\0' ? q : q + 1); - if (p_len == 0) - { - /* empty path: current directory */ - if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", - nonnull (strerror (errno))); - tmp_len = strlen (tmp); - concat_name = - XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); - memcpy (concat_name, tmp, tmp_len); - concat_name[tmp_len] = '/'; - strcpy (concat_name + tmp_len + 1, wrapper); - } - else - { - concat_name = - XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); - memcpy (concat_name, p, p_len); - concat_name[p_len] = '/'; - strcpy (concat_name + p_len + 1, wrapper); - } - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - } - } - /* not found in PATH; assume curdir */ - } - /* Relative path | not found in path: prepend cwd */ - if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", - nonnull (strerror (errno))); - tmp_len = strlen (tmp); - concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); - memcpy (concat_name, tmp, tmp_len); - concat_name[tmp_len] = '/'; - strcpy (concat_name + tmp_len + 1, wrapper); - - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - return NULL; - } - - char * - chase_symlinks (const char *pathspec) - { - #ifndef S_ISLNK - return xstrdup (pathspec); - #else - char buf[LT_PATHMAX]; - struct stat s; - char *tmp_pathspec = xstrdup (pathspec); - char *p; - int has_symlinks = 0; - while (strlen (tmp_pathspec) && !has_symlinks) - { - lt_debugprintf (__FILE__, __LINE__, - "checking path component for symlinks: %s\n", - tmp_pathspec); - if (lstat (tmp_pathspec, &s) == 0) - { - if (S_ISLNK (s.st_mode) != 0) - { - has_symlinks = 1; - break; - } - - /* search backwards for last DIR_SEPARATOR */ - p = tmp_pathspec + strlen (tmp_pathspec) - 1; - while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) - p--; - if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) - { - /* no more DIR_SEPARATORS left */ - break; - } - *p = '\0'; - } - else - { - lt_fatal (__FILE__, __LINE__, - "error accessing file \"%s\": %s", - tmp_pathspec, nonnull (strerror (errno))); - } - } - XFREE (tmp_pathspec); - - if (!has_symlinks) - { - return xstrdup (pathspec); - } - - tmp_pathspec = realpath (pathspec, buf); - if (tmp_pathspec == 0) - { - lt_fatal (__FILE__, __LINE__, - "could not follow symlinks for %s", pathspec); - } - return xstrdup (tmp_pathspec); - #endif - } - - char * - strendzap (char *str, const char *pat) - { - size_t len, patlen; - - assert (str != NULL); - assert (pat != NULL); - - len = strlen (str); - patlen = strlen (pat); - - if (patlen <= len) - { - str += len - patlen; - if (STREQ (str, pat)) - *str = '\0'; - } - return str; - } - - void - lt_debugprintf (const char *file, int line, const char *fmt, ...) - { - va_list args; - if (lt_debug) - { - (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); - va_start (args, fmt); - (void) vfprintf (stderr, fmt, args); - va_end (args); - } - } - - static void - lt_error_core (int exit_status, const char *file, - int line, const char *mode, - const char *message, va_list ap) - { - fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); - vfprintf (stderr, message, ap); - fprintf (stderr, ".\n"); - - if (exit_status >= 0) - exit (exit_status); - } - - void - lt_fatal (const char *file, int line, const char *message, ...) - { - va_list ap; - va_start (ap, message); - lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); - va_end (ap); - } - - static const char * - nonnull (const char *s) - { - return s ? s : "(null)"; - } - - static const char * - nonempty (const char *s) - { - return (s && !*s) ? "(empty)" : nonnull (s); - } - - void - lt_setenv (const char *name, const char *value) - { - lt_debugprintf (__FILE__, __LINE__, - "(lt_setenv) setting '%s' to '%s'\n", - nonnull (name), nonnull (value)); - { - #ifdef HAVE_SETENV - /* always make a copy, for consistency with !HAVE_SETENV */ - char *str = xstrdup (value); - setenv (name, str, 1); - #else - size_t len = strlen (name) + 1 + strlen (value) + 1; - char *str = XMALLOC (char, len); - sprintf (str, "%s=%s", name, value); - if (putenv (str) != EXIT_SUCCESS) - { - XFREE (str); - } - #endif - } - } - - char * - lt_extend_str (const char *orig_value, const char *add, int to_end) - { - char *new_value; - if (orig_value && *orig_value) - { - size_t orig_value_len = strlen (orig_value); - size_t add_len = strlen (add); - new_value = XMALLOC (char, add_len + orig_value_len + 1); - if (to_end) - { - strcpy (new_value, orig_value); - strcpy (new_value + orig_value_len, add); - } - else - { - strcpy (new_value, add); - strcpy (new_value + add_len, orig_value); - } - } - else - { - new_value = xstrdup (add); - } - return new_value; - } - - void - lt_update_exe_path (const char *name, const char *value) - { - lt_debugprintf (__FILE__, __LINE__, - "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", - nonnull (name), nonnull (value)); - - if (name && *name && value && *value) - { - char *new_value = lt_extend_str (getenv (name), value, 0); - /* some systems can't cope with a ':'-terminated path #' */ - size_t len = strlen (new_value); - while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) - { - new_value[--len] = '\0'; - } - lt_setenv (name, new_value); - XFREE (new_value); - } - } - - void - lt_update_lib_path (const char *name, const char *value) - { - lt_debugprintf (__FILE__, __LINE__, - "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", - nonnull (name), nonnull (value)); - - if (name && *name && value && *value) - { - char *new_value = lt_extend_str (getenv (name), value, 0); - lt_setenv (name, new_value); - XFREE (new_value); - } - } - - EOF - case $host_os in - mingw*) - cat <<"EOF" - - /* Prepares an argument vector before calling spawn(). - Note that spawn() does not by itself call the command interpreter - (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : - ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); - GetVersionEx(&v); - v.dwPlatformId == VER_PLATFORM_WIN32_NT; - }) ? "cmd.exe" : "command.com"). - Instead it simply concatenates the arguments, separated by ' ', and calls - CreateProcess(). We must quote the arguments since Win32 CreateProcess() - interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a - special way: - - Space and tab are interpreted as delimiters. They are not treated as - delimiters if they are surrounded by double quotes: "...". - - Unescaped double quotes are removed from the input. Their only effect is - that within double quotes, space and tab are treated like normal - characters. - - Backslashes not followed by double quotes are not special. - - But 2*n+1 backslashes followed by a double quote become - n backslashes followed by a double quote (n >= 0): - \" -> " - \\\" -> \" - \\\\\" -> \\" - */ - #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" - #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" - char ** - prepare_spawn (char **argv) - { - size_t argc; - char **new_argv; - size_t i; - - /* Count number of arguments. */ - for (argc = 0; argv[argc] != NULL; argc++) - ; - - /* Allocate new argument vector. */ - new_argv = XMALLOC (char *, argc + 1); - - /* Put quoted arguments into the new argument vector. */ - for (i = 0; i < argc; i++) - { - const char *string = argv[i]; - - if (string[0] == '\0') - new_argv[i] = xstrdup ("\"\""); - else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) - { - int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); - size_t length; - unsigned int backslashes; - const char *s; - char *quoted_string; - char *p; - - length = 0; - backslashes = 0; - if (quote_around) - length++; - for (s = string; *s != '\0'; s++) - { - char c = *s; - if (c == '"') - length += backslashes + 1; - length++; - if (c == '\\') - backslashes++; - else - backslashes = 0; - } - if (quote_around) - length += backslashes + 1; - - quoted_string = XMALLOC (char, length + 1); - - p = quoted_string; - backslashes = 0; - if (quote_around) - *p++ = '"'; - for (s = string; *s != '\0'; s++) - { - char c = *s; - if (c == '"') - { - unsigned int j; - for (j = backslashes + 1; j > 0; j--) - *p++ = '\\'; - } - *p++ = c; - if (c == '\\') - backslashes++; - else - backslashes = 0; - } - if (quote_around) - { - unsigned int j; - for (j = backslashes; j > 0; j--) - *p++ = '\\'; - *p++ = '"'; - } - *p = '\0'; - - new_argv[i] = quoted_string; - } - else - new_argv[i] = (char *) string; - } - new_argv[argc] = NULL; - - return new_argv; - } - EOF - ;; - esac - - cat <<"EOF" - void lt_dump_script (FILE* f) - { - EOF - func_emit_wrapper yes | - $SED -n -e ' - s/^\(.\{79\}\)\(..*\)/\1\ - \2/ - h - s/\([\\"]\)/\\\1/g - s/$/\\n/ - s/\([^\n]*\).*/ fputs ("\1", f);/p - g - D' - cat <<"EOF" - } - EOF - } - # end: func_emit_cwrapperexe_src - - # func_win32_import_lib_p ARG - # True if ARG is an import lib, as indicated by $file_magic_cmd - func_win32_import_lib_p () - { - $debug_cmd - - case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in - *import*) : ;; - *) false ;; - esac - } - - # func_suncc_cstd_abi - # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! - # Several compiler flags select an ABI that is incompatible with the - # Cstd library. Avoid specifying it if any are in CXXFLAGS. - func_suncc_cstd_abi () - { - $debug_cmd - - case " $compile_command " in - *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) - suncc_use_cstd_abi=no - ;; - *) - suncc_use_cstd_abi=yes - ;; - esac - } - - # func_mode_link arg... - func_mode_link () - { - $debug_cmd - - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - # It is impossible to link a dll without this setting, and - # we shouldn't force the makefile maintainer to figure out - # what system we are compiling for in order to pass an extra - # flag for every libtool invocation. - # allow_undefined=no - - # FIXME: Unfortunately, there are problems with the above when trying - # to make a dll that has undefined symbols, in which case not - # even a static library is built. For now, we need to specify - # -no-undefined on the libtool link line when we can be certain - # that all symbols are satisfied, otherwise we get a static library. - allow_undefined=yes - ;; - *) - allow_undefined=yes - ;; - esac - libtool_args=$nonopt - base_compile="$nonopt $@" - compile_command=$nonopt - finalize_command=$nonopt - - compile_rpath= - finalize_rpath= - compile_shlibpath= - finalize_shlibpath= - convenience= - old_convenience= - deplibs= - old_deplibs= - compiler_flags= - linker_flags= - dllsearchpath= - lib_search_path=`pwd` - inst_prefix_dir= - new_inherited_linker_flags= - - avoid_version=no - bindir= - dlfiles= - dlprefiles= - dlself=no - export_dynamic=no - export_symbols= - export_symbols_regex= - generated= - libobjs= - ltlibs= - module=no - no_install=no - objs= - os2dllname= - non_pic_objects= - precious_files_regex= - prefer_static_libs=no - preload=false - prev= - prevarg= - release= - rpath= - xrpath= - perm_rpath= - temp_rpath= - thread_safe=no - vinfo= - vinfo_number=no - weak_libs= - single_module=$wl-single_module - func_infer_tag $base_compile - - # We need to know -static, to get the right output filenames. - for arg - do - case $arg in - -shared) - test yes != "$build_libtool_libs" \ - && func_fatal_configuration "cannot build a shared library" - build_old_libs=no - break - ;; - -all-static | -static | -static-libtool-libs) - case $arg in - -all-static) - if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then - func_warning "complete static linking is impossible in this configuration" - fi - if test -n "$link_static_flag"; then - dlopen_self=$dlopen_self_static - fi - prefer_static_libs=yes - ;; - -static) - if test -z "$pic_flag" && test -n "$link_static_flag"; then - dlopen_self=$dlopen_self_static - fi - prefer_static_libs=built - ;; - -static-libtool-libs) - if test -z "$pic_flag" && test -n "$link_static_flag"; then - dlopen_self=$dlopen_self_static - fi - prefer_static_libs=yes - ;; - esac - build_libtool_libs=no - build_old_libs=yes - break - ;; - esac - done - - # See if our shared archives depend on static archives. - test -n "$old_archive_from_new_cmds" && build_old_libs=yes - - # Go through the arguments, transforming them on the way. - while test "$#" -gt 0; do - arg=$1 - shift - func_quote_for_eval "$arg" - qarg=$func_quote_for_eval_unquoted_result - func_append libtool_args " $func_quote_for_eval_result" - - # If the previous option needs an argument, assign it. - if test -n "$prev"; then - case $prev in - output) - func_append compile_command " @OUTPUT@" - func_append finalize_command " @OUTPUT@" - ;; - esac - - case $prev in - bindir) - bindir=$arg - prev= - continue - ;; - dlfiles|dlprefiles) - $preload || { - # Add the symbol object into the linking commands. - func_append compile_command " @SYMFILE@" - func_append finalize_command " @SYMFILE@" - preload=: - } - case $arg in - *.la | *.lo) ;; # We handle these cases below. - force) - if test no = "$dlself"; then - dlself=needless - export_dynamic=yes - fi - prev= - continue - ;; - self) - if test dlprefiles = "$prev"; then - dlself=yes - elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then - dlself=yes - else - dlself=needless - export_dynamic=yes - fi - prev= - continue - ;; - *) - if test dlfiles = "$prev"; then - func_append dlfiles " $arg" - else - func_append dlprefiles " $arg" - fi - prev= - continue - ;; - esac - ;; - expsyms) - export_symbols=$arg - test -f "$arg" \ - || func_fatal_error "symbol file '$arg' does not exist" - prev= - continue - ;; - expsyms_regex) - export_symbols_regex=$arg - prev= - continue - ;; - framework) - case $host in - *-*-darwin*) - case "$deplibs " in - *" $qarg.ltframework "*) ;; - *) func_append deplibs " $qarg.ltframework" # this is fixed later - ;; - esac - ;; - esac - prev= - continue - ;; - inst_prefix) - inst_prefix_dir=$arg - prev= - continue - ;; - mllvm) - # Clang does not use LLVM to link, so we can simply discard any - # '-mllvm $arg' options when doing the link step. - prev= - continue - ;; - objectlist) - if test -f "$arg"; then - save_arg=$arg - moreargs= - for fil in `cat "$save_arg"` - do - # func_append moreargs " $fil" - arg=$fil - # A libtool-controlled object. - - # Check to see that this really is a libtool object. - if func_lalib_unsafe_p "$arg"; then - pic_object= - non_pic_object= - - # Read the .lo file - func_source "$arg" - - if test -z "$pic_object" || - test -z "$non_pic_object" || - test none = "$pic_object" && - test none = "$non_pic_object"; then - func_fatal_error "cannot find name of object for '$arg'" - fi - - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - if test none != "$pic_object"; then - # Prepend the subdirectory the object is found in. - pic_object=$xdir$pic_object - - if test dlfiles = "$prev"; then - if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then - func_append dlfiles " $pic_object" - prev= - continue - else - # If libtool objects are unsupported, then we need to preload. - prev=dlprefiles - fi - fi - - # CHECK ME: I think I busted this. -Ossama - if test dlprefiles = "$prev"; then - # Preload the old-style object. - func_append dlprefiles " $pic_object" - prev= - fi - - # A PIC object. - func_append libobjs " $pic_object" - arg=$pic_object - fi - - # Non-PIC object. - if test none != "$non_pic_object"; then - # Prepend the subdirectory the object is found in. - non_pic_object=$xdir$non_pic_object - - # A standard non-PIC object - func_append non_pic_objects " $non_pic_object" - if test -z "$pic_object" || test none = "$pic_object"; then - arg=$non_pic_object - fi - else - # If the PIC object exists, use it instead. - # $xdir was prepended to $pic_object above. - non_pic_object=$pic_object - func_append non_pic_objects " $non_pic_object" - fi - else - # Only an error if not doing a dry-run. - if $opt_dry_run; then - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - func_lo2o "$arg" - pic_object=$xdir$objdir/$func_lo2o_result - non_pic_object=$xdir$func_lo2o_result - func_append libobjs " $pic_object" - func_append non_pic_objects " $non_pic_object" - else - func_fatal_error "'$arg' is not a valid libtool object" - fi - fi - done - else - func_fatal_error "link input file '$arg' does not exist" - fi - arg=$save_arg - prev= - continue - ;; - os2dllname) - os2dllname=$arg - prev= - continue - ;; - precious_regex) - precious_files_regex=$arg - prev= - continue - ;; - release) - release=-$arg - prev= - continue - ;; - rpath | xrpath) - # We need an absolute path. - case $arg in - [\\/]* | [A-Za-z]:[\\/]*) ;; - *) - func_fatal_error "only absolute run-paths are allowed" - ;; - esac - if test rpath = "$prev"; then - case "$rpath " in - *" $arg "*) ;; - *) func_append rpath " $arg" ;; - esac - else - case "$xrpath " in - *" $arg "*) ;; - *) func_append xrpath " $arg" ;; - esac - fi - prev= - continue - ;; - shrext) - shrext_cmds=$arg - prev= - continue - ;; - weak) - func_append weak_libs " $arg" - prev= - continue - ;; - xcclinker) - func_append linker_flags " $qarg" - func_append compiler_flags " $qarg" - prev= - func_append compile_command " $qarg" - func_append finalize_command " $qarg" - continue - ;; - xcompiler) - func_append compiler_flags " $qarg" - prev= - func_append compile_command " $qarg" - func_append finalize_command " $qarg" - continue - ;; - xlinker) - func_append linker_flags " $qarg" - func_append compiler_flags " $wl$qarg" - prev= - func_append compile_command " $wl$qarg" - func_append finalize_command " $wl$qarg" - continue - ;; - *) - eval "$prev=\"\$arg\"" - prev= - continue - ;; - esac - fi # test -n "$prev" - - prevarg=$arg - - case $arg in - -all-static) - if test -n "$link_static_flag"; then - # See comment for -static flag below, for more details. - func_append compile_command " $link_static_flag" - func_append finalize_command " $link_static_flag" - fi - continue - ;; - - -allow-undefined) - # FIXME: remove this flag sometime in the future. - func_fatal_error "'-allow-undefined' must not be used because it is the default" - ;; - - -avoid-version) - avoid_version=yes - continue - ;; - - -bindir) - prev=bindir - continue - ;; - - -dlopen) - prev=dlfiles - continue - ;; - - -dlpreopen) - prev=dlprefiles - continue - ;; - - -export-dynamic) - export_dynamic=yes - continue - ;; - - -export-symbols | -export-symbols-regex) - if test -n "$export_symbols" || test -n "$export_symbols_regex"; then - func_fatal_error "more than one -exported-symbols argument is not allowed" - fi - if test X-export-symbols = "X$arg"; then - prev=expsyms - else - prev=expsyms_regex - fi - continue - ;; - - -framework) - prev=framework - continue - ;; - - -inst-prefix-dir) - prev=inst_prefix - continue - ;; - - # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* - # so, if we see these flags be careful not to treat them like -L - -L[A-Z][A-Z]*:*) - case $with_gcc/$host in - no/*-*-irix* | /*-*-irix*) - func_append compile_command " $arg" - func_append finalize_command " $arg" - ;; - esac - continue - ;; - - -L*) - func_stripname "-L" '' "$arg" - if test -z "$func_stripname_result"; then - if test "$#" -gt 0; then - func_fatal_error "require no space between '-L' and '$1'" - else - func_fatal_error "need path for '-L' option" - fi - fi - func_resolve_sysroot "$func_stripname_result" - dir=$func_resolve_sysroot_result - # We need an absolute path. - case $dir in - [\\/]* | [A-Za-z]:[\\/]*) ;; - *) - absdir=`cd "$dir" && pwd` - test -z "$absdir" && \ - func_fatal_error "cannot determine absolute directory name of '$dir'" - dir=$absdir - ;; - esac - case "$deplibs " in - *" -L$dir "* | *" $arg "*) - # Will only happen for absolute or sysroot arguments - ;; - *) - # Preserve sysroot, but never include relative directories - case $dir in - [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; - *) func_append deplibs " -L$dir" ;; - esac - func_append lib_search_path " $dir" - ;; - esac - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` - case :$dllsearchpath: in - *":$dir:"*) ;; - ::) dllsearchpath=$dir;; - *) func_append dllsearchpath ":$dir";; - esac - case :$dllsearchpath: in - *":$testbindir:"*) ;; - ::) dllsearchpath=$testbindir;; - *) func_append dllsearchpath ":$testbindir";; - esac - ;; - esac - continue - ;; - - -l*) - if test X-lc = "X$arg" || test X-lm = "X$arg"; then - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) - # These systems don't actually have a C or math library (as such) - continue - ;; - *-*-os2*) - # These systems don't actually have a C library (as such) - test X-lc = "X$arg" && continue - ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) - # Do not include libc due to us having libc/libc_r. - test X-lc = "X$arg" && continue - ;; - *-*-rhapsody* | *-*-darwin1.[012]) - # Rhapsody C and math libraries are in the System framework - func_append deplibs " System.ltframework" - continue - ;; - *-*-sco3.2v5* | *-*-sco5v6*) - # Causes problems with __ctype - test X-lc = "X$arg" && continue - ;; - *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) - # Compiler inserts libc in the correct place for threads to work - test X-lc = "X$arg" && continue - ;; - esac - elif test X-lc_r = "X$arg"; then - case $host in - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; - esac - fi - func_append deplibs " $arg" - continue - ;; - - -mllvm) - prev=mllvm - continue - ;; - - -module) - module=yes - continue - ;; - - # Tru64 UNIX uses -model [arg] to determine the layout of C++ - # classes, name mangling, and exception handling. - # Darwin uses the -arch flag to determine output architecture. - -model|-arch|-isysroot|--sysroot) - func_append compiler_flags " $arg" - func_append compile_command " $arg" - func_append finalize_command " $arg" - prev=xcompiler - continue - ;; - - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ - |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) - func_append compiler_flags " $arg" - func_append compile_command " $arg" - func_append finalize_command " $arg" - case "$new_inherited_linker_flags " in - *" $arg "*) ;; - * ) func_append new_inherited_linker_flags " $arg" ;; - esac - continue - ;; - - -multi_module) - single_module=$wl-multi_module - continue - ;; - - -no-fast-install) - fast_install=no - continue - ;; - - -no-install) - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) - # The PATH hackery in wrapper scripts is required on Windows - # and Darwin in order for the loader to find any dlls it needs. - func_warning "'-no-install' is ignored for $host" - func_warning "assuming '-no-fast-install' instead" - fast_install=no - ;; - *) no_install=yes ;; - esac - continue - ;; - - -no-undefined) - allow_undefined=no - continue - ;; - - -objectlist) - prev=objectlist - continue - ;; - - -os2dllname) - prev=os2dllname - continue - ;; - - -o) prev=output ;; - - -precious-files-regex) - prev=precious_regex - continue - ;; - - -release) - prev=release - continue - ;; - - -rpath) - prev=rpath - continue - ;; - - -R) - prev=xrpath - continue - ;; - - -R*) - func_stripname '-R' '' "$arg" - dir=$func_stripname_result - # We need an absolute path. - case $dir in - [\\/]* | [A-Za-z]:[\\/]*) ;; - =*) - func_stripname '=' '' "$dir" - dir=$lt_sysroot$func_stripname_result - ;; - *) - func_fatal_error "only absolute run-paths are allowed" - ;; - esac - case "$xrpath " in - *" $dir "*) ;; - *) func_append xrpath " $dir" ;; - esac - continue - ;; - - -shared) - # The effects of -shared are defined in a previous loop. - continue - ;; - - -shrext) - prev=shrext - continue - ;; - - -static | -static-libtool-libs) - # The effects of -static are defined in a previous loop. - # We used to do the same as -all-static on platforms that - # didn't have a PIC flag, but the assumption that the effects - # would be equivalent was wrong. It would break on at least - # Digital Unix and AIX. - continue - ;; - - -thread-safe) - thread_safe=yes - continue - ;; - - -version-info) - prev=vinfo - continue - ;; - - -version-number) - prev=vinfo - vinfo_number=yes - continue - ;; - - -weak) - prev=weak - continue - ;; - - -Wc,*) - func_stripname '-Wc,' '' "$arg" - args=$func_stripname_result - arg= - save_ifs=$IFS; IFS=, - for flag in $args; do - IFS=$save_ifs - func_quote_for_eval "$flag" - func_append arg " $func_quote_for_eval_result" - func_append compiler_flags " $func_quote_for_eval_result" - done - IFS=$save_ifs - func_stripname ' ' '' "$arg" - arg=$func_stripname_result - ;; - - -Wl,*) - func_stripname '-Wl,' '' "$arg" - args=$func_stripname_result - arg= - save_ifs=$IFS; IFS=, - for flag in $args; do - IFS=$save_ifs - func_quote_for_eval "$flag" - func_append arg " $wl$func_quote_for_eval_result" - func_append compiler_flags " $wl$func_quote_for_eval_result" - func_append linker_flags " $func_quote_for_eval_result" - done - IFS=$save_ifs - func_stripname ' ' '' "$arg" - arg=$func_stripname_result - ;; - - -Xcompiler) - prev=xcompiler - continue - ;; - - -Xlinker) - prev=xlinker - continue - ;; - - -XCClinker) - prev=xcclinker - continue - ;; - - # -msg_* for osf cc - -msg_*) - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - ;; - - # Flags to be passed through unchanged, with rationale: - # -64, -mips[0-9] enable 64-bit mode for the SGI compiler - # -r[0-9][0-9]* specify processor for the SGI compiler - # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler - # +DA*, +DD* enable 64-bit mode for the HP compiler - # -q* compiler args for the IBM compiler - # -m*, -t[45]*, -txscale* architecture-specific flags for GCC - # -F/path path to uninstalled frameworks, gcc on darwin - # -p, -pg, --coverage, -fprofile-* profiling flags for GCC - # -fstack-protector* stack protector flags for GCC - # @file GCC response files - # -tp=* Portland pgcc target processor selection - # --sysroot=* for sysroot support - # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization - # -stdlib=* select c++ std lib with clang - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ - -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - func_append compile_command " $arg" - func_append finalize_command " $arg" - func_append compiler_flags " $arg" - continue - ;; - - -Z*) - if test os2 = "`expr $host : '.*\(os2\)'`"; then - # OS/2 uses -Zxxx to specify OS/2-specific options - compiler_flags="$compiler_flags $arg" - func_append compile_command " $arg" - func_append finalize_command " $arg" - case $arg in - -Zlinker | -Zstack) - prev=xcompiler - ;; - esac - continue - else - # Otherwise treat like 'Some other compiler flag' below - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - fi - ;; - - # Some other compiler flag. - -* | +*) - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - ;; - - *.$objext) - # A standard object. - func_append objs " $arg" - ;; - - *.lo) - # A libtool-controlled object. - - # Check to see that this really is a libtool object. - if func_lalib_unsafe_p "$arg"; then - pic_object= - non_pic_object= - - # Read the .lo file - func_source "$arg" - - if test -z "$pic_object" || - test -z "$non_pic_object" || - test none = "$pic_object" && - test none = "$non_pic_object"; then - func_fatal_error "cannot find name of object for '$arg'" - fi - - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - test none = "$pic_object" || { - # Prepend the subdirectory the object is found in. - pic_object=$xdir$pic_object - - if test dlfiles = "$prev"; then - if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then - func_append dlfiles " $pic_object" - prev= - continue - else - # If libtool objects are unsupported, then we need to preload. - prev=dlprefiles - fi - fi - - # CHECK ME: I think I busted this. -Ossama - if test dlprefiles = "$prev"; then - # Preload the old-style object. - func_append dlprefiles " $pic_object" - prev= - fi - - # A PIC object. - func_append libobjs " $pic_object" - arg=$pic_object - } - - # Non-PIC object. - if test none != "$non_pic_object"; then - # Prepend the subdirectory the object is found in. - non_pic_object=$xdir$non_pic_object - - # A standard non-PIC object - func_append non_pic_objects " $non_pic_object" - if test -z "$pic_object" || test none = "$pic_object"; then - arg=$non_pic_object - fi - else - # If the PIC object exists, use it instead. - # $xdir was prepended to $pic_object above. - non_pic_object=$pic_object - func_append non_pic_objects " $non_pic_object" - fi - else - # Only an error if not doing a dry-run. - if $opt_dry_run; then - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - func_lo2o "$arg" - pic_object=$xdir$objdir/$func_lo2o_result - non_pic_object=$xdir$func_lo2o_result - func_append libobjs " $pic_object" - func_append non_pic_objects " $non_pic_object" - else - func_fatal_error "'$arg' is not a valid libtool object" - fi - fi - ;; - - *.$libext) - # An archive. - func_append deplibs " $arg" - func_append old_deplibs " $arg" - continue - ;; - - *.la) - # A libtool-controlled library. - - func_resolve_sysroot "$arg" - if test dlfiles = "$prev"; then - # This library was specified with -dlopen. - func_append dlfiles " $func_resolve_sysroot_result" - prev= - elif test dlprefiles = "$prev"; then - # The library was specified with -dlpreopen. - func_append dlprefiles " $func_resolve_sysroot_result" - prev= - else - func_append deplibs " $func_resolve_sysroot_result" - fi - continue - ;; - - # Some other compiler argument. - *) - # Unknown arguments in both finalize_command and compile_command need - # to be aesthetically quoted because they are evaled later. - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - ;; - esac # arg - - # Now actually substitute the argument into the commands. - if test -n "$arg"; then - func_append compile_command " $arg" - func_append finalize_command " $arg" - fi - done # argument parsing loop - - test -n "$prev" && \ - func_fatal_help "the '$prevarg' option requires an argument" - - if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then - eval arg=\"$export_dynamic_flag_spec\" - func_append compile_command " $arg" - func_append finalize_command " $arg" - fi - - oldlibs= - # calculate the name of the file, without its directory - func_basename "$output" - outputname=$func_basename_result - libobjs_save=$libobjs - - if test -n "$shlibpath_var"; then - # get the directories listed in $shlibpath_var - eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` - else - shlib_search_path= - fi - eval sys_lib_search_path=\"$sys_lib_search_path_spec\" - eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" - - # Definition is injected by LT_CONFIG during libtool generation. - func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" - - func_dirname "$output" "/" "" - output_objdir=$func_dirname_result$objdir - func_to_tool_file "$output_objdir/" - tool_output_objdir=$func_to_tool_file_result - # Create the object directory. - func_mkdir_p "$output_objdir" - - # Determine the type of output - case $output in - "") - func_fatal_help "you must specify an output file" - ;; - *.$libext) linkmode=oldlib ;; - *.lo | *.$objext) linkmode=obj ;; - *.la) linkmode=lib ;; - *) linkmode=prog ;; # Anything else should be a program. - esac - - specialdeplibs= - - libs= - # Find all interdependent deplibs by searching for libraries - # that are linked more than once (e.g. -la -lb -la) - for deplib in $deplibs; do - if $opt_preserve_dup_deps; then - case "$libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append libs " $deplib" - done - - if test lib = "$linkmode"; then - libs="$predeps $libs $compiler_lib_search_path $postdeps" - - # Compute libraries that are listed more than once in $predeps - # $postdeps and mark them as special (i.e., whose duplicates are - # not to be eliminated). - pre_post_deps= - if $opt_duplicate_compiler_generated_deps; then - for pre_post_dep in $predeps $postdeps; do - case "$pre_post_deps " in - *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; - esac - func_append pre_post_deps " $pre_post_dep" - done - fi - pre_post_deps= - fi - - deplibs= - newdependency_libs= - newlib_search_path= - need_relink=no # whether we're linking any uninstalled libtool libraries - notinst_deplibs= # not-installed libtool libraries - notinst_path= # paths that contain not-installed libtool libraries - - case $linkmode in - lib) - passes="conv dlpreopen link" - for file in $dlfiles $dlprefiles; do - case $file in - *.la) ;; - *) - func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" - ;; - esac - done - ;; - prog) - compile_deplibs= - finalize_deplibs= - alldeplibs=false - newdlfiles= - newdlprefiles= - passes="conv scan dlopen dlpreopen link" - ;; - *) passes="conv" - ;; - esac - - for pass in $passes; do - # The preopen pass in lib mode reverses $deplibs; put it back here - # so that -L comes before libs that need it for instance... - if test lib,link = "$linkmode,$pass"; then - ## FIXME: Find the place where the list is rebuilt in the wrong - ## order, and fix it there properly - tmp_deplibs= - for deplib in $deplibs; do - tmp_deplibs="$deplib $tmp_deplibs" - done - deplibs=$tmp_deplibs - fi - - if test lib,link = "$linkmode,$pass" || - test prog,scan = "$linkmode,$pass"; then - libs=$deplibs - deplibs= - fi - if test prog = "$linkmode"; then - case $pass in - dlopen) libs=$dlfiles ;; - dlpreopen) libs=$dlprefiles ;; - link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; - esac - fi - if test lib,dlpreopen = "$linkmode,$pass"; then - # Collect and forward deplibs of preopened libtool libs - for lib in $dlprefiles; do - # Ignore non-libtool-libs - dependency_libs= - func_resolve_sysroot "$lib" - case $lib in - *.la) func_source "$func_resolve_sysroot_result" ;; - esac - - # Collect preopened libtool deplibs, except any this library - # has declared as weak libs - for deplib in $dependency_libs; do - func_basename "$deplib" - deplib_base=$func_basename_result - case " $weak_libs " in - *" $deplib_base "*) ;; - *) func_append deplibs " $deplib" ;; - esac - done - done - libs=$dlprefiles - fi - if test dlopen = "$pass"; then - # Collect dlpreopened libraries - save_deplibs=$deplibs - deplibs= - fi - - for deplib in $libs; do - lib= - found=false - case $deplib in - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ - |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - func_append compiler_flags " $deplib" - if test lib = "$linkmode"; then - case "$new_inherited_linker_flags " in - *" $deplib "*) ;; - * ) func_append new_inherited_linker_flags " $deplib" ;; - esac - fi - fi - continue - ;; - -l*) - if test lib != "$linkmode" && test prog != "$linkmode"; then - func_warning "'-l' is ignored for archives/objects" - continue - fi - func_stripname '-l' '' "$deplib" - name=$func_stripname_result - if test lib = "$linkmode"; then - searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" - else - searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" - fi - for searchdir in $searchdirs; do - for search_ext in .la $std_shrext .so .a; do - # Search the libtool library - lib=$searchdir/lib$name$search_ext - if test -f "$lib"; then - if test .la = "$search_ext"; then - found=: - else - found=false - fi - break 2 - fi - done - done - if $found; then - # deplib is a libtool library - # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, - # We need to do some special things here, and not later. - if test yes = "$allow_libtool_libs_with_static_runtimes"; then - case " $predeps $postdeps " in - *" $deplib "*) - if func_lalib_p "$lib"; then - library_names= - old_library= - func_source "$lib" - for l in $old_library $library_names; do - ll=$l - done - if test "X$ll" = "X$old_library"; then # only static version available - found=false - func_dirname "$lib" "" "." - ladir=$func_dirname_result - lib=$ladir/$old_library - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" - test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" - fi - continue - fi - fi - ;; - *) ;; - esac - fi - else - # deplib doesn't seem to be a libtool library - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" - test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" - fi - continue - fi - ;; # -l - *.ltframework) - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" - if test lib = "$linkmode"; then - case "$new_inherited_linker_flags " in - *" $deplib "*) ;; - * ) func_append new_inherited_linker_flags " $deplib" ;; - esac - fi - fi - continue - ;; - -L*) - case $linkmode in - lib) - deplibs="$deplib $deplibs" - test conv = "$pass" && continue - newdependency_libs="$deplib $newdependency_libs" - func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - func_append newlib_search_path " $func_resolve_sysroot_result" - ;; - prog) - if test conv = "$pass"; then - deplibs="$deplib $deplibs" - continue - fi - if test scan = "$pass"; then - deplibs="$deplib $deplibs" - else - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - fi - func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - func_append newlib_search_path " $func_resolve_sysroot_result" - ;; - *) - func_warning "'-L' is ignored for archives/objects" - ;; - esac # linkmode - continue - ;; # -L - -R*) - if test link = "$pass"; then - func_stripname '-R' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - dir=$func_resolve_sysroot_result - # Make sure the xrpath contains only unique directories. - case "$xrpath " in - *" $dir "*) ;; - *) func_append xrpath " $dir" ;; - esac - fi - deplibs="$deplib $deplibs" - continue - ;; - *.la) - func_resolve_sysroot "$deplib" - lib=$func_resolve_sysroot_result - ;; - *.$libext) - if test conv = "$pass"; then - deplibs="$deplib $deplibs" - continue - fi - case $linkmode in - lib) - # Linking convenience modules into shared libraries is allowed, - # but linking other static libraries is non-portable. - case " $dlpreconveniencelibs " in - *" $deplib "*) ;; - *) - valid_a_lib=false - case $deplibs_check_method in - match_pattern*) - set dummy $deplibs_check_method; shift - match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` - if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ - | $EGREP "$match_pattern_regex" > /dev/null; then - valid_a_lib=: - fi - ;; - pass_all) - valid_a_lib=: - ;; - esac - if $valid_a_lib; then - echo - $ECHO "*** Warning: Linking the shared library $output against the" - $ECHO "*** static library $deplib is not portable!" - deplibs="$deplib $deplibs" - else - echo - $ECHO "*** Warning: Trying to link with static lib archive $deplib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have" - echo "*** because the file extensions .$libext of this argument makes me believe" - echo "*** that it is just a static archive that I should not use here." - fi - ;; - esac - continue - ;; - prog) - if test link != "$pass"; then - deplibs="$deplib $deplibs" - else - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - fi - continue - ;; - esac # linkmode - ;; # *.$libext - *.lo | *.$objext) - if test conv = "$pass"; then - deplibs="$deplib $deplibs" - elif test prog = "$linkmode"; then - if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then - # If there is no dlopen support or we're linking statically, - # we need to preload. - func_append newdlprefiles " $deplib" - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - func_append newdlfiles " $deplib" - fi - fi - continue - ;; - %DEPLIBS%) - alldeplibs=: - continue - ;; - esac # case $deplib - - $found || test -f "$lib" \ - || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" - - # Check to see that this really is a libtool archive. - func_lalib_unsafe_p "$lib" \ - || func_fatal_error "'$lib' is not a valid libtool archive" - - func_dirname "$lib" "" "." - ladir=$func_dirname_result - - dlname= - dlopen= - dlpreopen= - libdir= - library_names= - old_library= - inherited_linker_flags= - # If the library was installed with an old release of libtool, - # it will not redefine variables installed, or shouldnotlink - installed=yes - shouldnotlink=no - avoidtemprpath= - - - # Read the .la file - func_source "$lib" - - # Convert "-framework foo" to "foo.ltframework" - if test -n "$inherited_linker_flags"; then - tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` - for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do - case " $new_inherited_linker_flags " in - *" $tmp_inherited_linker_flag "*) ;; - *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; - esac - done - fi - dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - if test lib,link = "$linkmode,$pass" || - test prog,scan = "$linkmode,$pass" || - { test prog != "$linkmode" && test lib != "$linkmode"; }; then - test -n "$dlopen" && func_append dlfiles " $dlopen" - test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" - fi - - if test conv = "$pass"; then - # Only check for convenience libraries - deplibs="$lib $deplibs" - if test -z "$libdir"; then - if test -z "$old_library"; then - func_fatal_error "cannot find name of link library for '$lib'" - fi - # It is a libtool convenience library, so add in its objects. - func_append convenience " $ladir/$objdir/$old_library" - func_append old_convenience " $ladir/$objdir/$old_library" - elif test prog != "$linkmode" && test lib != "$linkmode"; then - func_fatal_error "'$lib' is not a convenience library" - fi - tmp_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append tmp_libs " $deplib" - done - continue - fi # $pass = conv - - - # Get the name of the library we link against. - linklib= - if test -n "$old_library" && - { test yes = "$prefer_static_libs" || - test built,no = "$prefer_static_libs,$installed"; }; then - linklib=$old_library - else - for l in $old_library $library_names; do - linklib=$l - done - fi - if test -z "$linklib"; then - func_fatal_error "cannot find name of link library for '$lib'" - fi - - # This library was specified with -dlopen. - if test dlopen = "$pass"; then - test -z "$libdir" \ - && func_fatal_error "cannot -dlopen a convenience library: '$lib'" - if test -z "$dlname" || - test yes != "$dlopen_support" || - test no = "$build_libtool_libs" - then - # If there is no dlname, no dlopen support or we're linking - # statically, we need to preload. We also need to preload any - # dependent libraries so libltdl's deplib preloader doesn't - # bomb out in the load deplibs phase. - func_append dlprefiles " $lib $dependency_libs" - else - func_append newdlfiles " $lib" - fi - continue - fi # $pass = dlopen - - # We need an absolute path. - case $ladir in - [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; - *) - abs_ladir=`cd "$ladir" && pwd` - if test -z "$abs_ladir"; then - func_warning "cannot determine absolute directory name of '$ladir'" - func_warning "passing it literally to the linker, although it might fail" - abs_ladir=$ladir - fi - ;; - esac - func_basename "$lib" - laname=$func_basename_result - - # Find the relevant object directory and library name. - if test yes = "$installed"; then - if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then - func_warning "library '$lib' was moved." - dir=$ladir - absdir=$abs_ladir - libdir=$abs_ladir - else - dir=$lt_sysroot$libdir - absdir=$lt_sysroot$libdir - fi - test yes = "$hardcode_automatic" && avoidtemprpath=yes - else - if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then - dir=$ladir - absdir=$abs_ladir - # Remove this search path later - func_append notinst_path " $abs_ladir" - else - dir=$ladir/$objdir - absdir=$abs_ladir/$objdir - # Remove this search path later - func_append notinst_path " $abs_ladir" - fi - fi # $installed = yes - func_stripname 'lib' '.la' "$laname" - name=$func_stripname_result - - # This library was specified with -dlpreopen. - if test dlpreopen = "$pass"; then - if test -z "$libdir" && test prog = "$linkmode"; then - func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" - fi - case $host in - # special handling for platforms with PE-DLLs. - *cygwin* | *mingw* | *cegcc* ) - # Linker will automatically link against shared library if both - # static and shared are present. Therefore, ensure we extract - # symbols from the import library if a shared library is present - # (otherwise, the dlopen module name will be incorrect). We do - # this by putting the import library name into $newdlprefiles. - # We recover the dlopen module name by 'saving' the la file - # name in a special purpose variable, and (later) extracting the - # dlname from the la file. - if test -n "$dlname"; then - func_tr_sh "$dir/$linklib" - eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" - func_append newdlprefiles " $dir/$linklib" - else - func_append newdlprefiles " $dir/$old_library" - # Keep a list of preopened convenience libraries to check - # that they are being used correctly in the link pass. - test -z "$libdir" && \ - func_append dlpreconveniencelibs " $dir/$old_library" - fi - ;; - * ) - # Prefer using a static library (so that no silly _DYNAMIC symbols - # are required to link). - if test -n "$old_library"; then - func_append newdlprefiles " $dir/$old_library" - # Keep a list of preopened convenience libraries to check - # that they are being used correctly in the link pass. - test -z "$libdir" && \ - func_append dlpreconveniencelibs " $dir/$old_library" - # Otherwise, use the dlname, so that lt_dlopen finds it. - elif test -n "$dlname"; then - func_append newdlprefiles " $dir/$dlname" - else - func_append newdlprefiles " $dir/$linklib" - fi - ;; - esac - fi # $pass = dlpreopen - - if test -z "$libdir"; then - # Link the convenience library - if test lib = "$linkmode"; then - deplibs="$dir/$old_library $deplibs" - elif test prog,link = "$linkmode,$pass"; then - compile_deplibs="$dir/$old_library $compile_deplibs" - finalize_deplibs="$dir/$old_library $finalize_deplibs" - else - deplibs="$lib $deplibs" # used for prog,scan pass - fi - continue - fi - - - if test prog = "$linkmode" && test link != "$pass"; then - func_append newlib_search_path " $ladir" - deplibs="$lib $deplibs" - - linkalldeplibs=false - if test no != "$link_all_deplibs" || test -z "$library_names" || - test no = "$build_libtool_libs"; then - linkalldeplibs=: - fi - - tmp_libs= - for deplib in $dependency_libs; do - case $deplib in - -L*) func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - func_append newlib_search_path " $func_resolve_sysroot_result" - ;; - esac - # Need to link against all dependency_libs? - if $linkalldeplibs; then - deplibs="$deplib $deplibs" - else - # Need to hardcode shared library paths - # or/and link against static libraries - newdependency_libs="$deplib $newdependency_libs" - fi - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append tmp_libs " $deplib" - done # for deplib - continue - fi # $linkmode = prog... - - if test prog,link = "$linkmode,$pass"; then - if test -n "$library_names" && - { { test no = "$prefer_static_libs" || - test built,yes = "$prefer_static_libs,$installed"; } || - test -z "$old_library"; }; then - # We need to hardcode the library path - if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then - # Make sure the rpath contains only unique directories. - case $temp_rpath: in - *"$absdir:"*) ;; - *) func_append temp_rpath "$absdir:" ;; - esac - fi - - # Hardcode the library path. - # Skip directories that are in the system default run-time - # search path. - case " $sys_lib_dlsearch_path " in - *" $absdir "*) ;; - *) - case "$compile_rpath " in - *" $absdir "*) ;; - *) func_append compile_rpath " $absdir" ;; - esac - ;; - esac - case " $sys_lib_dlsearch_path " in - *" $libdir "*) ;; - *) - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - ;; - esac - fi # $linkmode,$pass = prog,link... - - if $alldeplibs && - { test pass_all = "$deplibs_check_method" || - { test yes = "$build_libtool_libs" && - test -n "$library_names"; }; }; then - # We only need to search for static libraries - continue - fi - fi - - link_static=no # Whether the deplib will be linked statically - use_static_libs=$prefer_static_libs - if test built = "$use_static_libs" && test yes = "$installed"; then - use_static_libs=no - fi - if test -n "$library_names" && - { test no = "$use_static_libs" || test -z "$old_library"; }; then - case $host in - *cygwin* | *mingw* | *cegcc* | *os2*) - # No point in relinking DLLs because paths are not encoded - func_append notinst_deplibs " $lib" - need_relink=no - ;; - *) - if test no = "$installed"; then - func_append notinst_deplibs " $lib" - need_relink=yes - fi - ;; - esac - # This is a shared library - - # Warn about portability, can't link against -module's on some - # systems (darwin). Don't bleat about dlopened modules though! - dlopenmodule= - for dlpremoduletest in $dlprefiles; do - if test "X$dlpremoduletest" = "X$lib"; then - dlopenmodule=$dlpremoduletest - break - fi - done - if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then - echo - if test prog = "$linkmode"; then - $ECHO "*** Warning: Linking the executable $output against the loadable module" - else - $ECHO "*** Warning: Linking the shared library $output against the loadable module" - fi - $ECHO "*** $linklib is not portable!" - fi - if test lib = "$linkmode" && - test yes = "$hardcode_into_libs"; then - # Hardcode the library path. - # Skip directories that are in the system default run-time - # search path. - case " $sys_lib_dlsearch_path " in - *" $absdir "*) ;; - *) - case "$compile_rpath " in - *" $absdir "*) ;; - *) func_append compile_rpath " $absdir" ;; - esac - ;; - esac - case " $sys_lib_dlsearch_path " in - *" $libdir "*) ;; - *) - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - ;; - esac - fi - - if test -n "$old_archive_from_expsyms_cmds"; then - # figure out the soname - set dummy $library_names - shift - realname=$1 - shift - libname=`eval "\\$ECHO \"$libname_spec\""` - # use dlname if we got it. it's perfectly good, no? - if test -n "$dlname"; then - soname=$dlname - elif test -n "$soname_spec"; then - # bleh windows - case $host in - *cygwin* | mingw* | *cegcc* | *os2*) - func_arith $current - $age - major=$func_arith_result - versuffix=-$major - ;; - esac - eval soname=\"$soname_spec\" - else - soname=$realname - fi - - # Make a new name for the extract_expsyms_cmds to use - soroot=$soname - func_basename "$soroot" - soname=$func_basename_result - func_stripname 'lib' '.dll' "$soname" - newlib=libimp-$func_stripname_result.a - - # If the library has no export list, then create one now - if test -f "$output_objdir/$soname-def"; then : - else - func_verbose "extracting exported symbol list from '$soname'" - func_execute_cmds "$extract_expsyms_cmds" 'exit $?' - fi - - # Create $newlib - if test -f "$output_objdir/$newlib"; then :; else - func_verbose "generating import library for '$soname'" - func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' - fi - # make sure the library variables are pointing to the new library - dir=$output_objdir - linklib=$newlib - fi # test -n "$old_archive_from_expsyms_cmds" - - if test prog = "$linkmode" || test relink != "$opt_mode"; then - add_shlibpath= - add_dir= - add= - lib_linked=yes - case $hardcode_action in - immediate | unsupported) - if test no = "$hardcode_direct"; then - add=$dir/$linklib - case $host in - *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; - *-*-sysv4*uw2*) add_dir=-L$dir ;; - *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ - *-*-unixware7*) add_dir=-L$dir ;; - *-*-darwin* ) - # if the lib is a (non-dlopened) module then we cannot - # link against it, someone is ignoring the earlier warnings - if /usr/bin/file -L $add 2> /dev/null | - $GREP ": [^:]* bundle" >/dev/null; then - if test "X$dlopenmodule" != "X$lib"; then - $ECHO "*** Warning: lib $linklib is a module, not a shared library" - if test -z "$old_library"; then - echo - echo "*** And there doesn't seem to be a static archive available" - echo "*** The link will probably fail, sorry" - else - add=$dir/$old_library - fi - elif test -n "$old_library"; then - add=$dir/$old_library - fi - fi - esac - elif test no = "$hardcode_minus_L"; then - case $host in - *-*-sunos*) add_shlibpath=$dir ;; - esac - add_dir=-L$dir - add=-l$name - elif test no = "$hardcode_shlibpath_var"; then - add_shlibpath=$dir - add=-l$name - else - lib_linked=no - fi - ;; - relink) - if test yes = "$hardcode_direct" && - test no = "$hardcode_direct_absolute"; then - add=$dir/$linklib - elif test yes = "$hardcode_minus_L"; then - add_dir=-L$absdir - # Try looking first in the location we're being installed to. - if test -n "$inst_prefix_dir"; then - case $libdir in - [\\/]*) - func_append add_dir " -L$inst_prefix_dir$libdir" - ;; - esac - fi - add=-l$name - elif test yes = "$hardcode_shlibpath_var"; then - add_shlibpath=$dir - add=-l$name - else - lib_linked=no - fi - ;; - *) lib_linked=no ;; - esac - - if test yes != "$lib_linked"; then - func_fatal_configuration "unsupported hardcode properties" - fi - - if test -n "$add_shlibpath"; then - case :$compile_shlibpath: in - *":$add_shlibpath:"*) ;; - *) func_append compile_shlibpath "$add_shlibpath:" ;; - esac - fi - if test prog = "$linkmode"; then - test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" - test -n "$add" && compile_deplibs="$add $compile_deplibs" - else - test -n "$add_dir" && deplibs="$add_dir $deplibs" - test -n "$add" && deplibs="$add $deplibs" - if test yes != "$hardcode_direct" && - test yes != "$hardcode_minus_L" && - test yes = "$hardcode_shlibpath_var"; then - case :$finalize_shlibpath: in - *":$libdir:"*) ;; - *) func_append finalize_shlibpath "$libdir:" ;; - esac - fi - fi - fi - - if test prog = "$linkmode" || test relink = "$opt_mode"; then - add_shlibpath= - add_dir= - add= - # Finalize command for both is simple: just hardcode it. - if test yes = "$hardcode_direct" && - test no = "$hardcode_direct_absolute"; then - add=$libdir/$linklib - elif test yes = "$hardcode_minus_L"; then - add_dir=-L$libdir - add=-l$name - elif test yes = "$hardcode_shlibpath_var"; then - case :$finalize_shlibpath: in - *":$libdir:"*) ;; - *) func_append finalize_shlibpath "$libdir:" ;; - esac - add=-l$name - elif test yes = "$hardcode_automatic"; then - if test -n "$inst_prefix_dir" && - test -f "$inst_prefix_dir$libdir/$linklib"; then - add=$inst_prefix_dir$libdir/$linklib - else - add=$libdir/$linklib - fi - else - # We cannot seem to hardcode it, guess we'll fake it. - add_dir=-L$libdir - # Try looking first in the location we're being installed to. - if test -n "$inst_prefix_dir"; then - case $libdir in - [\\/]*) - func_append add_dir " -L$inst_prefix_dir$libdir" - ;; - esac - fi - add=-l$name - fi - - if test prog = "$linkmode"; then - test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" - test -n "$add" && finalize_deplibs="$add $finalize_deplibs" - else - test -n "$add_dir" && deplibs="$add_dir $deplibs" - test -n "$add" && deplibs="$add $deplibs" - fi - fi - elif test prog = "$linkmode"; then - # Here we assume that one of hardcode_direct or hardcode_minus_L - # is not unsupported. This is valid on all known static and - # shared platforms. - if test unsupported != "$hardcode_direct"; then - test -n "$old_library" && linklib=$old_library - compile_deplibs="$dir/$linklib $compile_deplibs" - finalize_deplibs="$dir/$linklib $finalize_deplibs" - else - compile_deplibs="-l$name -L$dir $compile_deplibs" - finalize_deplibs="-l$name -L$dir $finalize_deplibs" - fi - elif test yes = "$build_libtool_libs"; then - # Not a shared library - if test pass_all != "$deplibs_check_method"; then - # We're trying link a shared library against a static one - # but the system doesn't support it. - - # Just print a warning and add the library to dependency_libs so - # that the program can be linked against the static library. - echo - $ECHO "*** Warning: This system cannot link to static lib archive $lib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have." - if test yes = "$module"; then - echo "*** But as you try to build a module library, libtool will still create " - echo "*** a static module, that should work as long as the dlopening application" - echo "*** is linked with the -dlopen flag to resolve symbols at runtime." - if test -z "$global_symbol_pipe"; then - echo - echo "*** However, this would only work if libtool was able to extract symbol" - echo "*** lists from a program, using 'nm' or equivalent, but libtool could" - echo "*** not find such a program. So, this module is probably useless." - echo "*** 'nm' from GNU binutils and a full rebuild may help." - fi - if test no = "$build_old_libs"; then - build_libtool_libs=module - build_old_libs=yes - else - build_libtool_libs=no - fi - fi - else - deplibs="$dir/$old_library $deplibs" - link_static=yes - fi - fi # link shared/static library? - - if test lib = "$linkmode"; then - if test -n "$dependency_libs" && - { test yes != "$hardcode_into_libs" || - test yes = "$build_old_libs" || - test yes = "$link_static"; }; then - # Extract -R from dependency_libs - temp_deplibs= - for libdir in $dependency_libs; do - case $libdir in - -R*) func_stripname '-R' '' "$libdir" - temp_xrpath=$func_stripname_result - case " $xrpath " in - *" $temp_xrpath "*) ;; - *) func_append xrpath " $temp_xrpath";; - esac;; - *) func_append temp_deplibs " $libdir";; - esac - done - dependency_libs=$temp_deplibs - fi - - func_append newlib_search_path " $absdir" - # Link against this library - test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" - # ... and its dependency_libs - tmp_libs= - for deplib in $dependency_libs; do - newdependency_libs="$deplib $newdependency_libs" - case $deplib in - -L*) func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result";; - *) func_resolve_sysroot "$deplib" ;; - esac - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $func_resolve_sysroot_result "*) - func_append specialdeplibs " $func_resolve_sysroot_result" ;; - esac - fi - func_append tmp_libs " $func_resolve_sysroot_result" - done - - if test no != "$link_all_deplibs"; then - # Add the search paths of all dependency libraries - for deplib in $dependency_libs; do - path= - case $deplib in - -L*) path=$deplib ;; - *.la) - func_resolve_sysroot "$deplib" - deplib=$func_resolve_sysroot_result - func_dirname "$deplib" "" "." - dir=$func_dirname_result - # We need an absolute path. - case $dir in - [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; - *) - absdir=`cd "$dir" && pwd` - if test -z "$absdir"; then - func_warning "cannot determine absolute directory name of '$dir'" - absdir=$dir - fi - ;; - esac - if $GREP "^installed=no" $deplib > /dev/null; then - case $host in - *-*-darwin*) - depdepl= - eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` - if test -n "$deplibrary_names"; then - for tmp in $deplibrary_names; do - depdepl=$tmp - done - if test -f "$absdir/$objdir/$depdepl"; then - depdepl=$absdir/$objdir/$depdepl - darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` - if test -z "$darwin_install_name"; then - darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` - fi - func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" - func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" - path= - fi - fi - ;; - *) - path=-L$absdir/$objdir - ;; - esac - else - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` - test -z "$libdir" && \ - func_fatal_error "'$deplib' is not a valid libtool archive" - test "$absdir" != "$libdir" && \ - func_warning "'$deplib' seems to be moved" - - path=-L$absdir - fi - ;; - esac - case " $deplibs " in - *" $path "*) ;; - *) deplibs="$path $deplibs" ;; - esac - done - fi # link_all_deplibs != no - fi # linkmode = lib - done # for deplib in $libs - if test link = "$pass"; then - if test prog = "$linkmode"; then - compile_deplibs="$new_inherited_linker_flags $compile_deplibs" - finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" - else - compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - fi - fi - dependency_libs=$newdependency_libs - if test dlpreopen = "$pass"; then - # Link the dlpreopened libraries before other libraries - for deplib in $save_deplibs; do - deplibs="$deplib $deplibs" - done - fi - if test dlopen != "$pass"; then - test conv = "$pass" || { - # Make sure lib_search_path contains only unique directories. - lib_search_path= - for dir in $newlib_search_path; do - case "$lib_search_path " in - *" $dir "*) ;; - *) func_append lib_search_path " $dir" ;; - esac - done - newlib_search_path= - } - - if test prog,link = "$linkmode,$pass"; then - vars="compile_deplibs finalize_deplibs" - else - vars=deplibs - fi - for var in $vars dependency_libs; do - # Add libraries to $var in reverse order - eval tmp_libs=\"\$$var\" - new_libs= - for deplib in $tmp_libs; do - # FIXME: Pedantically, this is the right thing to do, so - # that some nasty dependency loop isn't accidentally - # broken: - #new_libs="$deplib $new_libs" - # Pragmatically, this seems to cause very few problems in - # practice: - case $deplib in - -L*) new_libs="$deplib $new_libs" ;; - -R*) ;; - *) - # And here is the reason: when a library appears more - # than once as an explicit dependence of a library, or - # is implicitly linked in more than once by the - # compiler, it is considered special, and multiple - # occurrences thereof are not removed. Compare this - # with having the same library being listed as a - # dependency of multiple other libraries: in this case, - # we know (pedantically, we assume) the library does not - # need to be listed more than once, so we keep only the - # last copy. This is not always right, but it is rare - # enough that we require users that really mean to play - # such unportable linking tricks to link the library - # using -Wl,-lname, so that libtool does not consider it - # for duplicate removal. - case " $specialdeplibs " in - *" $deplib "*) new_libs="$deplib $new_libs" ;; - *) - case " $new_libs " in - *" $deplib "*) ;; - *) new_libs="$deplib $new_libs" ;; - esac - ;; - esac - ;; - esac - done - tmp_libs= - for deplib in $new_libs; do - case $deplib in - -L*) - case " $tmp_libs " in - *" $deplib "*) ;; - *) func_append tmp_libs " $deplib" ;; - esac - ;; - *) func_append tmp_libs " $deplib" ;; - esac - done - eval $var=\"$tmp_libs\" - done # for var - fi - - # Add Sun CC postdeps if required: - test CXX = "$tagname" && { - case $host_os in - linux*) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) # Sun C++ 5.9 - func_suncc_cstd_abi - - if test no != "$suncc_use_cstd_abi"; then - func_append postdeps ' -library=Cstd -library=Crun' - fi - ;; - esac - ;; - - solaris*) - func_cc_basename "$CC" - case $func_cc_basename_result in - CC* | sunCC*) - func_suncc_cstd_abi - - if test no != "$suncc_use_cstd_abi"; then - func_append postdeps ' -library=Cstd -library=Crun' - fi - ;; - esac - ;; - esac - } - - # Last step: remove runtime libs from dependency_libs - # (they stay in deplibs) - tmp_libs= - for i in $dependency_libs; do - case " $predeps $postdeps $compiler_lib_search_path " in - *" $i "*) - i= - ;; - esac - if test -n "$i"; then - func_append tmp_libs " $i" - fi - done - dependency_libs=$tmp_libs - done # for pass - if test prog = "$linkmode"; then - dlfiles=$newdlfiles - fi - if test prog = "$linkmode" || test lib = "$linkmode"; then - dlprefiles=$newdlprefiles - fi - - case $linkmode in - oldlib) - if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then - func_warning "'-dlopen' is ignored for archives" - fi - - case " $deplibs" in - *\ -l* | *\ -L*) - func_warning "'-l' and '-L' are ignored for archives" ;; - esac - - test -n "$rpath" && \ - func_warning "'-rpath' is ignored for archives" - - test -n "$xrpath" && \ - func_warning "'-R' is ignored for archives" - - test -n "$vinfo" && \ - func_warning "'-version-info/-version-number' is ignored for archives" - - test -n "$release" && \ - func_warning "'-release' is ignored for archives" - - test -n "$export_symbols$export_symbols_regex" && \ - func_warning "'-export-symbols' is ignored for archives" - - # Now set the variables for building old libraries. - build_libtool_libs=no - oldlibs=$output - func_append objs "$old_deplibs" - ;; - - lib) - # Make sure we only generate libraries of the form 'libNAME.la'. - case $outputname in - lib*) - func_stripname 'lib' '.la' "$outputname" - name=$func_stripname_result - eval shared_ext=\"$shrext_cmds\" - eval libname=\"$libname_spec\" - ;; - *) - test no = "$module" \ - && func_fatal_help "libtool library '$output' must begin with 'lib'" - - if test no != "$need_lib_prefix"; then - # Add the "lib" prefix for modules if required - func_stripname '' '.la' "$outputname" - name=$func_stripname_result - eval shared_ext=\"$shrext_cmds\" - eval libname=\"$libname_spec\" - else - func_stripname '' '.la' "$outputname" - libname=$func_stripname_result - fi - ;; - esac - - if test -n "$objs"; then - if test pass_all != "$deplibs_check_method"; then - func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" - else - echo - $ECHO "*** Warning: Linking the shared library $output against the non-libtool" - $ECHO "*** objects $objs is not portable!" - func_append libobjs " $objs" - fi - fi - - test no = "$dlself" \ - || func_warning "'-dlopen self' is ignored for libtool libraries" - - set dummy $rpath - shift - test 1 -lt "$#" \ - && func_warning "ignoring multiple '-rpath's for a libtool library" - - install_libdir=$1 - - oldlibs= - if test -z "$rpath"; then - if test yes = "$build_libtool_libs"; then - # Building a libtool convenience library. - # Some compilers have problems with a '.al' extension so - # convenience libraries should have the same extension an - # archive normally would. - oldlibs="$output_objdir/$libname.$libext $oldlibs" - build_libtool_libs=convenience - build_old_libs=yes - fi - - test -n "$vinfo" && \ - func_warning "'-version-info/-version-number' is ignored for convenience libraries" - - test -n "$release" && \ - func_warning "'-release' is ignored for convenience libraries" - else - - # Parse the version information argument. - save_ifs=$IFS; IFS=: - set dummy $vinfo 0 0 0 - shift - IFS=$save_ifs - - test -n "$7" && \ - func_fatal_help "too many parameters to '-version-info'" - - # convert absolute version numbers to libtool ages - # this retains compatibility with .la files and attempts - # to make the code below a bit more comprehensible - - case $vinfo_number in - yes) - number_major=$1 - number_minor=$2 - number_revision=$3 - # - # There are really only two kinds -- those that - # use the current revision as the major version - # and those that subtract age and use age as - # a minor version. But, then there is irix - # that has an extra 1 added just for fun - # - case $version_type in - # correct linux to gnu/linux during the next big refactor - darwin|freebsd-elf|linux|osf|windows|none) - func_arith $number_major + $number_minor - current=$func_arith_result - age=$number_minor - revision=$number_revision - ;; - freebsd-aout|qnx|sunos) - current=$number_major - revision=$number_minor - age=0 - ;; - irix|nonstopux) - func_arith $number_major + $number_minor - current=$func_arith_result - age=$number_minor - revision=$number_minor - lt_irix_increment=no - ;; - esac - ;; - no) - current=$1 - revision=$2 - age=$3 - ;; - esac - - # Check that each of the things are valid numbers. - case $current in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; - *) - func_error "CURRENT '$current' must be a nonnegative integer" - func_fatal_error "'$vinfo' is not valid version information" - ;; - esac - - case $revision in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; - *) - func_error "REVISION '$revision' must be a nonnegative integer" - func_fatal_error "'$vinfo' is not valid version information" - ;; - esac - - case $age in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; - *) - func_error "AGE '$age' must be a nonnegative integer" - func_fatal_error "'$vinfo' is not valid version information" - ;; - esac - - if test "$age" -gt "$current"; then - func_error "AGE '$age' is greater than the current interface number '$current'" - func_fatal_error "'$vinfo' is not valid version information" - fi - - # Calculate the version variables. - major= - versuffix= - verstring= - case $version_type in - none) ;; - - darwin) - # Like Linux, but with the current version available in - # verstring for coding it into the library header - func_arith $current - $age - major=.$func_arith_result - versuffix=$major.$age.$revision - # Darwin ld doesn't like 0 for these options... - func_arith $current + 1 - minor_current=$func_arith_result - xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" - verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" - # On Darwin other compilers - case $CC in - nagfor*) - verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" - ;; - *) - verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" - ;; - esac - ;; - - freebsd-aout) - major=.$current - versuffix=.$current.$revision - ;; - - freebsd-elf) - func_arith $current - $age - major=.$func_arith_result - versuffix=$major.$age.$revision - ;; - - irix | nonstopux) - if test no = "$lt_irix_increment"; then - func_arith $current - $age - else - func_arith $current - $age + 1 - fi - major=$func_arith_result - - case $version_type in - nonstopux) verstring_prefix=nonstopux ;; - *) verstring_prefix=sgi ;; - esac - verstring=$verstring_prefix$major.$revision - - # Add in all the interfaces that we are compatible with. - loop=$revision - while test 0 -ne "$loop"; do - func_arith $revision - $loop - iface=$func_arith_result - func_arith $loop - 1 - loop=$func_arith_result - verstring=$verstring_prefix$major.$iface:$verstring - done - - # Before this point, $major must not contain '.'. - major=.$major - versuffix=$major.$revision - ;; - - linux) # correct to gnu/linux during the next big refactor - func_arith $current - $age - major=.$func_arith_result - versuffix=$major.$age.$revision - ;; - - osf) - func_arith $current - $age - major=.$func_arith_result - versuffix=.$current.$age.$revision - verstring=$current.$age.$revision - - # Add in all the interfaces that we are compatible with. - loop=$age - while test 0 -ne "$loop"; do - func_arith $current - $loop - iface=$func_arith_result - func_arith $loop - 1 - loop=$func_arith_result - verstring=$verstring:$iface.0 - done - - # Make executables depend on our current version. - func_append verstring ":$current.0" - ;; - - qnx) - major=.$current - versuffix=.$current - ;; - - sco) - major=.$current - versuffix=.$current - ;; - - sunos) - major=.$current - versuffix=.$current.$revision - ;; - - windows) - # Use '-' rather than '.', since we only want one - # extension on DOS 8.3 file systems. - func_arith $current - $age - major=$func_arith_result - versuffix=-$major - ;; - - *) - func_fatal_configuration "unknown library version type '$version_type'" - ;; - esac - - # Clear the version info if we defaulted, and they specified a release. - if test -z "$vinfo" && test -n "$release"; then - major= - case $version_type in - darwin) - # we can't check for "0.0" in archive_cmds due to quoting - # problems, so we reset it completely - verstring= - ;; - *) - verstring=0.0 - ;; - esac - if test no = "$need_version"; then - versuffix= - else - versuffix=.0.0 - fi - fi - - # Remove version info from name if versioning should be avoided - if test yes,no = "$avoid_version,$need_version"; then - major= - versuffix= - verstring= - fi - - # Check to see if the archive will have undefined symbols. - if test yes = "$allow_undefined"; then - if test unsupported = "$allow_undefined_flag"; then - if test yes = "$build_old_libs"; then - func_warning "undefined symbols not allowed in $host shared libraries; building static only" - build_libtool_libs=no - else - func_fatal_error "can't build $host shared library unless -no-undefined is specified" - fi - fi - else - # Don't allow undefined symbols. - allow_undefined_flag=$no_undefined_flag - fi - - fi - - func_generate_dlsyms "$libname" "$libname" : - func_append libobjs " $symfileobj" - test " " = "$libobjs" && libobjs= - - if test relink != "$opt_mode"; then - # Remove our outputs, but don't remove object files since they - # may have been created when compiling PIC objects. - removelist= - tempremovelist=`$ECHO "$output_objdir/*"` - for p in $tempremovelist; do - case $p in - *.$objext | *.gcno) - ;; - $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) - if test -n "$precious_files_regex"; then - if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 - then - continue - fi - fi - func_append removelist " $p" - ;; - *) ;; - esac - done - test -n "$removelist" && \ - func_show_eval "${RM}r \$removelist" - fi - - # Now set the variables for building old libraries. - if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then - func_append oldlibs " $output_objdir/$libname.$libext" - - # Transform .lo files to .o files. - oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` - fi - - # Eliminate all temporary directories. - #for path in $notinst_path; do - # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` - # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` - # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` - #done - - if test -n "$xrpath"; then - # If the user specified any rpath flags, then add them. - temp_xrpath= - for libdir in $xrpath; do - func_replace_sysroot "$libdir" - func_append temp_xrpath " -R$func_replace_sysroot_result" - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - done - if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then - dependency_libs="$temp_xrpath $dependency_libs" - fi - fi - - # Make sure dlfiles contains only unique files that won't be dlpreopened - old_dlfiles=$dlfiles - dlfiles= - for lib in $old_dlfiles; do - case " $dlprefiles $dlfiles " in - *" $lib "*) ;; - *) func_append dlfiles " $lib" ;; - esac - done - - # Make sure dlprefiles contains only unique files - old_dlprefiles=$dlprefiles - dlprefiles= - for lib in $old_dlprefiles; do - case "$dlprefiles " in - *" $lib "*) ;; - *) func_append dlprefiles " $lib" ;; - esac - done - - if test yes = "$build_libtool_libs"; then - if test -n "$rpath"; then - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) - # these systems don't actually have a c library (as such)! - ;; - *-*-rhapsody* | *-*-darwin1.[012]) - # Rhapsody C library is in the System framework - func_append deplibs " System.ltframework" - ;; - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) - # Do not include libc due to us having libc/libc_r. - ;; - *-*-sco3.2v5* | *-*-sco5v6*) - # Causes problems with __ctype - ;; - *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) - # Compiler inserts libc in the correct place for threads to work - ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test yes = "$build_libtool_need_lc"; then - func_append deplibs " -lc" - fi - ;; - esac - fi - - # Transform deplibs into only deplibs that can be linked in shared. - name_save=$name - libname_save=$libname - release_save=$release - versuffix_save=$versuffix - major_save=$major - # I'm not sure if I'm treating the release correctly. I think - # release should show up in the -l (ie -lgmp5) so we don't want to - # add it in twice. Is that correct? - release= - versuffix= - major= - newdeplibs= - droppeddeps=no - case $deplibs_check_method in - pass_all) - # Don't check for shared/static. Everything works. - # This might be a little naive. We might want to check - # whether the library exists or not. But this is on - # osf3 & osf4 and I'm not really sure... Just - # implementing what was already the behavior. - newdeplibs=$deplibs - ;; - test_compile) - # This code stresses the "libraries are programs" paradigm to its - # limits. Maybe even breaks it. We compile a program, linking it - # against the deplibs as a proxy for the library. Then we can check - # whether they linked in statically or dynamically with ldd. - $opt_dry_run || $RM conftest.c - cat > conftest.c </dev/null` - $nocaseglob - else - potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` - fi - for potent_lib in $potential_libs; do - # Follow soft links. - if ls -lLd "$potent_lib" 2>/dev/null | - $GREP " -> " >/dev/null; then - continue - fi - # The statement above tries to avoid entering an - # endless loop below, in case of cyclic links. - # We might still enter an endless loop, since a link - # loop can be closed while we follow links, - # but so what? - potlib=$potent_lib - while test -h "$potlib" 2>/dev/null; do - potliblink=`ls -ld $potlib | $SED 's/.* -> //'` - case $potliblink in - [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; - *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; - esac - done - if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | - $SED -e 10q | - $EGREP "$file_magic_regex" > /dev/null; then - func_append newdeplibs " $a_deplib" - a_deplib= - break 2 - fi - done - done - fi - if test -n "$a_deplib"; then - droppeddeps=yes - echo - $ECHO "*** Warning: linker path does not have real file for library $a_deplib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have" - echo "*** because I did check the linker path looking for a file starting" - if test -z "$potlib"; then - $ECHO "*** with $libname but no candidates were found. (...for file magic test)" - else - $ECHO "*** with $libname and none of the candidates passed a file format test" - $ECHO "*** using a file magic. Last file checked: $potlib" - fi - fi - ;; - *) - # Add a -L argument. - func_append newdeplibs " $a_deplib" - ;; - esac - done # Gone through all deplibs. - ;; - match_pattern*) - set dummy $deplibs_check_method; shift - match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` - for a_deplib in $deplibs; do - case $a_deplib in - -l*) - func_stripname -l '' "$a_deplib" - name=$func_stripname_result - if test yes = "$allow_libtool_libs_with_static_runtimes"; then - case " $predeps $postdeps " in - *" $a_deplib "*) - func_append newdeplibs " $a_deplib" - a_deplib= - ;; - esac - fi - if test -n "$a_deplib"; then - libname=`eval "\\$ECHO \"$libname_spec\""` - for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do - potential_libs=`ls $i/$libname[.-]* 2>/dev/null` - for potent_lib in $potential_libs; do - potlib=$potent_lib # see symlink-check above in file_magic test - if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ - $EGREP "$match_pattern_regex" > /dev/null; then - func_append newdeplibs " $a_deplib" - a_deplib= - break 2 - fi - done - done - fi - if test -n "$a_deplib"; then - droppeddeps=yes - echo - $ECHO "*** Warning: linker path does not have real file for library $a_deplib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have" - echo "*** because I did check the linker path looking for a file starting" - if test -z "$potlib"; then - $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" - else - $ECHO "*** with $libname and none of the candidates passed a file format test" - $ECHO "*** using a regex pattern. Last file checked: $potlib" - fi - fi - ;; - *) - # Add a -L argument. - func_append newdeplibs " $a_deplib" - ;; - esac - done # Gone through all deplibs. - ;; - none | unknown | *) - newdeplibs= - tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` - if test yes = "$allow_libtool_libs_with_static_runtimes"; then - for i in $predeps $postdeps; do - # can't use Xsed below, because $i might contain '/' - tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` - done - fi - case $tmp_deplibs in - *[!\ \ ]*) - echo - if test none = "$deplibs_check_method"; then - echo "*** Warning: inter-library dependencies are not supported in this platform." - else - echo "*** Warning: inter-library dependencies are not known to be supported." - fi - echo "*** All declared inter-library dependencies are being dropped." - droppeddeps=yes - ;; - esac - ;; - esac - versuffix=$versuffix_save - major=$major_save - release=$release_save - libname=$libname_save - name=$name_save - - case $host in - *-*-rhapsody* | *-*-darwin1.[012]) - # On Rhapsody replace the C library with the System framework - newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` - ;; - esac - - if test yes = "$droppeddeps"; then - if test yes = "$module"; then - echo - echo "*** Warning: libtool could not satisfy all declared inter-library" - $ECHO "*** dependencies of module $libname. Therefore, libtool will create" - echo "*** a static module, that should work as long as the dlopening" - echo "*** application is linked with the -dlopen flag." - if test -z "$global_symbol_pipe"; then - echo - echo "*** However, this would only work if libtool was able to extract symbol" - echo "*** lists from a program, using 'nm' or equivalent, but libtool could" - echo "*** not find such a program. So, this module is probably useless." - echo "*** 'nm' from GNU binutils and a full rebuild may help." - fi - if test no = "$build_old_libs"; then - oldlibs=$output_objdir/$libname.$libext - build_libtool_libs=module - build_old_libs=yes - else - build_libtool_libs=no - fi - else - echo "*** The inter-library dependencies that have been dropped here will be" - echo "*** automatically added whenever a program is linked with this library" - echo "*** or is declared to -dlopen it." - - if test no = "$allow_undefined"; then - echo - echo "*** Since this library must not contain undefined symbols," - echo "*** because either the platform does not support them or" - echo "*** it was explicitly requested with -no-undefined," - echo "*** libtool will only create a static version of it." - if test no = "$build_old_libs"; then - oldlibs=$output_objdir/$libname.$libext - build_libtool_libs=module - build_old_libs=yes - else - build_libtool_libs=no - fi - fi - fi - fi - # Done checking deplibs! - deplibs=$newdeplibs - fi - # Time to change all our "foo.ltframework" stuff back to "-framework foo" - case $host in - *-*-darwin*) - newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - ;; - esac - - # move library search paths that coincide with paths to not yet - # installed libraries to the beginning of the library search list - new_libs= - for path in $notinst_path; do - case " $new_libs " in - *" -L$path/$objdir "*) ;; - *) - case " $deplibs " in - *" -L$path/$objdir "*) - func_append new_libs " -L$path/$objdir" ;; - esac - ;; - esac - done - for deplib in $deplibs; do - case $deplib in - -L*) - case " $new_libs " in - *" $deplib "*) ;; - *) func_append new_libs " $deplib" ;; - esac - ;; - *) func_append new_libs " $deplib" ;; - esac - done - deplibs=$new_libs - - # All the library-specific variables (install_libdir is set above). - library_names= - old_library= - dlname= - - # Test again, we may have decided not to build it any more - if test yes = "$build_libtool_libs"; then - # Remove $wl instances when linking with ld. - # FIXME: should test the right _cmds variable. - case $archive_cmds in - *\$LD\ *) wl= ;; - esac - if test yes = "$hardcode_into_libs"; then - # Hardcode the library paths - hardcode_libdirs= - dep_rpath= - rpath=$finalize_rpath - test relink = "$opt_mode" || rpath=$compile_rpath$rpath - for libdir in $rpath; do - if test -n "$hardcode_libdir_flag_spec"; then - if test -n "$hardcode_libdir_separator"; then - func_replace_sysroot "$libdir" - libdir=$func_replace_sysroot_result - if test -z "$hardcode_libdirs"; then - hardcode_libdirs=$libdir - else - # Just accumulate the unique libdirs. - case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in - *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) - ;; - *) - func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" - ;; - esac - fi - else - eval flag=\"$hardcode_libdir_flag_spec\" - func_append dep_rpath " $flag" - fi - elif test -n "$runpath_var"; then - case "$perm_rpath " in - *" $libdir "*) ;; - *) func_append perm_rpath " $libdir" ;; - esac - fi - done - # Substitute the hardcoded libdirs into the rpath. - if test -n "$hardcode_libdir_separator" && - test -n "$hardcode_libdirs"; then - libdir=$hardcode_libdirs - eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" - fi - if test -n "$runpath_var" && test -n "$perm_rpath"; then - # We should set the runpath_var. - rpath= - for dir in $perm_rpath; do - func_append rpath "$dir:" - done - eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" - fi - test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" - fi - - shlibpath=$finalize_shlibpath - test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath - if test -n "$shlibpath"; then - eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" - fi - - # Get the real and link names of the library. - eval shared_ext=\"$shrext_cmds\" - eval library_names=\"$library_names_spec\" - set dummy $library_names - shift - realname=$1 - shift - - if test -n "$soname_spec"; then - eval soname=\"$soname_spec\" - else - soname=$realname - fi - if test -z "$dlname"; then - dlname=$soname - fi - - lib=$output_objdir/$realname - linknames= - for link - do - func_append linknames " $link" - done - - # Use standard objects if they are pic - test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` - test "X$libobjs" = "X " && libobjs= - - delfiles= - if test -n "$export_symbols" && test -n "$include_expsyms"; then - $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" - export_symbols=$output_objdir/$libname.uexp - func_append delfiles " $export_symbols" - fi - - orig_export_symbols= - case $host_os in - cygwin* | mingw* | cegcc*) - if test -n "$export_symbols" && test -z "$export_symbols_regex"; then - # exporting using user supplied symfile - func_dll_def_p "$export_symbols" || { - # and it's NOT already a .def file. Must figure out - # which of the given symbols are data symbols and tag - # them as such. So, trigger use of export_symbols_cmds. - # export_symbols gets reassigned inside the "prepare - # the list of exported symbols" if statement, so the - # include_expsyms logic still works. - orig_export_symbols=$export_symbols - export_symbols= - always_export_symbols=yes - } - fi - ;; - esac - - # Prepare the list of exported symbols - if test -z "$export_symbols"; then - if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then - func_verbose "generating symbol list for '$libname.la'" - export_symbols=$output_objdir/$libname.exp - $opt_dry_run || $RM $export_symbols - cmds=$export_symbols_cmds - save_ifs=$IFS; IFS='~' - for cmd1 in $cmds; do - IFS=$save_ifs - # Take the normal branch if the nm_file_list_spec branch - # doesn't work or if tool conversion is not needed. - case $nm_file_list_spec~$to_tool_file_cmd in - *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) - try_normal_branch=yes - eval cmd=\"$cmd1\" - func_len " $cmd" - len=$func_len_result - ;; - *) - try_normal_branch=no - ;; - esac - if test yes = "$try_normal_branch" \ - && { test "$len" -lt "$max_cmd_len" \ - || test "$max_cmd_len" -le -1; } - then - func_show_eval "$cmd" 'exit $?' - skipped_export=false - elif test -n "$nm_file_list_spec"; then - func_basename "$output" - output_la=$func_basename_result - save_libobjs=$libobjs - save_output=$output - output=$output_objdir/$output_la.nm - func_to_tool_file "$output" - libobjs=$nm_file_list_spec$func_to_tool_file_result - func_append delfiles " $output" - func_verbose "creating $NM input file list: $output" - for obj in $save_libobjs; do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" - done > "$output" - eval cmd=\"$cmd1\" - func_show_eval "$cmd" 'exit $?' - output=$save_output - libobjs=$save_libobjs - skipped_export=false - else - # The command line is too long to execute in one step. - func_verbose "using reloadable object file for export list..." - skipped_export=: - # Break out early, otherwise skipped_export may be - # set to false by a later but shorter cmd. - break - fi - done - IFS=$save_ifs - if test -n "$export_symbols_regex" && test : != "$skipped_export"; then - func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' - func_show_eval '$MV "${export_symbols}T" "$export_symbols"' - fi - fi - fi - - if test -n "$export_symbols" && test -n "$include_expsyms"; then - tmp_export_symbols=$export_symbols - test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols - $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' - fi - - if test : != "$skipped_export" && test -n "$orig_export_symbols"; then - # The given exports_symbols file has to be filtered, so filter it. - func_verbose "filter symbol list for '$libname.la' to tag DATA exports" - # FIXME: $output_objdir/$libname.filter potentially contains lots of - # 's' commands, which not all seds can handle. GNU sed should be fine - # though. Also, the filter scales superlinearly with the number of - # global variables. join(1) would be nice here, but unfortunately - # isn't a blessed tool. - $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter - func_append delfiles " $export_symbols $output_objdir/$libname.filter" - export_symbols=$output_objdir/$libname.def - $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols - fi - - tmp_deplibs= - for test_deplib in $deplibs; do - case " $convenience " in - *" $test_deplib "*) ;; - *) - func_append tmp_deplibs " $test_deplib" - ;; - esac - done - deplibs=$tmp_deplibs - - if test -n "$convenience"; then - if test -n "$whole_archive_flag_spec" && - test yes = "$compiler_needs_object" && - test -z "$libobjs"; then - # extract the archives, so we have objects to list. - # TODO: could optimize this to just extract one archive. - whole_archive_flag_spec= - fi - if test -n "$whole_archive_flag_spec"; then - save_libobjs=$libobjs - eval libobjs=\"\$libobjs $whole_archive_flag_spec\" - test "X$libobjs" = "X " && libobjs= - else - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $convenience - func_append libobjs " $func_extract_archives_result" - test "X$libobjs" = "X " && libobjs= - fi - fi - - if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then - eval flag=\"$thread_safe_flag_spec\" - func_append linker_flags " $flag" - fi - - # Make a backup of the uninstalled library when relinking - if test relink = "$opt_mode"; then - $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? - fi - - # Do each of the archive commands. - if test yes = "$module" && test -n "$module_cmds"; then - if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then - eval test_cmds=\"$module_expsym_cmds\" - cmds=$module_expsym_cmds - else - eval test_cmds=\"$module_cmds\" - cmds=$module_cmds - fi - else - if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then - eval test_cmds=\"$archive_expsym_cmds\" - cmds=$archive_expsym_cmds - else - eval test_cmds=\"$archive_cmds\" - cmds=$archive_cmds - fi - fi - - if test : != "$skipped_export" && - func_len " $test_cmds" && - len=$func_len_result && - test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then - : - else - # The command line is too long to link in one step, link piecewise - # or, if using GNU ld and skipped_export is not :, use a linker - # script. - - # Save the value of $output and $libobjs because we want to - # use them later. If we have whole_archive_flag_spec, we - # want to use save_libobjs as it was before - # whole_archive_flag_spec was expanded, because we can't - # assume the linker understands whole_archive_flag_spec. - # This may have to be revisited, in case too many - # convenience libraries get linked in and end up exceeding - # the spec. - if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then - save_libobjs=$libobjs - fi - save_output=$output - func_basename "$output" - output_la=$func_basename_result - - # Clear the reloadable object creation command queue and - # initialize k to one. - test_cmds= - concat_cmds= - objlist= - last_robj= - k=1 - - if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then - output=$output_objdir/$output_la.lnkscript - func_verbose "creating GNU ld script: $output" - echo 'INPUT (' > $output - for obj in $save_libobjs - do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" >> $output - done - echo ')' >> $output - func_append delfiles " $output" - func_to_tool_file "$output" - output=$func_to_tool_file_result - elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then - output=$output_objdir/$output_la.lnk - func_verbose "creating linker input file list: $output" - : > $output - set x $save_libobjs - shift - firstobj= - if test yes = "$compiler_needs_object"; then - firstobj="$1 " - shift - fi - for obj - do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" >> $output - done - func_append delfiles " $output" - func_to_tool_file "$output" - output=$firstobj\"$file_list_spec$func_to_tool_file_result\" - else - if test -n "$save_libobjs"; then - func_verbose "creating reloadable object files..." - output=$output_objdir/$output_la-$k.$objext - eval test_cmds=\"$reload_cmds\" - func_len " $test_cmds" - len0=$func_len_result - len=$len0 - - # Loop over the list of objects to be linked. - for obj in $save_libobjs - do - func_len " $obj" - func_arith $len + $func_len_result - len=$func_arith_result - if test -z "$objlist" || - test "$len" -lt "$max_cmd_len"; then - func_append objlist " $obj" - else - # The command $test_cmds is almost too long, add a - # command to the queue. - if test 1 -eq "$k"; then - # The first file doesn't have a previous command to add. - reload_objs=$objlist - eval concat_cmds=\"$reload_cmds\" - else - # All subsequent reloadable object files will link in - # the last one created. - reload_objs="$objlist $last_robj" - eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" - fi - last_robj=$output_objdir/$output_la-$k.$objext - func_arith $k + 1 - k=$func_arith_result - output=$output_objdir/$output_la-$k.$objext - objlist=" $obj" - func_len " $last_robj" - func_arith $len0 + $func_len_result - len=$func_arith_result - fi - done - # Handle the remaining objects by creating one last - # reloadable object file. All subsequent reloadable object - # files will link in the last one created. - test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - reload_objs="$objlist $last_robj" - eval concat_cmds=\"\$concat_cmds$reload_cmds\" - if test -n "$last_robj"; then - eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" - fi - func_append delfiles " $output" - - else - output= - fi - - ${skipped_export-false} && { - func_verbose "generating symbol list for '$libname.la'" - export_symbols=$output_objdir/$libname.exp - $opt_dry_run || $RM $export_symbols - libobjs=$output - # Append the command to create the export file. - test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" - if test -n "$last_robj"; then - eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" - fi - } - - test -n "$save_libobjs" && - func_verbose "creating a temporary reloadable object file: $output" - - # Loop through the commands generated above and execute them. - save_ifs=$IFS; IFS='~' - for cmd in $concat_cmds; do - IFS=$save_ifs - $opt_quiet || { - func_quote_for_expand "$cmd" - eval "func_echo $func_quote_for_expand_result" - } - $opt_dry_run || eval "$cmd" || { - lt_exit=$? - - # Restore the uninstalled library and exit - if test relink = "$opt_mode"; then - ( cd "$output_objdir" && \ - $RM "${realname}T" && \ - $MV "${realname}U" "$realname" ) - fi - - exit $lt_exit - } - done - IFS=$save_ifs - - if test -n "$export_symbols_regex" && ${skipped_export-false}; then - func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' - func_show_eval '$MV "${export_symbols}T" "$export_symbols"' - fi - fi - - ${skipped_export-false} && { - if test -n "$export_symbols" && test -n "$include_expsyms"; then - tmp_export_symbols=$export_symbols - test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols - $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' - fi - - if test -n "$orig_export_symbols"; then - # The given exports_symbols file has to be filtered, so filter it. - func_verbose "filter symbol list for '$libname.la' to tag DATA exports" - # FIXME: $output_objdir/$libname.filter potentially contains lots of - # 's' commands, which not all seds can handle. GNU sed should be fine - # though. Also, the filter scales superlinearly with the number of - # global variables. join(1) would be nice here, but unfortunately - # isn't a blessed tool. - $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter - func_append delfiles " $export_symbols $output_objdir/$libname.filter" - export_symbols=$output_objdir/$libname.def - $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols - fi - } - - libobjs=$output - # Restore the value of output. - output=$save_output - - if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then - eval libobjs=\"\$libobjs $whole_archive_flag_spec\" - test "X$libobjs" = "X " && libobjs= - fi - # Expand the library linking commands again to reset the - # value of $libobjs for piecewise linking. - - # Do each of the archive commands. - if test yes = "$module" && test -n "$module_cmds"; then - if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then - cmds=$module_expsym_cmds - else - cmds=$module_cmds - fi - else - if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then - cmds=$archive_expsym_cmds - else - cmds=$archive_cmds - fi - fi - fi - - if test -n "$delfiles"; then - # Append the command to remove temporary files to $cmds. - eval cmds=\"\$cmds~\$RM $delfiles\" - fi - - # Add any objects from preloaded convenience libraries - if test -n "$dlprefiles"; then - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $dlprefiles - func_append libobjs " $func_extract_archives_result" - test "X$libobjs" = "X " && libobjs= - fi - - save_ifs=$IFS; IFS='~' - for cmd in $cmds; do - IFS=$sp$nl - eval cmd=\"$cmd\" - IFS=$save_ifs - $opt_quiet || { - func_quote_for_expand "$cmd" - eval "func_echo $func_quote_for_expand_result" - } - $opt_dry_run || eval "$cmd" || { - lt_exit=$? - - # Restore the uninstalled library and exit - if test relink = "$opt_mode"; then - ( cd "$output_objdir" && \ - $RM "${realname}T" && \ - $MV "${realname}U" "$realname" ) - fi - - exit $lt_exit - } - done - IFS=$save_ifs - - # Restore the uninstalled library and exit - if test relink = "$opt_mode"; then - $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? - - if test -n "$convenience"; then - if test -z "$whole_archive_flag_spec"; then - func_show_eval '${RM}r "$gentop"' - fi - fi - - exit $EXIT_SUCCESS - fi - - # Create links to the real library. - for linkname in $linknames; do - if test "$realname" != "$linkname"; then - func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' - fi - done - - # If -module or -export-dynamic was specified, set the dlname. - if test yes = "$module" || test yes = "$export_dynamic"; then - # On all known operating systems, these are identical. - dlname=$soname - fi - fi - ;; - - obj) - if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then - func_warning "'-dlopen' is ignored for objects" - fi - - case " $deplibs" in - *\ -l* | *\ -L*) - func_warning "'-l' and '-L' are ignored for objects" ;; - esac - - test -n "$rpath" && \ - func_warning "'-rpath' is ignored for objects" - - test -n "$xrpath" && \ - func_warning "'-R' is ignored for objects" - - test -n "$vinfo" && \ - func_warning "'-version-info' is ignored for objects" - - test -n "$release" && \ - func_warning "'-release' is ignored for objects" - - case $output in - *.lo) - test -n "$objs$old_deplibs" && \ - func_fatal_error "cannot build library object '$output' from non-libtool objects" - - libobj=$output - func_lo2o "$libobj" - obj=$func_lo2o_result - ;; - *) - libobj= - obj=$output - ;; - esac - - # Delete the old objects. - $opt_dry_run || $RM $obj $libobj - - # Objects from convenience libraries. This assumes - # single-version convenience libraries. Whenever we create - # different ones for PIC/non-PIC, this we'll have to duplicate - # the extraction. - reload_conv_objs= - gentop= - # if reload_cmds runs $LD directly, get rid of -Wl from - # whole_archive_flag_spec and hope we can get by with turning comma - # into space. - case $reload_cmds in - *\$LD[\ \$]*) wl= ;; - esac - if test -n "$convenience"; then - if test -n "$whole_archive_flag_spec"; then - eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" - test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` - reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags - else - gentop=$output_objdir/${obj}x - func_append generated " $gentop" - - func_extract_archives $gentop $convenience - reload_conv_objs="$reload_objs $func_extract_archives_result" - fi - fi - - # If we're not building shared, we need to use non_pic_objs - test yes = "$build_libtool_libs" || libobjs=$non_pic_objects - - # Create the old-style object. - reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs - - output=$obj - func_execute_cmds "$reload_cmds" 'exit $?' - - # Exit if we aren't doing a library object file. - if test -z "$libobj"; then - if test -n "$gentop"; then - func_show_eval '${RM}r "$gentop"' - fi - - exit $EXIT_SUCCESS - fi - - test yes = "$build_libtool_libs" || { - if test -n "$gentop"; then - func_show_eval '${RM}r "$gentop"' - fi - - # Create an invalid libtool object if no PIC, so that we don't - # accidentally link it into a program. - # $show "echo timestamp > $libobj" - # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? - exit $EXIT_SUCCESS - } - - if test -n "$pic_flag" || test default != "$pic_mode"; then - # Only do commands if we really have different PIC objects. - reload_objs="$libobjs $reload_conv_objs" - output=$libobj - func_execute_cmds "$reload_cmds" 'exit $?' - fi - - if test -n "$gentop"; then - func_show_eval '${RM}r "$gentop"' - fi - - exit $EXIT_SUCCESS - ;; - - prog) - case $host in - *cygwin*) func_stripname '' '.exe' "$output" - output=$func_stripname_result.exe;; - esac - test -n "$vinfo" && \ - func_warning "'-version-info' is ignored for programs" - - test -n "$release" && \ - func_warning "'-release' is ignored for programs" - - $preload \ - && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ - && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." - - case $host in - *-*-rhapsody* | *-*-darwin1.[012]) - # On Rhapsody replace the C library is the System framework - compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` - finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` - ;; - esac - - case $host in - *-*-darwin*) - # Don't allow lazy linking, it breaks C++ global constructors - # But is supposedly fixed on 10.4 or later (yay!). - if test CXX = "$tagname"; then - case ${MACOSX_DEPLOYMENT_TARGET-10.0} in - 10.[0123]) - func_append compile_command " $wl-bind_at_load" - func_append finalize_command " $wl-bind_at_load" - ;; - esac - fi - # Time to change all our "foo.ltframework" stuff back to "-framework foo" - compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - ;; - esac - - - # move library search paths that coincide with paths to not yet - # installed libraries to the beginning of the library search list - new_libs= - for path in $notinst_path; do - case " $new_libs " in - *" -L$path/$objdir "*) ;; - *) - case " $compile_deplibs " in - *" -L$path/$objdir "*) - func_append new_libs " -L$path/$objdir" ;; - esac - ;; - esac - done - for deplib in $compile_deplibs; do - case $deplib in - -L*) - case " $new_libs " in - *" $deplib "*) ;; - *) func_append new_libs " $deplib" ;; - esac - ;; - *) func_append new_libs " $deplib" ;; - esac - done - compile_deplibs=$new_libs - - - func_append compile_command " $compile_deplibs" - func_append finalize_command " $finalize_deplibs" - - if test -n "$rpath$xrpath"; then - # If the user specified any rpath flags, then add them. - for libdir in $rpath $xrpath; do - # This is the magic to use -rpath. - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - done - fi - - # Now hardcode the library paths - rpath= - hardcode_libdirs= - for libdir in $compile_rpath $finalize_rpath; do - if test -n "$hardcode_libdir_flag_spec"; then - if test -n "$hardcode_libdir_separator"; then - if test -z "$hardcode_libdirs"; then - hardcode_libdirs=$libdir - else - # Just accumulate the unique libdirs. - case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in - *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) - ;; - *) - func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" - ;; - esac - fi - else - eval flag=\"$hardcode_libdir_flag_spec\" - func_append rpath " $flag" - fi - elif test -n "$runpath_var"; then - case "$perm_rpath " in - *" $libdir "*) ;; - *) func_append perm_rpath " $libdir" ;; - esac - fi - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` - case :$dllsearchpath: in - *":$libdir:"*) ;; - ::) dllsearchpath=$libdir;; - *) func_append dllsearchpath ":$libdir";; - esac - case :$dllsearchpath: in - *":$testbindir:"*) ;; - ::) dllsearchpath=$testbindir;; - *) func_append dllsearchpath ":$testbindir";; - esac - ;; - esac - done - # Substitute the hardcoded libdirs into the rpath. - if test -n "$hardcode_libdir_separator" && - test -n "$hardcode_libdirs"; then - libdir=$hardcode_libdirs - eval rpath=\" $hardcode_libdir_flag_spec\" - fi - compile_rpath=$rpath - - rpath= - hardcode_libdirs= - for libdir in $finalize_rpath; do - if test -n "$hardcode_libdir_flag_spec"; then - if test -n "$hardcode_libdir_separator"; then - if test -z "$hardcode_libdirs"; then - hardcode_libdirs=$libdir - else - # Just accumulate the unique libdirs. - case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in - *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) - ;; - *) - func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" - ;; - esac - fi - else - eval flag=\"$hardcode_libdir_flag_spec\" - func_append rpath " $flag" - fi - elif test -n "$runpath_var"; then - case "$finalize_perm_rpath " in - *" $libdir "*) ;; - *) func_append finalize_perm_rpath " $libdir" ;; - esac - fi - done - # Substitute the hardcoded libdirs into the rpath. - if test -n "$hardcode_libdir_separator" && - test -n "$hardcode_libdirs"; then - libdir=$hardcode_libdirs - eval rpath=\" $hardcode_libdir_flag_spec\" - fi - finalize_rpath=$rpath - - if test -n "$libobjs" && test yes = "$build_old_libs"; then - # Transform all the library objects into standard objects. - compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` - finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` - fi - - func_generate_dlsyms "$outputname" "@PROGRAM@" false - - # template prelinking step - if test -n "$prelink_cmds"; then - func_execute_cmds "$prelink_cmds" 'exit $?' - fi - - wrappers_required=: - case $host in - *cegcc* | *mingw32ce*) - # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. - wrappers_required=false - ;; - *cygwin* | *mingw* ) - test yes = "$build_libtool_libs" || wrappers_required=false - ;; - *) - if test no = "$need_relink" || test yes != "$build_libtool_libs"; then - wrappers_required=false - fi - ;; - esac - $wrappers_required || { - # Replace the output file specification. - compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` - link_command=$compile_command$compile_rpath - - # We have no uninstalled library dependencies, so finalize right now. - exit_status=0 - func_show_eval "$link_command" 'exit_status=$?' - - if test -n "$postlink_cmds"; then - func_to_tool_file "$output" - postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` - func_execute_cmds "$postlink_cmds" 'exit $?' - fi - - # Delete the generated files. - if test -f "$output_objdir/${outputname}S.$objext"; then - func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' - fi - - exit $exit_status - } - - if test -n "$compile_shlibpath$finalize_shlibpath"; then - compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" - fi - if test -n "$finalize_shlibpath"; then - finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" - fi - - compile_var= - finalize_var= - if test -n "$runpath_var"; then - if test -n "$perm_rpath"; then - # We should set the runpath_var. - rpath= - for dir in $perm_rpath; do - func_append rpath "$dir:" - done - compile_var="$runpath_var=\"$rpath\$$runpath_var\" " - fi - if test -n "$finalize_perm_rpath"; then - # We should set the runpath_var. - rpath= - for dir in $finalize_perm_rpath; do - func_append rpath "$dir:" - done - finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " - fi - fi - - if test yes = "$no_install"; then - # We don't need to create a wrapper script. - link_command=$compile_var$compile_command$compile_rpath - # Replace the output file specification. - link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` - # Delete the old output file. - $opt_dry_run || $RM $output - # Link the executable and exit - func_show_eval "$link_command" 'exit $?' - - if test -n "$postlink_cmds"; then - func_to_tool_file "$output" - postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` - func_execute_cmds "$postlink_cmds" 'exit $?' - fi - - exit $EXIT_SUCCESS - fi - - case $hardcode_action,$fast_install in - relink,*) - # Fast installation is not supported - link_command=$compile_var$compile_command$compile_rpath - relink_command=$finalize_var$finalize_command$finalize_rpath - - func_warning "this platform does not like uninstalled shared libraries" - func_warning "'$output' will be relinked during installation" - ;; - *,yes) - link_command=$finalize_var$compile_command$finalize_rpath - relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` - ;; - *,no) - link_command=$compile_var$compile_command$compile_rpath - relink_command=$finalize_var$finalize_command$finalize_rpath - ;; - *,needless) - link_command=$finalize_var$compile_command$finalize_rpath - relink_command= - ;; - esac - - # Replace the output file specification. - link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` - - # Delete the old output files. - $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname - - func_show_eval "$link_command" 'exit $?' - - if test -n "$postlink_cmds"; then - func_to_tool_file "$output_objdir/$outputname" - postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` - func_execute_cmds "$postlink_cmds" 'exit $?' - fi - - # Now create the wrapper script. - func_verbose "creating $output" - - # Quote the relink command for shipping. - if test -n "$relink_command"; then - # Preserve any variables that may affect compiler behavior - for var in $variables_saved_for_relink; do - if eval test -z \"\${$var+set}\"; then - relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" - elif eval var_value=\$$var; test -z "$var_value"; then - relink_command="$var=; export $var; $relink_command" - else - func_quote_for_eval "$var_value" - relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" - fi - done - relink_command="(cd `pwd`; $relink_command)" - relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` - fi - - # Only actually do things if not in dry run mode. - $opt_dry_run || { - # win32 will think the script is a binary if it has - # a .exe suffix, so we strip it off here. - case $output in - *.exe) func_stripname '' '.exe' "$output" - output=$func_stripname_result ;; - esac - # test for cygwin because mv fails w/o .exe extensions - case $host in - *cygwin*) - exeext=.exe - func_stripname '' '.exe' "$outputname" - outputname=$func_stripname_result ;; - *) exeext= ;; - esac - case $host in - *cygwin* | *mingw* ) - func_dirname_and_basename "$output" "" "." - output_name=$func_basename_result - output_path=$func_dirname_result - cwrappersource=$output_path/$objdir/lt-$output_name.c - cwrapper=$output_path/$output_name.exe - $RM $cwrappersource $cwrapper - trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 - - func_emit_cwrapperexe_src > $cwrappersource - - # The wrapper executable is built using the $host compiler, - # because it contains $host paths and files. If cross- - # compiling, it, like the target executable, must be - # executed on the $host or under an emulation environment. - $opt_dry_run || { - $LTCC $LTCFLAGS -o $cwrapper $cwrappersource - $STRIP $cwrapper - } - - # Now, create the wrapper script for func_source use: - func_ltwrapper_scriptname $cwrapper - $RM $func_ltwrapper_scriptname_result - trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 - $opt_dry_run || { - # note: this script will not be executed, so do not chmod. - if test "x$build" = "x$host"; then - $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result - else - func_emit_wrapper no > $func_ltwrapper_scriptname_result - fi - } - ;; - * ) - $RM $output - trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 - - func_emit_wrapper no > $output - chmod +x $output - ;; - esac - } - exit $EXIT_SUCCESS - ;; - esac - - # See if we need to build an old-fashioned archive. - for oldlib in $oldlibs; do - - case $build_libtool_libs in - convenience) - oldobjs="$libobjs_save $symfileobj" - addlibs=$convenience - build_libtool_libs=no - ;; - module) - oldobjs=$libobjs_save - addlibs=$old_convenience - build_libtool_libs=no - ;; - *) - oldobjs="$old_deplibs $non_pic_objects" - $preload && test -f "$symfileobj" \ - && func_append oldobjs " $symfileobj" - addlibs=$old_convenience - ;; - esac - - if test -n "$addlibs"; then - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $addlibs - func_append oldobjs " $func_extract_archives_result" - fi - - # Do each command in the archive commands. - if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then - cmds=$old_archive_from_new_cmds - else - - # Add any objects from preloaded convenience libraries - if test -n "$dlprefiles"; then - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $dlprefiles - func_append oldobjs " $func_extract_archives_result" - fi - - # POSIX demands no paths to be encoded in archives. We have - # to avoid creating archives with duplicate basenames if we - # might have to extract them afterwards, e.g., when creating a - # static archive out of a convenience library, or when linking - # the entirety of a libtool archive into another (currently - # not supported by libtool). - if (for obj in $oldobjs - do - func_basename "$obj" - $ECHO "$func_basename_result" - done | sort | sort -uc >/dev/null 2>&1); then - : - else - echo "copying selected object files to avoid basename conflicts..." - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - func_mkdir_p "$gentop" - save_oldobjs=$oldobjs - oldobjs= - counter=1 - for obj in $save_oldobjs - do - func_basename "$obj" - objbase=$func_basename_result - case " $oldobjs " in - " ") oldobjs=$obj ;; - *[\ /]"$objbase "*) - while :; do - # Make sure we don't pick an alternate name that also - # overlaps. - newobj=lt$counter-$objbase - func_arith $counter + 1 - counter=$func_arith_result - case " $oldobjs " in - *[\ /]"$newobj "*) ;; - *) if test ! -f "$gentop/$newobj"; then break; fi ;; - esac - done - func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" - func_append oldobjs " $gentop/$newobj" - ;; - *) func_append oldobjs " $obj" ;; - esac - done - fi - func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 - tool_oldlib=$func_to_tool_file_result - eval cmds=\"$old_archive_cmds\" - - func_len " $cmds" - len=$func_len_result - if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then - cmds=$old_archive_cmds - elif test -n "$archiver_list_spec"; then - func_verbose "using command file archive linking..." - for obj in $oldobjs - do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" - done > $output_objdir/$libname.libcmd - func_to_tool_file "$output_objdir/$libname.libcmd" - oldobjs=" $archiver_list_spec$func_to_tool_file_result" - cmds=$old_archive_cmds - else - # the command line is too long to link in one step, link in parts - func_verbose "using piecewise archive linking..." - save_RANLIB=$RANLIB - RANLIB=: - objlist= - concat_cmds= - save_oldobjs=$oldobjs - oldobjs= - # Is there a better way of finding the last object in the list? - for obj in $save_oldobjs - do - last_oldobj=$obj - done - eval test_cmds=\"$old_archive_cmds\" - func_len " $test_cmds" - len0=$func_len_result - len=$len0 - for obj in $save_oldobjs - do - func_len " $obj" - func_arith $len + $func_len_result - len=$func_arith_result - func_append objlist " $obj" - if test "$len" -lt "$max_cmd_len"; then - : - else - # the above command should be used before it gets too long - oldobjs=$objlist - if test "$obj" = "$last_oldobj"; then - RANLIB=$save_RANLIB - fi - test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" - objlist= - len=$len0 - fi - done - RANLIB=$save_RANLIB - oldobjs=$objlist - if test -z "$oldobjs"; then - eval cmds=\"\$concat_cmds\" - else - eval cmds=\"\$concat_cmds~\$old_archive_cmds\" - fi - fi - fi - func_execute_cmds "$cmds" 'exit $?' - done - - test -n "$generated" && \ - func_show_eval "${RM}r$generated" - - # Now create the libtool archive. - case $output in - *.la) - old_library= - test yes = "$build_old_libs" && old_library=$libname.$libext - func_verbose "creating $output" - - # Preserve any variables that may affect compiler behavior - for var in $variables_saved_for_relink; do - if eval test -z \"\${$var+set}\"; then - relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" - elif eval var_value=\$$var; test -z "$var_value"; then - relink_command="$var=; export $var; $relink_command" - else - func_quote_for_eval "$var_value" - relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" - fi - done - # Quote the link command for shipping. - relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` - if test yes = "$hardcode_automatic"; then - relink_command= - fi - - # Only create the output if not a dry run. - $opt_dry_run || { - for installed in no yes; do - if test yes = "$installed"; then - if test -z "$install_libdir"; then - break - fi - output=$output_objdir/${outputname}i - # Replace all uninstalled libtool libraries with the installed ones - newdependency_libs= - for deplib in $dependency_libs; do - case $deplib in - *.la) - func_basename "$deplib" - name=$func_basename_result - func_resolve_sysroot "$deplib" - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` - test -z "$libdir" && \ - func_fatal_error "'$deplib' is not a valid libtool archive" - func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" - ;; - -L*) - func_stripname -L '' "$deplib" - func_replace_sysroot "$func_stripname_result" - func_append newdependency_libs " -L$func_replace_sysroot_result" - ;; - -R*) - func_stripname -R '' "$deplib" - func_replace_sysroot "$func_stripname_result" - func_append newdependency_libs " -R$func_replace_sysroot_result" - ;; - *) func_append newdependency_libs " $deplib" ;; - esac - done - dependency_libs=$newdependency_libs - newdlfiles= - - for lib in $dlfiles; do - case $lib in - *.la) - func_basename "$lib" - name=$func_basename_result - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` - test -z "$libdir" && \ - func_fatal_error "'$lib' is not a valid libtool archive" - func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" - ;; - *) func_append newdlfiles " $lib" ;; - esac - done - dlfiles=$newdlfiles - newdlprefiles= - for lib in $dlprefiles; do - case $lib in - *.la) - # Only pass preopened files to the pseudo-archive (for - # eventual linking with the app. that links it) if we - # didn't already link the preopened objects directly into - # the library: - func_basename "$lib" - name=$func_basename_result - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` - test -z "$libdir" && \ - func_fatal_error "'$lib' is not a valid libtool archive" - func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" - ;; - esac - done - dlprefiles=$newdlprefiles - else - newdlfiles= - for lib in $dlfiles; do - case $lib in - [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; - *) abs=`pwd`"/$lib" ;; - esac - func_append newdlfiles " $abs" - done - dlfiles=$newdlfiles - newdlprefiles= - for lib in $dlprefiles; do - case $lib in - [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; - *) abs=`pwd`"/$lib" ;; - esac - func_append newdlprefiles " $abs" - done - dlprefiles=$newdlprefiles - fi - $RM $output - # place dlname in correct position for cygwin - # In fact, it would be nice if we could use this code for all target - # systems that can't hard-code library paths into their executables - # and that have no shared library path variable independent of PATH, - # but it turns out we can't easily determine that from inspecting - # libtool variables, so we have to hard-code the OSs to which it - # applies here; at the moment, that means platforms that use the PE - # object format with DLL files. See the long comment at the top of - # tests/bindir.at for full details. - tdlname=$dlname - case $host,$output,$installed,$module,$dlname in - *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) - # If a -bindir argument was supplied, place the dll there. - if test -n "$bindir"; then - func_relative_path "$install_libdir" "$bindir" - tdlname=$func_relative_path_result/$dlname - else - # Otherwise fall back on heuristic. - tdlname=../bin/$dlname - fi - ;; - esac - $ECHO > $output "\ - # $outputname - a libtool library file - # Generated by $PROGRAM (GNU $PACKAGE) $VERSION - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='$tdlname' - - # Names of this library. - library_names='$library_names' - - # The name of the static archive. - old_library='$old_library' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='$new_inherited_linker_flags' - - # Libraries that this one depends upon. - dependency_libs='$dependency_libs' - - # Names of additional weak libraries provided by this library - weak_library_names='$weak_libs' - - # Version information for $libname. - current=$current - age=$age - revision=$revision - - # Is this an already installed library? - installed=$installed - - # Should we warn about portability when linking against -modules? - shouldnotlink=$module - - # Files to dlopen/dlpreopen - dlopen='$dlfiles' - dlpreopen='$dlprefiles' - - # Directory that this library needs to be installed in: - libdir='$install_libdir'" - if test no,yes = "$installed,$need_relink"; then - $ECHO >> $output "\ - relink_command=\"$relink_command\"" - fi - done - } - - # Do a symbolic link so that the libtool archive can be found in - # LD_LIBRARY_PATH before the program is installed. - func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' - ;; - esac - exit $EXIT_SUCCESS - } - - if test link = "$opt_mode" || test relink = "$opt_mode"; then - func_mode_link ${1+"$@"} - fi - - - # func_mode_uninstall arg... - func_mode_uninstall () - { - $debug_cmd - - RM=$nonopt - files= - rmforce=false - exit_status=0 - - # This variable tells wrapper scripts just to set variables rather - # than running their programs. - libtool_install_magic=$magic - - for arg - do - case $arg in - -f) func_append RM " $arg"; rmforce=: ;; - -*) func_append RM " $arg" ;; - *) func_append files " $arg" ;; - esac - done - - test -z "$RM" && \ - func_fatal_help "you must specify an RM program" - - rmdirs= - - for file in $files; do - func_dirname "$file" "" "." - dir=$func_dirname_result - if test . = "$dir"; then - odir=$objdir - else - odir=$dir/$objdir - fi - func_basename "$file" - name=$func_basename_result - test uninstall = "$opt_mode" && odir=$dir - - # Remember odir for removal later, being careful to avoid duplicates - if test clean = "$opt_mode"; then - case " $rmdirs " in - *" $odir "*) ;; - *) func_append rmdirs " $odir" ;; - esac - fi - - # Don't error if the file doesn't exist and rm -f was used. - if { test -L "$file"; } >/dev/null 2>&1 || - { test -h "$file"; } >/dev/null 2>&1 || - test -f "$file"; then - : - elif test -d "$file"; then - exit_status=1 - continue - elif $rmforce; then - continue - fi - - rmfiles=$file - - case $name in - *.la) - # Possibly a libtool archive, so verify it. - if func_lalib_p "$file"; then - func_source $dir/$name - - # Delete the libtool libraries and symlinks. - for n in $library_names; do - func_append rmfiles " $odir/$n" - done - test -n "$old_library" && func_append rmfiles " $odir/$old_library" - - case $opt_mode in - clean) - case " $library_names " in - *" $dlname "*) ;; - *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; - esac - test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" - ;; - uninstall) - if test -n "$library_names"; then - # Do each command in the postuninstall commands. - func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' - fi - - if test -n "$old_library"; then - # Do each command in the old_postuninstall commands. - func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' - fi - # FIXME: should reinstall the best remaining shared library. - ;; - esac - fi - ;; - - *.lo) - # Possibly a libtool object, so verify it. - if func_lalib_p "$file"; then - - # Read the .lo file - func_source $dir/$name - - # Add PIC object to the list of files to remove. - if test -n "$pic_object" && test none != "$pic_object"; then - func_append rmfiles " $dir/$pic_object" - fi - - # Add non-PIC object to the list of files to remove. - if test -n "$non_pic_object" && test none != "$non_pic_object"; then - func_append rmfiles " $dir/$non_pic_object" - fi - fi - ;; - - *) - if test clean = "$opt_mode"; then - noexename=$name - case $file in - *.exe) - func_stripname '' '.exe' "$file" - file=$func_stripname_result - func_stripname '' '.exe' "$name" - noexename=$func_stripname_result - # $file with .exe has already been added to rmfiles, - # add $file without .exe - func_append rmfiles " $file" - ;; - esac - # Do a test to see if this is a libtool program. - if func_ltwrapper_p "$file"; then - if func_ltwrapper_executable_p "$file"; then - func_ltwrapper_scriptname "$file" - relink_command= - func_source $func_ltwrapper_scriptname_result - func_append rmfiles " $func_ltwrapper_scriptname_result" - else - relink_command= - func_source $dir/$noexename - fi - - # note $name still contains .exe if it was in $file originally - # as does the version of $file that was added into $rmfiles - func_append rmfiles " $odir/$name $odir/${name}S.$objext" - if test yes = "$fast_install" && test -n "$relink_command"; then - func_append rmfiles " $odir/lt-$name" - fi - if test "X$noexename" != "X$name"; then - func_append rmfiles " $odir/lt-$noexename.c" - fi - fi - fi - ;; - esac - func_show_eval "$RM $rmfiles" 'exit_status=1' - done - - # Try to remove the $objdir's in the directories where we deleted files - for dir in $rmdirs; do - if test -d "$dir"; then - func_show_eval "rmdir $dir >/dev/null 2>&1" - fi - done - - exit $exit_status - } - - if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then - func_mode_uninstall ${1+"$@"} - fi - - test -z "$opt_mode" && { - help=$generic_help - func_fatal_help "you must specify a MODE" - } - - test -z "$exec_cmd" && \ - func_fatal_help "invalid operation mode '$opt_mode'" - - if test -n "$exec_cmd"; then - eval exec "$exec_cmd" - exit $EXIT_FAILURE - fi - - exit $exit_status - - - # The TAGs below are defined such that we never get into a situation - # where we disable both kinds of libraries. Given conflicting - # choices, we go for a static library, that is the most portable, - # since we can't tell whether shared libraries were disabled because - # the user asked for that or because the platform doesn't support - # them. This is particularly important on AIX, because we don't - # support having both static and shared libraries enabled at the same - # time on that platform, so we default to a shared-only configuration. - # If a disable-shared tag is given, we'll fallback to a static-only - # configuration. But we'll never go from static-only to shared-only. - - # ### BEGIN LIBTOOL TAG CONFIG: disable-shared - build_libtool_libs=no - build_old_libs=yes - # ### END LIBTOOL TAG CONFIG: disable-shared - - # ### BEGIN LIBTOOL TAG CONFIG: disable-static - build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` - # ### END LIBTOOL TAG CONFIG: disable-static - - # Local Variables: - # mode:shell-script - # sh-indentation:2 - # End: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/m4/float_h.m4 texinfo-6.5/tp/Texinfo/Convert/XSParagraph/m4/float_h.m4 *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/m4/float_h.m4 2017-04-14 17:48:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/m4/float_h.m4 2017-07-10 19:35:19.000000000 +0100 *************** *** 1,3 **** ! # float_h.m4 serial 9 dnl Copyright (C) 2007, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation --- 1,3 ---- ! # float_h.m4 serial 10 dnl Copyright (C) 2007, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation *************** *** 15,19 **** FLOAT_H=float.h ;; ! freebsd*) case "$host_cpu" in changequote(,)dnl --- 15,19 ---- FLOAT_H=float.h ;; ! freebsd* | dragonfly*) case "$host_cpu" in changequote(,)dnl *************** *** 43,47 **** esac case "$host_os" in ! aix* | freebsd* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 --- 43,47 ---- esac case "$host_os" in ! aix* | freebsd* | dragonfly* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/m4/getdelim.m4 texinfo-6.5/tp/Texinfo/Convert/XSParagraph/m4/getdelim.m4 *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/m4/getdelim.m4 2017-04-14 17:48:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/m4/getdelim.m4 2017-07-10 19:35:19.000000000 +0100 *************** *** 1,3 **** ! # getdelim.m4 serial 11 dnl Copyright (C) 2005-2007, 2009-2017 Free Software Foundation, Inc. --- 1,3 ---- ! # getdelim.m4 serial 12 dnl Copyright (C) 2005-2007, 2009-2017 Free Software Foundation, Inc. *************** *** 40,44 **** int len = getdelim (&line, &siz, '\n', in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) ! return 2; } { --- 40,44 ---- int len = getdelim (&line, &siz, '\n', in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) ! { free (line); fclose (in); return 2; } } { *************** *** 48,52 **** size_t siz = (size_t)(~0) / 4; if (getdelim (&line, &siz, '\n', in) == -1) ! return 3; free (line); } --- 48,52 ---- size_t siz = (size_t)(~0) / 4; if (getdelim (&line, &siz, '\n', in) == -1) ! { fclose (in); return 3; } free (line); } diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/m4/getline.m4 texinfo-6.5/tp/Texinfo/Convert/XSParagraph/m4/getline.m4 *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/m4/getline.m4 2017-04-14 17:48:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/m4/getline.m4 2017-07-10 19:35:19.000000000 +0100 *************** *** 1,3 **** ! # getline.m4 serial 27 dnl Copyright (C) 1998-2003, 2005-2007, 2009-2017 Free Software Foundation, --- 1,3 ---- ! # getline.m4 serial 28 dnl Copyright (C) 1998-2003, 2005-2007, 2009-2017 Free Software Foundation, *************** *** 47,51 **** int len = getline (&line, &siz, in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) ! return 2; free (line); } --- 47,51 ---- int len = getline (&line, &siz, in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) ! { free (line); fclose (in); return 2; } free (line); } *************** *** 56,60 **** size_t siz = (size_t)(~0) / 4; if (getline (&line, &siz, in) == -1) ! return 3; free (line); } --- 56,60 ---- size_t siz = (size_t)(~0) / 4; if (getline (&line, &siz, in) == -1) ! { fclose (in); return 3; } free (line); } diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/m4/printf.m4 texinfo-6.5/tp/Texinfo/Convert/XSParagraph/m4/printf.m4 *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/m4/printf.m4 2017-04-29 19:47:26.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/m4/printf.m4 2017-07-10 19:35:19.000000000 +0100 *************** *** 1,3 **** ! # printf.m4 serial 53 dnl Copyright (C) 2003, 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation --- 1,3 ---- ! # printf.m4 serial 54 dnl Copyright (C) 2003, 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation *************** *** 589,594 **** darwin*) gl_cv_func_printf_directive_f="guessing yes";; # Guess yes on Solaris >= 2.10. ! solaris2.[1-9][0-9]*) gl_cv_func_printf_sizes_c99="guessing yes";; ! solaris*) gl_cv_func_printf_sizes_c99="guessing no";; # If we don't know, assume the worst. *) gl_cv_func_printf_directive_f="guessing no";; --- 589,594 ---- darwin*) gl_cv_func_printf_directive_f="guessing yes";; # Guess yes on Solaris >= 2.10. ! solaris2.[1-9][0-9]*) gl_cv_func_printf_directive_f="guessing yes";; ! solaris*) gl_cv_func_printf_directive_f="guessing no";; # If we don't know, assume the worst. *) gl_cv_func_printf_directive_f="guessing no";; diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/m4/sys_types_h.m4 texinfo-6.5/tp/Texinfo/Convert/XSParagraph/m4/sys_types_h.m4 *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/m4/sys_types_h.m4 2017-04-14 17:48:48.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/m4/sys_types_h.m4 2017-07-10 19:35:19.000000000 +0100 *************** *** 1,3 **** ! # sys_types_h.m4 serial 6 dnl Copyright (C) 2011-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation --- 1,3 ---- ! # sys_types_h.m4 serial 8 dnl Copyright (C) 2011-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation *************** *** 7,10 **** --- 7,13 ---- AC_DEFUN_ONCE([gl_SYS_TYPES_H], [ + dnl Use sane struct stat types in OpenVMS 8.2 and later. + AC_DEFINE([_USE_STD_STAT], 1, [For standard stat data types on VMS.]) + AC_REQUIRE([gl_SYS_TYPES_H_DEFAULTS]) gl_NEXT_HEADERS([sys/types.h]) *************** *** 18,21 **** --- 21,32 ---- dnl Whether to override the 'off_t' type. AC_REQUIRE([gl_TYPE_OFF_T]) + + dnl Whether to override the 'dev_t' and 'ino_t' types. + m4_ifdef([gl_WINDOWS_STAT_INODES], [ + AC_REQUIRE([gl_WINDOWS_STAT_INODES]) + ], [ + WINDOWS_STAT_INODES=0 + ]) + AC_SUBST([WINDOWS_STAT_INODES]) ]) diff -Nrc2 texinfo-6.4/tp/Texinfo/Convert/XSParagraph/stamp-h1 texinfo-6.5/tp/Texinfo/Convert/XSParagraph/stamp-h1 *** texinfo-6.4/tp/Texinfo/Convert/XSParagraph/stamp-h1 2017-07-03 17:44:23.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Convert/XSParagraph/stamp-h1 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - timestamp for config.h --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/.deps/MiscXS_la-MiscXS.Plo texinfo-6.5/tp/Texinfo/MiscXS/.deps/MiscXS_la-MiscXS.Plo *** texinfo-6.4/tp/Texinfo/MiscXS/.deps/MiscXS_la-MiscXS.Plo 2017-07-03 17:45:55.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/.deps/MiscXS_la-MiscXS.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,461 **** - MiscXS_la-MiscXS.lo: MiscXS.c /usr/include/stdc-predef.h config.h \ - /usr/lib/perl5/CORE/EXTERN.h /usr/lib/perl5/CORE/perl.h \ - /usr/lib/perl5/CORE/config.h /usr/include/sys/types.h \ - /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/time.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ - /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/ctype.h /usr/include/xlocale.h /usr/include/locale.h \ - /usr/include/bits/locale.h /usr/include/setjmp.h \ - /usr/include/bits/setjmp.h /usr/include/sys/param.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/stdio_lim.h /usr/include/signal.h \ - /usr/include/bits/signum.h /usr/include/bits/siginfo.h \ - /usr/include/bits/sigaction.h /usr/include/bits/sigcontext.h \ - /usr/include/bits/sigstack.h /usr/include/sys/ucontext.h \ - /usr/include/bits/sigthread.h /usr/include/bits/param.h \ - /usr/include/linux/param.h /usr/include/asm/param.h \ - /usr/include/asm-generic/param.h /usr/include/stdlib.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/alloca.h /usr/include/bits/stdlib-float.h \ - /usr/include/unistd.h /usr/include/bits/posix_opt.h \ - /usr/include/bits/environments.h /usr/include/bits/confname.h \ - /usr/include/getopt.h /usr/include/sys/wait.h /usr/include/string.h \ - /usr/include/netinet/in.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/bits/wchar.h \ - /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \ - /usr/include/bits/socket.h /usr/include/bits/socket_type.h \ - /usr/include/bits/sockaddr.h /usr/include/asm/socket.h \ - /usr/include/asm-generic/socket.h /usr/include/asm/sockios.h \ - /usr/include/asm-generic/sockios.h /usr/include/bits/in.h \ - /usr/include/arpa/inet.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/bits/timex.h \ - /usr/include/sys/time.h /usr/include/sys/times.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/netdb.h \ - /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ - /usr/include/sys/ioctl.h /usr/include/bits/ioctls.h \ - /usr/include/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ - /usr/include/linux/ioctl.h /usr/include/asm/ioctl.h \ - /usr/include/asm-generic/ioctl.h /usr/include/bits/ioctl-types.h \ - /usr/include/sys/ttydefaults.h /usr/include/dirent.h \ - /usr/include/bits/dirent.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h \ - /usr/lib/perl5/CORE/handy.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/inttypes.h /usr/lib/perl5/CORE/unixish.h \ - /usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \ - /usr/lib/perl5/CORE/iperlsys.h /usr/lib/perl5/CORE/perlio.h \ - /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ - /usr/include/wchar.h /usr/include/bits/sys_errlist.h \ - /usr/lib/perl5/CORE/perly.h /usr/lib/perl5/CORE/sv.h \ - /usr/lib/perl5/CORE/regexp.h /usr/lib/perl5/CORE/utf8.h \ - /usr/lib/perl5/CORE/regcharclass.h \ - /usr/lib/perl5/CORE/unicode_constants.h \ - /usr/lib/perl5/CORE/op_reg_common.h /usr/lib/perl5/CORE/util.h \ - /usr/lib/perl5/CORE/form.h /usr/lib/perl5/CORE/gv.h \ - /usr/lib/perl5/CORE/pad.h /usr/lib/perl5/CORE/cv.h \ - /usr/lib/perl5/CORE/opnames.h /usr/lib/perl5/CORE/op.h \ - /usr/lib/perl5/CORE/reentr.h /usr/include/pwd.h /usr/include/grp.h \ - /usr/include/crypt.h /usr/include/shadow.h /usr/include/paths.h \ - /usr/lib/perl5/CORE/hv.h /usr/lib/perl5/CORE/hv_func.h \ - /usr/lib/perl5/CORE/cop.h /usr/lib/perl5/CORE/mydtrace.h \ - /usr/lib/perl5/CORE/av.h /usr/lib/perl5/CORE/mg.h \ - /usr/lib/perl5/CORE/scope.h /usr/lib/perl5/CORE/warnings.h \ - /usr/lib/perl5/CORE/parser.h /usr/include/math.h \ - /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ - /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ - /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ - /usr/include/bits/mathcalls.h /usr/lib/perl5/CORE/patchlevel.h \ - /usr/lib/perl5/CORE/intrpvar.h /usr/lib/perl5/CORE/thread.h \ - /usr/lib/perl5/CORE/pp.h /usr/lib/perl5/CORE/proto.h \ - /usr/lib/perl5/CORE/opcode.h /usr/lib/perl5/CORE/embedvar.h \ - /usr/lib/perl5/CORE/embed.h /usr/lib/perl5/CORE/perlvars.h \ - /usr/lib/perl5/CORE/mg_vtable.h /usr/lib/perl5/CORE/inline.h \ - /usr/lib/perl5/CORE/overload.h /usr/include/sys/ipc.h \ - /usr/include/bits/ipctypes.h /usr/include/bits/ipc.h \ - /usr/include/sys/sem.h /usr/include/bits/sem.h /usr/include/sys/file.h \ - /usr/include/fcntl.h /usr/include/bits/fcntl.h \ - /usr/include/bits/fcntl-linux.h /usr/lib/perl5/CORE/XSUB.h \ - /usr/lib/perl5/CORE/perlapi.h ppport.h miscxs.h - - /usr/include/stdc-predef.h: - - config.h: - - /usr/lib/perl5/CORE/EXTERN.h: - - /usr/lib/perl5/CORE/perl.h: - - /usr/lib/perl5/CORE/config.h: - - /usr/include/sys/types.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/time.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/ctype.h: - - /usr/include/xlocale.h: - - /usr/include/locale.h: - - /usr/include/bits/locale.h: - - /usr/include/setjmp.h: - - /usr/include/bits/setjmp.h: - - /usr/include/sys/param.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/signal.h: - - /usr/include/bits/signum.h: - - /usr/include/bits/siginfo.h: - - /usr/include/bits/sigaction.h: - - /usr/include/bits/sigcontext.h: - - /usr/include/bits/sigstack.h: - - /usr/include/sys/ucontext.h: - - /usr/include/bits/sigthread.h: - - /usr/include/bits/param.h: - - /usr/include/linux/param.h: - - /usr/include/asm/param.h: - - /usr/include/asm-generic/param.h: - - /usr/include/stdlib.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/alloca.h: - - /usr/include/bits/stdlib-float.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - /usr/include/getopt.h: - - /usr/include/sys/wait.h: - - /usr/include/string.h: - - /usr/include/netinet/in.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/bits/wchar.h: - - /usr/include/sys/socket.h: - - /usr/include/sys/uio.h: - - /usr/include/bits/uio.h: - - /usr/include/bits/socket.h: - - /usr/include/bits/socket_type.h: - - /usr/include/bits/sockaddr.h: - - /usr/include/asm/socket.h: - - /usr/include/asm-generic/socket.h: - - /usr/include/asm/sockios.h: - - /usr/include/asm-generic/sockios.h: - - /usr/include/bits/in.h: - - /usr/include/arpa/inet.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/bits/timex.h: - - /usr/include/sys/time.h: - - /usr/include/sys/times.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/netdb.h: - - /usr/include/rpc/netdb.h: - - /usr/include/bits/netdb.h: - - /usr/include/sys/ioctl.h: - - /usr/include/bits/ioctls.h: - - /usr/include/asm/ioctls.h: - - /usr/include/asm-generic/ioctls.h: - - /usr/include/linux/ioctl.h: - - /usr/include/asm/ioctl.h: - - /usr/include/asm-generic/ioctl.h: - - /usr/include/bits/ioctl-types.h: - - /usr/include/sys/ttydefaults.h: - - /usr/include/dirent.h: - - /usr/include/bits/dirent.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h: - - /usr/lib/perl5/CORE/handy.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/inttypes.h: - - /usr/lib/perl5/CORE/unixish.h: - - /usr/include/pthread.h: - - /usr/include/sched.h: - - /usr/include/bits/sched.h: - - /usr/lib/perl5/CORE/iperlsys.h: - - /usr/lib/perl5/CORE/perlio.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - /usr/include/wchar.h: - - /usr/include/bits/sys_errlist.h: - - /usr/lib/perl5/CORE/perly.h: - - /usr/lib/perl5/CORE/sv.h: - - /usr/lib/perl5/CORE/regexp.h: - - /usr/lib/perl5/CORE/utf8.h: - - /usr/lib/perl5/CORE/regcharclass.h: - - /usr/lib/perl5/CORE/unicode_constants.h: - - /usr/lib/perl5/CORE/op_reg_common.h: - - /usr/lib/perl5/CORE/util.h: - - /usr/lib/perl5/CORE/form.h: - - /usr/lib/perl5/CORE/gv.h: - - /usr/lib/perl5/CORE/pad.h: - - /usr/lib/perl5/CORE/cv.h: - - /usr/lib/perl5/CORE/opnames.h: - - /usr/lib/perl5/CORE/op.h: - - /usr/lib/perl5/CORE/reentr.h: - - /usr/include/pwd.h: - - /usr/include/grp.h: - - /usr/include/crypt.h: - - /usr/include/shadow.h: - - /usr/include/paths.h: - - /usr/lib/perl5/CORE/hv.h: - - /usr/lib/perl5/CORE/hv_func.h: - - /usr/lib/perl5/CORE/cop.h: - - /usr/lib/perl5/CORE/mydtrace.h: - - /usr/lib/perl5/CORE/av.h: - - /usr/lib/perl5/CORE/mg.h: - - /usr/lib/perl5/CORE/scope.h: - - /usr/lib/perl5/CORE/warnings.h: - - /usr/lib/perl5/CORE/parser.h: - - /usr/include/math.h: - - /usr/include/bits/huge_val.h: - - /usr/include/bits/huge_valf.h: - - /usr/include/bits/huge_vall.h: - - /usr/include/bits/inf.h: - - /usr/include/bits/nan.h: - - /usr/include/bits/mathdef.h: - - /usr/include/bits/mathcalls.h: - - /usr/lib/perl5/CORE/patchlevel.h: - - /usr/lib/perl5/CORE/intrpvar.h: - - /usr/lib/perl5/CORE/thread.h: - - /usr/lib/perl5/CORE/pp.h: - - /usr/lib/perl5/CORE/proto.h: - - /usr/lib/perl5/CORE/opcode.h: - - /usr/lib/perl5/CORE/embedvar.h: - - /usr/lib/perl5/CORE/embed.h: - - /usr/lib/perl5/CORE/perlvars.h: - - /usr/lib/perl5/CORE/mg_vtable.h: - - /usr/lib/perl5/CORE/inline.h: - - /usr/lib/perl5/CORE/overload.h: - - /usr/include/sys/ipc.h: - - /usr/include/bits/ipctypes.h: - - /usr/include/bits/ipc.h: - - /usr/include/sys/sem.h: - - /usr/include/bits/sem.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/lib/perl5/CORE/XSUB.h: - - /usr/lib/perl5/CORE/perlapi.h: - - ppport.h: - - miscxs.h: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/.deps/MiscXS_la-misc.Plo texinfo-6.5/tp/Texinfo/MiscXS/.deps/MiscXS_la-misc.Plo *** texinfo-6.4/tp/Texinfo/MiscXS/.deps/MiscXS_la-misc.Plo 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/.deps/MiscXS_la-misc.Plo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,467 **** - MiscXS_la-misc.lo: misc.c /usr/include/stdc-predef.h config.h \ - /usr/include/stdlib.h /usr/include/features.h /usr/include/sys/cdefs.h \ - /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-32.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h /usr/include/bits/byteswap-16.h \ - /usr/include/xlocale.h /usr/include/sys/types.h /usr/include/time.h \ - /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/sigset.h /usr/include/bits/time.h \ - /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ - /usr/include/alloca.h /usr/include/bits/stdlib-float.h \ - /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ - /usr/include/wchar.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h \ - /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ - /usr/include/string.h /usr/include/locale.h /usr/include/bits/locale.h \ - /usr/include/langinfo.h /usr/include/nl_types.h \ - /usr/include/bits/wchar.h /usr/include/wctype.h \ - /usr/lib/perl5/CORE/EXTERN.h /usr/lib/perl5/CORE/perl.h \ - /usr/lib/perl5/CORE/config.h /usr/include/ctype.h /usr/include/setjmp.h \ - /usr/include/bits/setjmp.h /usr/include/sys/param.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/signal.h /usr/include/bits/signum.h \ - /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ - /usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \ - /usr/include/sys/ucontext.h /usr/include/bits/sigthread.h \ - /usr/include/bits/param.h /usr/include/linux/param.h \ - /usr/include/asm/param.h /usr/include/asm-generic/param.h \ - /usr/include/unistd.h /usr/include/bits/posix_opt.h \ - /usr/include/bits/environments.h /usr/include/bits/confname.h \ - /usr/include/getopt.h /usr/include/sys/wait.h /usr/include/netinet/in.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h \ - /usr/include/stdint.h /usr/include/sys/socket.h /usr/include/sys/uio.h \ - /usr/include/bits/uio.h /usr/include/bits/socket.h \ - /usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \ - /usr/include/asm/socket.h /usr/include/asm-generic/socket.h \ - /usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \ - /usr/include/bits/in.h /usr/include/arpa/inet.h /usr/include/sys/stat.h \ - /usr/include/bits/stat.h /usr/include/bits/timex.h \ - /usr/include/sys/time.h /usr/include/sys/times.h /usr/include/errno.h \ - /usr/include/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h /usr/include/netdb.h \ - /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ - /usr/include/sys/ioctl.h /usr/include/bits/ioctls.h \ - /usr/include/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ - /usr/include/linux/ioctl.h /usr/include/asm/ioctl.h \ - /usr/include/asm-generic/ioctl.h /usr/include/bits/ioctl-types.h \ - /usr/include/sys/ttydefaults.h /usr/include/dirent.h \ - /usr/include/bits/dirent.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h \ - /usr/lib/perl5/CORE/handy.h \ - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h \ - /usr/include/inttypes.h /usr/lib/perl5/CORE/unixish.h \ - /usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \ - /usr/lib/perl5/CORE/iperlsys.h /usr/lib/perl5/CORE/perlio.h \ - /usr/lib/perl5/CORE/perly.h /usr/lib/perl5/CORE/sv.h \ - /usr/lib/perl5/CORE/regexp.h /usr/lib/perl5/CORE/utf8.h \ - /usr/lib/perl5/CORE/regcharclass.h \ - /usr/lib/perl5/CORE/unicode_constants.h \ - /usr/lib/perl5/CORE/op_reg_common.h /usr/lib/perl5/CORE/util.h \ - /usr/lib/perl5/CORE/form.h /usr/lib/perl5/CORE/gv.h \ - /usr/lib/perl5/CORE/pad.h /usr/lib/perl5/CORE/cv.h \ - /usr/lib/perl5/CORE/opnames.h /usr/lib/perl5/CORE/op.h \ - /usr/lib/perl5/CORE/reentr.h /usr/include/pwd.h /usr/include/grp.h \ - /usr/include/crypt.h /usr/include/shadow.h /usr/include/paths.h \ - /usr/lib/perl5/CORE/hv.h /usr/lib/perl5/CORE/hv_func.h \ - /usr/lib/perl5/CORE/cop.h /usr/lib/perl5/CORE/mydtrace.h \ - /usr/lib/perl5/CORE/av.h /usr/lib/perl5/CORE/mg.h \ - /usr/lib/perl5/CORE/scope.h /usr/lib/perl5/CORE/warnings.h \ - /usr/lib/perl5/CORE/parser.h /usr/include/math.h \ - /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ - /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ - /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ - /usr/include/bits/mathcalls.h /usr/lib/perl5/CORE/patchlevel.h \ - /usr/lib/perl5/CORE/intrpvar.h /usr/lib/perl5/CORE/thread.h \ - /usr/lib/perl5/CORE/pp.h /usr/lib/perl5/CORE/proto.h \ - /usr/lib/perl5/CORE/opcode.h /usr/lib/perl5/CORE/embedvar.h \ - /usr/lib/perl5/CORE/embed.h /usr/lib/perl5/CORE/perlvars.h \ - /usr/lib/perl5/CORE/mg_vtable.h /usr/lib/perl5/CORE/inline.h \ - /usr/lib/perl5/CORE/overload.h /usr/include/sys/ipc.h \ - /usr/include/bits/ipctypes.h /usr/include/bits/ipc.h \ - /usr/include/sys/sem.h /usr/include/bits/sem.h /usr/include/sys/file.h \ - /usr/include/fcntl.h /usr/include/bits/fcntl.h \ - /usr/include/bits/fcntl-linux.h /usr/lib/perl5/CORE/XSUB.h \ - /usr/lib/perl5/CORE/perlapi.h ppport.h miscxs.h - - /usr/include/stdc-predef.h: - - config.h: - - /usr/include/stdlib.h: - - /usr/include/features.h: - - /usr/include/sys/cdefs.h: - - /usr/include/bits/wordsize.h: - - /usr/include/gnu/stubs.h: - - /usr/include/gnu/stubs-32.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stddef.h: - - /usr/include/bits/waitflags.h: - - /usr/include/bits/waitstatus.h: - - /usr/include/endian.h: - - /usr/include/bits/endian.h: - - /usr/include/bits/byteswap.h: - - /usr/include/bits/types.h: - - /usr/include/bits/typesizes.h: - - /usr/include/bits/byteswap-16.h: - - /usr/include/xlocale.h: - - /usr/include/sys/types.h: - - /usr/include/time.h: - - /usr/include/sys/select.h: - - /usr/include/bits/select.h: - - /usr/include/bits/sigset.h: - - /usr/include/bits/time.h: - - /usr/include/sys/sysmacros.h: - - /usr/include/bits/pthreadtypes.h: - - /usr/include/alloca.h: - - /usr/include/bits/stdlib-float.h: - - /usr/include/stdio.h: - - /usr/include/libio.h: - - /usr/include/_G_config.h: - - /usr/include/wchar.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdarg.h: - - /usr/include/bits/stdio_lim.h: - - /usr/include/bits/sys_errlist.h: - - /usr/include/string.h: - - /usr/include/locale.h: - - /usr/include/bits/locale.h: - - /usr/include/langinfo.h: - - /usr/include/nl_types.h: - - /usr/include/bits/wchar.h: - - /usr/include/wctype.h: - - /usr/lib/perl5/CORE/EXTERN.h: - - /usr/lib/perl5/CORE/perl.h: - - /usr/lib/perl5/CORE/config.h: - - /usr/include/ctype.h: - - /usr/include/setjmp.h: - - /usr/include/bits/setjmp.h: - - /usr/include/sys/param.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/limits.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include-fixed/syslimits.h: - - /usr/include/limits.h: - - /usr/include/bits/posix1_lim.h: - - /usr/include/bits/local_lim.h: - - /usr/include/linux/limits.h: - - /usr/include/bits/posix2_lim.h: - - /usr/include/bits/xopen_lim.h: - - /usr/include/signal.h: - - /usr/include/bits/signum.h: - - /usr/include/bits/siginfo.h: - - /usr/include/bits/sigaction.h: - - /usr/include/bits/sigcontext.h: - - /usr/include/bits/sigstack.h: - - /usr/include/sys/ucontext.h: - - /usr/include/bits/sigthread.h: - - /usr/include/bits/param.h: - - /usr/include/linux/param.h: - - /usr/include/asm/param.h: - - /usr/include/asm-generic/param.h: - - /usr/include/unistd.h: - - /usr/include/bits/posix_opt.h: - - /usr/include/bits/environments.h: - - /usr/include/bits/confname.h: - - /usr/include/getopt.h: - - /usr/include/sys/wait.h: - - /usr/include/netinet/in.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdint.h: - - /usr/include/stdint.h: - - /usr/include/sys/socket.h: - - /usr/include/sys/uio.h: - - /usr/include/bits/uio.h: - - /usr/include/bits/socket.h: - - /usr/include/bits/socket_type.h: - - /usr/include/bits/sockaddr.h: - - /usr/include/asm/socket.h: - - /usr/include/asm-generic/socket.h: - - /usr/include/asm/sockios.h: - - /usr/include/asm-generic/sockios.h: - - /usr/include/bits/in.h: - - /usr/include/arpa/inet.h: - - /usr/include/sys/stat.h: - - /usr/include/bits/stat.h: - - /usr/include/bits/timex.h: - - /usr/include/sys/time.h: - - /usr/include/sys/times.h: - - /usr/include/errno.h: - - /usr/include/bits/errno.h: - - /usr/include/linux/errno.h: - - /usr/include/asm/errno.h: - - /usr/include/asm-generic/errno.h: - - /usr/include/asm-generic/errno-base.h: - - /usr/include/netdb.h: - - /usr/include/rpc/netdb.h: - - /usr/include/bits/netdb.h: - - /usr/include/sys/ioctl.h: - - /usr/include/bits/ioctls.h: - - /usr/include/asm/ioctls.h: - - /usr/include/asm-generic/ioctls.h: - - /usr/include/linux/ioctl.h: - - /usr/include/asm/ioctl.h: - - /usr/include/asm-generic/ioctl.h: - - /usr/include/bits/ioctl-types.h: - - /usr/include/sys/ttydefaults.h: - - /usr/include/dirent.h: - - /usr/include/bits/dirent.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/float.h: - - /usr/lib/perl5/CORE/handy.h: - - /usr/lib/gcc/i486-slackware-linux/4.8.2/include/stdbool.h: - - /usr/include/inttypes.h: - - /usr/lib/perl5/CORE/unixish.h: - - /usr/include/pthread.h: - - /usr/include/sched.h: - - /usr/include/bits/sched.h: - - /usr/lib/perl5/CORE/iperlsys.h: - - /usr/lib/perl5/CORE/perlio.h: - - /usr/lib/perl5/CORE/perly.h: - - /usr/lib/perl5/CORE/sv.h: - - /usr/lib/perl5/CORE/regexp.h: - - /usr/lib/perl5/CORE/utf8.h: - - /usr/lib/perl5/CORE/regcharclass.h: - - /usr/lib/perl5/CORE/unicode_constants.h: - - /usr/lib/perl5/CORE/op_reg_common.h: - - /usr/lib/perl5/CORE/util.h: - - /usr/lib/perl5/CORE/form.h: - - /usr/lib/perl5/CORE/gv.h: - - /usr/lib/perl5/CORE/pad.h: - - /usr/lib/perl5/CORE/cv.h: - - /usr/lib/perl5/CORE/opnames.h: - - /usr/lib/perl5/CORE/op.h: - - /usr/lib/perl5/CORE/reentr.h: - - /usr/include/pwd.h: - - /usr/include/grp.h: - - /usr/include/crypt.h: - - /usr/include/shadow.h: - - /usr/include/paths.h: - - /usr/lib/perl5/CORE/hv.h: - - /usr/lib/perl5/CORE/hv_func.h: - - /usr/lib/perl5/CORE/cop.h: - - /usr/lib/perl5/CORE/mydtrace.h: - - /usr/lib/perl5/CORE/av.h: - - /usr/lib/perl5/CORE/mg.h: - - /usr/lib/perl5/CORE/scope.h: - - /usr/lib/perl5/CORE/warnings.h: - - /usr/lib/perl5/CORE/parser.h: - - /usr/include/math.h: - - /usr/include/bits/huge_val.h: - - /usr/include/bits/huge_valf.h: - - /usr/include/bits/huge_vall.h: - - /usr/include/bits/inf.h: - - /usr/include/bits/nan.h: - - /usr/include/bits/mathdef.h: - - /usr/include/bits/mathcalls.h: - - /usr/lib/perl5/CORE/patchlevel.h: - - /usr/lib/perl5/CORE/intrpvar.h: - - /usr/lib/perl5/CORE/thread.h: - - /usr/lib/perl5/CORE/pp.h: - - /usr/lib/perl5/CORE/proto.h: - - /usr/lib/perl5/CORE/opcode.h: - - /usr/lib/perl5/CORE/embedvar.h: - - /usr/lib/perl5/CORE/embed.h: - - /usr/lib/perl5/CORE/perlvars.h: - - /usr/lib/perl5/CORE/mg_vtable.h: - - /usr/lib/perl5/CORE/inline.h: - - /usr/lib/perl5/CORE/overload.h: - - /usr/include/sys/ipc.h: - - /usr/include/bits/ipctypes.h: - - /usr/include/bits/ipc.h: - - /usr/include/sys/sem.h: - - /usr/include/bits/sem.h: - - /usr/include/sys/file.h: - - /usr/include/fcntl.h: - - /usr/include/bits/fcntl.h: - - /usr/include/bits/fcntl-linux.h: - - /usr/lib/perl5/CORE/XSUB.h: - - /usr/lib/perl5/CORE/perlapi.h: - - ppport.h: - - miscxs.h: --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/MiscXS/.libs/MiscXS.a and texinfo-6.5/tp/Texinfo/MiscXS/.libs/MiscXS.a differ diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/.libs/MiscXS.la texinfo-6.5/tp/Texinfo/MiscXS/.libs/MiscXS.la *** texinfo-6.4/tp/Texinfo/MiscXS/.libs/MiscXS.la 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/.libs/MiscXS.la 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # MiscXS.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='MiscXS.so' - - # Names of this library. - library_names='MiscXS.so MiscXS.so MiscXS.so' - - # The name of the static archive. - old_library='MiscXS.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for MiscXS. - current=0 - age=0 - revision=0 - - # Is this an already installed library? - installed=no - - # Should we warn about portability when linking against -modules? - shouldnotlink=yes - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='/usr/local/lib/texinfo' --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/.libs/MiscXS.lai texinfo-6.5/tp/Texinfo/MiscXS/.libs/MiscXS.lai *** texinfo-6.4/tp/Texinfo/MiscXS/.libs/MiscXS.lai 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/.libs/MiscXS.lai 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # MiscXS.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='MiscXS.so' - - # Names of this library. - library_names='MiscXS.so MiscXS.so MiscXS.so' - - # The name of the static archive. - old_library='MiscXS.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for MiscXS. - current=0 - age=0 - revision=0 - - # Is this an already installed library? - installed=yes - - # Should we warn about portability when linking against -modules? - shouldnotlink=yes - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='/usr/local/lib/texinfo' --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/MiscXS/.libs/MiscXS.so and texinfo-6.5/tp/Texinfo/MiscXS/.libs/MiscXS.so differ Binary files texinfo-6.4/tp/Texinfo/MiscXS/.libs/MiscXS_la-MiscXS.o and texinfo-6.5/tp/Texinfo/MiscXS/.libs/MiscXS_la-MiscXS.o differ Binary files texinfo-6.4/tp/Texinfo/MiscXS/.libs/MiscXS_la-misc.o and texinfo-6.5/tp/Texinfo/MiscXS/.libs/MiscXS_la-misc.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/Makefile texinfo-6.5/tp/Texinfo/MiscXS/Makefile *** texinfo-6.4/tp/Texinfo/MiscXS/Makefile 2017-07-03 17:44:33.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/Makefile 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,906 **** - # Makefile.in generated by automake 1.15 from Makefile.am. - # Makefile. Generated from Makefile.in by configure. - - # Copyright (C) 1994-2014 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY, to the extent permitted by law; without - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - - - - - am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ - } - am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes - am__make_dryrun = (target_option=n; $(am__make_running_with_option)) - am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) - pkgdatadir = $(datadir)/texinfo - pkgincludedir = $(includedir)/texinfo - pkglibdir = $(libdir)/texinfo - pkglibexecdir = $(libexecdir)/texinfo - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c - install_sh_SCRIPT = $(install_sh) -c - INSTALL_HEADER = $(INSTALL_DATA) - transform = $(program_transform_name) - NORMAL_INSTALL = : - PRE_INSTALL = : - POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = i686-pc-linux-gnu - host_triplet = i686-pc-linux-gnu - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ - $(am__configure_deps) $(am__DIST_COMMON) - am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno config.status.lineno - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = config.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; - am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; - am__install_max = 40 - am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` - am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" - am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } - am__installdirs = "$(DESTDIR)$(xsdir)" - LTLIBRARIES = $(xs_LTLIBRARIES) - MiscXS_la_LIBADD = - am_MiscXS_la_OBJECTS = MiscXS_la-MiscXS.lo MiscXS_la-misc.lo - MiscXS_la_OBJECTS = $(am_MiscXS_la_OBJECTS) - AM_V_lt = $(am__v_lt_$(V)) - am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) - am__v_lt_0 = --silent - am__v_lt_1 = - MiscXS_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(MiscXS_la_CFLAGS) \ - $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ - AM_V_P = $(am__v_P_$(V)) - am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) - am__v_P_0 = false - am__v_P_1 = : - AM_V_GEN = $(am__v_GEN_$(V)) - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - am__v_GEN_1 = - AM_V_at = $(am__v_at_$(V)) - am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) - am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I. - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) - AM_V_CC = $(am__v_CC_$(V)) - am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) - am__v_CC_0 = @echo " CC " $@; - am__v_CC_1 = - CCLD = $(CC) - LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - AM_V_CCLD = $(am__v_CCLD_$(V)) - am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = - SOURCES = $(MiscXS_la_SOURCES) - DIST_SOURCES = $(MiscXS_la_SOURCES) - am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ - $(LISP)config.in - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is - # *not* preserved. - am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ - ' - # Make sure the list of sources is unique. This is necessary because, - # e.g., the same source file might be shared among _SOURCES variables - # for different programs/libraries. - am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` - ETAGS = etags - CTAGS = ctags - CSCOPE = cscope - AM_RECURSIVE_TARGETS = cscope - am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.in ar-lib \ - compile config.guess config.sub depcomp install-sh ltmain.sh \ - missing - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) - am__remove_distdir = \ - if test -d "$(distdir)"; then \ - find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -rf "$(distdir)" \ - || { sleep 5 && rm -rf "$(distdir)"; }; \ - else :; fi - am__post_remove_distdir = $(am__remove_distdir) - DIST_ARCHIVES = $(distdir).tar.gz - GZIP_ENV = --best - DIST_TARGETS = dist-gzip - distuninstallcheck_listfiles = find . -type f -print - am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ - | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' - distcleancheck_listfiles = find . -type f -print - ACLOCAL = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing aclocal-1.15 - AMTAR = $${TAR-tar} - AM_DEFAULT_VERBOSITY = 1 - AR = ar - AUTOCONF = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing autoconf - AUTOHEADER = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing autoheader - AUTOMAKE = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing automake-1.15 - AWK = gawk - CC = cc - CCDEPMODE = depmode=gcc3 - - # Override these variables set by configure at the top level, because - # the compiler used in this subdirectory might be different. - # PERL_EXT_var are user variables, allowing configuring at the top-level - # with e.g. "./configure CFLAGS='-g -O0' PERL_EXT_CFLAGS='-g'". - CFLAGS = $(PERL_EXT_CFLAGS) - CPP = cc -E - CPPFLAGS = $(PERL_EXT_CPPFLAGS) - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps - DLLTOOL = dlltool - DSYMUTIL = - DUMPBIN = - ECHO_C = - ECHO_N = -n - ECHO_T = - EGREP = /usr/bin/grep -E - EXEEXT = - FGREP = /usr/bin/grep -F - GREP = /usr/bin/grep - INSTALL = /usr/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s - LD = /usr/i486-slackware-linux/bin/ld - LDFLAGS = $(PERL_EXT_LDFLAGS) - LIBOBJS = - LIBS = - LIBTOOL = $(SHELL) $(top_builddir)/libtool - LIPO = - LN_S = ln -s - LTLIBOBJS = - LT_SYS_LIBRARY_PATH = - MAKEINFO = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing makeinfo - MANIFEST_TOOL = : - MKDIR_P = /usr/bin/mkdir -p - NM = /usr/bin/nm -B - NMEDIT = - OBJDUMP = objdump - OBJEXT = o - OTOOL = - OTOOL64 = - PACKAGE = texinfo - PACKAGE_BUGREPORT = - PACKAGE_NAME = texinfo - PACKAGE_STRING = texinfo 0 - PACKAGE_TARNAME = texinfo - PACKAGE_URL = - PACKAGE_VERSION = 0 - PATH_SEPARATOR = : - PERL = /usr/bin/perl - PERL_CONF_archlibexp = /usr/lib/perl5 - PERL_CONF_cc = cc - PERL_CONF_cccdlflags = -fPIC - PERL_CONF_ccdlflags = -Wl,-E -Wl,-rpath,/usr/lib/perl5/CORE - PERL_CONF_ccflags = -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - PERL_CONF_libperl = -lperl - PERL_CONF_privlibexp = /usr/share/perl5 - PERL_EXT_CC = - PERL_EXT_CFLAGS = - PERL_EXT_CPPFLAGS = - PERL_EXT_LDFLAGS = - RANLIB = ranlib - SED = /usr/bin/sed - SET_MAKE = - SHELL = /bin/sh - STRIP = strip - VERSION = 0 - XSPARAGRAPH_INTERFACE_VERSION = 1 - XSUBPP = /usr/bin/xsubpp - abs_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS - abs_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS - abs_top_builddir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS - abs_top_srcdir = /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS - ac_ct_AR = ar - ac_ct_CC = cc - ac_ct_DUMPBIN = - am__include = include - am__leading_dot = . - am__quote = - am__tar = $${TAR-tar} chof - "$$tardir" - am__untar = $${TAR-tar} xf - - bindir = ${exec_prefix}/bin - build = i686-pc-linux-gnu - build_alias = - build_cpu = i686 - build_os = linux-gnu - build_vendor = pc - builddir = . - datadir = ${datarootdir} - datarootdir = ${prefix}/share - docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} - dvidir = ${docdir} - exec_prefix = ${prefix} - host = i686-pc-linux-gnu - host_alias = - host_cpu = i686 - host_os = linux-gnu - host_vendor = pc - htmldir = ${docdir} - includedir = ${prefix}/include - infodir = ${datarootdir}/info - install_sh = ${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/install-sh - libdir = ${exec_prefix}/lib - libexecdir = ${exec_prefix}/libexec - localedir = ${datarootdir}/locale - localstatedir = ${prefix}/var - mandir = ${datarootdir}/man - mkdir_p = $(MKDIR_P) - oldincludedir = /usr/include - pdfdir = ${docdir} - prefix = /usr/local - program_transform_name = s,x,x, - psdir = ${docdir} - sbindir = ${exec_prefix}/sbin - sharedstatedir = ${prefix}/com - srcdir = . - sysconfdir = ${prefix}/etc - target_alias = - top_build_prefix = - top_builddir = . - top_srcdir = . - - # Makefile.am for MiscXS - # - # Copyright 2015, 2016, 2017 Free Software Foundation, Inc. - # - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without - # modifications, as long as this notice is preserved. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - # - AUTOMAKE_OPTIONS = foreign subdir-objects - EXTRA_DIST = MiscXS.xs - modulesdir = $(pkgdatadir)/Texinfo/Convert/XSParagraph - xsdir = $(pkglibdir) - PERL_INC = $(PERL_CONF_archlibexp)/CORE - XSUBPPARGS = -typemap $(PERL_CONF_privlibexp)/ExtUtils/typemap - - # ------------------------------------------------------- - CLEANFILES = MiscXS.c - xs_LTLIBRARIES = MiscXS.la - MiscXS_la_SOURCES = MiscXS.c misc.c miscxs.h ppport.h - AM_CFLAGS = $(PERL_CONF_ccflags) - MiscXS_la_CFLAGS = $(AM_CFLAGS) -DVERSION=\"$(VERSION)\" \ - -DXS_VERSION=\"$(VERSION)\" "-I$(PERL_INC)" - PLATFORM_LDFLAGS = - #PLATFORM_LDFLAGS = -no-undefined -L$(PERL_INC) $(PERL_CONF_libperl) - AM_LDFLAGS = -avoid-version -module $(PERL_CONF_ccdlflags) \ - $(PLATFORM_LDFLAGS) - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-am - - .SUFFIXES: - .SUFFIXES: .c .lo .o .obj .xs - am--refresh: Makefile - @: - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - echo ' $(SHELL) ./config.status'; \ - $(SHELL) ./config.status;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck - - $(top_srcdir)/configure: $(am__configure_deps) - $(am__cd) $(srcdir) && $(AUTOCONF) - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) - $(am__aclocal_m4_deps): - - config.h: stamp-h1 - @test -f $@ || rm -f stamp-h1 - @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 - - stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status - @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status config.h - $(srcdir)/config.in: $(am__configure_deps) - ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) - rm -f stamp-h1 - touch $@ - - distclean-hdr: - -rm -f config.h stamp-h1 - - install-xsLTLIBRARIES: $(xs_LTLIBRARIES) - @$(NORMAL_INSTALL) - @list='$(xs_LTLIBRARIES)'; test -n "$(xsdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(MKDIR_P) '$(DESTDIR)$(xsdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(xsdir)" || exit 1; \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(xsdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(xsdir)"; \ - } - - uninstall-xsLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(xs_LTLIBRARIES)'; test -n "$(xsdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(xsdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(xsdir)/$$f"; \ - done - - clean-xsLTLIBRARIES: - -test -z "$(xs_LTLIBRARIES)" || rm -f $(xs_LTLIBRARIES) - @list='$(xs_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - - MiscXS.la: $(MiscXS_la_OBJECTS) $(MiscXS_la_DEPENDENCIES) $(EXTRA_MiscXS_la_DEPENDENCIES) - $(AM_V_CCLD)$(MiscXS_la_LINK) -rpath $(xsdir) $(MiscXS_la_OBJECTS) $(MiscXS_la_LIBADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) - - distclean-compile: - -rm -f *.tab.c - - include ./$(DEPDIR)/MiscXS_la-MiscXS.Plo - include ./$(DEPDIR)/MiscXS_la-misc.Plo - - .c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - - .c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po - # $(AM_V_CC)source='$<' object='$@' libtool=no \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - - .c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo - # $(AM_V_CC)source='$<' object='$@' libtool=yes \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - - MiscXS_la-MiscXS.lo: MiscXS.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(MiscXS_la_CFLAGS) $(CFLAGS) -MT MiscXS_la-MiscXS.lo -MD -MP -MF $(DEPDIR)/MiscXS_la-MiscXS.Tpo -c -o MiscXS_la-MiscXS.lo `test -f 'MiscXS.c' || echo '$(srcdir)/'`MiscXS.c - $(AM_V_at)$(am__mv) $(DEPDIR)/MiscXS_la-MiscXS.Tpo $(DEPDIR)/MiscXS_la-MiscXS.Plo - # $(AM_V_CC)source='MiscXS.c' object='MiscXS_la-MiscXS.lo' libtool=yes \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(MiscXS_la_CFLAGS) $(CFLAGS) -c -o MiscXS_la-MiscXS.lo `test -f 'MiscXS.c' || echo '$(srcdir)/'`MiscXS.c - - MiscXS_la-misc.lo: misc.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(MiscXS_la_CFLAGS) $(CFLAGS) -MT MiscXS_la-misc.lo -MD -MP -MF $(DEPDIR)/MiscXS_la-misc.Tpo -c -o MiscXS_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c - $(AM_V_at)$(am__mv) $(DEPDIR)/MiscXS_la-misc.Tpo $(DEPDIR)/MiscXS_la-misc.Plo - # $(AM_V_CC)source='misc.c' object='MiscXS_la-misc.lo' libtool=yes \ - # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ - # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(MiscXS_la_CFLAGS) $(CFLAGS) -c -o MiscXS_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c - - mostlyclean-libtool: - -rm -f *.lo - - clean-libtool: - -rm -rf .libs _libs - - distclean-libtool: - -rm -f libtool config.lt - - ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique - tags: tags-am - TAGS: tags - - tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi - ctags: ctags-am - - CTAGS: ctags - ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - - GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - cscope: cscope.files - test ! -s cscope.files \ - || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) - clean-cscope: - -rm -f cscope.files - cscope.files: clean-cscope cscopelist - cscopelist: cscopelist-am - - cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -rm -f cscope.out cscope.in.out cscope.po.out cscope.files - - distdir: $(DISTFILES) - $(am__remove_distdir) - test -d "$(distdir)" || mkdir "$(distdir)" - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - -test -n "$(am__skip_mode_fix)" \ - || find "$(distdir)" -type d ! -perm -755 \ - -exec chmod u+rwx,go+rx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r "$(distdir)" - dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__post_remove_distdir) - - dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 - $(am__post_remove_distdir) - - dist-lzip: distdir - tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz - $(am__post_remove_distdir) - - dist-xz: distdir - tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__post_remove_distdir) - - dist-tarZ: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 - @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__post_remove_distdir) - - dist-shar: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 - @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__post_remove_distdir) - - dist-zip: distdir - -rm -f $(distdir).zip - zip -rq $(distdir).zip $(distdir) - $(am__post_remove_distdir) - - dist dist-all: - $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' - $(am__post_remove_distdir) - - # This target untars the dist file and tries a VPATH configuration. Then - # it guarantees that the distribution is self-contained by making another - # tarfile. - distcheck: dist - case '$(DIST_ARCHIVES)' in \ - *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ - *.tar.bz2*) \ - bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lz*) \ - lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ - *.tar.xz*) \ - xz -dc $(distdir).tar.xz | $(am__untar) ;;\ - *.tar.Z*) \ - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ - *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ - *.zip*) \ - unzip $(distdir).zip ;;\ - esac - chmod -R a-w $(distdir) - chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst - chmod a-w $(distdir) - test -d $(distdir)/_build || exit 0; \ - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build/sub \ - && ../../configure \ - $(AM_DISTCHECK_CONFIGURE_FLAGS) \ - $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=../.. --prefix="$$dc_install_base" \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ - } || { rm -rf "$$dc_destdir"; exit 1; }) \ - && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist \ - && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ - && cd "$$am__cwd" \ - || exit 1 - $(am__post_remove_distdir) - @(echo "$(distdir) archives ready for distribution: "; \ - list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ - sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' - distuninstallcheck: - @test -n '$(distuninstallcheck_dir)' || { \ - echo 'ERROR: trying to run $@ with an empty' \ - '$$(distuninstallcheck_dir)' >&2; \ - exit 1; \ - }; \ - $(am__cd) '$(distuninstallcheck_dir)' || { \ - echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ - exit 1; \ - }; \ - test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left after uninstall:" ; \ - if test -n "$(DESTDIR)"; then \ - echo " (check DESTDIR support)"; \ - fi ; \ - $(distuninstallcheck_listfiles) ; \ - exit 1; } >&2 - distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ - echo "ERROR: distcleancheck can only run from a VPATH build" ; \ - exit 1 ; \ - fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left in build directory after distclean:" ; \ - $(distcleancheck_listfiles) ; \ - exit 1; } >&2 - check-am: all-am - check: check-am - all-am: Makefile $(LTLIBRARIES) config.h - installdirs: - for dir in "$(DESTDIR)$(xsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-am - install-exec: install-exec-am - install-data: install-data-am - uninstall: uninstall-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-am - install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi - mostlyclean-generic: - - clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - clean: clean-am - - clean-am: clean-generic clean-libtool clean-xsLTLIBRARIES \ - mostlyclean-am - - distclean: distclean-am - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf ./$(DEPDIR) - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-hdr distclean-libtool distclean-tags - - dvi: dvi-am - - dvi-am: - - html: html-am - - html-am: - - info: info-am - - info-am: - - install-data-am: install-xsLTLIBRARIES - - install-dvi: install-dvi-am - - install-dvi-am: - - install-exec-am: - - install-html: install-html-am - - install-html-am: - - install-info: install-info-am - - install-info-am: - - install-man: - - install-pdf: install-pdf-am - - install-pdf-am: - - install-ps: install-ps-am - - install-ps-am: - - installcheck-am: - - maintainer-clean: maintainer-clean-am - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache - -rm -rf ./$(DEPDIR) - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - - mostlyclean: mostlyclean-am - - mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - - pdf: pdf-am - - pdf-am: - - ps: ps-am - - ps-am: - - uninstall-am: uninstall-xsLTLIBRARIES - - .MAKE: all install-am install-strip - - .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ - clean-cscope clean-generic clean-libtool clean-xsLTLIBRARIES \ - cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ - dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ - distcheck distclean distclean-compile distclean-generic \ - distclean-hdr distclean-libtool distclean-tags distcleancheck \ - distdir distuninstallcheck dvi dvi-am html html-am info \ - info-am install install-am install-data install-data-am \ - install-dvi install-dvi-am install-exec install-exec-am \ - install-html install-html-am install-info install-info-am \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip install-xsLTLIBRARIES installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am uninstall-xsLTLIBRARIES - - .PRECIOUS: Makefile - - - .xs.c: - $(XSUBPP) $(XSUBPPARGS) $< > $*.xsc && mv $*.xsc $*.c - # # The -no-undefined flag is for MS-Windows. See info node - # # `(gnulib)Libtool and Windows'. The -L and -l options after it show - # # where to find the undefined symbols. - - # 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: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/MiscXS.la texinfo-6.5/tp/Texinfo/MiscXS/MiscXS.la *** texinfo-6.4/tp/Texinfo/MiscXS/MiscXS.la 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/MiscXS.la 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - # MiscXS.la - a libtool library file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='MiscXS.so' - - # Names of this library. - library_names='MiscXS.so MiscXS.so MiscXS.so' - - # The name of the static archive. - old_library='MiscXS.a' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='' - - # Libraries that this one depends upon. - dependency_libs='' - - # Names of additional weak libraries provided by this library - weak_library_names='' - - # Version information for MiscXS. - current=0 - age=0 - revision=0 - - # Is this an already installed library? - installed=no - - # Should we warn about portability when linking against -modules? - shouldnotlink=yes - - # Files to dlopen/dlpreopen - dlopen='' - dlpreopen='' - - # Directory that this library needs to be installed in: - libdir='/usr/local/lib/texinfo' --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/MiscXS_la-MiscXS.lo texinfo-6.5/tp/Texinfo/MiscXS/MiscXS_la-MiscXS.lo *** texinfo-6.4/tp/Texinfo/MiscXS/MiscXS_la-MiscXS.lo 2017-07-03 17:45:55.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/MiscXS_la-MiscXS.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # MiscXS_la-MiscXS.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/MiscXS_la-MiscXS.o' - - # Name of the non-PIC object - non_pic_object='MiscXS_la-MiscXS.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/MiscXS/MiscXS_la-MiscXS.o and texinfo-6.5/tp/Texinfo/MiscXS/MiscXS_la-MiscXS.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/MiscXS_la-misc.lo texinfo-6.5/tp/Texinfo/MiscXS/MiscXS_la-misc.lo *** texinfo-6.4/tp/Texinfo/MiscXS/MiscXS_la-misc.lo 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/MiscXS_la-misc.lo 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,12 **** - # MiscXS_la-misc.lo - a libtool object file - # Generated by libtool (GNU libtool) 2.4.6 - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # Name of the PIC object. - pic_object='.libs/MiscXS_la-misc.o' - - # Name of the non-PIC object - non_pic_object='MiscXS_la-misc.o' - --- 0 ---- Binary files texinfo-6.4/tp/Texinfo/MiscXS/MiscXS_la-misc.o and texinfo-6.5/tp/Texinfo/MiscXS/MiscXS_la-misc.o differ diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/config.h texinfo-6.5/tp/Texinfo/MiscXS/config.h *** texinfo-6.4/tp/Texinfo/MiscXS/config.h 2017-07-03 17:44:33.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/config.h 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,62 **** - /* config.h. Generated from config.in by configure. */ - /* config.in. Generated from configure.ac by autoheader. */ - - /* Define to 1 if you have the header file. */ - #define HAVE_DLFCN_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_INTTYPES_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_MEMORY_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STDINT_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STDLIB_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STRINGS_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_STRING_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_STAT_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_SYS_TYPES_H 1 - - /* Define to 1 if you have the header file. */ - #define HAVE_UNISTD_H 1 - - /* Define to the sub-directory where libtool stores uninstalled libraries. */ - #define LT_OBJDIR ".libs/" - - /* Name of package */ - #define PACKAGE "texinfo" - - /* Define to the address where bug reports for this package should be sent. */ - #define PACKAGE_BUGREPORT "" - - /* Define to the full name of this package. */ - #define PACKAGE_NAME "texinfo" - - /* Define to the full name and version of this package. */ - #define PACKAGE_STRING "texinfo 0" - - /* Define to the one symbol short name of this package. */ - #define PACKAGE_TARNAME "texinfo" - - /* Define to the home page for this package. */ - #define PACKAGE_URL "" - - /* Define to the version of this package. */ - #define PACKAGE_VERSION "0" - - /* Define to 1 if you have the ANSI C header files. */ - #define STDC_HEADERS 1 - - /* Version number of package */ - #define VERSION "0" --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/config.log texinfo-6.5/tp/Texinfo/MiscXS/config.log *** texinfo-6.4/tp/Texinfo/MiscXS/config.log 2017-07-03 17:44:34.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/config.log 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,657 **** - This file contains any messages produced by compilers while - running configure, to aid debugging if configure makes a mistake. - - It was created by texinfo configure 0, which was - generated by GNU Autoconf 2.69. Invocation command line was - - $ ./configure --disable-option-checking --prefix=/usr/local --cache-file=/dev/null --srcdir=. - - ## --------- ## - ## Platform. ## - ## --------- ## - - hostname = darkstar - uname -m = i686 - uname -r = 3.10.17 - uname -s = Linux - uname -v = #1 Wed Oct 23 17:38:30 CDT 2013 - - /usr/bin/uname -p = Intel(R) Celeron(R) CPU 900 @ 2.20GHz - /bin/uname -X = unknown - - /bin/arch = i686 - /usr/bin/arch -k = unknown - /usr/convex/getsysinfo = unknown - /usr/bin/hostinfo = unknown - /bin/machine = unknown - /usr/bin/oslevel = unknown - /bin/universe = unknown - - PATH: /home/g/go/bin - PATH: /home/g/local/bin - PATH: /usr/local/bin - PATH: /usr/bin - PATH: /bin - PATH: /usr/games - PATH: /usr/lib/kde4/libexec - PATH: /usr/lib/qt/bin - PATH: /usr/share/texmf/bin - PATH: /home/g/RealPlayer - PATH: /usr/local/go/bin - - - ## ----------- ## - ## Core tests. ## - ## ----------- ## - - configure:2195: checking for a BSD-compatible install - configure:2263: result: /usr/bin/ginstall -c - configure:2274: checking whether build environment is sane - configure:2329: result: yes - configure:2480: checking for a thread-safe mkdir -p - configure:2519: result: /usr/bin/mkdir -p - configure:2526: checking for gawk - configure:2542: found /usr/local/bin/gawk - configure:2553: result: gawk - configure:2564: checking whether make sets $(MAKE) - configure:2586: result: yes - configure:2615: checking whether make supports nested variables - configure:2632: result: yes - configure:2795: checking for perl - configure:2813: found /usr/bin/perl - configure:2825: result: /usr/bin/perl - configure:2840: checking Perl configuration value cc - configure:2843: result: cc - configure:2904: checking for gcc - configure:2931: result: cc - configure:3160: checking for C compiler version - configure:3169: cc --version >&5 - cc (GCC) 4.8.2 - Copyright (C) 2013 Free Software Foundation, Inc. - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - configure:3180: $? = 0 - configure:3169: cc -v >&5 - Reading specs from /usr/lib/gcc/i486-slackware-linux/4.8.2/specs - COLLECT_GCC=cc - COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.8.2/lto-wrapper - Target: i486-slackware-linux - Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib/jvm/jre --with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports --with-arch-directory=i386 --with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux - Thread model: posix - gcc version 4.8.2 (GCC) - configure:3180: $? = 0 - configure:3169: cc -V >&5 - cc: error: unrecognized command line option '-V' - cc: fatal error: no input files - compilation terminated. - configure:3180: $? = 1 - configure:3169: cc -qversion >&5 - cc: error: unrecognized command line option '-qversion' - cc: fatal error: no input files - compilation terminated. - configure:3180: $? = 1 - configure:3200: checking whether the C compiler works - configure:3222: cc conftest.c >&5 - configure:3226: $? = 0 - configure:3274: result: yes - configure:3277: checking for C compiler default output file name - configure:3279: result: a.out - configure:3285: checking for suffix of executables - configure:3292: cc -o conftest conftest.c >&5 - configure:3296: $? = 0 - configure:3318: result: - configure:3340: checking whether we are cross compiling - configure:3348: cc -o conftest conftest.c >&5 - configure:3352: $? = 0 - configure:3359: ./conftest - configure:3363: $? = 0 - configure:3378: result: no - configure:3383: checking for suffix of object files - configure:3405: cc -c conftest.c >&5 - configure:3409: $? = 0 - configure:3430: result: o - configure:3434: checking whether we are using the GNU C compiler - configure:3453: cc -c conftest.c >&5 - configure:3453: $? = 0 - configure:3462: result: yes - configure:3471: checking whether cc accepts -g - configure:3491: cc -c -g conftest.c >&5 - configure:3491: $? = 0 - configure:3532: result: yes - configure:3549: checking for cc option to accept ISO C89 - configure:3612: cc -c -g -O2 conftest.c >&5 - configure:3612: $? = 0 - configure:3625: result: none needed - configure:3650: checking whether cc understands -c and -o together - configure:3672: cc -c conftest.c -o conftest2.o - configure:3675: $? = 0 - configure:3672: cc -c conftest.c -o conftest2.o - configure:3675: $? = 0 - configure:3687: result: yes - configure:3715: checking for style of include used by make - configure:3743: result: GNU - configure:3769: checking dependency style of cc - configure:3880: result: gcc3 - configure:3898: checking for xsubpp - configure:3916: found /usr/bin/xsubpp - configure:3928: result: /usr/bin/xsubpp - configure:3969: checking build system type - configure:3983: result: i686-pc-linux-gnu - configure:4003: checking host system type - configure:4016: result: i686-pc-linux-gnu - configure:4057: checking how to print strings - configure:4084: result: printf - configure:4105: checking for a sed that does not truncate output - configure:4169: result: /usr/bin/sed - configure:4187: checking for grep that handles long lines and -e - configure:4245: result: /usr/bin/grep - configure:4250: checking for egrep - configure:4312: result: /usr/bin/grep -E - configure:4317: checking for fgrep - configure:4379: result: /usr/bin/grep -F - configure:4414: checking for ld used by cc - configure:4481: result: /usr/i486-slackware-linux/bin/ld - configure:4488: checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld - configure:4503: result: yes - configure:4515: checking for BSD- or MS-compatible name lister (nm) - configure:4569: result: /usr/bin/nm -B - configure:4699: checking the name lister (/usr/bin/nm -B) interface - configure:4706: cc -c -g -O2 conftest.c >&5 - configure:4709: /usr/bin/nm -B "conftest.o" - configure:4712: output - 00000000 B some_variable - configure:4719: result: BSD nm - configure:4722: checking whether ln -s works - configure:4726: result: yes - configure:4734: checking the maximum length of command line arguments - configure:4865: result: 1572864 - configure:4913: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format - configure:4953: result: func_convert_file_noop - configure:4960: checking how to convert i686-pc-linux-gnu file names to toolchain format - configure:4980: result: func_convert_file_noop - configure:4987: checking for /usr/i486-slackware-linux/bin/ld option to reload object files - configure:4994: result: -r - configure:5068: checking for objdump - configure:5084: found /usr/bin/objdump - configure:5095: result: objdump - configure:5127: checking how to recognize dependent libraries - configure:5327: result: pass_all - configure:5412: checking for dlltool - configure:5428: found /usr/bin/dlltool - configure:5439: result: dlltool - configure:5472: checking how to associate runtime and link libraries - configure:5499: result: printf %s\n - configure:5560: checking for ar - configure:5576: found /usr/bin/ar - configure:5587: result: ar - configure:5624: checking for archiver @FILE support - configure:5641: cc -c -g -O2 conftest.c >&5 - configure:5641: $? = 0 - configure:5644: ar cru libconftest.a @conftest.lst >&5 - configure:5647: $? = 0 - configure:5652: ar cru libconftest.a @conftest.lst >&5 - ar: conftest.o: No such file or directory - configure:5655: $? = 1 - configure:5667: result: @ - configure:5725: checking for strip - configure:5741: found /usr/bin/strip - configure:5752: result: strip - configure:5824: checking for ranlib - configure:5840: found /usr/bin/ranlib - configure:5851: result: ranlib - configure:5953: checking command to parse /usr/bin/nm -B output from cc object - configure:6106: cc -c -g -O2 conftest.c >&5 - configure:6109: $? = 0 - configure:6113: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm - configure:6116: $? = 0 - configure:6182: cc -o conftest -g -O2 conftest.c conftstm.o >&5 - configure:6185: $? = 0 - configure:6223: result: ok - configure:6270: checking for sysroot - configure:6300: result: no - configure:6307: checking for a working dd - configure:6345: result: /usr/bin/dd - configure:6349: checking how to truncate binary pipes - configure:6364: result: /usr/bin/dd bs=4096 count=1 - configure:6693: checking for mt - configure:6709: found /bin/mt - configure:6720: result: mt - configure:6743: checking if mt is a manifest tool - configure:6749: mt '-?' - usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] - configure:6757: result: no - configure:7434: checking how to run the C preprocessor - configure:7465: cc -E conftest.c - configure:7465: $? = 0 - configure:7479: cc -E conftest.c - conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory - #include - ^ - compilation terminated. - configure:7479: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | /* end confdefs.h. */ - | #include - configure:7504: result: cc -E - configure:7524: cc -E conftest.c - configure:7524: $? = 0 - configure:7538: cc -E conftest.c - conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory - #include - ^ - compilation terminated. - configure:7538: $? = 1 - configure: failed program was: - | /* confdefs.h */ - | #define PACKAGE_NAME "texinfo" - | #define PACKAGE_TARNAME "texinfo" - | #define PACKAGE_VERSION "0" - | #define PACKAGE_STRING "texinfo 0" - | #define PACKAGE_BUGREPORT "" - | #define PACKAGE_URL "" - | #define PACKAGE "texinfo" - | #define VERSION "0" - | /* end confdefs.h. */ - | #include - configure:7567: checking for ANSI C header files - configure:7587: cc -c -g -O2 conftest.c >&5 - configure:7587: $? = 0 - configure:7660: cc -o conftest -g -O2 conftest.c >&5 - configure:7660: $? = 0 - configure:7660: ./conftest - configure:7660: $? = 0 - configure:7671: result: yes - configure:7684: checking for sys/types.h - configure:7684: cc -c -g -O2 conftest.c >&5 - configure:7684: $? = 0 - configure:7684: result: yes - configure:7684: checking for sys/stat.h - configure:7684: cc -c -g -O2 conftest.c >&5 - configure:7684: $? = 0 - configure:7684: result: yes - configure:7684: checking for stdlib.h - configure:7684: cc -c -g -O2 conftest.c >&5 - configure:7684: $? = 0 - configure:7684: result: yes - configure:7684: checking for string.h - configure:7684: cc -c -g -O2 conftest.c >&5 - configure:7684: $? = 0 - configure:7684: result: yes - configure:7684: checking for memory.h - configure:7684: cc -c -g -O2 conftest.c >&5 - configure:7684: $? = 0 - configure:7684: result: yes - configure:7684: checking for strings.h - configure:7684: cc -c -g -O2 conftest.c >&5 - configure:7684: $? = 0 - configure:7684: result: yes - configure:7684: checking for inttypes.h - configure:7684: cc -c -g -O2 conftest.c >&5 - configure:7684: $? = 0 - configure:7684: result: yes - configure:7684: checking for stdint.h - configure:7684: cc -c -g -O2 conftest.c >&5 - configure:7684: $? = 0 - configure:7684: result: yes - configure:7684: checking for unistd.h - configure:7684: cc -c -g -O2 conftest.c >&5 - configure:7684: $? = 0 - configure:7684: result: yes - configure:7698: checking for dlfcn.h - configure:7698: cc -c -g -O2 conftest.c >&5 - configure:7698: $? = 0 - configure:7698: result: yes - configure:7954: checking for objdir - configure:7969: result: .libs - configure:8233: checking if cc supports -fno-rtti -fno-exceptions - configure:8251: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 - cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] - configure:8255: $? = 0 - configure:8268: result: no - configure:8626: checking for cc option to produce PIC - configure:8633: result: -fPIC -DPIC - configure:8641: checking if cc PIC flag -fPIC -DPIC works - configure:8659: cc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 - configure:8663: $? = 0 - configure:8676: result: yes - configure:8705: checking if cc static flag -static works - configure:8733: result: yes - configure:8748: checking if cc supports -c -o file.o - configure:8769: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 - configure:8773: $? = 0 - configure:8795: result: yes - configure:8803: checking if cc supports -c -o file.o - configure:8850: result: yes - configure:8883: checking whether the cc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries - configure:10142: result: yes - configure:10179: checking whether -lc should be explicitly linked in - configure:10187: cc -c -g -O2 conftest.c >&5 - configure:10190: $? = 0 - configure:10205: cc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 - configure:10208: $? = 0 - configure:10222: result: no - configure:10382: checking dynamic linker characteristics - configure:10963: cc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 - configure:10963: $? = 0 - configure:11200: result: GNU/Linux ld.so - configure:11322: checking how to hardcode library paths into programs - configure:11347: result: immediate - configure:11895: checking whether stripping libraries is possible - configure:11900: result: yes - configure:11935: checking if libtool supports shared libraries - configure:11937: result: yes - configure:11940: checking whether to build shared libraries - configure:11965: result: yes - configure:11968: checking whether to build static libraries - configure:11972: result: yes - configure:12047: checking Perl configuration value ccflags - configure:12050: result: -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - configure:12055: checking Perl configuration value cccdlflags - configure:12058: result: -fPIC - configure:12065: checking Perl configuration value ccdlflags - configure:12068: result: -Wl,-E -Wl,-rpath,/usr/lib/perl5/CORE - configure:12074: checking Perl configuration value libperl - configure:12077: result: libperl.so - configure:12091: checking Perl configuration value archlibexp - configure:12094: result: /usr/lib/perl5 - configure:12099: checking Perl configuration value privlibexp - configure:12102: result: /usr/share/perl5 - configure:12225: checking that generated files are newer than configure - configure:12231: result: done - configure:12258: creating ./config.status - - ## ---------------------- ## - ## Running config.status. ## - ## ---------------------- ## - - This file was extended by texinfo config.status 0, which was - generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - - on darkstar - - config.status:1099: creating Makefile - config.status:1099: creating config.h - config.status:1328: executing depfiles commands - config.status:1328: executing libtool commands - - ## ---------------- ## - ## Cache variables. ## - ## ---------------- ## - - ac_cv_build=i686-pc-linux-gnu - ac_cv_c_compiler_gnu=yes - ac_cv_env_CC_set= - ac_cv_env_CC_value= - ac_cv_env_CFLAGS_set= - ac_cv_env_CFLAGS_value= - ac_cv_env_CPPFLAGS_set= - ac_cv_env_CPPFLAGS_value= - ac_cv_env_CPP_set= - ac_cv_env_CPP_value= - ac_cv_env_LDFLAGS_set= - ac_cv_env_LDFLAGS_value= - ac_cv_env_LIBS_set= - ac_cv_env_LIBS_value= - ac_cv_env_LT_SYS_LIBRARY_PATH_set= - ac_cv_env_LT_SYS_LIBRARY_PATH_value= - ac_cv_env_PERL_EXT_CC_set= - ac_cv_env_PERL_EXT_CC_value= - ac_cv_env_PERL_EXT_CFLAGS_set= - ac_cv_env_PERL_EXT_CFLAGS_value= - ac_cv_env_PERL_EXT_CPPFLAGS_set= - ac_cv_env_PERL_EXT_CPPFLAGS_value= - ac_cv_env_PERL_EXT_LDFLAGS_set= - ac_cv_env_PERL_EXT_LDFLAGS_value= - ac_cv_env_build_alias_set= - ac_cv_env_build_alias_value= - ac_cv_env_host_alias_set= - ac_cv_env_host_alias_value= - ac_cv_env_target_alias_set= - ac_cv_env_target_alias_value= - ac_cv_header_dlfcn_h=yes - ac_cv_header_inttypes_h=yes - ac_cv_header_memory_h=yes - ac_cv_header_stdc=yes - ac_cv_header_stdint_h=yes - ac_cv_header_stdlib_h=yes - ac_cv_header_string_h=yes - ac_cv_header_strings_h=yes - ac_cv_header_sys_stat_h=yes - ac_cv_header_sys_types_h=yes - ac_cv_header_unistd_h=yes - ac_cv_host=i686-pc-linux-gnu - ac_cv_objext=o - ac_cv_path_EGREP='/usr/bin/grep -E' - ac_cv_path_FGREP='/usr/bin/grep -F' - ac_cv_path_GREP=/usr/bin/grep - ac_cv_path_PERL=/usr/bin/perl - ac_cv_path_SED=/usr/bin/sed - ac_cv_path_XSUBPP=/usr/bin/xsubpp - ac_cv_path_install='/usr/bin/ginstall -c' - ac_cv_path_lt_DD=/usr/bin/dd - ac_cv_path_mkdir=/usr/bin/mkdir - ac_cv_prog_AWK=gawk - ac_cv_prog_CPP='cc -E' - ac_cv_prog_ac_ct_AR=ar - ac_cv_prog_ac_ct_CC=cc - ac_cv_prog_ac_ct_DLLTOOL=dlltool - ac_cv_prog_ac_ct_MANIFEST_TOOL=mt - ac_cv_prog_ac_ct_OBJDUMP=objdump - ac_cv_prog_ac_ct_RANLIB=ranlib - ac_cv_prog_ac_ct_STRIP=strip - ac_cv_prog_cc_c89= - ac_cv_prog_cc_g=yes - ac_cv_prog_make_make_set=yes - am_cv_CC_dependencies_compiler_type=gcc3 - am_cv_make_support_nested_variables=yes - am_cv_prog_cc_c_o=yes - lt_cv_ar_at_file=@ - lt_cv_archive_cmds_need_lc=no - lt_cv_deplibs_check_method=pass_all - lt_cv_file_magic_cmd='$MAGIC_CMD' - lt_cv_file_magic_test_file= - lt_cv_ld_reload_flag=-r - lt_cv_nm_interface='BSD nm' - lt_cv_objdir=.libs - lt_cv_path_LD=/usr/i486-slackware-linux/bin/ld - lt_cv_path_NM='/usr/bin/nm -B' - lt_cv_path_mainfest_tool=no - lt_cv_prog_compiler_c_o=yes - lt_cv_prog_compiler_pic='-fPIC -DPIC' - lt_cv_prog_compiler_pic_works=yes - lt_cv_prog_compiler_rtti_exceptions=no - lt_cv_prog_compiler_static_works=yes - lt_cv_prog_gnu_ld=yes - lt_cv_sharedlib_from_linklib_cmd='printf %s\n' - lt_cv_shlibpath_overrides_runpath=no - lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' - lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' - lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' - lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' - lt_cv_sys_global_symbol_to_import= - lt_cv_sys_max_cmd_len=1572864 - lt_cv_to_host_file_cmd=func_convert_file_noop - lt_cv_to_tool_file_cmd=func_convert_file_noop - lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' - - ## ----------------- ## - ## Output variables. ## - ## ----------------- ## - - ACLOCAL='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing aclocal-1.15' - AMDEPBACKSLASH='\' - AMDEP_FALSE='#' - AMDEP_TRUE='' - AMTAR='$${TAR-tar}' - AM_BACKSLASH='\' - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' - AM_DEFAULT_VERBOSITY='1' - AM_V='$(V)' - AR='ar' - AUTOCONF='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing autoconf' - AUTOHEADER='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing autoheader' - AUTOMAKE='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing automake-1.15' - AWK='gawk' - CC='cc' - CCDEPMODE='depmode=gcc3' - CFLAGS='-g -O2' - CPP='cc -E' - CPPFLAGS='' - CYGPATH_W='echo' - DEFS='-DHAVE_CONFIG_H' - DEPDIR='.deps' - DLLTOOL='dlltool' - DSYMUTIL='' - DUMPBIN='' - ECHO_C='' - ECHO_N='-n' - ECHO_T='' - EGREP='/usr/bin/grep -E' - EXEEXT='' - FGREP='/usr/bin/grep -F' - GREP='/usr/bin/grep' - HOST_NEEDS_NO_UNDEFINED_FALSE='' - HOST_NEEDS_NO_UNDEFINED_TRUE='#' - INSTALL_DATA='${INSTALL} -m 644' - INSTALL_PROGRAM='${INSTALL}' - INSTALL_SCRIPT='${INSTALL}' - INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' - LD='/usr/i486-slackware-linux/bin/ld' - LDFLAGS='' - LIBOBJS='' - LIBS='' - LIBTOOL='$(SHELL) $(top_builddir)/libtool' - LIPO='' - LN_S='ln -s' - LTLIBOBJS='' - LT_SYS_LIBRARY_PATH='' - MAKEINFO='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing makeinfo' - MANIFEST_TOOL=':' - MKDIR_P='/usr/bin/mkdir -p' - NM='/usr/bin/nm -B' - NMEDIT='' - OBJDUMP='objdump' - OBJEXT='o' - OTOOL64='' - OTOOL='' - PACKAGE='texinfo' - PACKAGE_BUGREPORT='' - PACKAGE_NAME='texinfo' - PACKAGE_STRING='texinfo 0' - PACKAGE_TARNAME='texinfo' - PACKAGE_URL='' - PACKAGE_VERSION='0' - PATH_SEPARATOR=':' - PERL='/usr/bin/perl' - PERL_CONF_archlibexp='/usr/lib/perl5' - PERL_CONF_cc='cc' - PERL_CONF_cccdlflags='-fPIC' - PERL_CONF_ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/CORE' - PERL_CONF_ccflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' - PERL_CONF_libperl='-lperl' - PERL_CONF_privlibexp='/usr/share/perl5' - PERL_EXT_CC='' - PERL_EXT_CFLAGS='' - PERL_EXT_CPPFLAGS='' - PERL_EXT_LDFLAGS='' - RANLIB='ranlib' - SED='/usr/bin/sed' - SET_MAKE='' - SHELL='/bin/sh' - STRIP='strip' - VERSION='0' - XSPARAGRAPH_INTERFACE_VERSION='1' - XSUBPP='/usr/bin/xsubpp' - ac_ct_AR='ar' - ac_ct_CC='cc' - ac_ct_DUMPBIN='' - am__EXEEXT_FALSE='' - am__EXEEXT_TRUE='#' - am__fastdepCC_FALSE='#' - am__fastdepCC_TRUE='' - am__include='include' - am__isrc='' - am__leading_dot='.' - am__nodep='_no' - am__quote='' - am__tar='$${TAR-tar} chof - "$$tardir"' - am__untar='$${TAR-tar} xf -' - bindir='${exec_prefix}/bin' - build='i686-pc-linux-gnu' - build_alias='' - build_cpu='i686' - build_os='linux-gnu' - build_vendor='pc' - datadir='${datarootdir}' - datarootdir='${prefix}/share' - docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' - dvidir='${docdir}' - exec_prefix='${prefix}' - host='i686-pc-linux-gnu' - host_alias='' - host_cpu='i686' - host_os='linux-gnu' - host_vendor='pc' - htmldir='${docdir}' - includedir='${prefix}/include' - infodir='${datarootdir}/info' - install_sh='${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/install-sh' - libdir='${exec_prefix}/lib' - libexecdir='${exec_prefix}/libexec' - localedir='${datarootdir}/locale' - localstatedir='${prefix}/var' - mandir='${datarootdir}/man' - mkdir_p='$(MKDIR_P)' - oldincludedir='/usr/include' - pdfdir='${docdir}' - prefix='/usr/local' - program_transform_name='s,x,x,' - psdir='${docdir}' - sbindir='${exec_prefix}/sbin' - sharedstatedir='${prefix}/com' - sysconfdir='${prefix}/etc' - target_alias='' - - ## ----------- ## - ## confdefs.h. ## - ## ----------- ## - - /* confdefs.h */ - #define PACKAGE_NAME "texinfo" - #define PACKAGE_TARNAME "texinfo" - #define PACKAGE_VERSION "0" - #define PACKAGE_STRING "texinfo 0" - #define PACKAGE_BUGREPORT "" - #define PACKAGE_URL "" - #define PACKAGE "texinfo" - #define VERSION "0" - #define STDC_HEADERS 1 - #define HAVE_SYS_TYPES_H 1 - #define HAVE_SYS_STAT_H 1 - #define HAVE_STDLIB_H 1 - #define HAVE_STRING_H 1 - #define HAVE_MEMORY_H 1 - #define HAVE_STRINGS_H 1 - #define HAVE_INTTYPES_H 1 - #define HAVE_STDINT_H 1 - #define HAVE_UNISTD_H 1 - #define HAVE_DLFCN_H 1 - #define LT_OBJDIR ".libs/" - - configure: exit 0 --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/config.status texinfo-6.5/tp/Texinfo/MiscXS/config.status *** texinfo-6.4/tp/Texinfo/MiscXS/config.status 2017-07-03 17:44:33.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/config.status 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,1976 **** - #! /bin/sh - # Generated by configure. - # Run this file to recreate the current configuration. - # Compiler output produced by configure, useful for debugging - # configure, is in config.log if it exists. - - debug=false - ac_cs_recheck=false - ac_cs_silent=false - - SHELL=${CONFIG_SHELL-/bin/sh} - export SHELL - ## -------------------- ## - ## M4sh Initialization. ## - ## -------------------- ## - - # Be more Bourne compatible - DUALCASE=1; export DUALCASE # for MKS sh - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST - else - case `(set -o) 2>/dev/null` in #( - *posix*) : - set -o posix ;; #( - *) : - ;; - esac - fi - - - as_nl=' - ' - export as_nl - # Printing a long string crashes Solaris 7 /usr/bin/printf. - as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' - as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo - as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo - # Prefer a ksh shell builtin over an external printf program on Solaris, - # but without wasting forks for bash or zsh. - if test -z "$BASH_VERSION$ZSH_VERSION" \ - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='print -r --' - as_echo_n='print -rn --' - elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' - else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in #( - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' - fi - - # The user is always right. - if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } - fi - - - # IFS - # We need space, tab and new line, in precisely that order. Quoting is - # there to prevent editors from complaining about space-tab. - # (If _AS_PATH_WALK were called with IFS unset, it would disable word - # splitting by setting IFS to empty value.) - IFS=" "" $as_nl" - - # Find who we are. Look in the path if we contain no directory separator. - as_myself= - case $0 in #(( - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break - done - IFS=$as_save_IFS - - ;; - esac - # We did not find ourselves, most probably we were run as `sh COMMAND' - # in which case we are not to be found in the path. - if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - exit 1 - fi - - # Unset variables that we do not need and which cause bugs (e.g. in - # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" - # suppresses any "Segmentation fault" message there. '((' could - # trigger a bug in pdksh 5.2.14. - for as_var in BASH_ENV ENV MAIL MAILPATH - do eval test x\${$as_var+set} = xset \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : - done - PS1='$ ' - PS2='> ' - PS4='+ ' - - # NLS nuisances. - LC_ALL=C - export LC_ALL - LANGUAGE=C - export LANGUAGE - - # CDPATH. - (unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - - # as_fn_error STATUS ERROR [LINENO LOG_FD] - # ---------------------------------------- - # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are - # provided, also output the error to LOG_FD, referencing LINENO. Then exit the - # script with STATUS, using 1 if that was 0. - as_fn_error () - { - as_status=$1; test $as_status -eq 0 && as_status=1 - if test "$4"; then - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - $as_echo "$as_me: error: $2" >&2 - as_fn_exit $as_status - } # as_fn_error - - - # as_fn_set_status STATUS - # ----------------------- - # Set $? to STATUS, without forking. - as_fn_set_status () - { - return $1 - } # as_fn_set_status - - # as_fn_exit STATUS - # ----------------- - # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. - as_fn_exit () - { - set +e - as_fn_set_status $1 - exit $1 - } # as_fn_exit - - # as_fn_unset VAR - # --------------- - # Portably unset VAR. - as_fn_unset () - { - { eval $1=; unset $1;} - } - as_unset=as_fn_unset - # as_fn_append VAR VALUE - # ---------------------- - # Append the text in VALUE to the end of the definition contained in VAR. Take - # advantage of any shell optimizations that allow amortized linear growth over - # repeated appends, instead of the typical quadratic growth present in naive - # implementations. - if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : - eval 'as_fn_append () - { - eval $1+=\$2 - }' - else - as_fn_append () - { - eval $1=\$$1\$2 - } - fi # as_fn_append - - # as_fn_arith ARG... - # ------------------ - # Perform arithmetic evaluation on the ARGs, and store the result in the - # global $as_val. Take advantage of shells that can avoid forks. The arguments - # must be portable across $(()) and expr. - if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : - eval 'as_fn_arith () - { - as_val=$(( $* )) - }' - else - as_fn_arith () - { - as_val=`expr "$@" || test $? -eq 1` - } - fi # as_fn_arith - - - if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr - else - as_expr=false - fi - - if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename - else - as_basename=false - fi - - if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname - else - as_dirname=false - fi - - as_me=`$as_basename -- "$0" || - $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - - # 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 - - ECHO_C= ECHO_N= ECHO_T= - case `echo -n x` in #((((( - -n*) - case `echo 'xy\c'` in - *c*) ECHO_T=' ';; # ECHO_T is single tab character. - xy) ECHO_C='\c';; - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null - ECHO_T=' ';; - esac;; - *) - ECHO_N='-n';; - esac - - rm -f conf$$ conf$$.exe conf$$.file - if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file - else - rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null - fi - if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -pR'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -pR' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -pR' - fi - else - as_ln_s='cp -pR' - fi - rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file - rmdir conf$$.dir 2>/dev/null - - - # as_fn_mkdir_p - # ------------- - # Create "$as_dir" as a directory, including parents if necessary. - as_fn_mkdir_p () - { - - case $as_dir in #( - -*) as_dir=./$as_dir;; - esac - test -d "$as_dir" || eval $as_mkdir_p || { - as_dirs= - while :; do - case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" - as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" - - - } # as_fn_mkdir_p - if mkdir -p . 2>/dev/null; then - as_mkdir_p='mkdir -p "$as_dir"' - else - test -d ./-p && rmdir ./-p - as_mkdir_p=false - fi - - - # as_fn_executable_p FILE - # ----------------------- - # Test if FILE is an executable regular file. - as_fn_executable_p () - { - test -f "$1" && test -x "$1" - } # as_fn_executable_p - as_test_x='test -x' - as_executable_p=as_fn_executable_p - - # Sed expression to map a string onto a valid CPP name. - as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" - - # Sed expression to map a string onto a valid variable name. - as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - - exec 6>&1 - ## ----------------------------------- ## - ## Main body of $CONFIG_STATUS script. ## - ## ----------------------------------- ## - # Save the log message, to keep $0 and so on meaningful, and to - # report actual input values of CONFIG_FILES etc. instead of their - # values after options handling. - ac_log=" - This file was extended by texinfo $as_me 0, which was - generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS - CONFIG_LINKS = $CONFIG_LINKS - CONFIG_COMMANDS = $CONFIG_COMMANDS - $ $0 $@ - - on `(hostname || uname -n) 2>/dev/null | sed 1q` - " - - # Files that config.status was made for. - config_files=" Makefile" - config_headers=" config.h:config.in" - config_commands=" depfiles libtool" - - ac_cs_usage="\ - \`$as_me' instantiates files and other configuration actions - from templates according to the current configuration. Unless the files - and actions are specified as TAGs, all are instantiated by default. - - Usage: $0 [OPTION]... [TAG]... - - -h, --help print this help, then exit - -V, --version print version number and configuration settings, then exit - --config print configuration, then exit - -q, --quiet, --silent - do not print progress messages - -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 - --header=FILE[:TEMPLATE] - instantiate the configuration header FILE - - Configuration files: - $config_files - - Configuration headers: - $config_headers - - Configuration commands: - $config_commands - - Report bugs to the package provider." - - ac_cs_config="'--disable-option-checking' '--prefix=/usr/local' '--cache-file=/dev/null' '--srcdir=.'" - ac_cs_version="\ - texinfo config.status 0 - configured by ./configure, generated by GNU Autoconf 2.69, - with options \"$ac_cs_config\" - - Copyright (C) 2012 Free Software Foundation, Inc. - This config.status script is free software; the Free Software Foundation - gives unlimited permission to copy, distribute and modify it." - - ac_pwd='/home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS' - srcdir='.' - INSTALL='/usr/bin/ginstall -c' - MKDIR_P='/usr/bin/mkdir -p' - AWK='gawk' - test -n "$AWK" || AWK=awk - # The default lists apply if the user does not specify any file. - ac_need_defaults=: - while test $# != 0 - do - case $1 in - --*=?*) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` - ac_shift=: - ;; - --*=) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg= - ac_shift=: - ;; - *) - ac_option=$1 - ac_optarg=$2 - ac_shift=shift - ;; - esac - - case $ac_option in - # Handling of the options. - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - ac_cs_recheck=: ;; - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - $as_echo "$ac_cs_version"; exit ;; - --config | --confi | --conf | --con | --co | --c ) - $as_echo "$ac_cs_config"; exit ;; - --debug | --debu | --deb | --de | --d | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - '') as_fn_error $? "missing file argument" ;; - esac - as_fn_append CONFIG_FILES " '$ac_optarg'" - ac_need_defaults=false;; - --header | --heade | --head | --hea ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - as_fn_append CONFIG_HEADERS " '$ac_optarg'" - ac_need_defaults=false;; - --he | --h) - # Conflict between --help and --header - as_fn_error $? "ambiguous option: \`$1' - Try \`$0 --help' for more information.";; - --help | --hel | -h ) - $as_echo "$ac_cs_usage"; exit ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil | --si | --s) - ac_cs_silent=: ;; - - # This is an error. - -*) as_fn_error $? "unrecognized option: \`$1' - Try \`$0 --help' for more information." ;; - - *) as_fn_append ac_config_targets " $1" - ac_need_defaults=false ;; - - esac - shift - done - - ac_configure_extra_args= - - if $ac_cs_silent; then - exec 6>/dev/null - ac_configure_extra_args="$ac_configure_extra_args --silent" - fi - - if $ac_cs_recheck; then - set X /bin/sh './configure' '--disable-option-checking' '--prefix=/usr/local' '--cache-file=/dev/null' '--srcdir=.' $ac_configure_extra_args --no-create --no-recursion - shift - $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 - CONFIG_SHELL='/bin/sh' - export CONFIG_SHELL - exec "$@" - fi - - exec 5>>config.log - { - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX - ## Running $as_me. ## - _ASBOX - $as_echo "$ac_log" - } >&5 - - # - # INIT-COMMANDS - # - AMDEP_TRUE="" ac_aux_dir="." - - - # The HP-UX ksh and POSIX shell print the target directory to stdout - # if CDPATH is set. - (unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - sed_quote_subst='s/\(["`$\\]\)/\\\1/g' - double_quote_subst='s/\(["`\\]\)/\\\1/g' - delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' - macro_version='2.4.6' - macro_revision='2.4.6' - enable_shared='yes' - enable_static='yes' - pic_mode='default' - enable_fast_install='yes' - shared_archive_member_spec='' - SHELL='/bin/sh' - ECHO='printf %s\n' - PATH_SEPARATOR=':' - host_alias='' - host='i686-pc-linux-gnu' - host_os='linux-gnu' - build_alias='' - build='i686-pc-linux-gnu' - build_os='linux-gnu' - SED='/usr/bin/sed' - Xsed='/usr/bin/sed -e 1s/^X//' - GREP='/usr/bin/grep' - EGREP='/usr/bin/grep -E' - FGREP='/usr/bin/grep -F' - LD='/usr/i486-slackware-linux/bin/ld' - NM='/usr/bin/nm -B' - LN_S='ln -s' - max_cmd_len='1572864' - ac_objext='o' - exeext='' - lt_unset='unset' - lt_SP2NL='tr \040 \012' - lt_NL2SP='tr \015\012 \040\040' - lt_cv_to_host_file_cmd='func_convert_file_noop' - lt_cv_to_tool_file_cmd='func_convert_file_noop' - reload_flag=' -r' - reload_cmds='$LD$reload_flag -o $output$reload_objs' - OBJDUMP='objdump' - deplibs_check_method='pass_all' - file_magic_cmd='$MAGIC_CMD' - file_magic_glob='' - want_nocaseglob='no' - DLLTOOL='dlltool' - sharedlib_from_linklib_cmd='printf %s\n' - AR='ar' - AR_FLAGS='cru' - archiver_list_spec='@' - STRIP='strip' - RANLIB='ranlib' - old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib' - old_postuninstall_cmds='' - old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' - lock_old_archive_extraction='no' - CC='cc' - CFLAGS='-g -O2' - compiler='cc' - GCC='yes' - lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' - lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' - lt_cv_sys_global_symbol_to_import='' - lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' - lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' - lt_cv_nm_interface='BSD nm' - nm_file_list_spec='@' - lt_sysroot='' - lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' - objdir='.libs' - MAGIC_CMD='file' - lt_prog_compiler_no_builtin_flag=' -fno-builtin' - lt_prog_compiler_pic=' -fPIC -DPIC' - lt_prog_compiler_wl='-Wl,' - lt_prog_compiler_static='-static' - lt_cv_prog_compiler_c_o='yes' - need_locks='no' - MANIFEST_TOOL=':' - DSYMUTIL='' - NMEDIT='' - LIPO='' - OTOOL='' - OTOOL64='' - libext='a' - shrext_cmds='.so' - extract_expsyms_cmds='' - archive_cmds_need_lc='no' - enable_shared_with_static_runtimes='no' - export_dynamic_flag_spec='$wl--export-dynamic' - whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' - compiler_needs_object='no' - old_archive_from_new_cmds='' - old_archive_from_expsyms_cmds='' - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' - module_cmds='' - module_expsym_cmds='' - with_gnu_ld='yes' - allow_undefined_flag='' - no_undefined_flag='' - hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' - hardcode_libdir_separator='' - hardcode_direct='no' - hardcode_direct_absolute='no' - hardcode_minus_L='no' - hardcode_shlibpath_var='unsupported' - hardcode_automatic='no' - inherit_rpath='no' - link_all_deplibs='unknown' - always_export_symbols='no' - export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' - include_expsyms='' - prelink_cmds='' - postlink_cmds='' - file_list_spec='' - variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH' - need_lib_prefix='no' - need_version='no' - version_type='linux' - runpath_var='LD_RUN_PATH' - shlibpath_var='LD_LIBRARY_PATH' - shlibpath_overrides_runpath='no' - libname_spec='lib$name' - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - install_override_mode='' - postinstall_cmds='' - postuninstall_cmds='' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' - finish_eval='' - hardcode_into_libs='yes' - sys_lib_search_path_spec='/usr/lib/gcc/i486-slackware-linux/4.8.2 /usr/i486-slackware-linux/lib /usr/lib /lib ' - configure_time_dlsearch_path='/lib /usr/lib /lib /usr/lib /usr/local/lib /usr/i486-slackware-linux/lib /usr/lib/seamonkey ' - configure_time_lt_sys_library_path='' - hardcode_action='immediate' - enable_dlopen='unknown' - enable_dlopen_self='unknown' - enable_dlopen_self_static='unknown' - old_striplib='strip --strip-debug' - striplib='strip --strip-unneeded' - - LTCC='cc' - LTCFLAGS='-g -O2' - compiler='cc' - - # A function that is used when there is no print builtin or printf. - func_fallback_echo () - { - eval 'cat <<_LTECHO_EOF - $1 - _LTECHO_EOF' - } - - # Quote evaled strings. - for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib; do - case `eval \\$ECHO \\""\\$$var"\\"` in - *[\\\`\"\$]*) - eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes - ;; - *) - eval "lt_$var=\\\"\$$var\\\"" - ;; - esac - done - - # Double-quote double-evaled strings. - for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec configure_time_dlsearch_path configure_time_lt_sys_library_path; do - case `eval \\$ECHO \\""\\$$var"\\"` in - *[\\\`\"\$]*) - eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes - ;; - *) - eval "lt_$var=\\\"\$$var\\\"" - ;; - esac - done - - ac_aux_dir='.' - - # See if we are running on zsh, and set the options that allow our - # commands through without removal of \ escapes INIT. - if test -n "${ZSH_VERSION+set}"; then - setopt NO_GLOB_SUBST - fi - - - PACKAGE='texinfo' - VERSION='0' - RM='rm -f' - ofile='libtool' - - - - - - # Handling of arguments. - for ac_config_target in $ac_config_targets - do - case $ac_config_target in - "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; - esac - done - - - # 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_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands - fi - - # Have a temporary directory for convenience. Make it in the build tree - # simply because there is no reason against having it here, and in addition, - # creating and moving files from /tmp can sometimes cause problems. - # Hook for its removal unless debugging. - # Note that there is a small window in which the directory will not be cleaned: - # after its creation but before its name has been assigned to `$tmp'. - $debug || - { - tmp= ac_tmp= - trap 'exit_status=$? - : "${ac_tmp:=$tmp}" - { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status - ' 0 - trap 'as_fn_exit 1' 1 2 13 15 - } - # Create a (secure) tmp directory for tmp files. - - { - tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && - test -d "$tmp" - } || - { - tmp=./conf$$-$RANDOM - (umask 077 && mkdir "$tmp") - } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 - ac_tmp=$tmp - - # Set up the scripts for CONFIG_FILES section. - # No need to generate them if there are no CONFIG_FILES. - # This happens for instance with `./config.status config.h'. - if test -n "$CONFIG_FILES"; then - - - ac_cr=`echo X | tr X '\015'` - # On cygwin, bash can eat \r inside `` if the user requested igncr. - # But we know of no other shell where ac_cr would be empty at this - # point, so we can use a bashism as a fallback. - if test "x$ac_cr" = x; then - eval ac_cr=\$\'\\r\' - fi - ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` - if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then - ac_cs_awk_cr='\\r' - else - ac_cs_awk_cr=$ac_cr - fi - - echo 'BEGIN {' >"$ac_tmp/subs1.awk" && - cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && - S["am__EXEEXT_FALSE"]="" - S["am__EXEEXT_TRUE"]="#" - S["LTLIBOBJS"]="" - S["LIBOBJS"]="" - S["PERL_CONF_privlibexp"]="/usr/share/perl5" - S["PERL_CONF_archlibexp"]="/usr/lib/perl5" - S["PERL_CONF_libperl"]="-lperl" - S["PERL_CONF_ccdlflags"]="-Wl,-E -Wl,-rpath,/usr/lib/perl5/CORE" - S["PERL_CONF_cccdlflags"]="-fPIC" - S["PERL_CONF_ccflags"]="-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" - S["XSPARAGRAPH_INTERFACE_VERSION"]="1" - S["PERL_EXT_CC"]="" - S["PERL_EXT_LDFLAGS"]="" - S["PERL_EXT_CPPFLAGS"]="" - S["PERL_EXT_CFLAGS"]="" - S["HOST_NEEDS_NO_UNDEFINED_FALSE"]="" - S["HOST_NEEDS_NO_UNDEFINED_TRUE"]="#" - S["CPP"]="cc -E" - S["LT_SYS_LIBRARY_PATH"]="" - S["OTOOL64"]="" - S["OTOOL"]="" - S["LIPO"]="" - S["NMEDIT"]="" - S["DSYMUTIL"]="" - S["MANIFEST_TOOL"]=":" - S["RANLIB"]="ranlib" - S["ac_ct_AR"]="ar" - S["AR"]="ar" - S["DLLTOOL"]="dlltool" - S["OBJDUMP"]="objdump" - S["LN_S"]="ln -s" - S["NM"]="/usr/bin/nm -B" - S["ac_ct_DUMPBIN"]="" - S["DUMPBIN"]="" - S["LD"]="/usr/i486-slackware-linux/bin/ld" - S["FGREP"]="/usr/bin/grep -F" - S["EGREP"]="/usr/bin/grep -E" - S["GREP"]="/usr/bin/grep" - S["SED"]="/usr/bin/sed" - S["host_os"]="linux-gnu" - S["host_vendor"]="pc" - S["host_cpu"]="i686" - S["host"]="i686-pc-linux-gnu" - S["build_os"]="linux-gnu" - S["build_vendor"]="pc" - S["build_cpu"]="i686" - S["build"]="i686-pc-linux-gnu" - S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool" - S["XSUBPP"]="/usr/bin/xsubpp" - S["am__fastdepCC_FALSE"]="#" - S["am__fastdepCC_TRUE"]="" - S["CCDEPMODE"]="depmode=gcc3" - S["am__nodep"]="_no" - S["AMDEPBACKSLASH"]="\\" - S["AMDEP_FALSE"]="#" - S["AMDEP_TRUE"]="" - S["am__quote"]="" - S["am__include"]="include" - S["DEPDIR"]=".deps" - S["OBJEXT"]="o" - S["EXEEXT"]="" - S["ac_ct_CC"]="cc" - S["CPPFLAGS"]="" - S["LDFLAGS"]="" - S["CFLAGS"]="-g -O2" - S["CC"]="cc" - S["PERL_CONF_cc"]="cc" - S["PERL"]="/usr/bin/perl" - S["AM_BACKSLASH"]="\\" - S["AM_DEFAULT_VERBOSITY"]="1" - S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" - S["AM_V"]="$(V)" - S["am__untar"]="$${TAR-tar} xf -" - S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" - S["AMTAR"]="$${TAR-tar}" - S["am__leading_dot"]="." - S["SET_MAKE"]="" - S["AWK"]="gawk" - S["mkdir_p"]="$(MKDIR_P)" - S["MKDIR_P"]="/usr/bin/mkdir -p" - S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" - S["STRIP"]="strip" - S["install_sh"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/install-sh" - S["MAKEINFO"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing makeinfo" - S["AUTOHEADER"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing autoheader" - S["AUTOMAKE"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing automake-1.15" - S["AUTOCONF"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing autoconf" - S["ACLOCAL"]="${SHELL} /home/g/src/texinfo/oldreleases/texinfo-6.4/tp/Texinfo/MiscXS/missing aclocal-1.15" - S["VERSION"]="0" - S["PACKAGE"]="texinfo" - S["CYGPATH_W"]="echo" - S["am__isrc"]="" - S["INSTALL_DATA"]="${INSTALL} -m 644" - S["INSTALL_SCRIPT"]="${INSTALL}" - S["INSTALL_PROGRAM"]="${INSTALL}" - S["target_alias"]="" - S["host_alias"]="" - S["build_alias"]="" - S["LIBS"]="" - S["ECHO_T"]="" - S["ECHO_N"]="-n" - S["ECHO_C"]="" - S["DEFS"]="-DHAVE_CONFIG_H" - S["mandir"]="${datarootdir}/man" - S["localedir"]="${datarootdir}/locale" - S["libdir"]="${exec_prefix}/lib" - S["psdir"]="${docdir}" - S["pdfdir"]="${docdir}" - S["dvidir"]="${docdir}" - S["htmldir"]="${docdir}" - S["infodir"]="${datarootdir}/info" - S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" - S["oldincludedir"]="/usr/include" - S["includedir"]="${prefix}/include" - S["localstatedir"]="${prefix}/var" - S["sharedstatedir"]="${prefix}/com" - S["sysconfdir"]="${prefix}/etc" - S["datadir"]="${datarootdir}" - S["datarootdir"]="${prefix}/share" - S["libexecdir"]="${exec_prefix}/libexec" - S["sbindir"]="${exec_prefix}/sbin" - S["bindir"]="${exec_prefix}/bin" - S["program_transform_name"]="s,x,x," - S["prefix"]="/usr/local" - S["exec_prefix"]="${prefix}" - S["PACKAGE_URL"]="" - S["PACKAGE_BUGREPORT"]="" - S["PACKAGE_STRING"]="texinfo 0" - S["PACKAGE_VERSION"]="0" - S["PACKAGE_TARNAME"]="texinfo" - S["PACKAGE_NAME"]="texinfo" - S["PATH_SEPARATOR"]=":" - S["SHELL"]="/bin/sh" - _ACAWK - cat >>"$ac_tmp/subs1.awk" <<_ACAWK && - for (key in S) S_is_set[key] = 1 - FS = "" - - } - { - line = $ 0 - nfields = split(line, field, "@") - substed = 0 - len = length(field[1]) - for (i = 2; i < nfields; i++) { - key = field[i] - keylen = length(key) - if (S_is_set[key]) { - value = S[key] - line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) - len += length(value) + length(field[++i]) - substed = 1 - } else - len += 1 + keylen - } - - print line - } - - _ACAWK - if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then - sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" - else - cat - fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ - || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 - fi # test -n "$CONFIG_FILES" - - # Set up the scripts for CONFIG_HEADERS section. - # No need to generate them if there are no CONFIG_HEADERS. - # This happens for instance with `./config.status Makefile'. - if test -n "$CONFIG_HEADERS"; then - cat >"$ac_tmp/defines.awk" <<\_ACAWK || - BEGIN { - D["PACKAGE_NAME"]=" \"texinfo\"" - D["PACKAGE_TARNAME"]=" \"texinfo\"" - D["PACKAGE_VERSION"]=" \"0\"" - D["PACKAGE_STRING"]=" \"texinfo 0\"" - D["PACKAGE_BUGREPORT"]=" \"\"" - D["PACKAGE_URL"]=" \"\"" - D["PACKAGE"]=" \"texinfo\"" - D["VERSION"]=" \"0\"" - D["STDC_HEADERS"]=" 1" - D["HAVE_SYS_TYPES_H"]=" 1" - D["HAVE_SYS_STAT_H"]=" 1" - D["HAVE_STDLIB_H"]=" 1" - D["HAVE_STRING_H"]=" 1" - D["HAVE_MEMORY_H"]=" 1" - D["HAVE_STRINGS_H"]=" 1" - D["HAVE_INTTYPES_H"]=" 1" - D["HAVE_STDINT_H"]=" 1" - D["HAVE_UNISTD_H"]=" 1" - D["HAVE_DLFCN_H"]=" 1" - D["LT_OBJDIR"]=" \".libs/\"" - for (key in D) D_is_set[key] = 1 - FS = "" - } - /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { - line = $ 0 - split(line, arg, " ") - if (arg[1] == "#") { - defundef = arg[2] - mac1 = arg[3] - } else { - defundef = substr(arg[1], 2) - mac1 = arg[2] - } - split(mac1, mac2, "(") #) - macro = mac2[1] - prefix = substr(line, 1, index(line, defundef) - 1) - if (D_is_set[macro]) { - # Preserve the white space surrounding the "#". - print prefix "define", macro P[macro] D[macro] - next - } else { - # Replace #undef with comments. This is necessary, for example, - # in the case of _POSIX_SOURCE, which is predefined and required - # on some systems where configure will not decide to define it. - if (defundef == "undef") { - print "/*", prefix defundef, macro, "*/" - next - } - } - } - { print } - _ACAWK - as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 - fi # test -n "$CONFIG_HEADERS" - - - eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" - shift - for ac_tag - do - case $ac_tag in - :[FHLC]) ac_mode=$ac_tag; continue;; - esac - case $ac_mode$ac_tag in - :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; - :[FH]-) ac_tag=-:-;; - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; - esac - ac_save_IFS=$IFS - IFS=: - set x $ac_tag - IFS=$ac_save_IFS - shift - ac_file=$1 - shift - - case $ac_mode in - :L) ac_source=$1;; - :[FH]) - ac_file_inputs= - for ac_f - do - case $ac_f in - -) ac_f="$ac_tmp/stdin";; - *) # Look for the file first in the build tree, then in the source tree - # (if the path is not absolute). The absolute path cannot be DOS-style, - # because $ac_f cannot contain `:'. - test -f "$ac_f" || - case $ac_f in - [\\/$]*) false;; - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; - esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; - esac - case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac - as_fn_append ac_file_inputs " '$ac_f'" - done - - # 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 by config.status. */ - configure_input='Generated from '` - $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' - `' by configure.' - if test x"$ac_file" != x-; then - configure_input="$ac_file. $configure_input" - { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 - $as_echo "$as_me: creating $ac_file" >&6;} - fi - # Neutralize special characters interpreted by sed in replacement strings. - case $configure_input in #( - *\&* | *\|* | *\\* ) - ac_sed_conf_input=`$as_echo "$configure_input" | - sed 's/[\\\\&|]/\\\\&/g'`;; #( - *) ac_sed_conf_input=$configure_input;; - esac - - case $ac_tag in - *:-:* | *:-) cat >"$ac_tmp/stdin" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; - esac - ;; - esac - - ac_dir=`$as_dirname -- "$ac_file" || - $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir="$ac_dir"; as_fn_mkdir_p - ac_builddir=. - - case "$ac_dir" in - .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; - esac ;; - esac - ac_abs_top_builddir=$ac_pwd - ac_abs_builddir=$ac_pwd$ac_dir_suffix - # for backward compatibility: - ac_top_builddir=$ac_top_build_prefix - - case $srcdir in - .) # We are building in place. - ac_srcdir=. - ac_top_srcdir=$ac_top_builddir_sub - ac_abs_top_srcdir=$ac_pwd ;; - [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir - ac_abs_top_srcdir=$srcdir ;; - *) # Relative name. - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_build_prefix$srcdir - ac_abs_top_srcdir=$ac_pwd/$srcdir ;; - esac - ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - - - case $ac_mode in - :F) - # - # CONFIG_FILE - # - - case $INSTALL in - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; - *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; - esac - ac_MKDIR_P=$MKDIR_P - case $MKDIR_P in - [\\/$]* | ?:[\\/]* ) ;; - */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; - esac - # If the template does not know about datarootdir, expand it. - # FIXME: This hack should be removed a few years after 2.60. - ac_datarootdir_hack=; ac_datarootdir_seen= - ac_sed_dataroot=' - /datarootdir/ { - p - q - } - /@datadir@/p - /@docdir@/p - /@infodir@/p - /@localedir@/p - /@mandir@/p' - case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in - *datarootdir*) ac_datarootdir_seen=yes;; - *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 - $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} - ac_datarootdir_hack=' - s&@datadir@&${datarootdir}&g - s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g - s&@infodir@&${datarootdir}/info&g - s&@localedir@&${datarootdir}/locale&g - s&@mandir@&${datarootdir}/man&g - s&\${datarootdir}&${prefix}/share&g' ;; - esac - ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ - h - s/// - s/^/:/ - s/[ ]*$/:/ - s/:\$(srcdir):/:/g - s/:\${srcdir}:/:/g - s/:@srcdir@:/:/g - s/^:*// - s/:*$// - x - s/\(=[ ]*\).*/\1/ - G - s/\n// - s/^[^=]*=[ ]*$// - } - - :t - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b - s|@configure_input@|$ac_sed_conf_input|;t t - s&@top_builddir@&$ac_top_builddir_sub&;t t - s&@top_build_prefix@&$ac_top_build_prefix&;t t - s&@srcdir@&$ac_srcdir&;t t - s&@abs_srcdir@&$ac_abs_srcdir&;t t - s&@top_srcdir@&$ac_top_srcdir&;t t - s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t - s&@builddir@&$ac_builddir&;t t - s&@abs_builddir@&$ac_abs_builddir&;t t - s&@abs_top_builddir@&$ac_abs_top_builddir&;t t - s&@INSTALL@&$ac_INSTALL&;t t - s&@MKDIR_P@&$ac_MKDIR_P&;t t - $ac_datarootdir_hack - " - eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ - >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - - test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ - "$ac_tmp/out"`; test -z "$ac_out"; } && - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' - which seems to be undefined. Please make sure it is defined" >&5 - $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' - which seems to be undefined. Please make sure it is defined" >&2;} - - rm -f "$ac_tmp/stdin" - case $ac_file in - -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; - *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; - esac \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - ;; - :H) - # - # CONFIG_HEADER - # - if test x"$ac_file" != x-; then - { - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" - } >"$ac_tmp/config.h" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then - { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 - $as_echo "$as_me: $ac_file is unchanged" >&6;} - else - rm -f "$ac_file" - mv "$ac_tmp/config.h" "$ac_file" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - fi - else - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ - || as_fn_error $? "could not create -" "$LINENO" 5 - fi - # Compute "$ac_file"'s index in $config_headers. - _am_arg="$ac_file" - _am_stamp_count=1 - for _am_header in $config_headers :; do - case $_am_header in - $_am_arg | $_am_arg:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac - done - echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || - $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$_am_arg" : 'X\(//\)[^/]' \| \ - X"$_am_arg" : 'X\(//\)$' \| \ - X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$_am_arg" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'`/stamp-h$_am_stamp_count - ;; - - :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 - $as_echo "$as_me: executing $ac_file commands" >&6;} - ;; - esac - - - case $ac_file$ac_mode in - "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Older Autoconf quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac - shift - for mf - do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || - $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$mf" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || - $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || - $as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done - done - } - ;; - "libtool":C) - - # See if we are running on zsh, and set the options that allow our - # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}"; then - setopt NO_GLOB_SUBST - fi - - cfgfile=${ofile}T - trap "$RM \"$cfgfile\"; exit 1" 1 2 15 - $RM "$cfgfile" - - cat <<_LT_EOF >> "$cfgfile" - #! $SHELL - # Generated automatically by $as_me ($PACKAGE) $VERSION - # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: - # NOTE: Changes made to this file will be lost: look at ltmain.sh. - - # Provide generalized library-building support services. - # Written by Gordon Matzigkeit, 1996 - - # Copyright (C) 2014 Free Software Foundation, Inc. - # This is free software; see the source for copying conditions. There is NO - # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # GNU Libtool is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 2 of of the License, or - # (at your option) any later version. - # - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program or library that is built - # using GNU Libtool, you may include this file under the same - # distribution terms that you use for the rest of that program. - # - # GNU Libtool is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - - - # The names of the tagged configurations supported by this script. - available_tags='' - - # Configured defaults for sys_lib_dlsearch_path munging. - : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} - - # ### BEGIN LIBTOOL CONFIG - - # Which release of libtool.m4 was used? - macro_version=$macro_version - macro_revision=$macro_revision - - # Whether or not to build shared libraries. - build_libtool_libs=$enable_shared - - # Whether or not to build static libraries. - build_old_libs=$enable_static - - # What type of objects to build. - pic_mode=$pic_mode - - # Whether or not to optimize for fast installation. - fast_install=$enable_fast_install - - # Shared archive member basename,for filename based shared library versioning on AIX. - shared_archive_member_spec=$shared_archive_member_spec - - # Shell to use when invoking shell scripts. - SHELL=$lt_SHELL - - # An echo program that protects backslashes. - ECHO=$lt_ECHO - - # The PATH separator for the build system. - PATH_SEPARATOR=$lt_PATH_SEPARATOR - - # The host system. - host_alias=$host_alias - host=$host - host_os=$host_os - - # The build system. - build_alias=$build_alias - build=$build - build_os=$build_os - - # A sed program that does not truncate output. - SED=$lt_SED - - # Sed that helps us avoid accidentally triggering echo(1) options like -n. - Xsed="\$SED -e 1s/^X//" - - # A grep program that handles long lines. - GREP=$lt_GREP - - # An ERE matcher. - EGREP=$lt_EGREP - - # A literal string matcher. - FGREP=$lt_FGREP - - # A BSD- or MS-compatible name lister. - NM=$lt_NM - - # Whether we need soft or hard links. - LN_S=$lt_LN_S - - # What is the maximum length of a command? - max_cmd_len=$max_cmd_len - - # Object file suffix (normally "o"). - objext=$ac_objext - - # Executable file suffix (normally ""). - exeext=$exeext - - # whether the shell understands "unset". - lt_unset=$lt_unset - - # turn spaces into newlines. - SP2NL=$lt_lt_SP2NL - - # turn newlines into spaces. - NL2SP=$lt_lt_NL2SP - - # convert \$build file names to \$host format. - to_host_file_cmd=$lt_cv_to_host_file_cmd - - # convert \$build files to toolchain format. - to_tool_file_cmd=$lt_cv_to_tool_file_cmd - - # An object symbol dumper. - OBJDUMP=$lt_OBJDUMP - - # Method to check whether dependent libraries are shared objects. - deplibs_check_method=$lt_deplibs_check_method - - # Command to use when deplibs_check_method = "file_magic". - file_magic_cmd=$lt_file_magic_cmd - - # How to find potential files when deplibs_check_method = "file_magic". - file_magic_glob=$lt_file_magic_glob - - # Find potential files using nocaseglob when deplibs_check_method = "file_magic". - want_nocaseglob=$lt_want_nocaseglob - - # DLL creation program. - DLLTOOL=$lt_DLLTOOL - - # Command to associate shared and link libraries. - sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd - - # The archiver. - AR=$lt_AR - - # Flags to create an archive. - AR_FLAGS=$lt_AR_FLAGS - - # How to feed a file listing to the archiver. - archiver_list_spec=$lt_archiver_list_spec - - # A symbol stripping program. - STRIP=$lt_STRIP - - # Commands used to install an old-style archive. - RANLIB=$lt_RANLIB - old_postinstall_cmds=$lt_old_postinstall_cmds - old_postuninstall_cmds=$lt_old_postuninstall_cmds - - # Whether to use a lock for old archive extraction. - lock_old_archive_extraction=$lock_old_archive_extraction - - # A C compiler. - LTCC=$lt_CC - - # LTCC compiler flags. - LTCFLAGS=$lt_CFLAGS - - # Take the output of nm and produce a listing of raw symbols and C names. - global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe - - # Transform the output of nm in a proper C declaration. - global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl - - # Transform the output of nm into a list of symbols to manually relocate. - global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import - - # Transform the output of nm in a C name address pair. - global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address - - # Transform the output of nm in a C name address pair when lib prefix is needed. - global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix - - # The name lister interface. - nm_interface=$lt_lt_cv_nm_interface - - # Specify filename containing input files for \$NM. - nm_file_list_spec=$lt_nm_file_list_spec - - # The root where to search for dependent libraries,and where our libraries should be installed. - lt_sysroot=$lt_sysroot - - # Command to truncate a binary pipe. - lt_truncate_bin=$lt_lt_cv_truncate_bin - - # The name of the directory that contains temporary libtool files. - objdir=$objdir - - # Used to examine libraries when file_magic_cmd begins with "file". - MAGIC_CMD=$MAGIC_CMD - - # Must we lock files when doing compilation? - need_locks=$lt_need_locks - - # Manifest tool. - MANIFEST_TOOL=$lt_MANIFEST_TOOL - - # Tool to manipulate archived DWARF debug symbol files on Mac OS X. - DSYMUTIL=$lt_DSYMUTIL - - # Tool to change global to local symbols on Mac OS X. - NMEDIT=$lt_NMEDIT - - # Tool to manipulate fat objects and archives on Mac OS X. - LIPO=$lt_LIPO - - # ldd/readelf like tool for Mach-O binaries on Mac OS X. - OTOOL=$lt_OTOOL - - # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. - OTOOL64=$lt_OTOOL64 - - # Old archive suffix (normally "a"). - libext=$libext - - # Shared library suffix (normally ".so"). - shrext_cmds=$lt_shrext_cmds - - # The commands to extract the exported symbol list from a shared archive. - extract_expsyms_cmds=$lt_extract_expsyms_cmds - - # Variables whose values should be saved in libtool wrapper scripts and - # restored at link time. - variables_saved_for_relink=$lt_variables_saved_for_relink - - # Do we need the "lib" prefix for modules? - need_lib_prefix=$need_lib_prefix - - # Do we need a version for libraries? - need_version=$need_version - - # Library versioning type. - version_type=$version_type - - # Shared library runtime path variable. - runpath_var=$runpath_var - - # Shared library path variable. - shlibpath_var=$shlibpath_var - - # Is shlibpath searched before the hard-coded library search path? - shlibpath_overrides_runpath=$shlibpath_overrides_runpath - - # Format of library name prefix. - libname_spec=$lt_libname_spec - - # List of archive names. First name is the real one, the rest are links. - # The last name is the one that the linker finds with -lNAME - library_names_spec=$lt_library_names_spec - - # The coded name of the library, if different from the real name. - soname_spec=$lt_soname_spec - - # Permission mode override for installation of shared libraries. - install_override_mode=$lt_install_override_mode - - # Command to use after installation of a shared archive. - postinstall_cmds=$lt_postinstall_cmds - - # Command to use after uninstallation of a shared archive. - postuninstall_cmds=$lt_postuninstall_cmds - - # Commands used to finish a libtool library installation in a directory. - finish_cmds=$lt_finish_cmds - - # As "finish_cmds", except a single script fragment to be evaled but - # not shown. - finish_eval=$lt_finish_eval - - # Whether we should hardcode library paths into libraries. - hardcode_into_libs=$hardcode_into_libs - - # Compile-time system search path for libraries. - sys_lib_search_path_spec=$lt_sys_lib_search_path_spec - - # Detected run-time system search path for libraries. - sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path - - # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. - configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path - - # Whether dlopen is supported. - dlopen_support=$enable_dlopen - - # Whether dlopen of programs is supported. - dlopen_self=$enable_dlopen_self - - # Whether dlopen of statically linked programs is supported. - dlopen_self_static=$enable_dlopen_self_static - - # Commands to strip libraries. - old_striplib=$lt_old_striplib - striplib=$lt_striplib - - - # The linker used to build libraries. - LD=$lt_LD - - # How to create reloadable object files. - reload_flag=$lt_reload_flag - reload_cmds=$lt_reload_cmds - - # Commands used to build an old-style archive. - old_archive_cmds=$lt_old_archive_cmds - - # A language specific compiler. - CC=$lt_compiler - - # Is the compiler the GNU compiler? - with_gcc=$GCC - - # Compiler flag to turn off builtin functions. - no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag - - # Additional compiler flags for building library objects. - pic_flag=$lt_lt_prog_compiler_pic - - # How to pass a linker flag through the compiler. - wl=$lt_lt_prog_compiler_wl - - # Compiler flag to prevent dynamic linking. - link_static_flag=$lt_lt_prog_compiler_static - - # Does compiler simultaneously support -c and -o options? - compiler_c_o=$lt_lt_cv_prog_compiler_c_o - - # Whether or not to add -lc for building shared libraries. - build_libtool_need_lc=$archive_cmds_need_lc - - # Whether or not to disallow shared libs when runtime libs are static. - allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes - - # Compiler flag to allow reflexive dlopens. - export_dynamic_flag_spec=$lt_export_dynamic_flag_spec - - # Compiler flag to generate shared objects directly from archives. - whole_archive_flag_spec=$lt_whole_archive_flag_spec - - # Whether the compiler copes with passing no objects directly. - compiler_needs_object=$lt_compiler_needs_object - - # Create an old-style archive from a shared archive. - old_archive_from_new_cmds=$lt_old_archive_from_new_cmds - - # Create a temporary old-style archive to link instead of a shared archive. - old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds - - # Commands used to build a shared archive. - archive_cmds=$lt_archive_cmds - archive_expsym_cmds=$lt_archive_expsym_cmds - - # Commands used to build a loadable module if different from building - # a shared archive. - module_cmds=$lt_module_cmds - module_expsym_cmds=$lt_module_expsym_cmds - - # Whether we are building with GNU ld or not. - with_gnu_ld=$lt_with_gnu_ld - - # Flag that allows shared libraries with undefined symbols to be built. - allow_undefined_flag=$lt_allow_undefined_flag - - # Flag that enforces no undefined symbols. - no_undefined_flag=$lt_no_undefined_flag - - # Flag to hardcode \$libdir into a binary during linking. - # This must work even if \$libdir does not exist - hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec - - # Whether we need a single "-rpath" flag with a separated argument. - hardcode_libdir_separator=$lt_hardcode_libdir_separator - - # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes - # DIR into the resulting binary. - hardcode_direct=$hardcode_direct - - # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes - # DIR into the resulting binary and the resulting library dependency is - # "absolute",i.e impossible to change by setting \$shlibpath_var if the - # library is relocated. - hardcode_direct_absolute=$hardcode_direct_absolute - - # Set to "yes" if using the -LDIR flag during linking hardcodes DIR - # into the resulting binary. - hardcode_minus_L=$hardcode_minus_L - - # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR - # into the resulting binary. - hardcode_shlibpath_var=$hardcode_shlibpath_var - - # Set to "yes" if building a shared library automatically hardcodes DIR - # into the library and all subsequent libraries and executables linked - # against it. - hardcode_automatic=$hardcode_automatic - - # Set to yes if linker adds runtime paths of dependent libraries - # to runtime path list. - inherit_rpath=$inherit_rpath - - # Whether libtool must link a program against all its dependency libraries. - link_all_deplibs=$link_all_deplibs - - # Set to "yes" if exported symbols are required. - always_export_symbols=$always_export_symbols - - # The commands to list exported symbols. - export_symbols_cmds=$lt_export_symbols_cmds - - # Symbols that should not be listed in the preloaded symbols. - exclude_expsyms=$lt_exclude_expsyms - - # Symbols that must always be exported. - include_expsyms=$lt_include_expsyms - - # Commands necessary for linking programs (against libraries) with templates. - prelink_cmds=$lt_prelink_cmds - - # Commands necessary for finishing linking programs. - postlink_cmds=$lt_postlink_cmds - - # Specify filename containing input files. - file_list_spec=$lt_file_list_spec - - # How to hardcode a shared library path into an executable. - hardcode_action=$hardcode_action - - # ### END LIBTOOL CONFIG - - _LT_EOF - - cat <<'_LT_EOF' >> "$cfgfile" - - # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE - - # func_munge_path_list VARIABLE PATH - # ----------------------------------- - # VARIABLE is name of variable containing _space_ separated list of - # directories to be munged by the contents of PATH, which is string - # having a format: - # "DIR[:DIR]:" - # string "DIR[ DIR]" will be prepended to VARIABLE - # ":DIR[:DIR]" - # string "DIR[ DIR]" will be appended to VARIABLE - # "DIRP[:DIRP]::[DIRA:]DIRA" - # string "DIRP[ DIRP]" will be prepended to VARIABLE and string - # "DIRA[ DIRA]" will be appended to VARIABLE - # "DIR[:DIR]" - # VARIABLE will be replaced by "DIR[ DIR]" - func_munge_path_list () - { - case x$2 in - x) - ;; - *:) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" - ;; - x:*) - eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" - ;; - *::*) - eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" - eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" - ;; - *) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" - ;; - esac - } - - - # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. - func_cc_basename () - { - for cc_temp in $*""; do - case $cc_temp in - compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; - distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; - \-*) ;; - *) break;; - esac - done - func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` - } - - - # ### END FUNCTIONS SHARED WITH CONFIGURE - - _LT_EOF - - case $host_os in - aix3*) - cat <<\_LT_EOF >> "$cfgfile" - # AIX sometimes has problems with the GCC collect2 program. For some - # reason, if we set the COLLECT_NAMES environment variable, the problems - # vanish in a puff of smoke. - if test set != "${COLLECT_NAMES+set}"; then - COLLECT_NAMES= - export COLLECT_NAMES - fi - _LT_EOF - ;; - esac - - - ltmain=$ac_aux_dir/ltmain.sh - - - # We use sed instead of cat because bash on DJGPP gets confused if - # if finds mixed CR/LF and LF-only lines. Since sed operates in - # text mode, it properly converts lines to CR/LF. This bash problem - # is reportedly fixed, but why not run on old versions too? - sed '$q' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - mv -f "$cfgfile" "$ofile" || - (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") - chmod +x "$ofile" - - ;; - - esac - done # for ac_tag - - - as_fn_exit 0 --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/configure texinfo-6.5/tp/Texinfo/MiscXS/configure *** texinfo-6.4/tp/Texinfo/MiscXS/configure 2017-06-08 18:53:41.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/configure 2017-07-01 23:48:36.000000000 +0100 *************** *** 2758,2774 **** fetch_conf () { conf_value=`${PERL} -V:$1` ! # This turns a string like "cc='cc';" into a string like "cc". ! # Afterwards, convert \ into / in case \ is a path separator, ! # so it is not interpreted as a special character by the shell. ! conf_value=`echo $conf_value \ ! | sed -e 's/^[^=]*= *//' \ ! -e 's/^'\\''//' \ ! -e 's/ *; *$//' \ ! -e 's/'\\''$//' \ ! -e 's/\\\\/\\//g' ` ! #echo got "$conf_value" } --- 2758,2779 ---- + b='\' + d='$' + o='[' c=']' + # This turns a string like "cc='cc';" into a string like "cc". + # Afterwards, convert \ into / in case \ is a path separator, + # so it is not interpreted as a special character by the shell. + + sed_script=" + s/^$o^=$c*= *// + s/^'// + s/ *; *$// + s/'$d// + s/$b$b/$b//g" + fetch_conf () { conf_value=`${PERL} -V:$1` ! conf_value=`echo $conf_value | sed "$sed_script"` } diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/configure.ac texinfo-6.5/tp/Texinfo/MiscXS/configure.ac *** texinfo-6.4/tp/Texinfo/MiscXS/configure.ac 2017-06-08 18:51:33.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/configure.ac 2017-07-01 23:34:40.000000000 +0100 *************** *** 1,5 **** # configure.ac for XSParagraph # ! # Copyright 2015, 2016 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives --- 1,5 ---- # configure.ac for XSParagraph # ! # Copyright 2015, 2016, 2017 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives *************** *** 15,31 **** AC_CONFIG_MACRO_DIR([m4]) fetch_conf () { conf_value=`${PERL} -V:$1` ! # This turns a string like "cc='cc';" into a string like "cc". ! # Afterwards, convert \ into / in case \ is a path separator, ! # so it is not interpreted as a special character by the shell. ! conf_value=`echo $conf_value \ ! | sed -e 's/^@<:@^=@:>@*= *//' \ ! -e 's/^'\\''//' \ ! -e 's/ *; *$//' \ ! -e 's/'\\''$//' \ ! -e 's/\\\\/\\//g' ` ! #echo got "$conf_value" } --- 15,38 ---- AC_CONFIG_MACRO_DIR([m4]) + b='\' + d='$' + o='@<:@' dnl quadrigraph for [ - see autoconf documentatoin + c='@:>@' dnl quadrigraph for ] + + # This turns a string like "cc='cc';" into a string like "cc". + # Afterwards, convert \ into / in case \ is a path separator, + # so it is not interpreted as a special character by the shell. + + sed_script=" + s/^$o^=$c*= *// + s/^'// + s/ *; *$// + s/'$d// + s/$b$b/$b//g" + fetch_conf () { conf_value=`${PERL} -V:$1` ! conf_value=`echo $conf_value | sed "$sed_script"` } diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/libtool texinfo-6.5/tp/Texinfo/MiscXS/libtool *** texinfo-6.4/tp/Texinfo/MiscXS/libtool 2017-07-03 17:44:33.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/libtool 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,11645 **** - #! /bin/sh - # Generated automatically by config.status (texinfo) 0 - # Libtool was configured on host darkstar: - # NOTE: Changes made to this file will be lost: look at ltmain.sh. - - # Provide generalized library-building support services. - # Written by Gordon Matzigkeit, 1996 - - # Copyright (C) 2014 Free Software Foundation, Inc. - # This is free software; see the source for copying conditions. There is NO - # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # GNU Libtool is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 2 of of the License, or - # (at your option) any later version. - # - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program or library that is built - # using GNU Libtool, you may include this file under the same - # distribution terms that you use for the rest of that program. - # - # GNU Libtool is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - - - # The names of the tagged configurations supported by this script. - available_tags='' - - # Configured defaults for sys_lib_dlsearch_path munging. - : ${LT_SYS_LIBRARY_PATH=""} - - # ### BEGIN LIBTOOL CONFIG - - # Which release of libtool.m4 was used? - macro_version=2.4.6 - macro_revision=2.4.6 - - # Whether or not to build shared libraries. - build_libtool_libs=yes - - # Whether or not to build static libraries. - build_old_libs=yes - - # What type of objects to build. - pic_mode=default - - # Whether or not to optimize for fast installation. - fast_install=yes - - # Shared archive member basename,for filename based shared library versioning on AIX. - shared_archive_member_spec= - - # Shell to use when invoking shell scripts. - SHELL="/bin/sh" - - # An echo program that protects backslashes. - ECHO="printf %s\\n" - - # The PATH separator for the build system. - PATH_SEPARATOR=":" - - # The host system. - host_alias= - host=i686-pc-linux-gnu - host_os=linux-gnu - - # The build system. - build_alias= - build=i686-pc-linux-gnu - build_os=linux-gnu - - # A sed program that does not truncate output. - SED="/usr/bin/sed" - - # Sed that helps us avoid accidentally triggering echo(1) options like -n. - Xsed="$SED -e 1s/^X//" - - # A grep program that handles long lines. - GREP="/usr/bin/grep" - - # An ERE matcher. - EGREP="/usr/bin/grep -E" - - # A literal string matcher. - FGREP="/usr/bin/grep -F" - - # A BSD- or MS-compatible name lister. - NM="/usr/bin/nm -B" - - # Whether we need soft or hard links. - LN_S="ln -s" - - # What is the maximum length of a command? - max_cmd_len=1572864 - - # Object file suffix (normally "o"). - objext=o - - # Executable file suffix (normally ""). - exeext= - - # whether the shell understands "unset". - lt_unset=unset - - # turn spaces into newlines. - SP2NL="tr \\040 \\012" - - # turn newlines into spaces. - NL2SP="tr \\015\\012 \\040\\040" - - # convert $build file names to $host format. - to_host_file_cmd=func_convert_file_noop - - # convert $build files to toolchain format. - to_tool_file_cmd=func_convert_file_noop - - # An object symbol dumper. - OBJDUMP="objdump" - - # Method to check whether dependent libraries are shared objects. - deplibs_check_method="pass_all" - - # Command to use when deplibs_check_method = "file_magic". - file_magic_cmd="\$MAGIC_CMD" - - # How to find potential files when deplibs_check_method = "file_magic". - file_magic_glob="" - - # Find potential files using nocaseglob when deplibs_check_method = "file_magic". - want_nocaseglob="no" - - # DLL creation program. - DLLTOOL="dlltool" - - # Command to associate shared and link libraries. - sharedlib_from_linklib_cmd="printf %s\\n" - - # The archiver. - AR="ar" - - # Flags to create an archive. - AR_FLAGS="cru" - - # How to feed a file listing to the archiver. - archiver_list_spec="@" - - # A symbol stripping program. - STRIP="strip" - - # Commands used to install an old-style archive. - RANLIB="ranlib" - old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$tool_oldlib" - old_postuninstall_cmds="" - - # Whether to use a lock for old archive extraction. - lock_old_archive_extraction=no - - # A C compiler. - LTCC="cc" - - # LTCC compiler flags. - LTCFLAGS="-g -O2" - - # Take the output of nm and produce a listing of raw symbols and C names. - global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'" - - # Transform the output of nm in a proper C declaration. - global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'" - - # Transform the output of nm into a list of symbols to manually relocate. - global_symbol_to_import="" - - # Transform the output of nm in a C name address pair. - global_symbol_to_c_name_address="sed -n -e 's/^: \\(.*\\) .*\$/ {\"\\1\", (void *) 0},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/ {\"\\1\", (void *) \\&\\1},/p'" - - # Transform the output of nm in a C name address pair when lib prefix is needed. - global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\(.*\\) .*\$/ {\"\\1\", (void *) 0},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(lib.*\\)\$/ {\"\\1\", (void *) \\&\\1},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/ {\"lib\\1\", (void *) \\&\\1},/p'" - - # The name lister interface. - nm_interface="BSD nm" - - # Specify filename containing input files for $NM. - nm_file_list_spec="@" - - # The root where to search for dependent libraries,and where our libraries should be installed. - lt_sysroot= - - # Command to truncate a binary pipe. - lt_truncate_bin="/usr/bin/dd bs=4096 count=1" - - # The name of the directory that contains temporary libtool files. - objdir=.libs - - # Used to examine libraries when file_magic_cmd begins with "file". - MAGIC_CMD=file - - # Must we lock files when doing compilation? - need_locks="no" - - # Manifest tool. - MANIFEST_TOOL=":" - - # Tool to manipulate archived DWARF debug symbol files on Mac OS X. - DSYMUTIL="" - - # Tool to change global to local symbols on Mac OS X. - NMEDIT="" - - # Tool to manipulate fat objects and archives on Mac OS X. - LIPO="" - - # ldd/readelf like tool for Mach-O binaries on Mac OS X. - OTOOL="" - - # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. - OTOOL64="" - - # Old archive suffix (normally "a"). - libext=a - - # Shared library suffix (normally ".so"). - shrext_cmds=".so" - - # The commands to extract the exported symbol list from a shared archive. - extract_expsyms_cmds="" - - # Variables whose values should be saved in libtool wrapper scripts and - # restored at link time. - variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - - # Do we need the "lib" prefix for modules? - need_lib_prefix=no - - # Do we need a version for libraries? - need_version=no - - # Library versioning type. - version_type=linux - - # Shared library runtime path variable. - runpath_var=LD_RUN_PATH - - # Shared library path variable. - shlibpath_var=LD_LIBRARY_PATH - - # Is shlibpath searched before the hard-coded library search path? - shlibpath_overrides_runpath=no - - # Format of library name prefix. - libname_spec="lib\$name" - - # List of archive names. First name is the real one, the rest are links. - # The last name is the one that the linker finds with -lNAME - library_names_spec="\$libname\$release\$shared_ext\$versuffix \$libname\$release\$shared_ext\$major \$libname\$shared_ext" - - # The coded name of the library, if different from the real name. - soname_spec="\$libname\$release\$shared_ext\$major" - - # Permission mode override for installation of shared libraries. - install_override_mode="" - - # Command to use after installation of a shared archive. - postinstall_cmds="" - - # Command to use after uninstallation of a shared archive. - postuninstall_cmds="" - - # Commands used to finish a libtool library installation in a directory. - finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir" - - # As "finish_cmds", except a single script fragment to be evaled but - # not shown. - finish_eval="" - - # Whether we should hardcode library paths into libraries. - hardcode_into_libs=yes - - # Compile-time system search path for libraries. - sys_lib_search_path_spec="/usr/lib/gcc/i486-slackware-linux/4.8.2 /usr/i486-slackware-linux/lib /usr/lib /lib " - - # Detected run-time system search path for libraries. - sys_lib_dlsearch_path_spec="/lib /usr/lib /lib /usr/lib /usr/local/lib /usr/i486-slackware-linux/lib /usr/lib/seamonkey " - - # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. - configure_time_lt_sys_library_path="" - - # Whether dlopen is supported. - dlopen_support=unknown - - # Whether dlopen of programs is supported. - dlopen_self=unknown - - # Whether dlopen of statically linked programs is supported. - dlopen_self_static=unknown - - # Commands to strip libraries. - old_striplib="strip --strip-debug" - striplib="strip --strip-unneeded" - - - # The linker used to build libraries. - LD="/usr/i486-slackware-linux/bin/ld" - - # How to create reloadable object files. - reload_flag=" -r" - reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs" - - # Commands used to build an old-style archive. - old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib" - - # A language specific compiler. - CC="cc" - - # Is the compiler the GNU compiler? - with_gcc=yes - - # Compiler flag to turn off builtin functions. - no_builtin_flag=" -fno-builtin" - - # Additional compiler flags for building library objects. - pic_flag=" -fPIC -DPIC" - - # How to pass a linker flag through the compiler. - wl="-Wl," - - # Compiler flag to prevent dynamic linking. - link_static_flag="-static" - - # Does compiler simultaneously support -c and -o options? - compiler_c_o="yes" - - # Whether or not to add -lc for building shared libraries. - build_libtool_need_lc=no - - # Whether or not to disallow shared libs when runtime libs are static. - allow_libtool_libs_with_static_runtimes=no - - # Compiler flag to allow reflexive dlopens. - export_dynamic_flag_spec="\$wl--export-dynamic" - - # Compiler flag to generate shared objects directly from archives. - whole_archive_flag_spec="\$wl--whole-archive\$convenience \$wl--no-whole-archive" - - # Whether the compiler copes with passing no objects directly. - compiler_needs_object="no" - - # Create an old-style archive from a shared archive. - old_archive_from_new_cmds="" - - # Create a temporary old-style archive to link instead of a shared archive. - old_archive_from_expsyms_cmds="" - - # Commands used to build a shared archive. - archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname -o \$lib" - archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~ - cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~ - echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~ - \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname \$wl-version-script \$wl\$output_objdir/\$libname.ver -o \$lib" - - # Commands used to build a loadable module if different from building - # a shared archive. - module_cmds="" - module_expsym_cmds="" - - # Whether we are building with GNU ld or not. - with_gnu_ld="yes" - - # Flag that allows shared libraries with undefined symbols to be built. - allow_undefined_flag="" - - # Flag that enforces no undefined symbols. - no_undefined_flag="" - - # Flag to hardcode $libdir into a binary during linking. - # This must work even if $libdir does not exist - hardcode_libdir_flag_spec="\$wl-rpath \$wl\$libdir" - - # Whether we need a single "-rpath" flag with a separated argument. - hardcode_libdir_separator="" - - # Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes - # DIR into the resulting binary. - hardcode_direct=no - - # Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes - # DIR into the resulting binary and the resulting library dependency is - # "absolute",i.e impossible to change by setting $shlibpath_var if the - # library is relocated. - hardcode_direct_absolute=no - - # Set to "yes" if using the -LDIR flag during linking hardcodes DIR - # into the resulting binary. - hardcode_minus_L=no - - # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR - # into the resulting binary. - hardcode_shlibpath_var=unsupported - - # Set to "yes" if building a shared library automatically hardcodes DIR - # into the library and all subsequent libraries and executables linked - # against it. - hardcode_automatic=no - - # Set to yes if linker adds runtime paths of dependent libraries - # to runtime path list. - inherit_rpath=no - - # Whether libtool must link a program against all its dependency libraries. - link_all_deplibs=unknown - - # Set to "yes" if exported symbols are required. - always_export_symbols=no - - # The commands to list exported symbols. - export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols" - - # Symbols that should not be listed in the preloaded symbols. - exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*" - - # Symbols that must always be exported. - include_expsyms="" - - # Commands necessary for linking programs (against libraries) with templates. - prelink_cmds="" - - # Commands necessary for finishing linking programs. - postlink_cmds="" - - # Specify filename containing input files. - file_list_spec="" - - # How to hardcode a shared library path into an executable. - hardcode_action=immediate - - # ### END LIBTOOL CONFIG - - - # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE - - # func_munge_path_list VARIABLE PATH - # ----------------------------------- - # VARIABLE is name of variable containing _space_ separated list of - # directories to be munged by the contents of PATH, which is string - # having a format: - # "DIR[:DIR]:" - # string "DIR[ DIR]" will be prepended to VARIABLE - # ":DIR[:DIR]" - # string "DIR[ DIR]" will be appended to VARIABLE - # "DIRP[:DIRP]::[DIRA:]DIRA" - # string "DIRP[ DIRP]" will be prepended to VARIABLE and string - # "DIRA[ DIRA]" will be appended to VARIABLE - # "DIR[:DIR]" - # VARIABLE will be replaced by "DIR[ DIR]" - func_munge_path_list () - { - case x$2 in - x) - ;; - *:) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" - ;; - x:*) - eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" - ;; - *::*) - eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" - eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" - ;; - *) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" - ;; - esac - } - - - # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. - func_cc_basename () - { - for cc_temp in $*""; do - case $cc_temp in - compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; - distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; - \-*) ;; - *) break;; - esac - done - func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` - } - - - # ### END FUNCTIONS SHARED WITH CONFIGURE - - #! /bin/sh - ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in - ## by inline-source v2014-01-03.01 - - # libtool (GNU libtool) 2.4.6 - # Provide generalized library-building support services. - # Written by Gordon Matzigkeit , 1996 - - # Copyright (C) 1996-2015 Free Software Foundation, Inc. - # This is free software; see the source for copying conditions. There is NO - # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # GNU Libtool is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 2 of the License, or - # (at your option) any later version. - # - # As a special exception to the GNU General Public License, - # if you distribute this file as part of a program or library that - # is built using GNU Libtool, you may include this file under the - # same distribution terms that you use for the rest of that program. - # - # GNU Libtool is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - # General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - - - PROGRAM=libtool - PACKAGE=libtool - VERSION=2.4.6 - package_revision=2.4.6 - - - ## ------ ## - ## Usage. ## - ## ------ ## - - # Run './libtool --help' for help with using this script from the - # command line. - - - ## ------------------------------- ## - ## User overridable command paths. ## - ## ------------------------------- ## - - # After configure completes, it has a better idea of some of the - # shell tools we need than the defaults used by the functions shared - # with bootstrap, so set those here where they can still be over- - # ridden by the user, but otherwise take precedence. - - : ${AUTOCONF="autoconf"} - : ${AUTOMAKE="automake"} - - - ## -------------------------- ## - ## Source external libraries. ## - ## -------------------------- ## - - # Much of our low-level functionality needs to be sourced from external - # libraries, which are installed to $pkgauxdir. - - # Set a version string for this script. - scriptversion=2015-01-20.17; # UTC - - # General shell script boiler plate, and helper functions. - # Written by Gary V. Vaughan, 2004 - - # Copyright (C) 2004-2015 Free Software Foundation, Inc. - # This is free software; see the source for copying conditions. There is NO - # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # This program is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 3 of the License, or - # (at your option) any later version. - - # As a special exception to the GNU General Public License, if you distribute - # this file as part of a program or library that is built using GNU Libtool, - # you may include this file under the same distribution terms that you use - # for the rest of that program. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU - # General Public License for more details. - - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - - # Please report bugs or propose patches to gary@gnu.org. - - - ## ------ ## - ## Usage. ## - ## ------ ## - - # Evaluate this file near the top of your script to gain access to - # the functions and variables defined here: - # - # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh - # - # If you need to override any of the default environment variable - # settings, do that before evaluating this file. - - - ## -------------------- ## - ## Shell normalisation. ## - ## -------------------- ## - - # Some shells need a little help to be as Bourne compatible as possible. - # Before doing anything else, make sure all that help has been provided! - - DUALCASE=1; export DUALCASE # for MKS sh - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST - else - case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac - fi - - # NLS nuisances: We save the old values in case they are required later. - _G_user_locale= - _G_safe_locale= - for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES - do - eval "if test set = \"\${$_G_var+set}\"; then - save_$_G_var=\$$_G_var - $_G_var=C - export $_G_var - _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" - _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" - fi" - done - - # CDPATH. - (unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - # Make sure IFS has a sensible default - sp=' ' - nl=' - ' - IFS="$sp $nl" - - # There are apparently some retarded systems that use ';' as a PATH separator! - if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } - fi - - - - ## ------------------------- ## - ## Locate command utilities. ## - ## ------------------------- ## - - - # func_executable_p FILE - # ---------------------- - # Check that FILE is an executable regular file. - func_executable_p () - { - test -f "$1" && test -x "$1" - } - - - # func_path_progs PROGS_LIST CHECK_FUNC [PATH] - # -------------------------------------------- - # Search for either a program that responds to --version with output - # containing "GNU", or else returned by CHECK_FUNC otherwise, by - # trying all the directories in PATH with each of the elements of - # PROGS_LIST. - # - # CHECK_FUNC should accept the path to a candidate program, and - # set $func_check_prog_result if it truncates its output less than - # $_G_path_prog_max characters. - func_path_progs () - { - _G_progs_list=$1 - _G_check_func=$2 - _G_PATH=${3-"$PATH"} - - _G_path_prog_max=0 - _G_path_prog_found=false - _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} - for _G_dir in $_G_PATH; do - IFS=$_G_save_IFS - test -z "$_G_dir" && _G_dir=. - for _G_prog_name in $_G_progs_list; do - for _exeext in '' .EXE; do - _G_path_prog=$_G_dir/$_G_prog_name$_exeext - func_executable_p "$_G_path_prog" || continue - case `"$_G_path_prog" --version 2>&1` in - *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; - *) $_G_check_func $_G_path_prog - func_path_progs_result=$func_check_prog_result - ;; - esac - $_G_path_prog_found && break 3 - done - done - done - IFS=$_G_save_IFS - test -z "$func_path_progs_result" && { - echo "no acceptable sed could be found in \$PATH" >&2 - exit 1 - } - } - - - # We want to be able to use the functions in this file before configure - # has figured out where the best binaries are kept, which means we have - # to search for them ourselves - except when the results are already set - # where we skip the searches. - - # Unless the user overrides by setting SED, search the path for either GNU - # sed, or the sed that truncates its output the least. - test -z "$SED" && { - _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ - for _G_i in 1 2 3 4 5 6 7; do - _G_sed_script=$_G_sed_script$nl$_G_sed_script - done - echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed - _G_sed_script= - - func_check_prog_sed () - { - _G_path_prog=$1 - - _G_count=0 - printf 0123456789 >conftest.in - while : - do - cat conftest.in conftest.in >conftest.tmp - mv conftest.tmp conftest.in - cp conftest.in conftest.nl - echo '' >> conftest.nl - "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break - diff conftest.out conftest.nl >/dev/null 2>&1 || break - _G_count=`expr $_G_count + 1` - if test "$_G_count" -gt "$_G_path_prog_max"; then - # Best one so far, save it but keep looking for a better one - func_check_prog_result=$_G_path_prog - _G_path_prog_max=$_G_count - fi - # 10*(2^10) chars as input seems more than enough - test 10 -lt "$_G_count" && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out - } - - func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin - rm -f conftest.sed - SED=$func_path_progs_result - } - - - # Unless the user overrides by setting GREP, search the path for either GNU - # grep, or the grep that truncates its output the least. - test -z "$GREP" && { - func_check_prog_grep () - { - _G_path_prog=$1 - - _G_count=0 - _G_path_prog_max=0 - printf 0123456789 >conftest.in - while : - do - cat conftest.in conftest.in >conftest.tmp - mv conftest.tmp conftest.in - cp conftest.in conftest.nl - echo 'GREP' >> conftest.nl - "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break - diff conftest.out conftest.nl >/dev/null 2>&1 || break - _G_count=`expr $_G_count + 1` - if test "$_G_count" -gt "$_G_path_prog_max"; then - # Best one so far, save it but keep looking for a better one - func_check_prog_result=$_G_path_prog - _G_path_prog_max=$_G_count - fi - # 10*(2^10) chars as input seems more than enough - test 10 -lt "$_G_count" && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out - } - - func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin - GREP=$func_path_progs_result - } - - - ## ------------------------------- ## - ## User overridable command paths. ## - ## ------------------------------- ## - - # All uppercase variable names are used for environment variables. These - # variables can be overridden by the user before calling a script that - # uses them if a suitable command of that name is not already available - # in the command search PATH. - - : ${CP="cp -f"} - : ${ECHO="printf %s\n"} - : ${EGREP="$GREP -E"} - : ${FGREP="$GREP -F"} - : ${LN_S="ln -s"} - : ${MAKE="make"} - : ${MKDIR="mkdir"} - : ${MV="mv -f"} - : ${RM="rm -f"} - : ${SHELL="${CONFIG_SHELL-/bin/sh}"} - - - ## -------------------- ## - ## Useful sed snippets. ## - ## -------------------- ## - - sed_dirname='s|/[^/]*$||' - sed_basename='s|^.*/||' - - # Sed substitution that helps us do robust quoting. It backslashifies - # metacharacters that are still active within double-quoted strings. - sed_quote_subst='s|\([`"$\\]\)|\\\1|g' - - # Same as above, but do not quote variable references. - sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' - - # Sed substitution that turns a string into a regex matching for the - # string literally. - sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' - - # Sed substitution that converts a w32 file name or path - # that contains forward slashes, into one that contains - # (escaped) backslashes. A very naive implementation. - sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' - - # Re-'\' parameter expansions in output of sed_double_quote_subst that - # were '\'-ed in input to the same. If an odd number of '\' preceded a - # '$' in input to sed_double_quote_subst, that '$' was protected from - # expansion. Since each input '\' is now two '\'s, look for any number - # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'. - _G_bs='\\' - _G_bs2='\\\\' - _G_bs4='\\\\\\\\' - _G_dollar='\$' - sed_double_backslash="\ - s/$_G_bs4/&\\ - /g - s/^$_G_bs2$_G_dollar/$_G_bs&/ - s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g - s/\n//g" - - - ## ----------------- ## - ## Global variables. ## - ## ----------------- ## - - # Except for the global variables explicitly listed below, the following - # functions in the '^func_' namespace, and the '^require_' namespace - # variables initialised in the 'Resource management' section, sourcing - # this file will not pollute your global namespace with anything - # else. There's no portable way to scope variables in Bourne shell - # though, so actually running these functions will sometimes place - # results into a variable named after the function, and often use - # temporary variables in the '^_G_' namespace. If you are careful to - # avoid using those namespaces casually in your sourcing script, things - # should continue to work as you expect. And, of course, you can freely - # overwrite any of the functions or variables defined here before - # calling anything to customize them. - - EXIT_SUCCESS=0 - EXIT_FAILURE=1 - EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. - EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. - - # Allow overriding, eg assuming that you follow the convention of - # putting '$debug_cmd' at the start of all your functions, you can get - # bash to show function call trace with: - # - # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name - debug_cmd=${debug_cmd-":"} - exit_cmd=: - - # By convention, finish your script with: - # - # exit $exit_status - # - # so that you can set exit_status to non-zero if you want to indicate - # something went wrong during execution without actually bailing out at - # the point of failure. - exit_status=$EXIT_SUCCESS - - # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh - # is ksh but when the shell is invoked as "sh" and the current value of - # the _XPG environment variable is not equal to 1 (one), the special - # positional parameter $0, within a function call, is the name of the - # function. - progpath=$0 - - # The name of this program. - progname=`$ECHO "$progpath" |$SED "$sed_basename"` - - # Make sure we have an absolute progpath for reexecution: - case $progpath in - [\\/]*|[A-Za-z]:\\*) ;; - *[\\/]*) - progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` - progdir=`cd "$progdir" && pwd` - progpath=$progdir/$progname - ;; - *) - _G_IFS=$IFS - IFS=${PATH_SEPARATOR-:} - for progdir in $PATH; do - IFS=$_G_IFS - test -x "$progdir/$progname" && break - done - IFS=$_G_IFS - test -n "$progdir" || progdir=`pwd` - progpath=$progdir/$progname - ;; - esac - - - ## ----------------- ## - ## Standard options. ## - ## ----------------- ## - - # The following options affect the operation of the functions defined - # below, and should be set appropriately depending on run-time para- - # meters passed on the command line. - - opt_dry_run=false - opt_quiet=false - opt_verbose=false - - # Categories 'all' and 'none' are always available. Append any others - # you will pass as the first argument to func_warning from your own - # code. - warning_categories= - - # By default, display warnings according to 'opt_warning_types'. Set - # 'warning_func' to ':' to elide all warnings, or func_fatal_error to - # treat the next displayed warning as a fatal error. - warning_func=func_warn_and_continue - - # Set to 'all' to display all warnings, 'none' to suppress all - # warnings, or a space delimited list of some subset of - # 'warning_categories' to display only the listed warnings. - opt_warning_types=all - - - ## -------------------- ## - ## Resource management. ## - ## -------------------- ## - - # This section contains definitions for functions that each ensure a - # particular resource (a file, or a non-empty configuration variable for - # example) is available, and if appropriate to extract default values - # from pertinent package files. Call them using their associated - # 'require_*' variable to ensure that they are executed, at most, once. - # - # It's entirely deliberate that calling these functions can set - # variables that don't obey the namespace limitations obeyed by the rest - # of this file, in order that that they be as useful as possible to - # callers. - - - # require_term_colors - # ------------------- - # Allow display of bold text on terminals that support it. - require_term_colors=func_require_term_colors - func_require_term_colors () - { - $debug_cmd - - test -t 1 && { - # COLORTERM and USE_ANSI_COLORS environment variables take - # precedence, because most terminfo databases neglect to describe - # whether color sequences are supported. - test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} - - if test 1 = "$USE_ANSI_COLORS"; then - # Standard ANSI escape sequences - tc_reset='' - tc_bold=''; tc_standout='' - tc_red=''; tc_green='' - tc_blue=''; tc_cyan='' - else - # Otherwise trust the terminfo database after all. - test -n "`tput sgr0 2>/dev/null`" && { - tc_reset=`tput sgr0` - test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` - tc_standout=$tc_bold - test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` - test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` - test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` - test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` - test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` - } - fi - } - - require_term_colors=: - } - - - ## ----------------- ## - ## Function library. ## - ## ----------------- ## - - # This section contains a variety of useful functions to call in your - # scripts. Take note of the portable wrappers for features provided by - # some modern shells, which will fall back to slower equivalents on - # less featureful shells. - - - # func_append VAR VALUE - # --------------------- - # Append VALUE onto the existing contents of VAR. - - # We should try to minimise forks, especially on Windows where they are - # unreasonably slow, so skip the feature probes when bash or zsh are - # being used: - if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then - : ${_G_HAVE_ARITH_OP="yes"} - : ${_G_HAVE_XSI_OPS="yes"} - # The += operator was introduced in bash 3.1 - case $BASH_VERSION in - [12].* | 3.0 | 3.0*) ;; - *) - : ${_G_HAVE_PLUSEQ_OP="yes"} - ;; - esac - fi - - # _G_HAVE_PLUSEQ_OP - # Can be empty, in which case the shell is probed, "yes" if += is - # useable or anything else if it does not work. - test -z "$_G_HAVE_PLUSEQ_OP" \ - && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ - && _G_HAVE_PLUSEQ_OP=yes - - if test yes = "$_G_HAVE_PLUSEQ_OP" - then - # This is an XSI compatible shell, allowing a faster implementation... - eval 'func_append () - { - $debug_cmd - - eval "$1+=\$2" - }' - else - # ...otherwise fall back to using expr, which is often a shell builtin. - func_append () - { - $debug_cmd - - eval "$1=\$$1\$2" - } - fi - - - # func_append_quoted VAR VALUE - # ---------------------------- - # Quote VALUE and append to the end of shell variable VAR, separated - # by a space. - if test yes = "$_G_HAVE_PLUSEQ_OP"; then - eval 'func_append_quoted () - { - $debug_cmd - - func_quote_for_eval "$2" - eval "$1+=\\ \$func_quote_for_eval_result" - }' - else - func_append_quoted () - { - $debug_cmd - - func_quote_for_eval "$2" - eval "$1=\$$1\\ \$func_quote_for_eval_result" - } - fi - - - # func_append_uniq VAR VALUE - # -------------------------- - # Append unique VALUE onto the existing contents of VAR, assuming - # entries are delimited by the first character of VALUE. For example: - # - # func_append_uniq options " --another-option option-argument" - # - # will only append to $options if " --another-option option-argument " - # is not already present somewhere in $options already (note spaces at - # each end implied by leading space in second argument). - func_append_uniq () - { - $debug_cmd - - eval _G_current_value='`$ECHO $'$1'`' - _G_delim=`expr "$2" : '\(.\)'` - - case $_G_delim$_G_current_value$_G_delim in - *"$2$_G_delim"*) ;; - *) func_append "$@" ;; - esac - } - - - # func_arith TERM... - # ------------------ - # Set func_arith_result to the result of evaluating TERMs. - test -z "$_G_HAVE_ARITH_OP" \ - && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ - && _G_HAVE_ARITH_OP=yes - - if test yes = "$_G_HAVE_ARITH_OP"; then - eval 'func_arith () - { - $debug_cmd - - func_arith_result=$(( $* )) - }' - else - func_arith () - { - $debug_cmd - - func_arith_result=`expr "$@"` - } - fi - - - # func_basename FILE - # ------------------ - # Set func_basename_result to FILE with everything up to and including - # the last / stripped. - if test yes = "$_G_HAVE_XSI_OPS"; then - # If this shell supports suffix pattern removal, then use it to avoid - # forking. Hide the definitions single quotes in case the shell chokes - # on unsupported syntax... - _b='func_basename_result=${1##*/}' - _d='case $1 in - */*) func_dirname_result=${1%/*}$2 ;; - * ) func_dirname_result=$3 ;; - esac' - - else - # ...otherwise fall back to using sed. - _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' - _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` - if test "X$func_dirname_result" = "X$1"; then - func_dirname_result=$3 - else - func_append func_dirname_result "$2" - fi' - fi - - eval 'func_basename () - { - $debug_cmd - - '"$_b"' - }' - - - # func_dirname FILE APPEND NONDIR_REPLACEMENT - # ------------------------------------------- - # Compute the dirname of FILE. If nonempty, add APPEND to the result, - # otherwise set result to NONDIR_REPLACEMENT. - eval 'func_dirname () - { - $debug_cmd - - '"$_d"' - }' - - - # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT - # -------------------------------------------------------- - # Perform func_basename and func_dirname in a single function - # call: - # dirname: Compute the dirname of FILE. If nonempty, - # add APPEND to the result, otherwise set result - # to NONDIR_REPLACEMENT. - # value returned in "$func_dirname_result" - # basename: Compute filename of FILE. - # value retuned in "$func_basename_result" - # For efficiency, we do not delegate to the functions above but instead - # duplicate the functionality here. - eval 'func_dirname_and_basename () - { - $debug_cmd - - '"$_b"' - '"$_d"' - }' - - - # func_echo ARG... - # ---------------- - # Echo program name prefixed message. - func_echo () - { - $debug_cmd - - _G_message=$* - - func_echo_IFS=$IFS - IFS=$nl - for _G_line in $_G_message; do - IFS=$func_echo_IFS - $ECHO "$progname: $_G_line" - done - IFS=$func_echo_IFS - } - - - # func_echo_all ARG... - # -------------------- - # Invoke $ECHO with all args, space-separated. - func_echo_all () - { - $ECHO "$*" - } - - - # func_echo_infix_1 INFIX ARG... - # ------------------------------ - # Echo program name, followed by INFIX on the first line, with any - # additional lines not showing INFIX. - func_echo_infix_1 () - { - $debug_cmd - - $require_term_colors - - _G_infix=$1; shift - _G_indent=$_G_infix - _G_prefix="$progname: $_G_infix: " - _G_message=$* - - # Strip color escape sequences before counting printable length - for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" - do - test -n "$_G_tc" && { - _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` - _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` - } - done - _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes - - func_echo_infix_1_IFS=$IFS - IFS=$nl - for _G_line in $_G_message; do - IFS=$func_echo_infix_1_IFS - $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 - _G_prefix=$_G_indent - done - IFS=$func_echo_infix_1_IFS - } - - - # func_error ARG... - # ----------------- - # Echo program name prefixed message to standard error. - func_error () - { - $debug_cmd - - $require_term_colors - - func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 - } - - - # func_fatal_error ARG... - # ----------------------- - # Echo program name prefixed message to standard error, and exit. - func_fatal_error () - { - $debug_cmd - - func_error "$*" - exit $EXIT_FAILURE - } - - - # func_grep EXPRESSION FILENAME - # ----------------------------- - # Check whether EXPRESSION matches any line of FILENAME, without output. - func_grep () - { - $debug_cmd - - $GREP "$1" "$2" >/dev/null 2>&1 - } - - - # func_len STRING - # --------------- - # Set func_len_result to the length of STRING. STRING may not - # start with a hyphen. - test -z "$_G_HAVE_XSI_OPS" \ - && (eval 'x=a/b/c; - test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ - && _G_HAVE_XSI_OPS=yes - - if test yes = "$_G_HAVE_XSI_OPS"; then - eval 'func_len () - { - $debug_cmd - - func_len_result=${#1} - }' - else - func_len () - { - $debug_cmd - - func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` - } - fi - - - # func_mkdir_p DIRECTORY-PATH - # --------------------------- - # Make sure the entire path to DIRECTORY-PATH is available. - func_mkdir_p () - { - $debug_cmd - - _G_directory_path=$1 - _G_dir_list= - - if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then - - # Protect directory names starting with '-' - case $_G_directory_path in - -*) _G_directory_path=./$_G_directory_path ;; - esac - - # While some portion of DIR does not yet exist... - while test ! -d "$_G_directory_path"; do - # ...make a list in topmost first order. Use a colon delimited - # list incase some portion of path contains whitespace. - _G_dir_list=$_G_directory_path:$_G_dir_list - - # If the last portion added has no slash in it, the list is done - case $_G_directory_path in */*) ;; *) break ;; esac - - # ...otherwise throw away the child directory and loop - _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` - done - _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` - - func_mkdir_p_IFS=$IFS; IFS=: - for _G_dir in $_G_dir_list; do - IFS=$func_mkdir_p_IFS - # mkdir can fail with a 'File exist' error if two processes - # try to create one of the directories concurrently. Don't - # stop in that case! - $MKDIR "$_G_dir" 2>/dev/null || : - done - IFS=$func_mkdir_p_IFS - - # Bail out if we (or some other process) failed to create a directory. - test -d "$_G_directory_path" || \ - func_fatal_error "Failed to create '$1'" - fi - } - - - # func_mktempdir [BASENAME] - # ------------------------- - # Make a temporary directory that won't clash with other running - # libtool processes, and avoids race conditions if possible. If - # given, BASENAME is the basename for that directory. - func_mktempdir () - { - $debug_cmd - - _G_template=${TMPDIR-/tmp}/${1-$progname} - - if test : = "$opt_dry_run"; then - # Return a directory name, but don't create it in dry-run mode - _G_tmpdir=$_G_template-$$ - else - - # If mktemp works, use that first and foremost - _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` - - if test ! -d "$_G_tmpdir"; then - # Failing that, at least try and use $RANDOM to avoid a race - _G_tmpdir=$_G_template-${RANDOM-0}$$ - - func_mktempdir_umask=`umask` - umask 0077 - $MKDIR "$_G_tmpdir" - umask $func_mktempdir_umask - fi - - # If we're not in dry-run mode, bomb out on failure - test -d "$_G_tmpdir" || \ - func_fatal_error "cannot create temporary directory '$_G_tmpdir'" - fi - - $ECHO "$_G_tmpdir" - } - - - # func_normal_abspath PATH - # ------------------------ - # Remove doubled-up and trailing slashes, "." path components, - # and cancel out any ".." path components in PATH after making - # it an absolute path. - func_normal_abspath () - { - $debug_cmd - - # These SED scripts presuppose an absolute path with a trailing slash. - _G_pathcar='s|^/\([^/]*\).*$|\1|' - _G_pathcdr='s|^/[^/]*||' - _G_removedotparts=':dotsl - s|/\./|/|g - t dotsl - s|/\.$|/|' - _G_collapseslashes='s|/\{1,\}|/|g' - _G_finalslash='s|/*$|/|' - - # Start from root dir and reassemble the path. - func_normal_abspath_result= - func_normal_abspath_tpath=$1 - func_normal_abspath_altnamespace= - case $func_normal_abspath_tpath in - "") - # Empty path, that just means $cwd. - func_stripname '' '/' "`pwd`" - func_normal_abspath_result=$func_stripname_result - return - ;; - # The next three entries are used to spot a run of precisely - # two leading slashes without using negated character classes; - # we take advantage of case's first-match behaviour. - ///*) - # Unusual form of absolute path, do nothing. - ;; - //*) - # Not necessarily an ordinary path; POSIX reserves leading '//' - # and for example Cygwin uses it to access remote file shares - # over CIFS/SMB, so we conserve a leading double slash if found. - func_normal_abspath_altnamespace=/ - ;; - /*) - # Absolute path, do nothing. - ;; - *) - # Relative path, prepend $cwd. - func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath - ;; - esac - - # Cancel out all the simple stuff to save iterations. We also want - # the path to end with a slash for ease of parsing, so make sure - # there is one (and only one) here. - func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` - while :; do - # Processed it all yet? - if test / = "$func_normal_abspath_tpath"; then - # If we ascended to the root using ".." the result may be empty now. - if test -z "$func_normal_abspath_result"; then - func_normal_abspath_result=/ - fi - break - fi - func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$_G_pathcar"` - func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$_G_pathcdr"` - # Figure out what to do with it - case $func_normal_abspath_tcomponent in - "") - # Trailing empty path component, ignore it. - ;; - ..) - # Parent dir; strip last assembled component from result. - func_dirname "$func_normal_abspath_result" - func_normal_abspath_result=$func_dirname_result - ;; - *) - # Actual path component, append it. - func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" - ;; - esac - done - # Restore leading double-slash if one was found on entry. - func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result - } - - - # func_notquiet ARG... - # -------------------- - # Echo program name prefixed message only when not in quiet mode. - func_notquiet () - { - $debug_cmd - - $opt_quiet || func_echo ${1+"$@"} - - # A bug in bash halts the script if the last line of a function - # fails when set -e is in force, so we need another command to - # work around that: - : - } - - - # func_relative_path SRCDIR DSTDIR - # -------------------------------- - # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. - func_relative_path () - { - $debug_cmd - - func_relative_path_result= - func_normal_abspath "$1" - func_relative_path_tlibdir=$func_normal_abspath_result - func_normal_abspath "$2" - func_relative_path_tbindir=$func_normal_abspath_result - - # Ascend the tree starting from libdir - while :; do - # check if we have found a prefix of bindir - case $func_relative_path_tbindir in - $func_relative_path_tlibdir) - # found an exact match - func_relative_path_tcancelled= - break - ;; - $func_relative_path_tlibdir*) - # found a matching prefix - func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" - func_relative_path_tcancelled=$func_stripname_result - if test -z "$func_relative_path_result"; then - func_relative_path_result=. - fi - break - ;; - *) - func_dirname $func_relative_path_tlibdir - func_relative_path_tlibdir=$func_dirname_result - if test -z "$func_relative_path_tlibdir"; then - # Have to descend all the way to the root! - func_relative_path_result=../$func_relative_path_result - func_relative_path_tcancelled=$func_relative_path_tbindir - break - fi - func_relative_path_result=../$func_relative_path_result - ;; - esac - done - - # Now calculate path; take care to avoid doubling-up slashes. - func_stripname '' '/' "$func_relative_path_result" - func_relative_path_result=$func_stripname_result - func_stripname '/' '/' "$func_relative_path_tcancelled" - if test -n "$func_stripname_result"; then - func_append func_relative_path_result "/$func_stripname_result" - fi - - # Normalisation. If bindir is libdir, return '.' else relative path. - if test -n "$func_relative_path_result"; then - func_stripname './' '' "$func_relative_path_result" - func_relative_path_result=$func_stripname_result - fi - - test -n "$func_relative_path_result" || func_relative_path_result=. - - : - } - - - # func_quote_for_eval ARG... - # -------------------------- - # Aesthetically quote ARGs to be evaled later. - # This function returns two values: - # i) func_quote_for_eval_result - # double-quoted, suitable for a subsequent eval - # ii) func_quote_for_eval_unquoted_result - # has all characters that are still active within double - # quotes backslashified. - func_quote_for_eval () - { - $debug_cmd - - func_quote_for_eval_unquoted_result= - func_quote_for_eval_result= - while test 0 -lt $#; do - case $1 in - *[\\\`\"\$]*) - _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; - *) - _G_unquoted_arg=$1 ;; - esac - if test -n "$func_quote_for_eval_unquoted_result"; then - func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" - else - func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" - fi - - case $_G_unquoted_arg in - # Double-quote args containing shell metacharacters to delay - # word splitting, command substitution and variable expansion - # for a subsequent eval. - # Many Bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - _G_quoted_arg=\"$_G_unquoted_arg\" - ;; - *) - _G_quoted_arg=$_G_unquoted_arg - ;; - esac - - if test -n "$func_quote_for_eval_result"; then - func_append func_quote_for_eval_result " $_G_quoted_arg" - else - func_append func_quote_for_eval_result "$_G_quoted_arg" - fi - shift - done - } - - - # func_quote_for_expand ARG - # ------------------------- - # Aesthetically quote ARG to be evaled later; same as above, - # but do not quote variable references. - func_quote_for_expand () - { - $debug_cmd - - case $1 in - *[\\\`\"]*) - _G_arg=`$ECHO "$1" | $SED \ - -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; - *) - _G_arg=$1 ;; - esac - - case $_G_arg in - # Double-quote args containing shell metacharacters to delay - # word splitting and command substitution for a subsequent eval. - # Many Bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - _G_arg=\"$_G_arg\" - ;; - esac - - func_quote_for_expand_result=$_G_arg - } - - - # func_stripname PREFIX SUFFIX NAME - # --------------------------------- - # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. - # PREFIX and SUFFIX must not contain globbing or regex special - # characters, hashes, percent signs, but SUFFIX may contain a leading - # dot (in which case that matches only a dot). - if test yes = "$_G_HAVE_XSI_OPS"; then - eval 'func_stripname () - { - $debug_cmd - - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are - # positional parameters, so assign one to ordinary variable first. - func_stripname_result=$3 - func_stripname_result=${func_stripname_result#"$1"} - func_stripname_result=${func_stripname_result%"$2"} - }' - else - func_stripname () - { - $debug_cmd - - case $2 in - .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; - *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; - esac - } - fi - - - # func_show_eval CMD [FAIL_EXP] - # ----------------------------- - # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is - # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP - # is given, then evaluate it. - func_show_eval () - { - $debug_cmd - - _G_cmd=$1 - _G_fail_exp=${2-':'} - - func_quote_for_expand "$_G_cmd" - eval "func_notquiet $func_quote_for_expand_result" - - $opt_dry_run || { - eval "$_G_cmd" - _G_status=$? - if test 0 -ne "$_G_status"; then - eval "(exit $_G_status); $_G_fail_exp" - fi - } - } - - - # func_show_eval_locale CMD [FAIL_EXP] - # ------------------------------------ - # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is - # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP - # is given, then evaluate it. Use the saved locale for evaluation. - func_show_eval_locale () - { - $debug_cmd - - _G_cmd=$1 - _G_fail_exp=${2-':'} - - $opt_quiet || { - func_quote_for_expand "$_G_cmd" - eval "func_echo $func_quote_for_expand_result" - } - - $opt_dry_run || { - eval "$_G_user_locale - $_G_cmd" - _G_status=$? - eval "$_G_safe_locale" - if test 0 -ne "$_G_status"; then - eval "(exit $_G_status); $_G_fail_exp" - fi - } - } - - - # func_tr_sh - # ---------- - # Turn $1 into a string suitable for a shell variable name. - # Result is stored in $func_tr_sh_result. All characters - # not in the set a-zA-Z0-9_ are replaced with '_'. Further, - # if $1 begins with a digit, a '_' is prepended as well. - func_tr_sh () - { - $debug_cmd - - case $1 in - [0-9]* | *[!a-zA-Z0-9_]*) - func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` - ;; - * ) - func_tr_sh_result=$1 - ;; - esac - } - - - # func_verbose ARG... - # ------------------- - # Echo program name prefixed message in verbose mode only. - func_verbose () - { - $debug_cmd - - $opt_verbose && func_echo "$*" - - : - } - - - # func_warn_and_continue ARG... - # ----------------------------- - # Echo program name prefixed warning message to standard error. - func_warn_and_continue () - { - $debug_cmd - - $require_term_colors - - func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 - } - - - # func_warning CATEGORY ARG... - # ---------------------------- - # Echo program name prefixed warning message to standard error. Warning - # messages can be filtered according to CATEGORY, where this function - # elides messages where CATEGORY is not listed in the global variable - # 'opt_warning_types'. - func_warning () - { - $debug_cmd - - # CATEGORY must be in the warning_categories list! - case " $warning_categories " in - *" $1 "*) ;; - *) func_internal_error "invalid warning category '$1'" ;; - esac - - _G_category=$1 - shift - - case " $opt_warning_types " in - *" $_G_category "*) $warning_func ${1+"$@"} ;; - esac - } - - - # func_sort_ver VER1 VER2 - # ----------------------- - # 'sort -V' is not generally available. - # Note this deviates from the version comparison in automake - # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a - # but this should suffice as we won't be specifying old - # version formats or redundant trailing .0 in bootstrap.conf. - # If we did want full compatibility then we should probably - # use m4_version_compare from autoconf. - func_sort_ver () - { - $debug_cmd - - printf '%s\n%s\n' "$1" "$2" \ - | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n - } - - # func_lt_ver PREV CURR - # --------------------- - # Return true if PREV and CURR are in the correct order according to - # func_sort_ver, otherwise false. Use it like this: - # - # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." - func_lt_ver () - { - $debug_cmd - - test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` - } - - - # Local variables: - # mode: shell-script - # sh-indentation: 2 - # eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" - # time-stamp-time-zone: "UTC" - # End: - #! /bin/sh - - # Set a version string for this script. - scriptversion=2014-01-07.03; # UTC - - # A portable, pluggable option parser for Bourne shell. - # Written by Gary V. Vaughan, 2010 - - # Copyright (C) 2010-2015 Free Software Foundation, Inc. - # This is free software; see the source for copying conditions. There is NO - # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - # This program is free software: you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation, either version 3 of the License, or - # (at your option) any later version. - - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - - # Please report bugs or propose patches to gary@gnu.org. - - - ## ------ ## - ## Usage. ## - ## ------ ## - - # This file is a library for parsing options in your shell scripts along - # with assorted other useful supporting features that you can make use - # of too. - # - # For the simplest scripts you might need only: - # - # #!/bin/sh - # . relative/path/to/funclib.sh - # . relative/path/to/options-parser - # scriptversion=1.0 - # func_options ${1+"$@"} - # eval set dummy "$func_options_result"; shift - # ...rest of your script... - # - # In order for the '--version' option to work, you will need to have a - # suitably formatted comment like the one at the top of this file - # starting with '# Written by ' and ending with '# warranty; '. - # - # For '-h' and '--help' to work, you will also need a one line - # description of your script's purpose in a comment directly above the - # '# Written by ' line, like the one at the top of this file. - # - # The default options also support '--debug', which will turn on shell - # execution tracing (see the comment above debug_cmd below for another - # use), and '--verbose' and the func_verbose function to allow your script - # to display verbose messages only when your user has specified - # '--verbose'. - # - # After sourcing this file, you can plug processing for additional - # options by amending the variables from the 'Configuration' section - # below, and following the instructions in the 'Option parsing' - # section further down. - - ## -------------- ## - ## Configuration. ## - ## -------------- ## - - # You should override these variables in your script after sourcing this - # file so that they reflect the customisations you have added to the - # option parser. - - # The usage line for option parsing errors and the start of '-h' and - # '--help' output messages. You can embed shell variables for delayed - # expansion at the time the message is displayed, but you will need to - # quote other shell meta-characters carefully to prevent them being - # expanded when the contents are evaled. - usage='$progpath [OPTION]...' - - # Short help message in response to '-h' and '--help'. Add to this or - # override it after sourcing this library to reflect the full set of - # options your script accepts. - usage_message="\ - --debug enable verbose shell tracing - -W, --warnings=CATEGORY - report the warnings falling in CATEGORY [all] - -v, --verbose verbosely report processing - --version print version information and exit - -h, --help print short or long help message and exit - " - - # Additional text appended to 'usage_message' in response to '--help'. - long_help_message=" - Warning categories include: - 'all' show all warnings - 'none' turn off all the warnings - 'error' warnings are treated as fatal errors" - - # Help message printed before fatal option parsing errors. - fatal_help="Try '\$progname --help' for more information." - - - - ## ------------------------- ## - ## Hook function management. ## - ## ------------------------- ## - - # This section contains functions for adding, removing, and running hooks - # to the main code. A hook is just a named list of of function, that can - # be run in order later on. - - # func_hookable FUNC_NAME - # ----------------------- - # Declare that FUNC_NAME will run hooks added with - # 'func_add_hook FUNC_NAME ...'. - func_hookable () - { - $debug_cmd - - func_append hookable_fns " $1" - } - - - # func_add_hook FUNC_NAME HOOK_FUNC - # --------------------------------- - # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must - # first have been declared "hookable" by a call to 'func_hookable'. - func_add_hook () - { - $debug_cmd - - case " $hookable_fns " in - *" $1 "*) ;; - *) func_fatal_error "'$1' does not accept hook functions." ;; - esac - - eval func_append ${1}_hooks '" $2"' - } - - - # func_remove_hook FUNC_NAME HOOK_FUNC - # ------------------------------------ - # Remove HOOK_FUNC from the list of functions called by FUNC_NAME. - func_remove_hook () - { - $debug_cmd - - eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' - } - - - # func_run_hooks FUNC_NAME [ARG]... - # --------------------------------- - # Run all hook functions registered to FUNC_NAME. - # It is assumed that the list of hook functions contains nothing more - # than a whitespace-delimited list of legal shell function names, and - # no effort is wasted trying to catch shell meta-characters or preserve - # whitespace. - func_run_hooks () - { - $debug_cmd - - case " $hookable_fns " in - *" $1 "*) ;; - *) func_fatal_error "'$1' does not support hook funcions.n" ;; - esac - - eval _G_hook_fns=\$$1_hooks; shift - - for _G_hook in $_G_hook_fns; do - eval $_G_hook '"$@"' - - # store returned options list back into positional - # parameters for next 'cmd' execution. - eval _G_hook_result=\$${_G_hook}_result - eval set dummy "$_G_hook_result"; shift - done - - func_quote_for_eval ${1+"$@"} - func_run_hooks_result=$func_quote_for_eval_result - } - - - - ## --------------- ## - ## Option parsing. ## - ## --------------- ## - - # In order to add your own option parsing hooks, you must accept the - # full positional parameter list in your hook function, remove any - # options that you action, and then pass back the remaining unprocessed - # options in '_result', escaped suitably for - # 'eval'. Like this: - # - # my_options_prep () - # { - # $debug_cmd - # - # # Extend the existing usage message. - # usage_message=$usage_message' - # -s, --silent don'\''t print informational messages - # ' - # - # func_quote_for_eval ${1+"$@"} - # my_options_prep_result=$func_quote_for_eval_result - # } - # func_add_hook func_options_prep my_options_prep - # - # - # my_silent_option () - # { - # $debug_cmd - # - # # Note that for efficiency, we parse as many options as we can - # # recognise in a loop before passing the remainder back to the - # # caller on the first unrecognised argument we encounter. - # while test $# -gt 0; do - # opt=$1; shift - # case $opt in - # --silent|-s) opt_silent=: ;; - # # Separate non-argument short options: - # -s*) func_split_short_opt "$_G_opt" - # set dummy "$func_split_short_opt_name" \ - # "-$func_split_short_opt_arg" ${1+"$@"} - # shift - # ;; - # *) set dummy "$_G_opt" "$*"; shift; break ;; - # esac - # done - # - # func_quote_for_eval ${1+"$@"} - # my_silent_option_result=$func_quote_for_eval_result - # } - # func_add_hook func_parse_options my_silent_option - # - # - # my_option_validation () - # { - # $debug_cmd - # - # $opt_silent && $opt_verbose && func_fatal_help "\ - # '--silent' and '--verbose' options are mutually exclusive." - # - # func_quote_for_eval ${1+"$@"} - # my_option_validation_result=$func_quote_for_eval_result - # } - # func_add_hook func_validate_options my_option_validation - # - # You'll alse need to manually amend $usage_message to reflect the extra - # options you parse. It's preferable to append if you can, so that - # multiple option parsing hooks can be added safely. - - - # func_options [ARG]... - # --------------------- - # All the functions called inside func_options are hookable. See the - # individual implementations for details. - func_hookable func_options - func_options () - { - $debug_cmd - - func_options_prep ${1+"$@"} - eval func_parse_options \ - ${func_options_prep_result+"$func_options_prep_result"} - eval func_validate_options \ - ${func_parse_options_result+"$func_parse_options_result"} - - eval func_run_hooks func_options \ - ${func_validate_options_result+"$func_validate_options_result"} - - # save modified positional parameters for caller - func_options_result=$func_run_hooks_result - } - - - # func_options_prep [ARG]... - # -------------------------- - # All initialisations required before starting the option parse loop. - # Note that when calling hook functions, we pass through the list of - # positional parameters. If a hook function modifies that list, and - # needs to propogate that back to rest of this script, then the complete - # modified list must be put in 'func_run_hooks_result' before - # returning. - func_hookable func_options_prep - func_options_prep () - { - $debug_cmd - - # Option defaults: - opt_verbose=false - opt_warning_types= - - func_run_hooks func_options_prep ${1+"$@"} - - # save modified positional parameters for caller - func_options_prep_result=$func_run_hooks_result - } - - - # func_parse_options [ARG]... - # --------------------------- - # The main option parsing loop. - func_hookable func_parse_options - func_parse_options () - { - $debug_cmd - - func_parse_options_result= - - # this just eases exit handling - while test $# -gt 0; do - # Defer to hook functions for initial option parsing, so they - # get priority in the event of reusing an option name. - func_run_hooks func_parse_options ${1+"$@"} - - # Adjust func_parse_options positional parameters to match - eval set dummy "$func_run_hooks_result"; shift - - # Break out of the loop if we already parsed every option. - test $# -gt 0 || break - - _G_opt=$1 - shift - case $_G_opt in - --debug|-x) debug_cmd='set -x' - func_echo "enabling shell trace mode" - $debug_cmd - ;; - - --no-warnings|--no-warning|--no-warn) - set dummy --warnings none ${1+"$@"} - shift - ;; - - --warnings|--warning|-W) - test $# = 0 && func_missing_arg $_G_opt && break - case " $warning_categories $1" in - *" $1 "*) - # trailing space prevents matching last $1 above - func_append_uniq opt_warning_types " $1" - ;; - *all) - opt_warning_types=$warning_categories - ;; - *none) - opt_warning_types=none - warning_func=: - ;; - *error) - opt_warning_types=$warning_categories - warning_func=func_fatal_error - ;; - *) - func_fatal_error \ - "unsupported warning category: '$1'" - ;; - esac - shift - ;; - - --verbose|-v) opt_verbose=: ;; - --version) func_version ;; - -\?|-h) func_usage ;; - --help) func_help ;; - - # Separate optargs to long options (plugins may need this): - --*=*) func_split_equals "$_G_opt" - set dummy "$func_split_equals_lhs" \ - "$func_split_equals_rhs" ${1+"$@"} - shift - ;; - - # Separate optargs to short options: - -W*) - func_split_short_opt "$_G_opt" - set dummy "$func_split_short_opt_name" \ - "$func_split_short_opt_arg" ${1+"$@"} - shift - ;; - - # Separate non-argument short options: - -\?*|-h*|-v*|-x*) - func_split_short_opt "$_G_opt" - set dummy "$func_split_short_opt_name" \ - "-$func_split_short_opt_arg" ${1+"$@"} - shift - ;; - - --) break ;; - -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; - *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; - esac - done - - # save modified positional parameters for caller - func_quote_for_eval ${1+"$@"} - func_parse_options_result=$func_quote_for_eval_result - } - - - # func_validate_options [ARG]... - # ------------------------------ - # Perform any sanity checks on option settings and/or unconsumed - # arguments. - func_hookable func_validate_options - func_validate_options () - { - $debug_cmd - - # Display all warnings if -W was not given. - test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" - - func_run_hooks func_validate_options ${1+"$@"} - - # Bail if the options were screwed! - $exit_cmd $EXIT_FAILURE - - # save modified positional parameters for caller - func_validate_options_result=$func_run_hooks_result - } - - - - ## ----------------- ## - ## Helper functions. ## - ## ----------------- ## - - # This section contains the helper functions used by the rest of the - # hookable option parser framework in ascii-betical order. - - - # func_fatal_help ARG... - # ---------------------- - # Echo program name prefixed message to standard error, followed by - # a help hint, and exit. - func_fatal_help () - { - $debug_cmd - - eval \$ECHO \""Usage: $usage"\" - eval \$ECHO \""$fatal_help"\" - func_error ${1+"$@"} - exit $EXIT_FAILURE - } - - - # func_help - # --------- - # Echo long help message to standard output and exit. - func_help () - { - $debug_cmd - - func_usage_message - $ECHO "$long_help_message" - exit 0 - } - - - # func_missing_arg ARGNAME - # ------------------------ - # Echo program name prefixed message to standard error and set global - # exit_cmd. - func_missing_arg () - { - $debug_cmd - - func_error "Missing argument for '$1'." - exit_cmd=exit - } - - - # func_split_equals STRING - # ------------------------ - # Set func_split_equals_lhs and func_split_equals_rhs shell variables after - # splitting STRING at the '=' sign. - test -z "$_G_HAVE_XSI_OPS" \ - && (eval 'x=a/b/c; - test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ - && _G_HAVE_XSI_OPS=yes - - if test yes = "$_G_HAVE_XSI_OPS" - then - # This is an XSI compatible shell, allowing a faster implementation... - eval 'func_split_equals () - { - $debug_cmd - - func_split_equals_lhs=${1%%=*} - func_split_equals_rhs=${1#*=} - test "x$func_split_equals_lhs" = "x$1" \ - && func_split_equals_rhs= - }' - else - # ...otherwise fall back to using expr, which is often a shell builtin. - func_split_equals () - { - $debug_cmd - - func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` - func_split_equals_rhs= - test "x$func_split_equals_lhs" = "x$1" \ - || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` - } - fi #func_split_equals - - - # func_split_short_opt SHORTOPT - # ----------------------------- - # Set func_split_short_opt_name and func_split_short_opt_arg shell - # variables after splitting SHORTOPT after the 2nd character. - if test yes = "$_G_HAVE_XSI_OPS" - then - # This is an XSI compatible shell, allowing a faster implementation... - eval 'func_split_short_opt () - { - $debug_cmd - - func_split_short_opt_arg=${1#??} - func_split_short_opt_name=${1%"$func_split_short_opt_arg"} - }' - else - # ...otherwise fall back to using expr, which is often a shell builtin. - func_split_short_opt () - { - $debug_cmd - - func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` - func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` - } - fi #func_split_short_opt - - - # func_usage - # ---------- - # Echo short help message to standard output and exit. - func_usage () - { - $debug_cmd - - func_usage_message - $ECHO "Run '$progname --help |${PAGER-more}' for full usage" - exit 0 - } - - - # func_usage_message - # ------------------ - # Echo short help message to standard output. - func_usage_message () - { - $debug_cmd - - eval \$ECHO \""Usage: $usage"\" - echo - $SED -n 's|^# || - /^Written by/{ - x;p;x - } - h - /^Written by/q' < "$progpath" - echo - eval \$ECHO \""$usage_message"\" - } - - - # func_version - # ------------ - # Echo version message to standard output and exit. - func_version () - { - $debug_cmd - - printf '%s\n' "$progname $scriptversion" - $SED -n ' - /(C)/!b go - :more - /\./!{ - N - s|\n# | | - b more - } - :go - /^# Written by /,/# warranty; / { - s|^# || - s|^# *$|| - s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| - p - } - /^# Written by / { - s|^# || - p - } - /^warranty; /q' < "$progpath" - - exit $? - } - - - # Local variables: - # mode: shell-script - # sh-indentation: 2 - # eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" - # time-stamp-time-zone: "UTC" - # End: - - # Set a version string. - scriptversion='(GNU libtool) 2.4.6' - - - # func_echo ARG... - # ---------------- - # Libtool also displays the current mode in messages, so override - # funclib.sh func_echo with this custom definition. - func_echo () - { - $debug_cmd - - _G_message=$* - - func_echo_IFS=$IFS - IFS=$nl - for _G_line in $_G_message; do - IFS=$func_echo_IFS - $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" - done - IFS=$func_echo_IFS - } - - - # func_warning ARG... - # ------------------- - # Libtool warnings are not categorized, so override funclib.sh - # func_warning with this simpler definition. - func_warning () - { - $debug_cmd - - $warning_func ${1+"$@"} - } - - - ## ---------------- ## - ## Options parsing. ## - ## ---------------- ## - - # Hook in the functions to make sure our own options are parsed during - # the option parsing loop. - - usage='$progpath [OPTION]... [MODE-ARG]...' - - # Short help message in response to '-h'. - usage_message="Options: - --config show all configuration variables - --debug enable verbose shell tracing - -n, --dry-run display commands without modifying any files - --features display basic configuration information and exit - --mode=MODE use operation mode MODE - --no-warnings equivalent to '-Wnone' - --preserve-dup-deps don't remove duplicate dependency libraries - --quiet, --silent don't print informational messages - --tag=TAG use configuration variables from tag TAG - -v, --verbose print more informational messages than default - --version print version information - -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] - -h, --help, --help-all print short, long, or detailed help message - " - - # Additional text appended to 'usage_message' in response to '--help'. - func_help () - { - $debug_cmd - - func_usage_message - $ECHO "$long_help_message - - MODE must be one of the following: - - clean remove files from the build directory - compile compile a source file into a libtool object - execute automatically set library path, then run a program - finish complete the installation of libtool libraries - install install libraries or executables - link create a library or an executable - uninstall remove libraries from an installed directory - - MODE-ARGS vary depending on the MODE. When passed as first option, - '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. - Try '$progname --help --mode=MODE' for a more detailed description of MODE. - - When reporting a bug, please describe a test case to reproduce it and - include the following information: - - host-triplet: $host - shell: $SHELL - compiler: $LTCC - compiler flags: $LTCFLAGS - linker: $LD (gnu? $with_gnu_ld) - version: $progname (GNU libtool) 2.4.6 - automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` - autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` - - Report bugs to . - GNU libtool home page: . - General help using GNU software: ." - exit 0 - } - - - # func_lo2o OBJECT-NAME - # --------------------- - # Transform OBJECT-NAME from a '.lo' suffix to the platform specific - # object suffix. - - lo2o=s/\\.lo\$/.$objext/ - o2lo=s/\\.$objext\$/.lo/ - - if test yes = "$_G_HAVE_XSI_OPS"; then - eval 'func_lo2o () - { - case $1 in - *.lo) func_lo2o_result=${1%.lo}.$objext ;; - * ) func_lo2o_result=$1 ;; - esac - }' - - # func_xform LIBOBJ-OR-SOURCE - # --------------------------- - # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) - # suffix to a '.lo' libtool-object suffix. - eval 'func_xform () - { - func_xform_result=${1%.*}.lo - }' - else - # ...otherwise fall back to using sed. - func_lo2o () - { - func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` - } - - func_xform () - { - func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` - } - fi - - - # func_fatal_configuration ARG... - # ------------------------------- - # Echo program name prefixed message to standard error, followed by - # a configuration failure hint, and exit. - func_fatal_configuration () - { - func__fatal_error ${1+"$@"} \ - "See the $PACKAGE documentation for more information." \ - "Fatal configuration error." - } - - - # func_config - # ----------- - # Display the configuration for all the tags in this script. - func_config () - { - re_begincf='^# ### BEGIN LIBTOOL' - re_endcf='^# ### END LIBTOOL' - - # Default configuration. - $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" - - # Now print the configurations for the tags. - for tagname in $taglist; do - $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" - done - - exit $? - } - - - # func_features - # ------------- - # Display the features supported by this script. - func_features () - { - echo "host: $host" - if test yes = "$build_libtool_libs"; then - echo "enable shared libraries" - else - echo "disable shared libraries" - fi - if test yes = "$build_old_libs"; then - echo "enable static libraries" - else - echo "disable static libraries" - fi - - exit $? - } - - - # func_enable_tag TAGNAME - # ----------------------- - # Verify that TAGNAME is valid, and either flag an error and exit, or - # enable the TAGNAME tag. We also add TAGNAME to the global $taglist - # variable here. - func_enable_tag () - { - # Global variable: - tagname=$1 - - re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" - re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" - sed_extractcf=/$re_begincf/,/$re_endcf/p - - # Validate tagname. - case $tagname in - *[!-_A-Za-z0-9,/]*) - func_fatal_error "invalid tag name: $tagname" - ;; - esac - - # Don't test for the "default" C tag, as we know it's - # there but not specially marked. - case $tagname in - CC) ;; - *) - if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then - taglist="$taglist $tagname" - - # Evaluate the configuration. Be careful to quote the path - # and the sed script, to avoid splitting on whitespace, but - # also don't use non-portable quotes within backquotes within - # quotes we have to do it in 2 steps: - extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` - eval "$extractedcf" - else - func_error "ignoring unknown tag $tagname" - fi - ;; - esac - } - - - # func_check_version_match - # ------------------------ - # Ensure that we are using m4 macros, and libtool script from the same - # release of libtool. - func_check_version_match () - { - if test "$package_revision" != "$macro_revision"; then - if test "$VERSION" != "$macro_version"; then - if test -z "$macro_version"; then - cat >&2 <<_LT_EOF - $progname: Version mismatch error. This is $PACKAGE $VERSION, but the - $progname: definition of this LT_INIT comes from an older release. - $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION - $progname: and run autoconf again. - _LT_EOF - else - cat >&2 <<_LT_EOF - $progname: Version mismatch error. This is $PACKAGE $VERSION, but the - $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. - $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION - $progname: and run autoconf again. - _LT_EOF - fi - else - cat >&2 <<_LT_EOF - $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, - $progname: but the definition of this LT_INIT comes from revision $macro_revision. - $progname: You should recreate aclocal.m4 with macros from revision $package_revision - $progname: of $PACKAGE $VERSION and run autoconf again. - _LT_EOF - fi - - exit $EXIT_MISMATCH - fi - } - - - # libtool_options_prep [ARG]... - # ----------------------------- - # Preparation for options parsed by libtool. - libtool_options_prep () - { - $debug_mode - - # Option defaults: - opt_config=false - opt_dlopen= - opt_dry_run=false - opt_help=false - opt_mode= - opt_preserve_dup_deps=false - opt_quiet=false - - nonopt= - preserve_args= - - # Shorthand for --mode=foo, only valid as the first argument - case $1 in - clean|clea|cle|cl) - shift; set dummy --mode clean ${1+"$@"}; shift - ;; - compile|compil|compi|comp|com|co|c) - shift; set dummy --mode compile ${1+"$@"}; shift - ;; - execute|execut|execu|exec|exe|ex|e) - shift; set dummy --mode execute ${1+"$@"}; shift - ;; - finish|finis|fini|fin|fi|f) - shift; set dummy --mode finish ${1+"$@"}; shift - ;; - install|instal|insta|inst|ins|in|i) - shift; set dummy --mode install ${1+"$@"}; shift - ;; - link|lin|li|l) - shift; set dummy --mode link ${1+"$@"}; shift - ;; - uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) - shift; set dummy --mode uninstall ${1+"$@"}; shift - ;; - esac - - # Pass back the list of options. - func_quote_for_eval ${1+"$@"} - libtool_options_prep_result=$func_quote_for_eval_result - } - func_add_hook func_options_prep libtool_options_prep - - - # libtool_parse_options [ARG]... - # --------------------------------- - # Provide handling for libtool specific options. - libtool_parse_options () - { - $debug_cmd - - # Perform our own loop to consume as many options as possible in - # each iteration. - while test $# -gt 0; do - _G_opt=$1 - shift - case $_G_opt in - --dry-run|--dryrun|-n) - opt_dry_run=: - ;; - - --config) func_config ;; - - --dlopen|-dlopen) - opt_dlopen="${opt_dlopen+$opt_dlopen - }$1" - shift - ;; - - --preserve-dup-deps) - opt_preserve_dup_deps=: ;; - - --features) func_features ;; - - --finish) set dummy --mode finish ${1+"$@"}; shift ;; - - --help) opt_help=: ;; - - --help-all) opt_help=': help-all' ;; - - --mode) test $# = 0 && func_missing_arg $_G_opt && break - opt_mode=$1 - case $1 in - # Valid mode arguments: - clean|compile|execute|finish|install|link|relink|uninstall) ;; - - # Catch anything else as an error - *) func_error "invalid argument for $_G_opt" - exit_cmd=exit - break - ;; - esac - shift - ;; - - --no-silent|--no-quiet) - opt_quiet=false - func_append preserve_args " $_G_opt" - ;; - - --no-warnings|--no-warning|--no-warn) - opt_warning=false - func_append preserve_args " $_G_opt" - ;; - - --no-verbose) - opt_verbose=false - func_append preserve_args " $_G_opt" - ;; - - --silent|--quiet) - opt_quiet=: - opt_verbose=false - func_append preserve_args " $_G_opt" - ;; - - --tag) test $# = 0 && func_missing_arg $_G_opt && break - opt_tag=$1 - func_append preserve_args " $_G_opt $1" - func_enable_tag "$1" - shift - ;; - - --verbose|-v) opt_quiet=false - opt_verbose=: - func_append preserve_args " $_G_opt" - ;; - - # An option not handled by this hook function: - *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; - esac - done - - - # save modified positional parameters for caller - func_quote_for_eval ${1+"$@"} - libtool_parse_options_result=$func_quote_for_eval_result - } - func_add_hook func_parse_options libtool_parse_options - - - - # libtool_validate_options [ARG]... - # --------------------------------- - # Perform any sanity checks on option settings and/or unconsumed - # arguments. - libtool_validate_options () - { - # save first non-option argument - if test 0 -lt $#; then - nonopt=$1 - shift - fi - - # preserve --debug - test : = "$debug_cmd" || func_append preserve_args " --debug" - - case $host in - # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 - # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 - *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) - # don't eliminate duplications in $postdeps and $predeps - opt_duplicate_compiler_generated_deps=: - ;; - *) - opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps - ;; - esac - - $opt_help || { - # Sanity checks first: - func_check_version_match - - test yes != "$build_libtool_libs" \ - && test yes != "$build_old_libs" \ - && func_fatal_configuration "not configured to build any kind of library" - - # Darwin sucks - eval std_shrext=\"$shrext_cmds\" - - # Only execute mode is allowed to have -dlopen flags. - if test -n "$opt_dlopen" && test execute != "$opt_mode"; then - func_error "unrecognized option '-dlopen'" - $ECHO "$help" 1>&2 - exit $EXIT_FAILURE - fi - - # Change the help message to a mode-specific one. - generic_help=$help - help="Try '$progname --help --mode=$opt_mode' for more information." - } - - # Pass back the unparsed argument list - func_quote_for_eval ${1+"$@"} - libtool_validate_options_result=$func_quote_for_eval_result - } - func_add_hook func_validate_options libtool_validate_options - - - # Process options as early as possible so that --help and --version - # can return quickly. - func_options ${1+"$@"} - eval set dummy "$func_options_result"; shift - - - - ## ----------- ## - ## Main. ## - ## ----------- ## - - magic='%%%MAGIC variable%%%' - magic_exe='%%%MAGIC EXE variable%%%' - - # Global variables. - extracted_archives= - extracted_serial=0 - - # If this variable is set in any of the actions, the command in it - # will be execed at the end. This prevents here-documents from being - # left over by shells. - exec_cmd= - - - # A function that is used when there is no print builtin or printf. - func_fallback_echo () - { - eval 'cat <<_LTECHO_EOF - $1 - _LTECHO_EOF' - } - - # func_generated_by_libtool - # True iff stdin has been generated by Libtool. This function is only - # a basic sanity check; it will hardly flush out determined imposters. - func_generated_by_libtool_p () - { - $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 - } - - # func_lalib_p file - # True iff FILE is a libtool '.la' library or '.lo' object file. - # This function is only a basic sanity check; it will hardly flush out - # determined imposters. - func_lalib_p () - { - test -f "$1" && - $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p - } - - # func_lalib_unsafe_p file - # True iff FILE is a libtool '.la' library or '.lo' object file. - # This function implements the same check as func_lalib_p without - # resorting to external programs. To this end, it redirects stdin and - # closes it afterwards, without saving the original file descriptor. - # As a safety measure, use it only where a negative result would be - # fatal anyway. Works if 'file' does not exist. - func_lalib_unsafe_p () - { - lalib_p=no - if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then - for lalib_p_l in 1 2 3 4 - do - read lalib_p_line - case $lalib_p_line in - \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; - esac - done - exec 0<&5 5<&- - fi - test yes = "$lalib_p" - } - - # func_ltwrapper_script_p file - # True iff FILE is a libtool wrapper script - # This function is only a basic sanity check; it will hardly flush out - # determined imposters. - func_ltwrapper_script_p () - { - test -f "$1" && - $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p - } - - # func_ltwrapper_executable_p file - # True iff FILE is a libtool wrapper executable - # This function is only a basic sanity check; it will hardly flush out - # determined imposters. - func_ltwrapper_executable_p () - { - func_ltwrapper_exec_suffix= - case $1 in - *.exe) ;; - *) func_ltwrapper_exec_suffix=.exe ;; - esac - $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 - } - - # func_ltwrapper_scriptname file - # Assumes file is an ltwrapper_executable - # uses $file to determine the appropriate filename for a - # temporary ltwrapper_script. - func_ltwrapper_scriptname () - { - func_dirname_and_basename "$1" "" "." - func_stripname '' '.exe' "$func_basename_result" - func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper - } - - # func_ltwrapper_p file - # True iff FILE is a libtool wrapper script or wrapper executable - # This function is only a basic sanity check; it will hardly flush out - # determined imposters. - func_ltwrapper_p () - { - func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" - } - - - # func_execute_cmds commands fail_cmd - # Execute tilde-delimited COMMANDS. - # If FAIL_CMD is given, eval that upon failure. - # FAIL_CMD may read-access the current command in variable CMD! - func_execute_cmds () - { - $debug_cmd - - save_ifs=$IFS; IFS='~' - for cmd in $1; do - IFS=$sp$nl - eval cmd=\"$cmd\" - IFS=$save_ifs - func_show_eval "$cmd" "${2-:}" - done - IFS=$save_ifs - } - - - # func_source file - # Source FILE, adding directory component if necessary. - # Note that it is not necessary on cygwin/mingw to append a dot to - # FILE even if both FILE and FILE.exe exist: automatic-append-.exe - # behavior happens only for exec(3), not for open(2)! Also, sourcing - # 'FILE.' does not work on cygwin managed mounts. - func_source () - { - $debug_cmd - - case $1 in - */* | *\\*) . "$1" ;; - *) . "./$1" ;; - esac - } - - - # func_resolve_sysroot PATH - # Replace a leading = in PATH with a sysroot. Store the result into - # func_resolve_sysroot_result - func_resolve_sysroot () - { - func_resolve_sysroot_result=$1 - case $func_resolve_sysroot_result in - =*) - func_stripname '=' '' "$func_resolve_sysroot_result" - func_resolve_sysroot_result=$lt_sysroot$func_stripname_result - ;; - esac - } - - # func_replace_sysroot PATH - # If PATH begins with the sysroot, replace it with = and - # store the result into func_replace_sysroot_result. - func_replace_sysroot () - { - case $lt_sysroot:$1 in - ?*:"$lt_sysroot"*) - func_stripname "$lt_sysroot" '' "$1" - func_replace_sysroot_result='='$func_stripname_result - ;; - *) - # Including no sysroot. - func_replace_sysroot_result=$1 - ;; - esac - } - - # func_infer_tag arg - # Infer tagged configuration to use if any are available and - # if one wasn't chosen via the "--tag" command line option. - # Only attempt this if the compiler in the base compile - # command doesn't match the default compiler. - # arg is usually of the form 'gcc ...' - func_infer_tag () - { - $debug_cmd - - if test -n "$available_tags" && test -z "$tagname"; then - CC_quoted= - for arg in $CC; do - func_append_quoted CC_quoted "$arg" - done - CC_expanded=`func_echo_all $CC` - CC_quoted_expanded=`func_echo_all $CC_quoted` - case $@ in - # Blanks in the command may have been stripped by the calling shell, - # but not from the CC environment variable when configure was run. - " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ - " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; - # Blanks at the start of $base_compile will cause this to fail - # if we don't check for them as well. - *) - for z in $available_tags; do - if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then - # Evaluate the configuration. - eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" - CC_quoted= - for arg in $CC; do - # Double-quote args containing other shell metacharacters. - func_append_quoted CC_quoted "$arg" - done - CC_expanded=`func_echo_all $CC` - CC_quoted_expanded=`func_echo_all $CC_quoted` - case "$@ " in - " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ - " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) - # The compiler in the base compile command matches - # the one in the tagged configuration. - # Assume this is the tagged configuration we want. - tagname=$z - break - ;; - esac - fi - done - # If $tagname still isn't set, then no tagged configuration - # was found and let the user know that the "--tag" command - # line option must be used. - if test -z "$tagname"; then - func_echo "unable to infer tagged configuration" - func_fatal_error "specify a tag with '--tag'" - # else - # func_verbose "using $tagname tagged configuration" - fi - ;; - esac - fi - } - - - - # func_write_libtool_object output_name pic_name nonpic_name - # Create a libtool object file (analogous to a ".la" file), - # but don't create it if we're doing a dry run. - func_write_libtool_object () - { - write_libobj=$1 - if test yes = "$build_libtool_libs"; then - write_lobj=\'$2\' - else - write_lobj=none - fi - - if test yes = "$build_old_libs"; then - write_oldobj=\'$3\' - else - write_oldobj=none - fi - - $opt_dry_run || { - cat >${write_libobj}T </dev/null` - if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then - func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | - $SED -e "$sed_naive_backslashify"` - else - func_convert_core_file_wine_to_w32_result= - fi - fi - } - # end: func_convert_core_file_wine_to_w32 - - - # func_convert_core_path_wine_to_w32 ARG - # Helper function used by path conversion functions when $build is *nix, and - # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly - # configured wine environment available, with the winepath program in $build's - # $PATH. Assumes ARG has no leading or trailing path separator characters. - # - # ARG is path to be converted from $build format to win32. - # Result is available in $func_convert_core_path_wine_to_w32_result. - # Unconvertible file (directory) names in ARG are skipped; if no directory names - # are convertible, then the result may be empty. - func_convert_core_path_wine_to_w32 () - { - $debug_cmd - - # unfortunately, winepath doesn't convert paths, only file names - func_convert_core_path_wine_to_w32_result= - if test -n "$1"; then - oldIFS=$IFS - IFS=: - for func_convert_core_path_wine_to_w32_f in $1; do - IFS=$oldIFS - func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" - if test -n "$func_convert_core_file_wine_to_w32_result"; then - if test -z "$func_convert_core_path_wine_to_w32_result"; then - func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result - else - func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" - fi - fi - done - IFS=$oldIFS - fi - } - # end: func_convert_core_path_wine_to_w32 - - - # func_cygpath ARGS... - # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when - # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) - # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or - # (2), returns the Cygwin file name or path in func_cygpath_result (input - # file name or path is assumed to be in w32 format, as previously converted - # from $build's *nix or MSYS format). In case (3), returns the w32 file name - # or path in func_cygpath_result (input file name or path is assumed to be in - # Cygwin format). Returns an empty string on error. - # - # ARGS are passed to cygpath, with the last one being the file name or path to - # be converted. - # - # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH - # environment variable; do not put it in $PATH. - func_cygpath () - { - $debug_cmd - - if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then - func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` - if test "$?" -ne 0; then - # on failure, ensure result is empty - func_cygpath_result= - fi - else - func_cygpath_result= - func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" - fi - } - #end: func_cygpath - - - # func_convert_core_msys_to_w32 ARG - # Convert file name or path ARG from MSYS format to w32 format. Return - # result in func_convert_core_msys_to_w32_result. - func_convert_core_msys_to_w32 () - { - $debug_cmd - - # awkward: cmd appends spaces to result - func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | - $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` - } - #end: func_convert_core_msys_to_w32 - - - # func_convert_file_check ARG1 ARG2 - # Verify that ARG1 (a file name in $build format) was converted to $host - # format in ARG2. Otherwise, emit an error message, but continue (resetting - # func_to_host_file_result to ARG1). - func_convert_file_check () - { - $debug_cmd - - if test -z "$2" && test -n "$1"; then - func_error "Could not determine host file name corresponding to" - func_error " '$1'" - func_error "Continuing, but uninstalled executables may not work." - # Fallback: - func_to_host_file_result=$1 - fi - } - # end func_convert_file_check - - - # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH - # Verify that FROM_PATH (a path in $build format) was converted to $host - # format in TO_PATH. Otherwise, emit an error message, but continue, resetting - # func_to_host_file_result to a simplistic fallback value (see below). - func_convert_path_check () - { - $debug_cmd - - if test -z "$4" && test -n "$3"; then - func_error "Could not determine the host path corresponding to" - func_error " '$3'" - func_error "Continuing, but uninstalled executables may not work." - # Fallback. This is a deliberately simplistic "conversion" and - # should not be "improved". See libtool.info. - if test "x$1" != "x$2"; then - lt_replace_pathsep_chars="s|$1|$2|g" - func_to_host_path_result=`echo "$3" | - $SED -e "$lt_replace_pathsep_chars"` - else - func_to_host_path_result=$3 - fi - fi - } - # end func_convert_path_check - - - # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG - # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT - # and appending REPL if ORIG matches BACKPAT. - func_convert_path_front_back_pathsep () - { - $debug_cmd - - case $4 in - $1 ) func_to_host_path_result=$3$func_to_host_path_result - ;; - esac - case $4 in - $2 ) func_append func_to_host_path_result "$3" - ;; - esac - } - # end func_convert_path_front_back_pathsep - - - ################################################## - # $build to $host FILE NAME CONVERSION FUNCTIONS # - ################################################## - # invoked via '$to_host_file_cmd ARG' - # - # In each case, ARG is the path to be converted from $build to $host format. - # Result will be available in $func_to_host_file_result. - - - # func_to_host_file ARG - # Converts the file name ARG from $build format to $host format. Return result - # in func_to_host_file_result. - func_to_host_file () - { - $debug_cmd - - $to_host_file_cmd "$1" - } - # end func_to_host_file - - - # func_to_tool_file ARG LAZY - # converts the file name ARG from $build format to toolchain format. Return - # result in func_to_tool_file_result. If the conversion in use is listed - # in (the comma separated) LAZY, no conversion takes place. - func_to_tool_file () - { - $debug_cmd - - case ,$2, in - *,"$to_tool_file_cmd",*) - func_to_tool_file_result=$1 - ;; - *) - $to_tool_file_cmd "$1" - func_to_tool_file_result=$func_to_host_file_result - ;; - esac - } - # end func_to_tool_file - - - # func_convert_file_noop ARG - # Copy ARG to func_to_host_file_result. - func_convert_file_noop () - { - func_to_host_file_result=$1 - } - # end func_convert_file_noop - - - # func_convert_file_msys_to_w32 ARG - # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic - # conversion to w32 is not available inside the cwrapper. Returns result in - # func_to_host_file_result. - func_convert_file_msys_to_w32 () - { - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - func_convert_core_msys_to_w32 "$1" - func_to_host_file_result=$func_convert_core_msys_to_w32_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" - } - # end func_convert_file_msys_to_w32 - - - # func_convert_file_cygwin_to_w32 ARG - # Convert file name ARG from Cygwin to w32 format. Returns result in - # func_to_host_file_result. - func_convert_file_cygwin_to_w32 () - { - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - # because $build is cygwin, we call "the" cygpath in $PATH; no need to use - # LT_CYGPATH in this case. - func_to_host_file_result=`cygpath -m "$1"` - fi - func_convert_file_check "$1" "$func_to_host_file_result" - } - # end func_convert_file_cygwin_to_w32 - - - # func_convert_file_nix_to_w32 ARG - # Convert file name ARG from *nix to w32 format. Requires a wine environment - # and a working winepath. Returns result in func_to_host_file_result. - func_convert_file_nix_to_w32 () - { - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - func_convert_core_file_wine_to_w32 "$1" - func_to_host_file_result=$func_convert_core_file_wine_to_w32_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" - } - # end func_convert_file_nix_to_w32 - - - # func_convert_file_msys_to_cygwin ARG - # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. - # Returns result in func_to_host_file_result. - func_convert_file_msys_to_cygwin () - { - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - func_convert_core_msys_to_w32 "$1" - func_cygpath -u "$func_convert_core_msys_to_w32_result" - func_to_host_file_result=$func_cygpath_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" - } - # end func_convert_file_msys_to_cygwin - - - # func_convert_file_nix_to_cygwin ARG - # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed - # in a wine environment, working winepath, and LT_CYGPATH set. Returns result - # in func_to_host_file_result. - func_convert_file_nix_to_cygwin () - { - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. - func_convert_core_file_wine_to_w32 "$1" - func_cygpath -u "$func_convert_core_file_wine_to_w32_result" - func_to_host_file_result=$func_cygpath_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" - } - # end func_convert_file_nix_to_cygwin - - - ############################################# - # $build to $host PATH CONVERSION FUNCTIONS # - ############################################# - # invoked via '$to_host_path_cmd ARG' - # - # In each case, ARG is the path to be converted from $build to $host format. - # The result will be available in $func_to_host_path_result. - # - # Path separators are also converted from $build format to $host format. If - # ARG begins or ends with a path separator character, it is preserved (but - # converted to $host format) on output. - # - # All path conversion functions are named using the following convention: - # file name conversion function : func_convert_file_X_to_Y () - # path conversion function : func_convert_path_X_to_Y () - # where, for any given $build/$host combination the 'X_to_Y' value is the - # same. If conversion functions are added for new $build/$host combinations, - # the two new functions must follow this pattern, or func_init_to_host_path_cmd - # will break. - - - # func_init_to_host_path_cmd - # Ensures that function "pointer" variable $to_host_path_cmd is set to the - # appropriate value, based on the value of $to_host_file_cmd. - to_host_path_cmd= - func_init_to_host_path_cmd () - { - $debug_cmd - - if test -z "$to_host_path_cmd"; then - func_stripname 'func_convert_file_' '' "$to_host_file_cmd" - to_host_path_cmd=func_convert_path_$func_stripname_result - fi - } - - - # func_to_host_path ARG - # Converts the path ARG from $build format to $host format. Return result - # in func_to_host_path_result. - func_to_host_path () - { - $debug_cmd - - func_init_to_host_path_cmd - $to_host_path_cmd "$1" - } - # end func_to_host_path - - - # func_convert_path_noop ARG - # Copy ARG to func_to_host_path_result. - func_convert_path_noop () - { - func_to_host_path_result=$1 - } - # end func_convert_path_noop - - - # func_convert_path_msys_to_w32 ARG - # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic - # conversion to w32 is not available inside the cwrapper. Returns result in - # func_to_host_path_result. - func_convert_path_msys_to_w32 () - { - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # Remove leading and trailing path separator characters from ARG. MSYS - # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; - # and winepath ignores them completely. - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" - func_to_host_path_result=$func_convert_core_msys_to_w32_result - func_convert_path_check : ";" \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" - fi - } - # end func_convert_path_msys_to_w32 - - - # func_convert_path_cygwin_to_w32 ARG - # Convert path ARG from Cygwin to w32 format. Returns result in - # func_to_host_file_result. - func_convert_path_cygwin_to_w32 () - { - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # See func_convert_path_msys_to_w32: - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` - func_convert_path_check : ";" \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" - fi - } - # end func_convert_path_cygwin_to_w32 - - - # func_convert_path_nix_to_w32 ARG - # Convert path ARG from *nix to w32 format. Requires a wine environment and - # a working winepath. Returns result in func_to_host_file_result. - func_convert_path_nix_to_w32 () - { - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # See func_convert_path_msys_to_w32: - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" - func_to_host_path_result=$func_convert_core_path_wine_to_w32_result - func_convert_path_check : ";" \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" - fi - } - # end func_convert_path_nix_to_w32 - - - # func_convert_path_msys_to_cygwin ARG - # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. - # Returns result in func_to_host_file_result. - func_convert_path_msys_to_cygwin () - { - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # See func_convert_path_msys_to_w32: - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" - func_cygpath -u -p "$func_convert_core_msys_to_w32_result" - func_to_host_path_result=$func_cygpath_result - func_convert_path_check : : \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" : "$1" - fi - } - # end func_convert_path_msys_to_cygwin - - - # func_convert_path_nix_to_cygwin ARG - # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a - # a wine environment, working winepath, and LT_CYGPATH set. Returns result in - # func_to_host_file_result. - func_convert_path_nix_to_cygwin () - { - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # Remove leading and trailing path separator characters from - # ARG. msys behavior is inconsistent here, cygpath turns them - # into '.;' and ';.', and winepath ignores them completely. - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" - func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" - func_to_host_path_result=$func_cygpath_result - func_convert_path_check : : \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" : "$1" - fi - } - # end func_convert_path_nix_to_cygwin - - - # func_dll_def_p FILE - # True iff FILE is a Windows DLL '.def' file. - # Keep in sync with _LT_DLL_DEF_P in libtool.m4 - func_dll_def_p () - { - $debug_cmd - - func_dll_def_p_tmp=`$SED -n \ - -e 's/^[ ]*//' \ - -e '/^\(;.*\)*$/d' \ - -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ - -e q \ - "$1"` - test DEF = "$func_dll_def_p_tmp" - } - - - # func_mode_compile arg... - func_mode_compile () - { - $debug_cmd - - # Get the compilation command and the source file. - base_compile= - srcfile=$nonopt # always keep a non-empty value in "srcfile" - suppress_opt=yes - suppress_output= - arg_mode=normal - libobj= - later= - pie_flag= - - for arg - do - case $arg_mode in - arg ) - # do not "continue". Instead, add this to base_compile - lastarg=$arg - arg_mode=normal - ;; - - target ) - libobj=$arg - arg_mode=normal - continue - ;; - - normal ) - # Accept any command-line options. - case $arg in - -o) - test -n "$libobj" && \ - func_fatal_error "you cannot specify '-o' more than once" - arg_mode=target - continue - ;; - - -pie | -fpie | -fPIE) - func_append pie_flag " $arg" - continue - ;; - - -shared | -static | -prefer-pic | -prefer-non-pic) - func_append later " $arg" - continue - ;; - - -no-suppress) - suppress_opt=no - continue - ;; - - -Xcompiler) - arg_mode=arg # the next one goes into the "base_compile" arg list - continue # The current "srcfile" will either be retained or - ;; # replaced later. I would guess that would be a bug. - - -Wc,*) - func_stripname '-Wc,' '' "$arg" - args=$func_stripname_result - lastarg= - save_ifs=$IFS; IFS=, - for arg in $args; do - IFS=$save_ifs - func_append_quoted lastarg "$arg" - done - IFS=$save_ifs - func_stripname ' ' '' "$lastarg" - lastarg=$func_stripname_result - - # Add the arguments to base_compile. - func_append base_compile " $lastarg" - continue - ;; - - *) - # Accept the current argument as the source file. - # The previous "srcfile" becomes the current argument. - # - lastarg=$srcfile - srcfile=$arg - ;; - esac # case $arg - ;; - esac # case $arg_mode - - # Aesthetically quote the previous argument. - func_append_quoted base_compile "$lastarg" - done # for arg - - case $arg_mode in - arg) - func_fatal_error "you must specify an argument for -Xcompile" - ;; - target) - func_fatal_error "you must specify a target with '-o'" - ;; - *) - # Get the name of the library object. - test -z "$libobj" && { - func_basename "$srcfile" - libobj=$func_basename_result - } - ;; - esac - - # Recognize several different file suffixes. - # If the user specifies -o file.o, it is replaced with file.lo - case $libobj in - *.[cCFSifmso] | \ - *.ada | *.adb | *.ads | *.asm | \ - *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ - *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) - func_xform "$libobj" - libobj=$func_xform_result - ;; - esac - - case $libobj in - *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; - *) - func_fatal_error "cannot determine name of library object from '$libobj'" - ;; - esac - - func_infer_tag $base_compile - - for arg in $later; do - case $arg in - -shared) - test yes = "$build_libtool_libs" \ - || func_fatal_configuration "cannot build a shared library" - build_old_libs=no - continue - ;; - - -static) - build_libtool_libs=no - build_old_libs=yes - continue - ;; - - -prefer-pic) - pic_mode=yes - continue - ;; - - -prefer-non-pic) - pic_mode=no - continue - ;; - esac - done - - func_quote_for_eval "$libobj" - test "X$libobj" != "X$func_quote_for_eval_result" \ - && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ - && func_warning "libobj name '$libobj' may not contain shell special characters." - func_dirname_and_basename "$obj" "/" "" - objname=$func_basename_result - xdir=$func_dirname_result - lobj=$xdir$objdir/$objname - - test -z "$base_compile" && \ - func_fatal_help "you must specify a compilation command" - - # Delete any leftover library objects. - if test yes = "$build_old_libs"; then - removelist="$obj $lobj $libobj ${libobj}T" - else - removelist="$lobj $libobj ${libobj}T" - fi - - # On Cygwin there's no "real" PIC flag so we must build both object types - case $host_os in - cygwin* | mingw* | pw32* | os2* | cegcc*) - pic_mode=default - ;; - esac - if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then - # non-PIC code in shared libraries is not supported - pic_mode=default - fi - - # Calculate the filename of the output object if compiler does - # not support -o with -c - if test no = "$compiler_c_o"; then - output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext - lockfile=$output_obj.lock - else - output_obj= - need_locks=no - lockfile= - fi - - # Lock this critical section if it is needed - # We use this script file to make the link, it avoids creating a new file - if test yes = "$need_locks"; then - until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do - func_echo "Waiting for $lockfile to be removed" - sleep 2 - done - elif test warn = "$need_locks"; then - if test -f "$lockfile"; then - $ECHO "\ - *** ERROR, $lockfile exists and contains: - `cat $lockfile 2>/dev/null` - - This indicates that another process is trying to use the same - temporary object file, and libtool could not work around it because - your compiler does not support '-c' and '-o' together. If you - repeat this compilation, it may succeed, by chance, but you had better - avoid parallel builds (make -j) in this platform, or get a better - compiler." - - $opt_dry_run || $RM $removelist - exit $EXIT_FAILURE - fi - func_append removelist " $output_obj" - $ECHO "$srcfile" > "$lockfile" - fi - - $opt_dry_run || $RM $removelist - func_append removelist " $lockfile" - trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 - - func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 - srcfile=$func_to_tool_file_result - func_quote_for_eval "$srcfile" - qsrcfile=$func_quote_for_eval_result - - # Only build a PIC object if we are building libtool libraries. - if test yes = "$build_libtool_libs"; then - # Without this assignment, base_compile gets emptied. - fbsd_hideous_sh_bug=$base_compile - - if test no != "$pic_mode"; then - command="$base_compile $qsrcfile $pic_flag" - else - # Don't build PIC code - command="$base_compile $qsrcfile" - fi - - func_mkdir_p "$xdir$objdir" - - if test -z "$output_obj"; then - # Place PIC objects in $objdir - func_append command " -o $lobj" - fi - - func_show_eval_locale "$command" \ - 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' - - if test warn = "$need_locks" && - test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then - $ECHO "\ - *** ERROR, $lockfile contains: - `cat $lockfile 2>/dev/null` - - but it should contain: - $srcfile - - This indicates that another process is trying to use the same - temporary object file, and libtool could not work around it because - your compiler does not support '-c' and '-o' together. If you - repeat this compilation, it may succeed, by chance, but you had better - avoid parallel builds (make -j) in this platform, or get a better - compiler." - - $opt_dry_run || $RM $removelist - exit $EXIT_FAILURE - fi - - # Just move the object if needed, then go on to compile the next one - if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then - func_show_eval '$MV "$output_obj" "$lobj"' \ - 'error=$?; $opt_dry_run || $RM $removelist; exit $error' - fi - - # Allow error messages only from the first compilation. - if test yes = "$suppress_opt"; then - suppress_output=' >/dev/null 2>&1' - fi - fi - - # Only build a position-dependent object if we build old libraries. - if test yes = "$build_old_libs"; then - if test yes != "$pic_mode"; then - # Don't build PIC code - command="$base_compile $qsrcfile$pie_flag" - else - command="$base_compile $qsrcfile $pic_flag" - fi - if test yes = "$compiler_c_o"; then - func_append command " -o $obj" - fi - - # Suppress compiler output if we already did a PIC compilation. - func_append command "$suppress_output" - func_show_eval_locale "$command" \ - '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' - - if test warn = "$need_locks" && - test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then - $ECHO "\ - *** ERROR, $lockfile contains: - `cat $lockfile 2>/dev/null` - - but it should contain: - $srcfile - - This indicates that another process is trying to use the same - temporary object file, and libtool could not work around it because - your compiler does not support '-c' and '-o' together. If you - repeat this compilation, it may succeed, by chance, but you had better - avoid parallel builds (make -j) in this platform, or get a better - compiler." - - $opt_dry_run || $RM $removelist - exit $EXIT_FAILURE - fi - - # Just move the object if needed - if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then - func_show_eval '$MV "$output_obj" "$obj"' \ - 'error=$?; $opt_dry_run || $RM $removelist; exit $error' - fi - fi - - $opt_dry_run || { - func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" - - # Unlock the critical section if it was locked - if test no != "$need_locks"; then - removelist=$lockfile - $RM "$lockfile" - fi - } - - exit $EXIT_SUCCESS - } - - $opt_help || { - test compile = "$opt_mode" && func_mode_compile ${1+"$@"} - } - - func_mode_help () - { - # We need to display help for each of the modes. - case $opt_mode in - "") - # Generic help is extracted from the usage comments - # at the start of this file. - func_help - ;; - - clean) - $ECHO \ - "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... - - Remove files from the build directory. - - RM is the name of the program to use to delete files associated with each FILE - (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed - to RM. - - If FILE is a libtool library, object or program, all the files associated - with it are deleted. Otherwise, only FILE itself is deleted using RM." - ;; - - compile) - $ECHO \ - "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE - - Compile a source file into a libtool library object. - - This mode accepts the following additional options: - - -o OUTPUT-FILE set the output file name to OUTPUT-FILE - -no-suppress do not suppress compiler output for multiple passes - -prefer-pic try to build PIC objects only - -prefer-non-pic try to build non-PIC objects only - -shared do not build a '.o' file suitable for static linking - -static only build a '.o' file suitable for static linking - -Wc,FLAG pass FLAG directly to the compiler - - COMPILE-COMMAND is a command to be used in creating a 'standard' object file - from the given SOURCEFILE. - - The output file name is determined by removing the directory component from - SOURCEFILE, then substituting the C source code suffix '.c' with the - library object suffix, '.lo'." - ;; - - execute) - $ECHO \ - "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... - - Automatically set library path, then run a program. - - This mode accepts the following additional options: - - -dlopen FILE add the directory containing FILE to the library path - - This mode sets the library path environment variable according to '-dlopen' - flags. - - If any of the ARGS are libtool executable wrappers, then they are translated - into their corresponding uninstalled binary, and any of their required library - directories are added to the library path. - - Then, COMMAND is executed, with ARGS as arguments." - ;; - - finish) - $ECHO \ - "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... - - Complete the installation of libtool libraries. - - Each LIBDIR is a directory that contains libtool libraries. - - The commands that this mode executes may require superuser privileges. Use - the '--dry-run' option if you just want to see what would be executed." - ;; - - install) - $ECHO \ - "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... - - Install executables or libraries. - - INSTALL-COMMAND is the installation command. The first component should be - either the 'install' or 'cp' program. - - The following components of INSTALL-COMMAND are treated specially: - - -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation - - The rest of the components are interpreted as arguments to that command (only - BSD-compatible install options are recognized)." - ;; - - link) - $ECHO \ - "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... - - Link object files or libraries together to form another library, or to - create an executable program. - - LINK-COMMAND is a command using the C compiler that you would use to create - a program from several object files. - - The following components of LINK-COMMAND are treated specially: - - -all-static do not do any dynamic linking at all - -avoid-version do not add a version suffix if possible - -bindir BINDIR specify path to binaries directory (for systems where - libraries must be found in the PATH setting at runtime) - -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime - -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols - -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) - -export-symbols SYMFILE - try to export only the symbols listed in SYMFILE - -export-symbols-regex REGEX - try to export only the symbols matching REGEX - -LLIBDIR search LIBDIR for required installed libraries - -lNAME OUTPUT-FILE requires the installed library libNAME - -module build a library that can dlopened - -no-fast-install disable the fast-install mode - -no-install link a not-installable executable - -no-undefined declare that a library does not refer to external symbols - -o OUTPUT-FILE create OUTPUT-FILE from the specified objects - -objectlist FILE use a list of object files found in FILE to specify objects - -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) - -precious-files-regex REGEX - don't remove output files matching REGEX - -release RELEASE specify package release information - -rpath LIBDIR the created library will eventually be installed in LIBDIR - -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries - -shared only do dynamic linking of libtool libraries - -shrext SUFFIX override the standard shared library file extension - -static do not do any dynamic linking of uninstalled libtool libraries - -static-libtool-libs - do not do any dynamic linking of libtool libraries - -version-info CURRENT[:REVISION[:AGE]] - specify library version info [each variable defaults to 0] - -weak LIBNAME declare that the target provides the LIBNAME interface - -Wc,FLAG - -Xcompiler FLAG pass linker-specific FLAG directly to the compiler - -Wl,FLAG - -Xlinker FLAG pass linker-specific FLAG directly to the linker - -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) - - All other options (arguments beginning with '-') are ignored. - - Every other argument is treated as a filename. Files ending in '.la' are - treated as uninstalled libtool libraries, other files are standard or library - object files. - - If the OUTPUT-FILE ends in '.la', then a libtool library is created, - only library objects ('.lo' files) may be specified, and '-rpath' is - required, except when creating a convenience library. - - If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created - using 'ar' and 'ranlib', or on Windows using 'lib'. - - If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file - is created, otherwise an executable program is created." - ;; - - uninstall) - $ECHO \ - "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... - - Remove libraries from an installation directory. - - RM is the name of the program to use to delete files associated with each FILE - (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed - to RM. - - If FILE is a libtool library, all the files associated with it are deleted. - Otherwise, only FILE itself is deleted using RM." - ;; - - *) - func_fatal_help "invalid operation mode '$opt_mode'" - ;; - esac - - echo - $ECHO "Try '$progname --help' for more information about other modes." - } - - # Now that we've collected a possible --mode arg, show help if necessary - if $opt_help; then - if test : = "$opt_help"; then - func_mode_help - else - { - func_help noexit - for opt_mode in compile link execute install finish uninstall clean; do - func_mode_help - done - } | $SED -n '1p; 2,$s/^Usage:/ or: /p' - { - func_help noexit - for opt_mode in compile link execute install finish uninstall clean; do - echo - func_mode_help - done - } | - $SED '1d - /^When reporting/,/^Report/{ - H - d - } - $x - /information about other modes/d - /more detailed .*MODE/d - s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' - fi - exit $? - fi - - - # func_mode_execute arg... - func_mode_execute () - { - $debug_cmd - - # The first argument is the command name. - cmd=$nonopt - test -z "$cmd" && \ - func_fatal_help "you must specify a COMMAND" - - # Handle -dlopen flags immediately. - for file in $opt_dlopen; do - test -f "$file" \ - || func_fatal_help "'$file' is not a file" - - dir= - case $file in - *.la) - func_resolve_sysroot "$file" - file=$func_resolve_sysroot_result - - # Check to see that this really is a libtool archive. - func_lalib_unsafe_p "$file" \ - || func_fatal_help "'$lib' is not a valid libtool archive" - - # Read the libtool library. - dlname= - library_names= - func_source "$file" - - # Skip this library if it cannot be dlopened. - if test -z "$dlname"; then - # Warn if it was a shared library. - test -n "$library_names" && \ - func_warning "'$file' was not linked with '-export-dynamic'" - continue - fi - - func_dirname "$file" "" "." - dir=$func_dirname_result - - if test -f "$dir/$objdir/$dlname"; then - func_append dir "/$objdir" - else - if test ! -f "$dir/$dlname"; then - func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" - fi - fi - ;; - - *.lo) - # Just add the directory containing the .lo file. - func_dirname "$file" "" "." - dir=$func_dirname_result - ;; - - *) - func_warning "'-dlopen' is ignored for non-libtool libraries and objects" - continue - ;; - esac - - # Get the absolute pathname. - absdir=`cd "$dir" && pwd` - test -n "$absdir" && dir=$absdir - - # Now add the directory to shlibpath_var. - if eval "test -z \"\$$shlibpath_var\""; then - eval "$shlibpath_var=\"\$dir\"" - else - eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" - fi - done - - # This variable tells wrapper scripts just to set shlibpath_var - # rather than running their programs. - libtool_execute_magic=$magic - - # Check if any of the arguments is a wrapper script. - args= - for file - do - case $file in - -* | *.la | *.lo ) ;; - *) - # Do a test to see if this is really a libtool program. - if func_ltwrapper_script_p "$file"; then - func_source "$file" - # Transform arg to wrapped name. - file=$progdir/$program - elif func_ltwrapper_executable_p "$file"; then - func_ltwrapper_scriptname "$file" - func_source "$func_ltwrapper_scriptname_result" - # Transform arg to wrapped name. - file=$progdir/$program - fi - ;; - esac - # Quote arguments (to preserve shell metacharacters). - func_append_quoted args "$file" - done - - if $opt_dry_run; then - # Display what would be done. - if test -n "$shlibpath_var"; then - eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" - echo "export $shlibpath_var" - fi - $ECHO "$cmd$args" - exit $EXIT_SUCCESS - else - if test -n "$shlibpath_var"; then - # Export the shlibpath_var. - eval "export $shlibpath_var" - fi - - # Restore saved environment variables - for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES - do - eval "if test \"\${save_$lt_var+set}\" = set; then - $lt_var=\$save_$lt_var; export $lt_var - else - $lt_unset $lt_var - fi" - done - - # Now prepare to actually exec the command. - exec_cmd=\$cmd$args - fi - } - - test execute = "$opt_mode" && func_mode_execute ${1+"$@"} - - - # func_mode_finish arg... - func_mode_finish () - { - $debug_cmd - - libs= - libdirs= - admincmds= - - for opt in "$nonopt" ${1+"$@"} - do - if test -d "$opt"; then - func_append libdirs " $opt" - - elif test -f "$opt"; then - if func_lalib_unsafe_p "$opt"; then - func_append libs " $opt" - else - func_warning "'$opt' is not a valid libtool archive" - fi - - else - func_fatal_error "invalid argument '$opt'" - fi - done - - if test -n "$libs"; then - if test -n "$lt_sysroot"; then - sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` - sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" - else - sysroot_cmd= - fi - - # Remove sysroot references - if $opt_dry_run; then - for lib in $libs; do - echo "removing references to $lt_sysroot and '=' prefixes from $lib" - done - else - tmpdir=`func_mktempdir` - for lib in $libs; do - $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ - > $tmpdir/tmp-la - mv -f $tmpdir/tmp-la $lib - done - ${RM}r "$tmpdir" - fi - fi - - if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then - for libdir in $libdirs; do - if test -n "$finish_cmds"; then - # Do each command in the finish commands. - func_execute_cmds "$finish_cmds" 'admincmds="$admincmds - '"$cmd"'"' - fi - if test -n "$finish_eval"; then - # Do the single finish_eval. - eval cmds=\"$finish_eval\" - $opt_dry_run || eval "$cmds" || func_append admincmds " - $cmds" - fi - done - fi - - # Exit here if they wanted silent mode. - $opt_quiet && exit $EXIT_SUCCESS - - if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then - echo "----------------------------------------------------------------------" - echo "Libraries have been installed in:" - for libdir in $libdirs; do - $ECHO " $libdir" - done - echo - echo "If you ever happen to want to link against installed libraries" - echo "in a given directory, LIBDIR, you must either use libtool, and" - echo "specify the full pathname of the library, or use the '-LLIBDIR'" - echo "flag during linking and do at least one of the following:" - if test -n "$shlibpath_var"; then - echo " - add LIBDIR to the '$shlibpath_var' environment variable" - echo " during execution" - fi - if test -n "$runpath_var"; then - echo " - add LIBDIR to the '$runpath_var' environment variable" - echo " during linking" - fi - if test -n "$hardcode_libdir_flag_spec"; then - libdir=LIBDIR - eval flag=\"$hardcode_libdir_flag_spec\" - - $ECHO " - use the '$flag' linker flag" - fi - if test -n "$admincmds"; then - $ECHO " - have your system administrator run these commands:$admincmds" - fi - if test -f /etc/ld.so.conf; then - echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" - fi - echo - - echo "See any operating system documentation about shared libraries for" - case $host in - solaris2.[6789]|solaris2.1[0-9]) - echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" - echo "pages." - ;; - *) - echo "more information, such as the ld(1) and ld.so(8) manual pages." - ;; - esac - echo "----------------------------------------------------------------------" - fi - exit $EXIT_SUCCESS - } - - test finish = "$opt_mode" && func_mode_finish ${1+"$@"} - - - # func_mode_install arg... - func_mode_install () - { - $debug_cmd - - # There may be an optional sh(1) argument at the beginning of - # install_prog (especially on Windows NT). - if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || - # Allow the use of GNU shtool's install command. - case $nonopt in *shtool*) :;; *) false;; esac - then - # Aesthetically quote it. - func_quote_for_eval "$nonopt" - install_prog="$func_quote_for_eval_result " - arg=$1 - shift - else - install_prog= - arg=$nonopt - fi - - # The real first argument should be the name of the installation program. - # Aesthetically quote it. - func_quote_for_eval "$arg" - func_append install_prog "$func_quote_for_eval_result" - install_shared_prog=$install_prog - case " $install_prog " in - *[\\\ /]cp\ *) install_cp=: ;; - *) install_cp=false ;; - esac - - # We need to accept at least all the BSD install flags. - dest= - files= - opts= - prev= - install_type= - isdir=false - stripme= - no_mode=: - for arg - do - arg2= - if test -n "$dest"; then - func_append files " $dest" - dest=$arg - continue - fi - - case $arg in - -d) isdir=: ;; - -f) - if $install_cp; then :; else - prev=$arg - fi - ;; - -g | -m | -o) - prev=$arg - ;; - -s) - stripme=" -s" - continue - ;; - -*) - ;; - *) - # If the previous option needed an argument, then skip it. - if test -n "$prev"; then - if test X-m = "X$prev" && test -n "$install_override_mode"; then - arg2=$install_override_mode - no_mode=false - fi - prev= - else - dest=$arg - continue - fi - ;; - esac - - # Aesthetically quote the argument. - func_quote_for_eval "$arg" - func_append install_prog " $func_quote_for_eval_result" - if test -n "$arg2"; then - func_quote_for_eval "$arg2" - fi - func_append install_shared_prog " $func_quote_for_eval_result" - done - - test -z "$install_prog" && \ - func_fatal_help "you must specify an install program" - - test -n "$prev" && \ - func_fatal_help "the '$prev' option requires an argument" - - if test -n "$install_override_mode" && $no_mode; then - if $install_cp; then :; else - func_quote_for_eval "$install_override_mode" - func_append install_shared_prog " -m $func_quote_for_eval_result" - fi - fi - - if test -z "$files"; then - if test -z "$dest"; then - func_fatal_help "no file or destination specified" - else - func_fatal_help "you must specify a destination" - fi - fi - - # Strip any trailing slash from the destination. - func_stripname '' '/' "$dest" - dest=$func_stripname_result - - # Check to see that the destination is a directory. - test -d "$dest" && isdir=: - if $isdir; then - destdir=$dest - destname= - else - func_dirname_and_basename "$dest" "" "." - destdir=$func_dirname_result - destname=$func_basename_result - - # Not a directory, so check to see that there is only one file specified. - set dummy $files; shift - test "$#" -gt 1 && \ - func_fatal_help "'$dest' is not a directory" - fi - case $destdir in - [\\/]* | [A-Za-z]:[\\/]*) ;; - *) - for file in $files; do - case $file in - *.lo) ;; - *) - func_fatal_help "'$destdir' must be an absolute directory name" - ;; - esac - done - ;; - esac - - # This variable tells wrapper scripts just to set variables rather - # than running their programs. - libtool_install_magic=$magic - - staticlibs= - future_libdirs= - current_libdirs= - for file in $files; do - - # Do each installation. - case $file in - *.$libext) - # Do the static libraries later. - func_append staticlibs " $file" - ;; - - *.la) - func_resolve_sysroot "$file" - file=$func_resolve_sysroot_result - - # Check to see that this really is a libtool archive. - func_lalib_unsafe_p "$file" \ - || func_fatal_help "'$file' is not a valid libtool archive" - - library_names= - old_library= - relink_command= - func_source "$file" - - # Add the libdir to current_libdirs if it is the destination. - if test "X$destdir" = "X$libdir"; then - case "$current_libdirs " in - *" $libdir "*) ;; - *) func_append current_libdirs " $libdir" ;; - esac - else - # Note the libdir as a future libdir. - case "$future_libdirs " in - *" $libdir "*) ;; - *) func_append future_libdirs " $libdir" ;; - esac - fi - - func_dirname "$file" "/" "" - dir=$func_dirname_result - func_append dir "$objdir" - - if test -n "$relink_command"; then - # Determine the prefix the user has applied to our future dir. - inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` - - # Don't allow the user to place us outside of our expected - # location b/c this prevents finding dependent libraries that - # are installed to the same prefix. - # At present, this check doesn't affect windows .dll's that - # are installed into $libdir/../bin (currently, that works fine) - # but it's something to keep an eye on. - test "$inst_prefix_dir" = "$destdir" && \ - func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" - - if test -n "$inst_prefix_dir"; then - # Stick the inst_prefix_dir data into the link command. - relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` - else - relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` - fi - - func_warning "relinking '$file'" - func_show_eval "$relink_command" \ - 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' - fi - - # See the names of the shared library. - set dummy $library_names; shift - if test -n "$1"; then - realname=$1 - shift - - srcname=$realname - test -n "$relink_command" && srcname=${realname}T - - # Install the shared library and build the symlinks. - func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ - 'exit $?' - tstripme=$stripme - case $host_os in - cygwin* | mingw* | pw32* | cegcc*) - case $realname in - *.dll.a) - tstripme= - ;; - esac - ;; - os2*) - case $realname in - *_dll.a) - tstripme= - ;; - esac - ;; - esac - if test -n "$tstripme" && test -n "$striplib"; then - func_show_eval "$striplib $destdir/$realname" 'exit $?' - fi - - if test "$#" -gt 0; then - # Delete the old symlinks, and create new ones. - # Try 'ln -sf' first, because the 'ln' binary might depend on - # the symlink we replace! Solaris /bin/ln does not understand -f, - # so we also need to try rm && ln -s. - for linkname - do - test "$linkname" != "$realname" \ - && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" - done - fi - - # Do each command in the postinstall commands. - lib=$destdir/$realname - func_execute_cmds "$postinstall_cmds" 'exit $?' - fi - - # Install the pseudo-library for information purposes. - func_basename "$file" - name=$func_basename_result - instname=$dir/${name}i - func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' - - # Maybe install the static library, too. - test -n "$old_library" && func_append staticlibs " $dir/$old_library" - ;; - - *.lo) - # Install (i.e. copy) a libtool object. - - # Figure out destination file name, if it wasn't already specified. - if test -n "$destname"; then - destfile=$destdir/$destname - else - func_basename "$file" - destfile=$func_basename_result - destfile=$destdir/$destfile - fi - - # Deduce the name of the destination old-style object file. - case $destfile in - *.lo) - func_lo2o "$destfile" - staticdest=$func_lo2o_result - ;; - *.$objext) - staticdest=$destfile - destfile= - ;; - *) - func_fatal_help "cannot copy a libtool object to '$destfile'" - ;; - esac - - # Install the libtool object if requested. - test -n "$destfile" && \ - func_show_eval "$install_prog $file $destfile" 'exit $?' - - # Install the old object if enabled. - if test yes = "$build_old_libs"; then - # Deduce the name of the old-style object file. - func_lo2o "$file" - staticobj=$func_lo2o_result - func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' - fi - exit $EXIT_SUCCESS - ;; - - *) - # Figure out destination file name, if it wasn't already specified. - if test -n "$destname"; then - destfile=$destdir/$destname - else - func_basename "$file" - destfile=$func_basename_result - destfile=$destdir/$destfile - fi - - # If the file is missing, and there is a .exe on the end, strip it - # because it is most likely a libtool script we actually want to - # install - stripped_ext= - case $file in - *.exe) - if test ! -f "$file"; then - func_stripname '' '.exe' "$file" - file=$func_stripname_result - stripped_ext=.exe - fi - ;; - esac - - # Do a test to see if this is really a libtool program. - case $host in - *cygwin* | *mingw*) - if func_ltwrapper_executable_p "$file"; then - func_ltwrapper_scriptname "$file" - wrapper=$func_ltwrapper_scriptname_result - else - func_stripname '' '.exe' "$file" - wrapper=$func_stripname_result - fi - ;; - *) - wrapper=$file - ;; - esac - if func_ltwrapper_script_p "$wrapper"; then - notinst_deplibs= - relink_command= - - func_source "$wrapper" - - # Check the variables that should have been set. - test -z "$generated_by_libtool_version" && \ - func_fatal_error "invalid libtool wrapper script '$wrapper'" - - finalize=: - for lib in $notinst_deplibs; do - # Check to see that each library is installed. - libdir= - if test -f "$lib"; then - func_source "$lib" - fi - libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` - if test -n "$libdir" && test ! -f "$libfile"; then - func_warning "'$lib' has not been installed in '$libdir'" - finalize=false - fi - done - - relink_command= - func_source "$wrapper" - - outputname= - if test no = "$fast_install" && test -n "$relink_command"; then - $opt_dry_run || { - if $finalize; then - tmpdir=`func_mktempdir` - func_basename "$file$stripped_ext" - file=$func_basename_result - outputname=$tmpdir/$file - # Replace the output file specification. - relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` - - $opt_quiet || { - func_quote_for_expand "$relink_command" - eval "func_echo $func_quote_for_expand_result" - } - if eval "$relink_command"; then : - else - func_error "error: relink '$file' with the above command before installing it" - $opt_dry_run || ${RM}r "$tmpdir" - continue - fi - file=$outputname - else - func_warning "cannot relink '$file'" - fi - } - else - # Install the binary that we compiled earlier. - file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` - fi - fi - - # remove .exe since cygwin /usr/bin/install will append another - # one anyway - case $install_prog,$host in - */usr/bin/install*,*cygwin*) - case $file:$destfile in - *.exe:*.exe) - # this is ok - ;; - *.exe:*) - destfile=$destfile.exe - ;; - *:*.exe) - func_stripname '' '.exe' "$destfile" - destfile=$func_stripname_result - ;; - esac - ;; - esac - func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' - $opt_dry_run || if test -n "$outputname"; then - ${RM}r "$tmpdir" - fi - ;; - esac - done - - for file in $staticlibs; do - func_basename "$file" - name=$func_basename_result - - # Set up the ranlib parameters. - oldlib=$destdir/$name - func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 - tool_oldlib=$func_to_tool_file_result - - func_show_eval "$install_prog \$file \$oldlib" 'exit $?' - - if test -n "$stripme" && test -n "$old_striplib"; then - func_show_eval "$old_striplib $tool_oldlib" 'exit $?' - fi - - # Do each command in the postinstall commands. - func_execute_cmds "$old_postinstall_cmds" 'exit $?' - done - - test -n "$future_libdirs" && \ - func_warning "remember to run '$progname --finish$future_libdirs'" - - if test -n "$current_libdirs"; then - # Maybe just do a dry run. - $opt_dry_run && current_libdirs=" -n$current_libdirs" - exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' - else - exit $EXIT_SUCCESS - fi - } - - test install = "$opt_mode" && func_mode_install ${1+"$@"} - - - # func_generate_dlsyms outputname originator pic_p - # Extract symbols from dlprefiles and create ${outputname}S.o with - # a dlpreopen symbol table. - func_generate_dlsyms () - { - $debug_cmd - - my_outputname=$1 - my_originator=$2 - my_pic_p=${3-false} - my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` - my_dlsyms= - - if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then - if test -n "$NM" && test -n "$global_symbol_pipe"; then - my_dlsyms=${my_outputname}S.c - else - func_error "not configured to extract global symbols from dlpreopened files" - fi - fi - - if test -n "$my_dlsyms"; then - case $my_dlsyms in - "") ;; - *.c) - # Discover the nlist of each of the dlfiles. - nlist=$output_objdir/$my_outputname.nm - - func_show_eval "$RM $nlist ${nlist}S ${nlist}T" - - # Parse the name list into a source file. - func_verbose "creating $output_objdir/$my_dlsyms" - - $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ - /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ - /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ - - #ifdef __cplusplus - extern \"C\" { - #endif - - #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) - #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" - #endif - - /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ - #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE - /* DATA imports from DLLs on WIN32 can't be const, because runtime - relocations are performed -- see ld's documentation on pseudo-relocs. */ - # define LT_DLSYM_CONST - #elif defined __osf__ - /* This system does not cope well with relocations in const data. */ - # define LT_DLSYM_CONST - #else - # define LT_DLSYM_CONST const - #endif - - #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) - - /* External symbol declarations for the compiler. */\ - " - - if test yes = "$dlself"; then - func_verbose "generating symbol list for '$output'" - - $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" - - # Add our own program objects to the symbol list. - progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` - for progfile in $progfiles; do - func_to_tool_file "$progfile" func_convert_file_msys_to_w32 - func_verbose "extracting global C symbols from '$func_to_tool_file_result'" - $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" - done - - if test -n "$exclude_expsyms"; then - $opt_dry_run || { - eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' - eval '$MV "$nlist"T "$nlist"' - } - fi - - if test -n "$export_symbols_regex"; then - $opt_dry_run || { - eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' - eval '$MV "$nlist"T "$nlist"' - } - fi - - # Prepare the list of exported symbols - if test -z "$export_symbols"; then - export_symbols=$output_objdir/$outputname.exp - $opt_dry_run || { - $RM $export_symbols - eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' - case $host in - *cygwin* | *mingw* | *cegcc* ) - eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' - eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' - ;; - esac - } - else - $opt_dry_run || { - eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' - eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' - eval '$MV "$nlist"T "$nlist"' - case $host in - *cygwin* | *mingw* | *cegcc* ) - eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' - eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' - ;; - esac - } - fi - fi - - for dlprefile in $dlprefiles; do - func_verbose "extracting global C symbols from '$dlprefile'" - func_basename "$dlprefile" - name=$func_basename_result - case $host in - *cygwin* | *mingw* | *cegcc* ) - # if an import library, we need to obtain dlname - if func_win32_import_lib_p "$dlprefile"; then - func_tr_sh "$dlprefile" - eval "curr_lafile=\$libfile_$func_tr_sh_result" - dlprefile_dlbasename= - if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then - # Use subshell, to avoid clobbering current variable values - dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` - if test -n "$dlprefile_dlname"; then - func_basename "$dlprefile_dlname" - dlprefile_dlbasename=$func_basename_result - else - # no lafile. user explicitly requested -dlpreopen . - $sharedlib_from_linklib_cmd "$dlprefile" - dlprefile_dlbasename=$sharedlib_from_linklib_result - fi - fi - $opt_dry_run || { - if test -n "$dlprefile_dlbasename"; then - eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' - else - func_warning "Could not compute DLL name from $name" - eval '$ECHO ": $name " >> "$nlist"' - fi - func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 - eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | - $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" - } - else # not an import lib - $opt_dry_run || { - eval '$ECHO ": $name " >> "$nlist"' - func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 - eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" - } - fi - ;; - *) - $opt_dry_run || { - eval '$ECHO ": $name " >> "$nlist"' - func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 - eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" - } - ;; - esac - done - - $opt_dry_run || { - # Make sure we have at least an empty file. - test -f "$nlist" || : > "$nlist" - - if test -n "$exclude_expsyms"; then - $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T - $MV "$nlist"T "$nlist" - fi - - # Try sorting and uniquifying the output. - if $GREP -v "^: " < "$nlist" | - if sort -k 3 /dev/null 2>&1; then - sort -k 3 - else - sort +2 - fi | - uniq > "$nlist"S; then - : - else - $GREP -v "^: " < "$nlist" > "$nlist"S - fi - - if test -f "$nlist"S; then - eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' - else - echo '/* NONE */' >> "$output_objdir/$my_dlsyms" - fi - - func_show_eval '$RM "${nlist}I"' - if test -n "$global_symbol_to_import"; then - eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' - fi - - echo >> "$output_objdir/$my_dlsyms" "\ - - /* The mapping between symbol names and symbols. */ - typedef struct { - const char *name; - void *address; - } lt_dlsymlist; - extern LT_DLSYM_CONST lt_dlsymlist - lt_${my_prefix}_LTX_preloaded_symbols[];\ - " - - if test -s "$nlist"I; then - echo >> "$output_objdir/$my_dlsyms" "\ - static void lt_syminit(void) - { - LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; - for (; symbol->name; ++symbol) - {" - $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" - echo >> "$output_objdir/$my_dlsyms" "\ - } - }" - fi - echo >> "$output_objdir/$my_dlsyms" "\ - LT_DLSYM_CONST lt_dlsymlist - lt_${my_prefix}_LTX_preloaded_symbols[] = - { {\"$my_originator\", (void *) 0}," - - if test -s "$nlist"I; then - echo >> "$output_objdir/$my_dlsyms" "\ - {\"@INIT@\", (void *) <_syminit}," - fi - - case $need_lib_prefix in - no) - eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" - ;; - *) - eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" - ;; - esac - echo >> "$output_objdir/$my_dlsyms" "\ - {0, (void *) 0} - }; - - /* This works around a problem in FreeBSD linker */ - #ifdef FREEBSD_WORKAROUND - static const void *lt_preloaded_setup() { - return lt_${my_prefix}_LTX_preloaded_symbols; - } - #endif - - #ifdef __cplusplus - } - #endif\ - " - } # !$opt_dry_run - - pic_flag_for_symtable= - case "$compile_command " in - *" -static "*) ;; - *) - case $host in - # compiling the symbol table file with pic_flag works around - # a FreeBSD bug that causes programs to crash when -lm is - # linked before any other PIC object. But we must not use - # pic_flag when linking with -static. The problem exists in - # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. - *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) - pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; - *-*-hpux*) - pic_flag_for_symtable=" $pic_flag" ;; - *) - $my_pic_p && pic_flag_for_symtable=" $pic_flag" - ;; - esac - ;; - esac - symtab_cflags= - for arg in $LTCFLAGS; do - case $arg in - -pie | -fpie | -fPIE) ;; - *) func_append symtab_cflags " $arg" ;; - esac - done - - # Now compile the dynamic symbol file. - func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' - - # Clean up the generated files. - func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' - - # Transform the symbol file into the correct name. - symfileobj=$output_objdir/${my_outputname}S.$objext - case $host in - *cygwin* | *mingw* | *cegcc* ) - if test -f "$output_objdir/$my_outputname.def"; then - compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` - else - compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` - fi - ;; - *) - compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` - ;; - esac - ;; - *) - func_fatal_error "unknown suffix for '$my_dlsyms'" - ;; - esac - else - # We keep going just in case the user didn't refer to - # lt_preloaded_symbols. The linker will fail if global_symbol_pipe - # really was required. - - # Nullify the symbol file. - compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` - fi - } - - # func_cygming_gnu_implib_p ARG - # This predicate returns with zero status (TRUE) if - # ARG is a GNU/binutils-style import library. Returns - # with nonzero status (FALSE) otherwise. - func_cygming_gnu_implib_p () - { - $debug_cmd - - func_to_tool_file "$1" func_convert_file_msys_to_w32 - func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` - test -n "$func_cygming_gnu_implib_tmp" - } - - # func_cygming_ms_implib_p ARG - # This predicate returns with zero status (TRUE) if - # ARG is an MS-style import library. Returns - # with nonzero status (FALSE) otherwise. - func_cygming_ms_implib_p () - { - $debug_cmd - - func_to_tool_file "$1" func_convert_file_msys_to_w32 - func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` - test -n "$func_cygming_ms_implib_tmp" - } - - # func_win32_libid arg - # return the library type of file 'arg' - # - # Need a lot of goo to handle *both* DLLs and import libs - # Has to be a shell function in order to 'eat' the argument - # that is supplied when $file_magic_command is called. - # Despite the name, also deal with 64 bit binaries. - func_win32_libid () - { - $debug_cmd - - win32_libid_type=unknown - win32_fileres=`file -L $1 2>/dev/null` - case $win32_fileres in - *ar\ archive\ import\ library*) # definitely import - win32_libid_type="x86 archive import" - ;; - *ar\ archive*) # could be an import, or static - # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. - if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | - $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then - case $nm_interface in - "MS dumpbin") - if func_cygming_ms_implib_p "$1" || - func_cygming_gnu_implib_p "$1" - then - win32_nmres=import - else - win32_nmres= - fi - ;; - *) - func_to_tool_file "$1" func_convert_file_msys_to_w32 - win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | - $SED -n -e ' - 1,100{ - / I /{ - s|.*|import| - p - q - } - }'` - ;; - esac - case $win32_nmres in - import*) win32_libid_type="x86 archive import";; - *) win32_libid_type="x86 archive static";; - esac - fi - ;; - *DLL*) - win32_libid_type="x86 DLL" - ;; - *executable*) # but shell scripts are "executable" too... - case $win32_fileres in - *MS\ Windows\ PE\ Intel*) - win32_libid_type="x86 DLL" - ;; - esac - ;; - esac - $ECHO "$win32_libid_type" - } - - # func_cygming_dll_for_implib ARG - # - # Platform-specific function to extract the - # name of the DLL associated with the specified - # import library ARG. - # Invoked by eval'ing the libtool variable - # $sharedlib_from_linklib_cmd - # Result is available in the variable - # $sharedlib_from_linklib_result - func_cygming_dll_for_implib () - { - $debug_cmd - - sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` - } - - # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs - # - # The is the core of a fallback implementation of a - # platform-specific function to extract the name of the - # DLL associated with the specified import library LIBNAME. - # - # SECTION_NAME is either .idata$6 or .idata$7, depending - # on the platform and compiler that created the implib. - # - # Echos the name of the DLL associated with the - # specified import library. - func_cygming_dll_for_implib_fallback_core () - { - $debug_cmd - - match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` - $OBJDUMP -s --section "$1" "$2" 2>/dev/null | - $SED '/^Contents of section '"$match_literal"':/{ - # Place marker at beginning of archive member dllname section - s/.*/====MARK====/ - p - d - } - # These lines can sometimes be longer than 43 characters, but - # are always uninteresting - /:[ ]*file format pe[i]\{,1\}-/d - /^In archive [^:]*:/d - # Ensure marker is printed - /^====MARK====/p - # Remove all lines with less than 43 characters - /^.\{43\}/!d - # From remaining lines, remove first 43 characters - s/^.\{43\}//' | - $SED -n ' - # Join marker and all lines until next marker into a single line - /^====MARK====/ b para - H - $ b para - b - :para - x - s/\n//g - # Remove the marker - s/^====MARK====// - # Remove trailing dots and whitespace - s/[\. \t]*$// - # Print - /./p' | - # we now have a list, one entry per line, of the stringified - # contents of the appropriate section of all members of the - # archive that possess that section. Heuristic: eliminate - # all those that have a first or second character that is - # a '.' (that is, objdump's representation of an unprintable - # character.) This should work for all archives with less than - # 0x302f exports -- but will fail for DLLs whose name actually - # begins with a literal '.' or a single character followed by - # a '.'. - # - # Of those that remain, print the first one. - $SED -e '/^\./d;/^.\./d;q' - } - - # func_cygming_dll_for_implib_fallback ARG - # Platform-specific function to extract the - # name of the DLL associated with the specified - # import library ARG. - # - # This fallback implementation is for use when $DLLTOOL - # does not support the --identify-strict option. - # Invoked by eval'ing the libtool variable - # $sharedlib_from_linklib_cmd - # Result is available in the variable - # $sharedlib_from_linklib_result - func_cygming_dll_for_implib_fallback () - { - $debug_cmd - - if func_cygming_gnu_implib_p "$1"; then - # binutils import library - sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` - elif func_cygming_ms_implib_p "$1"; then - # ms-generated import library - sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` - else - # unknown - sharedlib_from_linklib_result= - fi - } - - - # func_extract_an_archive dir oldlib - func_extract_an_archive () - { - $debug_cmd - - f_ex_an_ar_dir=$1; shift - f_ex_an_ar_oldlib=$1 - if test yes = "$lock_old_archive_extraction"; then - lockfile=$f_ex_an_ar_oldlib.lock - until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do - func_echo "Waiting for $lockfile to be removed" - sleep 2 - done - fi - func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ - 'stat=$?; rm -f "$lockfile"; exit $stat' - if test yes = "$lock_old_archive_extraction"; then - $opt_dry_run || rm -f "$lockfile" - fi - if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then - : - else - func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" - fi - } - - - # func_extract_archives gentop oldlib ... - func_extract_archives () - { - $debug_cmd - - my_gentop=$1; shift - my_oldlibs=${1+"$@"} - my_oldobjs= - my_xlib= - my_xabs= - my_xdir= - - for my_xlib in $my_oldlibs; do - # Extract the objects. - case $my_xlib in - [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; - *) my_xabs=`pwd`"/$my_xlib" ;; - esac - func_basename "$my_xlib" - my_xlib=$func_basename_result - my_xlib_u=$my_xlib - while :; do - case " $extracted_archives " in - *" $my_xlib_u "*) - func_arith $extracted_serial + 1 - extracted_serial=$func_arith_result - my_xlib_u=lt$extracted_serial-$my_xlib ;; - *) break ;; - esac - done - extracted_archives="$extracted_archives $my_xlib_u" - my_xdir=$my_gentop/$my_xlib_u - - func_mkdir_p "$my_xdir" - - case $host in - *-darwin*) - func_verbose "Extracting $my_xabs" - # Do not bother doing anything if just a dry run - $opt_dry_run || { - darwin_orig_dir=`pwd` - cd $my_xdir || exit $? - darwin_archive=$my_xabs - darwin_curdir=`pwd` - func_basename "$darwin_archive" - darwin_base_archive=$func_basename_result - darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` - if test -n "$darwin_arches"; then - darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` - darwin_arch= - func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" - for darwin_arch in $darwin_arches; do - func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" - $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" - cd "unfat-$$/$darwin_base_archive-$darwin_arch" - func_extract_an_archive "`pwd`" "$darwin_base_archive" - cd "$darwin_curdir" - $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" - done # $darwin_arches - ## Okay now we've a bunch of thin objects, gotta fatten them up :) - darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` - darwin_file= - darwin_files= - for darwin_file in $darwin_filelist; do - darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` - $LIPO -create -output "$darwin_file" $darwin_files - done # $darwin_filelist - $RM -rf unfat-$$ - cd "$darwin_orig_dir" - else - cd $darwin_orig_dir - func_extract_an_archive "$my_xdir" "$my_xabs" - fi # $darwin_arches - } # !$opt_dry_run - ;; - *) - func_extract_an_archive "$my_xdir" "$my_xabs" - ;; - esac - my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` - done - - func_extract_archives_result=$my_oldobjs - } - - - # func_emit_wrapper [arg=no] - # - # Emit a libtool wrapper script on stdout. - # Don't directly open a file because we may want to - # incorporate the script contents within a cygwin/mingw - # wrapper executable. Must ONLY be called from within - # func_mode_link because it depends on a number of variables - # set therein. - # - # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR - # variable will take. If 'yes', then the emitted script - # will assume that the directory where it is stored is - # the $objdir directory. This is a cygwin/mingw-specific - # behavior. - func_emit_wrapper () - { - func_emit_wrapper_arg1=${1-no} - - $ECHO "\ - #! $SHELL - - # $output - temporary wrapper script for $objdir/$outputname - # Generated by $PROGRAM (GNU $PACKAGE) $VERSION - # - # The $output program cannot be directly executed until all the libtool - # libraries that it depends on are installed. - # - # This wrapper script should never be moved out of the build directory. - # If it is, it will not operate correctly. - - # Sed substitution that helps us do robust quoting. It backslashifies - # metacharacters that are still active within double-quoted strings. - sed_quote_subst='$sed_quote_subst' - - # Be Bourne compatible - if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which - # is contrary to our usage. Disable this feature. - alias -g '\${1+\"\$@\"}'='\"\$@\"' - setopt NO_GLOB_SUBST - else - case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac - fi - BIN_SH=xpg4; export BIN_SH # for Tru64 - DUALCASE=1; export DUALCASE # for MKS sh - - # The HP-UX ksh and POSIX shell print the target directory to stdout - # if CDPATH is set. - (unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - relink_command=\"$relink_command\" - - # This environment variable determines our operation mode. - if test \"\$libtool_install_magic\" = \"$magic\"; then - # install mode needs the following variables: - generated_by_libtool_version='$macro_version' - notinst_deplibs='$notinst_deplibs' - else - # When we are sourced in execute mode, \$file and \$ECHO are already set. - if test \"\$libtool_execute_magic\" != \"$magic\"; then - file=\"\$0\"" - - qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` - $ECHO "\ - - # A function that is used when there is no print builtin or printf. - func_fallback_echo () - { - eval 'cat <<_LTECHO_EOF - \$1 - _LTECHO_EOF' - } - ECHO=\"$qECHO\" - fi - - # Very basic option parsing. These options are (a) specific to - # the libtool wrapper, (b) are identical between the wrapper - # /script/ and the wrapper /executable/ that is used only on - # windows platforms, and (c) all begin with the string "--lt-" - # (application programs are unlikely to have options that match - # this pattern). - # - # There are only two supported options: --lt-debug and - # --lt-dump-script. There is, deliberately, no --lt-help. - # - # The first argument to this parsing function should be the - # script's $0 value, followed by "$@". - lt_option_debug= - func_parse_lt_options () - { - lt_script_arg0=\$0 - shift - for lt_opt - do - case \"\$lt_opt\" in - --lt-debug) lt_option_debug=1 ;; - --lt-dump-script) - lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` - test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. - lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` - cat \"\$lt_dump_D/\$lt_dump_F\" - exit 0 - ;; - --lt-*) - \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 - exit 1 - ;; - esac - done - - # Print the debug banner immediately: - if test -n \"\$lt_option_debug\"; then - echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 - fi - } - - # Used when --lt-debug. Prints its arguments to stdout - # (redirection is the responsibility of the caller) - func_lt_dump_args () - { - lt_dump_args_N=1; - for lt_arg - do - \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" - lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` - done - } - - # Core function for launching the target application - func_exec_program_core () - { - " - case $host in - # Backslashes separate directories on plain windows - *-*-mingw | *-*-os2* | *-cegcc*) - $ECHO "\ - if test -n \"\$lt_option_debug\"; then - \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 - func_lt_dump_args \${1+\"\$@\"} 1>&2 - fi - exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} - " - ;; - - *) - $ECHO "\ - if test -n \"\$lt_option_debug\"; then - \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 - func_lt_dump_args \${1+\"\$@\"} 1>&2 - fi - exec \"\$progdir/\$program\" \${1+\"\$@\"} - " - ;; - esac - $ECHO "\ - \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 - exit 1 - } - - # A function to encapsulate launching the target application - # Strips options in the --lt-* namespace from \$@ and - # launches target application with the remaining arguments. - func_exec_program () - { - case \" \$* \" in - *\\ --lt-*) - for lt_wr_arg - do - case \$lt_wr_arg in - --lt-*) ;; - *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; - esac - shift - done ;; - esac - func_exec_program_core \${1+\"\$@\"} - } - - # Parse options - func_parse_lt_options \"\$0\" \${1+\"\$@\"} - - # Find the directory that this script lives in. - thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` - test \"x\$thisdir\" = \"x\$file\" && thisdir=. - - # Follow symbolic links until we get to the real thisdir. - file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` - while test -n \"\$file\"; do - destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` - - # If there was a directory component, then change thisdir. - if test \"x\$destdir\" != \"x\$file\"; then - case \"\$destdir\" in - [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; - *) thisdir=\"\$thisdir/\$destdir\" ;; - esac - fi - - file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` - file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` - done - - # Usually 'no', except on cygwin/mingw when embedded into - # the cwrapper. - WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 - if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then - # special case for '.' - if test \"\$thisdir\" = \".\"; then - thisdir=\`pwd\` - fi - # remove .libs from thisdir - case \"\$thisdir\" in - *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; - $objdir ) thisdir=. ;; - esac - fi - - # Try to get the absolute directory name. - absdir=\`cd \"\$thisdir\" && pwd\` - test -n \"\$absdir\" && thisdir=\"\$absdir\" - " - - if test yes = "$fast_install"; then - $ECHO "\ - program=lt-'$outputname'$exeext - progdir=\"\$thisdir/$objdir\" - - if test ! -f \"\$progdir/\$program\" || - { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ - test \"X\$file\" != \"X\$progdir/\$program\"; }; then - - file=\"\$\$-\$program\" - - if test ! -d \"\$progdir\"; then - $MKDIR \"\$progdir\" - else - $RM \"\$progdir/\$file\" - fi" - - $ECHO "\ - - # relink executable if necessary - if test -n \"\$relink_command\"; then - if relink_command_output=\`eval \$relink_command 2>&1\`; then : - else - \$ECHO \"\$relink_command_output\" >&2 - $RM \"\$progdir/\$file\" - exit 1 - fi - fi - - $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || - { $RM \"\$progdir/\$program\"; - $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } - $RM \"\$progdir/\$file\" - fi" - else - $ECHO "\ - program='$outputname' - progdir=\"\$thisdir/$objdir\" - " - fi - - $ECHO "\ - - if test -f \"\$progdir/\$program\"; then" - - # fixup the dll searchpath if we need to. - # - # Fix the DLL searchpath if we need to. Do this before prepending - # to shlibpath, because on Windows, both are PATH and uninstalled - # libraries must come first. - if test -n "$dllsearchpath"; then - $ECHO "\ - # Add the dll search path components to the executable PATH - PATH=$dllsearchpath:\$PATH - " - fi - - # Export our shlibpath_var if we have one. - if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then - $ECHO "\ - # Add our own library path to $shlibpath_var - $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" - - # Some systems cannot cope with colon-terminated $shlibpath_var - # The second colon is a workaround for a bug in BeOS R4 sed - $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` - - export $shlibpath_var - " - fi - - $ECHO "\ - if test \"\$libtool_execute_magic\" != \"$magic\"; then - # Run the actual program with our arguments. - func_exec_program \${1+\"\$@\"} - fi - else - # The program doesn't exist. - \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 - \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 - \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 - exit 1 - fi - fi\ - " - } - - - # func_emit_cwrapperexe_src - # emit the source code for a wrapper executable on stdout - # Must ONLY be called from within func_mode_link because - # it depends on a number of variable set therein. - func_emit_cwrapperexe_src () - { - cat < - #include - #ifdef _MSC_VER - # include - # include - # include - #else - # include - # include - # ifdef __CYGWIN__ - # include - # endif - #endif - #include - #include - #include - #include - #include - #include - #include - #include - - #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) - - /* declarations of non-ANSI functions */ - #if defined __MINGW32__ - # ifdef __STRICT_ANSI__ - int _putenv (const char *); - # endif - #elif defined __CYGWIN__ - # ifdef __STRICT_ANSI__ - char *realpath (const char *, char *); - int putenv (char *); - int setenv (const char *, const char *, int); - # endif - /* #elif defined other_platform || defined ... */ - #endif - - /* portability defines, excluding path handling macros */ - #if defined _MSC_VER - # define setmode _setmode - # define stat _stat - # define chmod _chmod - # define getcwd _getcwd - # define putenv _putenv - # define S_IXUSR _S_IEXEC - #elif defined __MINGW32__ - # define setmode _setmode - # define stat _stat - # define chmod _chmod - # define getcwd _getcwd - # define putenv _putenv - #elif defined __CYGWIN__ - # define HAVE_SETENV - # define FOPEN_WB "wb" - /* #elif defined other platforms ... */ - #endif - - #if defined PATH_MAX - # define LT_PATHMAX PATH_MAX - #elif defined MAXPATHLEN - # define LT_PATHMAX MAXPATHLEN - #else - # define LT_PATHMAX 1024 - #endif - - #ifndef S_IXOTH - # define S_IXOTH 0 - #endif - #ifndef S_IXGRP - # define S_IXGRP 0 - #endif - - /* path handling portability macros */ - #ifndef DIR_SEPARATOR - # define DIR_SEPARATOR '/' - # define PATH_SEPARATOR ':' - #endif - - #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ - defined __OS2__ - # define HAVE_DOS_BASED_FILE_SYSTEM - # define FOPEN_WB "wb" - # ifndef DIR_SEPARATOR_2 - # define DIR_SEPARATOR_2 '\\' - # endif - # ifndef PATH_SEPARATOR_2 - # define PATH_SEPARATOR_2 ';' - # endif - #endif - - #ifndef DIR_SEPARATOR_2 - # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) - #else /* DIR_SEPARATOR_2 */ - # define IS_DIR_SEPARATOR(ch) \ - (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) - #endif /* DIR_SEPARATOR_2 */ - - #ifndef PATH_SEPARATOR_2 - # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) - #else /* PATH_SEPARATOR_2 */ - # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) - #endif /* PATH_SEPARATOR_2 */ - - #ifndef FOPEN_WB - # define FOPEN_WB "w" - #endif - #ifndef _O_BINARY - # define _O_BINARY 0 - #endif - - #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) - #define XFREE(stale) do { \ - if (stale) { free (stale); stale = 0; } \ - } while (0) - - #if defined LT_DEBUGWRAPPER - static int lt_debug = 1; - #else - static int lt_debug = 0; - #endif - - const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ - - void *xmalloc (size_t num); - char *xstrdup (const char *string); - const char *base_name (const char *name); - char *find_executable (const char *wrapper); - char *chase_symlinks (const char *pathspec); - int make_executable (const char *path); - int check_executable (const char *path); - char *strendzap (char *str, const char *pat); - void lt_debugprintf (const char *file, int line, const char *fmt, ...); - void lt_fatal (const char *file, int line, const char *message, ...); - static const char *nonnull (const char *s); - static const char *nonempty (const char *s); - void lt_setenv (const char *name, const char *value); - char *lt_extend_str (const char *orig_value, const char *add, int to_end); - void lt_update_exe_path (const char *name, const char *value); - void lt_update_lib_path (const char *name, const char *value); - char **prepare_spawn (char **argv); - void lt_dump_script (FILE *f); - EOF - - cat <= 0) - && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) - return 1; - else - return 0; - } - - int - make_executable (const char *path) - { - int rval = 0; - struct stat st; - - lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", - nonempty (path)); - if ((!path) || (!*path)) - return 0; - - if (stat (path, &st) >= 0) - { - rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); - } - return rval; - } - - /* Searches for the full path of the wrapper. Returns - newly allocated full path name if found, NULL otherwise - Does not chase symlinks, even on platforms that support them. - */ - char * - find_executable (const char *wrapper) - { - int has_slash = 0; - const char *p; - const char *p_next; - /* static buffer for getcwd */ - char tmp[LT_PATHMAX + 1]; - size_t tmp_len; - char *concat_name; - - lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", - nonempty (wrapper)); - - if ((wrapper == NULL) || (*wrapper == '\0')) - return NULL; - - /* Absolute path? */ - #if defined HAVE_DOS_BASED_FILE_SYSTEM - if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') - { - concat_name = xstrdup (wrapper); - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - } - else - { - #endif - if (IS_DIR_SEPARATOR (wrapper[0])) - { - concat_name = xstrdup (wrapper); - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - } - #if defined HAVE_DOS_BASED_FILE_SYSTEM - } - #endif - - for (p = wrapper; *p; p++) - if (*p == '/') - { - has_slash = 1; - break; - } - if (!has_slash) - { - /* no slashes; search PATH */ - const char *path = getenv ("PATH"); - if (path != NULL) - { - for (p = path; *p; p = p_next) - { - const char *q; - size_t p_len; - for (q = p; *q; q++) - if (IS_PATH_SEPARATOR (*q)) - break; - p_len = (size_t) (q - p); - p_next = (*q == '\0' ? q : q + 1); - if (p_len == 0) - { - /* empty path: current directory */ - if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", - nonnull (strerror (errno))); - tmp_len = strlen (tmp); - concat_name = - XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); - memcpy (concat_name, tmp, tmp_len); - concat_name[tmp_len] = '/'; - strcpy (concat_name + tmp_len + 1, wrapper); - } - else - { - concat_name = - XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); - memcpy (concat_name, p, p_len); - concat_name[p_len] = '/'; - strcpy (concat_name + p_len + 1, wrapper); - } - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - } - } - /* not found in PATH; assume curdir */ - } - /* Relative path | not found in path: prepend cwd */ - if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", - nonnull (strerror (errno))); - tmp_len = strlen (tmp); - concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); - memcpy (concat_name, tmp, tmp_len); - concat_name[tmp_len] = '/'; - strcpy (concat_name + tmp_len + 1, wrapper); - - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - return NULL; - } - - char * - chase_symlinks (const char *pathspec) - { - #ifndef S_ISLNK - return xstrdup (pathspec); - #else - char buf[LT_PATHMAX]; - struct stat s; - char *tmp_pathspec = xstrdup (pathspec); - char *p; - int has_symlinks = 0; - while (strlen (tmp_pathspec) && !has_symlinks) - { - lt_debugprintf (__FILE__, __LINE__, - "checking path component for symlinks: %s\n", - tmp_pathspec); - if (lstat (tmp_pathspec, &s) == 0) - { - if (S_ISLNK (s.st_mode) != 0) - { - has_symlinks = 1; - break; - } - - /* search backwards for last DIR_SEPARATOR */ - p = tmp_pathspec + strlen (tmp_pathspec) - 1; - while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) - p--; - if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) - { - /* no more DIR_SEPARATORS left */ - break; - } - *p = '\0'; - } - else - { - lt_fatal (__FILE__, __LINE__, - "error accessing file \"%s\": %s", - tmp_pathspec, nonnull (strerror (errno))); - } - } - XFREE (tmp_pathspec); - - if (!has_symlinks) - { - return xstrdup (pathspec); - } - - tmp_pathspec = realpath (pathspec, buf); - if (tmp_pathspec == 0) - { - lt_fatal (__FILE__, __LINE__, - "could not follow symlinks for %s", pathspec); - } - return xstrdup (tmp_pathspec); - #endif - } - - char * - strendzap (char *str, const char *pat) - { - size_t len, patlen; - - assert (str != NULL); - assert (pat != NULL); - - len = strlen (str); - patlen = strlen (pat); - - if (patlen <= len) - { - str += len - patlen; - if (STREQ (str, pat)) - *str = '\0'; - } - return str; - } - - void - lt_debugprintf (const char *file, int line, const char *fmt, ...) - { - va_list args; - if (lt_debug) - { - (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); - va_start (args, fmt); - (void) vfprintf (stderr, fmt, args); - va_end (args); - } - } - - static void - lt_error_core (int exit_status, const char *file, - int line, const char *mode, - const char *message, va_list ap) - { - fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); - vfprintf (stderr, message, ap); - fprintf (stderr, ".\n"); - - if (exit_status >= 0) - exit (exit_status); - } - - void - lt_fatal (const char *file, int line, const char *message, ...) - { - va_list ap; - va_start (ap, message); - lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); - va_end (ap); - } - - static const char * - nonnull (const char *s) - { - return s ? s : "(null)"; - } - - static const char * - nonempty (const char *s) - { - return (s && !*s) ? "(empty)" : nonnull (s); - } - - void - lt_setenv (const char *name, const char *value) - { - lt_debugprintf (__FILE__, __LINE__, - "(lt_setenv) setting '%s' to '%s'\n", - nonnull (name), nonnull (value)); - { - #ifdef HAVE_SETENV - /* always make a copy, for consistency with !HAVE_SETENV */ - char *str = xstrdup (value); - setenv (name, str, 1); - #else - size_t len = strlen (name) + 1 + strlen (value) + 1; - char *str = XMALLOC (char, len); - sprintf (str, "%s=%s", name, value); - if (putenv (str) != EXIT_SUCCESS) - { - XFREE (str); - } - #endif - } - } - - char * - lt_extend_str (const char *orig_value, const char *add, int to_end) - { - char *new_value; - if (orig_value && *orig_value) - { - size_t orig_value_len = strlen (orig_value); - size_t add_len = strlen (add); - new_value = XMALLOC (char, add_len + orig_value_len + 1); - if (to_end) - { - strcpy (new_value, orig_value); - strcpy (new_value + orig_value_len, add); - } - else - { - strcpy (new_value, add); - strcpy (new_value + add_len, orig_value); - } - } - else - { - new_value = xstrdup (add); - } - return new_value; - } - - void - lt_update_exe_path (const char *name, const char *value) - { - lt_debugprintf (__FILE__, __LINE__, - "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", - nonnull (name), nonnull (value)); - - if (name && *name && value && *value) - { - char *new_value = lt_extend_str (getenv (name), value, 0); - /* some systems can't cope with a ':'-terminated path #' */ - size_t len = strlen (new_value); - while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) - { - new_value[--len] = '\0'; - } - lt_setenv (name, new_value); - XFREE (new_value); - } - } - - void - lt_update_lib_path (const char *name, const char *value) - { - lt_debugprintf (__FILE__, __LINE__, - "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", - nonnull (name), nonnull (value)); - - if (name && *name && value && *value) - { - char *new_value = lt_extend_str (getenv (name), value, 0); - lt_setenv (name, new_value); - XFREE (new_value); - } - } - - EOF - case $host_os in - mingw*) - cat <<"EOF" - - /* Prepares an argument vector before calling spawn(). - Note that spawn() does not by itself call the command interpreter - (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : - ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); - GetVersionEx(&v); - v.dwPlatformId == VER_PLATFORM_WIN32_NT; - }) ? "cmd.exe" : "command.com"). - Instead it simply concatenates the arguments, separated by ' ', and calls - CreateProcess(). We must quote the arguments since Win32 CreateProcess() - interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a - special way: - - Space and tab are interpreted as delimiters. They are not treated as - delimiters if they are surrounded by double quotes: "...". - - Unescaped double quotes are removed from the input. Their only effect is - that within double quotes, space and tab are treated like normal - characters. - - Backslashes not followed by double quotes are not special. - - But 2*n+1 backslashes followed by a double quote become - n backslashes followed by a double quote (n >= 0): - \" -> " - \\\" -> \" - \\\\\" -> \\" - */ - #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" - #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" - char ** - prepare_spawn (char **argv) - { - size_t argc; - char **new_argv; - size_t i; - - /* Count number of arguments. */ - for (argc = 0; argv[argc] != NULL; argc++) - ; - - /* Allocate new argument vector. */ - new_argv = XMALLOC (char *, argc + 1); - - /* Put quoted arguments into the new argument vector. */ - for (i = 0; i < argc; i++) - { - const char *string = argv[i]; - - if (string[0] == '\0') - new_argv[i] = xstrdup ("\"\""); - else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) - { - int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); - size_t length; - unsigned int backslashes; - const char *s; - char *quoted_string; - char *p; - - length = 0; - backslashes = 0; - if (quote_around) - length++; - for (s = string; *s != '\0'; s++) - { - char c = *s; - if (c == '"') - length += backslashes + 1; - length++; - if (c == '\\') - backslashes++; - else - backslashes = 0; - } - if (quote_around) - length += backslashes + 1; - - quoted_string = XMALLOC (char, length + 1); - - p = quoted_string; - backslashes = 0; - if (quote_around) - *p++ = '"'; - for (s = string; *s != '\0'; s++) - { - char c = *s; - if (c == '"') - { - unsigned int j; - for (j = backslashes + 1; j > 0; j--) - *p++ = '\\'; - } - *p++ = c; - if (c == '\\') - backslashes++; - else - backslashes = 0; - } - if (quote_around) - { - unsigned int j; - for (j = backslashes; j > 0; j--) - *p++ = '\\'; - *p++ = '"'; - } - *p = '\0'; - - new_argv[i] = quoted_string; - } - else - new_argv[i] = (char *) string; - } - new_argv[argc] = NULL; - - return new_argv; - } - EOF - ;; - esac - - cat <<"EOF" - void lt_dump_script (FILE* f) - { - EOF - func_emit_wrapper yes | - $SED -n -e ' - s/^\(.\{79\}\)\(..*\)/\1\ - \2/ - h - s/\([\\"]\)/\\\1/g - s/$/\\n/ - s/\([^\n]*\).*/ fputs ("\1", f);/p - g - D' - cat <<"EOF" - } - EOF - } - # end: func_emit_cwrapperexe_src - - # func_win32_import_lib_p ARG - # True if ARG is an import lib, as indicated by $file_magic_cmd - func_win32_import_lib_p () - { - $debug_cmd - - case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in - *import*) : ;; - *) false ;; - esac - } - - # func_suncc_cstd_abi - # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! - # Several compiler flags select an ABI that is incompatible with the - # Cstd library. Avoid specifying it if any are in CXXFLAGS. - func_suncc_cstd_abi () - { - $debug_cmd - - case " $compile_command " in - *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) - suncc_use_cstd_abi=no - ;; - *) - suncc_use_cstd_abi=yes - ;; - esac - } - - # func_mode_link arg... - func_mode_link () - { - $debug_cmd - - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - # It is impossible to link a dll without this setting, and - # we shouldn't force the makefile maintainer to figure out - # what system we are compiling for in order to pass an extra - # flag for every libtool invocation. - # allow_undefined=no - - # FIXME: Unfortunately, there are problems with the above when trying - # to make a dll that has undefined symbols, in which case not - # even a static library is built. For now, we need to specify - # -no-undefined on the libtool link line when we can be certain - # that all symbols are satisfied, otherwise we get a static library. - allow_undefined=yes - ;; - *) - allow_undefined=yes - ;; - esac - libtool_args=$nonopt - base_compile="$nonopt $@" - compile_command=$nonopt - finalize_command=$nonopt - - compile_rpath= - finalize_rpath= - compile_shlibpath= - finalize_shlibpath= - convenience= - old_convenience= - deplibs= - old_deplibs= - compiler_flags= - linker_flags= - dllsearchpath= - lib_search_path=`pwd` - inst_prefix_dir= - new_inherited_linker_flags= - - avoid_version=no - bindir= - dlfiles= - dlprefiles= - dlself=no - export_dynamic=no - export_symbols= - export_symbols_regex= - generated= - libobjs= - ltlibs= - module=no - no_install=no - objs= - os2dllname= - non_pic_objects= - precious_files_regex= - prefer_static_libs=no - preload=false - prev= - prevarg= - release= - rpath= - xrpath= - perm_rpath= - temp_rpath= - thread_safe=no - vinfo= - vinfo_number=no - weak_libs= - single_module=$wl-single_module - func_infer_tag $base_compile - - # We need to know -static, to get the right output filenames. - for arg - do - case $arg in - -shared) - test yes != "$build_libtool_libs" \ - && func_fatal_configuration "cannot build a shared library" - build_old_libs=no - break - ;; - -all-static | -static | -static-libtool-libs) - case $arg in - -all-static) - if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then - func_warning "complete static linking is impossible in this configuration" - fi - if test -n "$link_static_flag"; then - dlopen_self=$dlopen_self_static - fi - prefer_static_libs=yes - ;; - -static) - if test -z "$pic_flag" && test -n "$link_static_flag"; then - dlopen_self=$dlopen_self_static - fi - prefer_static_libs=built - ;; - -static-libtool-libs) - if test -z "$pic_flag" && test -n "$link_static_flag"; then - dlopen_self=$dlopen_self_static - fi - prefer_static_libs=yes - ;; - esac - build_libtool_libs=no - build_old_libs=yes - break - ;; - esac - done - - # See if our shared archives depend on static archives. - test -n "$old_archive_from_new_cmds" && build_old_libs=yes - - # Go through the arguments, transforming them on the way. - while test "$#" -gt 0; do - arg=$1 - shift - func_quote_for_eval "$arg" - qarg=$func_quote_for_eval_unquoted_result - func_append libtool_args " $func_quote_for_eval_result" - - # If the previous option needs an argument, assign it. - if test -n "$prev"; then - case $prev in - output) - func_append compile_command " @OUTPUT@" - func_append finalize_command " @OUTPUT@" - ;; - esac - - case $prev in - bindir) - bindir=$arg - prev= - continue - ;; - dlfiles|dlprefiles) - $preload || { - # Add the symbol object into the linking commands. - func_append compile_command " @SYMFILE@" - func_append finalize_command " @SYMFILE@" - preload=: - } - case $arg in - *.la | *.lo) ;; # We handle these cases below. - force) - if test no = "$dlself"; then - dlself=needless - export_dynamic=yes - fi - prev= - continue - ;; - self) - if test dlprefiles = "$prev"; then - dlself=yes - elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then - dlself=yes - else - dlself=needless - export_dynamic=yes - fi - prev= - continue - ;; - *) - if test dlfiles = "$prev"; then - func_append dlfiles " $arg" - else - func_append dlprefiles " $arg" - fi - prev= - continue - ;; - esac - ;; - expsyms) - export_symbols=$arg - test -f "$arg" \ - || func_fatal_error "symbol file '$arg' does not exist" - prev= - continue - ;; - expsyms_regex) - export_symbols_regex=$arg - prev= - continue - ;; - framework) - case $host in - *-*-darwin*) - case "$deplibs " in - *" $qarg.ltframework "*) ;; - *) func_append deplibs " $qarg.ltframework" # this is fixed later - ;; - esac - ;; - esac - prev= - continue - ;; - inst_prefix) - inst_prefix_dir=$arg - prev= - continue - ;; - mllvm) - # Clang does not use LLVM to link, so we can simply discard any - # '-mllvm $arg' options when doing the link step. - prev= - continue - ;; - objectlist) - if test -f "$arg"; then - save_arg=$arg - moreargs= - for fil in `cat "$save_arg"` - do - # func_append moreargs " $fil" - arg=$fil - # A libtool-controlled object. - - # Check to see that this really is a libtool object. - if func_lalib_unsafe_p "$arg"; then - pic_object= - non_pic_object= - - # Read the .lo file - func_source "$arg" - - if test -z "$pic_object" || - test -z "$non_pic_object" || - test none = "$pic_object" && - test none = "$non_pic_object"; then - func_fatal_error "cannot find name of object for '$arg'" - fi - - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - if test none != "$pic_object"; then - # Prepend the subdirectory the object is found in. - pic_object=$xdir$pic_object - - if test dlfiles = "$prev"; then - if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then - func_append dlfiles " $pic_object" - prev= - continue - else - # If libtool objects are unsupported, then we need to preload. - prev=dlprefiles - fi - fi - - # CHECK ME: I think I busted this. -Ossama - if test dlprefiles = "$prev"; then - # Preload the old-style object. - func_append dlprefiles " $pic_object" - prev= - fi - - # A PIC object. - func_append libobjs " $pic_object" - arg=$pic_object - fi - - # Non-PIC object. - if test none != "$non_pic_object"; then - # Prepend the subdirectory the object is found in. - non_pic_object=$xdir$non_pic_object - - # A standard non-PIC object - func_append non_pic_objects " $non_pic_object" - if test -z "$pic_object" || test none = "$pic_object"; then - arg=$non_pic_object - fi - else - # If the PIC object exists, use it instead. - # $xdir was prepended to $pic_object above. - non_pic_object=$pic_object - func_append non_pic_objects " $non_pic_object" - fi - else - # Only an error if not doing a dry-run. - if $opt_dry_run; then - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - func_lo2o "$arg" - pic_object=$xdir$objdir/$func_lo2o_result - non_pic_object=$xdir$func_lo2o_result - func_append libobjs " $pic_object" - func_append non_pic_objects " $non_pic_object" - else - func_fatal_error "'$arg' is not a valid libtool object" - fi - fi - done - else - func_fatal_error "link input file '$arg' does not exist" - fi - arg=$save_arg - prev= - continue - ;; - os2dllname) - os2dllname=$arg - prev= - continue - ;; - precious_regex) - precious_files_regex=$arg - prev= - continue - ;; - release) - release=-$arg - prev= - continue - ;; - rpath | xrpath) - # We need an absolute path. - case $arg in - [\\/]* | [A-Za-z]:[\\/]*) ;; - *) - func_fatal_error "only absolute run-paths are allowed" - ;; - esac - if test rpath = "$prev"; then - case "$rpath " in - *" $arg "*) ;; - *) func_append rpath " $arg" ;; - esac - else - case "$xrpath " in - *" $arg "*) ;; - *) func_append xrpath " $arg" ;; - esac - fi - prev= - continue - ;; - shrext) - shrext_cmds=$arg - prev= - continue - ;; - weak) - func_append weak_libs " $arg" - prev= - continue - ;; - xcclinker) - func_append linker_flags " $qarg" - func_append compiler_flags " $qarg" - prev= - func_append compile_command " $qarg" - func_append finalize_command " $qarg" - continue - ;; - xcompiler) - func_append compiler_flags " $qarg" - prev= - func_append compile_command " $qarg" - func_append finalize_command " $qarg" - continue - ;; - xlinker) - func_append linker_flags " $qarg" - func_append compiler_flags " $wl$qarg" - prev= - func_append compile_command " $wl$qarg" - func_append finalize_command " $wl$qarg" - continue - ;; - *) - eval "$prev=\"\$arg\"" - prev= - continue - ;; - esac - fi # test -n "$prev" - - prevarg=$arg - - case $arg in - -all-static) - if test -n "$link_static_flag"; then - # See comment for -static flag below, for more details. - func_append compile_command " $link_static_flag" - func_append finalize_command " $link_static_flag" - fi - continue - ;; - - -allow-undefined) - # FIXME: remove this flag sometime in the future. - func_fatal_error "'-allow-undefined' must not be used because it is the default" - ;; - - -avoid-version) - avoid_version=yes - continue - ;; - - -bindir) - prev=bindir - continue - ;; - - -dlopen) - prev=dlfiles - continue - ;; - - -dlpreopen) - prev=dlprefiles - continue - ;; - - -export-dynamic) - export_dynamic=yes - continue - ;; - - -export-symbols | -export-symbols-regex) - if test -n "$export_symbols" || test -n "$export_symbols_regex"; then - func_fatal_error "more than one -exported-symbols argument is not allowed" - fi - if test X-export-symbols = "X$arg"; then - prev=expsyms - else - prev=expsyms_regex - fi - continue - ;; - - -framework) - prev=framework - continue - ;; - - -inst-prefix-dir) - prev=inst_prefix - continue - ;; - - # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* - # so, if we see these flags be careful not to treat them like -L - -L[A-Z][A-Z]*:*) - case $with_gcc/$host in - no/*-*-irix* | /*-*-irix*) - func_append compile_command " $arg" - func_append finalize_command " $arg" - ;; - esac - continue - ;; - - -L*) - func_stripname "-L" '' "$arg" - if test -z "$func_stripname_result"; then - if test "$#" -gt 0; then - func_fatal_error "require no space between '-L' and '$1'" - else - func_fatal_error "need path for '-L' option" - fi - fi - func_resolve_sysroot "$func_stripname_result" - dir=$func_resolve_sysroot_result - # We need an absolute path. - case $dir in - [\\/]* | [A-Za-z]:[\\/]*) ;; - *) - absdir=`cd "$dir" && pwd` - test -z "$absdir" && \ - func_fatal_error "cannot determine absolute directory name of '$dir'" - dir=$absdir - ;; - esac - case "$deplibs " in - *" -L$dir "* | *" $arg "*) - # Will only happen for absolute or sysroot arguments - ;; - *) - # Preserve sysroot, but never include relative directories - case $dir in - [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; - *) func_append deplibs " -L$dir" ;; - esac - func_append lib_search_path " $dir" - ;; - esac - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` - case :$dllsearchpath: in - *":$dir:"*) ;; - ::) dllsearchpath=$dir;; - *) func_append dllsearchpath ":$dir";; - esac - case :$dllsearchpath: in - *":$testbindir:"*) ;; - ::) dllsearchpath=$testbindir;; - *) func_append dllsearchpath ":$testbindir";; - esac - ;; - esac - continue - ;; - - -l*) - if test X-lc = "X$arg" || test X-lm = "X$arg"; then - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) - # These systems don't actually have a C or math library (as such) - continue - ;; - *-*-os2*) - # These systems don't actually have a C library (as such) - test X-lc = "X$arg" && continue - ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) - # Do not include libc due to us having libc/libc_r. - test X-lc = "X$arg" && continue - ;; - *-*-rhapsody* | *-*-darwin1.[012]) - # Rhapsody C and math libraries are in the System framework - func_append deplibs " System.ltframework" - continue - ;; - *-*-sco3.2v5* | *-*-sco5v6*) - # Causes problems with __ctype - test X-lc = "X$arg" && continue - ;; - *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) - # Compiler inserts libc in the correct place for threads to work - test X-lc = "X$arg" && continue - ;; - esac - elif test X-lc_r = "X$arg"; then - case $host in - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; - esac - fi - func_append deplibs " $arg" - continue - ;; - - -mllvm) - prev=mllvm - continue - ;; - - -module) - module=yes - continue - ;; - - # Tru64 UNIX uses -model [arg] to determine the layout of C++ - # classes, name mangling, and exception handling. - # Darwin uses the -arch flag to determine output architecture. - -model|-arch|-isysroot|--sysroot) - func_append compiler_flags " $arg" - func_append compile_command " $arg" - func_append finalize_command " $arg" - prev=xcompiler - continue - ;; - - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ - |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) - func_append compiler_flags " $arg" - func_append compile_command " $arg" - func_append finalize_command " $arg" - case "$new_inherited_linker_flags " in - *" $arg "*) ;; - * ) func_append new_inherited_linker_flags " $arg" ;; - esac - continue - ;; - - -multi_module) - single_module=$wl-multi_module - continue - ;; - - -no-fast-install) - fast_install=no - continue - ;; - - -no-install) - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) - # The PATH hackery in wrapper scripts is required on Windows - # and Darwin in order for the loader to find any dlls it needs. - func_warning "'-no-install' is ignored for $host" - func_warning "assuming '-no-fast-install' instead" - fast_install=no - ;; - *) no_install=yes ;; - esac - continue - ;; - - -no-undefined) - allow_undefined=no - continue - ;; - - -objectlist) - prev=objectlist - continue - ;; - - -os2dllname) - prev=os2dllname - continue - ;; - - -o) prev=output ;; - - -precious-files-regex) - prev=precious_regex - continue - ;; - - -release) - prev=release - continue - ;; - - -rpath) - prev=rpath - continue - ;; - - -R) - prev=xrpath - continue - ;; - - -R*) - func_stripname '-R' '' "$arg" - dir=$func_stripname_result - # We need an absolute path. - case $dir in - [\\/]* | [A-Za-z]:[\\/]*) ;; - =*) - func_stripname '=' '' "$dir" - dir=$lt_sysroot$func_stripname_result - ;; - *) - func_fatal_error "only absolute run-paths are allowed" - ;; - esac - case "$xrpath " in - *" $dir "*) ;; - *) func_append xrpath " $dir" ;; - esac - continue - ;; - - -shared) - # The effects of -shared are defined in a previous loop. - continue - ;; - - -shrext) - prev=shrext - continue - ;; - - -static | -static-libtool-libs) - # The effects of -static are defined in a previous loop. - # We used to do the same as -all-static on platforms that - # didn't have a PIC flag, but the assumption that the effects - # would be equivalent was wrong. It would break on at least - # Digital Unix and AIX. - continue - ;; - - -thread-safe) - thread_safe=yes - continue - ;; - - -version-info) - prev=vinfo - continue - ;; - - -version-number) - prev=vinfo - vinfo_number=yes - continue - ;; - - -weak) - prev=weak - continue - ;; - - -Wc,*) - func_stripname '-Wc,' '' "$arg" - args=$func_stripname_result - arg= - save_ifs=$IFS; IFS=, - for flag in $args; do - IFS=$save_ifs - func_quote_for_eval "$flag" - func_append arg " $func_quote_for_eval_result" - func_append compiler_flags " $func_quote_for_eval_result" - done - IFS=$save_ifs - func_stripname ' ' '' "$arg" - arg=$func_stripname_result - ;; - - -Wl,*) - func_stripname '-Wl,' '' "$arg" - args=$func_stripname_result - arg= - save_ifs=$IFS; IFS=, - for flag in $args; do - IFS=$save_ifs - func_quote_for_eval "$flag" - func_append arg " $wl$func_quote_for_eval_result" - func_append compiler_flags " $wl$func_quote_for_eval_result" - func_append linker_flags " $func_quote_for_eval_result" - done - IFS=$save_ifs - func_stripname ' ' '' "$arg" - arg=$func_stripname_result - ;; - - -Xcompiler) - prev=xcompiler - continue - ;; - - -Xlinker) - prev=xlinker - continue - ;; - - -XCClinker) - prev=xcclinker - continue - ;; - - # -msg_* for osf cc - -msg_*) - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - ;; - - # Flags to be passed through unchanged, with rationale: - # -64, -mips[0-9] enable 64-bit mode for the SGI compiler - # -r[0-9][0-9]* specify processor for the SGI compiler - # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler - # +DA*, +DD* enable 64-bit mode for the HP compiler - # -q* compiler args for the IBM compiler - # -m*, -t[45]*, -txscale* architecture-specific flags for GCC - # -F/path path to uninstalled frameworks, gcc on darwin - # -p, -pg, --coverage, -fprofile-* profiling flags for GCC - # -fstack-protector* stack protector flags for GCC - # @file GCC response files - # -tp=* Portland pgcc target processor selection - # --sysroot=* for sysroot support - # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization - # -stdlib=* select c++ std lib with clang - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ - -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - func_append compile_command " $arg" - func_append finalize_command " $arg" - func_append compiler_flags " $arg" - continue - ;; - - -Z*) - if test os2 = "`expr $host : '.*\(os2\)'`"; then - # OS/2 uses -Zxxx to specify OS/2-specific options - compiler_flags="$compiler_flags $arg" - func_append compile_command " $arg" - func_append finalize_command " $arg" - case $arg in - -Zlinker | -Zstack) - prev=xcompiler - ;; - esac - continue - else - # Otherwise treat like 'Some other compiler flag' below - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - fi - ;; - - # Some other compiler flag. - -* | +*) - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - ;; - - *.$objext) - # A standard object. - func_append objs " $arg" - ;; - - *.lo) - # A libtool-controlled object. - - # Check to see that this really is a libtool object. - if func_lalib_unsafe_p "$arg"; then - pic_object= - non_pic_object= - - # Read the .lo file - func_source "$arg" - - if test -z "$pic_object" || - test -z "$non_pic_object" || - test none = "$pic_object" && - test none = "$non_pic_object"; then - func_fatal_error "cannot find name of object for '$arg'" - fi - - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - test none = "$pic_object" || { - # Prepend the subdirectory the object is found in. - pic_object=$xdir$pic_object - - if test dlfiles = "$prev"; then - if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then - func_append dlfiles " $pic_object" - prev= - continue - else - # If libtool objects are unsupported, then we need to preload. - prev=dlprefiles - fi - fi - - # CHECK ME: I think I busted this. -Ossama - if test dlprefiles = "$prev"; then - # Preload the old-style object. - func_append dlprefiles " $pic_object" - prev= - fi - - # A PIC object. - func_append libobjs " $pic_object" - arg=$pic_object - } - - # Non-PIC object. - if test none != "$non_pic_object"; then - # Prepend the subdirectory the object is found in. - non_pic_object=$xdir$non_pic_object - - # A standard non-PIC object - func_append non_pic_objects " $non_pic_object" - if test -z "$pic_object" || test none = "$pic_object"; then - arg=$non_pic_object - fi - else - # If the PIC object exists, use it instead. - # $xdir was prepended to $pic_object above. - non_pic_object=$pic_object - func_append non_pic_objects " $non_pic_object" - fi - else - # Only an error if not doing a dry-run. - if $opt_dry_run; then - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - func_lo2o "$arg" - pic_object=$xdir$objdir/$func_lo2o_result - non_pic_object=$xdir$func_lo2o_result - func_append libobjs " $pic_object" - func_append non_pic_objects " $non_pic_object" - else - func_fatal_error "'$arg' is not a valid libtool object" - fi - fi - ;; - - *.$libext) - # An archive. - func_append deplibs " $arg" - func_append old_deplibs " $arg" - continue - ;; - - *.la) - # A libtool-controlled library. - - func_resolve_sysroot "$arg" - if test dlfiles = "$prev"; then - # This library was specified with -dlopen. - func_append dlfiles " $func_resolve_sysroot_result" - prev= - elif test dlprefiles = "$prev"; then - # The library was specified with -dlpreopen. - func_append dlprefiles " $func_resolve_sysroot_result" - prev= - else - func_append deplibs " $func_resolve_sysroot_result" - fi - continue - ;; - - # Some other compiler argument. - *) - # Unknown arguments in both finalize_command and compile_command need - # to be aesthetically quoted because they are evaled later. - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - ;; - esac # arg - - # Now actually substitute the argument into the commands. - if test -n "$arg"; then - func_append compile_command " $arg" - func_append finalize_command " $arg" - fi - done # argument parsing loop - - test -n "$prev" && \ - func_fatal_help "the '$prevarg' option requires an argument" - - if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then - eval arg=\"$export_dynamic_flag_spec\" - func_append compile_command " $arg" - func_append finalize_command " $arg" - fi - - oldlibs= - # calculate the name of the file, without its directory - func_basename "$output" - outputname=$func_basename_result - libobjs_save=$libobjs - - if test -n "$shlibpath_var"; then - # get the directories listed in $shlibpath_var - eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` - else - shlib_search_path= - fi - eval sys_lib_search_path=\"$sys_lib_search_path_spec\" - eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" - - # Definition is injected by LT_CONFIG during libtool generation. - func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" - - func_dirname "$output" "/" "" - output_objdir=$func_dirname_result$objdir - func_to_tool_file "$output_objdir/" - tool_output_objdir=$func_to_tool_file_result - # Create the object directory. - func_mkdir_p "$output_objdir" - - # Determine the type of output - case $output in - "") - func_fatal_help "you must specify an output file" - ;; - *.$libext) linkmode=oldlib ;; - *.lo | *.$objext) linkmode=obj ;; - *.la) linkmode=lib ;; - *) linkmode=prog ;; # Anything else should be a program. - esac - - specialdeplibs= - - libs= - # Find all interdependent deplibs by searching for libraries - # that are linked more than once (e.g. -la -lb -la) - for deplib in $deplibs; do - if $opt_preserve_dup_deps; then - case "$libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append libs " $deplib" - done - - if test lib = "$linkmode"; then - libs="$predeps $libs $compiler_lib_search_path $postdeps" - - # Compute libraries that are listed more than once in $predeps - # $postdeps and mark them as special (i.e., whose duplicates are - # not to be eliminated). - pre_post_deps= - if $opt_duplicate_compiler_generated_deps; then - for pre_post_dep in $predeps $postdeps; do - case "$pre_post_deps " in - *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; - esac - func_append pre_post_deps " $pre_post_dep" - done - fi - pre_post_deps= - fi - - deplibs= - newdependency_libs= - newlib_search_path= - need_relink=no # whether we're linking any uninstalled libtool libraries - notinst_deplibs= # not-installed libtool libraries - notinst_path= # paths that contain not-installed libtool libraries - - case $linkmode in - lib) - passes="conv dlpreopen link" - for file in $dlfiles $dlprefiles; do - case $file in - *.la) ;; - *) - func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" - ;; - esac - done - ;; - prog) - compile_deplibs= - finalize_deplibs= - alldeplibs=false - newdlfiles= - newdlprefiles= - passes="conv scan dlopen dlpreopen link" - ;; - *) passes="conv" - ;; - esac - - for pass in $passes; do - # The preopen pass in lib mode reverses $deplibs; put it back here - # so that -L comes before libs that need it for instance... - if test lib,link = "$linkmode,$pass"; then - ## FIXME: Find the place where the list is rebuilt in the wrong - ## order, and fix it there properly - tmp_deplibs= - for deplib in $deplibs; do - tmp_deplibs="$deplib $tmp_deplibs" - done - deplibs=$tmp_deplibs - fi - - if test lib,link = "$linkmode,$pass" || - test prog,scan = "$linkmode,$pass"; then - libs=$deplibs - deplibs= - fi - if test prog = "$linkmode"; then - case $pass in - dlopen) libs=$dlfiles ;; - dlpreopen) libs=$dlprefiles ;; - link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; - esac - fi - if test lib,dlpreopen = "$linkmode,$pass"; then - # Collect and forward deplibs of preopened libtool libs - for lib in $dlprefiles; do - # Ignore non-libtool-libs - dependency_libs= - func_resolve_sysroot "$lib" - case $lib in - *.la) func_source "$func_resolve_sysroot_result" ;; - esac - - # Collect preopened libtool deplibs, except any this library - # has declared as weak libs - for deplib in $dependency_libs; do - func_basename "$deplib" - deplib_base=$func_basename_result - case " $weak_libs " in - *" $deplib_base "*) ;; - *) func_append deplibs " $deplib" ;; - esac - done - done - libs=$dlprefiles - fi - if test dlopen = "$pass"; then - # Collect dlpreopened libraries - save_deplibs=$deplibs - deplibs= - fi - - for deplib in $libs; do - lib= - found=false - case $deplib in - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ - |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - func_append compiler_flags " $deplib" - if test lib = "$linkmode"; then - case "$new_inherited_linker_flags " in - *" $deplib "*) ;; - * ) func_append new_inherited_linker_flags " $deplib" ;; - esac - fi - fi - continue - ;; - -l*) - if test lib != "$linkmode" && test prog != "$linkmode"; then - func_warning "'-l' is ignored for archives/objects" - continue - fi - func_stripname '-l' '' "$deplib" - name=$func_stripname_result - if test lib = "$linkmode"; then - searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" - else - searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" - fi - for searchdir in $searchdirs; do - for search_ext in .la $std_shrext .so .a; do - # Search the libtool library - lib=$searchdir/lib$name$search_ext - if test -f "$lib"; then - if test .la = "$search_ext"; then - found=: - else - found=false - fi - break 2 - fi - done - done - if $found; then - # deplib is a libtool library - # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, - # We need to do some special things here, and not later. - if test yes = "$allow_libtool_libs_with_static_runtimes"; then - case " $predeps $postdeps " in - *" $deplib "*) - if func_lalib_p "$lib"; then - library_names= - old_library= - func_source "$lib" - for l in $old_library $library_names; do - ll=$l - done - if test "X$ll" = "X$old_library"; then # only static version available - found=false - func_dirname "$lib" "" "." - ladir=$func_dirname_result - lib=$ladir/$old_library - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" - test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" - fi - continue - fi - fi - ;; - *) ;; - esac - fi - else - # deplib doesn't seem to be a libtool library - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" - test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" - fi - continue - fi - ;; # -l - *.ltframework) - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" - if test lib = "$linkmode"; then - case "$new_inherited_linker_flags " in - *" $deplib "*) ;; - * ) func_append new_inherited_linker_flags " $deplib" ;; - esac - fi - fi - continue - ;; - -L*) - case $linkmode in - lib) - deplibs="$deplib $deplibs" - test conv = "$pass" && continue - newdependency_libs="$deplib $newdependency_libs" - func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - func_append newlib_search_path " $func_resolve_sysroot_result" - ;; - prog) - if test conv = "$pass"; then - deplibs="$deplib $deplibs" - continue - fi - if test scan = "$pass"; then - deplibs="$deplib $deplibs" - else - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - fi - func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - func_append newlib_search_path " $func_resolve_sysroot_result" - ;; - *) - func_warning "'-L' is ignored for archives/objects" - ;; - esac # linkmode - continue - ;; # -L - -R*) - if test link = "$pass"; then - func_stripname '-R' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - dir=$func_resolve_sysroot_result - # Make sure the xrpath contains only unique directories. - case "$xrpath " in - *" $dir "*) ;; - *) func_append xrpath " $dir" ;; - esac - fi - deplibs="$deplib $deplibs" - continue - ;; - *.la) - func_resolve_sysroot "$deplib" - lib=$func_resolve_sysroot_result - ;; - *.$libext) - if test conv = "$pass"; then - deplibs="$deplib $deplibs" - continue - fi - case $linkmode in - lib) - # Linking convenience modules into shared libraries is allowed, - # but linking other static libraries is non-portable. - case " $dlpreconveniencelibs " in - *" $deplib "*) ;; - *) - valid_a_lib=false - case $deplibs_check_method in - match_pattern*) - set dummy $deplibs_check_method; shift - match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` - if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ - | $EGREP "$match_pattern_regex" > /dev/null; then - valid_a_lib=: - fi - ;; - pass_all) - valid_a_lib=: - ;; - esac - if $valid_a_lib; then - echo - $ECHO "*** Warning: Linking the shared library $output against the" - $ECHO "*** static library $deplib is not portable!" - deplibs="$deplib $deplibs" - else - echo - $ECHO "*** Warning: Trying to link with static lib archive $deplib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have" - echo "*** because the file extensions .$libext of this argument makes me believe" - echo "*** that it is just a static archive that I should not use here." - fi - ;; - esac - continue - ;; - prog) - if test link != "$pass"; then - deplibs="$deplib $deplibs" - else - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - fi - continue - ;; - esac # linkmode - ;; # *.$libext - *.lo | *.$objext) - if test conv = "$pass"; then - deplibs="$deplib $deplibs" - elif test prog = "$linkmode"; then - if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then - # If there is no dlopen support or we're linking statically, - # we need to preload. - func_append newdlprefiles " $deplib" - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - func_append newdlfiles " $deplib" - fi - fi - continue - ;; - %DEPLIBS%) - alldeplibs=: - continue - ;; - esac # case $deplib - - $found || test -f "$lib" \ - || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" - - # Check to see that this really is a libtool archive. - func_lalib_unsafe_p "$lib" \ - || func_fatal_error "'$lib' is not a valid libtool archive" - - func_dirname "$lib" "" "." - ladir=$func_dirname_result - - dlname= - dlopen= - dlpreopen= - libdir= - library_names= - old_library= - inherited_linker_flags= - # If the library was installed with an old release of libtool, - # it will not redefine variables installed, or shouldnotlink - installed=yes - shouldnotlink=no - avoidtemprpath= - - - # Read the .la file - func_source "$lib" - - # Convert "-framework foo" to "foo.ltframework" - if test -n "$inherited_linker_flags"; then - tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` - for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do - case " $new_inherited_linker_flags " in - *" $tmp_inherited_linker_flag "*) ;; - *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; - esac - done - fi - dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - if test lib,link = "$linkmode,$pass" || - test prog,scan = "$linkmode,$pass" || - { test prog != "$linkmode" && test lib != "$linkmode"; }; then - test -n "$dlopen" && func_append dlfiles " $dlopen" - test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" - fi - - if test conv = "$pass"; then - # Only check for convenience libraries - deplibs="$lib $deplibs" - if test -z "$libdir"; then - if test -z "$old_library"; then - func_fatal_error "cannot find name of link library for '$lib'" - fi - # It is a libtool convenience library, so add in its objects. - func_append convenience " $ladir/$objdir/$old_library" - func_append old_convenience " $ladir/$objdir/$old_library" - elif test prog != "$linkmode" && test lib != "$linkmode"; then - func_fatal_error "'$lib' is not a convenience library" - fi - tmp_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append tmp_libs " $deplib" - done - continue - fi # $pass = conv - - - # Get the name of the library we link against. - linklib= - if test -n "$old_library" && - { test yes = "$prefer_static_libs" || - test built,no = "$prefer_static_libs,$installed"; }; then - linklib=$old_library - else - for l in $old_library $library_names; do - linklib=$l - done - fi - if test -z "$linklib"; then - func_fatal_error "cannot find name of link library for '$lib'" - fi - - # This library was specified with -dlopen. - if test dlopen = "$pass"; then - test -z "$libdir" \ - && func_fatal_error "cannot -dlopen a convenience library: '$lib'" - if test -z "$dlname" || - test yes != "$dlopen_support" || - test no = "$build_libtool_libs" - then - # If there is no dlname, no dlopen support or we're linking - # statically, we need to preload. We also need to preload any - # dependent libraries so libltdl's deplib preloader doesn't - # bomb out in the load deplibs phase. - func_append dlprefiles " $lib $dependency_libs" - else - func_append newdlfiles " $lib" - fi - continue - fi # $pass = dlopen - - # We need an absolute path. - case $ladir in - [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; - *) - abs_ladir=`cd "$ladir" && pwd` - if test -z "$abs_ladir"; then - func_warning "cannot determine absolute directory name of '$ladir'" - func_warning "passing it literally to the linker, although it might fail" - abs_ladir=$ladir - fi - ;; - esac - func_basename "$lib" - laname=$func_basename_result - - # Find the relevant object directory and library name. - if test yes = "$installed"; then - if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then - func_warning "library '$lib' was moved." - dir=$ladir - absdir=$abs_ladir - libdir=$abs_ladir - else - dir=$lt_sysroot$libdir - absdir=$lt_sysroot$libdir - fi - test yes = "$hardcode_automatic" && avoidtemprpath=yes - else - if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then - dir=$ladir - absdir=$abs_ladir - # Remove this search path later - func_append notinst_path " $abs_ladir" - else - dir=$ladir/$objdir - absdir=$abs_ladir/$objdir - # Remove this search path later - func_append notinst_path " $abs_ladir" - fi - fi # $installed = yes - func_stripname 'lib' '.la' "$laname" - name=$func_stripname_result - - # This library was specified with -dlpreopen. - if test dlpreopen = "$pass"; then - if test -z "$libdir" && test prog = "$linkmode"; then - func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" - fi - case $host in - # special handling for platforms with PE-DLLs. - *cygwin* | *mingw* | *cegcc* ) - # Linker will automatically link against shared library if both - # static and shared are present. Therefore, ensure we extract - # symbols from the import library if a shared library is present - # (otherwise, the dlopen module name will be incorrect). We do - # this by putting the import library name into $newdlprefiles. - # We recover the dlopen module name by 'saving' the la file - # name in a special purpose variable, and (later) extracting the - # dlname from the la file. - if test -n "$dlname"; then - func_tr_sh "$dir/$linklib" - eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" - func_append newdlprefiles " $dir/$linklib" - else - func_append newdlprefiles " $dir/$old_library" - # Keep a list of preopened convenience libraries to check - # that they are being used correctly in the link pass. - test -z "$libdir" && \ - func_append dlpreconveniencelibs " $dir/$old_library" - fi - ;; - * ) - # Prefer using a static library (so that no silly _DYNAMIC symbols - # are required to link). - if test -n "$old_library"; then - func_append newdlprefiles " $dir/$old_library" - # Keep a list of preopened convenience libraries to check - # that they are being used correctly in the link pass. - test -z "$libdir" && \ - func_append dlpreconveniencelibs " $dir/$old_library" - # Otherwise, use the dlname, so that lt_dlopen finds it. - elif test -n "$dlname"; then - func_append newdlprefiles " $dir/$dlname" - else - func_append newdlprefiles " $dir/$linklib" - fi - ;; - esac - fi # $pass = dlpreopen - - if test -z "$libdir"; then - # Link the convenience library - if test lib = "$linkmode"; then - deplibs="$dir/$old_library $deplibs" - elif test prog,link = "$linkmode,$pass"; then - compile_deplibs="$dir/$old_library $compile_deplibs" - finalize_deplibs="$dir/$old_library $finalize_deplibs" - else - deplibs="$lib $deplibs" # used for prog,scan pass - fi - continue - fi - - - if test prog = "$linkmode" && test link != "$pass"; then - func_append newlib_search_path " $ladir" - deplibs="$lib $deplibs" - - linkalldeplibs=false - if test no != "$link_all_deplibs" || test -z "$library_names" || - test no = "$build_libtool_libs"; then - linkalldeplibs=: - fi - - tmp_libs= - for deplib in $dependency_libs; do - case $deplib in - -L*) func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - func_append newlib_search_path " $func_resolve_sysroot_result" - ;; - esac - # Need to link against all dependency_libs? - if $linkalldeplibs; then - deplibs="$deplib $deplibs" - else - # Need to hardcode shared library paths - # or/and link against static libraries - newdependency_libs="$deplib $newdependency_libs" - fi - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append tmp_libs " $deplib" - done # for deplib - continue - fi # $linkmode = prog... - - if test prog,link = "$linkmode,$pass"; then - if test -n "$library_names" && - { { test no = "$prefer_static_libs" || - test built,yes = "$prefer_static_libs,$installed"; } || - test -z "$old_library"; }; then - # We need to hardcode the library path - if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then - # Make sure the rpath contains only unique directories. - case $temp_rpath: in - *"$absdir:"*) ;; - *) func_append temp_rpath "$absdir:" ;; - esac - fi - - # Hardcode the library path. - # Skip directories that are in the system default run-time - # search path. - case " $sys_lib_dlsearch_path " in - *" $absdir "*) ;; - *) - case "$compile_rpath " in - *" $absdir "*) ;; - *) func_append compile_rpath " $absdir" ;; - esac - ;; - esac - case " $sys_lib_dlsearch_path " in - *" $libdir "*) ;; - *) - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - ;; - esac - fi # $linkmode,$pass = prog,link... - - if $alldeplibs && - { test pass_all = "$deplibs_check_method" || - { test yes = "$build_libtool_libs" && - test -n "$library_names"; }; }; then - # We only need to search for static libraries - continue - fi - fi - - link_static=no # Whether the deplib will be linked statically - use_static_libs=$prefer_static_libs - if test built = "$use_static_libs" && test yes = "$installed"; then - use_static_libs=no - fi - if test -n "$library_names" && - { test no = "$use_static_libs" || test -z "$old_library"; }; then - case $host in - *cygwin* | *mingw* | *cegcc* | *os2*) - # No point in relinking DLLs because paths are not encoded - func_append notinst_deplibs " $lib" - need_relink=no - ;; - *) - if test no = "$installed"; then - func_append notinst_deplibs " $lib" - need_relink=yes - fi - ;; - esac - # This is a shared library - - # Warn about portability, can't link against -module's on some - # systems (darwin). Don't bleat about dlopened modules though! - dlopenmodule= - for dlpremoduletest in $dlprefiles; do - if test "X$dlpremoduletest" = "X$lib"; then - dlopenmodule=$dlpremoduletest - break - fi - done - if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then - echo - if test prog = "$linkmode"; then - $ECHO "*** Warning: Linking the executable $output against the loadable module" - else - $ECHO "*** Warning: Linking the shared library $output against the loadable module" - fi - $ECHO "*** $linklib is not portable!" - fi - if test lib = "$linkmode" && - test yes = "$hardcode_into_libs"; then - # Hardcode the library path. - # Skip directories that are in the system default run-time - # search path. - case " $sys_lib_dlsearch_path " in - *" $absdir "*) ;; - *) - case "$compile_rpath " in - *" $absdir "*) ;; - *) func_append compile_rpath " $absdir" ;; - esac - ;; - esac - case " $sys_lib_dlsearch_path " in - *" $libdir "*) ;; - *) - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - ;; - esac - fi - - if test -n "$old_archive_from_expsyms_cmds"; then - # figure out the soname - set dummy $library_names - shift - realname=$1 - shift - libname=`eval "\\$ECHO \"$libname_spec\""` - # use dlname if we got it. it's perfectly good, no? - if test -n "$dlname"; then - soname=$dlname - elif test -n "$soname_spec"; then - # bleh windows - case $host in - *cygwin* | mingw* | *cegcc* | *os2*) - func_arith $current - $age - major=$func_arith_result - versuffix=-$major - ;; - esac - eval soname=\"$soname_spec\" - else - soname=$realname - fi - - # Make a new name for the extract_expsyms_cmds to use - soroot=$soname - func_basename "$soroot" - soname=$func_basename_result - func_stripname 'lib' '.dll' "$soname" - newlib=libimp-$func_stripname_result.a - - # If the library has no export list, then create one now - if test -f "$output_objdir/$soname-def"; then : - else - func_verbose "extracting exported symbol list from '$soname'" - func_execute_cmds "$extract_expsyms_cmds" 'exit $?' - fi - - # Create $newlib - if test -f "$output_objdir/$newlib"; then :; else - func_verbose "generating import library for '$soname'" - func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' - fi - # make sure the library variables are pointing to the new library - dir=$output_objdir - linklib=$newlib - fi # test -n "$old_archive_from_expsyms_cmds" - - if test prog = "$linkmode" || test relink != "$opt_mode"; then - add_shlibpath= - add_dir= - add= - lib_linked=yes - case $hardcode_action in - immediate | unsupported) - if test no = "$hardcode_direct"; then - add=$dir/$linklib - case $host in - *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; - *-*-sysv4*uw2*) add_dir=-L$dir ;; - *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ - *-*-unixware7*) add_dir=-L$dir ;; - *-*-darwin* ) - # if the lib is a (non-dlopened) module then we cannot - # link against it, someone is ignoring the earlier warnings - if /usr/bin/file -L $add 2> /dev/null | - $GREP ": [^:]* bundle" >/dev/null; then - if test "X$dlopenmodule" != "X$lib"; then - $ECHO "*** Warning: lib $linklib is a module, not a shared library" - if test -z "$old_library"; then - echo - echo "*** And there doesn't seem to be a static archive available" - echo "*** The link will probably fail, sorry" - else - add=$dir/$old_library - fi - elif test -n "$old_library"; then - add=$dir/$old_library - fi - fi - esac - elif test no = "$hardcode_minus_L"; then - case $host in - *-*-sunos*) add_shlibpath=$dir ;; - esac - add_dir=-L$dir - add=-l$name - elif test no = "$hardcode_shlibpath_var"; then - add_shlibpath=$dir - add=-l$name - else - lib_linked=no - fi - ;; - relink) - if test yes = "$hardcode_direct" && - test no = "$hardcode_direct_absolute"; then - add=$dir/$linklib - elif test yes = "$hardcode_minus_L"; then - add_dir=-L$absdir - # Try looking first in the location we're being installed to. - if test -n "$inst_prefix_dir"; then - case $libdir in - [\\/]*) - func_append add_dir " -L$inst_prefix_dir$libdir" - ;; - esac - fi - add=-l$name - elif test yes = "$hardcode_shlibpath_var"; then - add_shlibpath=$dir - add=-l$name - else - lib_linked=no - fi - ;; - *) lib_linked=no ;; - esac - - if test yes != "$lib_linked"; then - func_fatal_configuration "unsupported hardcode properties" - fi - - if test -n "$add_shlibpath"; then - case :$compile_shlibpath: in - *":$add_shlibpath:"*) ;; - *) func_append compile_shlibpath "$add_shlibpath:" ;; - esac - fi - if test prog = "$linkmode"; then - test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" - test -n "$add" && compile_deplibs="$add $compile_deplibs" - else - test -n "$add_dir" && deplibs="$add_dir $deplibs" - test -n "$add" && deplibs="$add $deplibs" - if test yes != "$hardcode_direct" && - test yes != "$hardcode_minus_L" && - test yes = "$hardcode_shlibpath_var"; then - case :$finalize_shlibpath: in - *":$libdir:"*) ;; - *) func_append finalize_shlibpath "$libdir:" ;; - esac - fi - fi - fi - - if test prog = "$linkmode" || test relink = "$opt_mode"; then - add_shlibpath= - add_dir= - add= - # Finalize command for both is simple: just hardcode it. - if test yes = "$hardcode_direct" && - test no = "$hardcode_direct_absolute"; then - add=$libdir/$linklib - elif test yes = "$hardcode_minus_L"; then - add_dir=-L$libdir - add=-l$name - elif test yes = "$hardcode_shlibpath_var"; then - case :$finalize_shlibpath: in - *":$libdir:"*) ;; - *) func_append finalize_shlibpath "$libdir:" ;; - esac - add=-l$name - elif test yes = "$hardcode_automatic"; then - if test -n "$inst_prefix_dir" && - test -f "$inst_prefix_dir$libdir/$linklib"; then - add=$inst_prefix_dir$libdir/$linklib - else - add=$libdir/$linklib - fi - else - # We cannot seem to hardcode it, guess we'll fake it. - add_dir=-L$libdir - # Try looking first in the location we're being installed to. - if test -n "$inst_prefix_dir"; then - case $libdir in - [\\/]*) - func_append add_dir " -L$inst_prefix_dir$libdir" - ;; - esac - fi - add=-l$name - fi - - if test prog = "$linkmode"; then - test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" - test -n "$add" && finalize_deplibs="$add $finalize_deplibs" - else - test -n "$add_dir" && deplibs="$add_dir $deplibs" - test -n "$add" && deplibs="$add $deplibs" - fi - fi - elif test prog = "$linkmode"; then - # Here we assume that one of hardcode_direct or hardcode_minus_L - # is not unsupported. This is valid on all known static and - # shared platforms. - if test unsupported != "$hardcode_direct"; then - test -n "$old_library" && linklib=$old_library - compile_deplibs="$dir/$linklib $compile_deplibs" - finalize_deplibs="$dir/$linklib $finalize_deplibs" - else - compile_deplibs="-l$name -L$dir $compile_deplibs" - finalize_deplibs="-l$name -L$dir $finalize_deplibs" - fi - elif test yes = "$build_libtool_libs"; then - # Not a shared library - if test pass_all != "$deplibs_check_method"; then - # We're trying link a shared library against a static one - # but the system doesn't support it. - - # Just print a warning and add the library to dependency_libs so - # that the program can be linked against the static library. - echo - $ECHO "*** Warning: This system cannot link to static lib archive $lib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have." - if test yes = "$module"; then - echo "*** But as you try to build a module library, libtool will still create " - echo "*** a static module, that should work as long as the dlopening application" - echo "*** is linked with the -dlopen flag to resolve symbols at runtime." - if test -z "$global_symbol_pipe"; then - echo - echo "*** However, this would only work if libtool was able to extract symbol" - echo "*** lists from a program, using 'nm' or equivalent, but libtool could" - echo "*** not find such a program. So, this module is probably useless." - echo "*** 'nm' from GNU binutils and a full rebuild may help." - fi - if test no = "$build_old_libs"; then - build_libtool_libs=module - build_old_libs=yes - else - build_libtool_libs=no - fi - fi - else - deplibs="$dir/$old_library $deplibs" - link_static=yes - fi - fi # link shared/static library? - - if test lib = "$linkmode"; then - if test -n "$dependency_libs" && - { test yes != "$hardcode_into_libs" || - test yes = "$build_old_libs" || - test yes = "$link_static"; }; then - # Extract -R from dependency_libs - temp_deplibs= - for libdir in $dependency_libs; do - case $libdir in - -R*) func_stripname '-R' '' "$libdir" - temp_xrpath=$func_stripname_result - case " $xrpath " in - *" $temp_xrpath "*) ;; - *) func_append xrpath " $temp_xrpath";; - esac;; - *) func_append temp_deplibs " $libdir";; - esac - done - dependency_libs=$temp_deplibs - fi - - func_append newlib_search_path " $absdir" - # Link against this library - test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" - # ... and its dependency_libs - tmp_libs= - for deplib in $dependency_libs; do - newdependency_libs="$deplib $newdependency_libs" - case $deplib in - -L*) func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result";; - *) func_resolve_sysroot "$deplib" ;; - esac - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $func_resolve_sysroot_result "*) - func_append specialdeplibs " $func_resolve_sysroot_result" ;; - esac - fi - func_append tmp_libs " $func_resolve_sysroot_result" - done - - if test no != "$link_all_deplibs"; then - # Add the search paths of all dependency libraries - for deplib in $dependency_libs; do - path= - case $deplib in - -L*) path=$deplib ;; - *.la) - func_resolve_sysroot "$deplib" - deplib=$func_resolve_sysroot_result - func_dirname "$deplib" "" "." - dir=$func_dirname_result - # We need an absolute path. - case $dir in - [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; - *) - absdir=`cd "$dir" && pwd` - if test -z "$absdir"; then - func_warning "cannot determine absolute directory name of '$dir'" - absdir=$dir - fi - ;; - esac - if $GREP "^installed=no" $deplib > /dev/null; then - case $host in - *-*-darwin*) - depdepl= - eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` - if test -n "$deplibrary_names"; then - for tmp in $deplibrary_names; do - depdepl=$tmp - done - if test -f "$absdir/$objdir/$depdepl"; then - depdepl=$absdir/$objdir/$depdepl - darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` - if test -z "$darwin_install_name"; then - darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` - fi - func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" - func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" - path= - fi - fi - ;; - *) - path=-L$absdir/$objdir - ;; - esac - else - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` - test -z "$libdir" && \ - func_fatal_error "'$deplib' is not a valid libtool archive" - test "$absdir" != "$libdir" && \ - func_warning "'$deplib' seems to be moved" - - path=-L$absdir - fi - ;; - esac - case " $deplibs " in - *" $path "*) ;; - *) deplibs="$path $deplibs" ;; - esac - done - fi # link_all_deplibs != no - fi # linkmode = lib - done # for deplib in $libs - if test link = "$pass"; then - if test prog = "$linkmode"; then - compile_deplibs="$new_inherited_linker_flags $compile_deplibs" - finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" - else - compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - fi - fi - dependency_libs=$newdependency_libs - if test dlpreopen = "$pass"; then - # Link the dlpreopened libraries before other libraries - for deplib in $save_deplibs; do - deplibs="$deplib $deplibs" - done - fi - if test dlopen != "$pass"; then - test conv = "$pass" || { - # Make sure lib_search_path contains only unique directories. - lib_search_path= - for dir in $newlib_search_path; do - case "$lib_search_path " in - *" $dir "*) ;; - *) func_append lib_search_path " $dir" ;; - esac - done - newlib_search_path= - } - - if test prog,link = "$linkmode,$pass"; then - vars="compile_deplibs finalize_deplibs" - else - vars=deplibs - fi - for var in $vars dependency_libs; do - # Add libraries to $var in reverse order - eval tmp_libs=\"\$$var\" - new_libs= - for deplib in $tmp_libs; do - # FIXME: Pedantically, this is the right thing to do, so - # that some nasty dependency loop isn't accidentally - # broken: - #new_libs="$deplib $new_libs" - # Pragmatically, this seems to cause very few problems in - # practice: - case $deplib in - -L*) new_libs="$deplib $new_libs" ;; - -R*) ;; - *) - # And here is the reason: when a library appears more - # than once as an explicit dependence of a library, or - # is implicitly linked in more than once by the - # compiler, it is considered special, and multiple - # occurrences thereof are not removed. Compare this - # with having the same library being listed as a - # dependency of multiple other libraries: in this case, - # we know (pedantically, we assume) the library does not - # need to be listed more than once, so we keep only the - # last copy. This is not always right, but it is rare - # enough that we require users that really mean to play - # such unportable linking tricks to link the library - # using -Wl,-lname, so that libtool does not consider it - # for duplicate removal. - case " $specialdeplibs " in - *" $deplib "*) new_libs="$deplib $new_libs" ;; - *) - case " $new_libs " in - *" $deplib "*) ;; - *) new_libs="$deplib $new_libs" ;; - esac - ;; - esac - ;; - esac - done - tmp_libs= - for deplib in $new_libs; do - case $deplib in - -L*) - case " $tmp_libs " in - *" $deplib "*) ;; - *) func_append tmp_libs " $deplib" ;; - esac - ;; - *) func_append tmp_libs " $deplib" ;; - esac - done - eval $var=\"$tmp_libs\" - done # for var - fi - - # Add Sun CC postdeps if required: - test CXX = "$tagname" && { - case $host_os in - linux*) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) # Sun C++ 5.9 - func_suncc_cstd_abi - - if test no != "$suncc_use_cstd_abi"; then - func_append postdeps ' -library=Cstd -library=Crun' - fi - ;; - esac - ;; - - solaris*) - func_cc_basename "$CC" - case $func_cc_basename_result in - CC* | sunCC*) - func_suncc_cstd_abi - - if test no != "$suncc_use_cstd_abi"; then - func_append postdeps ' -library=Cstd -library=Crun' - fi - ;; - esac - ;; - esac - } - - # Last step: remove runtime libs from dependency_libs - # (they stay in deplibs) - tmp_libs= - for i in $dependency_libs; do - case " $predeps $postdeps $compiler_lib_search_path " in - *" $i "*) - i= - ;; - esac - if test -n "$i"; then - func_append tmp_libs " $i" - fi - done - dependency_libs=$tmp_libs - done # for pass - if test prog = "$linkmode"; then - dlfiles=$newdlfiles - fi - if test prog = "$linkmode" || test lib = "$linkmode"; then - dlprefiles=$newdlprefiles - fi - - case $linkmode in - oldlib) - if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then - func_warning "'-dlopen' is ignored for archives" - fi - - case " $deplibs" in - *\ -l* | *\ -L*) - func_warning "'-l' and '-L' are ignored for archives" ;; - esac - - test -n "$rpath" && \ - func_warning "'-rpath' is ignored for archives" - - test -n "$xrpath" && \ - func_warning "'-R' is ignored for archives" - - test -n "$vinfo" && \ - func_warning "'-version-info/-version-number' is ignored for archives" - - test -n "$release" && \ - func_warning "'-release' is ignored for archives" - - test -n "$export_symbols$export_symbols_regex" && \ - func_warning "'-export-symbols' is ignored for archives" - - # Now set the variables for building old libraries. - build_libtool_libs=no - oldlibs=$output - func_append objs "$old_deplibs" - ;; - - lib) - # Make sure we only generate libraries of the form 'libNAME.la'. - case $outputname in - lib*) - func_stripname 'lib' '.la' "$outputname" - name=$func_stripname_result - eval shared_ext=\"$shrext_cmds\" - eval libname=\"$libname_spec\" - ;; - *) - test no = "$module" \ - && func_fatal_help "libtool library '$output' must begin with 'lib'" - - if test no != "$need_lib_prefix"; then - # Add the "lib" prefix for modules if required - func_stripname '' '.la' "$outputname" - name=$func_stripname_result - eval shared_ext=\"$shrext_cmds\" - eval libname=\"$libname_spec\" - else - func_stripname '' '.la' "$outputname" - libname=$func_stripname_result - fi - ;; - esac - - if test -n "$objs"; then - if test pass_all != "$deplibs_check_method"; then - func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" - else - echo - $ECHO "*** Warning: Linking the shared library $output against the non-libtool" - $ECHO "*** objects $objs is not portable!" - func_append libobjs " $objs" - fi - fi - - test no = "$dlself" \ - || func_warning "'-dlopen self' is ignored for libtool libraries" - - set dummy $rpath - shift - test 1 -lt "$#" \ - && func_warning "ignoring multiple '-rpath's for a libtool library" - - install_libdir=$1 - - oldlibs= - if test -z "$rpath"; then - if test yes = "$build_libtool_libs"; then - # Building a libtool convenience library. - # Some compilers have problems with a '.al' extension so - # convenience libraries should have the same extension an - # archive normally would. - oldlibs="$output_objdir/$libname.$libext $oldlibs" - build_libtool_libs=convenience - build_old_libs=yes - fi - - test -n "$vinfo" && \ - func_warning "'-version-info/-version-number' is ignored for convenience libraries" - - test -n "$release" && \ - func_warning "'-release' is ignored for convenience libraries" - else - - # Parse the version information argument. - save_ifs=$IFS; IFS=: - set dummy $vinfo 0 0 0 - shift - IFS=$save_ifs - - test -n "$7" && \ - func_fatal_help "too many parameters to '-version-info'" - - # convert absolute version numbers to libtool ages - # this retains compatibility with .la files and attempts - # to make the code below a bit more comprehensible - - case $vinfo_number in - yes) - number_major=$1 - number_minor=$2 - number_revision=$3 - # - # There are really only two kinds -- those that - # use the current revision as the major version - # and those that subtract age and use age as - # a minor version. But, then there is irix - # that has an extra 1 added just for fun - # - case $version_type in - # correct linux to gnu/linux during the next big refactor - darwin|freebsd-elf|linux|osf|windows|none) - func_arith $number_major + $number_minor - current=$func_arith_result - age=$number_minor - revision=$number_revision - ;; - freebsd-aout|qnx|sunos) - current=$number_major - revision=$number_minor - age=0 - ;; - irix|nonstopux) - func_arith $number_major + $number_minor - current=$func_arith_result - age=$number_minor - revision=$number_minor - lt_irix_increment=no - ;; - esac - ;; - no) - current=$1 - revision=$2 - age=$3 - ;; - esac - - # Check that each of the things are valid numbers. - case $current in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; - *) - func_error "CURRENT '$current' must be a nonnegative integer" - func_fatal_error "'$vinfo' is not valid version information" - ;; - esac - - case $revision in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; - *) - func_error "REVISION '$revision' must be a nonnegative integer" - func_fatal_error "'$vinfo' is not valid version information" - ;; - esac - - case $age in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; - *) - func_error "AGE '$age' must be a nonnegative integer" - func_fatal_error "'$vinfo' is not valid version information" - ;; - esac - - if test "$age" -gt "$current"; then - func_error "AGE '$age' is greater than the current interface number '$current'" - func_fatal_error "'$vinfo' is not valid version information" - fi - - # Calculate the version variables. - major= - versuffix= - verstring= - case $version_type in - none) ;; - - darwin) - # Like Linux, but with the current version available in - # verstring for coding it into the library header - func_arith $current - $age - major=.$func_arith_result - versuffix=$major.$age.$revision - # Darwin ld doesn't like 0 for these options... - func_arith $current + 1 - minor_current=$func_arith_result - xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" - verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" - # On Darwin other compilers - case $CC in - nagfor*) - verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" - ;; - *) - verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" - ;; - esac - ;; - - freebsd-aout) - major=.$current - versuffix=.$current.$revision - ;; - - freebsd-elf) - func_arith $current - $age - major=.$func_arith_result - versuffix=$major.$age.$revision - ;; - - irix | nonstopux) - if test no = "$lt_irix_increment"; then - func_arith $current - $age - else - func_arith $current - $age + 1 - fi - major=$func_arith_result - - case $version_type in - nonstopux) verstring_prefix=nonstopux ;; - *) verstring_prefix=sgi ;; - esac - verstring=$verstring_prefix$major.$revision - - # Add in all the interfaces that we are compatible with. - loop=$revision - while test 0 -ne "$loop"; do - func_arith $revision - $loop - iface=$func_arith_result - func_arith $loop - 1 - loop=$func_arith_result - verstring=$verstring_prefix$major.$iface:$verstring - done - - # Before this point, $major must not contain '.'. - major=.$major - versuffix=$major.$revision - ;; - - linux) # correct to gnu/linux during the next big refactor - func_arith $current - $age - major=.$func_arith_result - versuffix=$major.$age.$revision - ;; - - osf) - func_arith $current - $age - major=.$func_arith_result - versuffix=.$current.$age.$revision - verstring=$current.$age.$revision - - # Add in all the interfaces that we are compatible with. - loop=$age - while test 0 -ne "$loop"; do - func_arith $current - $loop - iface=$func_arith_result - func_arith $loop - 1 - loop=$func_arith_result - verstring=$verstring:$iface.0 - done - - # Make executables depend on our current version. - func_append verstring ":$current.0" - ;; - - qnx) - major=.$current - versuffix=.$current - ;; - - sco) - major=.$current - versuffix=.$current - ;; - - sunos) - major=.$current - versuffix=.$current.$revision - ;; - - windows) - # Use '-' rather than '.', since we only want one - # extension on DOS 8.3 file systems. - func_arith $current - $age - major=$func_arith_result - versuffix=-$major - ;; - - *) - func_fatal_configuration "unknown library version type '$version_type'" - ;; - esac - - # Clear the version info if we defaulted, and they specified a release. - if test -z "$vinfo" && test -n "$release"; then - major= - case $version_type in - darwin) - # we can't check for "0.0" in archive_cmds due to quoting - # problems, so we reset it completely - verstring= - ;; - *) - verstring=0.0 - ;; - esac - if test no = "$need_version"; then - versuffix= - else - versuffix=.0.0 - fi - fi - - # Remove version info from name if versioning should be avoided - if test yes,no = "$avoid_version,$need_version"; then - major= - versuffix= - verstring= - fi - - # Check to see if the archive will have undefined symbols. - if test yes = "$allow_undefined"; then - if test unsupported = "$allow_undefined_flag"; then - if test yes = "$build_old_libs"; then - func_warning "undefined symbols not allowed in $host shared libraries; building static only" - build_libtool_libs=no - else - func_fatal_error "can't build $host shared library unless -no-undefined is specified" - fi - fi - else - # Don't allow undefined symbols. - allow_undefined_flag=$no_undefined_flag - fi - - fi - - func_generate_dlsyms "$libname" "$libname" : - func_append libobjs " $symfileobj" - test " " = "$libobjs" && libobjs= - - if test relink != "$opt_mode"; then - # Remove our outputs, but don't remove object files since they - # may have been created when compiling PIC objects. - removelist= - tempremovelist=`$ECHO "$output_objdir/*"` - for p in $tempremovelist; do - case $p in - *.$objext | *.gcno) - ;; - $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) - if test -n "$precious_files_regex"; then - if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 - then - continue - fi - fi - func_append removelist " $p" - ;; - *) ;; - esac - done - test -n "$removelist" && \ - func_show_eval "${RM}r \$removelist" - fi - - # Now set the variables for building old libraries. - if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then - func_append oldlibs " $output_objdir/$libname.$libext" - - # Transform .lo files to .o files. - oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` - fi - - # Eliminate all temporary directories. - #for path in $notinst_path; do - # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` - # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` - # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` - #done - - if test -n "$xrpath"; then - # If the user specified any rpath flags, then add them. - temp_xrpath= - for libdir in $xrpath; do - func_replace_sysroot "$libdir" - func_append temp_xrpath " -R$func_replace_sysroot_result" - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - done - if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then - dependency_libs="$temp_xrpath $dependency_libs" - fi - fi - - # Make sure dlfiles contains only unique files that won't be dlpreopened - old_dlfiles=$dlfiles - dlfiles= - for lib in $old_dlfiles; do - case " $dlprefiles $dlfiles " in - *" $lib "*) ;; - *) func_append dlfiles " $lib" ;; - esac - done - - # Make sure dlprefiles contains only unique files - old_dlprefiles=$dlprefiles - dlprefiles= - for lib in $old_dlprefiles; do - case "$dlprefiles " in - *" $lib "*) ;; - *) func_append dlprefiles " $lib" ;; - esac - done - - if test yes = "$build_libtool_libs"; then - if test -n "$rpath"; then - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) - # these systems don't actually have a c library (as such)! - ;; - *-*-rhapsody* | *-*-darwin1.[012]) - # Rhapsody C library is in the System framework - func_append deplibs " System.ltframework" - ;; - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) - # Do not include libc due to us having libc/libc_r. - ;; - *-*-sco3.2v5* | *-*-sco5v6*) - # Causes problems with __ctype - ;; - *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) - # Compiler inserts libc in the correct place for threads to work - ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test yes = "$build_libtool_need_lc"; then - func_append deplibs " -lc" - fi - ;; - esac - fi - - # Transform deplibs into only deplibs that can be linked in shared. - name_save=$name - libname_save=$libname - release_save=$release - versuffix_save=$versuffix - major_save=$major - # I'm not sure if I'm treating the release correctly. I think - # release should show up in the -l (ie -lgmp5) so we don't want to - # add it in twice. Is that correct? - release= - versuffix= - major= - newdeplibs= - droppeddeps=no - case $deplibs_check_method in - pass_all) - # Don't check for shared/static. Everything works. - # This might be a little naive. We might want to check - # whether the library exists or not. But this is on - # osf3 & osf4 and I'm not really sure... Just - # implementing what was already the behavior. - newdeplibs=$deplibs - ;; - test_compile) - # This code stresses the "libraries are programs" paradigm to its - # limits. Maybe even breaks it. We compile a program, linking it - # against the deplibs as a proxy for the library. Then we can check - # whether they linked in statically or dynamically with ldd. - $opt_dry_run || $RM conftest.c - cat > conftest.c </dev/null` - $nocaseglob - else - potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` - fi - for potent_lib in $potential_libs; do - # Follow soft links. - if ls -lLd "$potent_lib" 2>/dev/null | - $GREP " -> " >/dev/null; then - continue - fi - # The statement above tries to avoid entering an - # endless loop below, in case of cyclic links. - # We might still enter an endless loop, since a link - # loop can be closed while we follow links, - # but so what? - potlib=$potent_lib - while test -h "$potlib" 2>/dev/null; do - potliblink=`ls -ld $potlib | $SED 's/.* -> //'` - case $potliblink in - [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; - *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; - esac - done - if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | - $SED -e 10q | - $EGREP "$file_magic_regex" > /dev/null; then - func_append newdeplibs " $a_deplib" - a_deplib= - break 2 - fi - done - done - fi - if test -n "$a_deplib"; then - droppeddeps=yes - echo - $ECHO "*** Warning: linker path does not have real file for library $a_deplib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have" - echo "*** because I did check the linker path looking for a file starting" - if test -z "$potlib"; then - $ECHO "*** with $libname but no candidates were found. (...for file magic test)" - else - $ECHO "*** with $libname and none of the candidates passed a file format test" - $ECHO "*** using a file magic. Last file checked: $potlib" - fi - fi - ;; - *) - # Add a -L argument. - func_append newdeplibs " $a_deplib" - ;; - esac - done # Gone through all deplibs. - ;; - match_pattern*) - set dummy $deplibs_check_method; shift - match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` - for a_deplib in $deplibs; do - case $a_deplib in - -l*) - func_stripname -l '' "$a_deplib" - name=$func_stripname_result - if test yes = "$allow_libtool_libs_with_static_runtimes"; then - case " $predeps $postdeps " in - *" $a_deplib "*) - func_append newdeplibs " $a_deplib" - a_deplib= - ;; - esac - fi - if test -n "$a_deplib"; then - libname=`eval "\\$ECHO \"$libname_spec\""` - for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do - potential_libs=`ls $i/$libname[.-]* 2>/dev/null` - for potent_lib in $potential_libs; do - potlib=$potent_lib # see symlink-check above in file_magic test - if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ - $EGREP "$match_pattern_regex" > /dev/null; then - func_append newdeplibs " $a_deplib" - a_deplib= - break 2 - fi - done - done - fi - if test -n "$a_deplib"; then - droppeddeps=yes - echo - $ECHO "*** Warning: linker path does not have real file for library $a_deplib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have" - echo "*** because I did check the linker path looking for a file starting" - if test -z "$potlib"; then - $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" - else - $ECHO "*** with $libname and none of the candidates passed a file format test" - $ECHO "*** using a regex pattern. Last file checked: $potlib" - fi - fi - ;; - *) - # Add a -L argument. - func_append newdeplibs " $a_deplib" - ;; - esac - done # Gone through all deplibs. - ;; - none | unknown | *) - newdeplibs= - tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` - if test yes = "$allow_libtool_libs_with_static_runtimes"; then - for i in $predeps $postdeps; do - # can't use Xsed below, because $i might contain '/' - tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` - done - fi - case $tmp_deplibs in - *[!\ \ ]*) - echo - if test none = "$deplibs_check_method"; then - echo "*** Warning: inter-library dependencies are not supported in this platform." - else - echo "*** Warning: inter-library dependencies are not known to be supported." - fi - echo "*** All declared inter-library dependencies are being dropped." - droppeddeps=yes - ;; - esac - ;; - esac - versuffix=$versuffix_save - major=$major_save - release=$release_save - libname=$libname_save - name=$name_save - - case $host in - *-*-rhapsody* | *-*-darwin1.[012]) - # On Rhapsody replace the C library with the System framework - newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` - ;; - esac - - if test yes = "$droppeddeps"; then - if test yes = "$module"; then - echo - echo "*** Warning: libtool could not satisfy all declared inter-library" - $ECHO "*** dependencies of module $libname. Therefore, libtool will create" - echo "*** a static module, that should work as long as the dlopening" - echo "*** application is linked with the -dlopen flag." - if test -z "$global_symbol_pipe"; then - echo - echo "*** However, this would only work if libtool was able to extract symbol" - echo "*** lists from a program, using 'nm' or equivalent, but libtool could" - echo "*** not find such a program. So, this module is probably useless." - echo "*** 'nm' from GNU binutils and a full rebuild may help." - fi - if test no = "$build_old_libs"; then - oldlibs=$output_objdir/$libname.$libext - build_libtool_libs=module - build_old_libs=yes - else - build_libtool_libs=no - fi - else - echo "*** The inter-library dependencies that have been dropped here will be" - echo "*** automatically added whenever a program is linked with this library" - echo "*** or is declared to -dlopen it." - - if test no = "$allow_undefined"; then - echo - echo "*** Since this library must not contain undefined symbols," - echo "*** because either the platform does not support them or" - echo "*** it was explicitly requested with -no-undefined," - echo "*** libtool will only create a static version of it." - if test no = "$build_old_libs"; then - oldlibs=$output_objdir/$libname.$libext - build_libtool_libs=module - build_old_libs=yes - else - build_libtool_libs=no - fi - fi - fi - fi - # Done checking deplibs! - deplibs=$newdeplibs - fi - # Time to change all our "foo.ltframework" stuff back to "-framework foo" - case $host in - *-*-darwin*) - newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - ;; - esac - - # move library search paths that coincide with paths to not yet - # installed libraries to the beginning of the library search list - new_libs= - for path in $notinst_path; do - case " $new_libs " in - *" -L$path/$objdir "*) ;; - *) - case " $deplibs " in - *" -L$path/$objdir "*) - func_append new_libs " -L$path/$objdir" ;; - esac - ;; - esac - done - for deplib in $deplibs; do - case $deplib in - -L*) - case " $new_libs " in - *" $deplib "*) ;; - *) func_append new_libs " $deplib" ;; - esac - ;; - *) func_append new_libs " $deplib" ;; - esac - done - deplibs=$new_libs - - # All the library-specific variables (install_libdir is set above). - library_names= - old_library= - dlname= - - # Test again, we may have decided not to build it any more - if test yes = "$build_libtool_libs"; then - # Remove $wl instances when linking with ld. - # FIXME: should test the right _cmds variable. - case $archive_cmds in - *\$LD\ *) wl= ;; - esac - if test yes = "$hardcode_into_libs"; then - # Hardcode the library paths - hardcode_libdirs= - dep_rpath= - rpath=$finalize_rpath - test relink = "$opt_mode" || rpath=$compile_rpath$rpath - for libdir in $rpath; do - if test -n "$hardcode_libdir_flag_spec"; then - if test -n "$hardcode_libdir_separator"; then - func_replace_sysroot "$libdir" - libdir=$func_replace_sysroot_result - if test -z "$hardcode_libdirs"; then - hardcode_libdirs=$libdir - else - # Just accumulate the unique libdirs. - case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in - *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) - ;; - *) - func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" - ;; - esac - fi - else - eval flag=\"$hardcode_libdir_flag_spec\" - func_append dep_rpath " $flag" - fi - elif test -n "$runpath_var"; then - case "$perm_rpath " in - *" $libdir "*) ;; - *) func_append perm_rpath " $libdir" ;; - esac - fi - done - # Substitute the hardcoded libdirs into the rpath. - if test -n "$hardcode_libdir_separator" && - test -n "$hardcode_libdirs"; then - libdir=$hardcode_libdirs - eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" - fi - if test -n "$runpath_var" && test -n "$perm_rpath"; then - # We should set the runpath_var. - rpath= - for dir in $perm_rpath; do - func_append rpath "$dir:" - done - eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" - fi - test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" - fi - - shlibpath=$finalize_shlibpath - test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath - if test -n "$shlibpath"; then - eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" - fi - - # Get the real and link names of the library. - eval shared_ext=\"$shrext_cmds\" - eval library_names=\"$library_names_spec\" - set dummy $library_names - shift - realname=$1 - shift - - if test -n "$soname_spec"; then - eval soname=\"$soname_spec\" - else - soname=$realname - fi - if test -z "$dlname"; then - dlname=$soname - fi - - lib=$output_objdir/$realname - linknames= - for link - do - func_append linknames " $link" - done - - # Use standard objects if they are pic - test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` - test "X$libobjs" = "X " && libobjs= - - delfiles= - if test -n "$export_symbols" && test -n "$include_expsyms"; then - $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" - export_symbols=$output_objdir/$libname.uexp - func_append delfiles " $export_symbols" - fi - - orig_export_symbols= - case $host_os in - cygwin* | mingw* | cegcc*) - if test -n "$export_symbols" && test -z "$export_symbols_regex"; then - # exporting using user supplied symfile - func_dll_def_p "$export_symbols" || { - # and it's NOT already a .def file. Must figure out - # which of the given symbols are data symbols and tag - # them as such. So, trigger use of export_symbols_cmds. - # export_symbols gets reassigned inside the "prepare - # the list of exported symbols" if statement, so the - # include_expsyms logic still works. - orig_export_symbols=$export_symbols - export_symbols= - always_export_symbols=yes - } - fi - ;; - esac - - # Prepare the list of exported symbols - if test -z "$export_symbols"; then - if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then - func_verbose "generating symbol list for '$libname.la'" - export_symbols=$output_objdir/$libname.exp - $opt_dry_run || $RM $export_symbols - cmds=$export_symbols_cmds - save_ifs=$IFS; IFS='~' - for cmd1 in $cmds; do - IFS=$save_ifs - # Take the normal branch if the nm_file_list_spec branch - # doesn't work or if tool conversion is not needed. - case $nm_file_list_spec~$to_tool_file_cmd in - *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) - try_normal_branch=yes - eval cmd=\"$cmd1\" - func_len " $cmd" - len=$func_len_result - ;; - *) - try_normal_branch=no - ;; - esac - if test yes = "$try_normal_branch" \ - && { test "$len" -lt "$max_cmd_len" \ - || test "$max_cmd_len" -le -1; } - then - func_show_eval "$cmd" 'exit $?' - skipped_export=false - elif test -n "$nm_file_list_spec"; then - func_basename "$output" - output_la=$func_basename_result - save_libobjs=$libobjs - save_output=$output - output=$output_objdir/$output_la.nm - func_to_tool_file "$output" - libobjs=$nm_file_list_spec$func_to_tool_file_result - func_append delfiles " $output" - func_verbose "creating $NM input file list: $output" - for obj in $save_libobjs; do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" - done > "$output" - eval cmd=\"$cmd1\" - func_show_eval "$cmd" 'exit $?' - output=$save_output - libobjs=$save_libobjs - skipped_export=false - else - # The command line is too long to execute in one step. - func_verbose "using reloadable object file for export list..." - skipped_export=: - # Break out early, otherwise skipped_export may be - # set to false by a later but shorter cmd. - break - fi - done - IFS=$save_ifs - if test -n "$export_symbols_regex" && test : != "$skipped_export"; then - func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' - func_show_eval '$MV "${export_symbols}T" "$export_symbols"' - fi - fi - fi - - if test -n "$export_symbols" && test -n "$include_expsyms"; then - tmp_export_symbols=$export_symbols - test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols - $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' - fi - - if test : != "$skipped_export" && test -n "$orig_export_symbols"; then - # The given exports_symbols file has to be filtered, so filter it. - func_verbose "filter symbol list for '$libname.la' to tag DATA exports" - # FIXME: $output_objdir/$libname.filter potentially contains lots of - # 's' commands, which not all seds can handle. GNU sed should be fine - # though. Also, the filter scales superlinearly with the number of - # global variables. join(1) would be nice here, but unfortunately - # isn't a blessed tool. - $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter - func_append delfiles " $export_symbols $output_objdir/$libname.filter" - export_symbols=$output_objdir/$libname.def - $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols - fi - - tmp_deplibs= - for test_deplib in $deplibs; do - case " $convenience " in - *" $test_deplib "*) ;; - *) - func_append tmp_deplibs " $test_deplib" - ;; - esac - done - deplibs=$tmp_deplibs - - if test -n "$convenience"; then - if test -n "$whole_archive_flag_spec" && - test yes = "$compiler_needs_object" && - test -z "$libobjs"; then - # extract the archives, so we have objects to list. - # TODO: could optimize this to just extract one archive. - whole_archive_flag_spec= - fi - if test -n "$whole_archive_flag_spec"; then - save_libobjs=$libobjs - eval libobjs=\"\$libobjs $whole_archive_flag_spec\" - test "X$libobjs" = "X " && libobjs= - else - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $convenience - func_append libobjs " $func_extract_archives_result" - test "X$libobjs" = "X " && libobjs= - fi - fi - - if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then - eval flag=\"$thread_safe_flag_spec\" - func_append linker_flags " $flag" - fi - - # Make a backup of the uninstalled library when relinking - if test relink = "$opt_mode"; then - $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? - fi - - # Do each of the archive commands. - if test yes = "$module" && test -n "$module_cmds"; then - if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then - eval test_cmds=\"$module_expsym_cmds\" - cmds=$module_expsym_cmds - else - eval test_cmds=\"$module_cmds\" - cmds=$module_cmds - fi - else - if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then - eval test_cmds=\"$archive_expsym_cmds\" - cmds=$archive_expsym_cmds - else - eval test_cmds=\"$archive_cmds\" - cmds=$archive_cmds - fi - fi - - if test : != "$skipped_export" && - func_len " $test_cmds" && - len=$func_len_result && - test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then - : - else - # The command line is too long to link in one step, link piecewise - # or, if using GNU ld and skipped_export is not :, use a linker - # script. - - # Save the value of $output and $libobjs because we want to - # use them later. If we have whole_archive_flag_spec, we - # want to use save_libobjs as it was before - # whole_archive_flag_spec was expanded, because we can't - # assume the linker understands whole_archive_flag_spec. - # This may have to be revisited, in case too many - # convenience libraries get linked in and end up exceeding - # the spec. - if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then - save_libobjs=$libobjs - fi - save_output=$output - func_basename "$output" - output_la=$func_basename_result - - # Clear the reloadable object creation command queue and - # initialize k to one. - test_cmds= - concat_cmds= - objlist= - last_robj= - k=1 - - if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then - output=$output_objdir/$output_la.lnkscript - func_verbose "creating GNU ld script: $output" - echo 'INPUT (' > $output - for obj in $save_libobjs - do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" >> $output - done - echo ')' >> $output - func_append delfiles " $output" - func_to_tool_file "$output" - output=$func_to_tool_file_result - elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then - output=$output_objdir/$output_la.lnk - func_verbose "creating linker input file list: $output" - : > $output - set x $save_libobjs - shift - firstobj= - if test yes = "$compiler_needs_object"; then - firstobj="$1 " - shift - fi - for obj - do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" >> $output - done - func_append delfiles " $output" - func_to_tool_file "$output" - output=$firstobj\"$file_list_spec$func_to_tool_file_result\" - else - if test -n "$save_libobjs"; then - func_verbose "creating reloadable object files..." - output=$output_objdir/$output_la-$k.$objext - eval test_cmds=\"$reload_cmds\" - func_len " $test_cmds" - len0=$func_len_result - len=$len0 - - # Loop over the list of objects to be linked. - for obj in $save_libobjs - do - func_len " $obj" - func_arith $len + $func_len_result - len=$func_arith_result - if test -z "$objlist" || - test "$len" -lt "$max_cmd_len"; then - func_append objlist " $obj" - else - # The command $test_cmds is almost too long, add a - # command to the queue. - if test 1 -eq "$k"; then - # The first file doesn't have a previous command to add. - reload_objs=$objlist - eval concat_cmds=\"$reload_cmds\" - else - # All subsequent reloadable object files will link in - # the last one created. - reload_objs="$objlist $last_robj" - eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" - fi - last_robj=$output_objdir/$output_la-$k.$objext - func_arith $k + 1 - k=$func_arith_result - output=$output_objdir/$output_la-$k.$objext - objlist=" $obj" - func_len " $last_robj" - func_arith $len0 + $func_len_result - len=$func_arith_result - fi - done - # Handle the remaining objects by creating one last - # reloadable object file. All subsequent reloadable object - # files will link in the last one created. - test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - reload_objs="$objlist $last_robj" - eval concat_cmds=\"\$concat_cmds$reload_cmds\" - if test -n "$last_robj"; then - eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" - fi - func_append delfiles " $output" - - else - output= - fi - - ${skipped_export-false} && { - func_verbose "generating symbol list for '$libname.la'" - export_symbols=$output_objdir/$libname.exp - $opt_dry_run || $RM $export_symbols - libobjs=$output - # Append the command to create the export file. - test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" - if test -n "$last_robj"; then - eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" - fi - } - - test -n "$save_libobjs" && - func_verbose "creating a temporary reloadable object file: $output" - - # Loop through the commands generated above and execute them. - save_ifs=$IFS; IFS='~' - for cmd in $concat_cmds; do - IFS=$save_ifs - $opt_quiet || { - func_quote_for_expand "$cmd" - eval "func_echo $func_quote_for_expand_result" - } - $opt_dry_run || eval "$cmd" || { - lt_exit=$? - - # Restore the uninstalled library and exit - if test relink = "$opt_mode"; then - ( cd "$output_objdir" && \ - $RM "${realname}T" && \ - $MV "${realname}U" "$realname" ) - fi - - exit $lt_exit - } - done - IFS=$save_ifs - - if test -n "$export_symbols_regex" && ${skipped_export-false}; then - func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' - func_show_eval '$MV "${export_symbols}T" "$export_symbols"' - fi - fi - - ${skipped_export-false} && { - if test -n "$export_symbols" && test -n "$include_expsyms"; then - tmp_export_symbols=$export_symbols - test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols - $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' - fi - - if test -n "$orig_export_symbols"; then - # The given exports_symbols file has to be filtered, so filter it. - func_verbose "filter symbol list for '$libname.la' to tag DATA exports" - # FIXME: $output_objdir/$libname.filter potentially contains lots of - # 's' commands, which not all seds can handle. GNU sed should be fine - # though. Also, the filter scales superlinearly with the number of - # global variables. join(1) would be nice here, but unfortunately - # isn't a blessed tool. - $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter - func_append delfiles " $export_symbols $output_objdir/$libname.filter" - export_symbols=$output_objdir/$libname.def - $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols - fi - } - - libobjs=$output - # Restore the value of output. - output=$save_output - - if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then - eval libobjs=\"\$libobjs $whole_archive_flag_spec\" - test "X$libobjs" = "X " && libobjs= - fi - # Expand the library linking commands again to reset the - # value of $libobjs for piecewise linking. - - # Do each of the archive commands. - if test yes = "$module" && test -n "$module_cmds"; then - if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then - cmds=$module_expsym_cmds - else - cmds=$module_cmds - fi - else - if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then - cmds=$archive_expsym_cmds - else - cmds=$archive_cmds - fi - fi - fi - - if test -n "$delfiles"; then - # Append the command to remove temporary files to $cmds. - eval cmds=\"\$cmds~\$RM $delfiles\" - fi - - # Add any objects from preloaded convenience libraries - if test -n "$dlprefiles"; then - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $dlprefiles - func_append libobjs " $func_extract_archives_result" - test "X$libobjs" = "X " && libobjs= - fi - - save_ifs=$IFS; IFS='~' - for cmd in $cmds; do - IFS=$sp$nl - eval cmd=\"$cmd\" - IFS=$save_ifs - $opt_quiet || { - func_quote_for_expand "$cmd" - eval "func_echo $func_quote_for_expand_result" - } - $opt_dry_run || eval "$cmd" || { - lt_exit=$? - - # Restore the uninstalled library and exit - if test relink = "$opt_mode"; then - ( cd "$output_objdir" && \ - $RM "${realname}T" && \ - $MV "${realname}U" "$realname" ) - fi - - exit $lt_exit - } - done - IFS=$save_ifs - - # Restore the uninstalled library and exit - if test relink = "$opt_mode"; then - $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? - - if test -n "$convenience"; then - if test -z "$whole_archive_flag_spec"; then - func_show_eval '${RM}r "$gentop"' - fi - fi - - exit $EXIT_SUCCESS - fi - - # Create links to the real library. - for linkname in $linknames; do - if test "$realname" != "$linkname"; then - func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' - fi - done - - # If -module or -export-dynamic was specified, set the dlname. - if test yes = "$module" || test yes = "$export_dynamic"; then - # On all known operating systems, these are identical. - dlname=$soname - fi - fi - ;; - - obj) - if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then - func_warning "'-dlopen' is ignored for objects" - fi - - case " $deplibs" in - *\ -l* | *\ -L*) - func_warning "'-l' and '-L' are ignored for objects" ;; - esac - - test -n "$rpath" && \ - func_warning "'-rpath' is ignored for objects" - - test -n "$xrpath" && \ - func_warning "'-R' is ignored for objects" - - test -n "$vinfo" && \ - func_warning "'-version-info' is ignored for objects" - - test -n "$release" && \ - func_warning "'-release' is ignored for objects" - - case $output in - *.lo) - test -n "$objs$old_deplibs" && \ - func_fatal_error "cannot build library object '$output' from non-libtool objects" - - libobj=$output - func_lo2o "$libobj" - obj=$func_lo2o_result - ;; - *) - libobj= - obj=$output - ;; - esac - - # Delete the old objects. - $opt_dry_run || $RM $obj $libobj - - # Objects from convenience libraries. This assumes - # single-version convenience libraries. Whenever we create - # different ones for PIC/non-PIC, this we'll have to duplicate - # the extraction. - reload_conv_objs= - gentop= - # if reload_cmds runs $LD directly, get rid of -Wl from - # whole_archive_flag_spec and hope we can get by with turning comma - # into space. - case $reload_cmds in - *\$LD[\ \$]*) wl= ;; - esac - if test -n "$convenience"; then - if test -n "$whole_archive_flag_spec"; then - eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" - test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` - reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags - else - gentop=$output_objdir/${obj}x - func_append generated " $gentop" - - func_extract_archives $gentop $convenience - reload_conv_objs="$reload_objs $func_extract_archives_result" - fi - fi - - # If we're not building shared, we need to use non_pic_objs - test yes = "$build_libtool_libs" || libobjs=$non_pic_objects - - # Create the old-style object. - reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs - - output=$obj - func_execute_cmds "$reload_cmds" 'exit $?' - - # Exit if we aren't doing a library object file. - if test -z "$libobj"; then - if test -n "$gentop"; then - func_show_eval '${RM}r "$gentop"' - fi - - exit $EXIT_SUCCESS - fi - - test yes = "$build_libtool_libs" || { - if test -n "$gentop"; then - func_show_eval '${RM}r "$gentop"' - fi - - # Create an invalid libtool object if no PIC, so that we don't - # accidentally link it into a program. - # $show "echo timestamp > $libobj" - # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? - exit $EXIT_SUCCESS - } - - if test -n "$pic_flag" || test default != "$pic_mode"; then - # Only do commands if we really have different PIC objects. - reload_objs="$libobjs $reload_conv_objs" - output=$libobj - func_execute_cmds "$reload_cmds" 'exit $?' - fi - - if test -n "$gentop"; then - func_show_eval '${RM}r "$gentop"' - fi - - exit $EXIT_SUCCESS - ;; - - prog) - case $host in - *cygwin*) func_stripname '' '.exe' "$output" - output=$func_stripname_result.exe;; - esac - test -n "$vinfo" && \ - func_warning "'-version-info' is ignored for programs" - - test -n "$release" && \ - func_warning "'-release' is ignored for programs" - - $preload \ - && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ - && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." - - case $host in - *-*-rhapsody* | *-*-darwin1.[012]) - # On Rhapsody replace the C library is the System framework - compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` - finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` - ;; - esac - - case $host in - *-*-darwin*) - # Don't allow lazy linking, it breaks C++ global constructors - # But is supposedly fixed on 10.4 or later (yay!). - if test CXX = "$tagname"; then - case ${MACOSX_DEPLOYMENT_TARGET-10.0} in - 10.[0123]) - func_append compile_command " $wl-bind_at_load" - func_append finalize_command " $wl-bind_at_load" - ;; - esac - fi - # Time to change all our "foo.ltframework" stuff back to "-framework foo" - compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - ;; - esac - - - # move library search paths that coincide with paths to not yet - # installed libraries to the beginning of the library search list - new_libs= - for path in $notinst_path; do - case " $new_libs " in - *" -L$path/$objdir "*) ;; - *) - case " $compile_deplibs " in - *" -L$path/$objdir "*) - func_append new_libs " -L$path/$objdir" ;; - esac - ;; - esac - done - for deplib in $compile_deplibs; do - case $deplib in - -L*) - case " $new_libs " in - *" $deplib "*) ;; - *) func_append new_libs " $deplib" ;; - esac - ;; - *) func_append new_libs " $deplib" ;; - esac - done - compile_deplibs=$new_libs - - - func_append compile_command " $compile_deplibs" - func_append finalize_command " $finalize_deplibs" - - if test -n "$rpath$xrpath"; then - # If the user specified any rpath flags, then add them. - for libdir in $rpath $xrpath; do - # This is the magic to use -rpath. - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - done - fi - - # Now hardcode the library paths - rpath= - hardcode_libdirs= - for libdir in $compile_rpath $finalize_rpath; do - if test -n "$hardcode_libdir_flag_spec"; then - if test -n "$hardcode_libdir_separator"; then - if test -z "$hardcode_libdirs"; then - hardcode_libdirs=$libdir - else - # Just accumulate the unique libdirs. - case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in - *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) - ;; - *) - func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" - ;; - esac - fi - else - eval flag=\"$hardcode_libdir_flag_spec\" - func_append rpath " $flag" - fi - elif test -n "$runpath_var"; then - case "$perm_rpath " in - *" $libdir "*) ;; - *) func_append perm_rpath " $libdir" ;; - esac - fi - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` - case :$dllsearchpath: in - *":$libdir:"*) ;; - ::) dllsearchpath=$libdir;; - *) func_append dllsearchpath ":$libdir";; - esac - case :$dllsearchpath: in - *":$testbindir:"*) ;; - ::) dllsearchpath=$testbindir;; - *) func_append dllsearchpath ":$testbindir";; - esac - ;; - esac - done - # Substitute the hardcoded libdirs into the rpath. - if test -n "$hardcode_libdir_separator" && - test -n "$hardcode_libdirs"; then - libdir=$hardcode_libdirs - eval rpath=\" $hardcode_libdir_flag_spec\" - fi - compile_rpath=$rpath - - rpath= - hardcode_libdirs= - for libdir in $finalize_rpath; do - if test -n "$hardcode_libdir_flag_spec"; then - if test -n "$hardcode_libdir_separator"; then - if test -z "$hardcode_libdirs"; then - hardcode_libdirs=$libdir - else - # Just accumulate the unique libdirs. - case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in - *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) - ;; - *) - func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" - ;; - esac - fi - else - eval flag=\"$hardcode_libdir_flag_spec\" - func_append rpath " $flag" - fi - elif test -n "$runpath_var"; then - case "$finalize_perm_rpath " in - *" $libdir "*) ;; - *) func_append finalize_perm_rpath " $libdir" ;; - esac - fi - done - # Substitute the hardcoded libdirs into the rpath. - if test -n "$hardcode_libdir_separator" && - test -n "$hardcode_libdirs"; then - libdir=$hardcode_libdirs - eval rpath=\" $hardcode_libdir_flag_spec\" - fi - finalize_rpath=$rpath - - if test -n "$libobjs" && test yes = "$build_old_libs"; then - # Transform all the library objects into standard objects. - compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` - finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` - fi - - func_generate_dlsyms "$outputname" "@PROGRAM@" false - - # template prelinking step - if test -n "$prelink_cmds"; then - func_execute_cmds "$prelink_cmds" 'exit $?' - fi - - wrappers_required=: - case $host in - *cegcc* | *mingw32ce*) - # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. - wrappers_required=false - ;; - *cygwin* | *mingw* ) - test yes = "$build_libtool_libs" || wrappers_required=false - ;; - *) - if test no = "$need_relink" || test yes != "$build_libtool_libs"; then - wrappers_required=false - fi - ;; - esac - $wrappers_required || { - # Replace the output file specification. - compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` - link_command=$compile_command$compile_rpath - - # We have no uninstalled library dependencies, so finalize right now. - exit_status=0 - func_show_eval "$link_command" 'exit_status=$?' - - if test -n "$postlink_cmds"; then - func_to_tool_file "$output" - postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` - func_execute_cmds "$postlink_cmds" 'exit $?' - fi - - # Delete the generated files. - if test -f "$output_objdir/${outputname}S.$objext"; then - func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' - fi - - exit $exit_status - } - - if test -n "$compile_shlibpath$finalize_shlibpath"; then - compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" - fi - if test -n "$finalize_shlibpath"; then - finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" - fi - - compile_var= - finalize_var= - if test -n "$runpath_var"; then - if test -n "$perm_rpath"; then - # We should set the runpath_var. - rpath= - for dir in $perm_rpath; do - func_append rpath "$dir:" - done - compile_var="$runpath_var=\"$rpath\$$runpath_var\" " - fi - if test -n "$finalize_perm_rpath"; then - # We should set the runpath_var. - rpath= - for dir in $finalize_perm_rpath; do - func_append rpath "$dir:" - done - finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " - fi - fi - - if test yes = "$no_install"; then - # We don't need to create a wrapper script. - link_command=$compile_var$compile_command$compile_rpath - # Replace the output file specification. - link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` - # Delete the old output file. - $opt_dry_run || $RM $output - # Link the executable and exit - func_show_eval "$link_command" 'exit $?' - - if test -n "$postlink_cmds"; then - func_to_tool_file "$output" - postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` - func_execute_cmds "$postlink_cmds" 'exit $?' - fi - - exit $EXIT_SUCCESS - fi - - case $hardcode_action,$fast_install in - relink,*) - # Fast installation is not supported - link_command=$compile_var$compile_command$compile_rpath - relink_command=$finalize_var$finalize_command$finalize_rpath - - func_warning "this platform does not like uninstalled shared libraries" - func_warning "'$output' will be relinked during installation" - ;; - *,yes) - link_command=$finalize_var$compile_command$finalize_rpath - relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` - ;; - *,no) - link_command=$compile_var$compile_command$compile_rpath - relink_command=$finalize_var$finalize_command$finalize_rpath - ;; - *,needless) - link_command=$finalize_var$compile_command$finalize_rpath - relink_command= - ;; - esac - - # Replace the output file specification. - link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` - - # Delete the old output files. - $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname - - func_show_eval "$link_command" 'exit $?' - - if test -n "$postlink_cmds"; then - func_to_tool_file "$output_objdir/$outputname" - postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` - func_execute_cmds "$postlink_cmds" 'exit $?' - fi - - # Now create the wrapper script. - func_verbose "creating $output" - - # Quote the relink command for shipping. - if test -n "$relink_command"; then - # Preserve any variables that may affect compiler behavior - for var in $variables_saved_for_relink; do - if eval test -z \"\${$var+set}\"; then - relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" - elif eval var_value=\$$var; test -z "$var_value"; then - relink_command="$var=; export $var; $relink_command" - else - func_quote_for_eval "$var_value" - relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" - fi - done - relink_command="(cd `pwd`; $relink_command)" - relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` - fi - - # Only actually do things if not in dry run mode. - $opt_dry_run || { - # win32 will think the script is a binary if it has - # a .exe suffix, so we strip it off here. - case $output in - *.exe) func_stripname '' '.exe' "$output" - output=$func_stripname_result ;; - esac - # test for cygwin because mv fails w/o .exe extensions - case $host in - *cygwin*) - exeext=.exe - func_stripname '' '.exe' "$outputname" - outputname=$func_stripname_result ;; - *) exeext= ;; - esac - case $host in - *cygwin* | *mingw* ) - func_dirname_and_basename "$output" "" "." - output_name=$func_basename_result - output_path=$func_dirname_result - cwrappersource=$output_path/$objdir/lt-$output_name.c - cwrapper=$output_path/$output_name.exe - $RM $cwrappersource $cwrapper - trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 - - func_emit_cwrapperexe_src > $cwrappersource - - # The wrapper executable is built using the $host compiler, - # because it contains $host paths and files. If cross- - # compiling, it, like the target executable, must be - # executed on the $host or under an emulation environment. - $opt_dry_run || { - $LTCC $LTCFLAGS -o $cwrapper $cwrappersource - $STRIP $cwrapper - } - - # Now, create the wrapper script for func_source use: - func_ltwrapper_scriptname $cwrapper - $RM $func_ltwrapper_scriptname_result - trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 - $opt_dry_run || { - # note: this script will not be executed, so do not chmod. - if test "x$build" = "x$host"; then - $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result - else - func_emit_wrapper no > $func_ltwrapper_scriptname_result - fi - } - ;; - * ) - $RM $output - trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 - - func_emit_wrapper no > $output - chmod +x $output - ;; - esac - } - exit $EXIT_SUCCESS - ;; - esac - - # See if we need to build an old-fashioned archive. - for oldlib in $oldlibs; do - - case $build_libtool_libs in - convenience) - oldobjs="$libobjs_save $symfileobj" - addlibs=$convenience - build_libtool_libs=no - ;; - module) - oldobjs=$libobjs_save - addlibs=$old_convenience - build_libtool_libs=no - ;; - *) - oldobjs="$old_deplibs $non_pic_objects" - $preload && test -f "$symfileobj" \ - && func_append oldobjs " $symfileobj" - addlibs=$old_convenience - ;; - esac - - if test -n "$addlibs"; then - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $addlibs - func_append oldobjs " $func_extract_archives_result" - fi - - # Do each command in the archive commands. - if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then - cmds=$old_archive_from_new_cmds - else - - # Add any objects from preloaded convenience libraries - if test -n "$dlprefiles"; then - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $dlprefiles - func_append oldobjs " $func_extract_archives_result" - fi - - # POSIX demands no paths to be encoded in archives. We have - # to avoid creating archives with duplicate basenames if we - # might have to extract them afterwards, e.g., when creating a - # static archive out of a convenience library, or when linking - # the entirety of a libtool archive into another (currently - # not supported by libtool). - if (for obj in $oldobjs - do - func_basename "$obj" - $ECHO "$func_basename_result" - done | sort | sort -uc >/dev/null 2>&1); then - : - else - echo "copying selected object files to avoid basename conflicts..." - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - func_mkdir_p "$gentop" - save_oldobjs=$oldobjs - oldobjs= - counter=1 - for obj in $save_oldobjs - do - func_basename "$obj" - objbase=$func_basename_result - case " $oldobjs " in - " ") oldobjs=$obj ;; - *[\ /]"$objbase "*) - while :; do - # Make sure we don't pick an alternate name that also - # overlaps. - newobj=lt$counter-$objbase - func_arith $counter + 1 - counter=$func_arith_result - case " $oldobjs " in - *[\ /]"$newobj "*) ;; - *) if test ! -f "$gentop/$newobj"; then break; fi ;; - esac - done - func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" - func_append oldobjs " $gentop/$newobj" - ;; - *) func_append oldobjs " $obj" ;; - esac - done - fi - func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 - tool_oldlib=$func_to_tool_file_result - eval cmds=\"$old_archive_cmds\" - - func_len " $cmds" - len=$func_len_result - if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then - cmds=$old_archive_cmds - elif test -n "$archiver_list_spec"; then - func_verbose "using command file archive linking..." - for obj in $oldobjs - do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" - done > $output_objdir/$libname.libcmd - func_to_tool_file "$output_objdir/$libname.libcmd" - oldobjs=" $archiver_list_spec$func_to_tool_file_result" - cmds=$old_archive_cmds - else - # the command line is too long to link in one step, link in parts - func_verbose "using piecewise archive linking..." - save_RANLIB=$RANLIB - RANLIB=: - objlist= - concat_cmds= - save_oldobjs=$oldobjs - oldobjs= - # Is there a better way of finding the last object in the list? - for obj in $save_oldobjs - do - last_oldobj=$obj - done - eval test_cmds=\"$old_archive_cmds\" - func_len " $test_cmds" - len0=$func_len_result - len=$len0 - for obj in $save_oldobjs - do - func_len " $obj" - func_arith $len + $func_len_result - len=$func_arith_result - func_append objlist " $obj" - if test "$len" -lt "$max_cmd_len"; then - : - else - # the above command should be used before it gets too long - oldobjs=$objlist - if test "$obj" = "$last_oldobj"; then - RANLIB=$save_RANLIB - fi - test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" - objlist= - len=$len0 - fi - done - RANLIB=$save_RANLIB - oldobjs=$objlist - if test -z "$oldobjs"; then - eval cmds=\"\$concat_cmds\" - else - eval cmds=\"\$concat_cmds~\$old_archive_cmds\" - fi - fi - fi - func_execute_cmds "$cmds" 'exit $?' - done - - test -n "$generated" && \ - func_show_eval "${RM}r$generated" - - # Now create the libtool archive. - case $output in - *.la) - old_library= - test yes = "$build_old_libs" && old_library=$libname.$libext - func_verbose "creating $output" - - # Preserve any variables that may affect compiler behavior - for var in $variables_saved_for_relink; do - if eval test -z \"\${$var+set}\"; then - relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" - elif eval var_value=\$$var; test -z "$var_value"; then - relink_command="$var=; export $var; $relink_command" - else - func_quote_for_eval "$var_value" - relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" - fi - done - # Quote the link command for shipping. - relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` - if test yes = "$hardcode_automatic"; then - relink_command= - fi - - # Only create the output if not a dry run. - $opt_dry_run || { - for installed in no yes; do - if test yes = "$installed"; then - if test -z "$install_libdir"; then - break - fi - output=$output_objdir/${outputname}i - # Replace all uninstalled libtool libraries with the installed ones - newdependency_libs= - for deplib in $dependency_libs; do - case $deplib in - *.la) - func_basename "$deplib" - name=$func_basename_result - func_resolve_sysroot "$deplib" - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` - test -z "$libdir" && \ - func_fatal_error "'$deplib' is not a valid libtool archive" - func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" - ;; - -L*) - func_stripname -L '' "$deplib" - func_replace_sysroot "$func_stripname_result" - func_append newdependency_libs " -L$func_replace_sysroot_result" - ;; - -R*) - func_stripname -R '' "$deplib" - func_replace_sysroot "$func_stripname_result" - func_append newdependency_libs " -R$func_replace_sysroot_result" - ;; - *) func_append newdependency_libs " $deplib" ;; - esac - done - dependency_libs=$newdependency_libs - newdlfiles= - - for lib in $dlfiles; do - case $lib in - *.la) - func_basename "$lib" - name=$func_basename_result - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` - test -z "$libdir" && \ - func_fatal_error "'$lib' is not a valid libtool archive" - func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" - ;; - *) func_append newdlfiles " $lib" ;; - esac - done - dlfiles=$newdlfiles - newdlprefiles= - for lib in $dlprefiles; do - case $lib in - *.la) - # Only pass preopened files to the pseudo-archive (for - # eventual linking with the app. that links it) if we - # didn't already link the preopened objects directly into - # the library: - func_basename "$lib" - name=$func_basename_result - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` - test -z "$libdir" && \ - func_fatal_error "'$lib' is not a valid libtool archive" - func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" - ;; - esac - done - dlprefiles=$newdlprefiles - else - newdlfiles= - for lib in $dlfiles; do - case $lib in - [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; - *) abs=`pwd`"/$lib" ;; - esac - func_append newdlfiles " $abs" - done - dlfiles=$newdlfiles - newdlprefiles= - for lib in $dlprefiles; do - case $lib in - [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; - *) abs=`pwd`"/$lib" ;; - esac - func_append newdlprefiles " $abs" - done - dlprefiles=$newdlprefiles - fi - $RM $output - # place dlname in correct position for cygwin - # In fact, it would be nice if we could use this code for all target - # systems that can't hard-code library paths into their executables - # and that have no shared library path variable independent of PATH, - # but it turns out we can't easily determine that from inspecting - # libtool variables, so we have to hard-code the OSs to which it - # applies here; at the moment, that means platforms that use the PE - # object format with DLL files. See the long comment at the top of - # tests/bindir.at for full details. - tdlname=$dlname - case $host,$output,$installed,$module,$dlname in - *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) - # If a -bindir argument was supplied, place the dll there. - if test -n "$bindir"; then - func_relative_path "$install_libdir" "$bindir" - tdlname=$func_relative_path_result/$dlname - else - # Otherwise fall back on heuristic. - tdlname=../bin/$dlname - fi - ;; - esac - $ECHO > $output "\ - # $outputname - a libtool library file - # Generated by $PROGRAM (GNU $PACKAGE) $VERSION - # - # Please DO NOT delete this file! - # It is necessary for linking the library. - - # The name that we can dlopen(3). - dlname='$tdlname' - - # Names of this library. - library_names='$library_names' - - # The name of the static archive. - old_library='$old_library' - - # Linker flags that cannot go in dependency_libs. - inherited_linker_flags='$new_inherited_linker_flags' - - # Libraries that this one depends upon. - dependency_libs='$dependency_libs' - - # Names of additional weak libraries provided by this library - weak_library_names='$weak_libs' - - # Version information for $libname. - current=$current - age=$age - revision=$revision - - # Is this an already installed library? - installed=$installed - - # Should we warn about portability when linking against -modules? - shouldnotlink=$module - - # Files to dlopen/dlpreopen - dlopen='$dlfiles' - dlpreopen='$dlprefiles' - - # Directory that this library needs to be installed in: - libdir='$install_libdir'" - if test no,yes = "$installed,$need_relink"; then - $ECHO >> $output "\ - relink_command=\"$relink_command\"" - fi - done - } - - # Do a symbolic link so that the libtool archive can be found in - # LD_LIBRARY_PATH before the program is installed. - func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' - ;; - esac - exit $EXIT_SUCCESS - } - - if test link = "$opt_mode" || test relink = "$opt_mode"; then - func_mode_link ${1+"$@"} - fi - - - # func_mode_uninstall arg... - func_mode_uninstall () - { - $debug_cmd - - RM=$nonopt - files= - rmforce=false - exit_status=0 - - # This variable tells wrapper scripts just to set variables rather - # than running their programs. - libtool_install_magic=$magic - - for arg - do - case $arg in - -f) func_append RM " $arg"; rmforce=: ;; - -*) func_append RM " $arg" ;; - *) func_append files " $arg" ;; - esac - done - - test -z "$RM" && \ - func_fatal_help "you must specify an RM program" - - rmdirs= - - for file in $files; do - func_dirname "$file" "" "." - dir=$func_dirname_result - if test . = "$dir"; then - odir=$objdir - else - odir=$dir/$objdir - fi - func_basename "$file" - name=$func_basename_result - test uninstall = "$opt_mode" && odir=$dir - - # Remember odir for removal later, being careful to avoid duplicates - if test clean = "$opt_mode"; then - case " $rmdirs " in - *" $odir "*) ;; - *) func_append rmdirs " $odir" ;; - esac - fi - - # Don't error if the file doesn't exist and rm -f was used. - if { test -L "$file"; } >/dev/null 2>&1 || - { test -h "$file"; } >/dev/null 2>&1 || - test -f "$file"; then - : - elif test -d "$file"; then - exit_status=1 - continue - elif $rmforce; then - continue - fi - - rmfiles=$file - - case $name in - *.la) - # Possibly a libtool archive, so verify it. - if func_lalib_p "$file"; then - func_source $dir/$name - - # Delete the libtool libraries and symlinks. - for n in $library_names; do - func_append rmfiles " $odir/$n" - done - test -n "$old_library" && func_append rmfiles " $odir/$old_library" - - case $opt_mode in - clean) - case " $library_names " in - *" $dlname "*) ;; - *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; - esac - test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" - ;; - uninstall) - if test -n "$library_names"; then - # Do each command in the postuninstall commands. - func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' - fi - - if test -n "$old_library"; then - # Do each command in the old_postuninstall commands. - func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' - fi - # FIXME: should reinstall the best remaining shared library. - ;; - esac - fi - ;; - - *.lo) - # Possibly a libtool object, so verify it. - if func_lalib_p "$file"; then - - # Read the .lo file - func_source $dir/$name - - # Add PIC object to the list of files to remove. - if test -n "$pic_object" && test none != "$pic_object"; then - func_append rmfiles " $dir/$pic_object" - fi - - # Add non-PIC object to the list of files to remove. - if test -n "$non_pic_object" && test none != "$non_pic_object"; then - func_append rmfiles " $dir/$non_pic_object" - fi - fi - ;; - - *) - if test clean = "$opt_mode"; then - noexename=$name - case $file in - *.exe) - func_stripname '' '.exe' "$file" - file=$func_stripname_result - func_stripname '' '.exe' "$name" - noexename=$func_stripname_result - # $file with .exe has already been added to rmfiles, - # add $file without .exe - func_append rmfiles " $file" - ;; - esac - # Do a test to see if this is a libtool program. - if func_ltwrapper_p "$file"; then - if func_ltwrapper_executable_p "$file"; then - func_ltwrapper_scriptname "$file" - relink_command= - func_source $func_ltwrapper_scriptname_result - func_append rmfiles " $func_ltwrapper_scriptname_result" - else - relink_command= - func_source $dir/$noexename - fi - - # note $name still contains .exe if it was in $file originally - # as does the version of $file that was added into $rmfiles - func_append rmfiles " $odir/$name $odir/${name}S.$objext" - if test yes = "$fast_install" && test -n "$relink_command"; then - func_append rmfiles " $odir/lt-$name" - fi - if test "X$noexename" != "X$name"; then - func_append rmfiles " $odir/lt-$noexename.c" - fi - fi - fi - ;; - esac - func_show_eval "$RM $rmfiles" 'exit_status=1' - done - - # Try to remove the $objdir's in the directories where we deleted files - for dir in $rmdirs; do - if test -d "$dir"; then - func_show_eval "rmdir $dir >/dev/null 2>&1" - fi - done - - exit $exit_status - } - - if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then - func_mode_uninstall ${1+"$@"} - fi - - test -z "$opt_mode" && { - help=$generic_help - func_fatal_help "you must specify a MODE" - } - - test -z "$exec_cmd" && \ - func_fatal_help "invalid operation mode '$opt_mode'" - - if test -n "$exec_cmd"; then - eval exec "$exec_cmd" - exit $EXIT_FAILURE - fi - - exit $exit_status - - - # The TAGs below are defined such that we never get into a situation - # where we disable both kinds of libraries. Given conflicting - # choices, we go for a static library, that is the most portable, - # since we can't tell whether shared libraries were disabled because - # the user asked for that or because the platform doesn't support - # them. This is particularly important on AIX, because we don't - # support having both static and shared libraries enabled at the same - # time on that platform, so we default to a shared-only configuration. - # If a disable-shared tag is given, we'll fallback to a static-only - # configuration. But we'll never go from static-only to shared-only. - - # ### BEGIN LIBTOOL TAG CONFIG: disable-shared - build_libtool_libs=no - build_old_libs=yes - # ### END LIBTOOL TAG CONFIG: disable-shared - - # ### BEGIN LIBTOOL TAG CONFIG: disable-static - build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` - # ### END LIBTOOL TAG CONFIG: disable-static - - # Local Variables: - # mode:shell-script - # sh-indentation:2 - # End: --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS/stamp-h1 texinfo-6.5/tp/Texinfo/MiscXS/stamp-h1 *** texinfo-6.4/tp/Texinfo/MiscXS/stamp-h1 2017-07-03 17:44:33.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS/stamp-h1 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - timestamp for config.h --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/MiscXS.pm texinfo-6.5/tp/Texinfo/MiscXS.pm *** texinfo-6.4/tp/Texinfo/MiscXS.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/MiscXS.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 23,27 **** use warnings; ! our $VERSION = '6.4'; use Texinfo::XSLoader; --- 23,27 ---- use warnings; ! our $VERSION = '6.5'; use Texinfo::XSLoader; diff -Nrc2 texinfo-6.4/tp/Texinfo/ModulePath.pm texinfo-6.5/tp/Texinfo/ModulePath.pm *** texinfo-6.4/tp/Texinfo/ModulePath.pm 2017-07-03 17:44:28.000000000 +0100 --- texinfo-6.5/tp/Texinfo/ModulePath.pm 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,95 **** - # tp/Texinfo/ModulePath.pm. Generated from ModulePath.pm.in by configure. - # - # Add directories to @INC, Perl's module search path, to find modules, - # either in the source or build directories. - - package Texinfo::ModulePath; - - use vars qw($VERSION); - - $VERSION = '6.3dev'; - - use File::Basename; - use File::Spec; - - # If $LIB_DIR and $LIBEXEC_DIR are given, - # (likely the installation directories) - # use them to add directories - # to @INC. - # - # LIB_DIR is for bundled libraries. - # LIBEXEC_DIR is for XS modules. - # - # otherwise use 'top_srcdir' - # and 'top_builddir' environment variables. - sub init (;$$) { - my $lib_dir = shift; - my $libexec_dir = shift; - my %named_args = @_; - - if (!$ENV{'top_srcdir'} and !$ENV{'top_builddir'} - and $named_args{'updirs'}) { - my ($real_command_name, $command_directory, $command_suffix) - = fileparse($0, '.pl'); - my $updir = File::Spec->updir(); - - # e.g. tp/t -> tp/t/../.. for 'updirs' = 2. - my $count = $named_args{'updirs'}; - my $top_srcdir = $command_directory; - while ($count-- > 0) { - $top_srcdir = File::Spec->catdir($top_srcdir, $updir); - } - $ENV{'top_srcdir'} = $top_srcdir; - } - - if (defined($ENV{'top_builddir'}) and !defined($ENV{'top_srcdir'})) { - $ENV{'top_srcdir'} = $ENV{'top_builddir'}; - } elsif (!defined($ENV{'top_builddir'}) and defined($ENV{'top_srcdir'})) { - $ENV{'top_builddir'} = $ENV{'top_srcdir'}; - } - - if (!$lib_dir) { - if (defined($ENV{'top_srcdir'})) { - # For Texinfo::Parser and the rest. - unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); - - $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); - } - } - - # module using values from configure - if (defined($lib_dir)) { - #warn "lib dir is $lib_dir\n"; - - unshift @INC, $lib_dir; - - # '@USE_EXTERNAL_LIBINTL @' and similar are substituted - if ('no' ne 'yes') { - unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib')); - } - if ('no' ne 'yes') { - unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib')); - } - if ('no' ne 'yes') { - unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); - } - } - - if (!$libexec_dir) { - # XSParagraph.la is generated in the build directory. - if (defined($ENV{'top_builddir'})) { - $libexec_dir = File::Spec->catdir($ENV{'top_builddir'}, 'tp', - 'Texinfo', 'Convert', 'XSParagraph'); - } - } - - if (defined($libexec_dir)) { - unshift @INC, (File::Spec->catdir($libexec_dir)); - } - if (defined $ENV{'top_builddir'}) { - unshift @INC, (File::Spec->catdir($ENV{'top_builddir'}, 'tp', - 'Texinfo', 'MiscXS')); - } - } - - 1; --- 0 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Parser.pm texinfo-6.5/tp/Texinfo/Parser.pm *** texinfo-6.4/tp/Texinfo/Parser.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Parser.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 1,3 **** ! # $Id: Parser.pm 7836 2017-06-18 18:44:13Z gavin $ # Parser.pm: parse texinfo code into a tree. # --- 1,3 ---- ! # $Id: Parser.pm 7942 2017-08-28 20:42:04Z gavin $ # Parser.pm: parse texinfo code into a tree. # *************** *** 107,111 **** ); ! $VERSION = '6.4'; sub N__($) --- 107,111 ---- ); ! $VERSION = '6.5'; sub N__($) *************** *** 120,124 **** # If >= 100 tree is printed every line. 'SHOW_MENU' => 1, # if false no menu error related. - 'INLINE_INSERTCOPYING' => 0, 'IGNORE_BEFORE_SETFILENAME' => 1, 'IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME' => 1, --- 120,123 ---- *************** *** 254,258 **** my %sectioning_commands = %Texinfo::Common::sectioning_commands; my %command_index = %Texinfo::Common::command_index; - my %command_structuring_level = %Texinfo::Common::command_structuring_level; my %ref_commands = %Texinfo::Common::ref_commands; my %region_commands = %Texinfo::Common::region_commands; --- 253,256 ---- *************** *** 787,792 **** my $had_final_end_line = chomp($text); my $lines = [ map {$_."\n"} split (/\n/, $text, -1) ]; ! $lines = [''] if (!@$lines); ! chomp($lines->[-1]) unless ($had_final_end_line); return $lines; } --- 785,789 ---- my $had_final_end_line = chomp($text); my $lines = [ map {$_."\n"} split (/\n/, $text, -1) ]; ! chomp($lines->[-1]) unless (!@$lines or $had_final_end_line); return $lines; } *************** *** 883,887 **** my $root = { 'contents' => [], 'type' => 'text_root' }; if (@first_lines) { ! push @{$root->{'contents'}}, { 'type' => 'preamble', 'contents' => [] }; foreach my $line (@first_lines) { push @{$root->{'contents'}->[-1]->{'contents'}}, --- 880,885 ---- my $root = { 'contents' => [], 'type' => 'text_root' }; if (@first_lines) { ! push @{$root->{'contents'}}, { 'type' => 'preamble', 'contents' => [], ! 'parent' => $root }; foreach my $line (@first_lines) { push @{$root->{'contents'}->[-1]->{'contents'}}, *************** *** 957,1038 **** } - sub _non_bracketed_contents { - my $current = shift; - - if ($current->{'type'} and $current->{'type'} eq 'bracketed') { - my $new = {}; - $new->{'contents'} = $current->{'contents'} if ($current->{'parent'}); - $new->{'parent'} = $current->{'parent'} if ($current->{'parent'}); - return $new; - } else { - return $current; - } - } - - # In a handful of cases, we delay storing the contents of the - # index entry until now to avoid needing Texinfo::Report::gdt - # in the main code of Parser.pm. Also set 'in_code' value on - # index entries. - sub _complete_indices { - my $self = shift; - - my ($index_entry, $index_contents_normalized); - - my $save_lang = $self->get_conf('documentlanguage'); - - foreach my $index_name (keys(%{$self->{'index_names'}})) { - next if !defined $self->{'index_names'}->{$index_name}->{'index_entries'}; - foreach my $entry (@{$self->{'index_names'}->{$index_name}->{'index_entries'}}) { - $entry->{'in_code'} = $self->{'index_names'}->{$index_name}->{'in_code'}; - - if (!defined $entry->{'content'}) { - my $def_command = $entry->{'command'}->{'extra'}->{'def_command'}; - - my $def_parsed_hash = $entry->{'command'}->{'extra'}->{'def_parsed_hash'}; - if ($def_parsed_hash and $def_parsed_hash->{'class'} - and $def_command) { - # Use the document language that was current when the command was - # used for getting the translation. - $self->{'documentlanguage'} = $entry->{'command'}->{'extra'}->{'documentlanguage'}; - delete $entry->{'command'}->{'extra'}->{'documentlanguage'}; - if ($def_command eq 'defop' - or $def_command eq 'deftypeop' - or $def_command eq 'defmethod' - or $def_command eq 'deftypemethod') { - $index_entry = $self->gdt('{name} on {class}', - {'name' => $def_parsed_hash->{'name'}, - 'class' => $def_parsed_hash->{'class'}}); - $index_contents_normalized - = [_non_bracketed_contents($def_parsed_hash->{'name'}), - { 'text' => ' on '}, - _non_bracketed_contents($def_parsed_hash->{'class'})]; - } elsif ($def_command eq 'defivar' - or $def_command eq 'deftypeivar' - or $def_command eq 'deftypecv') { - $index_entry = $self->gdt('{name} of {class}', - {'name' => $def_parsed_hash->{'name'}, - 'class' => $def_parsed_hash->{'class'}}); - $index_contents_normalized - = [_non_bracketed_contents($def_parsed_hash->{'name'}), - { 'text' => ' of '}, - _non_bracketed_contents($def_parsed_hash->{'class'})]; - } - } - # 'root_line' is the container returned by gdt. - if ($index_entry->{'type'} and $index_entry->{'type'} eq 'root_line') { - for my $child (@{$index_entry->{'contents'}}) { - delete $child->{'parent'}; - } - } - if ($index_entry->{'contents'}) { - $entry->{'content'} = [@{$index_entry->{'contents'}}]; - $entry->{'content_normalized'} = $index_contents_normalized; - } - } - } - } - $self->{'documentlanguage'} = $save_lang; - } - # return indices informations sub indices_information($) --- 955,958 ---- *************** *** 1061,1065 **** # @ dircategory_direntry - # @ unassociated_menus # perl_encoding # input_encoding_name --- 981,984 ---- *************** *** 3179,3182 **** --- 3098,3105 ---- $command, $text); } + } elsif ($command eq 'verbatiminclude') { + $current->{'extra'}->{'input_perl_encoding'} + = $self->{'INPUT_PERL_ENCODING'} + if defined $self->{'INPUT_PERL_ENCODING'}; } elsif ($command eq 'documentencoding') { my ($texinfo_encoding, $perl_encoding, $input_encoding) *************** *** 3287,3311 **** $end->{'parent'} = $closed_command; - # register @insertcopying as a macro if INLINE_INSERTCOPYING is set. - if ($end_command eq 'copying' and $self->{'INLINE_INSERTCOPYING'}) { - # remove the end of line following @copying. - my @contents = @{$closed_command->{'contents'}}; - shift @contents if ($contents[0] and $contents[0]->{'type'} - and ($contents[0]->{'type'} eq 'empty_line_after_command' - or $contents[0]->{'type'} eq 'empty_spaces_after_command')); - # the macrobody is the @copying content converted to Texinfo. - my $body = Texinfo::Convert::Texinfo::convert( - {'contents' => \@contents}); - - #chomp ($body); - $self->{'macros'}->{'insertcopying'} = - { 'element' => { - 'args' => [{'text' => 'insertcopying', 'type' => 'macro_name'}], - 'cmdname' => 'macro', }, - 'macrobody' => $body - }; - $inline_copying = 1; - print STDERR "INLINE_INSERTCOPYING as macro\n" if ($self->{'DEBUG'}); - } push @{$closed_command->{'contents'}}, $end; --- 3210,3213 ---- *************** *** 3378,3396 **** $current->{'extra'}->{'associated_node'} = $self->{'current_node'}; } ! if ($self->{'current_parts'}) { ! $current->{'extra'}->{'associated_part'} = $self->{'current_parts'}->[-1]; ! foreach my $part (@{$self->{'current_parts'}}) { ! $part->{'extra'}->{'part_associated_section'} = $current; ! if ($current->{'cmdname'} eq 'top') { ! $self->line_warn(sprintf($self->__( ! "\@%s should not be associated with \@top"), ! $part->{'cmdname'}), $part->{'line_nr'}); ! } } ! delete $self->{'current_parts'}; } $self->{'current_section'} = $current; } elsif ($command eq 'part') { ! push @{$self->{'current_parts'}}, $current; if ($self->{'current_node'} and !$self->{'current_node'}->{'extra'}->{'associated_section'}) { --- 3280,3296 ---- $current->{'extra'}->{'associated_node'} = $self->{'current_node'}; } ! if ($self->{'current_part'}) { ! $current->{'extra'}->{'associated_part'} = $self->{'current_part'}; ! $self->{'current_part'}->{'extra'}->{'part_associated_section'} ! = $current; ! if ($current->{'cmdname'} eq 'top') { ! $self->line_warn("\@part should not be associated with \@top", ! $self->{'current_part'}->{'line_nr'}); } ! delete $self->{'current_part'}; } $self->{'current_section'} = $current; } elsif ($command eq 'part') { ! $self->{'current_part'} = $current; if ($self->{'current_node'} and !$self->{'current_node'}->{'extra'}->{'associated_section'}) { *************** *** 3686,3700 **** if ($self->{'DEBUG'}) { - $current->{'HERE !!!!'} = 1; # marks where we are in the tree - if ($self->{'DEBUG'} >= 100) { - local $Data::Dumper::Indent = 1; - local $Data::Dumper::Purity = 1; - print STDERR "".Data::Dumper->Dump([$root], ['$root']); - } my $line_text = ''; $line_text = "$line_nr->{'line_nr'}.$line_nr->{'macro'}" if ($line_nr); print STDERR "NEW LINE(".join('|', @{$self->{'context_stack'}}).":@{$self->{'conditionals_stack'}}:$line_text): $line"; #print STDERR "CONTEXT_STACK ".join('|',@{$self->{'context_stack'}})."\n"; - delete $current->{'HERE !!!!'}; } --- 3586,3593 ---- *************** *** 3977,3980 **** --- 3870,3874 ---- my $expanded_lines = _text_to_lines($expanded); + next if (!@$expanded_lines); chomp ($expanded_lines->[-1]); pop @$expanded_lines if ($expanded_lines->[-1] eq ''); *************** *** 4558,4562 **** = $self->{'sections_level'}; } - $misc->{'level'} = _section_level($misc); } if ($root_commands{$command}) { --- 4452,4455 ---- *************** *** 4873,4879 **** $line_nr); } - if ($command eq 'menu') { - push @{$self->{'info'}->{'unassociated_menus'}}, $current; - } } } --- 4766,4769 ---- *************** *** 5109,5118 **** and $brace_commands{$closed_command} == 0 and @{$current->{'contents'}}) { ! if (!($self->{'in_gdt'} and $closed_command eq 'tie')) { ! $self->line_warn(sprintf($self->__( ! "command \@%s does not accept arguments"), ! $closed_command), $line_nr); ! } ! # TODO: Change @tie{ } to @tie{} in Plaintext.pm } if ($current->{'parent'}->{'cmdname'} eq 'anchor') { --- 4999,5005 ---- and $brace_commands{$closed_command} == 0 and @{$current->{'contents'}}) { ! $self->line_warn(sprintf($self->__( ! "command \@%s does not accept arguments"), ! $closed_command), $line_nr); } if ($current->{'parent'}->{'cmdname'} eq 'anchor') { *************** *** 5182,5185 **** --- 5069,5075 ---- $self->__("\@image missing filename argument"), $line_nr); } + $image->{'extra'}->{'input_perl_encoding'} + = $self->{'INPUT_PERL_ENCODING'} + if defined $self->{'INPUT_PERL_ENCODING'}; } elsif($current->{'parent'}->{'cmdname'} eq 'dotless') { my $dotless = $current->{'parent'}; *************** *** 5527,5558 **** # Call 'labels_information' to initialize labels. my $labels = labels_information($self); ! _complete_indices($self); return $root; } - my $min_level = $command_structuring_level{'chapter'}; - my $max_level = $command_structuring_level{'subsubsection'}; - - # Return numbered level of an element - sub _section_level($) - { - my $section = shift; - my $level = $command_structuring_level{$section->{'cmdname'}}; - # correct level according to raise/lowersections - if ($section->{'extra'} and $section->{'extra'}->{'sections_level'}) { - $level -= $section->{'extra'}->{'sections_level'}; - if ($level < $min_level) { - if ($command_structuring_level{$section->{'cmdname'}} < $min_level) { - $level = $command_structuring_level{$section->{'cmdname'}}; - } else { - $level = $min_level; - } - } elsif ($level > $max_level) { - $level = $max_level; - } - } - return $level; - } - # parse special line @-commands, unmacro, set, clear, clickstyle. # Also remove spaces or ignore text, as specified in the misc_commands hash. --- 5417,5424 ---- # Call 'labels_information' to initialize labels. my $labels = labels_information($self); ! Texinfo::Common::complete_indices($self); return $root; } # parse special line @-commands, unmacro, set, clear, clickstyle. # Also remove spaces or ignore text, as specified in the misc_commands hash. *************** *** 6056,6065 **** searched for. Default contains the working directory, F<.>. - =item INLINE_INSERTCOPYING - - If set, C<@insertcopying> is replaced by the C<@copying> content as if - C<@insertcopying> was a user-defined macro. In the default case, it is - considered to be a simple @-command and kept as-is in the tree. - =item IGNORE_BEFORE_SETFILENAME --- 5922,5925 ---- *************** *** 6200,6207 **** in the document. - =item unassociated_menus - - An array of menus that are not associated with a node. - =item novalidate --- 6060,6063 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/Structuring.pm texinfo-6.5/tp/Texinfo/Structuring.pm *** texinfo-6.4/tp/Texinfo/Structuring.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Structuring.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 71,75 **** ); ! $VERSION = '6.4'; --- 71,75 ---- ); ! $VERSION = '6.5'; *************** *** 96,99 **** --- 96,124 ---- $unnumbered_commands{'part'} = 1; + my $min_level = $command_structuring_level{'chapter'}; + my $max_level = $command_structuring_level{'subsubsection'}; + + # Return numbered level of an element + sub section_level($) + { + my $section = shift; + my $level = $command_structuring_level{$section->{'cmdname'}}; + # correct level according to raise/lowersections + if ($section->{'extra'} and $section->{'extra'}->{'sections_level'}) { + $level -= $section->{'extra'}->{'sections_level'}; + if ($level < $min_level) { + if ($command_structuring_level{$section->{'cmdname'}} < $min_level) { + $level = $command_structuring_level{$section->{'cmdname'}}; + } else { + $level = $min_level; + } + } elsif ($level > $max_level) { + $level = $max_level; + } + } + return $level; + } + + # Go through the sectioning commands (e.g. @chapter, not @node), and # set: *************** *** 142,146 **** } } ! my $level = $content->{'level'}; if (!defined($level)) { warn "bug: level not defined for $content->{'cmdname'}\n"; --- 167,172 ---- } } ! my $level; ! $level = $content->{'level'} = section_level($content); if (!defined($level)) { warn "bug: level not defined for $content->{'cmdname'}\n"; diff -Nrc2 texinfo-6.4/tp/Texinfo/Transformations.pm texinfo-6.5/tp/Texinfo/Transformations.pm *** texinfo-6.4/tp/Texinfo/Transformations.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/Transformations.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 84,92 **** } my $current_section = shift @sections_list; ! my $current_section_level = $current_section->{'level'}; my $next_section = $sections_list[0]; if (defined($next_section)) { ! my $next_section_level = $next_section->{'level'}; if ($next_section_level - $current_section_level > 1) { my @correct_level_offset_commands = _correct_level($next_section, --- 84,95 ---- } my $current_section = shift @sections_list; ! my $current_section_level ! = Texinfo::Structuring::section_level($current_section); my $next_section = $sections_list[0]; if (defined($next_section)) { ! my $next_section_level ! = Texinfo::Structuring::section_level($next_section); ! if ($next_section_level - $current_section_level > 1) { my @correct_level_offset_commands = _correct_level($next_section, *************** *** 281,295 **** delete $previous_node->{'menus'} if !(@{$previous_node->{'menus'}}); } - } else { - my $info = $self->global_informations(); - if (!$info or !$info->{'unassociated_menus'} - or !@{$info->{'unassociated_menus'}} - or !grep {$current eq $_} @{$info->{'unassociated_menus'}}) { - print STDERR "Bug: menu $current not in unassociated menus\n"; - } else { - @{$info->{'unassociated_menus'}} - = grep {$_ ne $current} @{$info->{'unassociated_menus'}}; - delete $info->{'unassociated_menus'} if !(@{$info->{'unassociated_menus'}}); - } } push @{$new_node->{'menus'}}, $current; --- 284,287 ---- *************** *** 716,724 **** my $self = shift; - if ($self->{'info'} and $self->{'info'}->{'unassociated_menus'}) { - foreach my $menu (@{$self->{'info'}->{'unassociated_menus'}}) { - menu_to_simple_menu($menu); - } - } if ($self->{'nodes'} and @{$self->{'nodes'}}) { foreach my $node (@{$self->{'nodes'}}) { --- 708,711 ---- diff -Nrc2 texinfo-6.4/tp/Texinfo/XSLoader.pm texinfo-6.5/tp/Texinfo/XSLoader.pm *** texinfo-6.4/tp/Texinfo/XSLoader.pm 2017-06-23 07:00:07.000000000 +0100 --- texinfo-6.5/tp/Texinfo/XSLoader.pm 2017-09-12 19:49:03.000000000 +0100 *************** *** 24,28 **** our $TEXINFO_XS; ! our $VERSION = '6.4'; our $disable_XS; --- 24,28 ---- our $TEXINFO_XS; ! our $VERSION = '6.5'; our $disable_XS; diff -Nrc2 texinfo-6.4/tp/defs texinfo-6.5/tp/defs *** texinfo-6.4/tp/defs 2017-07-03 17:44:29.000000000 +0100 --- texinfo-6.5/tp/defs 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,4 **** - PATH_SEPARATOR=":" - PERL="/usr/bin/perl" - DIFF_U_OPTION="-u" - DIFF_A_OPTION="-a" --- 0 ---- diff -Nrc2 texinfo-6.4/tp/maintain/catalog.xml texinfo-6.5/tp/maintain/catalog.xml *** texinfo-6.4/tp/maintain/catalog.xml 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/maintain/catalog.xml 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,5 **** - - - - - --- 0 ---- diff -Nrc2 texinfo-6.4/tp/maintain/change_perl_modules_version.sh texinfo-6.5/tp/maintain/change_perl_modules_version.sh *** texinfo-6.4/tp/maintain/change_perl_modules_version.sh 2015-08-26 00:17:49.000000000 +0100 --- texinfo-6.5/tp/maintain/change_perl_modules_version.sh 2017-08-19 19:47:47.000000000 +0100 *************** *** 3,7 **** VERS=$1 if test z"$VERS" = "zauto" ; then ! VERS=`grep '^VERSION = ' Makefile | sed 's/^VERSION = *//'` fi if test z"$VERS" = "z" ; then --- 3,8 ---- VERS=$1 if test z"$VERS" = "zauto" ; then ! VERS=`grep '^AC_INIT' ../configure.ac | sed -e 's/^[^0-9]*//' -e 's/[^0-9]*$//'` ! echo vers is $VERS fi if test z"$VERS" = "z" ; then diff -Nrc2 texinfo-6.4/tp/t/html_tests.t texinfo-6.5/tp/t/html_tests.t *** texinfo-6.4/tp/t/html_tests.t 2016-07-31 16:35:10.000000000 +0100 --- texinfo-6.5/tp/t/html_tests.t 2017-07-01 23:34:41.000000000 +0100 *************** *** 78,82 **** ', {'test_split' => 'section'}, {'USE_NODES', 0}], ['simple_menu', ! '@menu * (ggg):: description @itemize --- 78,86 ---- ', {'test_split' => 'section'}, {'USE_NODES', 0}], ['simple_menu', ! ' ! @node Top ! @top ! ! @menu * (ggg):: description @itemize diff -Nrc2 texinfo-6.4/tp/t/include_dir/f--ile.txt texinfo-6.5/tp/t/include_dir/f--ile.txt *** texinfo-6.4/tp/t/include_dir/f--ile.txt 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/t/include_dir/f--ile.txt 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - Image description""\. --- 0 ---- diff -Nrc2 texinfo-6.4/tp/t/include_dir/figure.txt texinfo-6.5/tp/t/include_dir/figure.txt *** texinfo-6.4/tp/t/include_dir/figure.txt 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/t/include_dir/figure.txt 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,3 **** - 1 A B - 2 C D - 3 E F --- 0 ---- diff -Nrc2 texinfo-6.4/tp/t/include_dir/inc_file.texi texinfo-6.5/tp/t/include_dir/inc_file.texi *** texinfo-6.4/tp/t/include_dir/inc_file.texi 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/t/include_dir/inc_file.texi 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - In included file. --- 0 ---- diff -Nrc2 texinfo-6.4/tp/t/include_dir/incl-incl.txi texinfo-6.5/tp/t/include_dir/incl-incl.txi *** texinfo-6.4/tp/t/include_dir/incl-incl.txi 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/t/include_dir/incl-incl.txi 1970-01-01 01:00:00.000000000 +0100 *************** *** 1 **** - This is the @emph{included} file (include-value2.txi) <> ---. --- 0 ---- diff -Nrc2 texinfo-6.4/tp/t/include_dir/macro_included.texi texinfo-6.5/tp/t/include_dir/macro_included.texi *** texinfo-6.4/tp/t/include_dir/macro_included.texi 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/t/include_dir/macro_included.texi 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,3 **** - @macro themacro - in themacro - @end macro --- 0 ---- diff -Nrc2 texinfo-6.4/tp/t/include_dir/section_file.texi texinfo-6.5/tp/t/include_dir/section_file.texi *** texinfo-6.4/tp/t/include_dir/section_file.texi 2017-07-03 17:45:56.000000000 +0100 --- texinfo-6.5/tp/t/include_dir/section_file.texi 1970-01-01 01:00:00.000000000 +0100 *************** *** 1,41 **** - \input texinfo @c -*-texinfo-*- - - @ifclear do-top - @node Top - @top - - @menu - * Chapter in included file:: - @end menu - @end ifclear - - @node Chapter in included file - @chapter Chapter in included file - - @menu - * Section:: - @end menu - - @node Section - @section Section - - @menu - * Subsection:: - @end menu - - @node Subsection - @subsection Subsection - - @ifset subsub - @menu - * Subsubsection:: - @end menu - - @node Subsubsection - @subsubsection Subsubsection - @end ifset - - @ifclear do-top - @contents - @bye - @end ifclear --- 0 ---- diff -Nrc2 texinfo-6.4/tp/t/plaintext_tests.t texinfo-6.5/tp/t/plaintext_tests.t *** texinfo-6.4/tp/t/plaintext_tests.t 2016-12-03 17:20:40.000000000 +0000 --- texinfo-6.5/tp/t/plaintext_tests.t 2017-07-01 23:34:41.000000000 +0100 *************** *** 1,3 **** ! # $Id: plaintext_tests.t 7536 2016-12-03 17:10:59Z gavin $ use strict; --- 1,3 ---- ! # $Id: plaintext_tests.t 7872 2017-06-28 21:08:26Z gavin $ use strict; *************** *** 639,645 **** push @test_cases, ['insert_copying_and_paragraph', $insert_copying_and_paragraph]; - push @test_cases, ['insert_copying_inline_and_paragraph', - $insert_copying_and_paragraph, - {'INLINE_INSERTCOPYING' => 1}]; my $at_commands_glued_text = 'at@@. --- 639,642 ---- diff -Nrc2 texinfo-6.4/tp/t/results/converters_tests/at_commands_in_refs.pl texinfo-6.5/tp/t/results/converters_tests/at_commands_in_refs.pl *** texinfo-6.4/tp/t/results/converters_tests/at_commands_in_refs.pl 2017-04-29 13:35:35.000000000 +0100 --- texinfo-6.5/tp/t/results/converters_tests/at_commands_in_refs.pl 2017-08-25 17:25:24.000000000 +0100 *************** *** 22932,22935 **** --- 22932,22936 ---- + Top *************** *** 22938,22942 **** -