summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* avoid tab/space difference from 1.8Kevin Ryde2007-01-151-1/+1
* merge from 1.8Kevin Ryde2007-01-151-13/+31
* Changes from arch/CVS synchronizationLudovic Courtès2006-11-181-1/+9
* Changes from arch/CVS synchronizationLudovic Courtès2006-11-081-1/+2
* * configure.in: New check for uca lib (needed for IA64 on HP-UX).Neil Jerram2006-10-251-0/+2
* merge from 1.8 branchKevin Ryde2006-10-091-5/+94
* Changes from arch/CVS synchronizationLudovic Courtès2006-09-201-1/+2
* * configure.in: Generate Makefile for emacs subdir.Neil Jerram2006-08-181-0/+1
* * configure.in: Generate Makefile for ice-9/debugging.Neil Jerram2006-08-181-0/+1
* merge from 1.8 branchKevin Ryde2006-06-171-29/+18
* merge from 1.8 branchKevin Ryde2006-04-171-6/+56
* * configure.in: Removed --enable-arrays option.Marius Vollmer2006-02-051-5/+0
* (AC_CONFIG_FILES): Removed emacs/Makefile andNeil Jerram2005-07-091-2/+0
* Add tests for socklen_t and ip_mreq.Marius Vollmer2005-06-051-0/+3
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* (LIBGUILE_SRFI_SRFI_60): New defines.Kevin Ryde2005-03-131-1/+7
* * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. UseMarius Vollmer2005-03-081-9/+4
* Do not check for fast or recursive mutexes. CheckMarius Vollmer2005-03-021-44/+6
* (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays' option.Marius Vollmer2005-01-021-8/+0
* (AC_SUBST): Correction, LTDLINC should be LTDLINCL, theKevin Ryde2004-11-271-1/+1
* * configure.in: Call AC_LIBLTDL_INSTALLABLE instead ofMarius Vollmer2004-10-221-9/+6
* Do use AM_GNU_GETTEXT, since gettextize is not runMarius Vollmer2004-09-281-7/+7
* Do not use AM_GNU_GETTEXT for now, it causes gettextize to run duringMarius Vollmer2004-09-251-1/+7
* (GUILE_LIBS): fixed typo.Marius Vollmer2004-09-241-1/+1
* Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS isMarius Vollmer2004-09-241-3/+4
* Add AM_GNU_GETTEXT invocation. From Bruno Haible.Marius Vollmer2004-09-221-0/+3
* * acinclude.m4 (ACX_PTHREAD): New.Marius Vollmer2004-09-211-7/+3
* Fail when alloca can not be found natively.Marius Vollmer2004-09-081-4/+5
* 2004-09-03 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2004-09-031-0/+3
* (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len andKevin Ryde2004-08-271-0/+16
* * GUILE-VERSION: Bumped all versions for the 1.7.1 release. AddedMarius Vollmer2004-08-261-5/+3
* (SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new --enable-discouragedMarius Vollmer2004-08-021-0/+10
* Bit more comments for this:Kevin Ryde2004-08-021-3/+5
* Check for sizes of size_t and intmax_t.Marius Vollmer2004-07-291-0/+3
* Bugfix: logic in detecting ptrdiff_t was inverted;Marius Vollmer2004-07-291-59/+1
* Bugfix: set SCM_I_GSC_T_UINTMAX, not SCM_I_GSC_T_INTMAX in two places.Marius Vollmer2004-07-081-2/+2
* When checking for suitable types for scm_t_int8, etc, try int8_tMarius Vollmer2004-07-071-45/+103
* (isinf, isnan): Detect macro versions as well asKevin Ryde2004-07-051-1/+25
* Removed code for --enable-htmldoc; support for HTML is now included inMarius Vollmer2004-06-281-22/+0
* move package and version args to AC_INIT as is nowRob Browning2004-06-161-2/+7
* (AC_CHECK_HEADERS): Add fenv.h.Kevin Ryde2004-04-211-2/+6
* (AC_CHECK_FUNCS): Add readdir_r.Kevin Ryde2004-04-181-1/+2
* (AC_CHECK_FUNCS): Add sysconf.Kevin Ryde2004-03-221-2/+7
* (AC_CHECK_FUNCS): Add gmtime_r.Kevin Ryde2004-03-201-1/+2
* (strptime): Use #define _GNU_SOURCE to get theKevin Ryde2004-03-131-1/+4
* (AC_CHECK_FUNCS): Add DINFINITY and DQNAN.Kevin Ryde2004-02-281-1/+4
* Use AC_COPYRIGHT and AH_TOP to get copyright noticeKevin Ryde2004-02-281-18/+25
* (crypt): Test with AC_SEARCH_LIBS, for the benefit ofKevin Ryde2004-02-201-1/+17
* (AC_CHECK_HEADERS): Add crt_externs.h.Kevin Ryde2004-02-181-2/+8
* * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.Mikael Djurfeldt2004-02-151-1/+1