*** empty log message ***
[bpt/guile.git] / ChangeLog
CommitLineData
7b1574ed
MV
12004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 * libguile.h: Include "libguile/srfi-4.h".
4
22417f2f
MV
52004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
6
7 * autogen.sh: Added explicit invocation of libtoolize before
8 autoreconf so that libltdl/ is updated as well.
9
6191ccec
MV
102004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
11
12 Removed usage of libguile-ltdl.
13
14 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
15 AC_LIB_LTDL.
16 (AC_CONFIG_SUBDIRS): Added libltdl.
17 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
18 stuff. Also subst LTDLINC instead of INCLTDL.
19 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
20 libguile-ltdl/upstream/Makefile.
21
22 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
23
cfbd0f35
MV
242004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
25
5cc183a1
MV
26 * ABOUT-NLS: New, from gettext 0.14.1.
27
cfbd0f35
MV
28 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
29 with autoconf 2.59.
30
32540d85
MV
312004-09-25 Marius Vollmer <mvo@zagadka.de>
32
33 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
34 gettextize to run during autogen.sh, which we do not want.
35 Explicitely check for libintl, gettext, bindtextdomain, and
36 textdomain instead.
37
84adbbc8
MV
382004-09-24 Marius Vollmer <mvo@zagadka.de>
39
2edf319f
MV
40 * libguile.h: Include <gmp.h> outside of extern "C" block.
41 (Note that numbers.h still includes gmp.h to make it
42 self-contained.)
43
84adbbc8
MV
44 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
45 for the user and is often overwritten temporarily.
46 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
47 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
48
d5ac9b2a
MV
492004-09-22 Marius Vollmer <mvo@zagadka.de>
50
51 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
52
9c0485fc
MV
532004-09-21 Marius Vollmer <mvo@zagadka.de>
54
55 * acinclude.m4 (ACX_PTHREAD): New.
56 * configure.in: Use it instead of simply looking for -lpthread.
57