gnulib-cache.m4 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. # Copyright (C) 2002-2023 Free Software Foundation, Inc.
  2. #
  3. # This file is free software; you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation, either version 3 of the License, or
  6. # (at your option) any later version.
  7. #
  8. # This file is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. # GNU General Public License for more details.
  12. #
  13. # You should have received a copy of the GNU General Public License
  14. # along with this file. If not, see <https://www.gnu.org/licenses/>.
  15. #
  16. # As a special exception to the GNU General Public License,
  17. # this file may be distributed as part of a program that
  18. # contains a configuration script generated by Autoconf, under
  19. # the same distribution terms as the rest of that program.
  20. #
  21. # Generated by gnulib-tool.
  22. #
  23. # This file represents the specification of how gnulib-tool is used.
  24. # It acts as a cache: It is written and read by gnulib-tool.
  25. # In projects that use version control, this file is meant to be put under
  26. # version control, like the configure.ac and various Makefile.am files.
  27. # Specification in the form of a command-line invocation:
  28. # gnulib-tool --import --local-dir=gnulib-local \
  29. # --lib=libgnu \
  30. # --source-base=lib \
  31. # --m4-base=m4 \
  32. # --doc-base=doc \
  33. # --tests-base=tests \
  34. # --aux-dir=build-aux \
  35. # --lgpl=3 \
  36. # --conditional-dependencies \
  37. # --libtool \
  38. # --macro-prefix=gl \
  39. # --no-vc-files \
  40. # --avoid=lock \
  41. # --avoid=unistr/base \
  42. # --avoid=unistr/u8-mbtouc \
  43. # --avoid=unistr/u8-mbtouc-unsafe \
  44. # --avoid=unistr/u8-mbtoucr \
  45. # --avoid=unistr/u8-prev \
  46. # --avoid=unistr/u8-uctomb \
  47. # --avoid=unitypes \
  48. # accept4 \
  49. # alignof \
  50. # alloca-opt \
  51. # announce-gen \
  52. # autobuild \
  53. # bind \
  54. # byteswap \
  55. # c-strcase \
  56. # canonicalize-lgpl \
  57. # ceil \
  58. # clock-time \
  59. # close \
  60. # connect \
  61. # copysign \
  62. # dirfd \
  63. # dirname-lgpl \
  64. # duplocale \
  65. # environ \
  66. # extensions \
  67. # flexmember \
  68. # flock \
  69. # floor \
  70. # fpieee \
  71. # frexp \
  72. # fstat \
  73. # fsync \
  74. # full-read \
  75. # full-write \
  76. # func \
  77. # gendocs \
  78. # getaddrinfo \
  79. # gethostname \
  80. # getlogin \
  81. # getpeername \
  82. # getsockname \
  83. # getsockopt \
  84. # git-version-gen \
  85. # gitlog-to-changelog \
  86. # gnu-web-doc-update \
  87. # gnupload \
  88. # havelib \
  89. # iconv_open-utf \
  90. # inet_ntop \
  91. # inet_pton \
  92. # isfinite \
  93. # isinf \
  94. # isnan \
  95. # ldexp \
  96. # lib-symbol-versions \
  97. # lib-symbol-visibility \
  98. # libunistring \
  99. # link \
  100. # listen \
  101. # localcharset \
  102. # locale \
  103. # log1p \
  104. # lstat \
  105. # maintainer-makefile \
  106. # malloc-gnu \
  107. # malloca \
  108. # mkdir \
  109. # mkostemp \
  110. # nl_langinfo \
  111. # nproc \
  112. # nstrftime \
  113. # open \
  114. # pipe-posix \
  115. # pipe2 \
  116. # poll \
  117. # posix_spawn \
  118. # posix_spawn_file_actions_addclose \
  119. # posix_spawn_file_actions_adddup2 \
  120. # posix_spawn_file_actions_addopen \
  121. # posix_spawn_file_actions_init \
  122. # posix_spawnp \
  123. # putenv \
  124. # readlink \
  125. # recv \
  126. # recvfrom \
  127. # regex \
  128. # rename \
  129. # rmdir \
  130. # select \
  131. # send \
  132. # sendto \
  133. # setenv \
  134. # setsockopt \
  135. # shutdown \
  136. # socket \
  137. # stat-time \
  138. # stdlib \
  139. # striconveh \
  140. # string \
  141. # sys_select \
  142. # sys_stat \
  143. # time \
  144. # times \
  145. # trunc \
  146. # unistd \
  147. # verify \
  148. # vsnprintf \
  149. # warnings \
  150. # wchar
  151. # Specification in the form of a few gnulib-tool.m4 macro invocations:
  152. gl_LOCAL_DIR([gnulib-local])
  153. gl_MODULES([
  154. accept4
  155. alignof
  156. alloca-opt
  157. announce-gen
  158. autobuild
  159. bind
  160. byteswap
  161. c-strcase
  162. canonicalize-lgpl
  163. ceil
  164. clock-time
  165. close
  166. connect
  167. copysign
  168. dirfd
  169. dirname-lgpl
  170. duplocale
  171. environ
  172. extensions
  173. flexmember
  174. flock
  175. floor
  176. fpieee
  177. frexp
  178. fstat
  179. fsync
  180. full-read
  181. full-write
  182. func
  183. gendocs
  184. getaddrinfo
  185. gethostname
  186. getlogin
  187. getpeername
  188. getsockname
  189. getsockopt
  190. git-version-gen
  191. gitlog-to-changelog
  192. gnu-web-doc-update
  193. gnupload
  194. havelib
  195. iconv_open-utf
  196. inet_ntop
  197. inet_pton
  198. isfinite
  199. isinf
  200. isnan
  201. ldexp
  202. lib-symbol-versions
  203. lib-symbol-visibility
  204. libunistring
  205. link
  206. listen
  207. localcharset
  208. locale
  209. log1p
  210. lstat
  211. maintainer-makefile
  212. malloc-gnu
  213. malloca
  214. mkdir
  215. mkostemp
  216. nl_langinfo
  217. nproc
  218. nstrftime
  219. open
  220. pipe-posix
  221. pipe2
  222. poll
  223. posix_spawn
  224. posix_spawn_file_actions_addclose
  225. posix_spawn_file_actions_adddup2
  226. posix_spawn_file_actions_addopen
  227. posix_spawn_file_actions_init
  228. posix_spawnp
  229. putenv
  230. readlink
  231. recv
  232. recvfrom
  233. regex
  234. rename
  235. rmdir
  236. select
  237. send
  238. sendto
  239. setenv
  240. setsockopt
  241. shutdown
  242. socket
  243. stat-time
  244. stdlib
  245. striconveh
  246. string
  247. sys_select
  248. sys_stat
  249. time
  250. times
  251. trunc
  252. unistd
  253. verify
  254. vsnprintf
  255. warnings
  256. wchar
  257. ])
  258. gl_AVOID([lock unistr/base unistr/u8-mbtouc unistr/u8-mbtouc-unsafe unistr/u8-mbtoucr unistr/u8-prev unistr/u8-uctomb unitypes])
  259. gl_SOURCE_BASE([lib])
  260. gl_M4_BASE([m4])
  261. gl_PO_BASE([])
  262. gl_DOC_BASE([doc])
  263. gl_TESTS_BASE([tests])
  264. gl_LIB([libgnu])
  265. gl_LGPL([3])
  266. gl_MAKEFILE_NAME([])
  267. gl_CONDITIONAL_DEPENDENCIES
  268. gl_LIBTOOL
  269. gl_MACRO_PREFIX([gl])
  270. gl_PO_DOMAIN([])
  271. gl_WITNESS_C_MACRO([])
  272. gl_VC_FILES([false])