summaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-25 06:14:37 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-25 06:14:37 +0000
commitfc231f284b60ec2f395f6857c6a86df59fd2185c (patch)
tree0efb500372466809d25e87e7ec255c9fa13f5ea1 /libcpp
parent4f94fdf10ed23ee31e0c7adcea343789d739b0d2 (diff)
downloadgcc-fc231f284b60ec2f395f6857c6a86df59fd2185c.tar.gz
2004-05-25 Paolo Bonzini <bonzini@gnu.org>
* Makefile.am: the correct directory for gettext include files is given by @INCINTL@. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82229 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog6
-rw-r--r--libcpp/Makefile.am2
-rw-r--r--libcpp/Makefile.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 5a1c32557f3..f21088bc42d 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 5c6b66cf3e1..4d9be51d63f 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 05390cba6f1..5df4f3e2f1b 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