]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix compilation failure on systems without <libintl.h>.
authorBruno Haible <bruno@clisp.org>
Mon, 24 May 2010 17:38:34 +0000 (19:38 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 3 Jun 2010 12:15:39 +0000 (14:15 +0200)
gettext-tools/gnulib-tests/ChangeLog
gettext-tools/gnulib-tests/Makefile.am

index 4340333a8a762ce5fcae9513ee204dc8e6e4c570..7c2bc587e8b16f5b4f581d25bebcfbda3632555c 100644 (file)
@@ -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.
index 53ca57f596c9ca6a78590c6947f6af7ddab0b4f7..4cd754df51fe267506030cb02f087af4b154bb10 100644 (file)
@@ -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