gnulib-comp.m4 23 KB

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