mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
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
@ -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…
Reference in New Issue
Block a user