msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2020-08-08 19:28+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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:
#, no-wrap msgid "&m4-url;" msgstr "&m4-url;" #. type: Content of: msgid "" "m4 &m4-version; " "" msgstr "" "m4 &m4-version; " "" #. type: Content of: msgid "M4-&m4-version;" msgstr "M4-&m4-version;" #. type: Content of: <sect1><indexterm><primary> msgid "M4" msgstr "M4" #. type: Content of: <sect1><sect2><para> msgid "The M4 package contains a macro processor." msgstr "M4 软件包包含一个宏处理器。" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> msgid "&buildtime;" msgstr "&buildtime;" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> msgid "&diskspace;" msgstr "&diskspace;" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> msgid "&m4-fin-sbu;" msgstr "&m4-fin-sbu;" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> msgid "&m4-fin-du;" msgstr "&m4-fin-du;" #. type: Content of: <sect1><sect2><title> msgid "Installation of M4" msgstr "安装 M4" #. type: Content of: <sect1><sect2><para> msgid "First, make some fixes required by glibc-2.28 and later:" msgstr "首先,进行 Glibc-2.28 及更新版本要求的一些修补:" #. type: Content of: <sect1><sect2><screen> #, 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> msgid "Prepare M4 for compilation:" msgstr "准备编译 M4:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>" msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>" #. type: Content of: <sect1><sect2><para> msgid "Compile the package:" msgstr "编译该软件包:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "<userinput remap=\"make\">make</userinput>" msgstr "<userinput remap=\"make\">make</userinput>" #. type: Content of: <sect1><sect2><para> msgid "To test the results, issue:" msgstr "运行以下命令以测试编译结果:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "<userinput remap=\"test\">make check</userinput>" msgstr "<userinput remap=\"test\">make check</userinput>" #. type: Content of: <sect1><sect2><para> msgid "Install the package:" msgstr "安装该软件包:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "<userinput remap=\"install\">make install</userinput>" msgstr "<userinput remap=\"install\">make install</userinput>" #. type: Content of: <sect1><sect2><title> msgid "Contents of M4" msgstr "M4 的内容" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> msgid "Installed program" msgstr "安装的程序" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "m4" msgstr "m4" #. type: Content of: <sect1><sect2><variablelist><bridgehead> msgid "Short Descriptions" msgstr "简要描述" #. type: Content of: <sect1><sect2><variablelist> 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> msgid "<command>m4 </command>" msgstr "<command>m4 </command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> 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> 程序可以被用作编译器前端,也可以被单独用作宏处理器。"