summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* autoupdate acinclude.m4Michael Gran2022-10-141-22/+18
* Remove special logic for the obscure CMU C library's libc.hMike Gran2022-10-141-45/+0
* Fix check for rl_get_keymapDaniel Llorens2020-01-281-4/+6
* Enable JIT on aarch64 and armv7Andy Wingo2019-05-221-23/+1
* Enable JIT on 32-bit x86Andy Wingo2019-04-281-2/+3
* Fix GUILE_ENABLE_JIT after latest changeAndy Wingo2018-10-101-1/+1
* Only enable JIT by default on x86-64v2.9.0Andy Wingo2018-10-101-1/+6
* Fix --disable-jit compilationlightningAndy Wingo2018-09-171-6/+4
* Wire JIT availability check into Guile configureAndy Wingo2018-07-021-0/+1
* Add GUILE_ENABLE_JIT macroAndy Wingo2018-07-021-2/+57
* Capture full path to GUILE_FOR_BUILD.Andy Wingo2016-08-071-0/+2
* Put the readline extension in the extensionsdirAndy Wingo2013-10-141-8/+1
* Use `clock-time' directly from Gnulib, but with a local patch.Ludovic Courtès2012-07-061-39/+0
* fix check for when libc already has clock_gettime / clock_getcpuclockidAndy Wingo2012-02-041-1/+2
* configure: Make sure $GUILE_FOR_BUILD is suitable.Ludovic Courtès2011-11-231-0/+50
* Disable TLS on NetBSD up to 5.x included.Ludovic Courtès2011-07-131-1/+2
* Comment on the Gnulib `clock-gettime' workaround.Ludovic Courtès2011-06-191-1/+1
* configure: Factorize code checking for `iconveh_' constants; use the cache.Ludovic Courtès2011-06-191-0/+30
* check for clock_getcpuclockid in gl_CLOCK_TIMEAndy Wingo2011-06-171-3/+9
* build support for detecting clock_gettime, with -lrt if neededAndy Wingo2011-05-041-0/+32
* Turn the libunistring/iconv configure check into a macro.Ludovic Courtès2011-04-221-0/+29
* Fix `GUILE_THREAD_LOCAL_STORAGE'.Ludovic Courtès2011-02-021-8/+8
* Disable use of thread-local storage on FreeBSD.Ludovic Courtès2011-02-021-3/+9
* Add copyright notice to acinclude.m4.Thien-Thi Nguyen2010-07-221-0/+21
* [build] Move GUILE_CONFIG_SCRIPT to acinclude.m4.Thien-Thi Nguyen2010-07-221-0/+4
* readline only handles SIGWINCHAndy Wingo2010-07-091-0/+3
* add pdcurses to the list of termlibsVolker Grabsch2010-05-281-1/+1
* Disable thread-local storage on Solaris 8.Ludovic Courtès2009-12-151-1/+5
* Properly quote the first argument to `AC_DEFINE{,_UNQUOTED}'.Ludovic Courtès2009-11-241-3/+3
* Really disable thread-local storage on NetBSD 5.0.Ludovic Courtès2009-11-241-1/+1
* Explicitly disable TLS on NetBSD 5.0.Ludovic Courtès2009-11-141-5/+16
* Improve TLS detection for systems with compiler support but no libc support.release_1-9-4Ludovic Courtès2009-10-151-2/+5
* Use TLS when available for `SCM_I_CURRENT_THREAD'.Ludovic Courtès2009-10-091-0/+20
* Move "-z relro" out of $LDFLAGS so it's not in `guile-2.0.pc'.Ludovic Courtès2009-09-241-3/+9
* Link with `-z relro' when available.Ludovic Courtès2009-09-101-0/+18
* fix guile-readline linker bugAndy Wingo2009-08-261-1/+1
* Don't use a sub-`configure' for `guile-readline'.Ludovic Courtès2009-08-211-0/+69
* Remove changes that weren't in fact needed:Neil Jerram2007-02-201-2/+0
* (AM_INTL_SUBDIR): Remove unnecessary dnl.Neil Jerram2007-02-181-1/+1
* * configure.in: Do AM_GNU_GETTEXT_VERSION, so that autoreconf willNeil Jerram2007-01-281-0/+2
* (ACX_PTHREAD): Update to latest definition fromNeil Jerram2006-06-061-33/+31
* * acinclude.m4 (ACX_PTHREAD): New.Marius Vollmer2004-09-211-0/+203
* Fix autoconf underquoting warningsNeil Jerram2004-01-251-2/+2
* * acinclude.m4: add definitions to AC_DEFINE calls for newRob Browning2002-04-111-2/+8
* * Quote multiword string using [ ].Neil Jerram2002-02-211-1/+1
* * acinclude.m4: AC_LANG not a variable now -- use __cplusplusRob Browning2001-06-021-3/+2
* Removed copy of "libtool.m4".Marius Vollmer2001-05-151-432/+0
* * acinclude.m4: Removed qthreads macros. They are provided inMikael Djurfeldt2000-04-211-140/+0
* * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdlMikael Djurfeldt2000-01-181-1/+1
* * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4Marius Vollmer2000-01-101-38/+431