summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2004-08-02(SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new --enable-discouragedMarius Vollmer1-0/+10
2004-08-02Bit more comments for this:Kevin Ryde1-3/+5
2004-07-29Check for sizes of size_t and intmax_t.Marius Vollmer1-0/+3
2004-07-29Bugfix: logic in detecting ptrdiff_t was inverted;Marius Vollmer1-59/+1
2004-07-08Bugfix: set SCM_I_GSC_T_UINTMAX, not SCM_I_GSC_T_INTMAX in two places.Marius Vollmer1-2/+2
2004-07-07When checking for suitable types for scm_t_int8, etc, try int8_tMarius Vollmer1-45/+103
2004-07-05(isinf, isnan): Detect macro versions as well asKevin Ryde1-1/+25
2004-06-28Removed code for --enable-htmldoc; support for HTML is now included inMarius Vollmer1-22/+0
2004-06-16move package and version args to AC_INIT as is nowRob Browning1-2/+7
2004-04-21(AC_CHECK_HEADERS): Add fenv.h.Kevin Ryde1-2/+6
2004-04-18(AC_CHECK_FUNCS): Add readdir_r.Kevin Ryde1-1/+2
2004-03-22(AC_CHECK_FUNCS): Add sysconf.Kevin Ryde1-2/+7
2004-03-20(AC_CHECK_FUNCS): Add gmtime_r.Kevin Ryde1-1/+2
2004-03-13(strptime): Use #define _GNU_SOURCE to get theKevin Ryde1-1/+4
2004-02-28(AC_CHECK_FUNCS): Add DINFINITY and DQNAN.Kevin Ryde1-1/+4
2004-02-28Use AC_COPYRIGHT and AH_TOP to get copyright noticeKevin Ryde1-18/+25
2004-02-20(crypt): Test with AC_SEARCH_LIBS, for the benefit ofKevin Ryde1-1/+17
2004-02-18(AC_CHECK_HEADERS): Add crt_externs.h.Kevin Ryde1-2/+8
2004-02-15* configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.Mikael Djurfeldt1-1/+1
2004-01-25Fix autoconf underquoting warningsNeil Jerram1-1/+1
2003-12-26Find a suitable type for the new scm_t_intmax and scm_t_uintmax.Marius Vollmer1-0/+48
2003-11-17rewrite ALLOCA related code as multiple lines soRob Browning1-1/+4
2003-11-14(--with-guile-for-build): Remove this option, it's not normal style for --with.Kevin Ryde1-3/+1
2003-11-11Changes to build and install files in emacs subdir.Neil Jerram1-0/+3
2003-07-27* configure.in: Look for sched_yield in -lrt; this is needed forMarius Vollmer1-1/+5
2003-07-27(__libc_stack_end): Actually use the value in __libc_stack_end forMarius Vollmer1-2/+3
2003-07-08(AC_CHECK_FUNCS): Add sincos.Kevin Ryde1-3/+5
2003-06-21(AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.Kevin Ryde1-1/+4
2003-06-19use "-Werror" only with GCC. Thanks to Matthias Koeppe!Marius Vollmer1-10/+9
2003-06-142003-06-14 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-2/+8
2003-05-302003-05-30 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-1/+1
2003-05-292003-05-29 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-8/+11
2003-05-16(--with-cc-for-build): Remove this option, CC_FOR_BUILDKevin Ryde1-3/+0
2003-05-11(CC_FOR_BUILD): Use AC_ARG_VAR.Kevin Ryde1-1/+1
2003-05-11(SCM_SINGLES): Use AC_CHECK_SIZEOF(float), toKevin Ryde1-19/+5
2003-05-11(SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in AC_TRY_RUN.Kevin Ryde1-1/+1
2003-04-07* configure.in: handle pre-inst-guile-env and addRob Browning1-1/+4
2003-04-05Check for mpz_import, which is required but only available in GMP 4.1.Marius Vollmer1-1/+6
2003-04-04* configure.in: add GMP test (require GMP).Rob Browning1-27/+32
2003-03-25* configure.in: big overhaul to shift us to have separate private,Rob Browning1-58/+273
2003-02-27* configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION.Rob Browning1-2/+2
2002-12-16* configure.in: Test if pthread.h declaresMikael Djurfeldt1-4/+46
2002-12-10* configure.in (_THREAD_SAFE): Define when pthreads are enabled inMikael Djurfeldt1-0/+4
2002-12-09* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt1-5/+5
2002-12-09* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.Rob Browning1-39/+34
2002-12-02Do not configure QTHREADS. Do not define USE_COOP_THREADS. ChangedMarius Vollmer1-57/+15
2002-12-01* GUILE-VERSION: Added versioning info for srfi 1.Mikael Djurfeldt1-0/+5
2002-11-10(USE_THREADS, GUILE_ISELECT): Define always. We define them withMarius Vollmer1-0/+5
2002-11-03Do not add "threads.o" to the libobjs, it is now always compiled.Marius Vollmer1-10/+0
2002-10-27Handle thread package "coop-pthread" with alias "copt" and defineMarius Vollmer1-8/+14