4
0

gnulib-comp.m4 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898
  1. # DO NOT EDIT! GENERATED AUTOMATICALLY!
  2. # Copyright (C) 2002-2013 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 alloca-opt:
  41. # Code from module arpa_inet:
  42. # Code from module base64:
  43. # Code from module btowc:
  44. # Code from module configmake:
  45. # Code from module crypto/sha1:
  46. # Code from module dirname:
  47. # Code from module dirname-lgpl:
  48. # Code from module dosname:
  49. # Code from module double-slash-root:
  50. # Code from module environ:
  51. # Code from module errno:
  52. # Code from module error:
  53. # Code from module exitfail:
  54. # Code from module extensions:
  55. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
  56. # Code from module extern-inline:
  57. # Code from module fd-hook:
  58. # Code from module float:
  59. # Code from module floorf:
  60. # Code from module fsusage:
  61. # Code from module full-read:
  62. # Code from module getaddrinfo:
  63. # Code from module gethostname:
  64. # Code from module getloadavg:
  65. # Code from module getopt-gnu:
  66. # Code from module getopt-posix:
  67. # Code from module gettext:
  68. # Code from module gettext-h:
  69. # Code from module havelib:
  70. # Code from module hostent:
  71. # Code from module idpriv-droptemp:
  72. # Code from module include_next:
  73. # Code from module inet_ntop:
  74. # Code from module intprops:
  75. # Code from module langinfo:
  76. # Code from module largefile:
  77. AC_REQUIRE([AC_SYS_LARGEFILE])
  78. # Code from module localcharset:
  79. # Code from module locale:
  80. # Code from module localeconv:
  81. # Code from module lock:
  82. # Code from module malloc-gnu:
  83. # Code from module malloc-posix:
  84. # Code from module malloca:
  85. # Code from module math:
  86. # Code from module mbrtowc:
  87. # Code from module mbsinit:
  88. # Code from module mbtowc:
  89. # Code from module memchr:
  90. # Code from module mktime:
  91. # Code from module mktime-internal:
  92. # Code from module mountlist:
  93. # Code from module msvc-inval:
  94. # Code from module msvc-nothrow:
  95. # Code from module multiarch:
  96. # Code from module netdb:
  97. # Code from module netinet_in:
  98. # Code from module nl_langinfo:
  99. # Code from module nocrash:
  100. # Code from module read:
  101. # Code from module regex:
  102. # Code from module safe-read:
  103. # Code from module servent:
  104. # Code from module setenv:
  105. # Code from module size_max:
  106. # Code from module snippet/_Noreturn:
  107. # Code from module snippet/arg-nonnull:
  108. # Code from module snippet/c++defs:
  109. # Code from module snippet/warn-on-use:
  110. # Code from module snprintf:
  111. # Code from module socketlib:
  112. # Code from module sockets:
  113. # Code from module socklen:
  114. # Code from module ssize_t:
  115. # Code from module stdalign:
  116. # Code from module stdbool:
  117. # Code from module stddef:
  118. # Code from module stdint:
  119. # Code from module stdio:
  120. # Code from module stdlib:
  121. # Code from module strcase:
  122. # Code from module streq:
  123. # Code from module strerror:
  124. # Code from module strerror-override:
  125. # Code from module string:
  126. # Code from module strings:
  127. # Code from module strndup:
  128. # Code from module strnlen:
  129. # Code from module strsep:
  130. # Code from module strstr-simple:
  131. # Code from module sys_socket:
  132. # Code from module sys_types:
  133. # Code from module sys_uio:
  134. # Code from module threadlib:
  135. gl_THREADLIB_EARLY
  136. # Code from module time:
  137. # Code from module time_r:
  138. # Code from module timegm:
  139. # Code from module unistd:
  140. # Code from module unsetenv:
  141. # Code from module vasnprintf:
  142. # Code from module vasprintf:
  143. # Code from module verify:
  144. # Code from module vsnprintf:
  145. # Code from module wchar:
  146. # Code from module wcrtomb:
  147. # Code from module wctype-h:
  148. # Code from module xalloc:
  149. # Code from module xalloc-die:
  150. # Code from module xalloc-oversized:
  151. # Code from module xsize:
  152. # Code from module xstrndup:
  153. ])
  154. # This macro should be invoked from ./configure.ac, in the section
  155. # "Check for header files, types and library functions".
  156. AC_DEFUN([gl_INIT],
  157. [
  158. AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
  159. gl_cond_libtool=false
  160. gl_libdeps=
  161. gl_ltlibdeps=
  162. gl_m4_base='gl/m4'
  163. m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
  164. m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
  165. m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
  166. m4_pushdef([gl_LIBSOURCES_LIST], [])
  167. m4_pushdef([gl_LIBSOURCES_DIR], [])
  168. gl_COMMON
  169. gl_source_base='gl'
  170. gl_FUNC_ALLOCA
  171. gl_HEADER_ARPA_INET
  172. AC_PROG_MKDIR_P
  173. gl_FUNC_BASE64
  174. gl_FUNC_BTOWC
  175. if test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1; then
  176. AC_LIBOBJ([btowc])
  177. gl_PREREQ_BTOWC
  178. fi
  179. gl_WCHAR_MODULE_INDICATOR([btowc])
  180. gl_CONFIGMAKE_PREP
  181. gl_SHA1
  182. gl_DIRNAME
  183. gl_MODULE_INDICATOR([dirname])
  184. gl_DIRNAME_LGPL
  185. gl_DOUBLE_SLASH_ROOT
  186. gl_ENVIRON
  187. gl_UNISTD_MODULE_INDICATOR([environ])
  188. gl_HEADER_ERRNO_H
  189. gl_ERROR
  190. if test $ac_cv_lib_error_at_line = no; then
  191. AC_LIBOBJ([error])
  192. gl_PREREQ_ERROR
  193. fi
  194. m4_ifdef([AM_XGETTEXT_OPTION],
  195. [AM_][XGETTEXT_OPTION([--flag=error:3:c-format])
  196. AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
  197. AC_REQUIRE([gl_EXTERN_INLINE])
  198. gl_FLOAT_H
  199. if test $REPLACE_FLOAT_LDBL = 1; then
  200. AC_LIBOBJ([float])
  201. fi
  202. if test $REPLACE_ITOLD = 1; then
  203. AC_LIBOBJ([itold])
  204. fi
  205. gl_FUNC_FLOORF
  206. if test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1; then
  207. AC_LIBOBJ([floorf])
  208. fi
  209. gl_MATH_MODULE_INDICATOR([floorf])
  210. gl_FSUSAGE
  211. if test $gl_cv_fs_space = yes; then
  212. AC_LIBOBJ([fsusage])
  213. gl_PREREQ_FSUSAGE_EXTRA
  214. fi
  215. gl_GETADDRINFO
  216. if test $HAVE_GETADDRINFO = 0; then
  217. AC_LIBOBJ([getaddrinfo])
  218. fi
  219. if test $HAVE_DECL_GAI_STRERROR = 0 || test $REPLACE_GAI_STRERROR = 1; then
  220. AC_LIBOBJ([gai_strerror])
  221. fi
  222. gl_NETDB_MODULE_INDICATOR([getaddrinfo])
  223. gl_FUNC_GETHOSTNAME
  224. if test $HAVE_GETHOSTNAME = 0; then
  225. AC_LIBOBJ([gethostname])
  226. gl_PREREQ_GETHOSTNAME
  227. fi
  228. gl_UNISTD_MODULE_INDICATOR([gethostname])
  229. gl_GETLOADAVG
  230. if test $HAVE_GETLOADAVG = 0; then
  231. AC_LIBOBJ([getloadavg])
  232. gl_PREREQ_GETLOADAVG
  233. fi
  234. gl_STDLIB_MODULE_INDICATOR([getloadavg])
  235. gl_FUNC_GETOPT_GNU
  236. if test $REPLACE_GETOPT = 1; then
  237. AC_LIBOBJ([getopt])
  238. AC_LIBOBJ([getopt1])
  239. gl_PREREQ_GETOPT
  240. dnl Arrange for unistd.h to include getopt.h.
  241. GNULIB_GL_UNISTD_H_GETOPT=1
  242. fi
  243. AC_SUBST([GNULIB_GL_UNISTD_H_GETOPT])
  244. gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
  245. gl_FUNC_GETOPT_POSIX
  246. if test $REPLACE_GETOPT = 1; then
  247. AC_LIBOBJ([getopt])
  248. AC_LIBOBJ([getopt1])
  249. gl_PREREQ_GETOPT
  250. dnl Arrange for unistd.h to include getopt.h.
  251. GNULIB_GL_UNISTD_H_GETOPT=1
  252. fi
  253. AC_SUBST([GNULIB_GL_UNISTD_H_GETOPT])
  254. dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
  255. AM_GNU_GETTEXT_VERSION([0.18.1])
  256. AC_SUBST([LIBINTL])
  257. AC_SUBST([LTLIBINTL])
  258. gl_HOSTENT
  259. gl_IDPRIV
  260. gl_FUNC_INET_NTOP
  261. if test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1; then
  262. AC_LIBOBJ([inet_ntop])
  263. gl_PREREQ_INET_NTOP
  264. fi
  265. gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
  266. gl_LANGINFO_H
  267. AC_REQUIRE([gl_LARGEFILE])
  268. gl_LOCALCHARSET
  269. LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(abs_top_builddir)/$gl_source_base\""
  270. AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT])
  271. gl_LOCALE_H
  272. gl_FUNC_LOCALECONV
  273. if test $REPLACE_LOCALECONV = 1; then
  274. AC_LIBOBJ([localeconv])
  275. gl_PREREQ_LOCALECONV
  276. fi
  277. gl_LOCALE_MODULE_INDICATOR([localeconv])
  278. gl_LOCK
  279. gl_MODULE_INDICATOR([lock])
  280. gl_FUNC_MALLOC_GNU
  281. if test $REPLACE_MALLOC = 1; then
  282. AC_LIBOBJ([malloc])
  283. fi
  284. gl_MODULE_INDICATOR([malloc-gnu])
  285. gl_FUNC_MALLOC_POSIX
  286. if test $REPLACE_MALLOC = 1; then
  287. AC_LIBOBJ([malloc])
  288. fi
  289. gl_STDLIB_MODULE_INDICATOR([malloc-posix])
  290. gl_MALLOCA
  291. gl_MATH_H
  292. gl_FUNC_MBRTOWC
  293. if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then
  294. AC_LIBOBJ([mbrtowc])
  295. gl_PREREQ_MBRTOWC
  296. fi
  297. gl_WCHAR_MODULE_INDICATOR([mbrtowc])
  298. gl_FUNC_MBSINIT
  299. if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
  300. AC_LIBOBJ([mbsinit])
  301. gl_PREREQ_MBSINIT
  302. fi
  303. gl_WCHAR_MODULE_INDICATOR([mbsinit])
  304. gl_FUNC_MBTOWC
  305. if test $REPLACE_MBTOWC = 1; then
  306. AC_LIBOBJ([mbtowc])
  307. gl_PREREQ_MBTOWC
  308. fi
  309. gl_STDLIB_MODULE_INDICATOR([mbtowc])
  310. gl_FUNC_MEMCHR
  311. if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then
  312. AC_LIBOBJ([memchr])
  313. gl_PREREQ_MEMCHR
  314. fi
  315. gl_STRING_MODULE_INDICATOR([memchr])
  316. gl_FUNC_MKTIME
  317. if test $REPLACE_MKTIME = 1; then
  318. AC_LIBOBJ([mktime])
  319. gl_PREREQ_MKTIME
  320. fi
  321. gl_TIME_MODULE_INDICATOR([mktime])
  322. gl_FUNC_MKTIME_INTERNAL
  323. if test $REPLACE_MKTIME = 1; then
  324. AC_LIBOBJ([mktime])
  325. gl_PREREQ_MKTIME
  326. fi
  327. gl_MOUNTLIST
  328. if test $gl_cv_list_mounted_fs = yes; then
  329. AC_LIBOBJ([mountlist])
  330. gl_PREREQ_MOUNTLIST_EXTRA
  331. fi
  332. gl_MSVC_INVAL
  333. if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
  334. AC_LIBOBJ([msvc-inval])
  335. fi
  336. gl_MSVC_NOTHROW
  337. if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
  338. AC_LIBOBJ([msvc-nothrow])
  339. fi
  340. gl_MULTIARCH
  341. gl_HEADER_NETDB
  342. gl_HEADER_NETINET_IN
  343. AC_PROG_MKDIR_P
  344. gl_FUNC_NL_LANGINFO
  345. if test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1; then
  346. AC_LIBOBJ([nl_langinfo])
  347. fi
  348. gl_LANGINFO_MODULE_INDICATOR([nl_langinfo])
  349. gl_FUNC_READ
  350. if test $REPLACE_READ = 1; then
  351. AC_LIBOBJ([read])
  352. gl_PREREQ_READ
  353. fi
  354. gl_UNISTD_MODULE_INDICATOR([read])
  355. gl_REGEX
  356. if test $ac_use_included_regex = yes; then
  357. AC_LIBOBJ([regex])
  358. gl_PREREQ_REGEX
  359. fi
  360. gl_PREREQ_SAFE_READ
  361. gl_SERVENT
  362. gl_FUNC_SETENV
  363. if test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1; then
  364. AC_LIBOBJ([setenv])
  365. fi
  366. gl_STDLIB_MODULE_INDICATOR([setenv])
  367. gl_SIZE_MAX
  368. gl_FUNC_SNPRINTF
  369. gl_STDIO_MODULE_INDICATOR([snprintf])
  370. gl_MODULE_INDICATOR([snprintf])
  371. gl_SOCKETLIB
  372. gl_SOCKETS
  373. gl_TYPE_SOCKLEN_T
  374. gt_TYPE_SSIZE_T
  375. gl_STDALIGN_H
  376. AM_STDBOOL_H
  377. gl_STDDEF_H
  378. gl_STDINT_H
  379. gl_STDIO_H
  380. gl_STDLIB_H
  381. gl_STRCASE
  382. if test $HAVE_STRCASECMP = 0; then
  383. AC_LIBOBJ([strcasecmp])
  384. gl_PREREQ_STRCASECMP
  385. fi
  386. if test $HAVE_STRNCASECMP = 0; then
  387. AC_LIBOBJ([strncasecmp])
  388. gl_PREREQ_STRNCASECMP
  389. fi
  390. gl_FUNC_STRERROR
  391. if test $REPLACE_STRERROR = 1; then
  392. AC_LIBOBJ([strerror])
  393. fi
  394. gl_MODULE_INDICATOR([strerror])
  395. gl_STRING_MODULE_INDICATOR([strerror])
  396. AC_REQUIRE([gl_HEADER_ERRNO_H])
  397. AC_REQUIRE([gl_FUNC_STRERROR_0])
  398. if test -n "$ERRNO_H" || test $REPLACE_STRERROR_0 = 1; then
  399. AC_LIBOBJ([strerror-override])
  400. gl_PREREQ_SYS_H_WINSOCK2
  401. fi
  402. gl_HEADER_STRING_H
  403. gl_HEADER_STRINGS_H
  404. gl_FUNC_STRNDUP
  405. if test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1; then
  406. AC_LIBOBJ([strndup])
  407. fi
  408. gl_STRING_MODULE_INDICATOR([strndup])
  409. gl_FUNC_STRNLEN
  410. if test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1; then
  411. AC_LIBOBJ([strnlen])
  412. gl_PREREQ_STRNLEN
  413. fi
  414. gl_STRING_MODULE_INDICATOR([strnlen])
  415. gl_FUNC_STRSEP
  416. if test $HAVE_STRSEP = 0; then
  417. AC_LIBOBJ([strsep])
  418. gl_PREREQ_STRSEP
  419. fi
  420. gl_STRING_MODULE_INDICATOR([strsep])
  421. gl_FUNC_STRSTR_SIMPLE
  422. if test $REPLACE_STRSTR = 1; then
  423. AC_LIBOBJ([strstr])
  424. fi
  425. gl_STRING_MODULE_INDICATOR([strstr])
  426. gl_HEADER_SYS_SOCKET
  427. AC_PROG_MKDIR_P
  428. gl_SYS_TYPES_H
  429. AC_PROG_MKDIR_P
  430. gl_HEADER_SYS_UIO
  431. AC_PROG_MKDIR_P
  432. gl_THREADLIB
  433. gl_HEADER_TIME_H
  434. gl_TIME_R
  435. if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
  436. AC_LIBOBJ([time_r])
  437. gl_PREREQ_TIME_R
  438. fi
  439. gl_TIME_MODULE_INDICATOR([time_r])
  440. gl_FUNC_TIMEGM
  441. if test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1; then
  442. AC_LIBOBJ([timegm])
  443. gl_PREREQ_TIMEGM
  444. fi
  445. gl_TIME_MODULE_INDICATOR([timegm])
  446. gl_UNISTD_H
  447. gl_FUNC_UNSETENV
  448. if test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1; then
  449. AC_LIBOBJ([unsetenv])
  450. gl_PREREQ_UNSETENV
  451. fi
  452. gl_STDLIB_MODULE_INDICATOR([unsetenv])
  453. gl_FUNC_VASNPRINTF
  454. gl_FUNC_VASPRINTF
  455. gl_STDIO_MODULE_INDICATOR([vasprintf])
  456. m4_ifdef([AM_XGETTEXT_OPTION],
  457. [AM_][XGETTEXT_OPTION([--flag=asprintf:2:c-format])
  458. AM_][XGETTEXT_OPTION([--flag=vasprintf:2:c-format])])
  459. gl_FUNC_VSNPRINTF
  460. gl_STDIO_MODULE_INDICATOR([vsnprintf])
  461. gl_WCHAR_H
  462. gl_FUNC_WCRTOMB
  463. if test $HAVE_WCRTOMB = 0 || test $REPLACE_WCRTOMB = 1; then
  464. AC_LIBOBJ([wcrtomb])
  465. gl_PREREQ_WCRTOMB
  466. fi
  467. gl_WCHAR_MODULE_INDICATOR([wcrtomb])
  468. gl_WCTYPE_H
  469. gl_XALLOC
  470. gl_XSIZE
  471. gl_XSTRNDUP
  472. # End of code from modules
  473. m4_ifval(gl_LIBSOURCES_LIST, [
  474. m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
  475. for gl_file in ]gl_LIBSOURCES_LIST[ ; do
  476. if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
  477. echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
  478. exit 1
  479. fi
  480. done])dnl
  481. m4_if(m4_sysval, [0], [],
  482. [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
  483. ])
  484. m4_popdef([gl_LIBSOURCES_DIR])
  485. m4_popdef([gl_LIBSOURCES_LIST])
  486. m4_popdef([AC_LIBSOURCES])
  487. m4_popdef([AC_REPLACE_FUNCS])
  488. m4_popdef([AC_LIBOBJ])
  489. AC_CONFIG_COMMANDS_PRE([
  490. gl_libobjs=
  491. gl_ltlibobjs=
  492. if test -n "$gl_LIBOBJS"; then
  493. # Remove the extension.
  494. sed_drop_objext='s/\.o$//;s/\.obj$//'
  495. for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
  496. gl_libobjs="$gl_libobjs $i.$ac_objext"
  497. gl_ltlibobjs="$gl_ltlibobjs $i.lo"
  498. done
  499. fi
  500. AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
  501. AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
  502. ])
  503. gltests_libdeps=
  504. gltests_ltlibdeps=
  505. m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
  506. m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
  507. m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
  508. m4_pushdef([gltests_LIBSOURCES_LIST], [])
  509. m4_pushdef([gltests_LIBSOURCES_DIR], [])
  510. gl_COMMON
  511. gl_source_base='tests'
  512. changequote(,)dnl
  513. 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
  514. changequote([, ])dnl
  515. AC_SUBST([gltests_WITNESS])
  516. gl_module_indicator_condition=$gltests_WITNESS
  517. m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition])
  518. m4_popdef([gl_MODULE_INDICATOR_CONDITION])
  519. m4_ifval(gltests_LIBSOURCES_LIST, [
  520. m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
  521. for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
  522. if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
  523. echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
  524. exit 1
  525. fi
  526. done])dnl
  527. m4_if(m4_sysval, [0], [],
  528. [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
  529. ])
  530. m4_popdef([gltests_LIBSOURCES_DIR])
  531. m4_popdef([gltests_LIBSOURCES_LIST])
  532. m4_popdef([AC_LIBSOURCES])
  533. m4_popdef([AC_REPLACE_FUNCS])
  534. m4_popdef([AC_LIBOBJ])
  535. AC_CONFIG_COMMANDS_PRE([
  536. gltests_libobjs=
  537. gltests_ltlibobjs=
  538. if test -n "$gltests_LIBOBJS"; then
  539. # Remove the extension.
  540. sed_drop_objext='s/\.o$//;s/\.obj$//'
  541. for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
  542. gltests_libobjs="$gltests_libobjs $i.$ac_objext"
  543. gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
  544. done
  545. fi
  546. AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
  547. AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
  548. ])
  549. LIBGNU_LIBDEPS="$gl_libdeps"
  550. AC_SUBST([LIBGNU_LIBDEPS])
  551. LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
  552. AC_SUBST([LIBGNU_LTLIBDEPS])
  553. ])
  554. # Like AC_LIBOBJ, except that the module name goes
  555. # into gl_LIBOBJS instead of into LIBOBJS.
  556. AC_DEFUN([gl_LIBOBJ], [
  557. AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
  558. gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
  559. ])
  560. # Like AC_REPLACE_FUNCS, except that the module name goes
  561. # into gl_LIBOBJS instead of into LIBOBJS.
  562. AC_DEFUN([gl_REPLACE_FUNCS], [
  563. m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
  564. AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
  565. ])
  566. # Like AC_LIBSOURCES, except the directory where the source file is
  567. # expected is derived from the gnulib-tool parameterization,
  568. # and alloca is special cased (for the alloca-opt module).
  569. # We could also entirely rely on EXTRA_lib..._SOURCES.
  570. AC_DEFUN([gl_LIBSOURCES], [
  571. m4_foreach([_gl_NAME], [$1], [
  572. m4_if(_gl_NAME, [alloca.c], [], [
  573. m4_define([gl_LIBSOURCES_DIR], [gl])
  574. m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
  575. ])
  576. ])
  577. ])
  578. # Like AC_LIBOBJ, except that the module name goes
  579. # into gltests_LIBOBJS instead of into LIBOBJS.
  580. AC_DEFUN([gltests_LIBOBJ], [
  581. AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
  582. gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
  583. ])
  584. # Like AC_REPLACE_FUNCS, except that the module name goes
  585. # into gltests_LIBOBJS instead of into LIBOBJS.
  586. AC_DEFUN([gltests_REPLACE_FUNCS], [
  587. m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
  588. AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
  589. ])
  590. # Like AC_LIBSOURCES, except the directory where the source file is
  591. # expected is derived from the gnulib-tool parameterization,
  592. # and alloca is special cased (for the alloca-opt module).
  593. # We could also entirely rely on EXTRA_lib..._SOURCES.
  594. AC_DEFUN([gltests_LIBSOURCES], [
  595. m4_foreach([_gl_NAME], [$1], [
  596. m4_if(_gl_NAME, [alloca.c], [], [
  597. m4_define([gltests_LIBSOURCES_DIR], [tests])
  598. m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
  599. ])
  600. ])
  601. ])
  602. # This macro records the list of files which have been installed by
  603. # gnulib-tool and may be removed by future gnulib-tool invocations.
  604. AC_DEFUN([gl_FILE_LIST], [
  605. build-aux/config.rpath
  606. build-aux/snippet/_Noreturn.h
  607. build-aux/snippet/arg-nonnull.h
  608. build-aux/snippet/c++defs.h
  609. build-aux/snippet/warn-on-use.h
  610. lib/alloca.in.h
  611. lib/arpa_inet.in.h
  612. lib/asnprintf.c
  613. lib/asprintf.c
  614. lib/base64.c
  615. lib/base64.h
  616. lib/basename-lgpl.c
  617. lib/basename.c
  618. lib/btowc.c
  619. lib/config.charset
  620. lib/dirname-lgpl.c
  621. lib/dirname.c
  622. lib/dirname.h
  623. lib/dosname.h
  624. lib/errno.in.h
  625. lib/error.c
  626. lib/error.h
  627. lib/exitfail.c
  628. lib/exitfail.h
  629. lib/fd-hook.c
  630. lib/fd-hook.h
  631. lib/float+.h
  632. lib/float.c
  633. lib/float.in.h
  634. lib/floor.c
  635. lib/floorf.c
  636. lib/fsusage.c
  637. lib/fsusage.h
  638. lib/full-read.c
  639. lib/full-read.h
  640. lib/full-write.c
  641. lib/gai_strerror.c
  642. lib/getaddrinfo.c
  643. lib/gethostname.c
  644. lib/getloadavg.c
  645. lib/getopt.c
  646. lib/getopt.in.h
  647. lib/getopt1.c
  648. lib/getopt_int.h
  649. lib/gettext.h
  650. lib/glthread/lock.c
  651. lib/glthread/lock.h
  652. lib/glthread/threadlib.c
  653. lib/idpriv-droptemp.c
  654. lib/idpriv.h
  655. lib/inet_ntop.c
  656. lib/intprops.h
  657. lib/itold.c
  658. lib/langinfo.in.h
  659. lib/localcharset.c
  660. lib/localcharset.h
  661. lib/locale.in.h
  662. lib/localeconv.c
  663. lib/malloc.c
  664. lib/malloca.c
  665. lib/malloca.h
  666. lib/malloca.valgrind
  667. lib/math.c
  668. lib/math.in.h
  669. lib/mbrtowc.c
  670. lib/mbsinit.c
  671. lib/mbtowc-impl.h
  672. lib/mbtowc.c
  673. lib/memchr.c
  674. lib/memchr.valgrind
  675. lib/mktime-internal.h
  676. lib/mktime.c
  677. lib/mountlist.c
  678. lib/mountlist.h
  679. lib/msvc-inval.c
  680. lib/msvc-inval.h
  681. lib/msvc-nothrow.c
  682. lib/msvc-nothrow.h
  683. lib/netdb.in.h
  684. lib/netinet_in.in.h
  685. lib/nl_langinfo.c
  686. lib/printf-args.c
  687. lib/printf-args.h
  688. lib/printf-parse.c
  689. lib/printf-parse.h
  690. lib/read.c
  691. lib/ref-add.sin
  692. lib/ref-del.sin
  693. lib/regcomp.c
  694. lib/regex.c
  695. lib/regex.h
  696. lib/regex_internal.c
  697. lib/regex_internal.h
  698. lib/regexec.c
  699. lib/safe-read.c
  700. lib/safe-read.h
  701. lib/setenv.c
  702. lib/sha1.c
  703. lib/sha1.h
  704. lib/size_max.h
  705. lib/snprintf.c
  706. lib/sockets.c
  707. lib/sockets.h
  708. lib/stdalign.in.h
  709. lib/stdbool.in.h
  710. lib/stddef.in.h
  711. lib/stdint.in.h
  712. lib/stdio.in.h
  713. lib/stdlib.in.h
  714. lib/str-two-way.h
  715. lib/strcasecmp.c
  716. lib/streq.h
  717. lib/strerror-override.c
  718. lib/strerror-override.h
  719. lib/strerror.c
  720. lib/string.in.h
  721. lib/strings.in.h
  722. lib/stripslash.c
  723. lib/strncasecmp.c
  724. lib/strndup.c
  725. lib/strnlen.c
  726. lib/strsep.c
  727. lib/strstr.c
  728. lib/sys_socket.c
  729. lib/sys_socket.in.h
  730. lib/sys_types.in.h
  731. lib/sys_uio.in.h
  732. lib/time.in.h
  733. lib/time_r.c
  734. lib/timegm.c
  735. lib/unistd.c
  736. lib/unistd.in.h
  737. lib/unsetenv.c
  738. lib/vasnprintf.c
  739. lib/vasnprintf.h
  740. lib/vasprintf.c
  741. lib/verify.h
  742. lib/vsnprintf.c
  743. lib/w32sock.h
  744. lib/wchar.in.h
  745. lib/wcrtomb.c
  746. lib/wctype-h.c
  747. lib/wctype.in.h
  748. lib/xalloc-die.c
  749. lib/xalloc-oversized.h
  750. lib/xalloc.h
  751. lib/xmalloc.c
  752. lib/xsize.c
  753. lib/xsize.h
  754. lib/xstrndup.c
  755. lib/xstrndup.h
  756. m4/00gnulib.m4
  757. m4/alloca.m4
  758. m4/arpa_inet_h.m4
  759. m4/base64.m4
  760. m4/btowc.m4
  761. m4/codeset.m4
  762. m4/configmake.m4
  763. m4/dirname.m4
  764. m4/double-slash-root.m4
  765. m4/eealloc.m4
  766. m4/environ.m4
  767. m4/errno_h.m4
  768. m4/error.m4
  769. m4/exponentd.m4
  770. m4/extensions.m4
  771. m4/extern-inline.m4
  772. m4/fcntl-o.m4
  773. m4/float_h.m4
  774. m4/floorf.m4
  775. m4/fstypename.m4
  776. m4/fsusage.m4
  777. m4/getaddrinfo.m4
  778. m4/gethostname.m4
  779. m4/getloadavg.m4
  780. m4/getopt.m4
  781. m4/gettext.m4
  782. m4/glibc2.m4
  783. m4/glibc21.m4
  784. m4/gnulib-common.m4
  785. m4/hostent.m4
  786. m4/iconv.m4
  787. m4/idpriv.m4
  788. m4/include_next.m4
  789. m4/inet_ntop.m4
  790. m4/intdiv0.m4
  791. m4/intl.m4
  792. m4/intldir.m4
  793. m4/intlmacosx.m4
  794. m4/intmax.m4
  795. m4/intmax_t.m4
  796. m4/inttypes-pri.m4
  797. m4/inttypes_h.m4
  798. m4/langinfo_h.m4
  799. m4/largefile.m4
  800. m4/lcmessage.m4
  801. m4/lib-ld.m4
  802. m4/lib-link.m4
  803. m4/lib-prefix.m4
  804. m4/localcharset.m4
  805. m4/locale-fr.m4
  806. m4/locale-ja.m4
  807. m4/locale-zh.m4
  808. m4/locale_h.m4
  809. m4/localeconv.m4
  810. m4/lock.m4
  811. m4/longlong.m4
  812. m4/ls-mntd-fs.m4
  813. m4/malloc.m4
  814. m4/malloca.m4
  815. m4/math_h.m4
  816. m4/mbrtowc.m4
  817. m4/mbsinit.m4
  818. m4/mbstate_t.m4
  819. m4/mbtowc.m4
  820. m4/memchr.m4
  821. m4/mktime.m4
  822. m4/mmap-anon.m4
  823. m4/mountlist.m4
  824. m4/msvc-inval.m4
  825. m4/msvc-nothrow.m4
  826. m4/multiarch.m4
  827. m4/netdb_h.m4
  828. m4/netinet_in_h.m4
  829. m4/nl_langinfo.m4
  830. m4/nls.m4
  831. m4/nocrash.m4
  832. m4/off_t.m4
  833. m4/onceonly.m4
  834. m4/po.m4
  835. m4/printf-posix.m4
  836. m4/printf.m4
  837. m4/progtest.m4
  838. m4/read.m4
  839. m4/regex.m4
  840. m4/safe-read.m4
  841. m4/servent.m4
  842. m4/setenv.m4
  843. m4/sha1.m4
  844. m4/size_max.m4
  845. m4/snprintf.m4
  846. m4/socketlib.m4
  847. m4/sockets.m4
  848. m4/socklen.m4
  849. m4/sockpfaf.m4
  850. m4/ssize_t.m4
  851. m4/stdalign.m4
  852. m4/stdbool.m4
  853. m4/stddef_h.m4
  854. m4/stdint.m4
  855. m4/stdint_h.m4
  856. m4/stdio_h.m4
  857. m4/stdlib_h.m4
  858. m4/strcase.m4
  859. m4/strerror.m4
  860. m4/string_h.m4
  861. m4/strings_h.m4
  862. m4/strndup.m4
  863. m4/strnlen.m4
  864. m4/strsep.m4
  865. m4/strstr.m4
  866. m4/sys_socket_h.m4
  867. m4/sys_types_h.m4
  868. m4/sys_uio_h.m4
  869. m4/threadlib.m4
  870. m4/time_h.m4
  871. m4/time_r.m4
  872. m4/timegm.m4
  873. m4/uintmax_t.m4
  874. m4/unistd_h.m4
  875. m4/vasnprintf.m4
  876. m4/vasprintf.m4
  877. m4/visibility.m4
  878. m4/vsnprintf.m4
  879. m4/warn-on-use.m4
  880. m4/wchar_h.m4
  881. m4/wchar_t.m4
  882. m4/wcrtomb.m4
  883. m4/wctype_h.m4
  884. m4/wint_t.m4
  885. m4/xalloc.m4
  886. m4/xsize.m4
  887. m4/xstrndup.m4
  888. ])