From: Bruno Haible Date: Mon, 31 Mar 2003 20:22:50 +0000 (+0000) Subject: Fix location of libgnuintl.h, it is now generated from libgnuintl.h.in. X-Git-Tag: v0.12~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0321b92d0b2a9074203ac41ace7dc381a1857ec8;p=thirdparty%2Fgettext.git Fix location of libgnuintl.h, it is now generated from libgnuintl.h.in. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index aed7dc78d..0c9de705c 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -3,6 +3,9 @@ Native Woe32/MSVC support. * Makefile.msvc: New file. * Makefile.am (EXTRA_DIST): Add it. + (INCLUDES): Look for libgnuintl.h in + $(top_builddir)/../gettext-runtime/intl, not + $(top_srcdir)/../gettext-runtime/intl. 2003-02-28 Bruno Haible diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index 0a04e722b..0c6ed2273 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -109,7 +109,7 @@ localedir = $(datadir)/locale INCLUDES = \ -I.. \ -I../lib -I$(top_srcdir)/lib \ - -I$(top_srcdir)/../gettext-runtime/intl + -I$(top_builddir)/../gettext-runtime/intl DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@) LDADD_yes = ../intl/libintl.la