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
+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
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
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