Do use AM_GNU_GETTEXT, since gettextize is not run
[bpt/guile.git] / ChangeLog
CommitLineData
32540d85
MV
12004-09-25 Marius Vollmer <mvo@zagadka.de>
2
3 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
4 gettextize to run during autogen.sh, which we do not want.
5 Explicitely check for libintl, gettext, bindtextdomain, and
6 textdomain instead.
7
84adbbc8
MV
82004-09-24 Marius Vollmer <mvo@zagadka.de>
9
2edf319f
MV
10 * libguile.h: Include <gmp.h> outside of extern "C" block.
11 (Note that numbers.h still includes gmp.h to make it
12 self-contained.)
13
84adbbc8
MV
14 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
15 for the user and is often overwritten temporarily.
16 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
17 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
18
d5ac9b2a
MV
192004-09-22 Marius Vollmer <mvo@zagadka.de>
20
21 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
22
9c0485fc
MV
232004-09-21 Marius Vollmer <mvo@zagadka.de>
24
25 * acinclude.m4 (ACX_PTHREAD): New.
26 * configure.in: Use it instead of simply looking for -lpthread.
27