summaryrefslogtreecommitdiffstats
path: root/gettext-tools/gnulib-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-05-24 19:38:34 +0200
committerBruno Haible <bruno@clisp.org>2010-06-03 14:15:39 +0200
commit22177a4caa6eb97e608a1594bc5bc2e1dcada7c4 (patch)
tree143d941d1b6dd4b90666957868f2849978404e14 /gettext-tools/gnulib-tests
parent87abedc0c5c4e10e0c590feecdd895fcb6faaf92 (diff)
downloadexternal_gettext-22177a4caa6eb97e608a1594bc5bc2e1dcada7c4.zip
external_gettext-22177a4caa6eb97e608a1594bc5bc2e1dcada7c4.tar.gz
external_gettext-22177a4caa6eb97e608a1594bc5bc2e1dcada7c4.tar.bz2
Fix compilation failure on systems without <libintl.h>.
Diffstat (limited to 'gettext-tools/gnulib-tests')
-rw-r--r--gettext-tools/gnulib-tests/ChangeLog5
-rw-r--r--gettext-tools/gnulib-tests/Makefile.am5
2 files changed, 9 insertions, 1 deletions
diff --git a/gettext-tools/gnulib-tests/ChangeLog b/gettext-tools/gnulib-tests/ChangeLog
index 4340333..7c2bc58 100644
--- a/gettext-tools/gnulib-tests/ChangeLog
+++ b/gettext-tools/gnulib-tests/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/gettext-tools/gnulib-tests/Makefile.am b/gettext-tools/gnulib-tests/Makefile.am
index 53ca57f..4cd754d 100644
--- a/gettext-tools/gnulib-tests/Makefile.am
+++ b/gettext-tools/gnulib-tests/Makefile.am
@@ -1,5 +1,5 @@
## 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
@@ -20,3 +20,6 @@
include Makefile.gnulib
AUTOMAKE_OPTIONS += 1.11 color-tests
+
+# Ensure that test-quotearg.c finds libintl.h.
+AM_CPPFLAGS += -I../intl