autoconf.po 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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/autoconf.xml:14
  20. #, no-wrap
  21. msgid "&autoconf-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:12
  25. msgid ""
  26. "<productname>autoconf</productname> "
  27. "<productnumber>&autoconf-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:17
  32. msgid "Autoconf-&autoconf-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:20
  36. msgid "Autoconf"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:26
  40. msgid ""
  41. "The Autoconf package contains programs for producing shell scripts that can "
  42. "automatically configure source code."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:30
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:31
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:34
  54. msgid "&autoconf-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:35
  58. msgid "&autoconf-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:42
  62. msgid "Installation of Autoconf"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:44
  66. msgid "First, fix a bug generated by Perl 5.28."
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><screen>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:46
  70. #, no-wrap
  71. msgid "<userinput remap=\"pre\">sed -i '361 s/{/\\\\{/' bin/autoscan.in</userinput>"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:48
  75. msgid "Prepare Autoconf for compilation:"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><screen>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:50
  79. #, no-wrap
  80. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><para>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:52
  84. msgid "Compile the package:"
  85. msgstr ""
  86. #. type: Content of: <sect1><sect2><screen>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:54
  88. #, no-wrap
  89. msgid "<userinput remap=\"make\">make</userinput>"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:57
  93. msgid ""
  94. "The test suite is currently broken by bash-5 and libtool-2.4.3. To run the "
  95. "tests anyway, issue:"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:60
  99. #, no-wrap
  100. msgid "<userinput remap=\"test\">make check</userinput>"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><para>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:73
  104. msgid "Install the package:"
  105. msgstr ""
  106. #. type: Content of: <sect1><sect2><screen>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:75
  108. #, no-wrap
  109. msgid "<userinput remap=\"install\">make install</userinput>"
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><title>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:80
  113. msgid "Contents of Autoconf"
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:83
  117. msgid "Installed programs"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:84
  121. msgid "Installed directory"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:87
  125. msgid ""
  126. "autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate, and "
  127. "ifnames"
  128. msgstr ""
  129. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:89
  131. msgid "/usr/share/autoconf"
  132. msgstr ""
  133. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:94
  135. msgid "Short Descriptions"
  136. msgstr ""
  137. #. type: Content of: <sect1><sect2><variablelist>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:95
  139. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  140. msgstr ""
  141. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  142. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:99
  143. msgid "<command>autoconf</command>"
  144. msgstr ""
  145. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:101
  147. msgid ""
  148. "Produces shell scripts that automatically configure software source code "
  149. "packages to adapt to many kinds of Unix-like systems; the configuration "
  150. "scripts it produces are independent&mdash;running them does not require the "
  151. "<command>autoconf</command> program"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:106
  155. msgid "autoconf"
  156. msgstr ""
  157. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:112
  159. msgid "<command>autoheader</command>"
  160. msgstr ""
  161. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  162. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:114
  163. msgid ""
  164. "A tool for creating template files of C <emphasis>#define</emphasis> "
  165. "statements for configure to use"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:117
  169. msgid "autoheader"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:123
  173. msgid "<command>autom4te</command>"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:125
  177. msgid "A wrapper for the M4 macro processor"
  178. msgstr ""
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:127
  181. msgid "autom4te"
  182. msgstr ""
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:133
  185. msgid "<command>autoreconf</command>"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:135
  189. msgid ""
  190. "Automatically runs <command>autoconf</command>, "
  191. "<command>autoheader</command>, <command>aclocal</command>, "
  192. "<command>automake</command>, <command>gettextize</command>, and "
  193. "<command>libtoolize</command> in the correct order to save time when changes "
  194. "are made to <command>autoconf</command> and <command>automake</command> "
  195. "template files"
  196. msgstr ""
  197. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  198. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:142
  199. msgid "autoreconf"
  200. msgstr ""
  201. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  202. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:148
  203. msgid "<command>autoscan</command>"
  204. msgstr ""
  205. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  206. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:150
  207. msgid ""
  208. "Helps to create a <filename>configure.in</filename> file for a software "
  209. "package; it examines the source files in a directory tree, searching them "
  210. "for common portability issues, and creates a "
  211. "<filename>configure.scan</filename> file that serves as as a preliminary "
  212. "<filename>configure.in</filename> file for the package"
  213. msgstr ""
  214. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  215. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:157
  216. msgid "autoscan"
  217. msgstr ""
  218. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  219. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:163
  220. msgid "<command>autoupdate</command>"
  221. msgstr ""
  222. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  223. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:165
  224. msgid ""
  225. "Modifies a <filename>configure.in</filename> file that still calls "
  226. "<command>autoconf</command> macros by their old names to use the current "
  227. "macro names"
  228. msgstr ""
  229. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  230. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:169
  231. msgid "autoupdate"
  232. msgstr ""
  233. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  234. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:175
  235. msgid "<command>ifnames</command>"
  236. msgstr ""
  237. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  238. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:177
  239. msgid ""
  240. "Helps when writing <filename>configure.in</filename> files for a software "
  241. "package; it prints the identifiers that the package uses in C preprocessor "
  242. "conditionals [If a package has already been set up to have some portability, "
  243. "this program can help determine what <command>configure</command> needs to "
  244. "check for. It can also fill in gaps in a <filename>configure.in</filename> "
  245. "file generated by <command>autoscan</command>.]"
  246. msgstr ""
  247. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  248. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:185
  249. msgid "ifnames"
  250. msgstr ""