*** empty log message ***
[bpt/guile.git] / ChangeLog
CommitLineData
0356881d
MV
12005-01-02 Marius Vollmer <mvo@zagadka.de>
2
3 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
4 option.
5
7674622e
KR
62004-11-28 Kevin Ryde <user42@zip.com.au>
7
8 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
9 latter is what libtool defines.
10
7b1574ed
MV
112004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
12
13 * libguile.h: Include "libguile/srfi-4.h".
14
22417f2f
MV
152004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
16
17 * autogen.sh: Added explicit invocation of libtoolize before
18 autoreconf so that libltdl/ is updated as well.
19
6191ccec
MV
202004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
21
22 Removed usage of libguile-ltdl.
23
24 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
25 AC_LIB_LTDL.
26 (AC_CONFIG_SUBDIRS): Added libltdl.
27 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
28 stuff. Also subst LTDLINC instead of INCLTDL.
29 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
30 libguile-ltdl/upstream/Makefile.
31
32 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
33
cfbd0f35
MV
342004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
35
5cc183a1
MV
36 * ABOUT-NLS: New, from gettext 0.14.1.
37
cfbd0f35
MV
38 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
39 with autoconf 2.59.
40
32540d85
MV
412004-09-25 Marius Vollmer <mvo@zagadka.de>
42
43 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
44 gettextize to run during autogen.sh, which we do not want.
45 Explicitely check for libintl, gettext, bindtextdomain, and
46 textdomain instead.
47
84adbbc8
MV
482004-09-24 Marius Vollmer <mvo@zagadka.de>
49
2edf319f
MV
50 * libguile.h: Include <gmp.h> outside of extern "C" block.
51 (Note that numbers.h still includes gmp.h to make it
52 self-contained.)
53
84adbbc8
MV
54 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
55 for the user and is often overwritten temporarily.
56 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
57 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
58
d5ac9b2a
MV
592004-09-22 Marius Vollmer <mvo@zagadka.de>
60
61 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
62
9c0485fc
MV
632004-09-21 Marius Vollmer <mvo@zagadka.de>
64
65 * acinclude.m4 (ACX_PTHREAD): New.
66 * configure.in: Use it instead of simply looking for -lpthread.
67