gnulib-comp.m4 23 KB

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