gnulib-comp.m4 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179
  1. # DO NOT EDIT! GENERATED AUTOMATICALLY!
  2. # Copyright (C) 2002-2012 Free Software Foundation, Inc.
  3. #
  4. # This file is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 3 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # This file is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this file. If not, see <http://www.gnu.org/licenses/>.
  16. #
  17. # As a special exception to the GNU General Public License,
  18. # this file may be distributed as part of a program that
  19. # contains a configuration script generated by Autoconf, under
  20. # the same distribution terms as the rest of that program.
  21. #
  22. # Generated by gnulib-tool.
  23. #
  24. # This file represents the compiled summary of the specification in
  25. # gnulib-cache.m4. It lists the computed macro invocations that need
  26. # to be invoked from configure.ac.
  27. # In projects that use version control, this file can be treated like
  28. # other built files.
  29. # This macro should be invoked from ./configure.ac, in the section
  30. # "Checks for programs", right after AC_PROG_CC, and certainly before
  31. # any checks for libraries, header files, types and library functions.
  32. AC_DEFUN([gl_EARLY],
  33. [
  34. m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace
  35. m4_pattern_allow([^gl_ES$])dnl a valid locale name
  36. m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
  37. m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
  38. AC_REQUIRE([gl_PROG_AR_RANLIB])
  39. AC_REQUIRE([AM_PROG_CC_C_O])
  40. # Code from module accept:
  41. # Code from module alignof:
  42. # Code from module alloca-opt:
  43. # Code from module announce-gen:
  44. # Code from module arpa_inet:
  45. # Code from module autobuild:
  46. AB_INIT
  47. # Code from module binary-io:
  48. # Code from module bind:
  49. # Code from module btowc:
  50. # Code from module byteswap:
  51. # Code from module c-ctype:
  52. # Code from module c-strcase:
  53. # Code from module c-strcaseeq:
  54. # Code from module canonicalize-lgpl:
  55. # Code from module ceil:
  56. # Code from module chdir:
  57. # Code from module close:
  58. # Code from module configmake:
  59. # Code from module connect:
  60. # Code from module dirent:
  61. # Code from module dirfd:
  62. # Code from module dirname-lgpl:
  63. # Code from module dosname:
  64. # Code from module double-slash-root:
  65. # Code from module duplocale:
  66. # Code from module environ:
  67. # Code from module errno:
  68. # Code from module extensions:
  69. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
  70. # Code from module fcntl-h:
  71. # Code from module fd-hook:
  72. # Code from module float:
  73. # Code from module flock:
  74. # Code from module floor:
  75. # Code from module fpieee:
  76. AC_REQUIRE([gl_FP_IEEE])
  77. # Code from module frexp:
  78. # Code from module fstat:
  79. # Code from module full-read:
  80. # Code from module full-write:
  81. # Code from module func:
  82. # Code from module gendocs:
  83. # Code from module getaddrinfo:
  84. # Code from module getpeername:
  85. # Code from module getsockname:
  86. # Code from module getsockopt:
  87. # Code from module gettext-h:
  88. # Code from module git-version-gen:
  89. # Code from module gitlog-to-changelog:
  90. # Code from module gnu-web-doc-update:
  91. # Code from module gnumakefile:
  92. # Code from module gnupload:
  93. # Code from module gperf:
  94. # Code from module havelib:
  95. # Code from module hostent:
  96. # Code from module iconv:
  97. # Code from module iconv-h:
  98. # Code from module iconv_open:
  99. # Code from module iconv_open-utf:
  100. # Code from module include_next:
  101. # Code from module inet_ntop:
  102. # Code from module inet_pton:
  103. # Code from module inline:
  104. # Code from module isinf:
  105. # Code from module isnan:
  106. # Code from module isnand:
  107. # Code from module isnand-nolibm:
  108. # Code from module isnanf:
  109. # Code from module isnanl:
  110. # Code from module langinfo:
  111. # Code from module largefile:
  112. AC_REQUIRE([AC_SYS_LARGEFILE])
  113. # Code from module ldexp:
  114. # Code from module lib-symbol-versions:
  115. # Code from module lib-symbol-visibility:
  116. # Code from module libunistring:
  117. # Code from module listen:
  118. # Code from module localcharset:
  119. # Code from module locale:
  120. # Code from module log1p:
  121. # Code from module lstat:
  122. # Code from module maintainer-makefile:
  123. # Code from module malloc-gnu:
  124. # Code from module malloc-posix:
  125. # Code from module malloca:
  126. # Code from module math:
  127. # Code from module mbrtowc:
  128. # Code from module mbsinit:
  129. # Code from module mbtowc:
  130. # Code from module memchr:
  131. # Code from module msvc-inval:
  132. # Code from module msvc-nothrow:
  133. # Code from module multiarch:
  134. # Code from module netdb:
  135. # Code from module netinet_in:
  136. # Code from module nl_langinfo:
  137. # Code from module nocrash:
  138. # Code from module nproc:
  139. # Code from module open:
  140. # Code from module pathmax:
  141. # Code from module pipe2:
  142. # Code from module putenv:
  143. # Code from module raise:
  144. # Code from module read:
  145. # Code from module readlink:
  146. # Code from module recv:
  147. # Code from module recvfrom:
  148. # Code from module regex:
  149. # Code from module rename:
  150. # Code from module rmdir:
  151. # Code from module safe-read:
  152. # Code from module safe-write:
  153. # Code from module same-inode:
  154. # Code from module send:
  155. # Code from module sendto:
  156. # Code from module servent:
  157. # Code from module setenv:
  158. # Code from module setsockopt:
  159. # Code from module shutdown:
  160. # Code from module signal-h:
  161. # Code from module size_max:
  162. # Code from module snippet/_Noreturn:
  163. # Code from module snippet/arg-nonnull:
  164. # Code from module snippet/c++defs:
  165. # Code from module snippet/unused-parameter:
  166. # Code from module snippet/warn-on-use:
  167. # Code from module snprintf:
  168. # Code from module socket:
  169. # Code from module socketlib:
  170. # Code from module sockets:
  171. # Code from module socklen:
  172. # Code from module ssize_t:
  173. # Code from module stat:
  174. # Code from module stat-time:
  175. # Code from module stdalign:
  176. # Code from module stdbool:
  177. # Code from module stddef:
  178. # Code from module stdint:
  179. # Code from module stdio:
  180. # Code from module stdlib:
  181. # Code from module strcase:
  182. # Code from module streq:
  183. # Code from module strftime:
  184. # Code from module striconveh:
  185. # Code from module string:
  186. # Code from module strings:
  187. # Code from module sys_file:
  188. # Code from module sys_socket:
  189. # Code from module sys_stat:
  190. # Code from module sys_time:
  191. # Code from module sys_types:
  192. # Code from module sys_uio:
  193. # Code from module time:
  194. # Code from module time_r:
  195. # Code from module trunc:
  196. # Code from module unistd:
  197. # Code from module unistr/base:
  198. # Code from module unistr/u8-mbtouc:
  199. # Code from module unistr/u8-mbtouc-unsafe:
  200. # Code from module unistr/u8-mbtoucr:
  201. # Code from module unistr/u8-prev:
  202. # Code from module unistr/u8-uctomb:
  203. # Code from module unitypes:
  204. # Code from module useless-if-before-free:
  205. # Code from module vasnprintf:
  206. # Code from module vc-list-files:
  207. # Code from module verify:
  208. # Code from module vsnprintf:
  209. # Code from module warnings:
  210. # Code from module wchar:
  211. # Code from module wcrtomb:
  212. # Code from module wctype-h:
  213. # Code from module write:
  214. # Code from module xsize:
  215. ])
  216. # This macro should be invoked from ./configure.ac, in the section
  217. # "Check for header files, types and library functions".
  218. AC_DEFUN([gl_INIT],
  219. [
  220. AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
  221. gl_cond_libtool=true
  222. gl_m4_base='m4'
  223. m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
  224. m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
  225. m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
  226. m4_pushdef([gl_LIBSOURCES_LIST], [])
  227. m4_pushdef([gl_LIBSOURCES_DIR], [])
  228. gl_COMMON
  229. gl_source_base='lib'
  230. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  231. if test "$ac_cv_header_winsock2_h" = yes; then
  232. AC_LIBOBJ([accept])
  233. fi
  234. gl_SYS_SOCKET_MODULE_INDICATOR([accept])
  235. gl_FUNC_ALLOCA
  236. gl_HEADER_ARPA_INET
  237. AC_PROG_MKDIR_P
  238. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  239. if test "$ac_cv_header_winsock2_h" = yes; then
  240. AC_LIBOBJ([bind])
  241. fi
  242. gl_SYS_SOCKET_MODULE_INDICATOR([bind])
  243. gl_FUNC_BTOWC
  244. if test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1; then
  245. AC_LIBOBJ([btowc])
  246. gl_PREREQ_BTOWC
  247. fi
  248. gl_WCHAR_MODULE_INDICATOR([btowc])
  249. gl_BYTESWAP
  250. gl_CANONICALIZE_LGPL
  251. if test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1; then
  252. AC_LIBOBJ([canonicalize-lgpl])
  253. fi
  254. gl_MODULE_INDICATOR([canonicalize-lgpl])
  255. gl_STDLIB_MODULE_INDICATOR([canonicalize_file_name])
  256. gl_STDLIB_MODULE_INDICATOR([realpath])
  257. gl_FUNC_CEIL
  258. if test $REPLACE_CEIL = 1; then
  259. AC_LIBOBJ([ceil])
  260. fi
  261. gl_MATH_MODULE_INDICATOR([ceil])
  262. gl_UNISTD_MODULE_INDICATOR([chdir])
  263. gl_FUNC_CLOSE
  264. if test $REPLACE_CLOSE = 1; then
  265. AC_LIBOBJ([close])
  266. fi
  267. gl_UNISTD_MODULE_INDICATOR([close])
  268. gl_CONFIGMAKE_PREP
  269. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  270. if test "$ac_cv_header_winsock2_h" = yes; then
  271. AC_LIBOBJ([connect])
  272. fi
  273. gl_SYS_SOCKET_MODULE_INDICATOR([connect])
  274. gl_DIRENT_H
  275. gl_FUNC_DIRFD
  276. if test $ac_cv_func_dirfd = no && test $gl_cv_func_dirfd_macro = no; then
  277. AC_LIBOBJ([dirfd])
  278. gl_PREREQ_DIRFD
  279. fi
  280. gl_DIRENT_MODULE_INDICATOR([dirfd])
  281. gl_DIRNAME_LGPL
  282. gl_DOUBLE_SLASH_ROOT
  283. gl_FUNC_DUPLOCALE
  284. if test $REPLACE_DUPLOCALE = 1; then
  285. AC_LIBOBJ([duplocale])
  286. gl_PREREQ_DUPLOCALE
  287. fi
  288. gl_LOCALE_MODULE_INDICATOR([duplocale])
  289. gl_ENVIRON
  290. gl_UNISTD_MODULE_INDICATOR([environ])
  291. gl_HEADER_ERRNO_H
  292. gl_FCNTL_H
  293. gl_FLOAT_H
  294. if test $REPLACE_FLOAT_LDBL = 1; then
  295. AC_LIBOBJ([float])
  296. fi
  297. if test $REPLACE_ITOLD = 1; then
  298. AC_LIBOBJ([itold])
  299. fi
  300. gl_FUNC_FLOCK
  301. if test $HAVE_FLOCK = 0; then
  302. AC_LIBOBJ([flock])
  303. gl_PREREQ_FLOCK
  304. fi
  305. gl_HEADER_SYS_FILE_MODULE_INDICATOR([flock])
  306. gl_FUNC_FLOOR
  307. if test $REPLACE_FLOOR = 1; then
  308. AC_LIBOBJ([floor])
  309. fi
  310. gl_MATH_MODULE_INDICATOR([floor])
  311. gl_FUNC_FREXP
  312. if test $gl_func_frexp != yes; then
  313. AC_LIBOBJ([frexp])
  314. fi
  315. gl_MATH_MODULE_INDICATOR([frexp])
  316. gl_FUNC_FSTAT
  317. if test $REPLACE_FSTAT = 1; then
  318. AC_LIBOBJ([fstat])
  319. gl_PREREQ_FSTAT
  320. fi
  321. gl_SYS_STAT_MODULE_INDICATOR([fstat])
  322. gl_FUNC
  323. gl_GETADDRINFO
  324. if test $HAVE_GETADDRINFO = 0; then
  325. AC_LIBOBJ([getaddrinfo])
  326. fi
  327. if test $HAVE_DECL_GAI_STRERROR = 0 || test $REPLACE_GAI_STRERROR = 1; then
  328. AC_LIBOBJ([gai_strerror])
  329. fi
  330. gl_NETDB_MODULE_INDICATOR([getaddrinfo])
  331. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  332. if test "$ac_cv_header_winsock2_h" = yes; then
  333. AC_LIBOBJ([getpeername])
  334. fi
  335. gl_SYS_SOCKET_MODULE_INDICATOR([getpeername])
  336. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  337. if test "$ac_cv_header_winsock2_h" = yes; then
  338. AC_LIBOBJ([getsockname])
  339. fi
  340. gl_SYS_SOCKET_MODULE_INDICATOR([getsockname])
  341. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  342. if test "$ac_cv_header_winsock2_h" = yes; then
  343. AC_LIBOBJ([getsockopt])
  344. fi
  345. gl_SYS_SOCKET_MODULE_INDICATOR([getsockopt])
  346. AC_SUBST([LIBINTL])
  347. AC_SUBST([LTLIBINTL])
  348. # Autoconf 2.61a.99 and earlier don't support linking a file only
  349. # in VPATH builds. But since GNUmakefile is for maintainer use
  350. # only, it does not matter if we skip the link with older autoconf.
  351. # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH
  352. # builds, so use a shell variable to bypass this.
  353. GNUmakefile=GNUmakefile
  354. m4_if(m4_version_compare([2.61a.100],
  355. m4_defn([m4_PACKAGE_VERSION])), [1], [],
  356. [AC_CONFIG_LINKS([$GNUmakefile:$GNUmakefile], [],
  357. [GNUmakefile=$GNUmakefile])])
  358. gl_HOSTENT
  359. AM_ICONV
  360. m4_ifdef([gl_ICONV_MODULE_INDICATOR],
  361. [gl_ICONV_MODULE_INDICATOR([iconv])])
  362. gl_ICONV_H
  363. gl_FUNC_ICONV_OPEN
  364. if test $REPLACE_ICONV_OPEN = 1; then
  365. AC_LIBOBJ([iconv_open])
  366. fi
  367. if test $REPLACE_ICONV = 1; then
  368. AC_LIBOBJ([iconv])
  369. AC_LIBOBJ([iconv_close])
  370. fi
  371. gl_FUNC_ICONV_OPEN_UTF
  372. gl_FUNC_INET_NTOP
  373. if test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1; then
  374. AC_LIBOBJ([inet_ntop])
  375. gl_PREREQ_INET_NTOP
  376. fi
  377. gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
  378. gl_FUNC_INET_PTON
  379. if test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1; then
  380. AC_LIBOBJ([inet_pton])
  381. gl_PREREQ_INET_PTON
  382. fi
  383. gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
  384. gl_INLINE
  385. gl_ISINF
  386. if test $REPLACE_ISINF = 1; then
  387. AC_LIBOBJ([isinf])
  388. fi
  389. gl_MATH_MODULE_INDICATOR([isinf])
  390. gl_ISNAN
  391. gl_MATH_MODULE_INDICATOR([isnan])
  392. gl_FUNC_ISNAND
  393. m4_ifdef([gl_ISNAN], [
  394. AC_REQUIRE([gl_ISNAN])
  395. ])
  396. if test $HAVE_ISNAND = 0 || test $REPLACE_ISNAN = 1; then
  397. AC_LIBOBJ([isnand])
  398. gl_PREREQ_ISNAND
  399. fi
  400. gl_MATH_MODULE_INDICATOR([isnand])
  401. gl_FUNC_ISNAND_NO_LIBM
  402. if test $gl_func_isnand_no_libm != yes; then
  403. AC_LIBOBJ([isnand])
  404. gl_PREREQ_ISNAND
  405. fi
  406. gl_FUNC_ISNANF
  407. m4_ifdef([gl_ISNAN], [
  408. AC_REQUIRE([gl_ISNAN])
  409. ])
  410. if test $HAVE_ISNANF = 0 || test $REPLACE_ISNAN = 1; then
  411. AC_LIBOBJ([isnanf])
  412. gl_PREREQ_ISNANF
  413. fi
  414. gl_MATH_MODULE_INDICATOR([isnanf])
  415. gl_FUNC_ISNANL
  416. m4_ifdef([gl_ISNAN], [
  417. AC_REQUIRE([gl_ISNAN])
  418. ])
  419. if test $HAVE_ISNANL = 0 || test $REPLACE_ISNAN = 1; then
  420. AC_LIBOBJ([isnanl])
  421. gl_PREREQ_ISNANL
  422. fi
  423. gl_MATH_MODULE_INDICATOR([isnanl])
  424. gl_LANGINFO_H
  425. gl_FUNC_LDEXP
  426. gl_LD_VERSION_SCRIPT
  427. gl_VISIBILITY
  428. gl_LIBUNISTRING
  429. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  430. if test "$ac_cv_header_winsock2_h" = yes; then
  431. AC_LIBOBJ([listen])
  432. fi
  433. gl_SYS_SOCKET_MODULE_INDICATOR([listen])
  434. gl_LOCALCHARSET
  435. LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(abs_top_builddir)/$gl_source_base\""
  436. AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT])
  437. gl_LOCALE_H
  438. gl_COMMON_DOUBLE_MATHFUNC([log1p])
  439. gl_FUNC_LSTAT
  440. if test $REPLACE_LSTAT = 1; then
  441. AC_LIBOBJ([lstat])
  442. gl_PREREQ_LSTAT
  443. fi
  444. gl_SYS_STAT_MODULE_INDICATOR([lstat])
  445. AC_CONFIG_COMMANDS_PRE([m4_ifdef([AH_HEADER],
  446. [AC_SUBST([CONFIG_INCLUDE], m4_defn([AH_HEADER]))])])
  447. gl_FUNC_MALLOC_GNU
  448. if test $REPLACE_MALLOC = 1; then
  449. AC_LIBOBJ([malloc])
  450. fi
  451. gl_MODULE_INDICATOR([malloc-gnu])
  452. gl_FUNC_MALLOC_POSIX
  453. if test $REPLACE_MALLOC = 1; then
  454. AC_LIBOBJ([malloc])
  455. fi
  456. gl_STDLIB_MODULE_INDICATOR([malloc-posix])
  457. gl_MALLOCA
  458. gl_MATH_H
  459. gl_FUNC_MBRTOWC
  460. if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then
  461. AC_LIBOBJ([mbrtowc])
  462. gl_PREREQ_MBRTOWC
  463. fi
  464. gl_WCHAR_MODULE_INDICATOR([mbrtowc])
  465. gl_FUNC_MBSINIT
  466. if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
  467. AC_LIBOBJ([mbsinit])
  468. gl_PREREQ_MBSINIT
  469. fi
  470. gl_WCHAR_MODULE_INDICATOR([mbsinit])
  471. gl_FUNC_MBTOWC
  472. if test $REPLACE_MBTOWC = 1; then
  473. AC_LIBOBJ([mbtowc])
  474. gl_PREREQ_MBTOWC
  475. fi
  476. gl_STDLIB_MODULE_INDICATOR([mbtowc])
  477. gl_FUNC_MEMCHR
  478. if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then
  479. AC_LIBOBJ([memchr])
  480. gl_PREREQ_MEMCHR
  481. fi
  482. gl_STRING_MODULE_INDICATOR([memchr])
  483. gl_MSVC_INVAL
  484. if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
  485. AC_LIBOBJ([msvc-inval])
  486. fi
  487. gl_MSVC_NOTHROW
  488. if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
  489. AC_LIBOBJ([msvc-nothrow])
  490. fi
  491. gl_MULTIARCH
  492. gl_HEADER_NETDB
  493. gl_HEADER_NETINET_IN
  494. AC_PROG_MKDIR_P
  495. gl_FUNC_NL_LANGINFO
  496. if test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1; then
  497. AC_LIBOBJ([nl_langinfo])
  498. fi
  499. gl_LANGINFO_MODULE_INDICATOR([nl_langinfo])
  500. gl_NPROC
  501. gl_FUNC_OPEN
  502. if test $REPLACE_OPEN = 1; then
  503. AC_LIBOBJ([open])
  504. gl_PREREQ_OPEN
  505. fi
  506. gl_FCNTL_MODULE_INDICATOR([open])
  507. gl_PATHMAX
  508. gl_FUNC_PIPE2
  509. gl_UNISTD_MODULE_INDICATOR([pipe2])
  510. gl_FUNC_PUTENV
  511. if test $REPLACE_PUTENV = 1; then
  512. AC_LIBOBJ([putenv])
  513. fi
  514. gl_STDLIB_MODULE_INDICATOR([putenv])
  515. gl_FUNC_RAISE
  516. if test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1; then
  517. AC_LIBOBJ([raise])
  518. gl_PREREQ_RAISE
  519. fi
  520. gl_SIGNAL_MODULE_INDICATOR([raise])
  521. gl_FUNC_READ
  522. if test $REPLACE_READ = 1; then
  523. AC_LIBOBJ([read])
  524. gl_PREREQ_READ
  525. fi
  526. gl_UNISTD_MODULE_INDICATOR([read])
  527. gl_FUNC_READLINK
  528. if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
  529. AC_LIBOBJ([readlink])
  530. gl_PREREQ_READLINK
  531. fi
  532. gl_UNISTD_MODULE_INDICATOR([readlink])
  533. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  534. if test "$ac_cv_header_winsock2_h" = yes; then
  535. AC_LIBOBJ([recv])
  536. fi
  537. gl_SYS_SOCKET_MODULE_INDICATOR([recv])
  538. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  539. if test "$ac_cv_header_winsock2_h" = yes; then
  540. AC_LIBOBJ([recvfrom])
  541. fi
  542. gl_SYS_SOCKET_MODULE_INDICATOR([recvfrom])
  543. gl_REGEX
  544. if test $ac_use_included_regex = yes; then
  545. AC_LIBOBJ([regex])
  546. gl_PREREQ_REGEX
  547. fi
  548. gl_FUNC_RENAME
  549. if test $REPLACE_RENAME = 1; then
  550. AC_LIBOBJ([rename])
  551. fi
  552. gl_STDIO_MODULE_INDICATOR([rename])
  553. gl_FUNC_RMDIR
  554. if test $REPLACE_RMDIR = 1; then
  555. AC_LIBOBJ([rmdir])
  556. fi
  557. gl_UNISTD_MODULE_INDICATOR([rmdir])
  558. gl_PREREQ_SAFE_READ
  559. gl_PREREQ_SAFE_WRITE
  560. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  561. if test "$ac_cv_header_winsock2_h" = yes; then
  562. AC_LIBOBJ([send])
  563. fi
  564. gl_SYS_SOCKET_MODULE_INDICATOR([send])
  565. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  566. if test "$ac_cv_header_winsock2_h" = yes; then
  567. AC_LIBOBJ([sendto])
  568. fi
  569. gl_SYS_SOCKET_MODULE_INDICATOR([sendto])
  570. gl_SERVENT
  571. gl_FUNC_SETENV
  572. if test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1; then
  573. AC_LIBOBJ([setenv])
  574. fi
  575. gl_STDLIB_MODULE_INDICATOR([setenv])
  576. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  577. if test "$ac_cv_header_winsock2_h" = yes; then
  578. AC_LIBOBJ([setsockopt])
  579. fi
  580. gl_SYS_SOCKET_MODULE_INDICATOR([setsockopt])
  581. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  582. if test "$ac_cv_header_winsock2_h" = yes; then
  583. AC_LIBOBJ([shutdown])
  584. fi
  585. gl_SYS_SOCKET_MODULE_INDICATOR([shutdown])
  586. gl_SIGNAL_H
  587. gl_SIZE_MAX
  588. gl_FUNC_SNPRINTF
  589. gl_STDIO_MODULE_INDICATOR([snprintf])
  590. gl_MODULE_INDICATOR([snprintf])
  591. AC_REQUIRE([gl_HEADER_SYS_SOCKET])
  592. if test "$ac_cv_header_winsock2_h" = yes; then
  593. AC_LIBOBJ([socket])
  594. fi
  595. # When this module is used, sockets may actually occur as file descriptors,
  596. # hence it is worth warning if the modules 'close' and 'ioctl' are not used.
  597. m4_ifdef([gl_UNISTD_H_DEFAULTS], [AC_REQUIRE([gl_UNISTD_H_DEFAULTS])])
  598. m4_ifdef([gl_SYS_IOCTL_H_DEFAULTS], [AC_REQUIRE([gl_SYS_IOCTL_H_DEFAULTS])])
  599. AC_REQUIRE([gl_PREREQ_SYS_H_WINSOCK2])
  600. if test "$ac_cv_header_winsock2_h" = yes; then
  601. UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=1
  602. SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=1
  603. fi
  604. gl_SYS_SOCKET_MODULE_INDICATOR([socket])
  605. gl_SOCKETLIB
  606. gl_SOCKETS
  607. gl_TYPE_SOCKLEN_T
  608. gt_TYPE_SSIZE_T
  609. gl_FUNC_STAT
  610. if test $REPLACE_STAT = 1; then
  611. AC_LIBOBJ([stat])
  612. gl_PREREQ_STAT
  613. fi
  614. gl_SYS_STAT_MODULE_INDICATOR([stat])
  615. gl_STAT_TIME
  616. gl_STAT_BIRTHTIME
  617. gl_STDALIGN_H
  618. AM_STDBOOL_H
  619. gl_STDDEF_H
  620. gl_STDINT_H
  621. gl_STDIO_H
  622. gl_STDLIB_H
  623. gl_STRCASE
  624. if test $HAVE_STRCASECMP = 0; then
  625. AC_LIBOBJ([strcasecmp])
  626. gl_PREREQ_STRCASECMP
  627. fi
  628. if test $HAVE_STRNCASECMP = 0; then
  629. AC_LIBOBJ([strncasecmp])
  630. gl_PREREQ_STRNCASECMP
  631. fi
  632. gl_FUNC_GNU_STRFTIME
  633. if test $gl_cond_libtool = false; then
  634. gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
  635. gl_libdeps="$gl_libdeps $LIBICONV"
  636. fi
  637. gl_HEADER_STRING_H
  638. gl_HEADER_STRINGS_H
  639. gl_HEADER_SYS_FILE_H
  640. AC_PROG_MKDIR_P
  641. gl_HEADER_SYS_SOCKET
  642. AC_PROG_MKDIR_P
  643. gl_HEADER_SYS_STAT_H
  644. AC_PROG_MKDIR_P
  645. gl_HEADER_SYS_TIME_H
  646. AC_PROG_MKDIR_P
  647. gl_SYS_TYPES_H
  648. AC_PROG_MKDIR_P
  649. gl_HEADER_SYS_UIO
  650. AC_PROG_MKDIR_P
  651. gl_HEADER_TIME_H
  652. gl_TIME_R
  653. if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
  654. AC_LIBOBJ([time_r])
  655. gl_PREREQ_TIME_R
  656. fi
  657. gl_TIME_MODULE_INDICATOR([time_r])
  658. gl_FUNC_TRUNC
  659. if test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1; then
  660. AC_LIBOBJ([trunc])
  661. fi
  662. gl_MATH_MODULE_INDICATOR([trunc])
  663. gl_UNISTD_H
  664. gl_LIBUNISTRING_LIBHEADER([0.9.2], [unistr.h])
  665. gl_MODULE_INDICATOR([unistr/u8-mbtouc])
  666. gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-mbtouc])
  667. gl_MODULE_INDICATOR([unistr/u8-mbtouc-unsafe])
  668. gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-mbtouc-unsafe])
  669. gl_MODULE_INDICATOR([unistr/u8-mbtoucr])
  670. gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-mbtoucr])
  671. gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-prev])
  672. gl_MODULE_INDICATOR([unistr/u8-uctomb])
  673. gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-uctomb])
  674. gl_LIBUNISTRING_LIBHEADER([0.9], [unitypes.h])
  675. gl_FUNC_VASNPRINTF
  676. gl_FUNC_VSNPRINTF
  677. gl_STDIO_MODULE_INDICATOR([vsnprintf])
  678. AC_SUBST([WARN_CFLAGS])
  679. gl_WCHAR_H
  680. gl_FUNC_WCRTOMB
  681. if test $HAVE_WCRTOMB = 0 || test $REPLACE_WCRTOMB = 1; then
  682. AC_LIBOBJ([wcrtomb])
  683. gl_PREREQ_WCRTOMB
  684. fi
  685. gl_WCHAR_MODULE_INDICATOR([wcrtomb])
  686. gl_WCTYPE_H
  687. gl_FUNC_WRITE
  688. if test $REPLACE_WRITE = 1; then
  689. AC_LIBOBJ([write])
  690. gl_PREREQ_WRITE
  691. fi
  692. gl_UNISTD_MODULE_INDICATOR([write])
  693. gl_XSIZE
  694. # End of code from modules
  695. m4_ifval(gl_LIBSOURCES_LIST, [
  696. m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
  697. for gl_file in ]gl_LIBSOURCES_LIST[ ; do
  698. if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
  699. echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
  700. exit 1
  701. fi
  702. done])dnl
  703. m4_if(m4_sysval, [0], [],
  704. [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
  705. ])
  706. m4_popdef([gl_LIBSOURCES_DIR])
  707. m4_popdef([gl_LIBSOURCES_LIST])
  708. m4_popdef([AC_LIBSOURCES])
  709. m4_popdef([AC_REPLACE_FUNCS])
  710. m4_popdef([AC_LIBOBJ])
  711. AC_CONFIG_COMMANDS_PRE([
  712. gl_libobjs=
  713. gl_ltlibobjs=
  714. if test -n "$gl_LIBOBJS"; then
  715. # Remove the extension.
  716. sed_drop_objext='s/\.o$//;s/\.obj$//'
  717. for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
  718. gl_libobjs="$gl_libobjs $i.$ac_objext"
  719. gl_ltlibobjs="$gl_ltlibobjs $i.lo"
  720. done
  721. fi
  722. AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
  723. AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
  724. ])
  725. gltests_libdeps=
  726. gltests_ltlibdeps=
  727. m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
  728. m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
  729. m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
  730. m4_pushdef([gltests_LIBSOURCES_LIST], [])
  731. m4_pushdef([gltests_LIBSOURCES_DIR], [])
  732. gl_COMMON
  733. gl_source_base='tests'
  734. changequote(,)dnl
  735. gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
  736. changequote([, ])dnl
  737. AC_SUBST([gltests_WITNESS])
  738. gl_module_indicator_condition=$gltests_WITNESS
  739. m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition])
  740. m4_popdef([gl_MODULE_INDICATOR_CONDITION])
  741. m4_ifval(gltests_LIBSOURCES_LIST, [
  742. m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
  743. for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
  744. if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
  745. echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
  746. exit 1
  747. fi
  748. done])dnl
  749. m4_if(m4_sysval, [0], [],
  750. [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
  751. ])
  752. m4_popdef([gltests_LIBSOURCES_DIR])
  753. m4_popdef([gltests_LIBSOURCES_LIST])
  754. m4_popdef([AC_LIBSOURCES])
  755. m4_popdef([AC_REPLACE_FUNCS])
  756. m4_popdef([AC_LIBOBJ])
  757. AC_CONFIG_COMMANDS_PRE([
  758. gltests_libobjs=
  759. gltests_ltlibobjs=
  760. if test -n "$gltests_LIBOBJS"; then
  761. # Remove the extension.
  762. sed_drop_objext='s/\.o$//;s/\.obj$//'
  763. for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
  764. gltests_libobjs="$gltests_libobjs $i.$ac_objext"
  765. gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
  766. done
  767. fi
  768. AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
  769. AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
  770. ])
  771. ])
  772. # Like AC_LIBOBJ, except that the module name goes
  773. # into gl_LIBOBJS instead of into LIBOBJS.
  774. AC_DEFUN([gl_LIBOBJ], [
  775. AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
  776. gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
  777. ])
  778. # Like AC_REPLACE_FUNCS, except that the module name goes
  779. # into gl_LIBOBJS instead of into LIBOBJS.
  780. AC_DEFUN([gl_REPLACE_FUNCS], [
  781. m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
  782. AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
  783. ])
  784. # Like AC_LIBSOURCES, except the directory where the source file is
  785. # expected is derived from the gnulib-tool parameterization,
  786. # and alloca is special cased (for the alloca-opt module).
  787. # We could also entirely rely on EXTRA_lib..._SOURCES.
  788. AC_DEFUN([gl_LIBSOURCES], [
  789. m4_foreach([_gl_NAME], [$1], [
  790. m4_if(_gl_NAME, [alloca.c], [], [
  791. m4_define([gl_LIBSOURCES_DIR], [lib])
  792. m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
  793. ])
  794. ])
  795. ])
  796. # Like AC_LIBOBJ, except that the module name goes
  797. # into gltests_LIBOBJS instead of into LIBOBJS.
  798. AC_DEFUN([gltests_LIBOBJ], [
  799. AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
  800. gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
  801. ])
  802. # Like AC_REPLACE_FUNCS, except that the module name goes
  803. # into gltests_LIBOBJS instead of into LIBOBJS.
  804. AC_DEFUN([gltests_REPLACE_FUNCS], [
  805. m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
  806. AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
  807. ])
  808. # Like AC_LIBSOURCES, except the directory where the source file is
  809. # expected is derived from the gnulib-tool parameterization,
  810. # and alloca is special cased (for the alloca-opt module).
  811. # We could also entirely rely on EXTRA_lib..._SOURCES.
  812. AC_DEFUN([gltests_LIBSOURCES], [
  813. m4_foreach([_gl_NAME], [$1], [
  814. m4_if(_gl_NAME, [alloca.c], [], [
  815. m4_define([gltests_LIBSOURCES_DIR], [tests])
  816. m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
  817. ])
  818. ])
  819. ])
  820. # This macro records the list of files which have been installed by
  821. # gnulib-tool and may be removed by future gnulib-tool invocations.
  822. AC_DEFUN([gl_FILE_LIST], [
  823. build-aux/announce-gen
  824. build-aux/config.rpath
  825. build-aux/gendocs.sh
  826. build-aux/git-version-gen
  827. build-aux/gitlog-to-changelog
  828. build-aux/gnu-web-doc-update
  829. build-aux/gnupload
  830. build-aux/snippet/_Noreturn.h
  831. build-aux/snippet/arg-nonnull.h
  832. build-aux/snippet/c++defs.h
  833. build-aux/snippet/unused-parameter.h
  834. build-aux/snippet/warn-on-use.h
  835. build-aux/useless-if-before-free
  836. build-aux/vc-list-files
  837. doc/gendocs_template
  838. lib/accept.c
  839. lib/alignof.h
  840. lib/alloca.in.h
  841. lib/arpa_inet.in.h
  842. lib/asnprintf.c
  843. lib/basename-lgpl.c
  844. lib/binary-io.h
  845. lib/bind.c
  846. lib/btowc.c
  847. lib/byteswap.in.h
  848. lib/c-ctype.c
  849. lib/c-ctype.h
  850. lib/c-strcase.h
  851. lib/c-strcasecmp.c
  852. lib/c-strcaseeq.h
  853. lib/c-strncasecmp.c
  854. lib/canonicalize-lgpl.c
  855. lib/ceil.c
  856. lib/close.c
  857. lib/config.charset
  858. lib/connect.c
  859. lib/dirent.in.h
  860. lib/dirfd.c
  861. lib/dirname-lgpl.c
  862. lib/dirname.h
  863. lib/dosname.h
  864. lib/duplocale.c
  865. lib/errno.in.h
  866. lib/fcntl.in.h
  867. lib/fd-hook.c
  868. lib/fd-hook.h
  869. lib/float+.h
  870. lib/float.c
  871. lib/float.in.h
  872. lib/flock.c
  873. lib/floor.c
  874. lib/frexp.c
  875. lib/fstat.c
  876. lib/full-read.c
  877. lib/full-read.h
  878. lib/full-write.c
  879. lib/full-write.h
  880. lib/gai_strerror.c
  881. lib/getaddrinfo.c
  882. lib/getpeername.c
  883. lib/getsockname.c
  884. lib/getsockopt.c
  885. lib/gettext.h
  886. lib/iconv.c
  887. lib/iconv.in.h
  888. lib/iconv_close.c
  889. lib/iconv_open-aix.gperf
  890. lib/iconv_open-hpux.gperf
  891. lib/iconv_open-irix.gperf
  892. lib/iconv_open-osf.gperf
  893. lib/iconv_open-solaris.gperf
  894. lib/iconv_open.c
  895. lib/iconveh.h
  896. lib/inet_ntop.c
  897. lib/inet_pton.c
  898. lib/isinf.c
  899. lib/isnan.c
  900. lib/isnand-nolibm.h
  901. lib/isnand.c
  902. lib/isnanf.c
  903. lib/isnanl.c
  904. lib/itold.c
  905. lib/langinfo.in.h
  906. lib/libunistring.valgrind
  907. lib/listen.c
  908. lib/localcharset.c
  909. lib/localcharset.h
  910. lib/locale.in.h
  911. lib/lstat.c
  912. lib/malloc.c
  913. lib/malloca.c
  914. lib/malloca.h
  915. lib/malloca.valgrind
  916. lib/math.in.h
  917. lib/mbrtowc.c
  918. lib/mbsinit.c
  919. lib/mbtowc-impl.h
  920. lib/mbtowc.c
  921. lib/memchr.c
  922. lib/memchr.valgrind
  923. lib/msvc-inval.c
  924. lib/msvc-inval.h
  925. lib/msvc-nothrow.c
  926. lib/msvc-nothrow.h
  927. lib/netdb.in.h
  928. lib/netinet_in.in.h
  929. lib/nl_langinfo.c
  930. lib/nproc.c
  931. lib/nproc.h
  932. lib/open.c
  933. lib/pathmax.h
  934. lib/pipe2.c
  935. lib/printf-args.c
  936. lib/printf-args.h
  937. lib/printf-parse.c
  938. lib/printf-parse.h
  939. lib/putenv.c
  940. lib/raise.c
  941. lib/read.c
  942. lib/readlink.c
  943. lib/recv.c
  944. lib/recvfrom.c
  945. lib/ref-add.sin
  946. lib/ref-del.sin
  947. lib/regcomp.c
  948. lib/regex.c
  949. lib/regex.h
  950. lib/regex_internal.c
  951. lib/regex_internal.h
  952. lib/regexec.c
  953. lib/rename.c
  954. lib/rmdir.c
  955. lib/safe-read.c
  956. lib/safe-read.h
  957. lib/safe-write.c
  958. lib/safe-write.h
  959. lib/same-inode.h
  960. lib/send.c
  961. lib/sendto.c
  962. lib/setenv.c
  963. lib/setsockopt.c
  964. lib/shutdown.c
  965. lib/signal.in.h
  966. lib/size_max.h
  967. lib/snprintf.c
  968. lib/socket.c
  969. lib/sockets.c
  970. lib/sockets.h
  971. lib/stat-time.h
  972. lib/stat.c
  973. lib/stdalign.in.h
  974. lib/stdbool.in.h
  975. lib/stddef.in.h
  976. lib/stdint.in.h
  977. lib/stdio.in.h
  978. lib/stdlib.in.h
  979. lib/strcasecmp.c
  980. lib/streq.h
  981. lib/strftime.c
  982. lib/strftime.h
  983. lib/striconveh.c
  984. lib/striconveh.h
  985. lib/string.in.h
  986. lib/strings.in.h
  987. lib/stripslash.c
  988. lib/strncasecmp.c
  989. lib/sys_file.in.h
  990. lib/sys_socket.in.h
  991. lib/sys_stat.in.h
  992. lib/sys_time.in.h
  993. lib/sys_types.in.h
  994. lib/sys_uio.in.h
  995. lib/time.in.h
  996. lib/time_r.c
  997. lib/trunc.c
  998. lib/unistd.in.h
  999. lib/unistr.in.h
  1000. lib/unistr/u8-mbtouc-aux.c
  1001. lib/unistr/u8-mbtouc-unsafe-aux.c
  1002. lib/unistr/u8-mbtouc-unsafe.c
  1003. lib/unistr/u8-mbtouc.c
  1004. lib/unistr/u8-mbtoucr.c
  1005. lib/unistr/u8-prev.c
  1006. lib/unistr/u8-uctomb-aux.c
  1007. lib/unistr/u8-uctomb.c
  1008. lib/unitypes.in.h
  1009. lib/vasnprintf.c
  1010. lib/vasnprintf.h
  1011. lib/verify.h
  1012. lib/vsnprintf.c
  1013. lib/w32sock.h
  1014. lib/wchar.in.h
  1015. lib/wcrtomb.c
  1016. lib/wctype.in.h
  1017. lib/write.c
  1018. lib/xsize.h
  1019. m4/00gnulib.m4
  1020. m4/absolute-header.m4
  1021. m4/alloca.m4
  1022. m4/arpa_inet_h.m4
  1023. m4/autobuild.m4
  1024. m4/btowc.m4
  1025. m4/byteswap.m4
  1026. m4/canonicalize.m4
  1027. m4/ceil.m4
  1028. m4/check-math-lib.m4
  1029. m4/close.m4
  1030. m4/codeset.m4
  1031. m4/configmake.m4
  1032. m4/dirent_h.m4
  1033. m4/dirfd.m4
  1034. m4/dirname.m4
  1035. m4/double-slash-root.m4
  1036. m4/duplocale.m4
  1037. m4/eealloc.m4
  1038. m4/environ.m4
  1039. m4/errno_h.m4
  1040. m4/exponentd.m4
  1041. m4/exponentf.m4
  1042. m4/exponentl.m4
  1043. m4/extensions.m4
  1044. m4/fcntl-o.m4
  1045. m4/fcntl_h.m4
  1046. m4/float_h.m4
  1047. m4/flock.m4
  1048. m4/floor.m4
  1049. m4/fpieee.m4
  1050. m4/frexp.m4
  1051. m4/fstat.m4
  1052. m4/func.m4
  1053. m4/getaddrinfo.m4
  1054. m4/glibc21.m4
  1055. m4/gnulib-common.m4
  1056. m4/hostent.m4
  1057. m4/iconv.m4
  1058. m4/iconv_h.m4
  1059. m4/iconv_open-utf.m4
  1060. m4/iconv_open.m4
  1061. m4/include_next.m4
  1062. m4/inet_ntop.m4
  1063. m4/inet_pton.m4
  1064. m4/inline.m4
  1065. m4/intmax_t.m4
  1066. m4/inttypes_h.m4
  1067. m4/isinf.m4
  1068. m4/isnan.m4
  1069. m4/isnand.m4
  1070. m4/isnanf.m4
  1071. m4/isnanl.m4
  1072. m4/langinfo_h.m4
  1073. m4/largefile.m4
  1074. m4/ld-version-script.m4
  1075. m4/ldexp.m4
  1076. m4/lib-ld.m4
  1077. m4/lib-link.m4
  1078. m4/lib-prefix.m4
  1079. m4/libunistring-base.m4
  1080. m4/libunistring.m4
  1081. m4/localcharset.m4
  1082. m4/locale-fr.m4
  1083. m4/locale-ja.m4
  1084. m4/locale-zh.m4
  1085. m4/locale_h.m4
  1086. m4/longlong.m4
  1087. m4/lstat.m4
  1088. m4/malloc.m4
  1089. m4/malloca.m4
  1090. m4/math_h.m4
  1091. m4/mathfunc.m4
  1092. m4/mbrtowc.m4
  1093. m4/mbsinit.m4
  1094. m4/mbstate_t.m4
  1095. m4/mbtowc.m4
  1096. m4/memchr.m4
  1097. m4/mmap-anon.m4
  1098. m4/mode_t.m4
  1099. m4/msvc-inval.m4
  1100. m4/msvc-nothrow.m4
  1101. m4/multiarch.m4
  1102. m4/netdb_h.m4
  1103. m4/netinet_in_h.m4
  1104. m4/nl_langinfo.m4
  1105. m4/nocrash.m4
  1106. m4/nproc.m4
  1107. m4/open.m4
  1108. m4/pathmax.m4
  1109. m4/pipe2.m4
  1110. m4/printf.m4
  1111. m4/putenv.m4
  1112. m4/raise.m4
  1113. m4/read.m4
  1114. m4/readlink.m4
  1115. m4/regex.m4
  1116. m4/rename.m4
  1117. m4/rmdir.m4
  1118. m4/safe-read.m4
  1119. m4/safe-write.m4
  1120. m4/servent.m4
  1121. m4/setenv.m4
  1122. m4/signal_h.m4
  1123. m4/size_max.m4
  1124. m4/snprintf.m4
  1125. m4/socketlib.m4
  1126. m4/sockets.m4
  1127. m4/socklen.m4
  1128. m4/sockpfaf.m4
  1129. m4/ssize_t.m4
  1130. m4/stat-time.m4
  1131. m4/stat.m4
  1132. m4/stdalign.m4
  1133. m4/stdbool.m4
  1134. m4/stddef_h.m4
  1135. m4/stdint.m4
  1136. m4/stdint_h.m4
  1137. m4/stdio_h.m4
  1138. m4/stdlib_h.m4
  1139. m4/strcase.m4
  1140. m4/strftime.m4
  1141. m4/string_h.m4
  1142. m4/strings_h.m4
  1143. m4/sys_file_h.m4
  1144. m4/sys_socket_h.m4
  1145. m4/sys_stat_h.m4
  1146. m4/sys_time_h.m4
  1147. m4/sys_types_h.m4
  1148. m4/sys_uio_h.m4
  1149. m4/time_h.m4
  1150. m4/time_r.m4
  1151. m4/tm_gmtoff.m4
  1152. m4/trunc.m4
  1153. m4/unistd_h.m4
  1154. m4/vasnprintf.m4
  1155. m4/visibility.m4
  1156. m4/vsnprintf.m4
  1157. m4/warn-on-use.m4
  1158. m4/warnings.m4
  1159. m4/wchar_h.m4
  1160. m4/wchar_t.m4
  1161. m4/wcrtomb.m4
  1162. m4/wctype_h.m4
  1163. m4/wint_t.m4
  1164. m4/write.m4
  1165. m4/xsize.m4
  1166. top/GNUmakefile
  1167. top/maint.mk
  1168. ])