123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2020-06-17 12:44+0800\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: zh_CN\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "X-Generator: Translate Toolkit 2.2.5\n"
- #. type: Content of: <sect1><sect1info><address>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:14
- #, no-wrap
- msgid "&m4-url;"
- msgstr "&m4-url;"
- #. type: Content of: <sect1><sect1info>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:12
- msgid ""
- "<productname>m4</productname> <productnumber>&m4-version;</productnumber> "
- "<placeholder type=\"address\" id=\"0\"/>"
- msgstr ""
- "<productname>m4</productname> <productnumber>&m4-version;</productnumber> "
- "<placeholder type=\"address\" id=\"0\"/>"
- #. type: Content of: <sect1><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:17
- msgid "M4-&m4-version;"
- msgstr "M4-&m4-version;"
- #. type: Content of: <sect1><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:20
- msgid "M4"
- msgstr "M4"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:26
- msgid "The M4 package contains a macro processor."
- msgstr "M4 软件包包含一个宏处理器。"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:29
- msgid "&buildtime;"
- msgstr "&buildtime;"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:30
- msgid "&diskspace;"
- msgstr "&diskspace;"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:33
- msgid "&m4-fin-sbu;"
- msgstr "&m4-fin-sbu;"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:34
- msgid "&m4-fin-du;"
- msgstr "&m4-fin-du;"
- #. type: Content of: <sect1><sect2><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:41
- msgid "Installation of M4"
- msgstr "安装 M4"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:43
- msgid "First, make some fixes required by glibc-2.28 and later:"
- msgstr "首先,进行 Glibc-2.28 及更新版本要求的一些修补:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:45
- #, no-wrap
- msgid ""
- "<userinput remap=\"pre\">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c\n"
- "echo \"#define _IO_IN_BACKUP 0x100\" >> lib/stdio-impl.h</userinput>"
- msgstr ""
- "<userinput remap=\"pre\">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c\n"
- "echo \"#define _IO_IN_BACKUP 0x100\" >> lib/stdio-impl.h</userinput>"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:48
- msgid "Prepare M4 for compilation:"
- msgstr "准备编译 M4:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:50
- #, no-wrap
- msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
- msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:52
- msgid "Compile the package:"
- msgstr "编译该软件包:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:54
- #, no-wrap
- msgid "<userinput remap=\"make\">make</userinput>"
- msgstr "<userinput remap=\"make\">make</userinput>"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:56
- msgid "To test the results, issue:"
- msgstr "运行以下命令以测试编译结果:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:58
- #, no-wrap
- msgid "<userinput remap=\"test\">make check</userinput>"
- msgstr "<userinput remap=\"test\">make check</userinput>"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:60
- msgid "Install the package:"
- msgstr "安装该软件包:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:62
- #, no-wrap
- msgid "<userinput remap=\"install\">make install</userinput>"
- msgstr "<userinput remap=\"install\">make install</userinput>"
- #. type: Content of: <sect1><sect2><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:67
- msgid "Contents of M4"
- msgstr "M4 的内容"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:70
- msgid "Installed program"
- msgstr "安装的程序"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:73
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:95
- msgid "m4"
- msgstr "m4"
- #. type: Content of: <sect1><sect2><variablelist><bridgehead>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:78
- msgid "Short Descriptions"
- msgstr "简要描述"
- #. type: Content of: <sect1><sect2><variablelist>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:79
- msgid ""
- "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
- msgstr ""
- "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:84
- msgid "<command>m4 </command>"
- msgstr "<command>m4 </command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:86
- msgid ""
- "Copies the given files while expanding the macros that they contain. These "
- "macros are either built-in or user-defined and can take any number of "
- "arguments. Besides performing macro expansion, <command>m4</command> has "
- "built-in functions for including named files, running Unix commands, "
- "performing integer arithmetic, manipulating text, recursion, etc. The "
- "<command>m4</command> program can be used either as a front-end to a "
- "compiler or as a macro processor in its own right."
- msgstr ""
- "复制给定文件,并展开它们包含的宏 这些宏可能是内置或用户定义的,可以接受任意"
- "个参数。除了展开宏外,<command>m4</command> 还包含用于包含指定文件、 运行 "
- "Unix 命令、进行整数运算、处理文本、 递归执行等功能的内建函数。<command>m4</"
- "command> 程序可以被用作编译器前端,也可以被单独用作宏处理器。"
|