2004-05-25 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2004 06:14:37 +0000 (06:14 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2004 06:14:37 +0000 (06:14 +0000)
* 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

libcpp/ChangeLog
libcpp/Makefile.am
libcpp/Makefile.in

index 5a1c325..f21088b 100644 (file)
@@ -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
index 5c6b66c..4d9be51 100644 (file)
@@ -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
index 05390cb..5df4f3e 100644 (file)
@@ -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