m4.po 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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/chapter06/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/chapter06/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/chapter06/m4.xml:17
  31. msgid "M4-&m4-version;"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:20
  35. msgid "M4"
  36. msgstr ""
  37. #. type: Content of: <sect1><indexterm><secondary>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:21
  39. msgid "tools"
  40. msgstr ""
  41. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:32
  43. msgid "&buildtime;"
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:33
  47. msgid "&diskspace;"
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:36
  51. msgid "&m4-tmp-sbu;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:37
  55. msgid "&m4-tmp-du;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><title>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:44
  59. msgid "Installation of M4"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:46
  63. msgid "First, make some fixes introduced by glibc-2.28:"
  64. msgstr ""
  65. #. type: Content of: <sect1><sect2><screen>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:48
  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/chapter06/m4.xml:51
  74. msgid "Prepare M4 for compilation:"
  75. msgstr ""
  76. #. type: Content of: <sect1><sect2><screen>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:53
  78. #, no-wrap
  79. msgid ""
  80. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  81. " --host=$LFS_TGT \\\n"
  82. " --build=$(build-aux/config.guess)</userinput>"
  83. msgstr ""
  84. #. type: Content of: <sect1><sect2><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:57
  86. msgid "Compile the package:"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><screen>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:59
  90. #, no-wrap
  91. msgid "<userinput remap=\"make\">make</userinput>"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:61
  95. msgid "Install the package:"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:63
  99. #, no-wrap
  100. msgid "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><para>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/m4.xml:69
  104. msgid ""
  105. "Details on this package are located in <xref linkend=\"contents-m4\" "
  106. "role=\".\"/>"
  107. msgstr ""