1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-09-24 01:24:33 +00:00
parent d8b1bb9387
commit 84adbbc890

View file

@ -1,3 +1,10 @@
2004-09-24 Marius Vollmer <mvo@zagadka.de>
* configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
for the user and is often overwritten temporarily.
(GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
(GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
2004-09-22 Marius Vollmer <mvo@zagadka.de>
* configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.