configure.ac 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475
  1. dnl configuration script for Guile
  2. dnl Process this file with autoconf to produce configure.
  3. dnl
  4. define(GUILE_CONFIGURE_COPYRIGHT,[[
  5. Copyright 1998-2020 Free Software Foundation, Inc.
  6. This file is part of Guile.
  7. Guile is free software: you can redistribute it and/or modify it
  8. under the terms of the GNU Lesser General Public License as published
  9. by the Free Software Foundation, either version 3 of the License, or
  10. (at your option) any later version.
  11. Guile is distributed in the hope that it will be useful, but WITHOUT
  12. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13. FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
  14. License for more details.
  15. You should have received a copy of the GNU Lesser General Public
  16. License along with Guile. If not, see
  17. <https://www.gnu.org/licenses/>.
  18. ]])
  19. AC_PREREQ(2.61)
  20. AC_INIT([GNU Guile],
  21. m4_esyscmd([build-aux/git-version-gen --match v3.0.\* .tarball-version]),
  22. [bug-guile@gnu.org])
  23. AC_CONFIG_AUX_DIR([build-aux])
  24. AC_CONFIG_MACRO_DIR([m4])
  25. AC_CONFIG_SRCDIR(GUILE-VERSION)
  26. AC_CANONICAL_TARGET
  27. dnl Use `serial-tests' so the output `check-guile' is not hidden
  28. dnl (`parallel-tests' is the default in Automake 1.13.)
  29. dnl `serial-tests' was introduced in Automake 1.12.
  30. AM_INIT_AUTOMAKE([1.12 gnu no-define -Wall -Wno-override \
  31. serial-tests color-tests dist-lzip dist-xz])
  32. m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])
  33. AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)
  34. AC_CONFIG_SRCDIR([GUILE-VERSION])
  35. . $srcdir/GUILE-VERSION
  36. GUILE_VERSION="$PACKAGE_VERSION"
  37. AC_CONFIG_HEADERS([config.h])
  38. AH_TOP(/*GUILE_CONFIGURE_COPYRIGHT*/)
  39. dnl We require the pkg.m4 set of macros from pkg-config.
  40. dnl Make sure it's available.
  41. m4_pattern_forbid([PKG_CHECK_MODULES])
  42. #--------------------------------------------------------------------
  43. AC_LANG([C])
  44. dnl Some more checks for Win32
  45. AC_CANONICAL_HOST
  46. AC_LIBTOOL_WIN32_DLL
  47. AC_PROG_INSTALL
  48. AC_PROG_CC
  49. # Sadly, there is no released version of Autoconf with a nice
  50. # C11-ensuring macro. This should work for gcc/clang within the last 5
  51. # years though.
  52. AC_MSG_CHECKING([how to enable C11 support])
  53. if test "$GCC" = yes; then
  54. AC_MSG_RESULT([-std=gnu11])
  55. CC="$CC -std=gnu11"
  56. else
  57. dnl Guile requires C99 or later.
  58. AC_PROG_CC_C99
  59. if test "$ac_cv_prog_cc_c99" = "xno"; then
  60. AC_MSG_ERROR([Support for C99 required but not found.])
  61. fi
  62. fi
  63. gl_EARLY
  64. AC_PROG_CPP
  65. AC_PROG_SED
  66. AC_PROG_AWK
  67. AC_PROG_LN_S
  68. AM_PROG_AR
  69. dnl Gnulib.
  70. gl_INIT
  71. dnl We provide our own lib/glthread/lock.h, so let other Gnulib modules
  72. dnl know that we have it. This allows them to be compiled with adequate
  73. dnl locking support. See <http://bugs.gnu.org/14404>.
  74. AC_DEFINE([GNULIB_LOCK], [1],
  75. [Define to allow Gnulib modules to use Guile's locks.])
  76. # for per-target cflags in the libguile subdir
  77. AM_PROG_CC_C_O
  78. AC_LIBTOOL_DLOPEN
  79. AC_PROG_LIBTOOL
  80. AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"])
  81. dnl Check for libltdl.
  82. AC_LIB_HAVE_LINKFLAGS([ltdl], [], [#include <ltdl.h>],
  83. [lt_dlopenext ("foo");])
  84. if test "x$HAVE_LIBLTDL" != "xyes"; then
  85. AC_MSG_ERROR([GNU libltdl (Libtool) not found, see README.])
  86. fi
  87. AC_CHECK_PROG(have_makeinfo, makeinfo, yes, no)
  88. AM_CONDITIONAL(HAVE_MAKEINFO, test "$have_makeinfo" = yes)
  89. AM_PATH_LISPDIR
  90. AC_DEFINE_UNQUOTED([HOST_TYPE], ["$host"],
  91. [Define to the host's GNU triplet.])
  92. #--------------------------------------------------------------------
  93. #
  94. # User options (after above tests that may set default CFLAGS etc.)
  95. #
  96. #--------------------------------------------------------------------
  97. GUILE_ERROR_ON_WARNING="no"
  98. AC_ARG_ENABLE(error-on-warning,
  99. [ --enable-error-on-warning treat compile warnings as errors],
  100. [case "${enableval}" in
  101. yes | y) GUILE_ERROR_ON_WARNING="yes" ;;
  102. no | n) GUILE_ERROR_ON_WARNING="no" ;;
  103. *) AC_MSG_ERROR(bad value ${enableval} for --enable-error-on-warning) ;;
  104. esac])
  105. AC_ARG_ENABLE(debug-malloc,
  106. [ --enable-debug-malloc include malloc debugging code],
  107. if test "$enable_debug_malloc" = y || test "$enable_debug_malloc" = yes; then
  108. AC_DEFINE([GUILE_DEBUG_MALLOC], 1,
  109. [Define this if you want to debug scm_must_malloc/realloc/free calls.])
  110. fi)
  111. # Check if JIT is available.
  112. GUILE_ENABLE_JIT
  113. SCM_I_GSC_GUILE_DEBUG=0
  114. AC_ARG_ENABLE(guile-debug,
  115. [AS_HELP_STRING([--enable-guile-debug],
  116. [include internal debugging functions])],
  117. if test "$enable_guile_debug" = y || test "$enable_guile_debug" = yes; then
  118. SCM_I_GSC_GUILE_DEBUG=1
  119. fi)
  120. AC_ARG_ENABLE(posix,
  121. [ --disable-posix omit non-essential POSIX interfaces],,
  122. enable_posix=yes)
  123. AC_ARG_ENABLE(networking,
  124. [ --disable-networking omit networking interfaces],,
  125. enable_networking=yes)
  126. AC_ARG_ENABLE(regex,
  127. [ --disable-regex omit regular expression interfaces],,
  128. enable_regex=yes)
  129. AC_ARG_ENABLE(tmpnam,
  130. AS_HELP_STRING([--disable-tmpnam],[omit POSIX tmpnam]),,
  131. enable_tmpnam=yes)
  132. AC_ARG_ENABLE([deprecated],
  133. AS_HELP_STRING([--disable-deprecated],[omit deprecated features]))
  134. if test "$enable_deprecated" = no; then
  135. SCM_I_GSC_ENABLE_DEPRECATED=0
  136. warn_default=no
  137. else
  138. if test "$enable_deprecated" = yes || test "$enable_deprecated" = ""; then
  139. warn_default=summary
  140. elif test "$enable_deprecated" = shutup; then
  141. warn_default=no
  142. else
  143. warn_default=$enable_deprecated
  144. fi
  145. SCM_I_GSC_ENABLE_DEPRECATED=1
  146. fi
  147. AC_DEFINE_UNQUOTED([SCM_WARN_DEPRECATED_DEFAULT], "$warn_default",
  148. [Define this to control the default warning level for deprecated features.])
  149. dnl Added the following configure option in January 2008 following
  150. dnl investigation of problems with "64" system and library calls on
  151. dnl Darwin (MacOS X). The libguile code (_scm.h) assumes that if a
  152. dnl system has stat64, it will have all the other 64 APIs too; but on
  153. dnl Darwin, stat64 is there but other APIs are missing.
  154. dnl
  155. dnl It also appears, from the Darwin docs, that most system call APIs
  156. dnl there (i.e. the traditional ones _without_ "64" in their names) have
  157. dnl been 64-bit-capable for a long time now, so it isn't necessary to
  158. dnl use "64" versions anyway. For example, Darwin's off_t is 64-bit.
  159. dnl
  160. dnl A similar problem has been reported for HP-UX:
  161. dnl http://www.nabble.com/Building-guile-1.8.2-on-hpux-td13106681.html
  162. dnl
  163. dnl Therefore, and also because a Guile without LARGEFILE64 support is
  164. dnl better than no Guile at all, we provide this option to suppress
  165. dnl trying to use "64" calls.
  166. dnl
  167. dnl It may be that for some 64-bit function on Darwin/HP-UX we do need
  168. dnl to use a "64" call, and hence that by using --without-64-calls we're
  169. dnl missing out on that. If so, someone can work on that in the future.
  170. dnl For now, --without-64-calls allows Guile to build on OSs where it
  171. dnl wasn't building before.
  172. AC_MSG_CHECKING([whether to use system and library "64" calls])
  173. AC_ARG_WITH([64-calls],
  174. AS_HELP_STRING([--without-64-calls],
  175. [don't attempt to use system and library calls with "64" in their names]),
  176. [use_64_calls=$withval],
  177. [use_64_calls=yes
  178. case $host in
  179. *-apple-darwin* )
  180. use_64_calls=no
  181. ;;
  182. powerpc-ibm-aix* )
  183. use_64_calls=no
  184. ;;
  185. esac])
  186. AC_MSG_RESULT($use_64_calls)
  187. case "$use_64_calls" in
  188. y* )
  189. AC_DEFINE([GUILE_USE_64_CALLS], 1,
  190. [Define to 1 in order to try to use "64" versions of system and library calls.])
  191. ;;
  192. esac
  193. #--------------------------------------------------------------------
  194. dnl Check for dynamic linking
  195. use_modules=yes
  196. AC_ARG_WITH(modules,
  197. [ --with-modules[=FILES] Add support for dynamic modules],
  198. use_modules="$withval")
  199. test -z "$use_modules" && use_modules=yes
  200. DLPREOPEN=
  201. if test "$use_modules" != no; then
  202. if test "$use_modules" = yes; then
  203. DLPREOPEN="-dlpreopen force"
  204. else
  205. DLPREOPEN="-export-dynamic"
  206. for module in $use_modules; do
  207. DLPREOPEN="$DLPREOPEN -dlopen $module"
  208. done
  209. fi
  210. fi
  211. dnl files which are destined for separate modules.
  212. if test "$use_modules" != no; then
  213. AC_LIBOBJ([dynl])
  214. AC_DEFINE([HAVE_MODULES], 1,
  215. [Define this if you want support for dynamically loaded modules in Guile.])
  216. fi
  217. if test "$enable_posix" = yes; then
  218. AC_LIBOBJ([posix])
  219. AC_DEFINE([HAVE_POSIX], 1,
  220. [Define this if you want support for non-essential POSIX system calls in Guile.])
  221. fi
  222. if test "$enable_networking" = yes; then
  223. AC_LIBOBJ([net_db])
  224. AC_LIBOBJ([socket])
  225. AC_DEFINE([HAVE_NETWORKING], 1,
  226. [Define this if you want support for networking in Guile.])
  227. fi
  228. if test "$enable_debug_malloc" = yes; then
  229. AC_LIBOBJ([debug-malloc])
  230. fi
  231. AC_CHECK_LIB(uca, __uc_get_ar_bsp)
  232. AC_C_CONST
  233. # "volatile" is used in a couple of tests below.
  234. AC_C_VOLATILE
  235. AC_C_INLINE
  236. if test "$ac_cv_c_inline" != no; then
  237. SCM_I_GSC_C_INLINE="\"${ac_cv_c_inline}\""
  238. else
  239. SCM_I_GSC_C_INLINE=NULL
  240. fi
  241. AC_CHECK_LIB(uca, __uc_get_ar_bsp)
  242. AC_C_BIGENDIAN
  243. AC_C_LABELS_AS_VALUES
  244. AC_CHECK_SIZEOF(char)
  245. AC_CHECK_SIZEOF(unsigned char)
  246. AC_CHECK_SIZEOF(short)
  247. AC_CHECK_SIZEOF(unsigned short)
  248. AC_CHECK_SIZEOF(int)
  249. AC_CHECK_SIZEOF(unsigned int)
  250. AC_CHECK_SIZEOF(long)
  251. AC_CHECK_SIZEOF(unsigned long)
  252. AC_CHECK_SIZEOF(size_t)
  253. AC_CHECK_SIZEOF(long long)
  254. AC_CHECK_SIZEOF(unsigned long long)
  255. AC_CHECK_SIZEOF(__int64)
  256. AC_CHECK_SIZEOF(unsigned __int64)
  257. AC_CHECK_SIZEOF(void *)
  258. AC_CHECK_SIZEOF(intptr_t)
  259. AC_CHECK_SIZEOF(uintptr_t)
  260. AC_CHECK_SIZEOF(ptrdiff_t)
  261. AC_CHECK_SIZEOF(size_t)
  262. AC_CHECK_SIZEOF(off_t)
  263. if test "$ac_cv_sizeof_long" -gt "$ac_cv_sizeof_void_p"; then
  264. AC_MSG_ERROR(long does not fit into a void*)
  265. fi
  266. if test "$ac_cv_sizeof_ptrdiff_t" -ne 0; then
  267. SCM_I_GSC_T_PTRDIFF='"ptrdiff_t"'
  268. else
  269. SCM_I_GSC_T_PTRDIFF='"long"'
  270. fi
  271. AC_SUBST([SCM_I_GSC_T_PTRDIFF])
  272. AC_CHECK_HEADERS([stdatomic.h])
  273. AC_MSG_CHECKING([for which prebuilt binary set to use during bootstrap])
  274. SCM_PREBUILT_BINARIES=
  275. case "$ac_cv_c_bigendian-$ac_cv_sizeof_void_p" in
  276. yes-8) SCM_PREBUILT_BINARIES=64-bit-big-endian;;
  277. yes-4) SCM_PREBUILT_BINARIES=32-bit-big-endian;;
  278. no-8) SCM_PREBUILT_BINARIES=64-bit-little-endian;;
  279. no-4) SCM_PREBUILT_BINARIES=32-bit-little-endian;;
  280. *) AC_MSG_ERROR([Unexpected endianness+pointer size combination.])
  281. esac
  282. AC_MSG_RESULT($SCM_PREBUILT_BINARIES)
  283. AC_SUBST([SCM_PREBUILT_BINARIES])
  284. AC_HEADER_STDC
  285. AC_HEADER_TIME
  286. AC_HEADER_SYS_WAIT
  287. AC_HEADER_DIRENT
  288. # Reason for checking:
  289. #
  290. # HP-UX 11.11 (at least) doesn't provide `struct dirent64', even
  291. # with `_LARGEFILE64_SOURCE', so check whether it's available.
  292. #
  293. AC_CHECK_MEMBER([struct dirent64.d_name],
  294. [SCM_I_GSC_HAVE_STRUCT_DIRENT64=1], [SCM_I_GSC_HAVE_STRUCT_DIRENT64=0],
  295. [ #ifndef _LARGEFILE64_SOURCE
  296. # define _LARGEFILE64_SOURCE
  297. #endif
  298. /* Per Autoconf manual. */
  299. #include <sys/types.h>
  300. #ifdef HAVE_DIRENT_H
  301. # include <dirent.h>
  302. #else
  303. # define dirent direct
  304. # ifdef HAVE_SYS_NDIR_H
  305. # include <sys/ndir.h>
  306. # endif
  307. # ifdef HAVE_SYS_DIR_H
  308. # include <sys/dir.h>
  309. # endif
  310. # ifdef HAVE_NDIR_H
  311. # include <ndir.h>
  312. # endif
  313. #endif ])
  314. AC_SUBST([SCM_I_GSC_HAVE_STRUCT_DIRENT64])
  315. # Reasons for testing:
  316. # complex.h - new in C99
  317. # fenv.h - available in C99, but not older systems
  318. # machine/fpu.h - on Tru64 5.1b, the declaration of fesetround(3) is in
  319. # this file instead of <fenv.h>
  320. # process.h - mingw specific
  321. # sched.h - missing on MinGW
  322. # sys/sendfile.h - non-POSIX, found in glibc
  323. #
  324. AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h memory.h process.h string.h \
  325. sys/dir.h sys/ioctl.h sys/select.h \
  326. sys/time.h sys/timeb.h sys/times.h sys/stdtypes.h sys/types.h \
  327. sys/utime.h time.h unistd.h utime.h pwd.h grp.h sys/utsname.h \
  328. direct.h machine/fpu.h sched.h sys/sendfile.h])
  329. # "complex double" is new in C99, and "complex" is only a keyword if
  330. # <complex.h> is included
  331. AC_CHECK_TYPES(complex double,,,
  332. [#if HAVE_COMPLEX_H
  333. #include <complex.h>
  334. #endif])
  335. # On MacOS X <sys/socklen.h> contains socklen_t, so must include that
  336. # when testing.
  337. AC_CHECK_TYPE(socklen_t, ,
  338. [AC_DEFINE_UNQUOTED([socklen_t], int,
  339. [Define to `int' if <sys/socket.h> does not define.])],
  340. [#if HAVE_SYS_TYPES_H
  341. #include <sys/types.h>
  342. #endif
  343. #include <sys/socket.h>
  344. ])
  345. AC_CHECK_TYPES([struct ip_mreq], , , [#include <netinet/in.h>])
  346. GUILE_HEADER_LIBC_WITH_UNISTD
  347. AC_TYPE_GETGROUPS
  348. AC_TYPE_SIGNAL
  349. AC_TYPE_MODE_T
  350. dnl Check whether we need -lm.
  351. LT_LIB_M
  352. LIBS="$LIBS $LIBM"
  353. AC_CHECK_FUNCS(gethostbyname)
  354. if test $ac_cv_func_gethostbyname = no; then
  355. AC_CHECK_LIB(nsl, gethostbyname)
  356. fi
  357. AC_CHECK_FUNCS(connect)
  358. if test $ac_cv_func_connect = no; then
  359. AC_CHECK_LIB(socket, connect)
  360. fi
  361. dnl
  362. dnl Check for Winsock and other functionality on Win32 (*not* CygWin)
  363. dnl
  364. EXTRA_DEFS=""
  365. case $host in
  366. *-*-mingw*)
  367. AC_CHECK_HEADER(winsock2.h, [AC_DEFINE([HAVE_WINSOCK2_H], 1,
  368. [Define if you have the <winsock2.h> header file.])])
  369. AC_CHECK_LIB(ws2_32, main)
  370. AC_LIBOBJ([posix-w32])
  371. if test "$enable_shared" = yes ; then
  372. EXTRA_DEFS="-DSCM_IMPORT"
  373. AC_DEFINE([USE_DLL_IMPORT], 1,
  374. [Define if you need additional CPP macros on Win32 platforms.])
  375. fi
  376. ;;
  377. esac
  378. AC_SUBST(EXTRA_DEFS)
  379. # Reasons for testing:
  380. # crt_externs.h - Darwin specific
  381. #
  382. AC_CHECK_HEADERS([assert.h crt_externs.h])
  383. # Reasons for testing:
  384. # DINFINITY - OSF specific
  385. # DQNAN - OSF specific
  386. # (DINFINITY and DQNAN are actually global variables, not functions)
  387. # chsize - an MS-DOS-ism, found in mingw
  388. # cexp, clog - not in various pre-c99 systems, and note that it's possible
  389. # for gcc to provide the "complex double" type but the system to not
  390. # have functions like cexp and clog
  391. # clog10 - not in mingw (though others like clog and csqrt are)
  392. # fesetround - available in C99, but not older systems
  393. # ftruncate - posix, but probably not older systems (current mingw
  394. # has it as an inline for chsize)
  395. # ioctl - not in mingw.
  396. # gmtime_r - recent posix, not on old systems
  397. # readdir_r - recent posix, not on old systems
  398. # readdir64_r - not available on HP-UX 11.11
  399. # stat64 - SuS largefile stuff, not on old systems
  400. # sysconf - not on old systems
  401. # truncate - not in mingw
  402. # isblank - available as a GNU extension or in C99
  403. # _NSGetEnviron - Darwin specific
  404. # strcoll_l, newlocale, uselocale, utimensat - POSIX.1-2008
  405. # strtol_l - non-POSIX, found in glibc
  406. # fork - unavailable on Windows
  407. # sched_getaffinity, sched_setaffinity - GNU extensions (glibc)
  408. # sendfile - non-POSIX, found in glibc
  409. #
  410. AC_CHECK_FUNCS([DINFINITY DQNAN cexp chsize clog clog10 ctermid \
  411. fesetround ftime ftruncate fchown fchmod getcwd geteuid getsid \
  412. gettimeofday getuid getgid gmtime_r ioctl lstat mkdir mknod nice \
  413. readlink rename rmdir setegid seteuid \
  414. setlocale setuid setgid setpgid setsid sigaction siginterrupt stat64 \
  415. strptime symlink sync sysconf tcgetpgrp tcsetpgrp uname waitpid \
  416. strdup system usleep atexit on_exit chown link fcntl ttyname getpwent \
  417. getgrent kill getppid getpgrp fork setitimer getitimer strchr strcmp \
  418. index bcopy memcpy rindex truncate isblank _NSGetEnviron \
  419. strcoll strcoll_l strtod_l strtol_l newlocale uselocale utimensat \
  420. sched_getaffinity sched_setaffinity sendfile])
  421. # The newlib C library uses _NL_ prefixed locale langinfo constants.
  422. AC_CHECK_DECLS([_NL_NUMERIC_GROUPING], [], [], [[#include <langinfo.h>]])
  423. # Reasons for testing:
  424. # netdb.h - not in mingw
  425. # sys/param.h - not in mingw
  426. # pthread.h - only available with pthreads. ACX_PTHREAD doesn't
  427. # check this specifically, we need it for the timespec test below.
  428. # pthread_np.h - available on FreeBSD
  429. # sethostname - the function itself check because it's not in mingw,
  430. # the DECL is checked because Solaris 10 doens't have in any header
  431. # hstrerror - on Tru64 5.1b the symbol is available in libc but the
  432. # declaration isn't anywhere.
  433. # cuserid - on Tru64 5.1b the declaration is documented to be available
  434. # only with `_XOPEN_SOURCE' or some such.
  435. #
  436. AC_CHECK_HEADERS([crypt.h netdb.h pthread.h pthread_np.h sys/param.h sys/resource.h sys/file.h sys/mman.h])
  437. AC_CHECK_FUNCS(chroot flock getlogin cuserid getpriority setpriority getpass sethostname gethostname)
  438. AC_CHECK_DECLS([sethostname, hstrerror, cuserid])
  439. # crypt() may or may not be available, for instance in some countries there
  440. # are restrictions on cryptography.
  441. #
  442. # crypt() might be in libc (eg. OpenBSD), or it might be in a separate
  443. # -lcrypt library (eg. Debian GNU/Linux).
  444. #
  445. # On HP-UX 11, crypt() is in libc and there's a dummy libcrypt.a. We must
  446. # be careful to avoid -lcrypt in this case, since libtool will see there's
  447. # only a static libcrypt and decide to build only a static libguile.
  448. #
  449. # AC_SEARCH_LIBS lets us add -lcrypt to LIBS only if crypt() is not in the
  450. # libraries already in that list.
  451. #
  452. AC_SEARCH_LIBS(crypt, crypt,
  453. [AC_DEFINE([HAVE_CRYPT],1,
  454. [Define to 1 if you have the `crypt' function.])])
  455. # When compiling with GCC on some OSs (Solaris, AIX), _Complex_I doesn't
  456. # work; in the reported cases so far, 1.0fi works well instead. According
  457. # to the C99 spec, the complex.h header must provide a working definition
  458. # of _Complex_I, so we always try _Complex_I first. The 1.0fi fallback
  459. # is a workaround for the failure of some systems to conform to C99.
  460. if test "$ac_cv_type_complex_double" = yes; then
  461. AC_MSG_CHECKING([for i])
  462. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
  463. #if HAVE_COMPLEX_H
  464. #include <complex.h>
  465. #endif
  466. complex double z;
  467. ]], [[
  468. z = _Complex_I;
  469. ]])],
  470. [AC_DEFINE([GUILE_I],_Complex_I,[The imaginary unit (positive square root of -1).])
  471. AC_MSG_RESULT([_Complex_I])],
  472. [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
  473. #if HAVE_COMPLEX_H
  474. #include <complex.h>
  475. #endif
  476. complex double z;
  477. ]],[[
  478. z = 1.0fi;
  479. ]])],
  480. [AC_DEFINE([GUILE_I],1.0fi)
  481. AC_MSG_RESULT([1.0fi])],
  482. [ac_cv_type_complex_double=no
  483. AC_MSG_RESULT([not available])])])
  484. fi
  485. # glibc 2.3.6 (circa 2006) and various prior versions had a bug where
  486. # csqrt(-i) returned a negative real part, when it should be positive
  487. # for the principal root.
  488. #
  489. if test "$ac_cv_type_complex_double" = yes; then
  490. AC_CACHE_CHECK([whether csqrt is usable],
  491. guile_cv_use_csqrt,
  492. [AC_RUN_IFELSE([AC_LANG_SOURCE([[
  493. #include <complex.h>
  494. /* "volatile" is meant to prevent gcc from calculating the sqrt as a
  495. constant, we want to test libc. */
  496. volatile complex double z = - _Complex_I;
  497. int
  498. main (void)
  499. {
  500. z = csqrt (z);
  501. if (creal (z) > 0.0)
  502. return 0; /* good */
  503. else
  504. return 1; /* bad */
  505. }]])],
  506. [guile_cv_use_csqrt=yes],
  507. [guile_cv_use_csqrt="no, glibc 2.3 bug"],
  508. [guile_cv_use_csqrt="yes, hopefully (cross-compiling)"])])
  509. case $guile_cv_use_csqrt in
  510. yes*)
  511. AC_DEFINE([HAVE_USABLE_CSQRT], 1, [Define to 1 if csqrt is bug-free])
  512. ;;
  513. esac
  514. fi
  515. # Cygwin and Hurd (circa 2017) and various prior versions defined stub
  516. # versions of the virtual and profiling itimers that would always fail
  517. # when called.
  518. if test "$ac_cv_func_getitimer" = yes; then
  519. AC_CACHE_CHECK([whether getitimer(ITIMER_PROF) is usable],
  520. guile_cv_use_getitimer_prof,
  521. [AC_RUN_IFELSE([AC_LANG_SOURCE([[
  522. #include <sys/time.h>
  523. int
  524. main (void)
  525. {
  526. struct itimerval I;
  527. if (getitimer (ITIMER_PROF, &I) == 0)
  528. return 0; /* good */
  529. else
  530. return 1; /* bad */
  531. }]])],
  532. [guile_cv_use_getitimer_prof=yes],
  533. [guile_cv_use_getitimer_prof=no],
  534. [guile_cv_use_getitimer_prof="yes, hopefully (cross-compiling)"])])
  535. case $guile_cv_use_getitimer_prof in
  536. yes*)
  537. AC_DEFINE([HAVE_USABLE_GETITIMER_PROF], 1, [Define to 1 if getitimer(ITIMER_PROF, ...) is functional])
  538. ;;
  539. esac
  540. AC_CACHE_CHECK([whether getitimer(ITIMER_VIRTUAL) is usable],
  541. guile_cv_use_getitimer_virtual,
  542. [AC_RUN_IFELSE([AC_LANG_SOURCE([[
  543. #include <sys/time.h>
  544. int
  545. main (void)
  546. {
  547. struct itimerval I;
  548. if (getitimer (ITIMER_VIRTUAL, &I) == 0)
  549. return 0; /* good */
  550. else
  551. return 1; /* bad */
  552. }]])],
  553. [guile_cv_use_getitimer_virtual=yes],
  554. [guile_cv_use_getitimer_virtual=no],
  555. [guile_cv_use_getitimer_virtual="yes, hopefully (cross-compiling)"])])
  556. case $guile_cv_use_getitimer_virtual in
  557. yes*)
  558. AC_DEFINE([HAVE_USABLE_GETITIMER_VIRTUAL], 1, [Define to 1 if getitimer(ITIMER_VIRTUAL, ...) is functional])
  559. ;;
  560. esac
  561. fi
  562. AC_CACHE_SAVE
  563. dnl GMP tests
  564. AC_LIB_HAVE_LINKFLAGS([gmp],
  565. [],
  566. [#include <gmp.h>],
  567. [mpz_import (0, 0, 0, 0, 0, 0, 0);])
  568. if test "x$HAVE_LIBGMP" != "xyes"; then
  569. AC_MSG_ERROR([GNU MP 4.1 or greater not found, see README])
  570. fi
  571. dnl `mpz_inits' and `mpz_clears' appeared in GMP 5.0.0.
  572. save_CPPFLAGS="$CPPFLAGS"
  573. if test "x$LIBGMP_PREFIX" != "x"; then
  574. CPPFLAGS="-I$LIBGMP_PREFIX $CPPFLAGS"
  575. fi
  576. AC_CHECK_DECLS([mpz_inits], [], [], [[#include <gmp.h>]])
  577. CPPFLAGS="$save_CPPFLAGS"
  578. dnl GNU libunistring is checked for by Gnulib's `libunistring' module.
  579. if test "x$LTLIBUNISTRING" = "x"; then
  580. AC_MSG_ERROR([GNU libunistring is required, please install it.])
  581. fi
  582. dnl Sloppy check to make sure people aren't trying to use too-old libunistring.
  583. case "$LIBUNISTRING_VERSION" in
  584. 0.9.0 | 0.9.1 | 0.9.2 )
  585. AC_MSG_ERROR([libunistring too old. Please install a recent libunistring (>= 0.9.3).])
  586. ;;
  587. esac
  588. GUILE_LIBUNISTRING_WITH_ICONV_SUPPORT
  589. if test "x$ac_cv_libunistring_with_iconv_support" != "xyes"; then
  590. AC_MSG_ERROR([No iconv support. Please recompile libunistring with iconv enabled.])
  591. fi
  592. dnl Libffi is needed to compile Guile's foreign function interface, but its
  593. dnl interface isn't exposed in Guile's API.
  594. PKG_CHECK_MODULES(LIBFFI, libffi)
  595. AC_SUBST(LIBFFI_CFLAGS)
  596. AC_SUBST(LIBFFI_LIBS)
  597. dnl figure out approriate ffi type for size_t
  598. AC_CHECK_SIZEOF(size_t)
  599. AC_CHECK_SIZEOF(ssize_t)
  600. ffi_size_type=uint$(($ac_cv_sizeof_size_t*8))
  601. ffi_ssize_type=sint$(($ac_cv_sizeof_ssize_t*8))
  602. AC_DEFINE_UNQUOTED([ffi_type_size_t], ffi_type_${ffi_size_type},
  603. [ffi type for size_t])
  604. AC_DEFINE_UNQUOTED([ffi_type_ssize_t], ffi_type_${ffi_ssize_type},
  605. [ffi type for ssize_t])
  606. dnl i18n tests
  607. #AC_CHECK_HEADERS([libintl.h])
  608. #AC_CHECK_FUNCS(gettext)
  609. #if test $ac_cv_func_gettext = no; then
  610. # AC_CHECK_LIB(intl, gettext)
  611. #fi
  612. #AC_CHECK_FUNCS([bindtextdomain textdomain])
  613. AM_GNU_GETTEXT([external], [need-ngettext])
  614. ### Some systems don't declare some functions. On such systems, we
  615. ### need to at least provide our own K&R-style declarations.
  616. ### GUILE_FUNC_DECLARED(function, headerfile)
  617. ### Check for a declaration of FUNCTION in HEADERFILE; if it is
  618. ### not there, #define MISSING_FUNCTION_DECL.
  619. AC_DEFUN([GUILE_FUNC_DECLARED], [
  620. AC_CACHE_CHECK(for $1 declaration, guile_cv_func_$1_declared,
  621. AC_EGREP_HEADER($1, $2,
  622. guile_cv_func_$1_declared=yes,
  623. guile_cv_func_$1_declared=no))
  624. if test [x$guile_cv_func_]$1[_declared] = xno; then
  625. AC_DEFINE([MISSING_]translit($1, [a-z], [A-Z])[_DECL], 1,
  626. [Define if the operating system supplies $1 without declaring it.])
  627. fi
  628. ])
  629. GUILE_FUNC_DECLARED(sleep, unistd.h)
  630. GUILE_FUNC_DECLARED(usleep, unistd.h)
  631. AC_CHECK_DECLS([getlogin, alarm])
  632. AC_CHECK_DECLS([strptime],,,
  633. [#define _GNU_SOURCE /* ask glibc to give strptime prototype */
  634. #include <time.h>])
  635. ### On some systems usleep has no return value. If it does have one,
  636. ### we'd like to return it; otherwise, we'll fake it.
  637. AC_CACHE_CHECK([return type of usleep], guile_cv_func_usleep_return_type,
  638. [AC_EGREP_HEADER(changequote(<, >)<void[ ]+usleep>changequote([, ]),
  639. unistd.h,
  640. [guile_cv_func_usleep_return_type=void],
  641. [guile_cv_func_usleep_return_type=int])])
  642. case "$guile_cv_func_usleep_return_type" in
  643. "void" )
  644. AC_DEFINE([USLEEP_RETURNS_VOID], 1,
  645. [Define if the system headers declare usleep to return void.])
  646. ;;
  647. esac
  648. AC_CHECK_HEADER(sys/un.h, have_sys_un_h=1)
  649. if test -n "$have_sys_un_h" ; then
  650. AC_DEFINE([HAVE_UNIX_DOMAIN_SOCKETS], 1,
  651. [Define if the system supports Unix-domain (file-domain) sockets.])
  652. fi
  653. AC_CHECK_FUNCS(getrlimit setrlimit)
  654. AC_CHECK_FUNCS(socketpair getgroups setgroups setpwent pause tzset)
  655. AC_CHECK_FUNCS(sethostent gethostent endhostent dnl
  656. setnetent getnetent endnetent dnl
  657. setprotoent getprotoent endprotoent dnl
  658. setservent getservent endservent dnl
  659. getnetbyaddr getnetbyname dnl
  660. inet_lnaof inet_makeaddr inet_netof hstrerror)
  661. AC_CHECK_MEMBERS([struct sockaddr_in.sin_len],,,
  662. [#ifdef HAVE_SYS_TYPES_H
  663. #include <sys/types.h>
  664. #endif
  665. #include <netinet/in.h>])
  666. AC_MSG_CHECKING(for __libc_stack_end)
  667. AC_CACHE_VAL(guile_cv_have_libc_stack_end,
  668. [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
  669. extern char *__libc_stack_end;]],
  670. [[printf("%p", (char*) __libc_stack_end);]])],
  671. [guile_cv_have_libc_stack_end=yes],
  672. [guile_cv_have_libc_stack_end=no])])
  673. AC_MSG_RESULT($guile_cv_have_libc_stack_end)
  674. if test $guile_cv_have_libc_stack_end = yes; then
  675. AC_DEFINE([HAVE_LIBC_STACK_END], 1,
  676. [Define if you have the __libc_stack_end variable.])
  677. fi
  678. dnl Some systems do not declare this. Some systems do declare it, as a
  679. dnl macro. With cygwin it may be in a DLL.
  680. AC_MSG_CHECKING(whether netdb.h declares h_errno)
  681. AC_CACHE_VAL(guile_cv_have_h_errno,
  682. [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <netdb.h>]],
  683. [[int a = h_errno;]])],
  684. [guile_cv_have_h_errno=yes],
  685. [guile_cv_have_h_errno=no])])
  686. AC_MSG_RESULT($guile_cv_have_h_errno)
  687. if test $guile_cv_have_h_errno = yes; then
  688. AC_DEFINE([HAVE_H_ERRNO], 1, [Define if h_errno is declared in netdb.h.])
  689. fi
  690. AC_MSG_CHECKING(whether uint32_t is defined)
  691. AC_CACHE_VAL(guile_cv_have_uint32_t,
  692. [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>
  693. #if HAVE_STDINT_H
  694. #include <stdint.h>
  695. #endif
  696. #ifndef HAVE_NETDB_H
  697. #include <netdb.h>
  698. #endif]],
  699. [[uint32_t a;]])],
  700. [guile_cv_have_uint32_t=yes],
  701. [guile_cv_have_uint32_t=no])])
  702. AC_MSG_RESULT($guile_cv_have_uint32_t)
  703. if test $guile_cv_have_uint32_t = yes; then
  704. AC_DEFINE([HAVE_UINT32_T], 1,
  705. [Define if uint32_t typedef is defined when netdb.h is include.])
  706. fi
  707. AC_MSG_CHECKING(for working IPv6 support)
  708. AC_CACHE_VAL(guile_cv_have_ipv6,
  709. [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
  710. #ifdef HAVE_SYS_TYPES_H
  711. #include <sys/types.h>
  712. #endif
  713. #include <netinet/in.h>
  714. #include <sys/socket.h>]],
  715. [[struct sockaddr_in6 a; a.sin6_family = AF_INET6;]])],
  716. [guile_cv_have_ipv6=yes],
  717. [guile_cv_have_ipv6=no])])
  718. AC_MSG_RESULT($guile_cv_have_ipv6)
  719. if test $guile_cv_have_ipv6 = yes; then
  720. AC_DEFINE([HAVE_IPV6], 1, [Define if you want support for IPv6.])
  721. fi
  722. # included in rfc2553 but not in older implementations, e.g., glibc 2.1.3.
  723. AC_MSG_CHECKING(whether sockaddr_in6 has sin6_scope_id)
  724. AC_CACHE_VAL(guile_cv_have_sin6_scope_id,
  725. [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
  726. #ifdef HAVE_SYS_TYPES_H
  727. #include <sys/types.h>
  728. #endif
  729. #include <netinet/in.h>]],
  730. [[struct sockaddr_in6 sok; sok.sin6_scope_id = 0;]])],
  731. [guile_cv_have_sin6_scope_id=yes],
  732. [guile_cv_have_sin6_scope_id=no])])
  733. AC_MSG_RESULT($guile_cv_have_sin6_scope_id)
  734. if test $guile_cv_have_sin6_scope_id = yes; then
  735. AC_DEFINE([HAVE_SIN6_SCOPE_ID], 1,
  736. [Define this if your IPv6 has sin6_scope_id in sockaddr_in6 struct.])
  737. fi
  738. # struct sockaddr_in6 field sin_len is only present on BSD systems
  739. AC_CHECK_MEMBERS([struct sockaddr_in6.sin6_len],,,
  740. [#ifdef HAVE_SYS_TYPES_H
  741. #include <sys/types.h>
  742. #endif
  743. #include <netinet/in.h>])
  744. AC_MSG_CHECKING(whether localtime caches TZ)
  745. AC_CACHE_VAL(guile_cv_localtime_cache,
  746. [if test x$ac_cv_func_tzset = xyes; then
  747. AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <time.h>
  748. #if STDC_HEADERS
  749. # include <stdlib.h>
  750. #endif
  751. extern char **environ;
  752. unset_TZ ()
  753. {
  754. char **from, **to;
  755. for (to = from = environ; (*to = *from); from++)
  756. if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
  757. to++;
  758. }
  759. char TZ_GMT0[] = "TZ=GMT0";
  760. char TZ_PST8[] = "TZ=PST8";
  761. main()
  762. {
  763. time_t now = time ((time_t *) 0);
  764. int hour_GMT0, hour_unset;
  765. if (putenv (TZ_GMT0) != 0)
  766. exit (1);
  767. hour_GMT0 = localtime (&now)->tm_hour;
  768. unset_TZ ();
  769. hour_unset = localtime (&now)->tm_hour;
  770. if (putenv (TZ_PST8) != 0)
  771. exit (1);
  772. if (localtime (&now)->tm_hour == hour_GMT0)
  773. exit (1);
  774. unset_TZ ();
  775. if (localtime (&now)->tm_hour != hour_unset)
  776. exit (1);
  777. exit (0);
  778. }]])],
  779. [guile_cv_localtime_cache=no],
  780. [guile_cv_localtime_cache=yes],
  781. [# If we have tzset, assume the worst when cross-compiling.
  782. guile_cv_localtime_cache=yes])
  783. else
  784. # If we lack tzset, report that localtime does not cache TZ,
  785. # since we can't invalidate the cache if we don't have tzset.
  786. guile_cv_localtime_cache=no
  787. fi])dnl
  788. AC_MSG_RESULT($guile_cv_localtime_cache)
  789. if test $guile_cv_localtime_cache = yes; then
  790. AC_DEFINE([LOCALTIME_CACHE], 1, [Define if localtime caches the TZ setting.])
  791. fi
  792. if test "$enable_regex" = yes; then
  793. AC_LIBOBJ([regex-posix])
  794. AC_DEFINE([ENABLE_REGEX], 1, [Define when regex support is enabled.])
  795. fi
  796. if test "$enable_tmpnam" = yes; then
  797. AC_DEFINE([ENABLE_TMPNAM], 1, [Define when tmpnam support is enabled.])
  798. fi
  799. AC_REPLACE_FUNCS([strerror memmove])
  800. # Reasons for testing:
  801. # asinh, acosh, atanh, trunc - C99 standard, generally not available on
  802. # older systems
  803. # sincos - GLIBC extension
  804. # __sincos - APPLE extension
  805. #
  806. AC_CHECK_FUNCS(asinh acosh atanh copysign finite sincos __sincos trunc)
  807. # C99 specifies isinf and isnan as macros.
  808. # HP-UX provides only macros, no functions.
  809. # glibc 2.3.2 provides both macros and functions.
  810. # IRIX 6.5 and Solaris 8 only provide functions.
  811. #
  812. # The following tests detect isinf and isnan either as functions or as
  813. # macros from <math.h>. Plain AC_CHECK_FUNCS is insufficient, it doesn't
  814. # use <math.h> so doesn't detect on macro-only systems like HP-UX.
  815. #
  816. AC_MSG_CHECKING([for isinf])
  817. AC_LINK_IFELSE([AC_LANG_SOURCE(
  818. [[#include <math.h>
  819. volatile double x = 0.0;
  820. int main () { return (isinf(x) != 0); }]])],
  821. [AC_MSG_RESULT([yes])
  822. AC_DEFINE([HAVE_ISINF], 1,
  823. [Define to 1 if you have the `isinf' macro or function.])],
  824. [AC_MSG_RESULT([no])])
  825. AC_MSG_CHECKING([for isnan])
  826. AC_LINK_IFELSE([AC_LANG_SOURCE([[
  827. #include <math.h>
  828. volatile double x = 0.0;
  829. int main () { return (isnan(x) != 0); }]])],
  830. [AC_MSG_RESULT([yes])
  831. AC_DEFINE([HAVE_ISNAN], 1,
  832. [Define to 1 if you have the `isnan' macro or function.])],
  833. [AC_MSG_RESULT([no])])
  834. # Reasons for checking:
  835. #
  836. # st_rdev
  837. # st_blksize
  838. # st_blocks not in mingw
  839. # tm_gmtoff BSD+GNU, not in C99
  840. #
  841. # Note AC_STRUCT_ST_BLOCKS is not used here because we don't want the
  842. # AC_LIBOBJ(fileblocks) replacement which that macro gives.
  843. #
  844. AC_CHECK_MEMBERS([struct stat.st_rdev, struct stat.st_blksize, struct stat.st_blocks, struct stat.st_atim, struct stat.st_mtim, struct stat.st_ctim],,,
  845. [#define _GNU_SOURCE
  846. AC_INCLUDES_DEFAULT
  847. ])
  848. AC_STRUCT_TIMEZONE
  849. AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,
  850. [#include <time.h>
  851. #ifdef TIME_WITH_SYS_TIME
  852. # include <sys/time.h>
  853. # include <time.h>
  854. #else
  855. # if HAVE_SYS_TIME_H
  856. # include <sys/time.h>
  857. # else
  858. # include <time.h>
  859. # endif
  860. #endif
  861. ])
  862. GUILE_STRUCT_UTIMBUF
  863. #--------------------------------------------------------------------
  864. #
  865. # What values do the iconv error handlers have?
  866. #
  867. # The only place that we need iconv in our public interfaces is for
  868. # the error handlers, which are just ints. So we weaken our
  869. # dependency by looking up those values at configure-time.
  870. #--------------------------------------------------------------------
  871. GUILE_UNISTRING_ICONVEH_VALUES
  872. #--------------------------------------------------------------------
  873. #
  874. # Which way does the stack grow?
  875. #
  876. # Following code comes from Autoconf 2.69's internal _AC_LIBOBJ_ALLOCA
  877. # macro (/usr/share/autoconf/autoconf/functions.m4). Gnulib has
  878. # very similar code, so in future we could look at using that.
  879. #
  880. # An important detail is that the code involves find_stack_direction
  881. # calling _itself_ - which means that find_stack_direction (or at
  882. # least the second find_stack_direction() call) cannot be inlined.
  883. # If the code could be inlined, that might cause the test to give
  884. # an incorrect answer.
  885. #--------------------------------------------------------------------
  886. SCM_I_GSC_STACK_GROWS_UP=0
  887. AC_RUN_IFELSE([AC_LANG_SOURCE(
  888. [AC_INCLUDES_DEFAULT
  889. int
  890. find_stack_direction (int *addr, int depth)
  891. {
  892. int dir, dummy = 0;
  893. if (! addr)
  894. addr = &dummy;
  895. *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
  896. dir = depth ? find_stack_direction (addr, depth - 1) : 0;
  897. return dir + dummy;
  898. }
  899. int
  900. main (int argc, char **argv)
  901. {
  902. return find_stack_direction (0, argc + !argv + 20) < 0;
  903. }])],
  904. [SCM_I_GSC_STACK_GROWS_UP=1],
  905. [],
  906. [AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h)])
  907. #--------------------------------------------------------------------
  908. #
  909. # Boehm's GC library
  910. #
  911. #--------------------------------------------------------------------
  912. AC_MSG_CHECKING(for which bdw-gc pkg-config file to use)
  913. AC_ARG_WITH(bdw_gc, [ --with-bdw-gc=PKG name of BDW-GC pkg-config file],
  914. [bdw_gc="$withval"], [bdw_gc=bdw-gc])
  915. AC_MSG_RESULT($bdw_gc)
  916. PKG_CHECK_MODULES([BDW_GC], [$bdw_gc >= 7.2])
  917. save_LIBS="$LIBS"
  918. LIBS="$BDW_GC_LIBS $LIBS"
  919. CFLAGS="$BDW_GC_CFLAGS $CFLAGS"
  920. # Functions that might not be defined, depending on configuration.
  921. AC_CHECK_FUNCS([GC_pthread_exit GC_pthread_cancel GC_pthread_sigmask])
  922. # Functions from GC 7.3.
  923. AC_CHECK_FUNCS([GC_move_disappearing_link GC_is_heap_ptr])
  924. # See if there's an auxiliary stack, as in ia64.
  925. AC_CHECK_MEMBER([struct GC_stack_base.reg_base],
  926. [SCM_I_GSC_HAVE_AUXILIARY_STACK=1], [SCM_I_GSC_HAVE_AUXILIARY_STACK=0],
  927. [#include <gc/gc.h>])
  928. AC_SUBST([SCM_I_GSC_HAVE_AUXILIARY_STACK])
  929. LIBS="$save_LIBS"
  930. AC_CHECK_SIZEOF(float)
  931. if test "$ac_cv_sizeof_float" -le "$ac_cv_sizeof_long"; then
  932. AC_DEFINE([SCM_SINGLES], 1,
  933. [Define this if floats are the same size as longs.])
  934. fi
  935. AC_MSG_CHECKING(for struct linger)
  936. AC_CACHE_VAL(scm_cv_struct_linger,
  937. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
  938. #include <sys/types.h>
  939. #include <sys/socket.h>]],
  940. [[struct linger lgr; lgr.l_linger = 100]])],
  941. [scm_cv_struct_linger="yes"],
  942. [scm_cv_struct_linger="no"]))
  943. AC_MSG_RESULT($scm_cv_struct_linger)
  944. if test $scm_cv_struct_linger = yes; then
  945. AC_DEFINE([HAVE_STRUCT_LINGER], 1,
  946. [Define this if your system defines struct linger, for use with the
  947. getsockopt and setsockopt system calls.])
  948. fi
  949. dnl Check for `struct timespec', for the sake of `gen-scmconfig'. When
  950. dnl building Guile, we always have it, thanks to Gnulib; but scmconfig.h
  951. dnl must tell whether the system has it.
  952. dnl
  953. dnl On MinGW, struct timespec is in <pthread.h>.
  954. AC_MSG_CHECKING(for struct timespec)
  955. AC_CACHE_VAL(scm_cv_struct_timespec,
  956. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
  957. #include <time.h>
  958. #if HAVE_PTHREAD_H
  959. #include <pthread.h>
  960. #endif]], [[struct timespec t; t.tv_nsec = 100]])],
  961. [scm_cv_struct_timespec="yes"],
  962. [scm_cv_struct_timespec="no"]))
  963. AC_MSG_RESULT($scm_cv_struct_timespec)
  964. if test $scm_cv_struct_timespec = yes; then
  965. dnl Don't call it `HAVE_STRUCT_TIMESPEC' because pthread-win32's
  966. dnl <pthread.h> checks whether that macro is defined.
  967. AC_DEFINE([HAVE_SYSTEM_STRUCT_TIMESPEC], 1,
  968. [Define this if your system defines struct timespec via either <time.h> or <pthread.h>.])
  969. fi
  970. #--------------------------------------------------------------------
  971. #
  972. # Flags for thread support
  973. #
  974. #--------------------------------------------------------------------
  975. SCM_I_GSC_USE_PTHREAD_THREADS=0
  976. SCM_I_GSC_USE_NULL_THREADS=0
  977. AC_SUBST([SCM_I_GSC_USE_PTHREAD_THREADS])
  978. AC_SUBST([SCM_I_GSC_USE_NULL_THREADS])
  979. ### What thread package has the user asked for?
  980. AC_ARG_WITH(threads, [ --with-threads thread interface],
  981. , with_threads=yes)
  982. AC_SUBST(SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT, 0)
  983. AC_SUBST(SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER, 0)
  984. case "$with_threads" in
  985. "yes" | "pthread" | "pthreads" | "pthread-threads" | "")
  986. build_pthread_support="yes"
  987. ACX_PTHREAD([CC="$PTHREAD_CC"
  988. LIBS="$PTHREAD_LIBS $LIBS"
  989. SCM_I_GSC_USE_PTHREAD_THREADS=1
  990. with_threads="pthreads"],
  991. [with_threads="null"
  992. build_pthread_support="no"])
  993. old_CFLAGS="$CFLAGS"
  994. CFLAGS="$PTHREAD_CFLAGS $CFLAGS"
  995. # Reasons for testing:
  996. # pthread_getattr_np - "np" meaning "non portable" says it
  997. # all; not present on MacOS X or Solaris 10
  998. # pthread_get_stackaddr_np - "np" meaning "non portable" says it
  999. # all; specific to MacOS X
  1000. # pthread_attr_get_np - "np" meaning "non portable" says it
  1001. # all; specific to FreeBSD
  1002. # pthread_sigmask - not available on mingw
  1003. # pthread_cancel - not available on Android (Bionic libc)
  1004. #
  1005. AC_CHECK_FUNCS([pthread_attr_getstack pthread_getattr_np \
  1006. pthread_get_stackaddr_np pthread_attr_get_np pthread_sigmask \
  1007. pthread_cancel])
  1008. # On past versions of Solaris, believe 8 through 10 at least, you
  1009. # had to write "pthread_once_t foo = { PTHREAD_ONCE_INIT };".
  1010. # This is contrary to POSIX:
  1011. # http://www.opengroup.org/onlinepubs/000095399/functions/pthread_once.html
  1012. # Check here if this style is required.
  1013. #
  1014. # glibc (2.3.6 at least) works both with or without braces, so the
  1015. # test checks whether it works without.
  1016. #
  1017. if test "$GCC" = "yes"; then
  1018. # Since GCC only issues a warning for missing braces, so we need
  1019. # `-Werror' to catch it.
  1020. CFLAGS="-Werror -Wmissing-braces $CFLAGS"
  1021. fi
  1022. AC_CACHE_CHECK([whether PTHREAD_ONCE_INIT needs braces],
  1023. guile_cv_need_braces_on_pthread_once_init,
  1024. [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <pthread.h>
  1025. pthread_once_t foo = PTHREAD_ONCE_INIT;]])],
  1026. [guile_cv_need_braces_on_pthread_once_init=no],
  1027. [guile_cv_need_braces_on_pthread_once_init=yes])])
  1028. if test "$guile_cv_need_braces_on_pthread_once_init" = yes; then
  1029. SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT=1
  1030. fi
  1031. # Same problem with `PTHREAD_MUTEX_INITIALIZER', e.g., on IRIX
  1032. # 6.5.30m with GCC 3.3.
  1033. AC_CACHE_CHECK([whether PTHREAD_MUTEX_INITIALIZER needs braces],
  1034. guile_cv_need_braces_on_pthread_mutex_initializer,
  1035. [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <pthread.h>
  1036. pthread_mutex_t foo = PTHREAD_MUTEX_INITIALIZER;]])],
  1037. [guile_cv_need_braces_on_pthread_mutex_initializer=no],
  1038. [guile_cv_need_braces_on_pthread_mutex_initializer=yes])])
  1039. if test "$guile_cv_need_braces_on_pthread_mutex_initializer" = yes; then
  1040. SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER=1
  1041. fi
  1042. CFLAGS="$old_CFLAGS"
  1043. # On Solaris, sched_yield lives in -lrt.
  1044. AC_SEARCH_LIBS(sched_yield, rt)
  1045. ;;
  1046. esac
  1047. case "$with_threads" in
  1048. "pthreads")
  1049. ;;
  1050. "no" | "null")
  1051. SCM_I_GSC_USE_NULL_THREADS=1
  1052. SCM_I_GSC_HAVE_THREAD_STORAGE_CLASS=0
  1053. with_threads="null-threads"
  1054. ;;
  1055. * )
  1056. AC_MSG_ERROR(invalid value for --with-threads: $with_threads)
  1057. ;;
  1058. esac
  1059. AC_MSG_CHECKING(what kind of threads to support)
  1060. AC_MSG_RESULT($with_threads)
  1061. AM_CONDITIONAL([BUILD_PTHREAD_SUPPORT],
  1062. [test "x$build_pthread_support" = "xyes"])
  1063. if test "$with_threads" = pthreads; then
  1064. dnl Normally Gnulib's 'threadlib' module would define this macro, but
  1065. dnl since we don't use it, define it by ourselves.
  1066. AC_DEFINE([USE_POSIX_THREADS], [1],
  1067. [Define to let Gnulib modules know that we use POSIX threads.])
  1068. AC_MSG_CHECKING([whether pthread_attr_getstack works for the main thread])
  1069. old_CFLAGS="$CFLAGS"
  1070. CFLAGS="$PTHREAD_CFLAGS $CFLAGS"
  1071. if test "$cross_compiling" = "no"; then
  1072. AC_RUN_IFELSE([AC_LANG_SOURCE([[
  1073. #if HAVE_PTHREAD_ATTR_GETSTACK
  1074. #include <pthread.h>
  1075. int main ()
  1076. {
  1077. pthread_attr_t attr;
  1078. void *start, *end;
  1079. size_t size;
  1080. pthread_getattr_np (pthread_self (), &attr);
  1081. pthread_attr_getstack (&attr, &start, &size);
  1082. end = (char *)start + size;
  1083. if ((void *)&attr < start || (void *)&attr >= end)
  1084. return 1;
  1085. else
  1086. return 0;
  1087. }
  1088. #else
  1089. int main ()
  1090. {
  1091. return 1;
  1092. }
  1093. #endif
  1094. ]])],
  1095. [works=yes
  1096. AC_DEFINE([PTHREAD_ATTR_GETSTACK_WORKS], [1], [Define when pthread_att_get_stack works for the main thread])],
  1097. [works=no],
  1098. [])
  1099. else
  1100. works="assuming it doesn't"
  1101. fi
  1102. CFLAGS="$old_CFLAGS"
  1103. AC_MSG_RESULT($works)
  1104. GUILE_THREAD_LOCAL_STORAGE
  1105. fi # with_threads=pthreads
  1106. ## Cross building
  1107. if test "$cross_compiling" = "yes"; then
  1108. AC_MSG_CHECKING(cc for build)
  1109. ## /usr/bin/cc still uses wrong assembler
  1110. ## CC_FOR_BUILD="${CC_FOR_BUILD-/usr/bincc}"
  1111. CC_FOR_BUILD="${CC_FOR_BUILD-PATH=/usr/bin:$PATH cc}"
  1112. else
  1113. CC_FOR_BUILD="${CC_FOR_BUILD-$CC}"
  1114. fi
  1115. ## AC_MSG_CHECKING("if we are cross compiling")
  1116. ## AC_MSG_RESULT($cross_compiling)
  1117. if test "$cross_compiling" = "yes"; then
  1118. AC_MSG_RESULT($CC_FOR_BUILD)
  1119. fi
  1120. ## No need as yet to be more elaborate
  1121. CCLD_FOR_BUILD="$CC_FOR_BUILD"
  1122. AC_SUBST(cross_compiling)
  1123. AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
  1124. AC_SUBST(CCLD_FOR_BUILD)
  1125. ## libtool erroneously calls CC_FOR_BUILD HOST_CC;
  1126. ## --HOST is the platform that PACKAGE is compiled for.
  1127. HOST_CC="$CC_FOR_BUILD"
  1128. AC_SUBST(HOST_CC)
  1129. GUILE_CHECK_GUILE_FOR_BUILD
  1130. ## If we're using GCC, add flags to reduce strictness of undefined
  1131. ## behavior, and ask for aggressive warnings.
  1132. GCC_CFLAGS=""
  1133. case "$GCC" in
  1134. yes )
  1135. ## We had -Wstrict-prototypes in here for a bit, but Guile does too
  1136. ## much stuff with generic function pointers for that to really be
  1137. ## less than exasperating.
  1138. ## -Wundef was removed because Gnulib prevented it (see
  1139. ## <http://thread.gmane.org/gmane.lisp.guile.bugs/5329>.)
  1140. ## Build with `-fno-strict-aliasing' and `-fwrapv' to prevent
  1141. ## miscompilation on some platforms. See
  1142. ## <http://lists.gnu.org/archive/html/guile-devel/2012-01/msg00487.html>.
  1143. POTENTIAL_GCC_CFLAGS="-Wall -Wmissing-prototypes \
  1144. -Wpointer-arith -fno-strict-aliasing -fwrapv"
  1145. # Do this here so we don't screw up any of the tests above that might
  1146. # not be "warning free"
  1147. if test "${GUILE_ERROR_ON_WARNING}" = yes
  1148. then
  1149. POTENTIAL_GCC_CFLAGS="${POTENTIAL_GCC_CFLAGS} -Werror"
  1150. enable_compile_warnings=no
  1151. fi
  1152. for flag in $POTENTIAL_GCC_CFLAGS
  1153. do
  1154. gl_WARN_ADD([$flag], [GCC_CFLAGS])
  1155. done
  1156. ;;
  1157. esac
  1158. AC_SUBST(GCC_CFLAGS)
  1159. # Check for GNU ld's "-z relro".
  1160. GUILE_GNU_LD_RELRO
  1161. LIBLOBJS=""
  1162. for file in $LIBOBJS; do
  1163. file=`echo "$file" | sed 's,\.[[^.]]*$,.lo,'`
  1164. LIBLOBJS="$LIBLOBJS libguile_${GUILE_EFFECTIVE_VERSION}_la-$file"
  1165. done
  1166. ## We also need to create corresponding .doc and .x files
  1167. EXTRA_DOT_DOC_FILES="`echo ${LIB@&t@OBJS} | sed 's,\.[[^.]]* ,.doc ,g;s,\.[[^.]]*$,.doc,'`"
  1168. EXTRA_DOT_X_FILES="`echo ${LIB@&t@OBJS} | sed 's,\.[[^.]]* ,.x ,g;s,\.[[^.]]*$,.x,'`"
  1169. # GNU Readline bindings.
  1170. GUILE_READLINE
  1171. AC_SUBST(GUILE_MAJOR_VERSION)
  1172. AC_SUBST(GUILE_MINOR_VERSION)
  1173. AC_SUBST(GUILE_MICRO_VERSION)
  1174. AC_SUBST(GUILE_EFFECTIVE_VERSION)
  1175. AC_SUBST(GUILE_VERSION)
  1176. #######################################################################
  1177. # library versioning
  1178. AC_SUBST(LIBGUILE_INTERFACE_CURRENT)
  1179. AC_SUBST(LIBGUILE_INTERFACE_REVISION)
  1180. AC_SUBST(LIBGUILE_INTERFACE_AGE)
  1181. AC_SUBST(LIBGUILE_INTERFACE)
  1182. AC_SUBST(LIBGUILE_I18N_MAJOR)
  1183. AC_SUBST(LIBGUILE_I18N_INTERFACE_CURRENT)
  1184. AC_SUBST(LIBGUILE_I18N_INTERFACE_REVISION)
  1185. AC_SUBST(LIBGUILE_I18N_INTERFACE_AGE)
  1186. AC_SUBST(LIBGUILE_I18N_INTERFACE)
  1187. #######################################################################
  1188. dnl Tell guile-config what flags guile users should compile and link
  1189. dnl with, keeping only `-I' flags from $CPPFLAGS.
  1190. GUILE_CFLAGS=""
  1191. next_is_includedir=false
  1192. for flag in $CPPFLAGS
  1193. do
  1194. if $next_is_includedir; then
  1195. GUILE_CFLAGS="$GUILE_CFLAGS -I $flag"
  1196. next_is_includedir=false
  1197. else
  1198. case "$flag" in
  1199. -I) next_is_includedir=true;;
  1200. -I*) GUILE_CFLAGS="$GUILE_CFLAGS $flag";;
  1201. *) ;;
  1202. esac
  1203. fi
  1204. done
  1205. GUILE_CFLAGS="$GUILE_CFLAGS $PTHREAD_CFLAGS"
  1206. GUILE_LIBS="$LIBS"
  1207. AC_SUBST(GUILE_LIBS)
  1208. AC_SUBST(GUILE_CFLAGS)
  1209. AC_SUBST(AWK)
  1210. AC_SUBST(LIBLOBJS)
  1211. AC_SUBST(EXTRA_DOT_DOC_FILES)
  1212. AC_SUBST(EXTRA_DOT_X_FILES)
  1213. dnl See also top_builddir in info node: (libtool)AC_PROG_LIBTOOL
  1214. top_builddir_absolute=`pwd`
  1215. AC_SUBST(top_builddir_absolute)
  1216. top_srcdir_absolute=`(cd $srcdir && pwd)`
  1217. AC_SUBST(top_srcdir_absolute)
  1218. dnl Add -I flag so that lib/glthread/lock.h finds <libguile/threads.h>.
  1219. CPPFLAGS="-I$top_srcdir_absolute $CPPFLAGS"
  1220. dnl `sitedir' goes into libpath.h and the pkg-config file.
  1221. pkgdatadir="$datadir/$PACKAGE_TARNAME"
  1222. sitedir="$pkgdatadir/site/$GUILE_EFFECTIVE_VERSION"
  1223. AC_SUBST([sitedir])
  1224. # Additional SCM_I_GSC definitions are above.
  1225. AC_SUBST([SCM_I_GSC_GUILE_DEBUG])
  1226. AC_SUBST([SCM_I_GSC_ENABLE_DEPRECATED])
  1227. AC_SUBST([SCM_I_GSC_STACK_GROWS_UP])
  1228. AC_SUBST([SCM_I_GSC_C_INLINE])
  1229. AC_CONFIG_FILES([libguile/gen-scmconfig.h])
  1230. AC_CONFIG_FILES([
  1231. Makefile
  1232. am/Makefile
  1233. lib/Makefile
  1234. benchmark-suite/Makefile
  1235. gc-benchmarks/Makefile
  1236. doc/Makefile
  1237. doc/r5rs/Makefile
  1238. doc/ref/Makefile
  1239. emacs/Makefile
  1240. examples/Makefile
  1241. libguile/Makefile
  1242. libguile/version.h
  1243. guile-readline/Makefile
  1244. test-suite/Makefile
  1245. test-suite/standalone/Makefile
  1246. meta/Makefile
  1247. bootstrap/Makefile
  1248. module/Makefile
  1249. prebuilt/Makefile
  1250. prebuilt/x86_64-unknown-linux-gnu/Makefile
  1251. prebuilt/i686-pc-linux-gnu/Makefile
  1252. prebuilt/mips-unknown-linux-gnu/Makefile
  1253. ])
  1254. GUILE_CONFIG_SCRIPT([check-guile])
  1255. GUILE_CONFIG_SCRIPT([benchmark-guile])
  1256. GUILE_CONFIG_SCRIPT([meta/guile])
  1257. GUILE_CONFIG_SCRIPT([meta/build-env])
  1258. GUILE_CONFIG_SCRIPT([meta/uninstalled-env])
  1259. GUILE_CONFIG_SCRIPT([meta/gdb-uninstalled-guile])
  1260. GUILE_CONFIG_SCRIPT([libguile/guile-snarf])
  1261. GUILE_CONFIG_SCRIPT([libguile/guile-snarf-docs])
  1262. GUILE_CONFIG_SCRIPT([test-suite/standalone/test-use-srfi])
  1263. GUILE_CONFIG_SCRIPT([test-suite/standalone/test-fast-slot-ref])
  1264. AC_OUTPUT
  1265. dnl Local Variables:
  1266. dnl comment-start: "dnl "
  1267. dnl comment-end: ""
  1268. dnl comment-start-skip: "\\bdnl\\b\\s *"
  1269. dnl End: