m4.po 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:14
  20. #, no-wrap
  21. msgid "&m4-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:12
  25. msgid ""
  26. "<productname>m4</productname> <productnumber>&m4-version;</productnumber> "
  27. "<placeholder type=\"address\" id=\"0\"/>"
  28. msgstr ""
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:17
  31. msgid "M4-&m4-version;"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:20
  35. msgid "M4"
  36. msgstr ""
  37. #. type: Content of: <sect1><sect2><para>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:26
  39. msgid "The M4 package contains a macro processor."
  40. msgstr ""
  41. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:29
  43. msgid "&buildtime;"
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:30
  47. msgid "&diskspace;"
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:33
  51. msgid "&m4-fin-sbu;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:34
  55. msgid "&m4-fin-du;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><title>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:41
  59. msgid "Installation of M4"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:43
  63. msgid "First, make some fixes required by glibc-2.28 and later:"
  64. msgstr ""
  65. #. type: Content of: <sect1><sect2><screen>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:45
  67. #, no-wrap
  68. msgid ""
  69. "<userinput remap=\"pre\">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c\n"
  70. "echo \"#define _IO_IN_BACKUP 0x100\" >> lib/stdio-impl.h</userinput>"
  71. msgstr ""
  72. #. type: Content of: <sect1><sect2><para>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:48
  74. msgid "Prepare M4 for compilation:"
  75. msgstr ""
  76. #. type: Content of: <sect1><sect2><screen>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:50
  78. #, no-wrap
  79. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><para>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:52
  83. msgid "Compile the package:"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><screen>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:54
  87. #, no-wrap
  88. msgid "<userinput remap=\"make\">make</userinput>"
  89. msgstr ""
  90. #. type: Content of: <sect1><sect2><para>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:56
  92. msgid "To test the results, issue:"
  93. msgstr ""
  94. #. type: Content of: <sect1><sect2><screen>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:58
  96. #, no-wrap
  97. msgid "<userinput remap=\"test\">make check</userinput>"
  98. msgstr ""
  99. #. type: Content of: <sect1><sect2><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:60
  101. msgid "Install the package:"
  102. msgstr ""
  103. #. type: Content of: <sect1><sect2><screen>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:62
  105. #, no-wrap
  106. msgid "<userinput remap=\"install\">make install</userinput>"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><title>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:67
  110. msgid "Contents of M4"
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:70
  114. msgid "Installed program"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:73
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:95
  119. msgid "m4"
  120. msgstr ""
  121. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:78
  123. msgid "Short Descriptions"
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><variablelist>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:79
  127. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  128. msgstr ""
  129. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:84
  131. msgid "<command>m4 </command>"
  132. msgstr ""
  133. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:86
  135. msgid ""
  136. "Copies the given files while expanding the macros that they contain. These "
  137. "macros are either built-in or user-defined and can take any number of "
  138. "arguments. Besides performing macro expansion, <command>m4</command> has "
  139. "built-in functions for including named files, running Unix commands, "
  140. "performing integer arithmetic, manipulating text, recursion, etc. The "
  141. "<command>m4</command> program can be used either as a front-end to a "
  142. "compiler or as a macro processor in its own right."
  143. msgstr ""