* guile-aclocal.sh: deleted in favor of ACLOCAL_AMFLAGS in
[bpt/guile.git] / configure.in
2002-12-16 Mikael Djurfeldt* configure.in: Test if pthread.h declares
2002-12-10 Mikael Djurfeldt* configure.in (_THREAD_SAFE): Define when pthreads...
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-12-09 Rob Browning* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
2002-12-02 Marius VollmerDo not configure QTHREADS. Do not define USE_COOP_THRE...
2002-12-01 Mikael Djurfeldt* GUILE-VERSION: Added versioning info for srfi 1.
2002-11-10 Marius Vollmer(USE_THREADS, GUILE_ISELECT): Define always. We define...
2002-11-03 Marius VollmerDo not add "threads.o" to the libobjs, it is now always...
2002-10-27 Marius VollmerHandle thread package "coop-pthread" with alias "copt...
2002-10-26 Neil JerramMerge enhanced debugging features from `guile-debugger...
2002-10-21 Marius VollmerChanged logic in thread support configuration such...
2002-10-16 Marius VollmerShuffled around and extended the thread configuration...
2002-10-05 Rob Browning* configure.in: turn on -Werror by default. We're...
2002-10-03 Marius VollmerUse AC_LIBLTDL_CONVENIENCE instead of AC_LIBLTDL_INSTAL...
2002-08-24 Marius VollmerCheck for __libc_stack_end.
2002-08-04 Han-Wen Nienhuys(INPUT_ERROR): Prepare for file:line:column error
2002-08-04 Gary Houstonminor help-line edit
2002-07-20 Dirk Herrmann* benchmark-guile.in: Copied from check-guile.in and...
2002-07-12 Gary Houston * dynl.c: Don't define stub procedures if DYNAMIC_LINK...
2002-07-07 Marius Vollmer* configure.in (AC_LIBTOOL_WIN32_DLL): Add for shared...
2002-05-22 Marius Vollmer(AC_CHECK_FUNCS): Check for copysign.
2002-05-06 Marius Vollmer(AC_CHECK_HEADERS): Check for floatingpoint.h ieeefp...
2002-05-06 Marius VollmerInclude <sys/types.h> before <netinet/in.h> when checki...
2002-04-17 Marius VollmerBump required autoconf version to 2.53. Move uses...
2002-04-11 Rob Browning* configure.in: updates for new autoconf -- add definit...
2002-03-04 Thien-Thi Nguyen(top_srcdir_absolute): New AC_SUBST var.
2002-02-26 Thien-Thi Nguyen(top_builddir_absolute): New AC_SUBST var.
2002-02-25 Rob Browning* configure.in: AC_SUBST the centralized shared lib...
2002-02-05 Thien-Thi Nguyen(libguile/guile-snarf-docs-texi): Remove
2002-01-31 Stefan Jahn2002-01-31 Stefan Jahn <stefan@lkcc.org>
2002-01-28 Stefan Jahn2002-01-28 Stefan Jahn <stefan@lkcc.org>
2002-01-22 Neil Jerram* Add non-libguile Elisp support files to CVS trunk...
2001-12-26 Marius VollmerReally check for "makeinfo", not for "maakeinfo", which...
2001-12-26 Marius Vollmer(HAVE_MAKEINFO): Check for the makeinfo program and...
2001-11-25 Marius Vollmer* acconfig.h (HAVE_INLINE): Added template.
2001-11-19 Rob Browning* configure.in: switch to AC_LIBLTDL_INSTALLABLE so...
2001-11-12 Marius Vollmercheck for sizes of short, size_t, uintptr_t, and
2001-11-07 Stefan Jahn2001-11-07 Stefan Jahn <stefan@lkcc.org>
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-02 Marius Vollmer* configure.in: Define AC_LIBTOOL_WIN32_DLL to build...
2001-10-14 Gary Houston * configure.in: include sys/types.h when testing uint32_t.
2001-10-14 Marius VollmerDo not use an absolute path for <unistd.h> when checkin...
2001-09-20 Rob Browning* configure.in (AC_CONFIG_FILES): add libguile/version.h.
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-08-24 Neil Jerram* Complete split of documentation into per-manual subdi...
2001-08-16 Rob Browning* configure.in
2001-08-07 Marius VollmerAdded "test-suite/Makefile".
2001-08-01 Marius VollmerAdded `--disable-linuxthreads' option and do not define
2001-07-22 Marius VollmerCheck for "inttypes.h".
2001-07-19 Martin Grabmüller * INSTALL, Makefile.am, configure.in: Updated copyrigh...
2001-07-19 Rob Browning* configure.in: add checks for setitimer and getitimer.
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-14 Marius VollmerCheck for header <stdint.h>. Check for uintptr_t
2001-06-05 Martin Grabmüller * configure.in: Generate examples/box-dynamic-module...
2001-06-03 Marius Vollmer(AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
2001-06-02 Rob Browning* configure.in: changes for autoconf 2.50.
2001-06-02 Marius VollmerCheck for mkstemp via AC_REPLACE_FUNCS. Thanks to
2001-06-01 Martin Grabmüller * configure.in: Generate examples/box-dynamic/Makefile.
2001-05-31 Martin GrabmüllerAdded the new `examples' directory to the distribution.
2001-05-31 Michael Livshin* configure.in: generate guile-snarf-docs & guile-snarf...
2001-05-26 Michael Livshinrevert the ill-considered part of 2001-05-23 changes
2001-05-24 Michael Livshin* validate.h
2001-05-17 Rob Browning* configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
2001-05-16 Dirk Herrmann* Renamed GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEP...
2001-05-14 Dirk Herrmann* Deprecated some definitions.
2001-05-05 Marius Vollmer(--enable-deprecated): Recognize "shutup" option
2001-05-05 Gary Houston * better have sys/socket.h too.
2001-05-05 Gary Houston * acconfig.h: add HAVE_IPV6.
2001-05-04 Thien-Thi Nguyen(AC_OUTPUT): Add guile-tools, and make executable.
2001-05-03 Gary Houston * configure.in: check whether uint32_t is defined...
2001-05-02 Marius Vollmer* configure.in: Added handling of `--enable-deprecated'.
2001-04-30 Thien-Thi Nguyen(AC_OUTPUT): Add scripts/Makefile.
2001-04-25 Martin Grabmüller * configure.in: Don't treat srfi directory specially...
2001-04-23 Martin Grabmüller * Makefile.am (SUBDIRS): Added `srfi'.
2001-04-22 Gary Houston * configure.in: check for inet_pton and inet_ntop.
2001-04-20 Gary Houston * acconfig.h: include HAVE_SIN6_SCOPE_ID.
2001-04-17 Gary Houston * configure.in: run the autoconf BIGENDIAN check.
2001-04-12 Dirk Herrmann* Applied Niibe Yutaka's patch to add libguileqthreads...
2001-04-12 Keisuke NishidaUse memset instead of bzero.
2001-03-18 Gary Houston * check-guile.in: use @srcdir@ instead of @test_suite_...
2001-03-17 Gary Houston * configure.in: don't append threads.doc to EXTRA_DOT_...
2001-03-09 Martin GrabmüllerAdded some new posix functions:
2001-03-09 Neil JerramMove doc files into guile-core distribution (7)
2001-01-26 Dirk Herrmann* Added Thien-Thi Nguyen's patch to support "make check".
2000-10-25 Mikael Djurfeldt*** empty log message ***
2000-10-01 Gary Houston Reverse the previous changes, I don't think they are...
2000-10-01 Gary Houston * configure.in: check whether inet_aton is declared.
2000-09-17 Gary Houston2000-09-17 Gary Houston <ghouston@arglist.com>
2000-08-18 Gary Houston * acconfig.h: added BROKEN_GCSE.
2000-07-31 Gary Houston2000-07-31 Gary Houston <ghouston@arglist.com>
2000-06-12 Mikael DjurfeldtAdjustments to configure options
2000-06-12 Mikael Djurfeldt* configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOB...
2000-06-02 Craig Brozefsky* GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VE...
2000-04-21 Mikael Djurfeldt* configure.in: New --enable-debug-malloc configuration...
2000-03-29 Mikael Djurfeldt* configure.in: Enable workaround for COOP-linuxthreads
2000-03-29 Mikael Djurfeldt* configure.in: Enable workaround for COOP-linuxthreads
2000-03-13 Mikael Djurfeldt* configure.in: Don't add iselect.o to LIBOBJS.
2000-03-13 Mikael Djurfeldt* configure.in: Added end-tag for local variables....
2000-03-12 Mikael Djurfeldt* configure.in (ac_cv_struct_timespec): Added test...
2000-01-23 Gary Houston * filesys.c (scm_chown): omit port/fdes support if...
next