* gettext-0.16 released.
+2006-10-24 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (AM_CPPFLAGS): Add also $(top_srcdir). Needed so that
+ woe32dll/export.h is found while compiling gettextpo-exports.c in a
+ VPATH build.
+ Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
+
2006-10-24 Bruno Haible <bruno@clisp.org>
* gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number.
AM_CPPFLAGS = \
-I. -I$(srcdir) \
+ -I.. -I$(top_srcdir) \
-I../src -I$(top_srcdir)/src \
-I../intl -I$(top_srcdir)/../gettext-runtime/intl
* gettext-0.16 released.
+2006-10-24 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (AM_CPPFLAGS): Add also $(top_srcdir). Needed so that
+ woe32dll/export.h is found while compiling gettextsrc-exports.c in a
+ VPATH build.
+ Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
+
2006-10-24 Bruno Haible <bruno@clisp.org>
* msgmerge.c (struct definitions_ty): Remove semicolon after
AM_CPPFLAGS = \
-I. -I$(srcdir) \
- -I.. \
+ -I.. -I$(top_srcdir) \
-I$(top_srcdir)/libgrep \
-I$(top_srcdir)/libuniname \
-I../gnulib-lib -I$(top_srcdir)/gnulib-lib \
* gettext-0.16 released.
+2006-10-24 Bruno Haible <bruno@clisp.org>
+
+ * modules/gettext-tools-misc (Makefile.am): Add also $(top_srcdir) to
+ AM_CPPFLAGS. Needed so that woe32dll/export.h is found while compiling
+ gettextlib-exports.c in a VPATH build.
+ Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
+
2006-10-24 Bruno Haible <bruno@clisp.org>
* modules/gettext-tools/misc (Makefile.am): Use rm -f instead of
# Hmm... is this still necessary?
AM_CPPFLAGS += -I$(top_builddir)/intl -I$(top_srcdir)/intl
+# Needed so that config.h and woe32dll/export.h are found.
+AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir)
# Parametrization of the 'relocatable' module.
AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1