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
This commit is contained in:
parent
cfc984b528
commit
0429bc7759
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue