Add gnulib `select' module.
[bpt/guile.git] / configure.ac
CommitLineData
777b022a
JB
1dnl configuration script for Guile
2dnl Process this file with autoconf to produce configure.
50848747 3dnl
a73256d0
KR
4
5define(GUILE_CONFIGURE_COPYRIGHT,[[
6
2ddf0851 7Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
ac28db6d 8 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
a73256d0
KR
9
10This file is part of GUILE
11
53befeb7
NJ
12GUILE is free software; you can redistribute it and/or modify it under
13the terms of the GNU Lesser General Public License as published by the
14Free Software Foundation; either version 3, or (at your option) any
15later version.
a73256d0 16
53befeb7
NJ
17GUILE is distributed in the hope that it will be useful, but WITHOUT
18ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
20License for more details.
a73256d0 21
53befeb7
NJ
22You should have received a copy of the GNU Lesser General Public
23License along with GUILE; see the file COPYING.LESSER. If not, write
24to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
25Floor, Boston, MA 02110-1301, USA.
a73256d0
KR
26
27]])
50848747 28
4bdc8fb5 29AC_PREREQ(2.61)
237b3247 30
0c1eb9b6 31AC_INIT([GNU Guile],
24dd9f6f 32 m4_esyscmd([build-aux/git-version-gen --match v2.0.\* .tarball-version]),
2039f7be 33 [bug-guile@gnu.org])
f6b4d9b4
LC
34AC_CONFIG_AUX_DIR([build-aux])
35AC_CONFIG_MACRO_DIR([m4])
5ae51dad 36AC_CONFIG_SRCDIR(GUILE-VERSION)
f6b4d9b4 37
ac28db6d
LC
38dnl Use `serial-tests' so the output `check-guile' is not hidden
39dnl (`parallel-tests' is the default in Automake 1.13.)
a8fa310b
AW
40dnl `serial-tests' was introduced in Automake 1.12.
41AM_INIT_AUTOMAKE([1.12 gnu no-define -Wall -Wno-override \
ac28db6d 42 serial-tests color-tests dist-xz])
233b5d89 43m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])
5ae51dad 44
a73256d0 45AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)
8907576f 46AC_CONFIG_SRCDIR([GUILE-VERSION])
5ae51dad 47
2d26def0 48. $srcdir/GUILE-VERSION
db10a69b 49GUILE_VERSION="$PACKAGE_VERSION"
5ae51dad 50
4bdc8fb5 51AC_CONFIG_HEADERS([config.h])
a73256d0 52AH_TOP(/*GUILE_CONFIGURE_COPYRIGHT*/)
2d26def0 53
a6be66ed
RB
54#--------------------------------------------------------------------
55
4bdc8fb5
LC
56AC_LANG([C])
57
a6be66ed 58dnl Some more checks for Win32
4bdc8fb5
LC
59AC_CANONICAL_HOST
60
a6be66ed
RB
61AC_LIBTOOL_WIN32_DLL
62
63AC_PROG_INSTALL
64AC_PROG_CC
6caac03c 65gl_EARLY
a6be66ed 66AC_PROG_CPP
c2be4e89 67AC_PROG_SED
a6be66ed 68AC_PROG_AWK
b8b06598 69AC_PROG_LN_S
1321a36e 70AM_PROG_AR
a6be66ed 71
6caac03c
LC
72dnl Gnulib.
73gl_INIT
a6be66ed 74
4bdc8fb5
LC
75AC_PROG_CC_C89
76
45c0ff10
KR
77# for per-target cflags in the libguile subdir
78AM_PROG_CC_C_O
a6be66ed
RB
79
80AC_LIBTOOL_DLOPEN
c78a96e0 81AC_PROG_LIBTOOL
18f2d5aa 82
2ddf0851
LC
83AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"])
84
18f2d5aa
LC
85dnl Check for libltdl.
86AC_LIB_HAVE_LINKFLAGS([ltdl], [], [#include <ltdl.h>],
87 [lt_dlopenext ("foo");])
d0110327 88if test "x$HAVE_LIBLTDL" != "xyes"; then
18f2d5aa
LC
89 AC_MSG_ERROR([GNU libltdl (Libtool) not found, see README.])
90fi
a6be66ed
RB
91
92AC_CHECK_PROG(have_makeinfo, makeinfo, yes, no)
93AM_CONDITIONAL(HAVE_MAKEINFO, test "$have_makeinfo" = yes)
94
d995da7f
NJ
95AM_PATH_LISPDIR
96
d7a22073
LC
97AC_DEFINE_UNQUOTED([HOST_TYPE], ["$host"],
98 [Define to the host's GNU triplet.])
99
0e8a8468 100#--------------------------------------------------------------------
3a629497 101#
a6be66ed 102# User options (after above tests that may set default CFLAGS etc.)
3a629497
JB
103#
104#--------------------------------------------------------------------
86789f9b 105
13922e3f 106GUILE_ERROR_ON_WARNING="no"
bdcccc18 107
8afd1a2a
RB
108AC_ARG_ENABLE(error-on-warning,
109 [ --enable-error-on-warning treat compile warnings as errors],
110 [case "${enableval}" in
bdcccc18
RB
111 yes | y) GUILE_ERROR_ON_WARNING="yes" ;;
112 no | n) GUILE_ERROR_ON_WARNING="no" ;;
8afd1a2a
RB
113 *) AC_MSG_ERROR(bad value ${enableval} for --enable-error-on-warning) ;;
114 esac])
115
cf890744 116AC_ARG_ENABLE(debug-malloc,
e73dd549 117 [ --enable-debug-malloc include malloc debugging code],
cf890744 118 if test "$enable_debug_malloc" = y || test "$enable_debug_malloc" = yes; then
feef98f2 119 AC_DEFINE([GUILE_DEBUG_MALLOC], 1,
eede3dbc 120 [Define this if you want to debug scm_must_malloc/realloc/free calls.])
cf890744
MD
121 fi)
122
9a52bc2a 123SCM_I_GSC_GUILE_DEBUG=0
62002dcb 124AC_ARG_ENABLE(guile-debug,
4bdc8fb5 125 [AS_HELP_STRING([--enable-guile-debug],
9a52bc2a 126 [include internal debugging functions])],
62002dcb 127 if test "$enable_guile_debug" = y || test "$enable_guile_debug" = yes; then
9a52bc2a 128 SCM_I_GSC_GUILE_DEBUG=1
62002dcb
MD
129 fi)
130
52cfc69b 131AC_ARG_ENABLE(posix,
073167ef 132 [ --disable-posix omit non-essential POSIX interfaces],,
52cfc69b
GH
133 enable_posix=yes)
134
135AC_ARG_ENABLE(networking,
dc914156 136 [ --disable-networking omit networking interfaces],,
52cfc69b
GH
137 enable_networking=yes)
138
139AC_ARG_ENABLE(regex,
140 [ --disable-regex omit regular expression interfaces],,
141 enable_regex=yes)
142
9a52bc2a 143AC_ARG_ENABLE([deprecated],
4bdc8fb5 144 AS_HELP_STRING([--disable-deprecated],[omit deprecated features]))
eede3dbc 145
e73dd549 146if test "$enable_deprecated" = no; then
9a52bc2a 147 SCM_I_GSC_ENABLE_DEPRECATED=0
6ab8238d 148 warn_default=no
e73dd549
MV
149else
150 if test "$enable_deprecated" = yes || test "$enable_deprecated" = ""; then
94a0d885
MV
151 warn_default=summary
152 elif test "$enable_deprecated" = shutup; then
153 warn_default=no
154 else
155 warn_default=$enable_deprecated
e73dd549 156 fi
9a52bc2a 157 SCM_I_GSC_ENABLE_DEPRECATED=1
e73dd549 158fi
feef98f2 159AC_DEFINE_UNQUOTED([SCM_WARN_DEPRECATED_DEFAULT], "$warn_default",
6ab8238d 160[Define this to control the default warning level for deprecated features.])
e73dd549 161
d05bcb2e
NJ
162dnl Added the following configure option in January 2008 following
163dnl investigation of problems with "64" system and library calls on
164dnl Darwin (MacOS X). The libguile code (_scm.h) assumes that if a
165dnl system has stat64, it will have all the other 64 APIs too; but on
166dnl Darwin, stat64 is there but other APIs are missing.
167dnl
168dnl It also appears, from the Darwin docs, that most system call APIs
169dnl there (i.e. the traditional ones _without_ "64" in their names) have
170dnl been 64-bit-capable for a long time now, so it isn't necessary to
171dnl use "64" versions anyway. For example, Darwin's off_t is 64-bit.
172dnl
173dnl A similar problem has been reported for HP-UX:
174dnl http://www.nabble.com/Building-guile-1.8.2-on-hpux-td13106681.html
175dnl
176dnl Therefore, and also because a Guile without LARGEFILE64 support is
177dnl better than no Guile at all, we provide this option to suppress
178dnl trying to use "64" calls.
179dnl
180dnl It may be that for some 64-bit function on Darwin/HP-UX we do need
181dnl to use a "64" call, and hence that by using --without-64-calls we're
182dnl missing out on that. If so, someone can work on that in the future.
183dnl For now, --without-64-calls allows Guile to build on OSs where it
184dnl wasn't building before.
4b26c03e 185AC_MSG_CHECKING([whether to use system and library "64" calls])
d05bcb2e 186AC_ARG_WITH([64-calls],
4bdc8fb5 187 AS_HELP_STRING([--without-64-calls],
d05bcb2e
NJ
188 [don't attempt to use system and library calls with "64" in their names]),
189 [use_64_calls=$withval],
190 [use_64_calls=yes
191 case $host in
192 *-apple-darwin* )
193 use_64_calls=no
194 ;;
32b164aa
NJ
195 powerpc-ibm-aix* )
196 use_64_calls=no
197 ;;
d05bcb2e 198 esac])
4b26c03e 199AC_MSG_RESULT($use_64_calls)
d05bcb2e
NJ
200case "$use_64_calls" in
201 y* )
feef98f2 202 AC_DEFINE([GUILE_USE_64_CALLS], 1,
d05bcb2e
NJ
203 [Define to 1 in order to try to use "64" versions of system and library calls.])
204 ;;
205esac
206
a44e61ac
MV
207#--------------------------------------------------------------------
208
4f6f9ae3
GH
209dnl Check for dynamic linking
210
211use_modules=yes
212AC_ARG_WITH(modules,
213[ --with-modules[=FILES] Add support for dynamic modules],
214use_modules="$withval")
215test -z "$use_modules" && use_modules=yes
216DLPREOPEN=
217if test "$use_modules" != no; then
4f6f9ae3
GH
218 if test "$use_modules" = yes; then
219 DLPREOPEN="-dlpreopen force"
220 else
221 DLPREOPEN="-export-dynamic"
222 for module in $use_modules; do
223 DLPREOPEN="$DLPREOPEN -dlopen $module"
224 done
225 fi
226fi
227
52cfc69b
GH
228dnl files which are destined for separate modules.
229
4f6f9ae3
GH
230if test "$use_modules" != no; then
231 AC_LIBOBJ([dynl])
08969a24
AW
232 AC_DEFINE([HAVE_MODULES], 1,
233 [Define this if you want support for dynamically loaded modules in Guile.])
4f6f9ae3
GH
234fi
235
52cfc69b 236if test "$enable_posix" = yes; then
eede3dbc 237 AC_LIBOBJ([posix])
feef98f2 238 AC_DEFINE([HAVE_POSIX], 1,
073167ef 239 [Define this if you want support for non-essential POSIX system calls in Guile.])
52cfc69b
GH
240fi
241
242if test "$enable_networking" = yes; then
eede3dbc
RB
243 AC_LIBOBJ([net_db])
244 AC_LIBOBJ([socket])
feef98f2 245 AC_DEFINE([HAVE_NETWORKING], 1,
eede3dbc 246 [Define this if you want support for networking in Guile.])
52cfc69b
GH
247fi
248
cf890744 249if test "$enable_debug_malloc" = yes; then
eede3dbc 250 AC_LIBOBJ([debug-malloc])
cf890744
MD
251fi
252
9a5fa6e9 253AC_CHECK_LIB(uca, __uc_get_ar_bsp)
3d1a89b9 254
3a629497 255AC_C_CONST
5b079b46 256
b3aa4626
KR
257# "volatile" is used in a couple of tests below.
258AC_C_VOLATILE
259
9a52bc2a 260AC_C_INLINE
5bd732c9 261if test "$ac_cv_c_inline" != no; then
9a52bc2a
RB
262 SCM_I_GSC_C_INLINE="\"${ac_cv_c_inline}\""
263else
264 SCM_I_GSC_C_INLINE=NULL
5bd732c9 265fi
9a5fa6e9 266AC_CHECK_LIB(uca, __uc_get_ar_bsp)
5bd732c9 267
9a52bc2a
RB
268AC_C_BIGENDIAN
269
659b4611
AW
270AC_C_LABELS_AS_VALUES
271
9a52bc2a
RB
272AC_CHECK_SIZEOF(char)
273AC_CHECK_SIZEOF(unsigned char)
813b3dd4 274AC_CHECK_SIZEOF(short)
9a52bc2a 275AC_CHECK_SIZEOF(unsigned short)
9dec9737 276AC_CHECK_SIZEOF(int)
9a52bc2a 277AC_CHECK_SIZEOF(unsigned int)
9dec9737 278AC_CHECK_SIZEOF(long)
9a52bc2a 279AC_CHECK_SIZEOF(unsigned long)
813b3dd4 280AC_CHECK_SIZEOF(size_t)
813b3dd4 281AC_CHECK_SIZEOF(long long)
9a52bc2a 282AC_CHECK_SIZEOF(unsigned long long)
fcc5d734
SJ
283AC_CHECK_SIZEOF(__int64)
284AC_CHECK_SIZEOF(unsigned __int64)
1be6b49c 285AC_CHECK_SIZEOF(void *)
9a52bc2a
RB
286AC_CHECK_SIZEOF(intptr_t)
287AC_CHECK_SIZEOF(uintptr_t)
288AC_CHECK_SIZEOF(ptrdiff_t)
d20008c0 289AC_CHECK_SIZEOF(size_t)
4f416616 290AC_CHECK_SIZEOF(off_t)
1be6b49c 291
8d4f5e8f
AW
292if test "$ac_cv_sizeof_long" -gt "$ac_cv_sizeof_void_p"; then
293 AC_MSG_ERROR(long does not fit into a void*)
9dec9737 294fi
3a629497 295
c134fe9d 296if test "$ac_cv_sizeof_ptrdiff_t" -ne 0; then
9a52bc2a
RB
297 SCM_I_GSC_T_PTRDIFF='"ptrdiff_t"'
298else
299 SCM_I_GSC_T_PTRDIFF='"long"'
300fi
301AC_SUBST([SCM_I_GSC_T_PTRDIFF])
302
303AC_CHECK_HEADERS([stdint.h])
304AC_CHECK_HEADERS([inttypes.h])
305
d20008c0
MV
306AC_CHECK_SIZEOF(intmax_t)
307
9a52bc2a
RB
308SCM_I_GSC_NEEDS_STDINT_H=0
309SCM_I_GSC_NEEDS_INTTYPES_H=0
310
311### intptr and uintptr (try not to use inttypes if we don't have to)
312if test "$ac_cv_header_inttypes_h" = yes; then
313 if test "$ac_cv_sizeof_intptr_t" -eq 0; then
314 AC_CHECK_SIZEOF([intptr_t],,[#include <inttypes.h>
315#include <stdio.h>])
316 if test "$ac_cv_sizeof_intptr_t" -ne 0; then
317 SCM_I_GSC_NEEDS_INTTYPES_H=1
318 fi
319 fi
320 if test "$ac_cv_sizeof_uintptr_t" -eq 0; then
321 AC_CHECK_SIZEOF([uintptr_t],,[#include <inttypes.h>
322#include <stdio.h>])
323 if test "$ac_cv_sizeof_uintptr_t" -ne 0; then
324 SCM_I_GSC_NEEDS_INTTYPES_H=1
325 fi
326 fi
327fi
328
329### See what's provided by stdint.h
330if test "$ac_cv_header_stdint_h" = yes; then
331 AC_CHECK_TYPE([int8_t],[scm_stdint_has_int8=1],,[#include <stdint.h>])
332 AC_CHECK_TYPE([uint8_t],[scm_stdint_has_uint8=1],,[#include <stdint.h>])
333 AC_CHECK_TYPE([int16_t],[scm_stdint_has_int16=1],,[#include <stdint.h>])
334 AC_CHECK_TYPE([uint16_t],[scm_stdint_has_uint16=1],,[#include <stdint.h>])
335 AC_CHECK_TYPE([int32_t],[scm_stdint_has_int32=1],,[#include <stdint.h>])
336 AC_CHECK_TYPE([uint32_t],[scm_stdint_has_uint32=1],,[#include <stdint.h>])
337 AC_CHECK_TYPE([int64_t],[scm_stdint_has_int64=1],,[#include <stdint.h>])
338 AC_CHECK_TYPE([uint64_t],[scm_stdint_has_uint64=1],,[#include <stdint.h>])
eb1f89f6
MV
339 AC_CHECK_TYPE([intmax_t],[scm_stdint_has_intmax=1],,[#include <stdint.h>])
340 AC_CHECK_TYPE([uintmax_t],[scm_stdint_has_uintmax=1],,[#include <stdint.h>])
114bc68a
LC
341 AC_CHECK_TYPE([intptr_t],[scm_stdint_has_intptr=1],,[#include <stdint.h>])
342 AC_CHECK_TYPE([uintptr_t],[scm_stdint_has_uintptr=1],,[#include <stdint.h>])
9a52bc2a
RB
343fi
344
345# so we don't get confused by the cache (wish there was a better way
346# to check particular headers for the same type...)
347
348unset ac_cv_type_int8_t
349unset ac_cv_type_uint8_t
350unset ac_cv_type_int16_t
351unset ac_cv_type_uint16_t
352unset ac_cv_type_int32_t
353unset ac_cv_type_uint32_t
354unset ac_cv_type_int64_t
355unset ac_cv_type_uint64_t
eb1f89f6
MV
356unset ac_cv_type_intmax_t
357unset ac_cv_type_uintmax_t
9a52bc2a
RB
358
359### See what's provided by inttypes.h
360if test "$ac_cv_header_inttypes_h" = yes; then
361 AC_CHECK_TYPE([int8_t],[scm_inttypes_has_int8=1],,[#include <inttypes.h>])
362 AC_CHECK_TYPE([uint8_t],[scm_inttypes_has_uint8=1],,[#include <inttypes.h>])
363 AC_CHECK_TYPE([int16_t],[scm_inttypes_has_int16=1],,[#include <inttypes.h>])
364 AC_CHECK_TYPE([uint16_t],[scm_inttypes_has_uint16=1],,[#include <inttypes.h>])
365 AC_CHECK_TYPE([int32_t],[scm_inttypes_has_int32=1],,[#include <inttypes.h>])
366 AC_CHECK_TYPE([uint32_t],[scm_inttypes_has_uint32=1],,[#include <inttypes.h>])
367 AC_CHECK_TYPE([int64_t],[scm_inttypes_has_int64=1],,[#include <inttypes.h>])
368 AC_CHECK_TYPE([uint64_t],[scm_inttypes_has_uint64=1],,[#include <inttypes.h>])
eb1f89f6
MV
369 AC_CHECK_TYPE([intmax_t],[scm_inttypes_has_intmax=1],,[#include <inttypes.h>])
370 AC_CHECK_TYPE([uintmax_t],[scm_inttypes_has_uintmax=1],,[#include <inttypes.h>])
114bc68a
LC
371 AC_CHECK_TYPE([intptr_t],[scm_inttypes_has_intptr=1],,[#include <inttypes.h>])
372 AC_CHECK_TYPE([uintptr_t],[scm_inttypes_has_uintptr=1],,[#include <inttypes.h>])
9a52bc2a
RB
373fi
374
375# Try hard to find definitions for some required scm_t_*int* types.
376
377### Required type scm_t_int8
6aa84fdd 378if test "$scm_stdint_has_int8"; then
9a52bc2a
RB
379 SCM_I_GSC_T_INT8='"int8_t"'
380 SCM_I_GSC_NEEDS_STDINT_H=1
381elif test "$scm_inttypes_has_int8"; then
382 SCM_I_GSC_T_INT8='"int8_t"'
383 SCM_I_GSC_NEEDS_INTTYPES_H=1
6aa84fdd
MV
384elif test "$ac_cv_sizeof_char" -eq 1; then
385 SCM_I_GSC_T_INT8='"signed char"'
9a52bc2a
RB
386else
387 AC_MSG_ERROR([Can't find appropriate type for scm_t_int8.])
388fi
389AC_SUBST([SCM_I_GSC_T_INT8])
390
391### Required type scm_t_uint8
6aa84fdd 392if test "$scm_stdint_has_uint8"; then
9a52bc2a
RB
393 SCM_I_GSC_T_UINT8='"uint8_t"'
394 SCM_I_GSC_NEEDS_STDINT_H=1
395elif test "$scm_inttypes_has_uint8"; then
396 SCM_I_GSC_T_UINT8='"uint8_t"'
397 SCM_I_GSC_NEEDS_INTTYPES_H=1
6aa84fdd
MV
398elif test "$ac_cv_sizeof_unsigned_char" -eq 1; then
399 SCM_I_GSC_T_UINT8='"unsigned char"'
9a52bc2a
RB
400else
401 AC_MSG_ERROR([Can't find appropriate type for scm_t_uint8.])
402fi
403AC_SUBST([SCM_I_GSC_T_UINT8])
9a52bc2a
RB
404
405### Required type scm_t_int16 (ANSI C says int or short might work)
6aa84fdd 406if test "$scm_stdint_has_int16"; then
9a52bc2a
RB
407 SCM_I_GSC_T_INT16='"int16_t"'
408 SCM_I_GSC_NEEDS_STDINT_H=1
409elif test "$scm_inttypes_has_int16"; then
410 SCM_I_GSC_T_INT16='"int16_t"'
411 SCM_I_GSC_NEEDS_INTTYPES_H=1
6aa84fdd
MV
412elif test "$ac_cv_sizeof_int" -eq 2; then
413 SCM_I_GSC_T_INT16='"int"'
6aa84fdd
MV
414elif test "$ac_cv_sizeof_short" -eq 2; then
415 SCM_I_GSC_T_INT16='"short"'
9a52bc2a
RB
416else
417 AC_MSG_ERROR([Can't find appropriate type for scm_t_int16.])
418fi
419AC_SUBST([SCM_I_GSC_T_INT16])
420
421### Required type scm_t_uint16 (ANSI C says int or short might work)
6aa84fdd 422if test "$scm_stdint_has_uint16"; then
9a52bc2a
RB
423 SCM_I_GSC_T_UINT16='"uint16_t"'
424 SCM_I_GSC_NEEDS_STDINT_H=1
425elif test "$scm_inttypes_has_uint16"; then
426 SCM_I_GSC_T_UINT16='"uint16_t"'
427 SCM_I_GSC_NEEDS_INTTYPES_H=1
6aa84fdd
MV
428elif test "$ac_cv_sizeof_unsigned_int" -eq 2; then
429 SCM_I_GSC_T_UINT16='"unsigned int"'
6aa84fdd
MV
430elif test "$ac_cv_sizeof_unsigned_short" -eq 2; then
431 SCM_I_GSC_T_UINT16='"unsigned short"'
9a52bc2a
RB
432else
433 AC_MSG_ERROR([Can't find appropriate type for scm_t_uint16.])
434fi
435AC_SUBST([SCM_I_GSC_T_UINT16])
436
437
438### Required type scm_t_int32 (ANSI C says int, short, or long might work)
6aa84fdd 439if test "$scm_stdint_has_int32"; then
9a52bc2a
RB
440 SCM_I_GSC_T_INT32='"int32_t"'
441 SCM_I_GSC_NEEDS_STDINT_H=1
442elif test "$scm_inttypes_has_int32"; then
443 SCM_I_GSC_T_INT32='"int32_t"'
444 SCM_I_GSC_NEEDS_INTTYPES_H=1
6aa84fdd
MV
445elif test "$ac_cv_sizeof_int" -eq 4; then
446 SCM_I_GSC_T_INT32='"int"'
6aa84fdd
MV
447elif test "$ac_cv_sizeof_long" -eq 4; then
448 SCM_I_GSC_T_INT32='"long"'
6aa84fdd
MV
449elif test "$ac_cv_sizeof_short" -eq 4; then
450 SCM_I_GSC_T_INT32='"short"'
9a52bc2a
RB
451else
452 AC_MSG_ERROR([Can't find appropriate type for scm_t_int32.])
453fi
454AC_SUBST([SCM_I_GSC_T_INT32])
455
456### Required type scm_t_uint32 (ANSI C says int, short, or long might work)
6aa84fdd 457if test "$scm_stdint_has_uint32"; then
9a52bc2a
RB
458 SCM_I_GSC_T_UINT32='"uint32_t"'
459 SCM_I_GSC_NEEDS_STDINT_H=1
460elif test "$scm_inttypes_has_uint32"; then
461 SCM_I_GSC_T_UINT32='"uint32_t"'
462 SCM_I_GSC_NEEDS_INTTYPES_H=1
6aa84fdd
MV
463elif test "$ac_cv_sizeof_unsigned_int" -eq 4; then
464 SCM_I_GSC_T_UINT32='"unsigned int"'
6aa84fdd
MV
465elif test "$ac_cv_sizeof_unsigned_long" -eq 4; then
466 SCM_I_GSC_T_UINT32='"unsigned long"'
6aa84fdd
MV
467elif test "$ac_cv_sizeof_unsigned_short" -eq 4; then
468 SCM_I_GSC_T_UINT32='"unsigned short"'
9a52bc2a
RB
469else
470 AC_MSG_ERROR([Can't find appropriate type for scm_t_uint32.])
471fi
472AC_SUBST([SCM_I_GSC_T_UINT32])
473
a6be66ed 474### Optional type scm_t_int64 (ANSI C says int, short, or long might work)
fcc5d734 475### Also try 'long long' and '__int64' if we have it.
9a52bc2a 476SCM_I_GSC_T_INT64=0
6aa84fdd
MV
477if test "$scm_stdint_has_int64"; then
478 SCM_I_GSC_T_INT64='"int64_t"'
6aa84fdd
MV
479 SCM_I_GSC_NEEDS_STDINT_H=1
480elif test "$scm_inttypes_has_int64"; then
481 SCM_I_GSC_T_INT64='"int64_t"'
6aa84fdd
MV
482 SCM_I_GSC_NEEDS_INTTYPES_H=1
483elif test "$ac_cv_sizeof_int" -eq 8; then
9a52bc2a
RB
484 SCM_I_GSC_T_INT64='"int"'
485elif test "$ac_cv_sizeof_long" -eq 8; then
486 SCM_I_GSC_T_INT64='"long"'
487elif test "$ac_cv_sizeof_short" -eq 8; then
488 SCM_I_GSC_T_INT64='"short"'
489elif test "$ac_cv_sizeof_long_long" -eq 8; then
490 SCM_I_GSC_T_INT64='"long long"'
fcc5d734
SJ
491elif test "$ac_cv_sizeof___int64" -eq 8; then
492 SCM_I_GSC_T_INT64='"__int64"'
9a52bc2a
RB
493else
494 AC_MSG_ERROR([Can't find appropriate type for scm_t_int64.])
495fi
496AC_SUBST([SCM_I_GSC_T_INT64])
6aa84fdd 497
9a52bc2a 498
a6be66ed 499### Optional type scm_t_uint64 (ANSI C says int, short, or long might work)
fcc5d734 500### Also try 'long long' and '__int64' if we have it.
9a52bc2a 501SCM_I_GSC_T_UINT64=0
6aa84fdd
MV
502if test "$scm_stdint_has_uint64"; then
503 SCM_I_GSC_T_UINT64='"uint64_t"'
6aa84fdd
MV
504 SCM_I_GSC_NEEDS_STDINT_H=1
505elif test "$scm_inttypes_has_uint64"; then
506 SCM_I_GSC_T_UINT64='"uint64_t"'
6aa84fdd
MV
507 SCM_I_GSC_NEEDS_INTTYPES_H=1
508elif test "$ac_cv_sizeof_unsigned_int" -eq 8; then
9a52bc2a
RB
509 SCM_I_GSC_T_UINT64='"unsigned int"'
510elif test "$ac_cv_sizeof_unsigned_long" -eq 8; then
511 SCM_I_GSC_T_UINT64='"unsigned long"'
512elif test "$ac_cv_sizeof_unsigned_short" -eq 8; then
513 SCM_I_GSC_T_UINT64='"unsigned short"'
514elif test "$ac_cv_sizeof_unsigned_long_long" -eq 8; then
515 SCM_I_GSC_T_UINT64='"unsigned long long"'
fcc5d734
SJ
516elif test "$ac_cv_sizeof_unsigned___int64" -eq 8; then
517 SCM_I_GSC_T_UINT64='"unsigned __int64"'
9a52bc2a
RB
518else
519 AC_MSG_ERROR([Can't find appropriate type for scm_t_uint64.])
520fi
521AC_SUBST([SCM_I_GSC_T_UINT64])
522
eb1f89f6
MV
523### Required type scm_t_intmax
524###
525### We try 'intmax_t', '__int64', 'long long' in this order. When
526### none of them is available, we use 'long'.
527###
528SCM_I_GSC_T_INTMAX=0
529if test "$scm_stdint_has_intmax"; then
530 SCM_I_GSC_T_INTMAX='"intmax_t"'
531 SCM_I_GSC_NEEDS_STDINT_H=1
532elif test "$scm_inttypes_has_intmax"; then
533 SCM_I_GSC_T_INTMAX='"intmax_t"'
534 SCM_I_GSC_NEEDS_INTTYPES_H=1
535elif test "$ac_cv_sizeof___int64" -ne 0; then
536 SCM_I_GSC_T_INTMAX='"__int64"'
537elif test "$ac_cv_sizeof_long_long" -ne 0; then
538 SCM_I_GSC_T_INTMAX='"long long"'
539else
540 SCM_I_GSC_T_INTMAX='"long"'
541fi
542AC_SUBST([SCM_I_GSC_T_INTMAX])
543
544### Required type scm_t_uintmax
545###
546### We try 'uintmax_t', 'unsigned __int64', 'unsigned long long' in
547### this order. When none of them is available, we use 'unsigned long'.
548###
549SCM_I_GSC_T_UINTMAX=0
550if test "$scm_stdint_has_uintmax"; then
551 SCM_I_GSC_T_UINTMAX='"uintmax_t"'
552 SCM_I_GSC_NEEDS_STDINT_H=1
553elif test "$scm_inttypes_has_uintmax"; then
554 SCM_I_GSC_T_UINTMAX='"uintmax_t"'
555 SCM_I_GSC_NEEDS_INTTYPES_H=1
556elif test "$ac_cv_sizeof_unsigned___int64" -ne 0; then
557 SCM_I_GSC_T_UINTMAX='"unsigned __int64"'
558elif test "$ac_cv_sizeof_unsigned_long_long" -ne 0; then
559 SCM_I_GSC_T_UINTMAX='"unsigned long long"'
560else
561 SCM_I_GSC_T_UINTMAX='"unsigned long"'
562fi
563AC_SUBST([SCM_I_GSC_T_UINTMAX])
564
114bc68a
LC
565### Required type scm_t_intptr
566###
567SCM_I_GSC_T_INTPTR=0
568if test "$scm_stdint_has_intptr"; then
569 SCM_I_GSC_T_INTPTR='"intptr_t"'
570 SCM_I_GSC_NEEDS_STDINT_H=1
571elif test "$scm_inttypes_has_intptr"; then
572 SCM_I_GSC_T_INTPTR='"intptr_t"'
573 SCM_I_GSC_NEEDS_INTTYPES_H=1
574elif test "$ac_cv_sizeof_int" = "$ac_cv_sizeof_void_p"; then
575 SCM_I_GSC_T_INTPTR='"int"'
576elif test "$ac_cv_sizeof_long" = "$ac_cv_sizeof_void_p"; then
577 SCM_I_GSC_T_INTPTR='"long"'
578elif test "$ac_cv_sizeof_long_long" = "$ac_cv_sizeof_void_p"; then
579 SCM_I_GSC_T_INTPTR='"long long"'
580else
581 AC_MSG_ERROR([Can't find appropriate type for `scm_t_intptr'.])
582fi
583AC_SUBST([SCM_I_GSC_T_INTPTR])
584
585### Required type scm_t_uintptr
586###
587SCM_I_GSC_T_UINTPTR=0
588if test "$scm_stdint_has_uintptr"; then
589 SCM_I_GSC_T_UINTPTR='"uintptr_t"'
590 SCM_I_GSC_NEEDS_STDINT_H=1
591elif test "$scm_inttypes_has_uintptr"; then
592 SCM_I_GSC_T_UINTPTR='"uintptr_t"'
593 SCM_I_GSC_NEEDS_INTTYPES_H=1
594elif test "$ac_cv_sizeof_int" = "$ac_cv_sizeof_void_p"; then
595 SCM_I_GSC_T_UINTPTR='"unsigned int"'
596elif test "$ac_cv_sizeof_long" = "$ac_cv_sizeof_void_p"; then
597 SCM_I_GSC_T_UINTPTR='"unsigned long"'
598elif test "$ac_cv_sizeof_long_long" = "$ac_cv_sizeof_void_p"; then
599 SCM_I_GSC_T_UINTPTR='"unsigned long long"'
600else
601 AC_MSG_ERROR([Can't find appropriate type for `scm_t_uintptr'.])
602fi
603AC_SUBST([SCM_I_GSC_T_UINTPTR])
604
9a52bc2a
RB
605
606AC_SUBST([SCM_I_GSC_NEEDS_STDINT_H])
607AC_SUBST([SCM_I_GSC_NEEDS_INTTYPES_H])
608
3a629497 609AC_HEADER_STDC
3a629497
JB
610AC_HEADER_TIME
611AC_HEADER_SYS_WAIT
450be18d
LC
612AC_HEADER_DIRENT
613
614# Reason for checking:
615#
616# HP-UX 11.11 (at least) doesn't provide `struct dirent64', even
617# with `_LARGEFILE64_SOURCE', so check whether it's available.
618#
619AC_CHECK_MEMBER([struct dirent64.d_name],
620 [SCM_I_GSC_HAVE_STRUCT_DIRENT64=1], [SCM_I_GSC_HAVE_STRUCT_DIRENT64=0],
621 [ #ifndef _LARGEFILE64_SOURCE
622 # define _LARGEFILE64_SOURCE
623 #endif
624
625 /* Per Autoconf manual. */
626 #include <sys/types.h>
627 #ifdef HAVE_DIRENT_H
628 # include <dirent.h>
629 #else
630 # define dirent direct
631 # ifdef HAVE_SYS_NDIR_H
632 # include <sys/ndir.h>
633 # endif
634 # ifdef HAVE_SYS_DIR_H
635 # include <sys/dir.h>
636 # endif
637 # ifdef HAVE_NDIR_H
638 # include <ndir.h>
639 # endif
640 #endif ])
641AC_SUBST([SCM_I_GSC_HAVE_STRUCT_DIRENT64])
bdcccc18 642
63177e46 643# Reasons for testing:
8ab3d8a0 644# complex.h - new in C99
63177e46 645# fenv.h - available in C99, but not older systems
66818dbb
LC
646# machine/fpu.h - on Tru64 5.1b, the declaration of fesetround(3) is in
647# this file instead of <fenv.h>
45c0ff10 648# process.h - mingw specific
22072f21 649# sched.h - missing on MinGW
63177e46 650#
34cf38c3 651AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h memory.h process.h string.h \
eb4a14ed 652sys/dir.h sys/ioctl.h sys/select.h \
bdcccc18
RB
653sys/time.h sys/timeb.h sys/times.h sys/stdtypes.h sys/types.h \
654sys/utime.h time.h unistd.h utime.h pwd.h grp.h sys/utsname.h \
a0919aef 655direct.h machine/fpu.h poll.h sched.h])
56d288b8 656
8ab3d8a0
KR
657# "complex double" is new in C99, and "complex" is only a keyword if
658# <complex.h> is included
659AC_CHECK_TYPES(complex double,,,
660[#if HAVE_COMPLEX_H
661#include <complex.h>
662#endif])
663
4f416616
KR
664# On MacOS X <sys/socklen.h> contains socklen_t, so must include that
665# when testing.
666AC_CHECK_TYPE(socklen_t, ,
feef98f2 667 [AC_DEFINE_UNQUOTED([socklen_t], int,
4f416616
KR
668 [Define to `int' if <sys/socket.h> does not define.])],
669 [#if HAVE_SYS_TYPES_H
670#include <sys/types.h>
671#endif
672#include <sys/socket.h>
673])
705a2b9b
TCM
674
675AC_CHECK_TYPES([struct ip_mreq], , , [#include <netinet/in.h>])
4f416616 676
3a629497
JB
677GUILE_HEADER_LIBC_WITH_UNISTD
678
679AC_TYPE_GETGROUPS
680AC_TYPE_SIGNAL
681AC_TYPE_MODE_T
682
45c0ff10
KR
683# On mingw -lm is empty, so this test is unnecessary, but it's
684# harmless so we don't hard-code to suppress it.
685#
686AC_CHECK_LIB(m, cos)
687
4c787b52 688AC_CHECK_FUNCS(gethostbyname)
5852c051
JB
689if test $ac_cv_func_gethostbyname = no; then
690 AC_CHECK_LIB(nsl, gethostbyname)
691fi
39e8f371 692
4c787b52 693AC_CHECK_FUNCS(connect)
5852c051
JB
694if test $ac_cv_func_connect = no; then
695 AC_CHECK_LIB(socket, connect)
696fi
5ee74cec 697
f9e5e096
MV
698dnl
699dnl Check for Winsock and other functionality on Win32 (*not* CygWin)
700dnl
701EXTRA_DEFS=""
45c0ff10
KR
702case $host in
703 *-*-mingw*)
6812c28f 704 AC_CHECK_HEADER(winsock2.h, [AC_DEFINE([HAVE_WINSOCK2_H], 1,
f9e5e096
MV
705 [Define if you have the <winsock2.h> header file.])])
706 AC_CHECK_LIB(ws2_32, main)
eede3dbc 707 AC_LIBOBJ([win32-uname])
b4e15479 708 if test "$enable_networking" = yes ; then
eede3dbc 709 AC_LIBOBJ([win32-socket])
b4e15479
SJ
710 fi
711 if test "$enable_shared" = yes ; then
8f99e3f3 712 EXTRA_DEFS="-DSCM_IMPORT"
feef98f2 713 AC_DEFINE([USE_DLL_IMPORT], 1,
8f99e3f3 714 [Define if you need additional CPP macros on Win32 platforms.])
f9e5e096 715 fi
45c0ff10
KR
716 ;;
717esac
f9e5e096 718AC_SUBST(EXTRA_DEFS)
f9e5e096 719
ef73a2a0
KR
720# Reasons for testing:
721# crt_externs.h - Darwin specific
722#
723AC_CHECK_HEADERS([assert.h crt_externs.h])
bdcccc18 724
ef73a2a0 725# Reasons for testing:
1df72834
KR
726# DINFINITY - OSF specific
727# DQNAN - OSF specific
728# (DINFINITY and DQNAN are actually global variables, not functions)
8ab3d8a0 729# chsize - an MS-DOS-ism, found in mingw
b69471c1
KR
730# cexp, clog - not in various pre-c99 systems, and note that it's possible
731# for gcc to provide the "complex double" type but the system to not
732# have functions like cexp and clog
8ab3d8a0 733# clog10 - not in mingw (though others like clog and csqrt are)
63177e46 734# fesetround - available in C99, but not older systems
8ab3d8a0
KR
735# ftruncate - posix, but probably not older systems (current mingw
736# has it as an inline for chsize)
23f2b9a3 737# ioctl - not in mingw.
c9d1dcc0 738# gmtime_r - recent posix, not on old systems
45c0ff10
KR
739# pipe - not in mingw
740# _pipe - specific to mingw, taking 3 args
6f81b18a 741# poll - since posix 2001
66ec83c9 742# readdir_r - recent posix, not on old systems
450be18d 743# readdir64_r - not available on HP-UX 11.11
4f416616 744# stat64 - SuS largefile stuff, not on old systems
6b01eac9 745# sysconf - not on old systems
8ab3d8a0 746# truncate - not in mingw
a17d2654 747# isblank - available as a GNU extension or in C99
ef73a2a0 748# _NSGetEnviron - Darwin specific
a2f00b9b 749# strcoll_l, newlocale - GNU extensions (glibc), also available on Darwin
712ca51f 750# fork - unavailable on Windows
06bfe276 751# utimensat: posix.1-2008
fe613fe2 752# sched_getaffinity, sched_setaffinity: GNU extensions (glibc)
ef73a2a0 753#
5558cdaa 754AC_CHECK_FUNCS([DINFINITY DQNAN cexp chsize clog clog10 ctermid fesetround ftime ftruncate fchown fchmod getcwd geteuid getsid gettimeofday gmtime_r ioctl lstat mkdir mknod nice pipe _pipe poll readdir_r readdir64_r readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction siginterrupt stat64 strftime strptime symlink sync sysconf tcgetpgrp tcsetpgrp times uname waitpid strdup system usleep atexit on_exit chown link fcntl ttyname getpwent getgrent kill getppid getpgrp fork setitimer getitimer strchr strcmp index bcopy memcpy rindex truncate unsetenv isblank _NSGetEnviron strcoll strcoll_l newlocale utimensat sched_getaffinity sched_setaffinity])
64e121dc 755
712ca51f
LC
756AM_CONDITIONAL([HAVE_FORK], [test "x$ac_cv_func_fork" = "xyes"])
757
6b01eac9
KR
758# Reasons for testing:
759# netdb.h - not in mingw
760# sys/param.h - not in mingw
45c0ff10
KR
761# pthread.h - only available with pthreads. ACX_PTHREAD doesn't
762# check this specifically, we need it for the timespec test below.
c1d5d6d7 763# pthread_np.h - available on FreeBSD
8ab3d8a0
KR
764# sethostname - the function itself check because it's not in mingw,
765# the DECL is checked because Solaris 10 doens't have in any header
ca329120
LC
766# hstrerror - on Tru64 5.1b the symbol is available in libc but the
767# declaration isn't anywhere.
5f380d71
LC
768# cuserid - on Tru64 5.1b the declaration is documented to be available
769# only with `_XOPEN_SOURCE' or some such.
6b01eac9 770#
c1d5d6d7 771AC_CHECK_HEADERS([crypt.h netdb.h pthread.h pthread_np.h sys/param.h sys/resource.h sys/file.h sys/mman.h])
94e6d793 772AC_CHECK_FUNCS(chroot flock getlogin cuserid getpriority setpriority getpass sethostname gethostname)
5f380d71 773AC_CHECK_DECLS([sethostname, hstrerror, cuserid])
63271ac5
KR
774
775# crypt() may or may not be available, for instance in some countries there
776# are restrictions on cryptography.
777#
778# crypt() might be in libc (eg. OpenBSD), or it might be in a separate
779# -lcrypt library (eg. Debian GNU/Linux).
780#
781# On HP-UX 11, crypt() is in libc and there's a dummy libcrypt.a. We must
782# be careful to avoid -lcrypt in this case, since libtool will see there's
783# only a static libcrypt and decide to build only a static libguile.
784#
785# AC_SEARCH_LIBS lets us add -lcrypt to LIBS only if crypt() is not in the
786# libraries already in that list.
787#
788AC_SEARCH_LIBS(crypt, crypt,
feef98f2 789 [AC_DEFINE([HAVE_CRYPT],1,
63271ac5 790 [Define to 1 if you have the `crypt' function.])])
94e6d793 791
8cd5eae9
NJ
792# When compiling with GCC on some OSs (Solaris, AIX), _Complex_I doesn't
793# work; in the reported cases so far, 1.0fi works well instead. According
794# to the C99 spec, the complex.h header must provide a working definition
795# of _Complex_I, so we always try _Complex_I first. The 1.0fi fallback
796# is a workaround for the failure of some systems to conform to C99.
4b26c03e
NJ
797if test "$ac_cv_type_complex_double" = yes; then
798 AC_MSG_CHECKING([for i])
4bdc8fb5 799 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
4b26c03e
NJ
800#if HAVE_COMPLEX_H
801#include <complex.h>
802#endif
803complex double z;
4bdc8fb5 804]], [[
4b26c03e 805z = _Complex_I;
4bdc8fb5 806]])],
feef98f2 807 [AC_DEFINE([GUILE_I],_Complex_I,[The imaginary unit (positive square root of -1).])
4bdc8fb5
LC
808 AC_MSG_RESULT([_Complex_I])],
809 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
4b26c03e
NJ
810#if HAVE_COMPLEX_H
811#include <complex.h>
812#endif
813complex double z;
4bdc8fb5 814]],[[
4b26c03e 815z = 1.0fi;
4bdc8fb5 816]])],
feef98f2 817 [AC_DEFINE([GUILE_I],1.0fi)
4bdc8fb5
LC
818 AC_MSG_RESULT([1.0fi])],
819 [ac_cv_type_complex_double=no
820 AC_MSG_RESULT([not available])])])
4b26c03e
NJ
821fi
822
8ab3d8a0
KR
823# glibc 2.3.6 (circa 2006) and various prior versions had a bug where
824# csqrt(-i) returned a negative real part, when it should be positive
825# for the principal root.
826#
827if test "$ac_cv_type_complex_double" = yes; then
1d8ce4c0 828
8ab3d8a0
KR
829 AC_CACHE_CHECK([whether csqrt is usable],
830 guile_cv_use_csqrt,
4bdc8fb5 831 [AC_RUN_IFELSE([AC_LANG_SOURCE([[
8ab3d8a0
KR
832#include <complex.h>
833/* "volatile" is meant to prevent gcc from calculating the sqrt as a
834 constant, we want to test libc. */
835volatile complex double z = - _Complex_I;
836int
837main (void)
838{
839 z = csqrt (z);
840 if (creal (z) > 0.0)
841 return 0; /* good */
842 else
843 return 1; /* bad */
4bdc8fb5 844}]])],
8ab3d8a0
KR
845 [guile_cv_use_csqrt=yes],
846 [guile_cv_use_csqrt="no, glibc 2.3 bug"],
847 [guile_cv_use_csqrt="yes, hopefully (cross-compiling)"])])
848 case $guile_cv_use_csqrt in
849 yes*)
feef98f2 850 AC_DEFINE([HAVE_USABLE_CSQRT], 1, [Define to 1 if csqrt is bug-free])
8ab3d8a0
KR
851 ;;
852 esac
853fi
854
72678820 855AC_CACHE_SAVE
8ab3d8a0 856
a6be66ed 857dnl GMP tests
db5034ab 858AC_LIB_HAVE_LINKFLAGS([gmp],
4bdc8fb5 859 [],
f4863880 860 [#include <gmp.h>],
db5034ab
LC
861 [mpz_import (0, 0, 0, 0, 0, 0, 0);])
862
863if test "x$HAVE_LIBGMP" != "xyes"; then
864 AC_MSG_ERROR([GNU MP 4.1 or greater not found, see README])
865fi
9f1555fe 866
18c73f8e 867dnl GNU libunistring is checked for by Gnulib's `libunistring' module.
abd7e37a 868if test "x$LTLIBUNISTRING" = "x"; then
b7b93288
LC
869 AC_MSG_ERROR([GNU libunistring is required, please install it.])
870fi
9f1555fe 871
969bb92e
LC
872GUILE_LIBUNISTRING_WITH_ICONV_SUPPORT
873if test "x$ac_cv_libunistring_with_iconv_support" != "xyes"; then
874 AC_MSG_ERROR([No iconv support. Please recompile libunistring with iconv enabled.])
875fi
514ff6ea 876
75c242a2
AW
877dnl Libffi is needed to compile Guile's foreign function interface, but its
878dnl interface isn't exposed in Guile's API.
879PKG_CHECK_MODULES(LIBFFI, libffi)
880AC_SUBST(LIBFFI_CFLAGS)
881AC_SUBST(LIBFFI_LIBS)
882
883dnl figure out approriate ffi type for size_t
884AC_CHECK_SIZEOF(size_t)
885AC_CHECK_SIZEOF(ssize_t)
886ffi_size_type=uint$(($ac_cv_sizeof_size_t*8))
887ffi_ssize_type=sint$(($ac_cv_sizeof_ssize_t*8))
ac7b8e8e 888AC_DEFINE_UNQUOTED([ffi_type_size_t], ffi_type_${ffi_size_type},
75c242a2 889 [ffi type for size_t])
ac7b8e8e 890AC_DEFINE_UNQUOTED([ffi_type_ssize_t], ffi_type_${ffi_ssize_type},
75c242a2
AW
891 [ffi type for ssize_t])
892
83cd507c 893dnl i18n tests
b6540274
MV
894#AC_CHECK_HEADERS([libintl.h])
895#AC_CHECK_FUNCS(gettext)
896#if test $ac_cv_func_gettext = no; then
897# AC_CHECK_LIB(intl, gettext)
898#fi
899#AC_CHECK_FUNCS([bindtextdomain textdomain])
900AM_GNU_GETTEXT([external], [need-ngettext])
83cd507c 901
777b022a
JB
902### Some systems don't declare some functions. On such systems, we
903### need to at least provide our own K&R-style declarations.
904
905### GUILE_FUNC_DECLARED(function, headerfile)
906
907### Check for a declaration of FUNCTION in HEADERFILE; if it is
908### not there, #define MISSING_FUNCTION_DECL.
d70e0619 909AC_DEFUN([GUILE_FUNC_DECLARED], [
fc342a63 910 AC_CACHE_CHECK(for $1 declaration, guile_cv_func_$1_declared,
777b022a 911 AC_EGREP_HEADER($1, $2,
01e5e07e 912 guile_cv_func_$1_declared=yes,
fc342a63
JB
913 guile_cv_func_$1_declared=no))
914 if test [x$guile_cv_func_]$1[_declared] = xno; then
eede3dbc
RB
915 AC_DEFINE([MISSING_]translit($1, [a-z], [A-Z])[_DECL], 1,
916 [Define if the operating system supplies $1 without declaring it.])
777b022a
JB
917 fi
918])
919
c31bfb85 920GUILE_FUNC_DECLARED(sleep, unistd.h)
777b022a 921GUILE_FUNC_DECLARED(usleep, unistd.h)
e1a191a8 922
0777022d
KR
923AC_CHECK_DECLS([strptime],,,
924[#define _GNU_SOURCE /* ask glibc to give strptime prototype */
925#include <time.h>])
926
da753252
JB
927### On some systems usleep has no return value. If it does have one,
928### we'd like to return it; otherwise, we'll fake it.
fc342a63 929AC_CACHE_CHECK([return type of usleep], guile_cv_func_usleep_return_type,
c43f86c1 930 [AC_EGREP_HEADER(changequote(<, >)<void[ ]+usleep>changequote([, ]),
4874dfc8 931 unistd.h,
fc342a63
JB
932 [guile_cv_func_usleep_return_type=void],
933 [guile_cv_func_usleep_return_type=int])])
934case "$guile_cv_func_usleep_return_type" in
935 "void" )
feef98f2 936 AC_DEFINE([USLEEP_RETURNS_VOID], 1,
eede3dbc 937 [Define if the system headers declare usleep to return void.])
fc342a63
JB
938 ;;
939esac
940
da88f0cb
JB
941AC_CHECK_HEADER(sys/un.h, have_sys_un_h=1)
942if test -n "$have_sys_un_h" ; then
feef98f2 943 AC_DEFINE([HAVE_UNIX_DOMAIN_SOCKETS], 1,
eede3dbc 944 [Define if the system supports Unix-domain (file-domain) sockets.])
da88f0cb
JB
945fi
946
4ea9429e
AW
947AC_CHECK_FUNCS(getrlimit setrlimit)
948
d707b9df 949AC_CHECK_FUNCS(socketpair getgroups setgroups setpwent pause tzset)
da88f0cb 950
219a5a5b
JB
951AC_CHECK_FUNCS(sethostent gethostent endhostent dnl
952 setnetent getnetent endnetent dnl
953 setprotoent getprotoent endprotoent dnl
954 setservent getservent endservent dnl
5c11cc9d 955 getnetbyaddr getnetbyname dnl
8912421c 956 inet_lnaof inet_makeaddr inet_netof hstrerror)
da88f0cb 957
482d311b 958AC_CHECK_MEMBERS([struct sockaddr_in.sin_len],,,
feef329e
KR
959[#ifdef HAVE_SYS_TYPES_H
960#include <sys/types.h>
961#endif
962#include <netinet/in.h>])
963
d19c9767 964AC_MSG_CHECKING(for __libc_stack_end)
2e945bcc 965AC_CACHE_VAL(guile_cv_have_libc_stack_end,
4bdc8fb5
LC
966[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
967extern char *__libc_stack_end;]],
968 [[printf("%p", (char*) __libc_stack_end);]])],
969 [guile_cv_have_libc_stack_end=yes],
970 [guile_cv_have_libc_stack_end=no])])
2e945bcc
SJ
971AC_MSG_RESULT($guile_cv_have_libc_stack_end)
972
973if test $guile_cv_have_libc_stack_end = yes; then
feef98f2 974 AC_DEFINE([HAVE_LIBC_STACK_END], 1,
d19c9767
MV
975 [Define if you have the __libc_stack_end variable.])
976fi
977
08f980a4
GH
978dnl Some systems do not declare this. Some systems do declare it, as a
979dnl macro. With cygwin it may be in a DLL.
980
981AC_MSG_CHECKING(whether netdb.h declares h_errno)
982AC_CACHE_VAL(guile_cv_have_h_errno,
4bdc8fb5
LC
983 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <netdb.h>]],
984 [[int a = h_errno;]])],
985 [guile_cv_have_h_errno=yes],
986 [guile_cv_have_h_errno=no])])
08f980a4
GH
987AC_MSG_RESULT($guile_cv_have_h_errno)
988if test $guile_cv_have_h_errno = yes; then
feef98f2 989 AC_DEFINE([HAVE_H_ERRNO], 1, [Define if h_errno is declared in netdb.h.])
08f980a4 990fi
da88f0cb 991
4f522b6f 992AC_MSG_CHECKING(whether uint32_t is defined)
c5316ea3 993AC_CACHE_VAL(guile_cv_have_uint32_t,
4bdc8fb5 994 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>
af68e5e5
SJ
995 #if HAVE_STDINT_H
996 #include <stdint.h>
997 #endif
45c0ff10 998 #ifndef HAVE_NETDB_H
af68e5e5 999 #include <netdb.h>
4bdc8fb5
LC
1000 #endif]],
1001 [[uint32_t a;]])],
1002 [guile_cv_have_uint32_t=yes],
1003 [guile_cv_have_uint32_t=no])])
c5316ea3
GH
1004AC_MSG_RESULT($guile_cv_have_uint32_t)
1005if test $guile_cv_have_uint32_t = yes; then
feef98f2 1006 AC_DEFINE([HAVE_UINT32_T], 1,
eede3dbc 1007 [Define if uint32_t typedef is defined when netdb.h is include.])
c5316ea3
GH
1008fi
1009
018a53a1
GH
1010AC_MSG_CHECKING(for working IPv6 support)
1011AC_CACHE_VAL(guile_cv_have_ipv6,
4bdc8fb5 1012[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
8f16fe5a
MV
1013#ifdef HAVE_SYS_TYPES_H
1014#include <sys/types.h>
1015#endif
1016#include <netinet/in.h>
4bdc8fb5
LC
1017#include <sys/socket.h>]],
1018[[struct sockaddr_in6 a; a.sin6_family = AF_INET6;]])],
1019[guile_cv_have_ipv6=yes],
1020[guile_cv_have_ipv6=no])])
018a53a1
GH
1021AC_MSG_RESULT($guile_cv_have_ipv6)
1022if test $guile_cv_have_ipv6 = yes; then
feef98f2 1023 AC_DEFINE([HAVE_IPV6], 1, [Define if you want support for IPv6.])
018a53a1
GH
1024fi
1025
67641981
GH
1026# included in rfc2553 but not in older implementations, e.g., glibc 2.1.3.
1027AC_MSG_CHECKING(whether sockaddr_in6 has sin6_scope_id)
1028AC_CACHE_VAL(guile_cv_have_sin6_scope_id,
4bdc8fb5 1029[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
8f16fe5a
MV
1030#ifdef HAVE_SYS_TYPES_H
1031#include <sys/types.h>
1032#endif
4bdc8fb5
LC
1033#include <netinet/in.h>]],
1034[[struct sockaddr_in6 sok; sok.sin6_scope_id = 0;]])],
1035[guile_cv_have_sin6_scope_id=yes],
1036[guile_cv_have_sin6_scope_id=no])])
67641981
GH
1037AC_MSG_RESULT($guile_cv_have_sin6_scope_id)
1038if test $guile_cv_have_sin6_scope_id = yes; then
feef98f2 1039 AC_DEFINE([HAVE_SIN6_SCOPE_ID], 1,
eede3dbc 1040 [Define this if your IPv6 has sin6_scope_id in sockaddr_in6 struct.])
67641981
GH
1041fi
1042
feef329e
KR
1043# struct sockaddr_in6 field sin_len is only present on BSD systems
1044AC_CHECK_MEMBERS([struct sockaddr_in6.sin6_len],,,
1045[#ifdef HAVE_SYS_TYPES_H
1046#include <sys/types.h>
1047#endif
1048#include <netinet/in.h>])
1049
38c1d3c4
GH
1050AC_MSG_CHECKING(whether localtime caches TZ)
1051AC_CACHE_VAL(guile_cv_localtime_cache,
1052[if test x$ac_cv_func_tzset = xyes; then
4bdc8fb5 1053AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <time.h>
38c1d3c4
GH
1054#if STDC_HEADERS
1055# include <stdlib.h>
1056#endif
1057extern char **environ;
1058unset_TZ ()
1059{
1060 char **from, **to;
1061 for (to = from = environ; (*to = *from); from++)
1062 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
1063 to++;
1064}
1065char TZ_GMT0[] = "TZ=GMT0";
1066char TZ_PST8[] = "TZ=PST8";
1067main()
1068{
1069 time_t now = time ((time_t *) 0);
1070 int hour_GMT0, hour_unset;
1071 if (putenv (TZ_GMT0) != 0)
1072 exit (1);
1073 hour_GMT0 = localtime (&now)->tm_hour;
1074 unset_TZ ();
1075 hour_unset = localtime (&now)->tm_hour;
1076 if (putenv (TZ_PST8) != 0)
1077 exit (1);
1078 if (localtime (&now)->tm_hour == hour_GMT0)
1079 exit (1);
1080 unset_TZ ();
1081 if (localtime (&now)->tm_hour != hour_unset)
1082 exit (1);
1083 exit (0);
4bdc8fb5
LC
1084}]])],
1085[guile_cv_localtime_cache=no],
1086[guile_cv_localtime_cache=yes],
38c1d3c4
GH
1087[# If we have tzset, assume the worst when cross-compiling.
1088guile_cv_localtime_cache=yes])
1089else
1090 # If we lack tzset, report that localtime does not cache TZ,
1091 # since we can't invalidate the cache if we don't have tzset.
1092 guile_cv_localtime_cache=no
1093fi])dnl
1094AC_MSG_RESULT($guile_cv_localtime_cache)
1095if test $guile_cv_localtime_cache = yes; then
feef98f2 1096 AC_DEFINE([LOCALTIME_CACHE], 1, [Define if localtime caches the TZ setting.])
38c1d3c4
GH
1097fi
1098
52cfc69b 1099if test "$enable_regex" = yes; then
eb4a14ed
LC
1100 AC_LIBOBJ([regex-posix])
1101 AC_DEFINE([ENABLE_REGEX], 1, [Define when regex support is enabled.])
da88f0cb 1102fi
8e1bfcd0 1103
1bf291e4 1104AC_REPLACE_FUNCS([strerror memmove mkstemp])
3a629497 1105
21b860c8
KR
1106# Reasons for testing:
1107# asinh, acosh, atanh, trunc - C99 standard, generally not available on
1108# older systems
1109# sincos - GLIBC extension
9af31eed 1110#
8ab3d8a0 1111AC_CHECK_FUNCS(asinh acosh atanh copysign finite sincos trunc)
4d0bfea1
KR
1112
1113# C99 specifies isinf and isnan as macros.
1114# HP-UX provides only macros, no functions.
c80bab35
KR
1115# glibc 2.3.2 provides both macros and functions.
1116# IRIX 6.5 and Solaris 8 only provide functions.
4d0bfea1 1117#
c80bab35
KR
1118# The following tests detect isinf and isnan either as functions or as
1119# macros from <math.h>. Plain AC_CHECK_FUNCS is insufficient, it doesn't
1120# use <math.h> so doesn't detect on macro-only systems like HP-UX.
4d0bfea1
KR
1121#
1122AC_MSG_CHECKING([for isinf])
ad0fedbf 1123AC_LINK_IFELSE([AC_LANG_SOURCE(
b3aa4626
KR
1124[[#include <math.h>
1125volatile double x = 0.0;
ad0fedbf 1126int main () { return (isinf(x) != 0); }]])],
4d0bfea1 1127 [AC_MSG_RESULT([yes])
feef98f2 1128 AC_DEFINE([HAVE_ISINF], 1,
4d0bfea1
KR
1129 [Define to 1 if you have the `isinf' macro or function.])],
1130 [AC_MSG_RESULT([no])])
1131AC_MSG_CHECKING([for isnan])
ad0fedbf
AW
1132AC_LINK_IFELSE([AC_LANG_SOURCE([[
1133#include <math.h>
b3aa4626 1134volatile double x = 0.0;
ad0fedbf 1135int main () { return (isnan(x) != 0); }]])],
4d0bfea1 1136 [AC_MSG_RESULT([yes])
feef98f2 1137 AC_DEFINE([HAVE_ISNAN], 1,
4d0bfea1
KR
1138 [Define to 1 if you have the `isnan' macro or function.])],
1139 [AC_MSG_RESULT([no])])
594e69b7 1140
23f2b9a3
KR
1141# Reasons for checking:
1142#
1143# st_rdev
1144# st_blksize
1145# st_blocks not in mingw
8ab3d8a0 1146# tm_gmtoff BSD+GNU, not in C99
23f2b9a3
KR
1147#
1148# Note AC_STRUCT_ST_BLOCKS is not used here because we don't want the
1149# AC_LIBOBJ(fileblocks) replacement which that macro gives.
1150#
06bfe276
AW
1151AC_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],,,
1152 [#define _GNU_SOURCE
1153AC_INCLUDES_DEFAULT
1154])
fd02f2ad 1155
3a629497 1156AC_STRUCT_TIMEZONE
8ab3d8a0
KR
1157AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,
1158[#include <time.h>
1159#ifdef TIME_WITH_SYS_TIME
1160# include <sys/time.h>
1161# include <time.h>
1162#else
1163# if HAVE_SYS_TIME_H
1164# include <sys/time.h>
1165# else
1166# include <time.h>
1167# endif
1168#endif
1169])
3a629497
JB
1170GUILE_STRUCT_UTIMBUF
1171
8ab3d8a0 1172
ad378da9
AW
1173#--------------------------------------------------------------------
1174#
1175# What values do the iconv error handlers have?
1176#
1177# The only place that we need iconv in our public interfaces is for
1178# the error handlers, which are just ints. So we weaken our
1179# dependency by looking up those values at configure-time.
1180#--------------------------------------------------------------------
10c29ebd 1181GUILE_UNISTRING_ICONVEH_VALUES
ad378da9 1182
3a629497
JB
1183#--------------------------------------------------------------------
1184#
1185# Which way does the stack grow?
1186#
236f901b 1187# Following code comes from Autoconf 2.69's internal _AC_LIBOBJ_ALLOCA
4696a666
NJ
1188# macro (/usr/share/autoconf/autoconf/functions.m4). Gnulib has
1189# very similar code, so in future we could look at using that.
1190#
1191# An important detail is that the code involves find_stack_direction
1192# calling _itself_ - which means that find_stack_direction (or at
1193# least the second find_stack_direction() call) cannot be inlined.
1194# If the code could be inlined, that might cause the test to give
1195# an incorrect answer.
3a629497
JB
1196#--------------------------------------------------------------------
1197
9a52bc2a 1198SCM_I_GSC_STACK_GROWS_UP=0
5ea8e76e 1199AC_RUN_IFELSE([AC_LANG_SOURCE(
4696a666
NJ
1200[AC_INCLUDES_DEFAULT
1201int
236f901b 1202find_stack_direction (int *addr, int depth)
4696a666 1203{
236f901b
AW
1204 int dir, dummy = 0;
1205 if (! addr)
1206 addr = &dummy;
1207 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
1208 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
1209 return dir + dummy;
4696a666
NJ
1210}
1211
1212int
236f901b 1213main (int argc, char **argv)
4696a666 1214{
236f901b 1215 return find_stack_direction (0, argc + !argv + 20) < 0;
4696a666
NJ
1216}])],
1217 [SCM_I_GSC_STACK_GROWS_UP=1],
1218 [],
5ea8e76e 1219 [AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h)])
eede3dbc 1220
26224b3f
LC
1221#--------------------------------------------------------------------
1222#
1223# Boehm's GC library
1224#
1225#--------------------------------------------------------------------
1f26b531
LC
1226PKG_CHECK_MODULES([BDW_GC], [bdw-gc])
1227
abd7e37a 1228save_LIBS="$LIBS"
1f26b531 1229LIBS="$BDW_GC_LIBS $LIBS"
abd7e37a 1230CFLAGS="$BDW_GC_CFLAGS $CFLAGS"
26224b3f 1231
9adbf27f 1232AC_CHECK_FUNCS([GC_do_blocking GC_call_with_gc_active GC_pthread_exit GC_pthread_cancel GC_allow_register_threads GC_pthread_sigmask GC_set_start_callback GC_get_heap_usage_safe GC_get_free_space_divisor GC_gcollect_and_unmap GC_get_unmapped_bytes GC_set_finalizer_notifier GC_set_finalize_on_demand])
cde24ce1
AW
1233
1234# Though the `GC_do_blocking ()' symbol is present in GC 7.1, it is not
1235# declared, and has a different type (returning void instead of
1236# void*).
9625c900
LC
1237AC_CHECK_DECL([GC_do_blocking],
1238 [AC_DEFINE([HAVE_DECL_GC_DO_BLOCKING], [1],
1239 [Define this if the `GC_do_blocking ()' function is declared])],
1240 [],
1241 [#include <gc/gc.h>])
1242
3d1af79f
LC
1243# `GC_fn_type' is not available in GC 7.1 and earlier.
1244AC_CHECK_TYPE([GC_fn_type],
1245 [AC_DEFINE([HAVE_GC_FN_TYPE], [1],
1246 [Define this if the `GC_fn_type' type is available.])],
1247 [],
1248 [#include <gc/gc.h>])
1249
5f0d2951
AW
1250# `GC_stack_base' is not available in GC 7.1 and earlier.
1251AC_CHECK_TYPE([struct GC_stack_base],
1252 [AC_DEFINE([HAVE_GC_STACK_BASE], [1],
1253 [Define this if the `GC_stack_base' type is available.])],
1254 [],
1255 [#include <gc/gc.h>])
1256
abd7e37a
LC
1257LIBS="$save_LIBS"
1258
26224b3f 1259
a9e0a8af
KR
1260AC_CHECK_SIZEOF(float)
1261if test "$ac_cv_sizeof_float" -le "$ac_cv_sizeof_long"; then
feef98f2 1262 AC_DEFINE([SCM_SINGLES], 1,
a9e0a8af
KR
1263 [Define this if floats are the same size as longs.])
1264fi
3a629497
JB
1265
1266AC_MSG_CHECKING(for struct linger)
1267AC_CACHE_VAL(scm_cv_struct_linger,
4bdc8fb5 1268 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
3a629497 1269#include <sys/types.h>
4bdc8fb5
LC
1270#include <sys/socket.h>]],
1271 [[struct linger lgr; lgr.l_linger = 100]])],
1272 [scm_cv_struct_linger="yes"],
1273 [scm_cv_struct_linger="no"]))
3a629497
JB
1274AC_MSG_RESULT($scm_cv_struct_linger)
1275if test $scm_cv_struct_linger = yes; then
feef98f2 1276 AC_DEFINE([HAVE_STRUCT_LINGER], 1,
eede3dbc
RB
1277 [Define this if your system defines struct linger, for use with the
1278 getsockopt and setsockopt system calls.])
3a629497 1279fi
3a629497 1280
7534dfdc 1281
45c0ff10
KR
1282# On mingw, struct timespec is in <pthread.h>.
1283#
7534dfdc
MD
1284AC_MSG_CHECKING(for struct timespec)
1285AC_CACHE_VAL(scm_cv_struct_timespec,
4bdc8fb5 1286 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
45c0ff10
KR
1287#include <time.h>
1288#if HAVE_PTHREAD_H
1289#include <pthread.h>
4bdc8fb5
LC
1290#endif]], [[struct timespec t; t.tv_nsec = 100]])],
1291 [scm_cv_struct_timespec="yes"],
1292 [scm_cv_struct_timespec="no"]))
7534dfdc
MD
1293AC_MSG_RESULT($scm_cv_struct_timespec)
1294if test $scm_cv_struct_timespec = yes; then
feef98f2 1295 AC_DEFINE([HAVE_STRUCT_TIMESPEC], 1,
45c0ff10 1296 [Define this if your system defines struct timespec via either <time.h> or <pthread.h>.])
7534dfdc
MD
1297fi
1298
3a629497
JB
1299#--------------------------------------------------------------------
1300#
1301# Flags for thread support
1302#
1303#--------------------------------------------------------------------
1304
9a52bc2a
RB
1305SCM_I_GSC_USE_PTHREAD_THREADS=0
1306SCM_I_GSC_USE_NULL_THREADS=0
9a52bc2a
RB
1307AC_SUBST([SCM_I_GSC_USE_PTHREAD_THREADS])
1308AC_SUBST([SCM_I_GSC_USE_NULL_THREADS])
9a52bc2a 1309
539c89a1
JB
1310### What thread package has the user asked for?
1311AC_ARG_WITH(threads, [ --with-threads thread interface],
18622c4e 1312 , with_threads=yes)
539c89a1 1313
8ab3d8a0 1314AC_SUBST(SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT, 0)
66302618 1315AC_SUBST(SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER, 0)
8ab3d8a0 1316
539c89a1 1317case "$with_threads" in
9bc4701c 1318 "yes" | "pthread" | "pthreads" | "pthread-threads" | "")
56ae2148
LC
1319
1320 build_pthread_support="yes"
1321
345b17e9
LC
1322 ACX_PTHREAD([CC="$PTHREAD_CC"
1323 LIBS="$PTHREAD_LIBS $LIBS"
1324 SCM_I_GSC_USE_PTHREAD_THREADS=1
1325 with_threads="pthreads"],
1326 [with_threads="null"
1327 build_pthread_support="no"])
49aaa6d2
MV
1328
1329 old_CFLAGS="$CFLAGS"
1330 CFLAGS="$PTHREAD_CFLAGS $CFLAGS"
8ab3d8a0
KR
1331
1332 # Reasons for testing:
1333 # pthread_getattr_np - "np" meaning "non portable" says it
1334 # all; not present on MacOS X or Solaris 10
45c0ff10
KR
1335 # pthread_get_stackaddr_np - "np" meaning "non portable" says it
1336 # all; specific to MacOS X
c1d5d6d7
AW
1337 # pthread_attr_get_np - "np" meaning "non portable" says it
1338 # all; specific to FreeBSD
45c0ff10 1339 # pthread_sigmask - not available on mingw
8ab3d8a0 1340 #
c1d5d6d7 1341 AC_CHECK_FUNCS(pthread_attr_getstack pthread_getattr_np pthread_get_stackaddr_np pthread_attr_get_np pthread_sigmask)
8ab3d8a0
KR
1342
1343 # On past versions of Solaris, believe 8 through 10 at least, you
1344 # had to write "pthread_once_t foo = { PTHREAD_ONCE_INIT };".
66302618 1345 # This is contrary to POSIX:
8ab3d8a0
KR
1346 # http://www.opengroup.org/onlinepubs/000095399/functions/pthread_once.html
1347 # Check here if this style is required.
1348 #
1349 # glibc (2.3.6 at least) works both with or without braces, so the
1350 # test checks whether it works without.
1351 #
66302618
LC
1352
1353 if test "$GCC" = "yes"; then
1354 # Since GCC only issues a warning for missing braces, so we need
1355 # `-Werror' to catch it.
1356 CFLAGS="-Werror -Wmissing-braces $CFLAGS"
1357 fi
1358
8ab3d8a0
KR
1359 AC_CACHE_CHECK([whether PTHREAD_ONCE_INIT needs braces],
1360 guile_cv_need_braces_on_pthread_once_init,
ad0fedbf
AW
1361 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <pthread.h>
1362 pthread_once_t foo = PTHREAD_ONCE_INIT;]])],
8ab3d8a0
KR
1363 [guile_cv_need_braces_on_pthread_once_init=no],
1364 [guile_cv_need_braces_on_pthread_once_init=yes])])
1365 if test "$guile_cv_need_braces_on_pthread_once_init" = yes; then
1366 SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT=1
1367 fi
1368
66302618
LC
1369 # Same problem with `PTHREAD_MUTEX_INITIALIZER', e.g., on IRIX
1370 # 6.5.30m with GCC 3.3.
1371 AC_CACHE_CHECK([whether PTHREAD_MUTEX_INITIALIZER needs braces],
1372 guile_cv_need_braces_on_pthread_mutex_initializer,
ad0fedbf
AW
1373 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <pthread.h>
1374 pthread_mutex_t foo = PTHREAD_MUTEX_INITIALIZER;]])],
66302618
LC
1375 [guile_cv_need_braces_on_pthread_mutex_initializer=no],
1376 [guile_cv_need_braces_on_pthread_mutex_initializer=yes])])
1377 if test "$guile_cv_need_braces_on_pthread_mutex_initializer" = yes; then
1378 SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER=1
1379 fi
1380
49aaa6d2
MV
1381 CFLAGS="$old_CFLAGS"
1382
d707b9df
MV
1383 # On Solaris, sched_yield lives in -lrt.
1384 AC_SEARCH_LIBS(sched_yield, rt)
1385
539c89a1 1386 ;;
539c89a1 1387esac
3a629497 1388
18622c4e 1389case "$with_threads" in
9bc4701c 1390 "pthreads")
585356dc 1391 ;;
18622c4e 1392 "no" | "null")
9a52bc2a 1393 SCM_I_GSC_USE_NULL_THREADS=1
81adf76a 1394 SCM_I_GSC_HAVE_THREAD_STORAGE_CLASS=0
18622c4e 1395 with_threads="null-threads"
18306183 1396 ;;
585356dc 1397 * )
18622c4e 1398 AC_MSG_ERROR(invalid value for --with-threads: $with_threads)
585356dc
MV
1399 ;;
1400esac
539c89a1 1401
18622c4e
MV
1402AC_MSG_CHECKING(what kind of threads to support)
1403AC_MSG_RESULT($with_threads)
933a7411 1404
56ae2148
LC
1405AM_CONDITIONAL([BUILD_PTHREAD_SUPPORT],
1406 [test "x$build_pthread_support" = "xyes"])
1407
1408
4f416616
KR
1409## Check whether pthread_attr_getstack works for the main thread
1410
23f2b9a3
KR
1411if test "$with_threads" = pthreads; then
1412
b016e12e 1413AC_MSG_CHECKING([whether pthread_attr_getstack works for the main thread])
4f416616
KR
1414old_CFLAGS="$CFLAGS"
1415CFLAGS="$PTHREAD_CFLAGS $CFLAGS"
b016e12e
VG
1416if test "$cross_compiling" = "no"; then
1417 AC_RUN_IFELSE([AC_LANG_SOURCE([[
1418 #if HAVE_PTHREAD_ATTR_GETSTACK
1419 #include <pthread.h>
1420
1421 int main ()
1422 {
1423 pthread_attr_t attr;
1424 void *start, *end;
1425 size_t size;
1426
1427 pthread_getattr_np (pthread_self (), &attr);
1428 pthread_attr_getstack (&attr, &start, &size);
1429 end = (char *)start + size;
1430
1431 if ((void *)&attr < start || (void *)&attr >= end)
1432 return 1;
1433 else
1434 return 0;
1435 }
1436 #else
1437 int main ()
1438 {
4f416616 1439 return 1;
b016e12e
VG
1440 }
1441 #endif
1442 ]])],
1443 [works=yes
1444 AC_DEFINE([PTHREAD_ATTR_GETSTACK_WORKS], [1], [Define when pthread_att_get_stack works for the main thread])],
1445 [works=no],
1446 [])
1447else
1448 works="assuming it doesn't"
1449fi
4f416616
KR
1450CFLAGS="$old_CFLAGS"
1451AC_MSG_RESULT($works)
1452
705edb95
LC
1453GUILE_THREAD_LOCAL_STORAGE
1454
23f2b9a3
KR
1455fi # with_threads=pthreads
1456
1457
0db83c04
MV
1458## Cross building
1459if test "$cross_compiling" = "yes"; then
1460 AC_MSG_CHECKING(cc for build)
1461 ## /usr/bin/cc still uses wrong assembler
1462 ## CC_FOR_BUILD="${CC_FOR_BUILD-/usr/bincc}"
1463 CC_FOR_BUILD="${CC_FOR_BUILD-PATH=/usr/bin:$PATH cc}"
1464else
1465 CC_FOR_BUILD="${CC_FOR_BUILD-$CC}"
1466fi
0db83c04
MV
1467
1468## AC_MSG_CHECKING("if we are cross compiling")
1469## AC_MSG_RESULT($cross_compiling)
1470if test "$cross_compiling" = "yes"; then
1471 AC_MSG_RESULT($CC_FOR_BUILD)
1472fi
1473
1474## No need as yet to be more elaborate
1475CCLD_FOR_BUILD="$CC_FOR_BUILD"
1476
1477AC_SUBST(cross_compiling)
457a4e81 1478AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
0db83c04
MV
1479AC_SUBST(CCLD_FOR_BUILD)
1480
1481## libtool erroneously calls CC_FOR_BUILD HOST_CC;
1482## --HOST is the platform that PACKAGE is compiled for.
1483HOST_CC="$CC_FOR_BUILD"
1484AC_SUBST(HOST_CC)
1485
1c1f7a32 1486GUILE_CHECK_GUILE_FOR_BUILD
0db83c04 1487
3a629497 1488## If we're using GCC, ask for aggressive warnings.
f29ded4b 1489GCC_CFLAGS=""
3a629497 1490case "$GCC" in
99be3450 1491 yes )
0a1b8b15
JB
1492 ## We had -Wstrict-prototypes in here for a bit, but Guile does too
1493 ## much stuff with generic function pointers for that to really be
1494 ## less than exasperating.
dd7d0148
LC
1495 ## -Wundef was removed because Gnulib prevented it (see
1496 ## <http://thread.gmane.org/gmane.lisp.guile.bugs/5329>.)
f5ea0499
LC
1497
1498 ## Build with `-fno-strict-aliasing' to prevent miscompilation on
1499 ## some platforms. See
1500 ## <http://lists.gnu.org/archive/html/guile-devel/2012-01/msg00487.html>.
1501
8bcecbd3 1502 POTENTIAL_GCC_CFLAGS="-Wall -Wmissing-prototypes \
82171a2e 1503 -Wdeclaration-after-statement -Wpointer-arith \
f5ea0499 1504 -Wswitch-enum -fno-strict-aliasing"
5c07af6e
MV
1505 # Do this here so we don't screw up any of the tests above that might
1506 # not be "warning free"
1507 if test "${GUILE_ERROR_ON_WARNING}" = yes
1508 then
f29ded4b 1509 POTENTIAL_GCC_CFLAGS="${POTENTIAL_GCC_CFLAGS} -Werror"
5c07af6e
MV
1510 enable_compile_warnings=no
1511 fi
f29ded4b
LC
1512
1513 for flag in $POTENTIAL_GCC_CFLAGS
1514 do
1515 gl_WARN_ADD([$flag], [GCC_CFLAGS])
1516 done
5c07af6e 1517 ;;
3a629497
JB
1518esac
1519
582a4997
LC
1520AC_SUBST(GCC_CFLAGS)
1521
9d19a9d6
LC
1522# Check for GNU ld's "-z relro".
1523GUILE_GNU_LD_RELRO
1524
1525
3a629497
JB
1526## If we're creating a shared library (using libtool!), then we'll
1527## need to generate a list of .lo files corresponding to the .o files
1528## given in LIBOBJS. We'll call it LIBLOBJS.
eede3dbc 1529LIBLOBJS="`echo ${LIB@&t@OBJS} | sed 's,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,'`"
3a629497 1530
e9e225e5 1531## We also need to create corresponding .doc and .x files
eede3dbc
RB
1532EXTRA_DOT_DOC_FILES="`echo ${LIB@&t@OBJS} | sed 's,\.[[^.]]* ,.doc ,g;s,\.[[^.]]*$,.doc,'`"
1533EXTRA_DOT_X_FILES="`echo ${LIB@&t@OBJS} | sed 's,\.[[^.]]* ,.x ,g;s,\.[[^.]]*$,.x,'`"
91411868 1534
7a5ab369
LC
1535# GNU Readline bindings.
1536GUILE_READLINE
1537
7c86ae05
JB
1538AC_SUBST(GUILE_MAJOR_VERSION)
1539AC_SUBST(GUILE_MINOR_VERSION)
df4a8db0 1540AC_SUBST(GUILE_MICRO_VERSION)
9e6e154e 1541AC_SUBST(GUILE_EFFECTIVE_VERSION)
7c86ae05 1542AC_SUBST(GUILE_VERSION)
9e202853 1543
22b7f585
RB
1544#######################################################################
1545# library versioning
1546
9e202853
RB
1547AC_SUBST(LIBGUILE_INTERFACE_CURRENT)
1548AC_SUBST(LIBGUILE_INTERFACE_REVISION)
1549AC_SUBST(LIBGUILE_INTERFACE_AGE)
1550AC_SUBST(LIBGUILE_INTERFACE)
539c89a1 1551
b89c4943
LC
1552AC_SUBST(LIBGUILE_I18N_MAJOR)
1553AC_SUBST(LIBGUILE_I18N_INTERFACE_CURRENT)
1554AC_SUBST(LIBGUILE_I18N_INTERFACE_REVISION)
1555AC_SUBST(LIBGUILE_I18N_INTERFACE_AGE)
1556AC_SUBST(LIBGUILE_I18N_INTERFACE)
1557
1558
22b7f585
RB
1559#######################################################################
1560
62cdb4e4
LC
1561dnl Tell guile-config what flags guile users should compile and link
1562dnl with, keeping only `-I' flags from $CPPFLAGS.
1563GUILE_CFLAGS=""
1564next_is_includedir=false
1565for flag in $CPPFLAGS
1566do
1567 if $next_is_includedir; then
1568 GUILE_CFLAGS="$GUILE_CFLAGS -I $flag"
1569 next_is_includedir=false
1570 else
1571 case "$flag" in
1572 -I) next_is_includedir=true;;
1573 -I*) GUILE_CFLAGS="$GUILE_CFLAGS $flag";;
1574 *) ;;
1575 esac
1576 fi
1577done
1578
1579GUILE_CFLAGS="$GUILE_CFLAGS $PTHREAD_CFLAGS"
a8d7ba11 1580GUILE_LIBS="$LDFLAGS $LIBS"
62cdb4e4 1581
daa4f38c 1582AC_SUBST(GUILE_LIBS)
d8b1bb93 1583AC_SUBST(GUILE_CFLAGS)
7c86ae05 1584
3a629497
JB
1585AC_SUBST(AWK)
1586AC_SUBST(LIBLOBJS)
91411868 1587AC_SUBST(EXTRA_DOT_DOC_FILES)
e9e225e5 1588AC_SUBST(EXTRA_DOT_X_FILES)
3a629497 1589
6812c28f
TTN
1590dnl See also top_builddir in info node: (libtool)AC_PROG_LIBTOOL
1591top_builddir_absolute=`pwd`
1592AC_SUBST(top_builddir_absolute)
9e6e154e 1593top_srcdir_absolute=`(cd $srcdir && pwd)`
2f13db9a 1594AC_SUBST(top_srcdir_absolute)
6812c28f 1595
d5a1a8cd 1596dnl `sitedir' goes into libpath.h and the pkg-config file.
0c1eb9b6 1597pkgdatadir="$datadir/$PACKAGE_TARNAME"
d5a1a8cd 1598sitedir="$pkgdatadir/site/$GUILE_EFFECTIVE_VERSION"
92826dd0
LC
1599AC_SUBST([sitedir])
1600
f4b7d918
LC
1601dnl Name of the `guile' program.
1602guile_program_name="`echo guile | "$SED" "$program_transform_name"`"
1603AC_SUBST([guile_program_name])
1604
9a52bc2a
RB
1605# Additional SCM_I_GSC definitions are above.
1606AC_SUBST([SCM_I_GSC_GUILE_DEBUG])
9a52bc2a 1607AC_SUBST([SCM_I_GSC_ENABLE_DEPRECATED])
9a52bc2a
RB
1608AC_SUBST([SCM_I_GSC_STACK_GROWS_UP])
1609AC_SUBST([SCM_I_GSC_C_INLINE])
1610AC_CONFIG_FILES([libguile/gen-scmconfig.h])
1611
237b3247
RB
1612AC_CONFIG_FILES([
1613 Makefile
6812c28f 1614 am/Makefile
6caac03c 1615 lib/Makefile
9e6e154e 1616 benchmark-suite/Makefile
364b6eb7 1617 gc-benchmarks/Makefile
9e6e154e 1618 doc/Makefile
9e6e154e
RB
1619 doc/r5rs/Makefile
1620 doc/ref/Makefile
1e2346ae 1621 emacs/Makefile
9e6e154e 1622 examples/Makefile
9e6e154e 1623 libguile/Makefile
b405cdb4 1624 libguile/version.h
7a5ab369 1625 guile-readline/Makefile
849f29a4
RB
1626 test-suite/Makefile
1627 test-suite/standalone/Makefile
aa592f96 1628 test-suite/vm/Makefile
0b6d8fdc 1629 meta/Makefile
e610dc38 1630 module/Makefile
849f29a4 1631])
9e6e154e 1632
c1a15f3d
LC
1633AC_CONFIG_FILES([meta/guile-2.0.pc])
1634AC_CONFIG_FILES([meta/guile-2.0-uninstalled.pc])
22b5f518 1635AC_CONFIG_FILES([doc/ref/effective-version.texi])
237b3247 1636
225dbf6f
TTN
1637GUILE_CONFIG_SCRIPT([check-guile])
1638GUILE_CONFIG_SCRIPT([benchmark-guile])
1639GUILE_CONFIG_SCRIPT([meta/guile])
1640GUILE_CONFIG_SCRIPT([meta/uninstalled-env])
1641GUILE_CONFIG_SCRIPT([meta/gdb-uninstalled-guile])
b8b06598 1642GUILE_CONFIG_SCRIPT([meta/guild])
225dbf6f 1643GUILE_CONFIG_SCRIPT([libguile/guile-snarf])
225dbf6f
TTN
1644GUILE_CONFIG_SCRIPT([libguile/guile-snarf-docs])
1645GUILE_CONFIG_SCRIPT([test-suite/standalone/test-use-srfi])
1646GUILE_CONFIG_SCRIPT([test-suite/standalone/test-fast-slot-ref])
1647
237b3247 1648AC_OUTPUT
0f2d19dd 1649
3a629497
JB
1650dnl Local Variables:
1651dnl comment-start: "dnl "
1652dnl comment-end: ""
1653dnl comment-start-skip: "\\bdnl\\b\\s *"
d67c13f6 1654dnl End: