+2010-05-24 Bruno Haible <bruno@clisp.org>
+
+ Fix compilation failure on systems without <libintl.h>.
+ * Makefile.am (AM_CPPFLAGS): Add -I../intl.
+
2010-05-09 Bruno Haible <bruno@clisp.org>
* gettext-0.18 released.
## Makefile for the gettext-tools/gnulib-tests subdirectory of GNU gettext
-## Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+## Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
include Makefile.gnulib
AUTOMAKE_OPTIONS += 1.11 color-tests
+
+# Ensure that test-quotearg.c finds libintl.h.
+AM_CPPFLAGS += -I../intl