+2007-10-27 Bruno Haible <bruno@clisp.org>
+
+ * modules/libcroco (Makefile.am): When using the preinstalled libcroco,
+ add INCCROCO to AM_CPPFLAGS.
+ * lib/term-styled-ostream.oo.c: Work around broken double-inclusion
+ guard in libcroco-0.6.1.
+
2007-10-27 Bruno Haible <bruno@clisp.org>
* modules/gettext-tools-misc (Makefile.am): Use @LTLIBC@ instead of
/* Output stream for CSS styled text, producing ANSI escape sequences.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
#include <cr-sel-eng.h>
#include <cr-style.h>
#include <cr-rgb.h>
-#include <cr-fonts.h>
+/* <cr-fonts.h> has a broken double-inclusion guard in libcroco-0.6.1. */
+#ifndef __CR_FONTS_H__
+# include <cr-fonts.h>
+#endif
#include <cr-string.h>
#include "term-ostream.h"
lib_LIBADD += libcroco_rpl.la
lib_DEPENDENCIES += libcroco_rpl.la
noinst_LTLIBRARIES += libcroco_rpl.la
+else
+AM_CPPFLAGS += $(INCCROCO)
endif
libcroco_rpl_la_SOURCES = \