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