summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* build: Build and check (ice-9 popen) only when --enable-posix and HAVE_FORK.Ludovic Courtès2013-03-291-1/+2
* build: Remove redundant check for `struct timespec'.Ludovic Courtès2013-03-291-18/+0
* Allow compilation with GMP < 5.0.0.Ludovic Courtès2013-03-281-0/+8
* Add bindings for `sendfile'.Ludovic Courtès2013-03-221-4/+16
* Avoid rebuild of `guile.info' at the user's site.Ludovic Courtès2013-03-181-1/+0
* rely on gnulib for `poll'Jason Earl2013-03-101-5/+2
* fix AC_CHECK_DECLS for `alarm'Jason Earl2013-03-101-1/+1
* provide getlogin declaration if needed.Andy Wingo2013-03-091-1/+1
* portability simplification with scmsigs.c and alarmAndy Wingo2013-03-091-0/+2
* squish remove some mingw-specific code that is covered by gnulibAndy Wingo2013-03-091-3/+0
* add check for struct pollfdAndy Wingo2013-03-091-0/+2
* Use accessors instead of symbols deprecated in libgc 7.3.Ludovic Courtès2013-03-011-1/+6
* require automake 1.12 for `serial-tests'.Andy Wingo2013-01-301-2/+2
* build: Allow use of Automake 1.13.Ludovic Courtès2013-01-281-2/+5
* build: Require Automake 1.11.2 or later.Ludovic Courtès2012-12-101-2/+2
* Remove definition of the `SHARED_LIBRARY_PATH_VARIABLE' C macro.Ludovic Courtès2012-11-281-4/+0
* Remove reference to `scm_init_popen' when `fork' is unavailable.Ludovic Courtès2012-11-231-0/+3
* build: Use Automake's `color-tests'.Ludovic Courtès2012-09-031-1/+1
* build: Use `AM_PROG_AR'.v2.0.6Ludovic Courtès2012-07-071-0/+1
* Use `clock-time' directly from Gnulib, but with a local patch.Ludovic Courtès2012-07-061-6/+0
* add --match pattern to git-version-genAndy Wingo2012-07-061-1/+1
* add check for fchmodAndy Wingo2012-07-061-1/+1
* Build with `-Wpointer-arith' when available.Ludovic Courtès2012-05-061-3/+1
* more libgc 7.1 compatAndy Wingo2012-03-081-1/+1
* run finalizers asynchronously in asyncsAndy Wingo2012-03-081-1/+1
* i18n: Use Gnulib's `nl_langinfo' module.Ludovic Courtès2012-02-031-14/+2
* Use Gnulib's `regex' module.Ludovic Courtès2012-02-031-20/+4
* Build with `-fno-strict-aliasing' when available.Ludovic Courtès2012-01-271-1/+6
* freebsd implementation of get_thread_stack_baseAndy Wingo2011-12-221-2/+5
* stdlib.h, not malloc.hAndy Wingo2011-12-221-1/+1
* fix compilation with gc 7.1Chris K. Jester-Young2011-12-081-1/+1
* increase garbage collection rate if the process is growingAndy Wingo2011-11-291-1/+1
* get heap stats with GC_get_heap_usage_safe, if available.Andy Wingo2011-11-281-1/+1
* configure: Make sure $GUILE_FOR_BUILD is suitable.Ludovic Courtès2011-11-231-14/+1
* guild: Close over `$bindir/guile'.Ludovic Courtès2011-07-231-0/+4
* configure: Build a `tar.xz' in addition to `tar.gz'.Ludovic Courtès2011-07-061-1/+2
* fix --disable-modules buildAndy Wingo2011-06-301-0/+2
* update stack growth direction checkAndy Wingo2011-06-201-13/+10
* Comment on the Gnulib `clock-gettime' workaround.Ludovic Courtès2011-06-191-1/+3
* configure: Factorize code checking for `iconveh_' constants; use the cache.Ludovic Courtès2011-06-191-55/+1
* fix AC_LANG_SOURCE warningsAndy Wingo2011-06-171-9/+9
* check for clock_getcpuclockid in gl_CLOCK_TIMEAndy Wingo2011-06-171-1/+2
* remove win32-dirent.[ch]Andy Wingo2011-06-171-1/+0
* rename `guile-tools' to `guild'Andy Wingo2011-05-311-1/+2
* build support for detecting clock_gettime, with -lrt if neededAndy Wingo2011-05-041-0/+3
* check for iconveh values at configure-timeAndy Wingo2011-04-281-0/+64
* Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'.Ludovic Courtès2011-04-251-1/+3
* Turn the libunistring/iconv configure check into a macro.Ludovic Courtès2011-04-221-20/+4
* Fix typo in `configure.ac'.Ludovic Courtès2011-04-221-1/+1
* add test that libunistring was built with iconv supportAndy Wingo2011-04-211-0/+21