From 0429bc77591e0a2826390f5a2545e8a752dfb35b Mon Sep 17 00:00:00 2001
From: Paolo Bonzini <bonzini@gnu.org>
Date: Tue, 25 May 2004 06:14:37 +0000
Subject: [PATCH] Makefile.am: the correct directory for gettext include files
 is given by @INCINTL@.

2004-05-25  Paolo Bonzini  <bonzini@gnu.org>

	* Makefile.am: the correct directory for
	gettext include files is given by @INCINTL@.
	* Makefile.in: Regenerate.

From-SVN: r82229
---
 libcpp/ChangeLog   | 6 ++++++
 libcpp/Makefile.am | 2 +-
 libcpp/Makefile.in | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 5a1c32557f3f..f21088bc42d2 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-25  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.am: the correct directory for
+	gettext include files is given by @INCINTL@.
+	* Makefile.in: Regenerate.
+
 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
 
 	* system.h [!ENABLE_NLS]: dgettext takes two
diff --git a/libcpp/Makefile.am b/libcpp/Makefile.am
index 5c6b66cf3e19..4d9be51d63fb 100644
--- a/libcpp/Makefile.am
+++ b/libcpp/Makefile.am
@@ -1,6 +1,6 @@
 localedir = $(datadir)/locale
 ACLOCAL_AMFLAGS = -I ../config
-AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir) -I$(srcdir)/../intl \
+AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir) @INCINTL@ \
 	-I$(srcdir)/include -DLOCALEDIR="\"$(localedir)\""
 
 noinst_LIBRARIES = libcpp.a
diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in
index 05390cba6f1d..5df4f3e2f1b1 100644
--- a/libcpp/Makefile.in
+++ b/libcpp/Makefile.in
@@ -200,7 +200,7 @@ target_os = @target_os@
 target_vendor = @target_vendor@
 localedir = $(datadir)/locale
 ACLOCAL_AMFLAGS = -I ../config
-AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir) -I$(srcdir)/../intl \
+AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir) @INCINTL@ \
 	-I$(srcdir)/include -DLOCALEDIR="\"$(localedir)\""
 
 noinst_LIBRARIES = libcpp.a
-- 
GitLab